/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* ez container list right */

div#dnn_rightpane .container_listRight {
	width:280px;
	border:none;
	background:none;
}

.containerrow1_blue {
	height:55px;
	padding:0;
}
.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;
}

/* lists */

table.container_listRight ul {
	margin:0 0 5px 0px;
	padding:0;
	width:230px;
}

table.container_listRight ol {
	margin-left:2px;
	width:215px;
}

table.container_listRight ul li {
	margin:0;
	padding:7px 0 7px 13px;
	text-align:left;
	color:#404040;
	list-style:none;
	background:url(img/bullet_grey.gif) no-repeat left 12px;
	line-height:14px;
	border-bottom:1px dotted #90bdea;
}

table.container_listRight ul li.last_li {
	margin:0;
	padding:7px 0 7px 13px;
	text-align:left;
	color:#404040;
	list-style:none;
	background:url(img/bullet_grey.gif) no-repeat left 12px;
	line-height:14px;
	border:none;
}

table.container_listRight ol li {
	margin:0;
	padding:0 0 0 0px;
	color:#404040;
	line-height:14px;
	list-style-type:decimal;
}

table.container_listRight ul ul, table.container_listRight ol ol{
margin:0 0 0 16px;
padding:0;
}

table.container_listRight p {
	width:215px;
	text-align:justify;
}

/* end of lists */

div#dnn_rightpane .Head { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:  24px; 
	font-weight:  bold; 
	color: #11869a;
	text-align:left;
	/* om sifr titel op 1 lijn te laten tonen */
	width:100%;
	display:block; 
}

/* module functions */

tr.module_functions {
	
}

/* deze code zou weggelaten moeten worden bij container template voor "host" (zie module settings) */
table.module_functions_table {
	display:none;
}

/* sifrtitle */

table.container_listRight {
	/* afgezet
	position:relative;
	top:-11px;*/
	float:left;
}

table.container_listRight td.sifrTitle {
	vertical-align:bottom;
	line-height:1em;
	padding:0;
	margin:0;
	height:25px;
}

table.container_listRight td.sifrTitle span.sIFR-replaced {
	line-height:1em;
}

table.container_listRight td.ContainerContentPane {
	padding:0;
}

/* anker link list */

td#subnav_top {
	background:transparent url(img/subnav_top_bg.jpg) no-repeat scroll left top;
	/*float:left;*/
	height:21px;
	width:266px;
}

.subnav_body {
	background:transparent url(img/subnav_body_bg.jpg) repeat-y scroll center top;
	background /*\**/: transparent url(img/subnav_body_bg.jpg) repeat-y scroll left top\9;
	float:left;
	width:266px;
}

#subnav_btm {
	background:transparent url(img/subnav_btm_bg.jpg) no-repeat scroll left top;
	/*float:left;*/
	height:22px;
	position:relative;
	top:-10px;
	width:266px;
}

.subnav_body p {
	border-bottom:1px dotted #90BDEA;
	cursor:pointer;
	padding:0px 0 0px 5px;
	width:230px !important;
	display:block;
	margin:0 0 0 13px;
	position:relative;
	top:-4px;
}

.subnav_body p#last_anker {
	border:none;
}

.subnav_body p a {
	color:#11869A;
	text-decoration:none;
	padding:7px 0px;
	display:block;
}

.subnav_body p#last_anker a {
	padding-bottom:0;
	padding-bottom /*\**/: 10px\9;
}

.subnav_body p a:hover {
	color:#11869A;
	text-decoration:none;
	font-weight:bold;
}

