﻿.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 
{
     border: solid 1px #FFd440;
     font: 12px Arial,Tahoma, sans-serif; 
    text-align: center;
    width: 500px;
}


.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    font-weight: normal;
    text-align: left;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Top
{
    
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid, 1px, #999;
    width: 100%;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    background:url(images/Navigation_Tile.gif) repeat-x;
    font-weight: bold;
    color: #000000;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
 
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #000000;
    text-align: left;
    padding:3px; 
    border:solid 1px #FFd440;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
  
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}
