.gridheading
{
	font-family:Verdana ;
	font-size:9pt;
	font-weight:bold;
	color:White 
	  
}
.gridbody
{
	background-color :AliceBlue;
}
.gridSelected
	{ 
		background-color : #ffffff;
		
	}
.gridItem
	{
		 background-color:#EFF9DF;
		 border-bottom-color:#ffffff;
		 border-bottom-style :solid;
		 font-family: Verdana;
		 font-size : 9pt; 
	}
.gridAlternate 
	{
		background-color:#EFF9DF;
		border-bottom-color :#ffffff;
	    border-bottom-width :1px;
		border-bottom-style :solid ;
		font-family: Verdana;
		font-size : 9pt; 
	}
	.Alphabetproperty
	 { 
		font-family: Verdana;
	    font-size: 15pt;
	    font-weight:bold;
	    color:Blue;
	 }	
	
.labProperty
	 { 
		font-family: Verdana;
	    font-size: 9pt;
	    color:#000000;
	 }	
