/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-color: #dddddd;
	border-right: #d3d3d3 1px solid; 
	border-top: #d3d3d3 1px solid; 
	border-left: #d3d3d3 1px solid; 
	border-bottom: #d3d3d3 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_red {
	background-color: #F4947A;
}
.containerrow2_red {
	background-color: #ffffff;
}.containermaster_blue {
	width: 100%;
	background-color: #dddddd;
	border-right: #d3d3d3 1px solid; 
	border-top: #d3d3d3 1px solid; 
	border-left: #d3d3d3 1px solid; 
	border-bottom: #d3d3d3 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-color: #5B7A9E;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containermaster_orange {
	width: 100%;
	background-color: #dddddd;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_orange {
	background-color: #ffffff;
}
.containerrow2_orange {
	background-color: #ffffff;
}




