﻿.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 table
{
    margin: 0 auto;
    width: 99%;
}

.AspNet-GridView table tbody tr td
{
    background-color: #cbe79a;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 99%;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #e8f7cc;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 99%;
}