/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: 0; 
	border-top: 0; 
	border-left: 0; 
	border-bottom: 0; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_blue {

}
.containerrow2_blue {
	background-color: #ffffff;
}

