/* 
================================
 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 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containermastersilver {
	width: 100%;
	background-color: #F3F4F8;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermastersilverlogin {
	width: 100%;
	background-color: #F3F4F8;
	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;
}

.containerheadergrijs {
	background-color: #DFDFDF;
}
.containerheadersilver {
	background-color: #F3F4F8;
}
.containerheadersilverborderright {
	background-color: #F3F4F8;
	border-right: #FFFFFF 1px solid; 
}
.titelstandaard {
	padding-top: 7px;
	padding-left: 3px;
	color: #002F5D;
	font-weight : bold;
	font-family : Arial;
	font-size: 15px;
	height: 30px;
}

.titelblauw {
	padding-top: 7px;
	padding-left: 3px;
	color: #002F5D;
	font-weight : bold;
	font-family : Arial;
	font-size: 15px;
	height: 30px;
}
.titelrood {
	padding-top: 7px;
	padding-left: 3px;
	color: #B90932;
	font-weight : bold;
	font-family : Arial;
	font-size: 15px;
	height: 30px;
}
.containercontent {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 4px;
}
.containercontentlogin {
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 4px;
}
.containercontentsnelmenu {
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 4px;
	padding-bottom: 0px;
	height: 34px;
}
.containercontentdashlinks {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 4px;
	background-image : url(Images/Dash.jpg);
	background-position : right 100;
	background-repeat : repeat-y;
}





