﻿.gridRow
{
	background-color: #FFFFFF;
	color: #000000;    
	vertical-align:top;
	font-size: 11px; 
	line-height:14px;
}



.headerRow
{ 
	/*
	background-color: #F1ECE6; // gray
	background-color: #EDEEF2; // blue
	background-color: #EAEFE5; // green
	*/
	background-color: #ECECE6;
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: normal;
	vertical-align:middle;
	line-height: 20px;
}

.headerRow:hover 
{
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: normal;
	line-height: 20px;
}

.sortHeaderRow
{ 
	/*
	background-color: #F1ECE6; // gray
	background-color: #EDEEF2; // blue
	background-color: #EAEFE5; // green
	*/
	background-color: #F1ECE6;
	color: #414E6E; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: bold;
	line-height: 20px;
}

.sortHeaderRow:hover 
{
	color: #006666;
	text-decoration: none;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ECECE6;
	line-height: 24px;
	font-weight: bold;

}
