

.CSS_datagrid
{
	font-family: Verdana;
	font-size: x-small;
	color: White;
	Background-color:white;
	text-align: left;
	vertical-align: sub ;
	
}
/*Page Back Color*/

.SelectedItem
{
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
	Background-color: #cccc99;
	text-align: left;
	vertical-align: sub ;
}
	
/*For Label in Whole Page*/
.EditItem
{
	font-family: Verdana;
	font-size: x-small;
	color: #003300;
	Background-color: Beige;
	text-align: left;
	vertical-align: sub ;
}

	
/*For Display Label in Item template*/	
.AlternatingItem
{
	font-family: Verdana;
	font-size: x-small;
	color: Black;
	Background-color: white;
	text-align: left;
	vertical-align: sub ;	
}

/*For TextBax in Whole Page*/
.Item
{
	font-family: Verdana;
	font-size: x-small;
	color: Black;
	Background-color:white;
	text-align: left;
	vertical-align: sub ;
}

/*.CSS_datagrid HeaderStyle */
.header
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: White;
	Background-color:#884108;
	text-align: Center;
	vertical-align: sub ;
	text-decoration :Underline;
}

.Footer
{
	Background-color:white;
	text-align: Center;
	vertical-align: sub ;
	
}
 .Pager
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	Background-color: #f0f2e6;
	text-align: Center;
	vertical-align: sub ;

	
}



.go_table 
{
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	FONT-SIZE: x-small;
	BORDER-LEFT: 0px;
	COLOR: #000000; 
	BACKGROUND-COLOR:white;
	BORDER-BOTTOM: 0px; 
	FONT-FAMILY: Verdana;
}
.go_table TH {
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 2px;
	BORDER-TOP: 0px;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	BORDER-LEFT: 0px;
	COLOR: #ffffff;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: 0px;
	BACKGROUND-COLOR:#884108;
	TEXT-ALIGN : center ;
	font-family: Verdana;
}

.go_table TD {
	MARGIN: 0px;
	padding: 0px;
	border: 0px solid #999999;
}
.Freezing 
{ 
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 10; 
}

FreezingCol 
{ 
   LEFT: expression(document.getElementById("freezingDiv").scrollLeft);
   /*freezingDiv is the name of the div to make your datagrid scrollable */  
   POSITION: relative; 
   z-index: 1; 
}   
 
 .CSS_datagrid_display
{
	font-family: Verdana;
	font-size: xx-small;
	color: #884108;
	Background-color:#f0f2e6;
	text-align: left;
	vertical-align: sub ;
	border:1px Black;
}
/*Page Back Color*/

.SelectedItem_display
{
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
	Background-color: #cccc99;
	text-align: left;
	vertical-align: sub ;
}
	
/*For Label in Whole Page*/
.EditItem_display
{
	font-family: Verdana;
	font-size: xx-small;
	color: #003300;
	Background-color: Beige;
	text-align: left;
	vertical-align: sub ;
}

	
/*For Display Label in Item template*/	
.AlternatingItem_display
{
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
	Background-color: #F0F2E6;
	text-align: left;
	vertical-align: sub ;	
}

/*For TextBax in Whole Page*/
.Item_display
{
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
	Background-color: #f0f2e6;
	text-align: left;
	vertical-align: sub ;
}

/*.CSS_datagrid HeaderStyle */
.header_display
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: White;
	Background-color:#a44e0a;
	text-align: Center;
	vertical-align: sub ;
	text-decoration :Underline;
}

.Footer_display
{
	Background-color:#884108;
	text-align: Center;
	vertical-align: sub ;
	
}
 .Pager_display
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	Background-color: #f0f2e6;
	text-align: Center;
	vertical-align: sub ;

	
}

