

.Bigscroll
{
	MARGIN: 0px auto; 
	OVERFLOW: auto; 	
	height : 300px ;	
	width : 100%;
	table-layout :fixed;
}

.scroll
{
	MARGIN: 0px auto; 
	OVERFLOW: auto; 	
	height : 300px ;	
	width : 980px;
	table-layout :fixed;
}

.samllscroll
{
	MARGIN: 0px auto; 
	OVERFLOW: auto; 	
	height : 150px ;	
	width : 750px;
	table-layout :fixed;
}
.FixHead
{
	position :relative;
	TOP : expression(offsetParent.scrollTop);
	LEFT : expression(offsetParent.scrollLeft-2+'px');
}
.Imgcombo
{
	background-image : url(images/combo.png);
	background-repeat:no-repeat ;
	background-position:right;
	
}
.griddiv
{
	MARGIN: 0px auto; 
	OVERFLOW: auto; 
	WIDTH: 100%;
	height : 300px;
	table-layout :fixed;
}

.grd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000033;
	background-color: #010000;
}
.grd1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	background-color: #FFFFFF;
	border: thick none #666666;
}
.headerstyle {
	color: #CC0033;
	font-weight: bold;
	font-size: 14pt;
}

.header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
	background-color: #7A96DF;
	font-family: 'Trebuchet MS';
	background-color: #F8C301;
}



.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #F8C301;
	
	background-image: url(Images/activemenubg.png);
	vertical-align: middle;
	font-variant: small-caps;
	border-style: groove;
	letter-spacing: inherit;	
}
.grid_td1
{
  background-color:#f7f7f7;
}

.grid_td2
{
  background-color:#FFFFFF;
}

.grid_footer_p
{
  background:#FED83C;
}

.grid_header_p
{
  background:#FED83C;
}

.lables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

