/* CSS Document */
html, body {
		height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/backg_backup.jpg);
	background-repeat:repeat-y;
}
#left {
	position:absolute; 
	z-index: 1;
	left:0px; 
	top:0px; 
	padding:0; 
	width:645px; 
	height:100%; /* works only if parent container is assigned a height value */ 
	background-color:#FFA31A;
	background-image:url(../images/main_backg.jpg);
	background-repeat:repeat-y;
}
#middle_w {
	position:absolute; 
	z-index: 1;
	left:645px; 
	top:0; 
	padding:0; 
	width:22px; 
	height:100%; /* works only if parent container is assigned a height value */ 
	background-color:#FFFFFF;
}
#middle_g {
	position:absolute;
	z-index: 1;
	left:649px;
	top:0px;
	padding:0;
	width:14px;
	height:100%;
	background-color:#999999;
	background-image:url(../images/main_grey_bar.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	position:absolute;
	left:0px;
	top:0px;
	padding:0;
	width:100%;
	height:100%;
	z-index: 2;
}

.style1 {
	font-size: 10px
}
.style2 {
	font-size: 18px;
	color: #FFFFFF;
}
.style_white_mailing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style_label_white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.style_cbcstats_label {
	color: #A40000;
	font-weight: bold;
}
.style_cbcstats {
	color: #CC0000
}
.style_msg_success {
	color: #006600;
}
.style_msg_error {
	color: #CC0000;
}
