/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* ez container orange list */

div#dnn_rightpage .container_orangeList {
	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 */
	/*position:absolute !important;
	top:0px !important;
	left:0px !important;*/
}

.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_orangeList ul {
	margin:10px 0 5px 0px;
	padding:0 0 12px 0;
	width:240px;
	/* aangepast */
	/*_width:200px;*/
	border-bottom:1px dotted #ee872b;
}

table.container_orangeList ol {
	margin-left:2px;
	width:215px;
	border-bottom:1px dotted #ee872b;
}

table.container_orangeList ul li {
	margin:0 0 8px 0;
	padding:0;
	list-style:none;
}

table.container_orangeList ul li a {
	color:#fbcf9c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	padding:7px 0 7px 22px;
	font-weight:bold;
}

table.container_orangeList ul li a:hover {
	color:#ee872b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

table.container_orangeList ul li#webmail a {
	background: url(img/icon_webmail.gif) no-repeat left 10px;
}

table.container_orangeList ul li#webmail a:hover {
	background: url(img/icon_webmail_ro.gif) no-repeat left 10px;
}

table.container_orangeList ul li#webhosting a {
	background: url(img/icon_webhosting.gif) no-repeat 3px 8px;
}

table.container_orangeList ul li#webhosting a:hover {
	background: url(img/icon_webhosting_ro.gif) no-repeat 3px 8px;
}

table.container_orangeList ul li#remotebackup a {
	background: url(img/icon_remotebackup.gif) no-repeat left 8px;
}

table.container_orangeList ul li#remotebackup a:hover {
	background: url(img/icon_remotebackup_ro.gif) no-repeat left 8px;
}

table.container_orangeList ul li#mailingmanager a {
	background: url(img/icon_mailingmanager.gif) no-repeat left 8px;
}

table.container_orangeList ul li#mailingmanager a:hover {
	background: url(img/icon_mailingmanager_ro.gif) no-repeat left 8px;
}

table.container_orangeList 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_orangeList ol li {
	margin:0;
	padding:0 0 0 0px;
	color:#404040;
	line-height:14px;
	list-style-type:decimal;
}

table.container_orangeList ul ul, table.container_orangeList ol ol{
margin:0 0 0 16px;
padding:0;
}

table.container_orangeList p {
	width:215px;
	text-align:justify;
}

/* end of lists */

div#dnn_rightpane table.container_orangeList .Head { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; 
	font-weight:bold; 
	color: #ee872b;
	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_orangeList {
	/*position:relative;
	top:-20px;*/
}

table.container_orangeList td.sifrTitle {
	vertical-align:bottom;
	line-height:1em;
	padding:0;
	margin:0;
}

table.container_orangeList td.sifrTitle span.sIFR-replaced {
	line-height:1em;
}

table.container_orangeList td.ContainerContentPane {
	padding:0;
}
