/* CSS Document */

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

A.headbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

.bkgd_leftmenu {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(../Media/Template/MLR_LeftMenu_BottomArc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	width: 140px;
}

.bkgd_sectionbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #990000;
	background-image: url(../Media/Template/MLR_SectionBar_Roadway.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: middle;
	height: 15px;
	padding-left: 6px;
}

.cal_dark_top {
	background-attachment: scroll;
	background-image: url(../Media/Template/MLR_Calendar_Day_Dark_Head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #999999;
	height: 15px;
}
.cal_dark_back {
	background-attachment: scroll;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	color: #990000;
	background-color: #999999;
}

.cal_light_top {
	background-attachment: scroll;
	background-image: url(../Media/Template/MLR_Calendar_Day_Light_Head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
	height: 15px;
}
.cal_light_back {
	background-attachment: scroll;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	color: #990000;
	background-color: #CCCCCC;
}

.cal_now_top {
	background-attachment: scroll;
	background-image: url(../Media/Template/MLR_Calendar_Day_Today_Head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #CC9999;
	height: 15px;
}
.cal_now_back {
	background-attachment: scroll;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	color: #990000;
	background-color: #CC9999;
}
.text_warning {
	font-weight: bold;
	color: #FF0000;
}
.text_greengood {
	font-weight: bold;
	color: #339933;
}