.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
{
    width: 100%;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 10px;

	/* INBO: not used */
	/* explorer behaviors */
	/* behavior: url(../../../EDS/ClientCanvasScripts/HoverGrid.htc); */ 

	/* mozilla behaviors */ 
	/*-moz-binding: url(../../EDS/ClientCanvasScripts/HoverGridBindings.xml#HoverGrid.htc);*/
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
	/* Pagination is currently not used */
   color: #00FFFF;
   background: Black;
   font-weight: normal;
   padding: 2px;
	text-decoration: none;
}

.PrettyGridView .AspNet-GridView table
{
   width: 100%;
}

.PrettyGridView .AspNet-GridView table thead tr th, .PrettyGridView .AspNet-GridView table thead tr th a
{
	/* Header cell text en header cell text links */
   background: #92692E;
	padding: 3px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.PrettyGridView .AspNet-GridView table tbody tr
{
	/* Normal cell */
   color: white;
   background: #cc9999;
   padding: 0px 0px 0px 19px;
   text-align: right;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
	/* Normal cell */
   color: black;
   background: #F8F0C2;
   padding: 1px 1px 1px 5px;
   text-align: left;
}

.PrettyGridView .AspNet-GridView table tbody tr td.AspNet-GridView-AlignRight
{
   text-align: right;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	/* Alternating cell */
   background: #f1eff0;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
	
}
