/* CSS Document */

/* CSS Document */
BODY {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;   
	font-size: 11px;
	margin: 0px; 
	color: #333333; 
	font-family: verdana, arial, sans-serif;  
}
#archiveBanner {
	height: 80px;
	width: 475px;
	position: relative;
	float: left;
	overflow: hidden;
}
#divContainer {
	width: 475px;
	position: relative;
	border-top: 1px solid #295165;
	border-left: 1px solid #295165;
	border-right: 1px solid #295165;
	border-bottom: 1px solid #295165;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
}
P {
	font-size: 11px;
	margin: 2px 0px 2px;
	color: #555;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
#divContainer .blueRow {
	width: 475px;
	background-image: url(../clm_images/box_titles_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
	color: #FFF;
	overflow: hidden;
	border-top: 1px solid #295165;
	clear: both;
	float: left;
}
#divContainer .blueRow P {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	padding-top: 2px;
}
#divContainer .tanRow {
	background-color: #EFEEE4;
	width: 370px;
	position: inherit;
	height: auto;
	overflow: hidden;
	border-bottom: 2px solid #FFF;
	float: left;
}
#divContainer .numbers {
	background-color: #E9E9E9;
	width: 104px;
	position: relative;
	height: auto;
	border-bottom: 2px solid #FFF;
	float: right;
	border-left: 1px solid #333333;
	overflow: hidden;
}
#divContainer .numbers P {
	font-size: 11px;
	text-align:right;
}
#divContainer .tanRow P{
	font-size: 11px;
}
#divContainer .tanRow P.f_right {
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 3px;
	float: right;
	position: relative;
}
#divContainer .totalRow {
	background-color: #F0F7FF;
	width: 475px;
	position: relative;
	height: auto;
	border-top: 1px solid #295165;
	overflow: hidden;
	float: left;
}
#divContainer .totalRow P {
	font-size:11px;
	font-weight:bold;
	float: right;
}
#divContainer .grandtotalRow {
	background-color: #EFFEDA;
	width: 475px;
	position: relative;
	height: auto;
	border-bottom: 1px solid #295165;
	overflow: hidden;
	border-top: 1px solid #295165;
	float: left;
}
#divContainer .grandtotalRow P {
	font-size:11px;
	font-weight:bold;
	float: right;
}
#divContainer .meCloseRow {
	background-color: #FFF;
	text-align: left;
	height: auto;
	padding-left: 0px;
}
