
a:link, a:visited { text-decoration:none; }
a:hover { color: #cc0000; }

/* Keeps most links blue */
	a:visited{color: #0033CC;}
	a:link{color: #0033CC;}
	a:active{color: #0033CC;}
	a:hover{color: orange;}
	 /* Keeps most links blue  */

span
	{
		font-family: Verdana,  Helvetica, sans-serif, Arial;
		color:#00000; 
                font-size: 9pt;
		font-weight: 500;
	}

span.1
	{
		font-family: Verdana,  Helvetica, sans-serif, Arial;
		color:#00000; 
                font-size: 9pt;
		font-weight: 400;
	}

p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:black; 
                font-size: 10pt;
		font-weight: normal;
	}
		
.validationErrorMessage
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}
.errorMessage
{
	font-size: 12pt;
	font-weight: bold;
	color: Red;
}
.FieldCaption
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
}
.RequiredFieldCaption
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
}
.InputTextbox
{
	width: 300px;
}
.RequiredInputTextbox
{
	width: 300px;
	background-color: lightgoldenrodyellow;
}
.RequiredDropdown
{
	width: 300px;
	background-color: lightgoldenrodyellow;
}
.filterHeader {
	BACKGROUND: #aec2dd; color:#cc0000; vertical-align:middle; height: 17px;
}
.dgHeader {
	BACKGROUND: #aec2dd; color:#cc0000; font-weight:bold; text-align:center;
}
.dgItem {
	BACKGROUND: #ffffff
}
.dgAltItem {
	BACKGROUND: #f0f1f3
}
.dgSelItem {
	
}
.dgEditItem {
	
}
.dgFooter {
	BACKGROUND: #ffffff
}
.dgPager {
	BACKGROUND: #ffffff
}
		