﻿.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 DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

/* The outermost DataList table. */
.DataListLinks .AspNet-DataList table
{
    padding:6px;
}

/* Individual "items" in the DataList. */
.DataListLinks .AspNet-DataList table tbody tr td
{
    padding:3px;         
    vertical-align: top; 
}

/* Header and Footer of the DataList. */
.DataListLinks .AspNet-DataList table thead tr th,
.DataListLinks .AspNet-DataList table tfoot tr td,
.DataListLinks .AspNet-DataList table caption
{
    font-weight: bold;
    font-size:1.8em;
    background:#E9F5DA;
    vertical-align: middle;
    text-align:center;
    color:#465239;
    text-transform:uppercase;
}

/* Header of the DataList. */
.DataListLinks .AspNet-DataList table thead tr th
{
    height: 60px;
}

.DataListLinks .AspNet-DataList table caption
{;
    height: 72px;
    line-height: 72px;
}

/* Footer of the DataList. */
.DataListLinks .AspNet-DataList table tfoot tr td
{
    height:20px;
}



/* --------------------------------------------------------------------------------------------------- */
/* Used when the DataList adapter is NOT used. */
/* These styles are used by the DataList's skin, found in this theme's skin file. */

.DataList-Skin-Header
{
    text-transform:uppercase;
}