﻿.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. */
   
.EventShowsGridView .AspNet-GridView 
{
    border: 1px solid #66553E;
    width: 90%;
}

.EventShowsGridView .AspNet-GridView table
{
    width: 100%;
}

.EventShowsGridView .AspNet-GridView table thead tr th
{
    color: #E5DBC0;
    background-color: #4F0101;
    font-size: 14px;
}

.EventShowsGridView .AspNet-GridView table tbody tr
{
    background-color: #FFFFFF;
}

/* DEFAULT GRIDVIEW */
.DefaultGridView .AspNet-GridView 
{
    border: 1px solid #66553E;
}

.DefaultGridView .AspNet-GridView div.AspNet-GridView-Top
{
	
}

.DefaultGridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    
}

.DefaultGridView .AspNet-GridView table
{
    width: 100%;
}

.DefaultGridView .AspNet-GridView table thead tr th
{
    color: #E5DBC0;
    background-color: #4F0101;
    padding: 3px; vertical-align: top;
    border-right: 1px solid #66553E;
}

.DefaultGridView .AspNet-GridView table thead tr th a
{
    
}

.DefaultGridView .AspNet-GridView table tbody tr
{
    background-color: #D5BE94; 
}

.DefaultGridView .AspNet-GridView table tbody tr td
{
    padding: 3px; vertical-align: top; 
    border-top: 1px solid #66553E;
    border-right: 1px solid #66553E;
}

.DefaultGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	
}

.DefaultGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate-Selected td
{
	
}

.DefaultGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	
}

.DefaultGridView .AspNet-GridView table tfoot tr td
{
}

.DefaultGridView .AspNet-GridView-Empty td
{
	background-color: #D5BE94;
}