/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* ez container list right */

div#dnn_rightpane .container_listRight {
	width:280px;
	border:none;
	background:none;
	float:left;
}

.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 {
	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;
}

/* quotes (testimonials) */

.quote {
	margin-top:6px;
	margin-bottom:10px;
	width:230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.4em;
	font-style:italic;
	text-align:left !important;
	color:#8b9a9c;
}

.source {
	width:230px;
	color:#8b9a9c;
	text-align:left !important;
}


/* tmb, title, info - table */

.tmb_table {
	width:230px;
	border:none;
	padding:0;
}

.tmb_table td {
	border-bottom:1px dotted #90BDEA;
	vertical-align:top;
	padding:5px 0 5px 0;
}

tr.last_tmb_row td {
	border-bottom:none;
}

.tmb_table td p {
	text-align:left;
	margin:0 0 0 10px;
}

.tmb_table td h4 {
	font-weight:bold;
	margin:0 0 5px 10px;
}

.tmb_table .StandardButton {
	background:url(img/bg_btn_02.gif) no-repeat 0 0;
	color: #8b9a9c; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	border:none;
	width:64px;
	height:19px;
	cursor:pointer;
	font-weight: normal;
	display:block; 
	text-decoration:none;
	padding:2px 0px 0px 7px;
	float:right;
	margin-top:5px;
}

.tmb_table .StandardButton:hover {
	background:url(img/bg_btn_02.gif) no-repeat 0 0;
	color: #636f71; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	border:none;
	width:64px;
	height:19px;
	cursor:pointer;
	font-weight: normal;
	display:block; 
	text-decoration:none;
	padding:2px 0px 0px 7px;
	float:right;
	margin-top:5px;
}


