/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* ez container link list right */

table.container_content {
	width:450px;
	border:none;
	background:none;
}

table.container_content .containerrow1_blue {
	height:45px;
	padding:0;
	margin:0;
	vertical-align:top;
}
table.container_content .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 {
	padding-right:5px;
	vertical-align:top;
	width:36px;
}

td.container_icon img {
	width:36px;
	height:36px;
}

/* om heel de container naar boven te schuiven */

table.container_content {
	/* afgezet */
	/*position:relative;
	top:-4px;*/
	width:550px;
}

/* headers in main content */

table.container_content h2 {
	color:#016878;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0 10px 0px;
	color:#718184;
	border-bottom:1px dotted #96abaf;
	padding-bottom:8px;
}

table.container_content p {
	line-height:17px;
}

table.container_content p img,
table.container_content img {
	margin-right:12px;
}

table.container_content .container_icon img {
	margin:0;
}

table.container_content td.sifrTitle {
	padding-top:5px;
	width:505px;
	padding-bottom:0px;
}

/* sifr grote pagina titel breedte instellen om niet uit table te treden die 450px breed is */

table.container_content .sIFR-flash {
	width:505px;
}

/* intro_blocks */

.container_content table.intro_blocks {
	width:594px;
	padding:0;
}

.container_content 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 left;
	padding:0 0 4px 20px;
	border-bottom:1px dotted #88bcc6;
	clear:both;
}

.container_content table.intro_blocks td {
	width:297px;
	padding-right:40px;
	padding-bottom:40px;
}

.container_content table.intro_blocks td img {
	margin:10px 16px 0 0;
	float:left;
}

.container_content table.intro_blocks td p {
	width:190px;
	float:left;
	margin:0 0 0 0;
}

/* doelgroepen pagina's (vanuit homepage) */

.rounded_top {
	width:549px;
	background:url(img/rounded_top.gif) no-repeat top left;
	height:20px;
	float:left;
}

.rounded_btm {
	width:549px;
	background:url(img/rounded_btm.gif) no-repeat top left;
	height:20px;
	float:left;
}

.rounded_body {
	width:519px;
	padding:0 15px;
	background:url(img/rounded_bg.gif) repeat-y top left;
	float:left;
}

.rounded_body p {
	/*margin:0;*/
}

.rounded_textblock {
	width:549px;
	margin-bottom:15px;
	float:left;
}

a.btn_orange_s {
	background:url(img/btn_orange_s.gif) no-repeat top left;
	display:block;
	width:78px;
	height:24px;
	color:white;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding:2px 0 0 6px;
}

a.btn_orange_s:hover {
	background:url(img/btn_orange_s_over.gif) no-repeat top left;
	display:block;
	width:78px;
	height:24px;
	color:white;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding:2px 0 0 6px;
}	
