﻿.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
{
    width: 60em;
}


.GridView .AspNet-GridView div.AspNet-GridView-Pagination,
.GridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.GridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    background: #CCCCCC;
    padding: 3px;

}

.GridView .AspNet-GridView div.AspNet-GridView-Top
{
}

.GridView .AspNet-GridView div.AspNet-GridView-Bottom
{
	
}

.GridView .AspNet-GridView table a
{
	text-decoration:underline;
}

.GridView .AspNet-GridView table a:hover
{
	text-decoration:none;
}


.GridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 60em;
}

.GridView .AspNet-GridView table thead tr th
{
    background: #CCCCCC;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    padding: 3px;
}

.GridView .AspNet-GridView table thead tr th a
{
    color: #000000;
}

.GridView .AspNet-GridView table tbody tr td
{
    color: #000000;
    background: White;
    padding: 3px;
    text-align: left;
}

.GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #E8E8E8 ;
}

.GridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	
}

.GridView .AspNet-GridView table tfoot tr td
{
	
}
