/* ************************************************************** */
/* Mambo template style sheet                                     */
/*                                                                */
/* (c) 2005, ikwilhelpen.be                                       */
/*                                                                */
/* Dark   : 142E51 												  */
/* Medium : 7999D9 												  */
/* Light  : E1F2FA 												  */
/* ************************************************************** */

/* BASIC SETTINGS */

body
{
	margin: 		0px;
	font-family: 	Verdana, Arial, Helvetica;
	font-size:		8pt;
	padding: 		0px;
	text-align: 	left;
}

img 
{
padding: 0px;
margin: 0px;
}

tr, td, p
{
	font-family: 	Verdana, Arial, Helvetica;
	font-size:		8pt;
  	color: 			#000000;
  	margin-bottom: 	8px;
  	margin-top: 	0px;
}

div
{
	font-family: 	Verdana, Arial, Helvetica;
	font-size:		8pt;
  	color: 			#000000;
  	padding-bottom: 4px;
}

.strong
{
	font-weight: 	bold;
    letter-spacing:	-1;
	color: 			#999900;
}

.small
{
	font-size:		7pt;
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

ul {
  margin-top: 	0px;
  margin-left: 0px;
  padding-left: 0px;
}

li {
  list-style: url(../images/arrow.png) square outside;
  margin-left: 1.5em;
}

table.blog ul  {
  clear: left;
}

a:link, a:visited {
color: #142E51;
text-decoration: underline;
}

a:hover {
color: #7999D9;
text-decoration: underline;
}

.moduletable_right a:link, .moduletable_right a:visited {
color: #ffffff;
text-decoration: none;
}

.moduletable_right a:hover {
color: #ffffff;
text-decoration: underline;
}

/* FORM SETTINGS */

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}


form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}


/* MENU DISPLAY CLASSES */

/* added for general display of main menu, applies to separators between text link menus */

.mainlevel
{
	color: 				#ffffff;
}

a.mainlevel:link, a.mainlevel:visited
{
	font-family: 		Arial;
	font-size: 			11px;
	text-decoration:	none;
	font-weight: 		bold;
	color: 				#ffffff;
}

a.mainlevel:hover
{
	color: 				#7999D9;
}

/* this id is given to the currently selected item in the menu */

#active_menu
{
  	color: 				#7999D9;
}


/* subclass for left menu */

a.mainlevel_left:link, a.mainlevel_left:visited
{
	display: 			block;
	background: 		url(../images/menu_bg.gif) no-repeat;
	background-position: 	0px -24px;
	vertical-align: 	bottom;
	font-family: 		Arial;
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#142E51;
	text-align: 		left;
	padding-top: 		0px;
	padding-left: 		22px;
	height: 			24px !important;
	height: 			24px;
	line-height: 		22px;
	width: 				100%;
	text-decoration: 	none;

}

a.mainlevel_left:hover, a.mainlevel_left#active_menu_left
{
	background-position: 	0px -48px;
	text-decoration: 		none;
	color: 					#142E51;
}


a.mainlevel_left_loud:link, a.mainlevel_left_loud:visited
{
	display: 			block;
	background: 		url(../images/menu_bg.gif) no-repeat;
	background-position: 	0px -24Px;
	vertical-align: 	bottom;
	font-family: 		Arial;
	font-size: 			11px;
	font-weight: 		bold;
	color: 				red;
	text-align: 		left;
	padding-top: 		0px;
	padding-left: 		22px;
	height: 			24px !important;
	height: 			24px;
	line-height: 		22px;
	width: 				100%;
	text-decoration: 	none;

}

a.mainlevel_left_loud:hover, a.mainlevel_left_loud#active_menu_left
{
	background-position: 	0px -24px;
	text-decoration: 		none;
	color: 					red;
}


/* SUBLEVEL MENU ITEM CLASSES */

a.sublevel_left:link, a.sublevel_left:visited
{
	display: 			block;
	background: 		url(../images/submenu_bg.gif) no-repeat 22Px -24px;
	vertical-align: 	bottom;
	font-family: 		Arial;
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#142E51;
	text-align: 		left;
	padding-top: 		0px;
	padding-left: 		44Px;
	height: 			24px !important;
	height: 			24px;
	line-height: 		22px;
	text-decoration: 	none;

}

a.sublevel_left:hover, a.sublevel_left#active_submenu_left
{
	background-position: 	22px -48Px;
	text-decoration: 		none;
	color: 					#000000;
}




