/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparant;
	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;
	padding-top: 15px;
	padding-bottom: 15px;
}
.containermaster_1 {
	width: 100%;
}
.containertitle {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.containerheader_blauw {
	background-image: url(images/blauw.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.hoek {
	background-color: #FFFFFF;
	background-image: url(images/hoek_blauw.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
}
.containercontent_blauw {
	/*background-color: #f1f8ed;*/
	background-color: #e5e7f3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.containercontent_blauwalternate {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.containercontent {
	background-color: transparent;
}
.headergray {
	background-color: #007ac0;
	padding-left: 2px;
}

.titlewhite {
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
