/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerheader {
	background-color: transparent;
}
.ContainerTitleBlauw {
	font-family: Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #4182c5;
	padding-left: 22px;
}
.contentpane_no_bg {
	background: transparent;
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
}

