/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #00477F;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	color: #D9CD83;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(CCC_DKBlue.jpg);
	color: #00477F;
}
.containerrow2_blue {
	background-color: #ffffff;
	color: #D9CD83;
}
.Container_AllWhite{
	background-color: #ffffff;
	color: #002D51;
}
.Container_AllWhite_TITLE{
	background-color: #ffffff;
	color: #002D51;
}


