/* 
ASP.css
This sheet is for styles used in the ASP pages to mimic non-standard Ektron styles.

*/

div.RightNavMenuBlock { /* menu block for right nav */
	border: 1px solid #9cc7da;
	float: right;
	width: 200px;
}

.RightNavMenuHdr { /*  usually h2 */
	background-color: #9cc7da; 
	text-align:left;
	vertical-align: middle;
	padding-top:8px; 
	padding-left:16px;
	padding-bottom: 8px;
} 

.RightNavList {
	list-style-type:none;
	line-height: 150%;
}

a.RightNavLinks {
	text-decoration:none; 
	margin-right: 5px;
/*	line-height: 150%; */
}

a.RightNavHdrLinks {
	color: #FFFFFF;
	text-decoration:none; 
}

.BodyText, .BodyTextSmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.BodyTextSmall {
	font-size: 10px;
}

.ASPHeader1 { /* repaces H1: large, page header */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #4791B3;
}

.ASPErrMsg, .ASPErrMsgSmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D70000;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

.ASPErrMsgSmall {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

p {
	padding-right: 10px;
}

.text {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal; 
}

.smtext {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal; 
}

