﻿.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. */

.PrettyGridView .AspNet-GridView
{
    width: 750px;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #fff;
    background: #AD650E;
    font-weight: normal;
    padding: 2px;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #64823c;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #AD650E;
    width: 100%;
    border-collapse: expression('separate', cellSpacing = '3px');
    border-collapse: separate;
    border-spacing: 3px;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #F7F6F3;
    background: #AD650E;
    font-weight: bold;
    border: inset 2px white;
    padding: 5px;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: white;/*#81a83d;*/
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    /*color: #333333;*/
    background: White;
    padding: 5px;
    border-width:1px;
    border-style:solid;
    border-color:#AD650E;
    border-bottom-color:#AD650E;
    border-right-color:#AD650E;
    text-align: left;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}

.PrettyGridView .AspNet-GridView table tbody td.Action 
{
    width:100px;
    text-align:center;
}
.PrettyGridView .AspNet-GridView .Invisible
{
    display:none;
}
