.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.PrettyGridView .AspNet-GridView table tbody tr:hover
{
	color: #A78A58;
	background-color: #ECE5BB;   
}

.PrettyGridView .AspNet-GridView table 
{
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	color: #ECE5BB;
	background-color: #A78A58;      
	border-collapse: collapse;
}
.PrettyGridView .AspNet-GridView table thead th
{
	border-bottom: solid 1px #254D7A;
    padding: 5px 10px 5px 10px;
	color: #A78A58;
	background-color: #ECE5BB;   
}
.PrettyGridView .AspNet-GridView table tbody td, .PrettyGridView .AspNet-GridView table tbody th
{
    border-bottom: solid 1px #254D7A;
    padding: 5px 10px 5px 10px;
}
.PrettyGridView .AspNet-GridView table tbody tr:hover
{
	color: #A78A58;
	background-color: #ECE5BB;   
}