/* tp separate menu items */

.mainlevel_left
{
	background: 		url(../images/menu_bg.gif) no-repeat;
	background-position: 	0px -72px;
	vertical-align: 	top;
	font-family: 		Arial;
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#ffffff;
	text-align: 		left;
	padding-top: 		0px;
	padding-left: 		10px;
	height: 			24px !important;
	height: 			24px;
	line-height: 		22px;
	width: 				100%;
	text-decoration: 	none;
}


/* PAGING DISPLAY CLASSES -- USED IN LISTS */

.pagenav
{
	color: 				#000000;
	font-family: 		Arial;
	font-size: 			11px;
	font-weight: 		bold;
}

a.pagenav:link, a.pagenav:visited,
a.pagenav_prev:link, a.pagenav_prev:visited,
a.pagenav_next:link, a.pagenav_next:visited
{
	color: 				#142E51;
	text-align: 		left;
	text-decoration: 	none;
}

a.pagenav:hover,
a.pagenav_prev:hover,
a.pagenav_next:hover
{
	color: 				#7999D9;
}

/* PAGING DISPLAY CLASSES -- USED INSIDE CONTENT ITEM */

.pagenavbar
{
	color: 				#000000;
	font-family: 		Arial;
	font-size: 			11px;
	font-weight: 		bold;
}

.pagenavcounter
{
	color: 				#000000;
	font-family: 		Arial;
	font-size: 			11px;
	font-style: 		italic;
}

.pagenavbar a:link, .pagenavbar a.visited
{
	color: 				#142E51;
	text-decoration: 	none;
}

.pagenavbar a:hover
{
	color: 				#7999D9;
}

/* class for table of content inside long content list) */
.toclink
{
	font-style: italic;
	padding: 0px 4px;
}

/* 'read more' display */

a.readon, a.blogsection
{
	color: #142E51;
}

a.readon:hover
{
	color: #000000;
}

/* BLOG CLASSES */

.blog
{
/*  	padding: 8px 8px; */
}

.blog_more
{
/*  	padding: 8px 8px; */
}

a.blogsection:hover
{
	color: #000000;
}

/* STYLING FOR MODULES */

table.moduletable
{
	width: 100%;
/*	padding: 2px 4px; */
}

table.moduletable_mainmenu
{
	align: right;
	color: #ffffff;
}

table.moduletable_left
{
	align: right;
	color: #554874;
	padding: 0px;
	width: 180px;
}

table.moduletable_right
{
	align: right;
	color: #554874;
	padding: 0px 0px 0px 0px;
	width: 180px;
	background-color: #7999D9;
}


.moduletable_right
{
	color: #554874;
	padding: 0px 0px 0px 0px;
	width: 172px;
	background-color: #7999D9;
	margin-left: 4px;
}

/* these are used to display the title of the module */

table.moduletable th
{
	font-size        : 10px;
	font-weight      : bold;
	color            : #142E51;
	text-align       : left;
	width            : 100%;
	text-indent: 4px;
	padding: 3px 4px;
}

table.moduletable_right th
{
	font-size        : 10px;
	font-weight      : bold;
	color            : #142E51;
	text-align       : left;
	width            : 100%;
	text-indent: 4px;
	/*
	background-color: pink;
	*/
	padding: 4px 4px;
}

table.moduletable td
{
	font-size: 10px;
	font-weight: normal;
}








/* ikwilhelpen LAYOUT CLASSES */

.header {
	padding: 0px;
	margin: 0px;
	width: 960px;
}

.footer {
	padding: 0px;
	margin: 0px;
	width: 960px;
	clear: both;
}

