﻿.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 table
{
}

.AdminGridView .AspNet-GridView table tbody tr
{
	
}

.AspNet-GridView table tbody tr td
{
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    border-bottom: solid 1px #E6E6E6;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{

}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background: #89BA4D;
}

.AspNet-GridView table thead tr th
{
    background: #E6E6E6;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

.AspNet-GridView-Pagination
{
	padding: 2px 20px 2px 2px;
}
