/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_passie {
	width: 100%;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.curve_boven {
	background-image: url(images/curve_boven_geel.gif);
	background-repeat: no-repeat;	
	width: 166px;
	height: 23px;
	margin-top: 15px;
}

.curve_content {
	background-image: url(images/curve_content_geel.gif);
	background-repeat: repeat-y;	
	width: 166px;
	padding-left: 3px;
}

.curve_onder {
	background-image: url(images/curve_onder_geel.gif);
	background-repeat: no-repeat;	
	width: 166px;
	height: 23px;
	margin-bottom: 15px;
}

.container_title_algemeen {
	background: transparent;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	/*color: #FF0000; Oude kleur */
	color: #D80012;
	padding-left: 14px;
}
.container_title_amsterdam {
	background: transparent;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #28386b;
	padding-left: 14px;
}
.container_title_rotterdam {
	background: transparent;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #2292d4;
	padding-left: 14px;
}
.container_title_utrecht {
	background: transparent;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #ff6100;
	padding-left: 14px;
}
.container_title_wierden {
	background: transparent;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #52b80c;
	padding-left: 14px;
}
.container_title_normaal {
	background: transparent;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: FF0000;
	padding-left: 65px;		/* plaatsen rechtsonder in de hoek */
}

.container_title_snelmenu {
	background: transparent;
	font-family: Arial Rounded;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding-left: 20px;
}

.container_title_rotterdam_actueel {
	background: transparent;
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #2093d4;
	padding-left: 20px;
}

.container_icon_snelmenu {
	background: transparent;
	padding-left: 12px;
}

.containercontent {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
}


.containercontent_snelmenu a {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

.containercontent_snelmenu a:hover {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

.containercontent_snelmenu a:visited {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*   item in het editmenu */
	background: transparent;
	font-family: Verdana;
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel { /* items in het editmenu bij mouseover */
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana;
	display: block;
	background-color: #fcc08e;
	color: white;
}



