/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #767676 0px solid; 
	border-top: #767676 0px solid; 
	border-left: #767676 0px solid; 
	border-bottom: #767676 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containerheader {
	width: 500px;
   background-color: transparent;
}

.containertitel_blauw { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #003399;

}
.containertitel_rood { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #FF0000;
}
.containertitel_groen { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #008040;
}
.containertitel_zwart { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #000000;
}
.containercontent {
	width: 500px;
	height: 150px;
	padding-left: 7px;
}



.containermaster_nieuws {
	width: 225px;
}

.containerheader_nieuws {
   background-color: transparent;
	background-repeat: repeat-x;
}

.containertitel_nieuws_blauw { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #003399;
}

.containertitel_nieuws_rood { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #FF0000;
}

.containertitel_nieuws_groen { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #008040;
}

.containertitel_nieuws_zwart { 
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 21px;
	text-decoration: none;
	color: #000000;
}

.containercontent_nieuws {
	padding-left: 4px;
}


.container_dashed {
	border-style: dashed 2;
	height: 2px;
	color: #7d7d7d;
}

.menumaster {
	width: 130px;
	background-color: transparent;
	border-right: #767676 0px solid; 
	border-top: #767676 0px solid; 
	border-left: #767676 0px solid; 
	border-bottom: #767676 0px solid; 
}


.menuheader {
	width: 130px;
	height: 9px;
}

.menucontent a:link, .menucontent a:active, .menucontent a:visited {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #29166f;
	text-decoration: none;
}
.menucontent a:hover {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffb08a;
	text-decoration: none;
}
.menucontent {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 9px;
}




.containerrow1_blue {  /*   container voor left, midden en right */
	background-color: Black;
	background-image: url(container_grey.jpg);
	background-repeat: repeat-x;
	font-size: 5px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
   white-space: nowrap;  /*Word wrapping menu item now optional*/
   padding: 1px 3px 3px 1px;	
}


.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 {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}




