﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-GridView
{
}

.AspNet-GridView-Alternate
{
	background-color:#f4f4f4;
}


table thead tr th
{
	padding: 3px 0px 3px 5px;
	background-color:#92b2cf;
	color:#fff;
}

table tbody tr td 
{
	padding: 3px 8px 3px 5px;
	
}

table tbody tr
{
	vertical-align:top;	
}

table tbody tr td a
{
	color: DarkGreen;
	font-weight:bold;
}

table tbody tr td a.deleteLink{
	color: Red;
	font-weight:bold;
}

tr.AspNet-GridView-Selected {
	font-weight: bolder;
	background-color: #FAEFD3;
	border-width: 2px;
	border-spacing: 2px;
	border-color: Gray;
	border-style: solid;
}

