@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.searchbg{background-image:url(../images/searchbg.jpg); background-repeat:no-repeat; width:776px; height:36px;}

.darkblackfont{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000;}
.graystrip{background-image:url(../images/strip_Gray.jpg); background-repeat:no-repeat; width:776px; height:30px;}
.datagraytopmid{background-image:url(../images/dataareagrayBox1_2.jpg); background-repeat:repeat-x;}
.datagrayvarleft{background-image:url(../images/dataareagrayBox2_1.jpg); background-repeat:repeat-y; }
.datagrayvarright{background-image:url(../images/dataareagrayBox2_1.jpg); background-repeat:repeat-y; background-position:right; background-color:#e8e7e7;}
.datagraybottammid{background-image:url(../images/dataareagrayBox3_2.jpg); background-repeat:repeat-x;}
.datagraybg{background-color:#e8e7e7;}
.bigdarkmaroonfont{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#7d0101; text-align:center;}
.titlemaroonfont{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#7d0101; text-align:left;}
.darkmaroonfont{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#7d0101; text-align:center;}
.darkbluefont{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#031aa2; text-align:center;}
.darkbluefont a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#031aa2; text-align:center; text-decoration:none}
.darkbluefont a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000; text-align:center; text-decoration:none}
.darkblackcenterfont{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000000; text-align:center;}
.darkblackcenterfontbig{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000; text-align:center;}
.darkblackleftfont{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000000; text-align:left;}
.darkblackleftfont a{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#7d0101; text-align:left; text-decoration:none;}
.footerblackbg{background-color:#232528; height:41px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff; text-align:left; }
.darkredcenterfont{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#CC0000; text-align:center;}
.darkblackjustfont{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000; text-align:justify;}
.footerblackbg a{background-color:#232528; height:41px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff; text-align:left; text-decoration:none; text-decoration:none; }
.footerblackbg a:hover{background-color:#232528; height:41px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff; text-align:left; text-decoration:underline;}
.middletextbox{border:solid 1px #CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; width:120px; height:17px;}
.submitbutton{background-color:#CCCCCC; border:solid 1px #999999;  font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; width:80px; height:17px;}
.stardot{font-family:Arial, Helvetica, sans-serif; font-size:8px; color:#ff0000; }


.Hrhover{
	background-color:#ccc;
	height:23px;
}
.Hrnormal{
	/*background-color:#000;*/
	height:23px;
}


.button
{
	background-color:#70321B;
	color:#FAD7C3;
	font-weight:bold;
	height:23px;
	border:thin;
	border-color:#70321B;
	border-width:2px;
	border-style:solid;
	cursor:pointer;
}


/*---  CSS For Date Picker ---*/

/* for calender hiding */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #70321B;
	background-color: #F6D3C0;
	border: 2px solid #70321B;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #70321B;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #C69986;
	border: 1px solid #70321B;
	color:#70321B;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #C69986;
	border: 1px solid #70321B;
	cursor: pointer;
	color: #70321B;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #70321B;
	border: 1px solid #70321B;
	color: #F6D3C0;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #70321B;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F6D3C0;
	background: #70321B;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F6D3C0;
	background: #70321B;
	font-weight: bold;
	border: 1px solid #70321B;
	} 

