body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	/* base fontsize should be 11px */
	font-size:70%;
	/*line-height: 15px;*/
	line-height: 1.36em;
	color: #595959;
	background-color: #E0E3E9;
}
form
{
	margin:0px;
	padding: 0px;
}
iframe
{
	position: fixed;
}
select
{
	width: 138px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 91%;
	color: #808080;
	border: 1px Solid #949CA3;
}

input
{
	line-height: 1.2em;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 91%;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	color: #808080;
	border: 1px Solid #949CA3
}

textarea
{
	/*font-size: 11px;*/
	font-size: 100%;
	color: #808080;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border: 1px Solid #949CA3;
}
a
{
	text-decoration: underline;
	color: #284473;
}

a:hover
{
	text-decoration: underline;
	color: #688C0E;
}
img,
a img
{
	border: 0px;
}
map, area
{
	border: 1px solid green;;
}

h1
{
	margin: 0px;
	padding: 0 0 2px 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #595959;
}

h1
{
	/*font-size: 14px;*/
	font-size: 127%;
	color: #595959;
	color: #637FAA;
}

h2
{
	/*font-size: 13px;*/
	font-size: 118%;
	color: #595959;
	color: #637FAA;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3, h4
{
	/*font-size: 11px;*/
	font-size: 100%;
	color: #595959;
	color: #637FAA;
	margin: 0px;
	padding: 0px;
}
h3
{
	margin-bottom: 3px;
}

p
{
	margin: 0px;
	padding: 0 0 15px 0;
}

table
{
	font-size: 1em;
}

.floatTricker
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* for all browsers that understand min-width */
.page
{
	position:relative;
	min-width:770px;
}
.page
{
}
html>body .page
{
	width: auto;
}
.holder
{
	display:block;
	background-color: #FFFFFF;
}

/* method 1 a bodge for IE5.5 and IE6 browsers */
* html .page {
	border-right:770px solid #fff;
}
* html .holder
{
	display:inline-block;
	position:relative;
	margin-right:-770px;
}

.header
{
	padding-bottom: 78px;

	background-image: url(../../pix/fom/bg_header.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #FFFFFF;
	background-position: 0px 145px;
}
.header .utilsMenu
{
	height: 20px;
	width: 100%;
	overflow: hidden;

	padding: 3px 0px 2px 0px;
	background-color: #284473;

	/*font-size: 9px;*/
	font-size: 81%;
	color: #FFFFFF;
	text-align: right;
}

html>body .header .utilsMenu
{
	margin-right: 0px;
	display: block;
	text-align: left;
}
.header .utilsMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
html>body .header .utilsMenu ul
{
	height: 20px;
}
.header .utilsMenu ul li
{
	display: inline;
	border-right: 1px Solid #7385A4;
	line-height: 21px;
	display: block;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

.header .utilsMenu ul li.last
{
	border-width: 0px;
}

.header .utilsMenu ul li a
{
	line-height: 21px;
	height: 21px;
	overflow: hidden;
	display: block;
	float: left;

	padding: 0px 9px 0px 9px;
	margin: 0px 1px 0px 1px;

	text-decoration: none;
	color: #94A2B9;
}

.header .utilsMenu ul li span
{
	float: left;
	display: block;
}
.header .utilsMenu ul li span.active
{
}
.header .utilsMenu ul li .active a
{
	color: #FFFFFF;
}

.header .utilsMenu ul li a:hover
{
	background-color: #5E7396;
	color: #FFFFFF;
	text-decoration: none;
}
.header .utilsMenu ul li label
{
	float: left;
	padding-left: 9px;
}
.header .utilsMenu ul li label span
{
	float: left;
	color: #94A2B9;
}
.header .utilsMenu ul li label input
{
	margin-top: 1px;
	margin-left: 9px;
	font-weight: normal;
	border: 1px Solid #284473;
	font-size: 1.0em;
}
html>body .header .utilsMenu ul li label input
{
	position: relative;
	top: -1px;
}

.header .utilsMenu ul li .searchButton
{
	float: left;
	padding: 0px 11px 0px 0px !important;
	margin-left: 5px;
	background-image: url(../../pix/fom/btn_utilsMenu_searchButton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 13px;
	height: 19px;
}
.header .utilsMenu ul li .searchButton input
{
	display: block;
	border: 0px;
	padding-top: 0px;
	width: 13px;
	height: 17px;
	border: 0px Solid green;
	border-style: none;

}

.contentBlock .intro .searchResultsTable
{
	width: auto;
	position: relative;
	height: 40px;
	border-bottom: 	20px Solid #E8EAEF;
}
.contentBlock .intro .searchResultsTable td
{
	background-color: transparent;
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	height: 20px;
}
.contentBlock .intro .searchResults
{
	display: inline;
	text-align: -3px;
	padding-top: 14px;
}

.contentBlock .intro .searchText input
{
	margin-left: 9px;
	font-weight: normal;
	width: 140px;
}
.contentBlock .intro .searchButton
{
	vertical-align: center!important;
}
.contentBlock .intro .searchButton input
{
	margin-left: 2px;
	border: 0px;
	vertical-align: -6px;
}
html>body .contentBlock .intro .searchButton input
{
}

.header .utilsMenu ul li a img.flag
{
	vertical-align: middle;
	padding-left: 5px;
}

.header .printerHeader
{
	display: none;
}
.titleImage
{
	height: 120px;
	overflow: hidden;
}

.NWOLogoTop {
	position:relative;
	top:-38px;
	left:10px;
}

.mainMenu
{
	z-index: 1;
	position: relative;
	margin-top: -25px;
	margin-left: 48px;

}

.mainMenu ul
{
	float: left;
	margin-top: -25px;
	margin-left: 32px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mainMenu ul li
{
	float: left;
	display: block;
	overflow: hidden;
	background-image: url(../../pix/fom/bg_mainMenu_li_span.gif);
	height: 25px;
}

.mainMenu ul li span
{
	float: left;
	height: 23px;
	background-image: url(../../pix/fom/bg_mainMenu_li.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 1px;
}

.mainMenu ul li.last span
{
	background-image: none;
	padding-right: 0px;
}

.mainMenu ul li a
{
	float: left;
	height: 21px;

	padding: 0px 7px 0px 7px;
	margin: 2px 2px 0px 2px;

	font-weight: bold;
	line-height: 21px;
	/*font-size: 10px;*/
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	color: #22324D;
}

.mainMenu ul li .active a
{
	color: #688C0E;
}
.mainMenu ul li a:hover
{
	color: #FFFFFF;
	background-color: #8499BB;
	text-decoration: none;
}


.breadcrumb
{
	position: absolute;
	margin: 36px 0 0 0;
	font-weight: bold;
}
.breadcrumb ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
	list-style: none;
}

.breadcrumb ul li
{
	display: inline;
	padding-left: 10px;
	background-image: url(../../pix/fom/bg_breadcrumb_ul_li.gif);
	background-repeat: no-repeat;
	padding-right: 4px;
}

.breadcrumb ul li.first
{
	background-image: none;
	padding-left: 0px;
}

.breadcrumb ul li a
{
	color: #6A8E12;
	font-weight: normal;
}
.breadcrumb ul li a:hover
{
	color: #284473 !important;
	text-decoration: underline;
}
.breadcrumb ul li .active a
{
	text-decoration: none;
}

.breadcrumb ul li .active a:hover
{
	text-decoration: underline;
}


html>body .subMenu
{
}

/* ============================= noboldMenu ================================= */
.noboldMenu .subMenu ul a:hover
{
	font-weight: normal;
}

.noboldMenu .subMenu .activeItem
{
	font-weight: normal;
}

.noboldMenu .subMenu ul a
{
	font-weight: normal;
}

.noboldMenu .subMenu ul li.active a
{
	font-weight: normal;
}


.noboldMenu .subMenu ul li ul li a
{
	font-weight: normal;
}


/* ============================== subMenu ================================ */
.subMenu
{
	position: absolute;
	left: 0px;
	float: left;
	width: 175px;
	padding-bottom: 2px;
	background-color: #E9E9E9;
	background-image: url(../../pix/fom/bg_subMenu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.subMenu .activeItem
{
	height: 25px;
	padding: 0 0 0 9px;

	background-color: #8EBF13;
	color: #FFFFFF;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 90%;
	line-height: 25px;
	text-transform: uppercase;
}
/* ============================== subMenu ul ================================ */
.subMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 12px;
}

.subMenu ul li
{
	clear: both;
	width: 100%;
	border-top: 1px Solid #FFFFFF;
}

.subMenu ul a
{
	padding: 3px 0 5px 9px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.subMenu ul li ul li
{
	border-top: 1px Solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.subMenu ul li ul li a
{
	margin: 0px 0px 0px 9px;
	background-color: #D9E8AE !important;
	font-weight: bold;
	color: #2F466A !important;
}

.subMenu ul li ul li ul li
{
	border-top: 1px Solid #FFFFFF;
	margin: 0px;
	padding-left: 0px;

}

/** current selected menu item */

/* Underline the current selected page. */
.subMenu ul li.current a {
    text-decoration: underline; 
}
/* If the li is current and has still childrens which are not active, set the the text-decoration to none 
    for those children. */ 
.subMenu ul li.current ul li a {
    text-decoration: none;
}
/* ============================== active a ================================ */

/* First level, active item */
.subMenu ul li.active 
{
	background-color: #FFFFFF;
}

.subMenu ul li.active a
{
	color: #72990F;
	font-weight: bold;
	background-image: url(../../pix/fom/bg_subMenu_active.gif);
	background-position: 6px 0px;
	background-repeat: no-repeat;
	padding-left: 15px;	
}

.subMenu ul li ul li.active a
{
	background-color: white !important;
	color: #72990F !important;
	text-indent:8px;
}

.subMenu ul li ul li ul li.active a
{
	background-color: #FFFFFF !important;
	color: #72990F !important;
	text-indent:12px;
}

.subMenu ul li ul li ul li ul li.active a
{
	background-color: #FFFFFF !important;
	color: #72990F !important;
	text-indent:12px;
}
/* ============================ a ================================== */

.subMenu ul li.active ul li a
{
	padding-left: 5px;
	background-image: none;
}

.subMenu ul li ul li.active ul li a
{
	background-color: white !important;
	color: #72990F !important;
	text-indent:18px;
	font-weight:normal;
}
.subMenu ul li ul li ul li.active ul li a
{
	background-color: #F4F8E7!important;
	color: #72990F !important;
	text-indent:28px;

}

.subMenu ul li ul li ul li ul li.active ul li a
{
	background-color: #F4F8E7!important;
	color: #72990F !important;
	text-indent:28px;

}
/* ============================= active a:hover ================================= */
.subMenu ul a:hover
{
	background-color: #637FAA !important;
	color: #FFFFFF !important;
	background-position: -194px 0 !important;
	font-weight: bold;
}


.subMenu ul li ul li.active a:hover
{
	background-color: #637FAA !important;
	color: #FFFFFF !important;
	text-indent:10px;
}

.subMenu ul li ul li ul li.active a:hover
{
	
	background-color:#637FAA !important;
	color:#FFFFFF !important;
}

.subMenu ul li ul li ul li ul li.active a:hover
{
	
	background-color:#637FAA !important;
	color:#FFFFFF !important;
}

.subMenu ul li ul li.active ul li a:hover
{
	text-indent:18px;
}

.subMenu ul li ul li ul li.active ul li a:hover
{
	background-color:#637FAA !important;
	color:#FFFFFF !important;
	text-indent:28px;

}

.subMenu ul li ul li ul li ul li.active ul li a:hover
{
	background-color:#637FAA !important;
	color:#FFFFFF !important;
	text-indent:38px;

}



.quickLinks
{
	clear: left;
	float: left;
	width: 175px;
	margin-right: 7px;
	overflow: hidden;
	background-color: #E8F2D0;
}

.quickLinks .title
{
	height: 20px;
	background-color: #74AA00;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.quickLinks .title span
{
	display: none;
}

.quickLinks .content .links
{
	margin: 14px 9px 9px 9px;
}

.quickLinks .content .links .researchers,
.quickLinks .content .links .projectGroupLeaders,
.quickLinks .content .links .FOMstaff
{
	background-repeat: no-repeat;
}
.quickLinks .content .links div
{
	display: block;
	margin-bottom: 16px;
	height: auto;
	overflow: hidden;
}
.quickLinks .content .links label select
{
	width: 138px;
	vertical-align: -3px;
}
.quickLinks .content .links label span
{
	display: none;
}
.quickLinks .content .links input
{
	margin-left: 0px;
	vertical-align: -5px;
	border: 0px;
}
html>body .quickLinks .content .links input
{
	vertical-align: bottom;
}

.quickLinks .content .additionalLink
{
	border-top: 1px Solid #FFFFFF;
	background-color: #74AA00;
	/*font-size:10px;*/
	font-size:90%;
}

.quickLinks .content .additionalLink p
{
	margin: 12px 10px 0 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
}

.quickLinks .content .additionalLink a.readMore
{
	color: #9DE600;
	display: block;
	background-image: url(../../pix/fom/bg_quicklinks_readMore.gif);
	background-repeat: no-repeat;
	padding: 0 0 25px 10px;
}


.mainContent
{
	margin-right: 9px;
	margin-left: 184px;
}


* html .mainContent {border-right:610px solid #fff;}
* html .contentBlock {display:inline-block; position:relative; margin-right:-611px; }

/* Some general settings */
.contentBlock .title
{
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.contentBlock .title span
{
	display: none;
}
.contentBlock .title a
{
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: 10px;
	width: 80px;
	height: 40px;
}
.contentBlock .title a:hover
{
	background-position: right -40px;
}
.contentBlock .dateInfo
{
	color: #8C8C8C;
	/*font-size: 10px;*/
	font-size: 90%;
}

.contentBlock .printIcon
{
	width: 16px;
	height: 16px;
}

.contentBlock .printIcon a
{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../pix/fom/btn_printIcon.gif);
}
.contentBlock .printIcon a span
{
	display: none;
}

.contentBlock a.readMore
{
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 90%;
	color: #595959;
	padding-left: 10px;
	background-image: url(../../pix/fom/bg_contentBlock_readMore.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.contentBlock a.readMore:hover
{
	color: #688C0E;
	text-decoration: underline;
}

.rightColumn .imageBlock_large, 
.contentBlock .imageBlock_large
{
	text-align: center;
}
.rightColumn .imageBlock_large .content, 
.contentBlock .imageBlock_large .content
{
	clear: right;
	display: block;
	background-color: #E6E7E4;
	background-color: #F4F4F4;
	padding: 0 10px 10px 10px;
	margin: 18px 0 26px 0;
	text-align: center;
	width: 515px;
	margin-left: auto;
	margin-right: auto;
}
.rightColumn .imageBlock_large .description, 
.contentBlock .imageBlock_large .description
{
	text-align: left;
	/*font-size: 10px;*/
	font-size: 90%;
	line-height: 16px;
}

.contentBlock .imageBlock_small
{
	float: right;
	clear: both;
	background-color: #F4F4F4;
	padding: 0 2px 2px 2px;
	margin: 3px 0 13px 18px;
}
.contentBlock .imageBlock_small .description
{
	width: 201px;
	/*font-size: 10px;*/
	font-size: 90%;
	line-height: 16px;
}

.rightColumn .imageBlock_large .description .magnify,
.rightColumn .imageBlock_small .description .magnify,
.contentBlock .imageBlock_large .description .magnify,
.contentBlock .imageBlock_small .description .magnify
{
	float: left;
	display: block;
	width: 26px;
	height: 23px;
	margin: 6px 10px 0 0;

	background-image: url(../../pix/fom/btn_imageBlock_magnify.gif);
	background-repeat: no-repeat;
}

.rightColumn .imageBlock_large .description .magnify span,
.rightColumn .imageBlock_small .description .magnify span,
.contentBlock .imageBlock_large .description .magnify span,
.contentBlock .imageBlock_small .description .magnify span
{
	display: none;
}

.rightColumn .imageBlock_large .description .imageName,
.rightColumn .imageBlock_small .description .imageName
{
	color: #6699E7;
	font-weight: bold;
}

.contentBlock .imageBlock_large .description .imageName,
.contentBlock .imageBlock_small .description .imageName
{
	color: #6699E7;
	font-weight: bold;
}
.rightColumn .imageBlock_large .description .descriptionText,
.rightColumn .imageBlock_small .description .descriptionText,
.contentBlock .imageBlock_large .description .descriptionText,
.contentBlock .imageBlock_small .description .descriptionText
{
	font-weight: normal;
	color: #2F466A;
}
.rightColumn .imageBlock_large .description .fotoInfo,
.rightColumn .imageBlock_small .description .fotoInfo,
.contentBlock .imageBlock_large .description .fotoInfo,
.contentBlock .imageBlock_small .description .fotoInfo
{
	color: #808080;
}

.contentBlock table
{
	width: 100%;
	position: relative;
	top: 15px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: 1px Solid #E9E9E9;
}
/* Design change: for use in organisation page: like .contentBlock table, but without border-bottom */
.contentBlock .noborder
{
	width: 100%;
	position: relative;
	top: 15px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: 0px;
}
html>body .contentBlock table
{
	border-collapse: separate;
	border-collapse: collapse;

}
.contentBlock table caption
{
	padding: 4px 9px 7px 9px;
	background-color: #284473;
	border-bottom: 2px Solid #FFFFFF;
	border-right: 2px Solid #FFFFFF;

	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
/* Fixing a single pixel difference between firefox en internet explorer */
html>body .contentBlock table caption
{
	border-right: 1px Solid #FFFFFF;
}

.contentBlock table th
{
	padding: 4px 9px 7px 9px;
	background-color: #637FAA;
	border-bottom: 2px Solid #FFFFFF;
	border-right: 2px Solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.contentBlock table td
{
	padding: 4px 9px 7px 9px;
	background-color: #E9E9E9;
	color: #284473;
	border-bottom: 2px Solid #FFFFFF;
	border-right: 2px Solid #FFFFFF;
}
/* end of general settings */
.moreInformation
{
	position: relative;
	float: right;
	left: 0px;
	z-index: 100;
	width: 215px;
	padding-left: 9px;
	background-color: transparent;
}

html>body .moreInformation
{
	margin: 0 0 18px 18px;

}

.moreInformation .title
{
	background-color: #FFFFFF;
	padding: 0 0 0 9px;
}

.moreInformation .title span
{
	display: block;
	padding-left: 6px;
	height: 25px;
	line-height: 23px;
	/*font-size: 10px;*/
	font-size: 90%;
	background-color: #E0E3E9;
	color: #284473;
	text-transform: uppercase;
	font-weight: bold;
}
.moreInformation .content
{
	background-color: #FFFFFF;
	padding: 0 0 9px 9px;
}

.moreInformation .content div
{
	border-top: 1px Solid #FFFFFF;
	padding: 4px 7px 5px 7px;
	color: #284473;
	position: relative;
	background-color: #F4F4F4;
}

.moreInformation .content div span
{
	display: block;
	/*font-size: 10px;*/
	font-size: 90%;
	font-weight: bold;
	color: #808080;
}

.moreInformation .content div a
{
	padding-left: 12px;
	background-image: url(../../pix/fom/bg_moreInformation_cntnt_a.gif);
	background-repeat: no-repeat;
}
.moreInformation .content .attachments a
{
	display: block;
	clear: both;
	background-image: none;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}

.moreInformation .content .attachments a img
{
	vertical-align: -7px;
	margin-right: 5px;
	position: relative;
	clear: left;
	float: left;

}
.moreInformation .content .attachments a span
{
	display: block;
	margin-left: 22px;
	font-weight: normal;
	color: inherit;
}

.moreInformation .content .attachments a span .filesize
{
	display: inline;
	margin-left: 0px;
	color: #9d9d9d;
}
.moreInformation .content .attachments a:hover span
{
	text-decoration: underline;
	color: #578000;

}
.moreInformation .content .attachments .floatTricker
{
	padding: 0px;
	border: 0px;
}
.contentBlock .intro
{
	padding: 0px 0px 12px 20px;

	position: relative;
	border-left: 2px Solid #E0E3E9;
	background-color: #E8EAEF;

	font-weight: bold;
	line-height: 16px;
	/*font-size: 11px; ?WHY IS THIS NEEDED?*/

	color: #637FAA;
}

.contentBlock .intro h1
{
	clear: left;
	/*font-size:16px;*/
	font-size:145%;
	line-height: 23px;
	color: #284473;
	padding-right: 22px;
}

.contentBlock .intro a
{
	color: #595959;
}

.contentBlock .intro a:hover
{
	color: #4C660A;
}
.contentBlock .intro p
{
	padding-bottom: 20px;
	padding-right: 22px;
}
.contentBlock .intro strong
{
	color: #2F466A;
}
.contentBlock .intro .webLocation
{
	display: none;
}
.contentBlock .intro .introInfo
{
	padding-top: 8px;
	height: 22px;
	margin-right: 22px;
}
.contentBlock .intro .introInfo .printIcon
{
	float: right;
}
.contentBlock .intro .introInfo .dateInfo
{
	display: inline;
	line-height: 20px;

	font-weight: normal;
	color: #4D4D4D;
}

.contentBlock .normalText
{
	border-left: 1px Solid #E0E3E9;
	padding: 10px 0px 0px 20px;
}

.contentBlock .normalText h1
{
	margin-bottom: 2px;
}

.contentBlock .normalText ol
{
	margin: 0px;
	padding: 0px;
	padding-left: 23px;
	margin-bottom: 15px;
}
.contentBlock .normalText ol ol
{
	margin-bottom: 0px;
}
.contentBlock .normalText ul
{
	margin: 0px;
	padding-left: 17px;
	list-style: disc;
	margin-bottom: 15px;
}
.contentBlock .normalText ul ul
{
	list-style: circle;
	margin-bottom: 0px;
}

.contentBlock .normalText table
{
	margin-bottom: 22px;
}
.specialLineBlock
{
	position: relative;
	height: 14px;
	margin: 14px 0 -4px 0;
	padding: 0 0 0 0;

	background-image: url(../../pix/fom/bg_specialLineBlock.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.specialLineBlock a.goTop
{
	float: right;
	padding: 0 0 0 14px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../../pix/fom/bg_specialLineBlock_goTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*font-size: 10px;*/
	font-size: 90%;
}

.specialLineBlock a.goTop:hover
{
	text-decoration: underline;
	color: #688C0E;
}
.specialLineBlock a.goBack
{
	float: left;
	padding: 0 0 0 12px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../../pix/fom/bg_specialLineBlock_goBack.gif);
	background-repeat: no-repeat;
	/*font-size: 10px;*/
	font-size: 90%;
}
.specialLineBlock a.goBack:hover
{
	text-decoration: underline;
	color: #688C0E;
}

.footer
{
	clear: both;
	height: 98px;
	background-repeat: repeat-x;
	background-image: url(../../pix/fom/bg_footer.gif);
	background-color: white;
	background-position: 0px 60px;

}
.footer .content
{
	padding: 68px 0 10px 0;
	text-align: center;
	color: #06285B;
	/*font-size: 10px;*/
	font-size: 90%;
	line-height: 21px;
}

.footer a
{
	color: #06285B;
	text-decoration: none;
}
.footer a:hover
{
	color: #688C0E;
	text-decoration: underline;
}
.footer .separator
{
	color: #FFFFFF;
	font-size: 1px;
	line-height: 19px;
	height: 19px;
	padding: 9px 3px 3px 3px;
	margin-left: 5px;
	border-left: 1px Solid #D9D9D9;

}
.footer .logo img
{
	vertical-align: -22%;
}

/** Template unique settings: **/

/******* homepage ********/

.contentBlock .latestResearch
{
	float: left;
	width: 50%;
	position: relative;
}

/* Fixing an internet explorer quick: two blocks of 50% are more then 100% if the width is
   even or odd (haven't figured out which is the case).
*/
.contentBlock .latestOrganisational
{
	float: left;
	width: 49.9%;
}

.contentBlock .latestResearch .title
{
	height: 40px;
	background-color: #637FAA;
}
.contentBlock .latestResearch .title a
{
	position: relative;
	right: 9px;
	margin-right: 0px;
	padding-right: 0px;
}
.contentBlock .latestResearch a:hover .title
{
	color: #608C00;
}
.contentBlock .latestResearch .smallArticle,
.contentBlock .latestResearch .mainArticle
{
	clear: left;
	margin: 0 23px 0 20px;
}

.contentBlock .latestResearch .mainArticle
{
	padding: 28px 0 0 0;
	margin-bottom: 15px;
}
/* IE 6 and 7 only fix, the padding is applied twice, should be fixed using inline-block*/ 
* html .contentBlock .latestResearch .mainArticle
{
	display: inline-block;
}

*:first-child+html .contentBlock .latestResearch .mainArticle
{
	display: inline-block;
}

.contentBlock .latestResearch .mainArticle .articleHeader
{
	margin-bottom: 0px;
}
.contentBlock .latestResearch .smallArticle .title,
.contentBlock .latestResearch .mainArticle .title,
.contentBlock .latestResearch .smallArticle a
{
	background-image: none;
	background-color: transparent;
	font-weight: bold;
	color: #595959;
}
.contentBlock .latestResearch .mainArticle .title
{
	padding-left: 1px;
	/*font-size: 12px;*/
	font-size: 109%;
}

.contentBlock .latestResearch .mainArticle img
{
	float: left;
	margin: 3px 9px 0px 0px;
}

.contentBlock .latestResearch .smallArticle
{
	background-image: url(../../pix/fom/bg_smallArticle.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0 0 12px;
	margin-top: 14px;
	line-height: 14px;
}

.contentBlock .latestResearch .smallArticle .dateInfo
{
	position: absolute;
	width: 3em;
}
.contentBlock .latestResearch .smallArticle .title
{
	display: block;
	height: auto;
	width: auto;

	text-align: left;
	margin-left: 2.7em;
}
.contentBlock .latestResearch .smallArticle .title a
{
	float: none;
	width: auto !important;
	height: auto;
	display: inline;
	padding: 0;
	margin: 0;
	position: static;
	background-image: none;
}
.contentBlock .latestResearch .smallArticle a:hover
{
	color: #688C0E;
}

.contentBlock .latestOrganisational .title
{
	padding: 0px;
	height: 40px;
	background-color: #637FAA;
	margin-bottom: 27px;
	border-left: 1px Solid #FFFFFF;
}

.contentBlock .latestOrganisational .title span
{
	display: none;
}

.contentBlock .latestOrganisational .title a
{
	display: inline;
}

.contentBlock .latestOrganisational .title a:hover,
.contentBlock .latestOrganisational .infoBlock .infoItem a:hover
{
	color: #688C0E;
}

.contentBlock .latestOrganisational .infoBlock
{
	margin: 0 23px 14px 20px;
}
.contentBlock .latestOrganisational .infoBlock .title
{
	border-left: 0px;
	height: auto;
	margin: 0px;
	background-image: none;
	background-color: transparent;
	color: #637FAA;
	font-weight: bold;
	/*font-size: 12px;*/
	font-size: 109%;
	line-height: 13px;
}
.contentBlock .latestOrganisational .infoBlock .infoItem
{
	margin: 4px 0 18px 0;
	background-image: url(../../pix/fom/bg_infoItem.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
}
.contentBlock .latestOrganisational .infoBlock .infoItem a
{
	color: #595959;
	font-weight: bold;
}
.contentBlock .latestOrganisational .infoBlock ul
{
	padding: 0 0 0 13px;
	margin: 0;
}
.contentBlock .latestOrganisational .infoBlock .infoItem ul a
{
	display: inline;
	padding: 0;
	background-image: none;
	font-weight: normal;
}


/** HOMEPAGE EXCEPTIONS ON GENERAL RULES: **/
.template_homepage a
{
	text-decoration: none;
}
.template_homepage a:hover
{
	text-decoration: underline;
}
.template_homepage .header
{
	padding-bottom: 50px;

}
.template_homepage .contentBlock
{
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-image: url(../../pix/fom/homepage_bg_mainContent.gif);
}

/******* contentpage ********/


/******* overviewpage *******/

.overviewlist
{
	position: relative;
	border-left: 1px Solid #E0E3E9;
	padding: 0 0 0 0;
}
.overviewlist .shortcutlist
{
	padding: 0 24px 22px 20px;
	background-color: #F7F8F9;
}
.overviewlist .shortcutlist ul
{
	background-color: #F7F8F9;
	padding: 28px 0 0 0;
	margin: 0px;
	list-style: none;
	line-height: 20px;
}

.overviewlist .shortcutlist ul li
{
	line-height: 13px !important;
	padding: 0 0 0px 0px;
	background-image: url(../../pix/fom/bg_shortcutlist_ul_li.gif);
	background-repeat: no-repeat;
	border-bottom: 1px Solid #F7F8F8;
	padding: 0 0 8px 14px;
}
.overviewlist .shortcutlist ul li a
{

	font-weight: bold;
	text-decoration: none;
	color: #595959;
}

.overviewlist .shortcutlist ul li a:hover
{
	color: #688C0E;
	text-decoration: underline !important;
}
.overviewlist .pageController
{
	/*height: 16px;*/
	height: 1.45em;
	margin: 0 28px 0 20px;
	/*padding-top: 29px;*/
	padding-top: 2.63em;
	background-image: url(../../pix/fom/bg_pageController.gif);
	background-repeat: repeat-x;
	/*background-position: 0px 37px;*/
	background-position: 0px 3.36em;
	text-align: center;
}

.overviewlist .pageController .pageControls
{
	/*width: 348px;*/
	width: 33.36em;
	text-align: left;
	/*position: relative;
	margin-left: 50%;
	left: -174px;
	voice-family : "\"}\"";
	voice-family : inherit;
	left: 0%;*/
	margin-right: auto;
	margin-left: auto;
}

.overviewlist .pageController .previous
{
	float: left;
	background-color: white;
}

.overviewlist .pageController .previous a
{
	display: block;
	padding-left: 21px;

	background-image: url(../../pix/fom/bg_pageController_previous.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #595959;
}

.overviewlist .pageController .previous a:hover
{
	text-decoration: underline;
	color: #688C0E;
}

.overviewlist .pageController .pageLinks
{
	float: left;
	background-color: white;
	width: 218px;
	text-align: center;
}
.overviewlist .pageController .pageLinks a
{
	padding-left: 5px;
	padding-right: 2px;
	border-left: 1px Solid #E0E3E9;
}

.overviewlist .pageController .pageLinks .first a
{
	border-left: 0px;
}
.overviewlist .pageController .pageLinks .active a
{
	text-decoration: none;
	color: #578000;
}

.overviewlist .pageController .next
{
	float: left;
}

.overviewlist .pageController .next a
{
	display: block;
	padding-right: 21px;

	background-image: url(../../pix/fom/bg_pageController_next.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;

	text-decoration: none;
	font-weight: bold;
	color: #595959;
}

.overviewlist .pageController .next a:hover
{
	text-decoration: underline;
	color: #688C0E;
}
.overviewlist .itemGroup
{
	padding-top: 8px;
	clear: right;
}
.overviewlist .groupTitle
{
	padding: 18px 0 6px 20px;
	color: #637FAA;
	font-weight: bold;
	/*font-size: 12px;*/
	font-size: 109%;
}
.overviewlist .overviewItem
{
	clear: left;
	padding: 1px 0 0px 0;
	margin: 0px 24px 0px 20px;
}

.overviewlist .overviewItem table
{
	width: 560px;
}

.overviewlist .overviewItem table caption
{
	background-color: white;
	color: #595959;
	padding-left: 0px;
	padding-bottom: 0px;
}
.overviewlist .overviewItem table td
{
	width: 380px; /* Finalist: oorspronkelijk 300px, maar te smal organisatiepagina */
	padding: 0px;
	line-height: 18px;
	background-color: white;
	vertical-align: top;
}

.overviewlist .overviewItem table td a
{
	color: #595959;
	text-decoration: none;
	background-image: url(../../pix/fom/bg_overview_table_a.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

.overviewlist .overviewItem table .secretary
{
	background-image: url(../../pix/fom/bg_overview_table_a.gif);
	background-repeat: no-repeat;
	background-position: 7.2em 0.2em;
}

.overviewlist .overviewItem table .secretary a
{
	margin-left: 10px;
	background-image: none;
}

.overviewlist .overviewItem table .secretary .prevSpCrMMain
{
	margin-left: 25px;
	background-image: none;
}
.overviewlist .overviewItem table td a:hover
{
	color: #608C00;
	text-decoration: underline;
}
.overviewlist .overviewItem .headerText
{
	margin: 17px 0 0 0;
	padding: 0 0 0 14px;
	background-image: url(../../pix/fom/bg_overviewItem_headrTxt_a.gif);
	background-repeat: no-repeat;
}

.overviewlist .overviewItem .headerText a
{
	text-decoration: none;
	color: #595959;
}

.overviewlist .overviewItem .headerText .dateInfo
{
	padding-right: 2px;
}

.overviewlist .overviewItem .headerText .itemTitle,
.overviewlist .overviewItem .headerText a .itemTitle
{
	float: none;
	display: inline;
	line-height: 12px;
	font-weight: bold;
}

.overviewlist .overviewItem .headerText a:hover .dateInfo
{
	text-decoration: none;
}

.overviewlist .overviewItem .headerText a .specialDocType
{
	font-weight: normal;
}
.overviewlist .overviewItem .additionalInfo
{
	display: block;
	color: #637FAA;
	/*font-size: 10px;*/
	font-size: 90%;
}
.overviewlist .overviewItem .headerText a:hover
{
	text-decoration: underline !important;
	color: #7BA611;
}

.overviewlist .overviewItem .bodyText
{
}
.overviewlist .overviewItem img
{
	margin: 4px 9px 0 0;
	float: left;
	clear: right;
}

.overviewlist .overviewItem .targetpath
{
	width: 100%;
}
.overviewlist .overviewItem .targetpath ul
{
	height: 1em;
	clear: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.overviewlist .overviewItem .targetpath ul li
{
	display: inline;
	padding: 0 3px 0 13px;
	background-image: url(../../pix/fom/bg_overviewItem_targetpath_.gif);
	background-repeat: no-repeat;
}
.overviewlist .overviewItem .targetpath ul li a
{
	text-decoration: none;
	color: #637FAA;
}
.overviewlist .overviewItem .targetpath ul li a:hover
{
	color: #688C0E;
	text-decoration: underline;
}
.overviewlist .overviewItem .targetpath ul li.first
{
	padding-left: 0px;
	background-image: none;
}
.overviewlist .overviewMore
{
	display: block;
	margin: 30px 0 0 20px;
	padding: 0 0 0 14px;
	background-image: url(../../pix/fom/bg_overviewMore.gif);
	background-repeat: no-repeat;
}

.overviewlist .overviewMore a
{
	color: #595959;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 90%;
	text-decoration: none;
}

.overviewlist .overviewMore a:hover
{
	color: #688C0E;
	text-decoration: underline;
}

.overviewlist .specialLineBlock
{
	margin-left: 20px;
	margin-right: 24px;
}


/*** sub page template for overviewpage: joboverview and table of contents pages**/
.tableOfContents .overviewItem,
.jobOverview .overviewItem
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.tableOfContents .overviewItem .headerText,
.jobOverview .overviewItem .headerText
{
	margin-top: 0px;
}

.jobOverview .specialLineBlock
{
	margin-top: 21px;
	margin-left: 20px;
	margin-right: 20px;
}
.tableOfContents .specialLineBlock
{
	margin-left: 18px;
}
.downloads
{

	border-left: 1px Solid #E0E3E9;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 31px;
}
.downloads .blockLabel
{
	font-weight: bold;
	/*font-size: 15px;*/
	font-size: 136%;
	color: #637FAA;

	margin-bottom: 33px;
}
.downloads .downloadBlock .downloadItem
{
	background-color: #F7F8F9;
	height: 2.54em;
	line-height: 2.54em;
	padding: 0.26em 9px 0 9px;
	border-bottom: 2px Solid #FFFFFF;
}
.downloads .downloadBlock .downloadItem a img
{
	margin-right: 9px;
	vertical-align: 0.1em;
}
.downloads .downloadBlock .downloadItem a
{
	text-decoration: none;
}

.downloads .downloadBlock .downloadItem a span
{
	padding-left: 14px;
	background-image: url(../../pix/fom/bg_downloadItem_span.gif);
	background-repeat: no-repeat;
	vertical-align: 40%;
}
.downloads .downloadBlock .downloadItem a:hover span
{
	text-decoration: underline;
}
.contacts .specialLineBlock
{
	margin-left: 0px;
	margin-right: 0px;
}

.contacts .groupTitle
{
	margin-top: 4px;
	padding-bottom: 17px;
}

.FAQ .shortcutlist
{
	margin-bottom: 5px;
}
.FAQ .headerText
{
	background-image: none !important;
	padding-left: 0px !important;
}

.FAQ .specialLineBlock
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.FAQ .overviewItem
{
	padding-top: 0px;
}
.searchresults .dateInfo
{
	margin-right: 4px !important;
}
/** Overviewpage exceptions to general rules **/
.template_overviewpage .searchTextResult
{
	color: #595959;
}
.template_overviewpage .contentBlock .intro .introInfo
{
	padding-top: 8px;
	height: 15px;
}

.template_overviewpage .footer
{
	margin-top: -4px;
}

.template_overviewpage .contentBlock table
{
	border-bottom: 0px;
	margin-bottom: 10px;
	top: 0px;
}
.template_overviewpage .contentBlock table caption
{
	margin-top: 0px;
	padding-bottom: 1px;
}

/** largePicturepage **/
.template_largePicturePage th,
.template_largePicturePage td,
.template_largePicturePage table
{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
.template_largePicturePage .figureDescription
{
	background-color: #E6E7E4;
	font-weight: bold;
	font-size: 100%;
	padding: 12px 26px 0px 20px;
	color: #2F466A;
	margin-top: 9px;
	width: 736px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 714px;
}

.template_largePicturePage .figureDescription p
{
	display: inline;
	margin:0px;
	padding: 0px;
}
.template_largePicturePage .figureDescription .figureName
{
	color: #6699E7;
	display: inline !important;
	padding-right: 6px;
}

.template_largePicturePage .figureDescription .figureInfo
{
	display: block;
	font-weight: normal;
	color: #808080;
}
/** largePicturepage exceptions to general rules **/
.template_largePicturePage
{
	background-image: url(../../pix/fom/bg_lp_breadcrumb.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: white;
	padding: 1px;
}
.template_largePicturePage  table
{
}

.template_largePicturePage .holder
{
	background-image: url(../../pix/fom/bg_lp_breadcrumb.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}
.template_largePicturePage .breadcrumb
{
	position: relative !important;
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 11px 0px 0px 10px;
	border-bottom: 4px Solid white;
}


.template_largePicturePage .breadcrumb a
{
	padding-left: 14px;
	background-image: url(../../pix/fom/bg_lp_breadcrumb_a.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.template_largePicturePage .breadcrumb a:hover
{
	text-decoration: underline;
}
.template_largePicturePage .contentBlock .intro
{
}
.template_largePicturePage .contentBlock .webLocation
{
	display: none;
}
.template_largePicturePage .contentBlock .intro h1
{
	margin:0px ;
	line-height: 2.0em;
	voice-family: "\"}\"";
	voice-family:inherit;
	line-height: 1.5em;
}
.template_largePicturePage .contentBlock .intro
{
	width: 738px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	min-height: 76px;
}
.template_largePicturePage .mainContent
{
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	overflow: hidden;
}
.template_largePicturePage .page
{
	border-right: 0px;
}
.template_largePicturePage .contentBlock
{
	margin: 0px;
	border-right: 0px;
}

.template_largePicturePage .introInfo
{
	height: 10px;
	padding-top: 4px !important
}

.template_largePicturePage .moreInformation
{
	z-index: 100;
	position: relative;
	float: right;
	width: 149px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.template_largePicturePage .moreInformation .content
{
	padding-bottom: 0px;
}

.template_largePicturePage .moreInformation .downloadLink
{
}
.template_largePicturePage .moreInformation .downloadLink a
{
	display: block;
	margin-left: 0px;
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 90%;
	text-decoration: none;
	padding-bottom: 1px;
	color: #808080;
	height: 40px;
}

.template_largePicturePage .moreInformation .downloadLink a:hover
{
	text-decoration: underline;
	color: #608C00 !important;
}
.template_largePicturePage .moreInformation .downloadLink span
{
	display: inline;
	font-weight: normal;
	color: inherit;
}

.template_largePicturePage .moreInformation .downloadLink a img
{
	float: left;
	margin-left: 2px;
	margin-top: 4px;
	margin-right: 8px;
}


.template_largePicturePage .image
{
	float: left;
	background-color: #E6E7E4;
	padding: 9px 9px 9px 10px;
	text-align: left;
}

/** ErrorPage **/
.errorBlock
{
	width: 537px;
	margin-bottom: 26px;
}
.errorBlock .title
{
	background-color: #C70808;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 10px;
}
.errorBlock .content
{
	border-left: 1px Solid #E0E3E9;
	border-right: 1px Solid #E0E3E9;
	border-bottom: 1px Solid #E0E3E9;
	padding: 14px 8px 14px 8px;
}

.errorBlock .content strong
{
	color: #C70808;
}
.errorBlock ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	list-style: none;

}
.errorBlock ul li
{
	height: 20px;
	padding-left: 14px;

	background-image: url(../../pix/fom/bg_errorBlock_ul_li.gif);
	background-repeat: no-repeat;

	line-height: 15px;
}
.errorBlock ul a
{
	color: #595959;
}

.errorBlock ul a:hover
{
	color: #608C00;
}

.errorBlock ul .searchText
{
	width: 200px;
	margin-right: 4px;
	/*height: 13px;*/
	height: 1.3em;
	float: left;
}
.errorBlock ul .searchSubmit
{
	margin-left: 0px;
	padding: 0px;
	margin-top: -2px;
	margin-left: -3px;
	border: 0px;
}
/** correct the stupid input margin-left 3pixels 'bug' of I.E. **/
html>body .errorBlock ul .searchSubmit
{
	margin-left: 0px;
}
/** Exceptions for general rules for page: template_errorpage**/
.template_errorpage .contentBlock
{
	width: 540px;
}
/** Restoring from an internet explorer 'always scrollbar' problem **/
html>body .template_errorpage .contentBlock
{
	width: auto;
}
.template_errorpage .errorBlock
{
	z-index: 1;
	width: 536px;
	margin-right: auto;
	margin-left: auto;
}

.template_errorpage .errorBlock ul li span
{
	margin-top: 0px;
	height: 14px;
	float: left;
	margin-right: 8px;
}

.template_errorpage .errorBlock ul li
{
	overflow: hidden;
}

.template_errorpage .mainContent
{
	text-align: center;
	position: static;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
.template_errorpage .contentBlock
{
	overflow: hidden;
	text-align: left;
	position: static;
	display: block;
	/*position: relative;
	margin-left: 50%;
	left: -174px;
	voice-family : "\"}\"";
	voice-family : inherit;
	left: 0%;*/
}

/** template_formpage **/
.formData
{
	border-left: 1px Solid #E0E3E9;
	padding: 24px 21px 0 20px;
}
.formData .formTitle
{
	margin-bottom: 20px;

	font-weight: bold;
	/*font-size: 12px;*/
	font-size: 109%;
	line-height: 23px;
	color: #284473;

}

.formData .formTitle .stepInfo
{
	color: #688C0E;
}

.formData .smallNote
{
	margin-bottom: 7px;
	/*font-size: 10px;*/
	font-size: 90%;
	color: #637FAA;
}

.formData .questionContainer
{
	margin-top: 18px;
	border-top: 1px Solid #E8EAEF;
}

.formData .first
{
	margin-top: 0px;
	border-top: 0px Solid #E8EAEF;
}

.formData .questionContainer .blockLabel
{
	margin: 8px 0 10px 0;
	font-weight: bold;
	/*font-size: 11px; ?WHY IS THIS NEEDED? */
	line-height: 16px;
}

.formData .questionContainer .formQuestion
{
	clear: both;
	padding: 2px 88px 2px 10px;
	background-color: #F3F4F7;
	border-bottom: 2px Solid #FFFFFF;
	width: 438px;
}

.formData .questionContainer .formQuestion .question
{
	float: left;
	width: 141px;
}

.formData .questionContainer .formQuestion .question .isRequired
{
	color: #ABB9D0;
	font-weight: bold;
}

.formData .questionContainer .formQuestion .answer
{
	display: block;
	width: 289px;
	overflow: hidden;
	margin-left: 1px;
}

.formData .questionContainer .formQuestion .explanation
{
	color: #637FAA;
	font-style: italic;
	display: block;
	width: 289px;
}

.formData .questionContainer .formQuestion .standardText input
{
	/* width: 289px minus some padding (6px) */
	width: 283px;
	width: 281px;

}

.formData .questionContainer .formQuestion .zipcodeLength input
{
	width: 55px;
}
.formData .questionContainer .formQuestion .zipcodeLength .explanation
{
	display: inline;
	width: auto;
	padding-left: 8px;
}
.formData .questionContainer .formQuestion .phoneLength input
{
	width: 85px;
}

.formData .questionContainer .formQuestion .phoneLength .explanation
{
	display: inline;
	width: auto;
	padding-left: 8px;
}

.formData .questionContainer .formQuestion .standardTextarea textarea
{
	width: 281px;
	height: 85px;
	/*font-size: 11px; ?WHY IS THIS NEEDED? */
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;

}
.formData .questionContainer .formQuestion .bigTextarea textarea
{
	width: 281px;
	height: 105px;
}

.formData .questionContainer .formQuestion .standardDropdown select
{
	padding-left: 0px;
	width: 287px;
}

html>body .formData .questionContainer .formQuestion .standardDropdown select
{
	/** There's a difference in width of the select box between firefox en I.E. (looks like the result of the fixed padding-left in firefox) **/
	width: 283px;
}
.formData .questionContainer .formQuestion .tinyRadiobutton .choice
{
	padding-right: 10px;
}
.formData .questionContainer .formQuestion .tinyRadiobutton .choiceInput
{
	margin-right: 4px;
	width: 17px;
	overflow: hidden;
}
.formData .questionContainer .formQuestion .tinyRadiobutton table
{
	width: auto;
}
.formData .questionContainer .formQuestion .tinyRadiobutton table,
.formData .questionContainer .formQuestion .tinyRadiobutton td,
.formData .questionContainer .formQuestion .tinyRadiobutton th
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #595959;
	vertical-align: center;
}

.formData .questionContainer .formQuestion .tinyRadiobutton input
{
	left: -3px;
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/** Correcting that annoying 3px margin-left tm of internet explorer **/
html>body .formData .questionContainer .formQuestion .tinyRadiobutton input
{
	left: 0px;
	display: inline;
}
.formData .questionContainer .formQuestion .tinyCheckbox .choice
{
	padding-right: 10px;
}
.formData .questionContainer .formQuestion .tinyCheckbox .choiceInput
{
	width: auto;
	overflow: hidden;
}
.formData .questionContainer .formQuestion .tinyCheckbox table
{
	width: auto;
}
.formData .questionContainer .formQuestion .tinyCheckbox table,
.formData .questionContainer .formQuestion .tinyCheckbox td,
.formData .questionContainer .formQuestion .tinyCheckbox th
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #595959;
	vertical-align: center;
}

.formData .questionContainer .formQuestion .tinyCheckbox input
{
	left: -3px;
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/** Correcting that annoying 3px margin-left tm of internet explorer **/
html>body .formData .questionContainer .formQuestion .tinyCheckbox input
{
	left: 0px;
	display: inline;
}

.formData .questionContainer .formQuestion .normalRadiobutton .choiceInput
{
	width: 17px;
	overflow:hidden;
}

.formData .questionContainer .formQuestion .normalRadiobutton table,
.formData .questionContainer .formQuestion .normalRadiobutton td,
.formData .questionContainer .formQuestion .normalRadiobutton th
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #595959;
	line-height: 20px;
   font-size: 1.0em;
}

.formData .questionContainer .formQuestion .normalRadiobutton input
{
	left: -3px;
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/** Correcting that annoying 3px margin-left tm of internet explorer **/
html>body .formData .questionContainer .formQuestion .normalRadiobutton input
{
	left: 0px;
}

.formData .questionContainer .formQuestion .normalCheckbox .choiceInput
{
	width: 17px;
	overflow:hidden;
}

.formData .questionContainer .formQuestion .normalCheckbox table,
.formData .questionContainer .formQuestion .normalCheckbox td,
.formData .questionContainer .formQuestion .normalCheckbox th
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #595959;
	line-height: 18px;
	font-size: 1.0em;
}

.formData .questionContainer .formQuestion .normalCheckbox input
{
	left: -3px;
	position: relative;
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/** Correcting that annoying 3px margin-left tm of internet explorer **/
html>body .formData .questionContainer .formQuestion .normalCheckbox input
{
	left: 0px;
	display: inline;
	margin-left: 0px;
}

.formData .progressController input
{
	border: 0px;
}
.formData .progressController
{
	width: 536px;
	margin-top: 20px;
	text-align: right;
}
.formData .button_left {
	width:inherit;
	margin-top:0px;
	text-align:left;
}

.formData .progressController .next_submit
{
	display: inline;
	padding-left: 10px;
}

.formData .progressController .previous
{
	display: inline;
	padding-left: 10px;
}

/** contactdetails */
.detailInfo
{
	border-left: 1px Solid #E0E3E9;
	padding: 22px 20px 0 18px;
}
.detailInfo .contactPicture img
{
	position: absolute;
	margin-left: -120px;
	margin-top: -1px;
}
.detailInfo .contactPicture
{
	float: right;
	padding-top: 34px;
}

.detailInfo .infoBlock
{
	position: relative;
	margin-right: 136px;
	padding-bottom: 20px;
	border-bottom: 1px Solid #F3F4F7;

}

.detailInfo .infoBlock .title
{
	padding-top: 8px;
	padding-left: 2px;
	padding-bottom: 9px;
	font-weight: bold;
}

.detailInfo .infoBlock .content .infoItem
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F3F4F7;
	border-bottom: 2px Solid #FFFFFF;
	/*line-height: 26px;*/
	line-height: 2.3em;
	/*height:26px;*/
	height:2.3em;
	position: relative;
	clear: left;
}

.detailInfo .infoBlock .content .infoItem .infoType
{
	display: block;
	float: left;
	width: 150px;
}
.detailInfo .infoBlock .content .infoItem .infoContent
{
	color: #2F466A;
}
.detailInfo #personalInfo
{
	color: #2F466A;
}
.detailInfo #themes
{
	margin-bottom:0px;
	padding-bottom: 0px;
	border: 0px;
}

.detailInfo #projects .infoItem
{
	height: auto;
}
.detailInfo #projects .infoItem ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	line-height: 16px;
}
.detailInfo #themes a
{
	padding-left: 14px;
	background-image:url(../../pix/fom/bg_detailInfo_themes_a.gif);
	background-repeat: no-repeat;
	color: #595959;
	text-decoration: none;
}
.detailInfo #themes a:hover
{
	text-decoration: underline;
	color: #608C00;
}

/** excpetions to general rules of contactdetails **/
.template_contactdetails .contentBlock .intro .introInfo
{
	height: 16px;
}
.template_contactdetails .contentBlock .intro h1
{
	margin-bottom: 0px;
	padding-bottom: 16px;
}

/** LANGUAGE SETTINGS **/
.language_nl .quickLinks .title
{
	background-image: url(../../pix/fom/ttl_nl_quicklinks_title.gif);
}

.language_nl .quickLinks .researchers
{
	padding: 12px 0 0 0;
	background-image: url(../../pix/fom/ttl_nl_quicklinks_researche.gif);
}

.language_nl .quickLinks .projectGroupLeaders
{
	padding: 23px 0 0 0;
	background-image: url(../../pix/fom/ttl_nl_quicklinks_projectGr.gif);
}

.language_nl .quickLinks .FOMstaff
{
	padding: 12px 0 0 0;
	background-image: url(../../pix/fom/ttl_nl_quicklinks_FOMstaff.gif);
}

.language_nl .latestResearch .title
{
	background-image: url(../../pix/fom/ttl_nl_latestResearch_title.gif);
}

.language_nl .latestResearch .title a
{
	background-image: url(../../pix/fom/ttl_nl_latestResearch_overv.gif);
}

.language_nl .latestOrganisational .title
{
	background-image: url(../../pix/fom/ttl_nl_latestOrganisational.gif);
}

.language_nl .latestOrganisational .title a
{
	background-image: url(../../pix/fom/ttl_nl_latestOrganisation_o.gif);
}
/** /LANGUAGE SETTINGS **/

/** LANGUAGE SETTINGS UK **/

.language_uk .quickLinks .title
{
    background-image: url(../../pix/fom/ttl_uk_quicklinks_title.gif);
}

.language_uk .quickLinks .researchers
{
    padding: 12px 0 0 0;
    background-image: url(../../pix/fom/ttl_uk_quicklinks_researche.gif);
}

.language_uk .quickLinks .projectGroupLeaders
{
    padding: 23px 0 0 0;
    background-image: url(../../pix/fom/ttl_uk_quicklinks_projectGr.gif);
}

.language_uk .quickLinks .FOMstaff
{
    padding: 12px 0 0 0;
    background-image: url(../../pix/fom/ttl_uk_quicklinks_FOMstaff.gif);
}

.language_uk .latestResearch .title
{
    background-image: url(../../pix/fom/ttl_uk_latestResearch_title.gif);
}

.language_uk .latestResearch .title a
{
    background-image: url(../../pix/fom/ttl_uk_latestResearch_overv.gif);
}

.language_uk .latestOrganisational .title
{
	background-image: url(../../pix/fom/ttl_uk_latestOrganisational.gif);
}

.language_nl .latestOrganisational .title a
{
	background-image: url(../../pix/fom/ttl_nl_latestOrganisation_o.gif);
}
/** /LANGUAGE SETTINGS **/


/*** Fillcolor: #E0E3E9 **/
/*** Highlightcolor: #608C00**/

/*styling for rightColumn */
.rightColumn .infoBlock {
	background-color: #E8F2D0;
	color: #595959;
	font-size:90%;
    padding: 10px 0px 10px 10px;
}
.rightColumn .infoBlock a {
	color: #284473;
	text-decoration: none;
}
.rightColumn .infoBlock a:hover {
	color: #688C0E;
	text-decoration: underline;
}
.rightColumn .infoBlock img {
    margin: 0px 0px 0px 0px;
    width: 201px;
}
.rightColumn .imageBlock_small {
	background-color: #F4F4F4;
	padding: 0 2px 2px 2px;
	margin: 10px 0 0px 0px;
	width:201px;
	position:relative;
	right:10px;
}
.rightColumn .imageBlock_small .description {
	width:201px;
	font-size: 90%;
	line-height: 16px;
}
.rightColumn {
	float:right;
	width:205px;
}
.rightColumn .title {
    background-color: #74AA00;
    background-position: 10px 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 20px;
}
.rightColumn ol,
.rightColumn ul {
	padding-left:15px;
}
.rightColumn .infoBlock a.readMore {
	color: #9DE600;
	display: block;
	background-image: url(bg_quicklinks_readMore.gif);
	background-repeat: no-repeat;
	padding: 0 0 25px 10px;
}
.mainContentHome {
	margin-right:214px;
}
.clear {
	clear:both;
}
.header .utilsMenu ul li.normaltext {
	text-transform:none;
}
input.buttonNext, input.buttonPrev,
div.buttonNext, div.buttonPrev {
	float:left;
	border: 1px solid #8EBF13;
	padding: 0px 5px 4px 15px;
	width:auto;
	overflow:visible;
	cursor:pointer;
	font-weight: bold;
	color:#688C0E;
	background: url(../../pix/fom/btn_next.gif) left center no-repeat;
	height:16px;
}

input.buttonPrev,
div.buttonPrev {
	background: url(../../pix/fom/btn_previous.gif) left center no-repeat;
}

label.error {
	color: #C70808;
}