.main {
	align: center;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 960px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*--- layout containers  ---*/

.full 	{
	clear: both;
	float: left;
	width: 800px;
    height: inherit;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}
.wide 	{
	clear: left;
	float: left;
	width: 600px;
    height: inherit;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

.narrow
{
	width: 198px;
	clear: right;
	float: right;
    margin: 0px;
	padding: 0px;
    background-color: #7999D9;
}

/*--- content containers  ---*/

.section {
	text-align: left;
}

.section_l {
	text-align: left;
}

div.section_r {
	text-align: left;
	background-color: #7999D9; 
	padding-bottom: 0px;
	padding-top: 0px;
	width: 180px;
	margin: 0px !important;
}

div.section_r img 
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px !important;
}

/* take a look at the box model hack -- not a type */
.midsection
{
	padding: 0px 4px;
	width: auto;
	\width: 100%;
	w\idth: inherit;
	text-align: left;
}



/*--- ---------------------------------------------------------------------------- ---*/



/*different setting for newsflash*/
.newsflash td {
color: #000000;
text-align: justify;
vertical-align: middle;
}

/*setting for the greetings*/
.mainpage
{
/*	text-align: justify; */
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-left: 0px;
}

.greybg
{
  	background: #eeeeee;
}

/* pathway setting */

.pathway
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

a.pathway:link, a.pathway:visited
{
  	color            : #cccc66;
  	font-weight      : normal;
}

a.pathway:hover
{
  	color            : #999900;
  	font-weight      : normal;
  	text-decoration   : none;
}

/*for title or site name*/
.title
{
    FONT-SIZE: 		18px;
    FONT-WEIGHT: 	bold;
    color:			#999900;
    letter-spacing:	-1;
    margin-bottom:	4;
    margin-top:	0;
	margin-left: 10px;
}

/*for the tag-line*/
.subtitle
{
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
}


.copyright
{
	font-family: Arial;
	color : #ffffff;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
}

.copyright a:link, .copyright a:visited
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7999D9;
	text-decoration: none;
}

.copyright a:hover
{
	text-decoration: none;
	color: #7999D9;
}




.pollstableborder {
border: 1px solid;
padding: 1px;
}


.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

table.pollstableborder {
	border: 1px solid #cccccc;
}


/* TD */ .sectiontableheader {
  background-color : #142E51;
  color            : #ffffff;
  font-weight      : bold;
  padding: 2px;
}

/* TR */ .sectiontableentry1
{
  background-color : #ffffff;
}


/* TR */ .sectiontableentry2 {
  background-color : #7999D9;
}

.sectiontableentry1 td,
.sectiontableentry2 td
{
	padding: 2px;
}


.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
/*
background-color       : cyan;
*/
	padding: 0px;
}

/* table class */

.contentpaneopen {
  width: 100%;
/*
background-color       : magenta;
*/
	padding: 0px;
}

/* td class */

.contentheading
{
	font-family: 		Arial;
	letter-spacing: 	-1px;
    FONT-SIZE: 			20px;
    FONT-WEIGHT: 		bold;
    color:				#142E51;
/*
background-color: 	yellow;
*/
padding: 			0px;
}

/* used in disclaimer and similar texts to separate paragraphs */
h2
{
	font-family: 		Arial;
    font-size: 			12px;
    font-weight: 		bold;
    color:				#142E51;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 4px;
}


h3
{
  	background-image: url(../images/h3.gif) ;
  	background-repeat: no-repeat;
	font-family: 		Arial;
	letter-spacing: 	-1px;
    font-size: 			14px;
    font-weight: 		bold;
    color:				#142E51;
    line-height: 22px;
    padding-left: 6px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.contentheading_cat
{
	font-family: 		Arial;
	letter-spacing: 	-1px;
    FONT-SIZE: 			16px;
    FONT-WEIGHT: 		bold;
    color:				#142E51;
    border-bottom: 		1px solid #ffffff;
/*
background-color: 	yellow;
*/
padding: 			0px;
}

/* div class */

.componentheading, .componentheading_cat
{
	font-family: arial;
	letter-spacing: -1px;
    FONT-SIZE: 		20px;
    FONT-WEIGHT: 	bold;
    color:			#142E51;
  /*	padding: 4px 8px;*/
}






.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}



/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #ff9900;
	text-align:left;
	text-decoration: underline;
	}

a.contentpagetitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
  font-size: 11px;
font-weight: bold;
}

