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