﻿.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. */


/* Individual "items" in the DataList. */
.PrettyDataList .AspNet-DataList table tbody tr td
{
	padding: 5px;
	vertical-align: top;
}

/* Header of the DataList. */
.PrettyDataList .AspNet-DataList table thead tr th, .PrettyDataList .AspNet-DataList table caption
{
	border-top: solid 20px #9C0001;
	text-align: right;
	height: 90px;
	font-family: Arial;
	font-weight: bold;
	font-size: x-large;
	color: white;
	background-color: #D3C9C7;
	vertical-align: bottom;
	padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList .AspNet-DataList table tfoot tr td
{
	border-top: solid 20px #9C0001;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

.Sample-Contact
{
	
	padding: 3px;
	background: #F5F5F5;
	color: Maroon;
	font-size: small;
}

.Sample-Name
{
}

.Sample-Address
{
	color: Black;
}

.Sample-Phone
{
	color: #333333;
	text-align: right;
	white-space: nowrap;
}


/* --------------------------------------------------------------------------------------------------- */
/* 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
{
	background-image: url(Images/HeaderGlassBlack.jpg);
	background-repeat: repeat-x;	
	font-weight: bold;
	font-size: 12px;
	color: White;
	padding: 5px;
}

.DataList-Skin-Footer
{
	border-top: solid 20px #9C0001;
}



