﻿.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 
{
	margin-bottom: 20px;
}
.AspNet-GridView div.AspNet-GridView-Pagination,
.AspNet-GridView div.AspNet-GridView-Pagination a,
.AspNet-GridView div.AspNet-GridView-Pagination span
{
    font-weight: normal;
    text-align: left;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}
.AspNet-GridView div.AspNet-GridView-Pagination
{
	border-top: solid 1px #EFEFEF;
}
.AspNet-GridView div.AspNet-GridView-Top
{
}

.AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.AspNet-GridView table
{
    border: none;
    width: 100%;
}
.AspNet-GridView table thead th
{
	border-bottom: solid 1px #efefef;
}
.AspNet-GridView table thead tr th
{
    color: #465239;
    font-weight: bold;
    text-align: left;
}

.AspNet-GridView table thead tr th a
{
    color: #465239;
}

.AspNet-GridView table tbody tr td
{
    color: #333333;
    background: #FFF;
    text-align: left;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: #F8F8F8;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.AspNet-GridView table tfoot tr td
{
}


