/* CSS Document */

address {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}
hr {
	color: #CDE6A0;
	height: 1px;
	background-color: #CDE6A0;
	border: solid #CDE6A0 0px;
}
td {
	font-size:1em;
}
th {
	font-size: 1em;
}


.right {
	float:right;
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}

.alternaterow {
    background-color: #e6f1d3;
}

.selectedrow {
    background-color: #e6f1d3;
}


/***** important alert style ***************/
.redbold {
	font-weight: bold;
	color: #D90000;
}
.redbold ul
{
	list-style: square;
	margin-top:20px;
}
.redbold li
{
	margin-bottom:0px;
	margin-left:-22px;
}

#errorSummary {
	border:1px solid #CD202C;
	padding:10px;
	margin:15px 0 20px 0;
	width:80%;
filter:progid:DXImageTransform.Microsofoot.dropshadow(OffY=3, OffX=3, color=#BEC5BC, positive=TRUE);
	background-color:#FFFFFF;
	font-weight:bold;
	color:#CD202C;
}
#errorSummary p{
	margin:0;
}
.error {
	color:#CD202C;
	font-weight:bold;
}
ul.error {
	margin-left:20px;
}
.error li {
	list-style-image:none;
	margin:5px 0 5px 0;
	line-height:1.2em;
	list-style:disc;
}


/*User Selectable Styles*/

.Heading2     {	line-height:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#003A63;
	font-weight:normal;
	font-size:1.7em;}
.Heading3     {	line-height:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#003A63;
	font-weight:normal;
	font-size:1.5em;}
.Heading4     {	color:#008469;
	font-weight:bold;
	font-size:1.1em;}
.Normal          {color:#000000; font-family:Verdana,Arial,Helvetica;}

fieldset {
	border:none;
}

span.required {
	color:#CD202C;
}
