body{
	background-color:#877068;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Table1{
	background-color:#FFF;
	padding:5px;
	border:1px solid #000;
}

.MenuGroup
{
      background-color:#b8112d; 
       
}

.MenuItem
{
  background-color:#b8112d; 
  color:White; 
  font-family:verdana;
  font-weight:bold; 
  font-size:14px;  
  cursor:default;  
  padding: 0px; 
}

.MenuItemOver
{
  background-color:#E892AF; 
  color:white; 
  font-weight:bold; 
  font-family:verdana; 
  font-size:14px;
  padding: 0px;
  cursor:hand;
  border-style:solid;
  border-width:1px;
  border-color:Black;  
}

.ItemDisabled
{
  background-color:Transparent; 
  color:gray; 
  font-family:verdana; 
  font-size:14px; 
  padding:0px;   
  cursor:default;
}


.Separator
{
      background-color:Transparent; 
      margin-left: 10px;
      margin-right: 10px;
}

td.active {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
td.inactive {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
.subTutle{
	color:#000;
	font-size:14px;
	font-weight:bold;
}


 #scrollup {
	   position: relative;
	   overflow: hidden;
	   height: 90px;
	   width: 400px;
	   border:solid 1px #000;
	   margin:0 auto;
}

.headline {
	   position: absolute;
	   top: 210px;
       left: 5px;
	   height: 170px;
	   width:390px;
	   color:#000;
	   overflow:hidden;
	   text-align:center;
}

