﻿.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. */

.CalendarGridView .AspNet-GridView 
{
    padding-top: 1em;
    width: 100%;
}

.CalendarGridView .AspNet-GridView table
{
    width: 100%;
    text-align: left;
}

.CalendarGridView .AspNet-GridView table thead tr th
{
    font-weight: normal;
    border-bottom: 1px dashed #583F03;
    padding-bottom: .5em;
}

.CalendarGridView .AspNet-GridView table tbody tr td
{
    padding: 5px;
    vertical-align: top;
    padding: 4px 20px 2px 2px;
}

.CalendarGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background: #EBE2CB;
}

.CalendarGridView .AspNet-GridView table tfoot tr td
{
}

.CalendarGridView .AspNet-GridView-Empty td
{
	background-color: #EBE2CB;
	padding: .5em;
}