﻿.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: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

.AspNet-GridView a:hover
{
    color: #000000;
    text-decoration: underline;
}

.AspNet-GridView table
{
    width: 90%;
    border: solid 0px #ffffff;
    padding: 0px; /*10px 0px 10px; */
}

.AspNet-GridView table thead tr th
{
    color: #FF5E1E;
    background-color: #FFFFFF;
    font-weight: bold;
    border: solid 0px #FFFFFF;
    padding: 10px 5px 2px 16px;
    text-align: left;
}


.AspNet-GridView table thead tr th.Ascending
{
    background-image: url(../../Images/ASC.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;
}

.AspNet-GridView table thead tr th.Descending
{
    background-image: url(../../Images/DESC.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;
}


.AspNet-GridView table thead tr th a
{
    color: #FF5E1E;
    font-weight: bold;
}

.AspNet-GridView table tbody tr
{
padding: 0px;
}

.AspNet-GridView table tbody tr td
{
    color: #000000;
    background: #E4E4E4;
    padding: 0px;
    border-bottom: solid 0px #FF5E1E;
    border-right: solid 0px #FF5E1E;
    text-align: left;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #FFFFFF;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
    color: #E8E5DE;
}

.AspNet-GridView table tbody tr td img
{
    width: 100px; /*85px;*/
    height: 80px; 
    margin: 0px;
    padding: 0px;
    border-bottom: solid 0px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}

.AspNet-GridView table tbody tr td div a.FormButton, .AspNet-GridView table tbody tr td div a.FormButtonHover
{
    padding: 3px;
    margin: 3px 5px;
}

.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
{
    width: 85%;
    background-color: #FFFFFF;
    color: #FF5E1E;
    font-weight: normal;
    padding: 2px;
    text-align: right;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
    text-decoration: underline;
}
.AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #FF5E1E;
    font-weight: normal;
    padding: 2px;
}
