/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_purple_nobanner {
	width: 100%;
	background-color: #ffffff;
	border-right: #330099 2px solid; 
	border-top: #330099 2px solid; 
	border-left: #330099 2px solid; 
	border-bottom: #330099 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_purple_nobanner {	
}
.containerrow2_purple_nobanner {
	background-color: #ffffff;
}


