﻿.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. */

.GridView .AspNet-GridView 
{
	border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    width: 610px;
}

.GridView .AspNet-GridView div.AspNet-GridView-Pagination,

.GridView .AspNet-GridView div.AspNet-GridView-Pagination a,

.GridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
}

.GridView .AspNet-GridView div.AspNet-GridView-Top
{
}

.GridView .AspNet-GridView div.AspNet-GridView-Bottom
{
}

.GridView .AspNet-GridView table
{
	width:100%;
}

.GridView .AspNet-GridView table thead tr th
{
	background-color: #000000;
	padding: 3px;
	text-align: left;    
	color:#FFFFFF;

}
.GridView .AspNet-GridView table thead tr th a
{
}
.GridView .AspNet-GridView table tbody tr td
{
	background-color: #ffffff;
	padding: 3px;
	text-align: left;
}
.GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: #f5f5f5;
}
.GridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	

}
.GridView .AspNet-GridView table tfoot tr td
{
}
