﻿.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. */
.faqdatalist .AspNet-DataList table
{
margin-left: 5px;
}

/* Individual "items" in the DataList. */
.faqdatalist .AspNet-DataList table tbody tr td
{
   
}



/* Header and Footer of the DataList. */
.faqdatalist .AspNet-DataList table thead tr th,
.faqdatalist .AspNet-DataList table tfoot tr td,
.faqdatalist .AspNet-DataList table caption
{

padding: 5px 0;
text-align: left;
}


/* ------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------------- */
/* 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;
}