.gridTable
{
	border: white 1px solid;
	background-color: white;
}

.gridHeader
{
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color:#346cbe;
	height: 24px
}

.gridRowEven
{
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: -6pt;
	font-weight: normal;
	height: 10px
}

.gridRowOdd
{
	color: #000000;
	background-color: #F3F7FC;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: -6pt;
	font-weight: normal;
	height: 10px
}

.gridPageOfPage
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: bold
}

.gridPager
{
	background-color: #346cbe;
}

.gridSort
{
	color:white;
	background-color: #346cbe;
	text-decoration: none
}
