/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_transparent {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containermaster_white {
	width: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containerrow_white {
	background-color: white;
}

.containerrow_transparent {
	background-color: transparent;
}


