* ************************************************************** */
/* 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;
}

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

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: 0;
  padding: 0;
  list-style: none;
}

li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
  background-image: url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

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

a:hover {
color: #7999D9;
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, #active_menu_left
{
	background-position: 	0px -48px;
	text-decoration: 		none;
	color: 					#142E51;
}

/* SUBLEVEL MENU ITEM CLASSES */

a.sublevel:link, a.sublevel:visited {
        padding-left: 1px;
        vertical-align: middle;
        font-size: 11px;
        color: #ff6600;
        text-align: left;
}


a.sublevel:hover {
color: #ff9e31; 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: 240px;
}

table.moduletable_right
{
	align: right;
	color: #554874;
	padding: 0px 0px 0px 0px;
	width: 240px;
	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 li
{
}

table.moduletable ul
{
	padding: 0px;
}

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 */


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

.section {
	text-align: left;
}

.section_l {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

.section_m {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
	width: 736Px;
}

.section_r {
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 220px;
}

/* take a look at the box model hack -- not a type */
.midsection
{
	padding: 4px 0px 0px 0px;
}



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


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

/* 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: 0;
    margin-top:	0;
	margin-left: 0px;
}

/*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: 			16px;
    FONT-WEIGHT: 		bold;
    color:				#142E51;
}


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: 0px;
}


/* div class */

.componentheading
{
	font-family: arial;
	letter-spacing: -1px;
    FONT-SIZE: 		20px;
    FONT-WEIGHT: 	bold;
    color:			#142E51;
}






.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;
}



.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;
}


/*--- 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;
}


/* 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;
}


a.teaser, a.teaser:link, a.teaser:active, a.teaser:visited
{
	display: block;
	height: 28px; 
	width: 220px;
	background-image: url(../images/teaser.gif); 
	margin: 0px;
	padding: 0px;
	color: #142E51;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	line-height: 26px;
}
a.teaser:hover
{
	background-position: 0px 28px;
	color: #142E51;
	text-decoration: none;
}
