/* Locks table header */
.th 
{ 
	/*position:relative;
	border-right: 1px solid #eff5f1;  */
	
	cursor: default;
	/*IE5+ only*/ 
	top: expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop -2);
	z-index: 1;	
}
TR.GridNormal TH, TR.GridAlternate TH
{
	text-align:left;
}
				
	
/* Locks the left column */ 
td.locked, .th.locked 
{ 
	/* border-right: 1px solid silver; */ 
	position:relative; 
	cursor: default; 
	/*IE5+ only*/	
	left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft-2);	
} 

.th.locked {z-index: 1;} 

/*Overriding Grid Styles*/
.Grid
{
	border:0;
	background-color: #808080;	
}


.GridNormal
{
	background-color: #FFFFFF;
	font-weight: normal;
	font: x-small Verdana;
}
.GridAlternate
{
	background-color: #EFF8FC;
	font-weight: normal;
	font: x-small Verdana;
}

.thError 
{padding:3px;vertical-align:middle;color:Red;font-weight:bold;font-family:Verdana,Tahoma,Arial;
font-size:17px;line-height:130%;Text-align:center}