/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_grey {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #DBDBDB 1px solid;
	border-bottom: #DBDBDB 1px solid;
	border-left: #DBDBDB 1px solid;
	border-right: #DBDBDB 1px solid;
}
.container_header {
	height: 30px;
	background-color: #DBDBDB;
}




