/* ================================
    CSS STYLES FOR Error Processor
   ================================
*/   

.ErrorHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.ErrorText
{
	font-weight: bold;
	font-size: 10pt;
	color: crimson;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.CommandButton
{
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

A.CommandButton:visited
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.CommandButton:active
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
.SubHead
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}