/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* ez container link list right */

table.container_introBlocks {
	width:450px;
	border:none;
	background:none;
}

table.container_introBlocks .containerrow1_blue {
	height:35px;
	padding:0;
	margin:0;
	vertical-align:top;
}
table.container_introBlocks .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;
}

/* module functions */

tr.module_functions {

}

table.module_functions_table {

}

/* container icon */

td.container_icon img {
	width:36px;
	height:36px;
}

/* om heel de container naar boven te schuiven */
/*
table.container_introBlocks {
	width:652px;
	margin:240px 0 0 32px;	
}*/

table.container_introBlocks {
	width:652px;
	/* afgezet */
	/*margin:240px 0 0 32px;
	_margin:240px 0 0 5px;
	#margin:240px 0 0 5px;*/
	margin:0px 0 0 32px;
	_margin:0px 0 0 5px;
	#margin:0px 0 0 5px;
	/* afgezet
	position:static;
	_position:absolute;
	#position:absolute;*/
}

/* headers in main content */

table.container_introBlocks h2 {
	color:#016878;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

table.container_introBlocks p img {
	margin-right:22px;
	margin-bottom:22px;
}

table.container_introBlocks td.sifrTitle {
	width:405px;
}

/* sifr grote pagina titel breedte instellen om niet uit table te treden die 450px breed is */

table.container_introBlocks .sIFR-flash {
	width:405px !important;
}

/* intro_blocks */

table.intro_blocks {
	width:630px;
	padding:0;
}

table.intro_blocks h2 {
	margin:0px 0 5px 0;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#005360;
	background:url(img/parTitle_arrow.jpg) no-repeat 0% 30%;
	_background:url(img/parTitle_arrow.jpg) no-repeat 0% 20%;
	#background:url(img/parTitle_arrow.jpg) no-repeat 0% 20%;
	padding:0 0 4px 20px;
	border-bottom:1px dotted #88bcc6;
	clear:both;
}

table.intro_blocks td {
	width:316px;
	padding:0px 40px 10px 0px;
	vertical-align:top;
}

table.intro_blocks td img {
	margin:10px 16px 0 0;
	float:left;
}

table.intro_blocks td p {
	width:210px;
	float:left;
	margin:0 0 0 0;
}


