﻿.foo {}

.GridView .AspNet-GridView 
{
    border: solid 2px #465239;
    width: 100%;
}

.GridView .AspNet-GridView div.AspNet-GridView-Pagination,
.GridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.GridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    background: #E9F5DA;
    font-weight: normal;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.GridView .AspNet-GridView div.AspNet-GridView-Top
{
}

.GridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.GridView .AspNet-GridView table
{
    border: none;
    width: 100%;
}

.GridView .AspNet-GridView table thead tr th
{
    color: #465239;
    background: url(bg-fade-light.png) repeat-x bottom;
    font-weight: bold;
}

.GridView .AspNet-GridView table thead tr th a
{
    color: #465239;
}

.GridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    text-align: center;
}

.GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: url(bg-fade-light-short.png) repeat-x;
}

.GridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.GridView .AspNet-GridView table tfoot tr td
{
}
