/* Copyright, WeDoWebStuff.com LLC, 2002.  
All Rights Reserved. */
TABLE.List
{
	color:					Gray;
	font-size:				11px;
}

DIV.List
{
	scrollbar-base-color:			Gray;
	border:					1px solid Gray;
}

TR.ListHeading TD A
{
	color:					white;
	text-decoration:		none;
}

TR.ListHeading TD A:hover
{
	color:					yellow;
	text-decoration:		none;
}

TR.ListOddRow TD A
{
	color:					#FF8000;
	font-weight:600;
}

TR.ListEvenRow TD A
{
	color:					#FF8000;
	font-weight:600;
}

TR.ListSelectedRow TD A
{
	color:					white;
	background-color:#FF8000;
	font-weight:600;
}


.ListTotal
{
	color:					white;
	background-color:		#00A000;
	font-family:			verdana,helvetica,arial,sans-serif;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:		none;
}

.ListOddRow
{
	background-color:		white;
	color:					black;
	font-family:			verdana,helvetica,arial,sans-serif;
	font-size:				11px;
	text-align:				center;
	text-decoration:		none;
}

.ListEvenRow
{
	background-color:		gainsboro;
	color:					black;
	font-family:			verdana,helvetica,arial,sans-serif;
	font-size:				11px;
	text-align:				center;
	text-decoration:		none;
}

.ListOddRowSelected
{
	background-color:		#F0F0F0;
	color:					black;
	text-align:				center;
	text-decoration:		none;
	font-weight:600;
}

.ListEvenRowSelected
{
	background-color:		Silver;
	color:					black;
	text-align:				center;
	text-decoration:		none;
	font-weight:600;
}

.ListSelectedRow
{
	background-color:		#FF8000!important;
	color:					white!important;
	font-family:			verdana,helvetica,arial,sans-serif;
	font-size:				11px;
	font-weight:			bold;
	text-align:				center;
	text-decoration:		none;
}

.ListHoverRow
{
	background-color:		#A5B029;
	color:					white;
	font-family:			verdana,helvetica,arial,sans-serif;
	font-size:				11px;
	font-weight:			bold;
	text-align:				center;
	text-decoration:		none;
}

.ListHeading
{
	background-color:		Orange;
	color:					Gray;
	font-family:			Arial;
	font-size:				13px;
	font-weight:			bold;
	text-align:				center;
}

.ListHeading2
{
	background-color:		white;
	color:					#A5B029;
	font-family:			Ariel;
	font-size:				13px;
	font-weight:			bold;
	text-align:				center;
}

.ListHeadingSelected
{
	background-color:		DarkOrange;
	color:					white;
	font-family:			Ariel;
	font-size:				13px;
	font-weight:			bold;
	text-align:				center;
}

.ListLink
{
	color:					#FF8000!important;
}

.Pager
{
	font-size:9pt;
	font-weight:bolder;
}