﻿.EntryLineHover
{
	cursor:hand;
	background-color:#DCEBF5;
 	color:#3279AD;
} 
.EntryLine
{
	cursor:hand;
	background-color:#3279AD;	
}
.AlternatingRowStyle
{
	background-color:#FFFFFF;
}
.EmptyEvenCell
{
	background-color:#EEE8AA;
}
.EmptyOddCell
{
	background-color:#FAFAD2;
}


