﻿.foo {}

/* The outermost DataList table. */
.DataList .AspNet-DataList table
{
    border: solid 3px #959595;
    border-top: none;
    padding: 6px;
}

/* Individual "items" in the DataList. */
.DataList .AspNet-DataList table tbody tr td
{
    padding: 3px;         
    vertical-align: top; 
}

/* Header and Footer of the DataList. */
.DataList .AspNet-DataList table thead tr th,
.DataList .AspNet-DataList table tfoot tr td,
.DataList .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. */
.DataList .AspNet-DataList table thead tr th
{
    border-bottom: 3px solid #FFFFFF;
    height: 60px;
}

.DataList .AspNet-DataList table caption
{
    border: 3px solid #959595;
    border-bottom: none;
    height: 72px;
    line-height: 72px;
}

/* Footer of the DataList. */
.DataList .AspNet-DataList table tfoot tr td
{
    border-top: 3px solid #FFFFFF;
    height: 20px;
}