a.category:hover {
  color            : #999999;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

img.island
{
	float: left;
	margin: 0px 8px 4px 0px;
}


/*--- styles for rounded borders ---*/

td.topleft
{
	background-image: 		url(../images/formtop.gif);
	background-position: 	0px 0px;
}

td.topright
{
	background-image: 		url(../images/formtop.gif);
	background-position: 	right 0px;
}


td.bottomleft
{
	background-image: 		url(../images/formbottom.gif);
	background-position: 	0px 0px;
}

td.bottomright
{
	background-image: 		url(../images/formbottom.gif);
	background-position: 	right 0px;
}

table.boxed
{
	background-color:	#E1F2FA ;
	border-left: 		1px solid #7999D9;
	border-right: 		1px solid #7999D9; 
}



/* Standard dotted border for non-IE browsers
----------------------------------------------- */
td.ldb	{  border-left: 1px dotted #7999D9;		}
td.rdb	{  border-right: 1px dotted #7999D9;	}


/* Make dotted border for IE using star-html
----------------------------------------------- */
* html td.ldb
{
  border: none;
  background-image: url("../images/border.gif");
  background-position: left;  
  background-repeat: repeat-y;
  padding-right:	1px;
}

* html td.rdb
{
  border: none;
  background-image: url("../images/border.gif");
  background-position: right;  
  background-repeat: repeat-y;
  padding-left:	1px;
}


/* these are used as spacers in the right column */

.moduletable_top
{
	background: url(../images/bar_top.gif);
	padding: 0px 0px 0px 0px;
	width: 180px;
	height: 7px !important;
	height: 7px;
	font-size: 			1px;
	font-weight: 		bold;
	text-align: 		left;
	line-height: 		7px;
	text-decoration: 	none;
	background-color: #ffffff;
	margin: 0px;
}

.moduletable_bottom
{
	background: url(../images/bar_bottom.gif);
	padding: 0px 0px 0px 0px;
	width: 180px;
	height: 7px !important;
	height: 7px;
	font-size: 			1px;
	font-weight: 		bold;
	text-align: 		left;
	line-height: 		7px;
	text-decoration: 	none;
	background-color: #ffffff;
	margin: 0px;
}

.moduletable_spacer
{
	padding: 0px 0px 0px 0px;
	width: 180px;
	height: 2px !important;
	height: 2px;
	font-size: 			1px;
	font-weight: 		bold;
	text-align: 		left;
	line-height: 		2px;
	text-decoration: 	none;
	background-color: #ffffff;
	margin: 0px;
}


/* RICO accordion styles */

.accordionTabTitleBar 
{
	padding             : 4px 6px 4px 6px;
	border				: 0px;
/*   	border-style        : none ;
	border-top-color    : #E1F2FA;
	border-bottom-color : #E1F2FA;
   	border-width        : 0px 0px 0px 0px; */
   	background-color	: #142E51;
   	color				: #ffffff;
    font-size			: 11px;
    font-weight			: bold;
    letter-spacing		: -1px;
    cursor				: pointer;
}

.accordionTabTitleBarHover 
{
	background-color 	: #1f669b;
	color            	: #000000;
}

.accordionTabContentBox 
{
  	padding          	: 0px 8px 0px 8px;
   	background-color	: #ffffff;
}	

.panel
{
    margin-top		: 2px;
	border			: 1px solid #142E51;
	padding			: 0px;
}

	
	
	

	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
		padding-bottom: 0px;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;	
		background: #ffffff;			
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left; 
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right: 5px ;
		padding: 0px;
		padding-right: 0px;
	}
	

	

	
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:5px;	
		padding: 0px;
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:5px;
		padding: 0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:5px;
		padding: 0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		padding-bottom: 0px;
		line-height:21px;
		margin: 0px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
		background: transparent;
		padding: 0px;
		margin: 0px;
	}
	
	
	

	input[type="input"].iwhform, input.iwhform
	{
		border-color:  #cccccc;
		border-width: 1px;
		padding-left: 2px;
		font-size: 9pt;
	}

	input[type="select"].iwhform, select
	{
		border-style: solid;
		border-color:  #cccccc;
		border-width: 1px;
		padding-left: 2px;
		font-size: 9pt;
	}

	input[type="check"].iwhform
	{
		border-width: 0px;
		padding-left: 2px;
		font-size: 9pt;
	}

	* html input { overflow: visible; }
		
	input.iwhformbtn
	{
		border: 1px solid #cccccc;
		padding: 0px 4px 1px 4px;
		text-margin: 0px;
		line-height: 13px;
		height: 17px;
		background-color: #cccccc;
		font-size: 10px;
		cursor: pointer;
	}

	input.iwhformbtnl
	{
		border: 1px solid #ffffff;
		padding: 0px 2px 1px 2px;
		line-height: 13px;
		height: 17px;
		background-color: #cccccc;
		font-size: 10px;
		cursor: pointer;
	}	
	
	

.nextArrow
{
	background-image: url(../images/btn_next.gif);
}

.b0 { color: #142E51; font-family: arial; font-weight: bold; font-size: 11px; background-image: url(../images/btn_light.gif); width: 100px;}
.b1 { color: #ffffff; font-family: arial; font-weight: bold; font-size: 11px; background-image: url(../images/btn_dark.gif); width: 100px;}
