/* 
================================
 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;
}
.containermaster_RightPane {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #af6eab;
	border: 0px solid #863681;
	margin-bottom: 15px;
}
.containerheader {
	background-color: transparent;
}
.containerheader_rightpane {
	background-color: #782b74;
	width: 100%;
	border-bottom: 1px solid white;
	
}



/* Styles voor containers Paars */

.containerheader_paars {
	width: 100%;
}
.hoek_paars_links {
	background-image: url(images/hoek_paars_links.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 22px;
}
.paars_1px {
	background-image: url(images/paars_1px.gif);
	background-repeat: repeat-x;
	height: 22px;
}
.hoek_paars_rechts {
	background-image: url(images/hoek_paars_rechts.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 22px;
}
.ContainerTitle {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
}
.ContainerTitle_RightPane {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #552552;
	color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
}
.containercontent {
	background-image: url(images/gradient_bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.containercontent_rightpane {
	padding: 6px;
}
