/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	text-align: left;
	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;
}
.ContainerTitle {
	padding-left: 0px;
	color: #ff9223;
	font-family: Verdana, Arial, Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	font-size: 16px;
	text-align: left;
}
.containercontent_total {
	padding: 10px;
	padding: 0px;
}
.containercontent {
	width: 100%;
	text-align: left;
	border-top : solid 0px #009DD9;     
 	border-bottom : solid 0px #009DD9;     
  	border-right : solid 0px #009DD9;
  	border-left  : solid 0px #009DD9;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-left: 2px;
	padding-right: 6px;
}

/*  Styles for curved corners  */

.containerlinksboven {
	background-image: url(images/linksboven.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.containerboven {
	background-image: url(images/boven.png);
	background-repeat: repeat-x;
	height: 25px;
}
.containerrechtsboven {
	background-image: url(images/rechtsboven.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.containerlinks {
	background-image: url(images/links.png);
	background-repeat: repeat-y;
	width: 25px;
}
.containercenter {
	background-color: #ffffff;
}
.containerrechts {
	background-image: url(images/rechts.png);
	background-repeat: repeat-y;
	width: 25px;
}
.containerlinksonder {
	background-image: url(images/linksonder.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.containeronder {
	background-image: url(images/onder.png);
	background-repeat: repeat-x;
	height: 25px;
}
.containerrechtsonder {
	background-image: url(images/rechtsonder.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
