/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_orange {
	width: 100%;
	background-color: #EFC4A0;
	border-right: #EF8125 0px solid; 
	border-top: #EF8125 0px solid; 
	border-left: #EF8125 0px solid; 
	border-bottom: #EF8125 0px solid; 
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_orange {
	background-image: url(gradient_LtOrange.jpg);
}
.containerrow2_orange {
	background-color: #ffffff;
}
