/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #b5b5b5 1px solid;
	border-bottom: #b5b5b5 1px solid;
	border-left: #b5b5b5 1px solid;
	border-right: #b5b5b5 1px solid;
}
/*color of container itself*/
.containermaster_grey {
	width: 100%;
	background-color: #e6dcbe;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #b5b5b5 1px solid;
	border-bottom: #b5b5b5 1px solid;
	border-left: #b5b5b5 1px solid;
	border-right: #b5b5b5 1px solid;
}
/*color of red container*/
.containermaster_red {
	width: 100%;
	background-color: #f4c3c8;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #b5b5b5 1px solid;
	border-bottom: #b5b5b5 1px solid;
	border-left: #b5b5b5 1px solid;
	border-right: #b5b5b5 1px solid;
}
/*color of blank container itself*/
.containermaster_grey {
	width: 100%;
	background-color: #e6dcbe;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #b5b5b5 1px solid;
	border-bottom: #b5b5b5 1px solid;
	border-left: #b5b5b5 1px solid;
	border-right: #b5b5b5 1px solid;
}
/*color of white container itself*/
.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
/*color of white container header bar*/
.container_header_wt {
	height: 20px;
	background-color: #ececec;
	border-bottom: #b5b5b5 1px solid;
}
/*color of green container header bar*/
.container_header_gr {
	height: 20px;
	background-color: #C2CCB8;
	border-bottom: #b5b5b5 1px solid;
}
/*color of red container header bar*/
.container_header_red {
	height: 20px;
	background-color: #ffb6bd;
	border-bottom: #b5b5b5 1px solid;
}
/*color of blue container header bar*/
.container_header_bl {
	height: 20px;
	background-color: #c4cedc;
	border-bottom: #b5b5b5 1px solid;
}
/*color of BLANK container header bar*/
.container_header_blnk {
	background-color: #ffffff;
}
/*color of container text in white header bar*/
.containerhead_text {
	font-size: 12px;
	color: #403C3D;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: bold;
}
/*color of grey container header bar*/
.container_header {
	height: 20px;
	background-color: #ececec;
	border-bottom: #b5b5b5 1px solid;
}
/*color of container text in grey header bar*/
.containerhead_text_grh {
	font-size: 12px;
	color: #403C3D;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: bold;
}




