﻿.bar {} /* 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. */

div.AspNet-ListView table
{
    table-layout:fixed;
    margin-top:10px;
    border-style:solid;
    border-width:1pt;
    border-color:#00804E; 
    font-size:8pt;
}

div.AspNet-ListView th
{
    padding:3px;
    background-color:#CEE5DC;
	border-width: 1px 1px 1px 1px;
	text-align:left;
}

div.AspNet-ListView td
{
    color:#737373;
    padding:3px;
    text-align:left;
    border-width:1pt;
    border-color:#00804E;  
}

tr.AspNet-ListView-Alternate
{
    color:#737373;
    background-color:#CEE5DC;
    padding:3px;
    text-align:left;   
}

tr.AspNet-ListView
{
    padding:3px;
    text-align:left;   
}

