﻿.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. */

.Position .AspNet-GridView 
{
    margin-top: .4em;
    width: 100%;
    color: #000;
}

.Position .AspNet-GridView div.AspNet-GridView-Pagination
{
	background: #BBBBBB; border: 1px solid #BBBBBB;
}

.Position .AspNet-GridView div.AspNet-GridView-Pagination,
.Position .AspNet-GridView div.AspNet-GridView-Pagination a,
.Position .AspNet-GridView div.AspNet-GridView-Pagination span
{
    font-weight: normal;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.Position .AspNet-GridView div.AspNet-GridView-Top
{
	
}

.Position .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.Position .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    border-bottom: 3px solid #AAAAAA;
    border-right: 3px solid #AAAAAA;
    width: 100%;
    text-align: left;
}

.Position .AspNet-GridView table thead tr th
{
    background-color: #BADBD4;
    color: #007161;
    font-weight: bold;
    border-bottom: 2px solid #007161;
    padding: .2em;
}

.Position .AspNet-GridView table thead tr th a
{
    
}

.Position .AspNet-GridView table tbody tr td
{
    vertical-align: top;
    padding: .25em .5em;
    border-bottom: solid 1px #BBBBBB;
}

.Position .AspNet-GridView table tbody tr td a:link, .Position .AspNet-GridView table tbody tr td a:visited
{
    text-decoration: underline;
}

.Position .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background: #EAEAEA;
}

.Position .AspNet-GridView table tbody tr.AspNet-GridView-Alternate-Selected td
{
	background: #F8981D;
}

.Position .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background-color: #F8981D;
}

.Position .AspNet-GridView table tfoot tr td
{
}

.Position .AspNet-GridView-Empty td
{
	background-color: #ECE8DA;
	padding: .5em;
}
