﻿.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. */

table.DefaultGridView
{
    width: 100%;
    font-family:Verdana, sans-serif;
    background-color:White;
    font-size:10px;
    color:Black;
    border: solid 1px #CCC;
}

table.DefaultGridView td
{
	overflow:hidden;
}

table.DefaultGridView tr.GridView-Pager td,
table.DefaultGridView tr.GridView-Pager a,
table.DefaultGridView tr.GridView-Pager span
{
    color: #FFF;
    background-color: #39C;
    font-weight: normal;
    padding: 2px;
}

table.DefaultGridView th
{
    color: #FFF;
    background: #39C;
    font-weight: bold;
    padding: 2px;
    height:2em;
}

table.DefaultGridView th a
{
    color: #224B2B;
}

table.DefaultGridView td
{
    color: #555555;
    background: #FFFFFF;
    padding: 2px 20px 2px 2px;
}

table.DefaultGridView tr.GridView-AlternatingRow td
{
    background: #F7F6F3;
}

table.DefaultGridView tr.GridView-SelectedRow td
{
}
