/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_vortex {
	width: 100%;
/*	background-color: #993300;
	border-right: #FF9900 0px solid; 
	border-top: #FF9900 0px solid; 
	border-left: #FF9900 0px solid; 
	border-bottom: #FF9900 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containerrow1_vortex {
	/*background-image: url(gradient.jpg);
	background-repeat: repeat-y;*/
	border-bottom: #FF9900 1px solid;
}
.containerrow2_vortex {
	background-color: #ffffff;
}
.containermaster_transparent {
	width: 100%;
	background-color: transparent;
}