﻿.Erin_Vance {} /* 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: 100%;
}

#ctl00_ctl00_MainContent_Main_DetailsView1 li { list-style-type:none !important;}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #00FFFF;
    background: #284775;
    font-weight: normal;
    padding: 2px;
}

.PrettyGridView .AspNet-GridView table
{
    border: none;
    width: 100%;
    border-left: dashed 1px #fff;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #F9FBFD;
    background: #D7E5F2;
    font-weight: bold;
    border-bottom: dashed 1px #ccc;
    border-right: dashed 1px #fff;
    padding: 5px;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #F9FBFD;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background-color: white;
    padding:  2px 5px 2px 5px;
    border-bottom: dashed 1px #ccc;
    border-right: dashed 1px #fff;
    text-align: left;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F9FBFD;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}
