/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_coorange {
	width: 100%;
	background-color: #FFDDBF;
	BORDER-RIGHT: #E2832F 1px solid; 
	BORDER-TOP: #E2832F 1px solid; 
	BORDER-LEFT: #E2832F 1px solid; 
	BORDER-BOTTOM: #E2832F 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_coorange {
	BACKGROUND-IMAGE: url(co_container_header.gif);
	height:20px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
}
.containerrow2_coorange{
	background-color: #FFFFFF
}
.containerfooter_coorange{
	BACKGROUND-IMAGE: url(co_container_footer.gif);
	height:49px;
	vertical-align:bottom;
	padding-bottom:7px;
}
.coContainerHeader{
		font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
}
