﻿.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
{
}

.AspNet-GridView a
{
    color: #475158;
    font-weight: normal;
}

.AspNet-GridView table
{
    border: solid 0px #475158;
    width: 100%;
}

.AspNet-GridView table thead tr th
{
    color: #FFFFFF;
    background-color: #91A2A6; /*#9E8064;*/
    font-weight: bold;
    border-bottom: solid 0px #475158;
    border-right: solid 0px #475158;
    padding: 2px 4px 2px 5px;
    text-align: left;
}

.AspNet-GridView table thead tr th a
{
    color: #FFFFFF; /* color: #F4AE4C; */
    font-weight: bold;
}

.AspNet-GridView table tbody tr td
{
    color: #475158;
    background: #C8D3D5;
    padding: 4px;
    border-bottom: solid 0px #475158;
    border-right: solid 0px #475158;
    text-align: left;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #ADBABD;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
    color: #E4BE4C;
}

.AspNet-GridView table tfoot tr td
{
    font-weight: bold;
    padding: 2px;
    text-align: right;
}

.AspNet-GridView div.AspNet-GridView-Pagination, .AspNet-GridView div.AspNet-GridView-Pagination a
{
    color: #9E8064;
    font-weight: normal;
    padding: 2px;
}

.AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #E4BE4C;
    font-weight: bold;
    padding: 2px;
}

.AspNet-GridView table thead tr th.Ascending
{
    background-image: url(../../Content/Images/ASC.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.AspNet-GridView table thead tr th.Descending
{
    background-image: url(../../Content/Images/DESC.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.NarrowColumn
{
    width: 30px;
}

