﻿.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. */

.PrettyDataList
{
	width:100%;
	margin:2px;
}


.PrettyDataList .AspNet-DataList
{
	width: 100%;
}

.PrettyDataList .AspNet-DataList table
{
}


.PrettyDataList .AspNet-DataList table tbody
{
}


/* Individual "items" in the DataList. */
.PrettyDataList .AspNet-DataList table tbody tr td
{	
}

.PrettyDataList .AspNet-DataList table tbody tr td
{
}

.PrettyDataList .AspNet-DataList table tbody tr td div
{
}

/* Header of the DataList. */
.PrettyDataList .AspNet-DataList table thead tr th,
.PrettyDataList .AspNet-DataList table caption
{
    border-top: solid 5px #FFFFFF;
    text-align:right;
    height: 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: large;
    color: white;
    background-color:#FFFFFF;
    vertical-align:middle;
    padding:2px;
}

/* Footer. */
.PrettyDataList .AspNet-DataList table tfoot tr td
{
    border-top: solid 5px #FFFFFF;
    height:1px;
}

/* --------------------------------------------------------------------------------------------------- */
/* Used when the DataList adapter is NOT used. */
/* These styles are used by the DataList's skin, found in this theme's skin file. */
/*
#BackOfficeDataList .DataList-Skin-Header
{
    border-top: solid 20px #9C0001;
    padding: 0 8px 8px 0;
}

#BackOfficeDataList .DataList-Skin-Footer
{
    border-top: solid 20px #9C0001;
}
*/
