﻿.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. */

.AOC_GridView .AspNet-GridView
{
    width: 100%;
}

.AOC_GridView .AspNet-GridView div.AspNet-GridView-Pagination,
.AOC_GridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.AOC_GridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #ffffff;
    
    background: #333366;
    font-weight: normal;
    padding: 6px;
    
}

.AOC_GridView .AspNet-GridView table
{
    width: 100%;
    border:solid 1px #333366;
   
}

.AOC_GridView .AspNet-GridView table thead tr th
{
    color:#F7F6F3 ;
   
    background:  #333366;
    font-weight: bold;
text-align: left;
    padding: 6px;
}

.AOC_GridView .AspNet-GridView table thead tr th a
{
    color: #ffffff;
}

.AOC_GridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 6px 6px 6px 6px;
 
 
    text-align: left;
}

.AOC_GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.AOC_GridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background: #FF0000;
}

.AOC_GridView .AspNet-GridView table tfoot tr td
{
}