/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	border-right: #000000 0px none; 
	border-top: #000000 0px none; 
	border-left: #000000 0px none; 
	border-bottom: #000000 0px none; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_red {
	background-image: url(gradient_MidRed.jpg);
}
.containerrow2_red {
	background-color: #FFEFCE;
}


