﻿/* algemeen */
body {
	background: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #474646;
	margin-right: 10px;
}

	body.fullwidth {
		background-image: url(/secure/images/maf/menu.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment: fixed;
		padding-left: 209px;
	}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none 0;
}

.hidden {
	display: none;
}

/* Text styles */
h1, h2 {
	color: #264a91;
	font-size: 18px;
	font-weight: bold;
}

p.h1, p.h2, p.h3, p.h4, p.h5 {
	padding: 0;
	color: #264a91;
	font-weight: bold;
}

p.h1 {
	margin: 12px 0;
	font-size: 18px;
}

p.h2 {
	margin: 15px 0;
	font-size: 18px;
}

p.h3 {
	margin: 15px 0;
	font-size: 22px;
	font-weight: normal;
}

p.h4 {
	margin: 21px 0;
	font-size: 16px;
}

p.h5 {
	margin: 12px 0;
	font-size: 12px;
	border-bottom: 1px solid #264a91;
}

	p.h1 span, p.h2 span, p.h3 span, p.h4 span, p.h5 span {
		color: #777777;
		font-size: 10px;
		padding: 0 0 0 4px;
		vertical-align: baseline;
		font-weight: normal;
	}

/* Formulier opmaak */
.webformContainer {
	position: relative;
	border-radius: 8px;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 1px #d0d0d0;
	width: 385px;
	padding: 16px 15px 19px 15px;
	background: #eaeaea;
	background: linear-gradient(to bottom, #ffffff, #D8D8D8);
	-pie-background: linear-gradient(top, #ffffff, #D8D8D8);
	margin: 10px 0 20px 2px;
}

	.webformContainer h3 {
		margin: 0 0 8px 0;
		padding: 0;
		font-size: 12px;
	}

.webform {
	position: relative;
	margin: 0;
	padding: 0;
	border: none 0;
}

	.webform label {
		display: inline-block;
		margin-top: 4px;
	}

	.webform.form-vertical label {
		display: block;
		font-weight: bold;
		margin: 0 0 1px;
	}

	.webform input[type=text],
	.webform input[type=password],
	.webform select,
	.webform textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #8f8f8f;
		color: #5D5D5D;
		padding: 4px 6px 5px 6px;
		border-radius: 4px;
	}

	.webform select {
		padding: 3px 2px 4px 2px;
	}

	.webform .calendar + a.date {
		display: inline-block;
		margin-left: 8px;
		vertical-align: middle;
	}

	.webform label.placeholder {
		position: absolute;
		top: 0;
		left: 6px;
		z-index: 999;
		color: #5e5e5e;
		cursor: text;
		margin: 0;
	}

	.webform .row {
		position: relative;
		margin: 0;
		padding: 0 0 5px 0;
		width: 100%;
	}

		.webform .row label {
			width: 130px;
		}

	.webform .checkbox input {
		width: auto;
	}

	.webform .checkbox label {
		width: auto;
	}

	.webform .buttonrow {
		position: relative;
		margin: 0;
		padding: 10px 0 5px 0;
		width: 100%;
		text-align: right;
	}

		.webform .buttonrow button, .webform .buttonrow input {
			width: auto;
		}

/* buttons */
input.bluebutton,
button.bluebutton,
a.bluebutton,
input.orangebutton,
button.orangebutton,
a.orangebutton {
	border-radius: 6px;
	border: 0;
	color: #ffffff;
	padding: 5px 12px;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	height: auto;
	zoom: 1;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

	a.bluebutton, a.bluebutton:link, a.bluebutton:hover, a.bluebutton:visited,
	a.orangebutton, a.orangebutton:link, a.orangebutton:hover, a.orangebutton:visited {
		display: inline-block;
	}

		input.bluebutton[disabled],
		button.bluebutton[disabled],
		a.bluebutton[disabled],
		input.orangebutton[disabled],
		button.orangebutton[disabled],
		a.orangebutton[disabled],
		input.bluebutton[disabled]:hover,
		button.bluebutton[disabled]:hover,
		a.bluebutton[disabled]:hover,
		input.orangebutton[disabled]:hover,
		button.orangebutton[disabled]:hover,
		a.orangebutton[disabled]:hover {
			color: #ddd;
		}

			input.bluebutton,
			button.bluebutton,
			a.bluebutton,
			input.bluebutton[disabled]:hover,
			button.bluebutton[disabled]:hover,
			a.bluebutton[disabled]:hover {
				background: #394f89;
				background: -webkit-linear-gradient(#5271b2, #2c3d73);
				background: linear-gradient(#5271b2, #2c3d73);
				-pie-background: linear-gradient(#5271b2, #2c3d73);
			}

				input.bluebutton:hover,
				button.bluebutton:hover,
				a.bluebutton:hover {
					background: #ca5a20;
					background: -webkit-linear-gradient(#b3501d, #df6424);
					background: linear-gradient(#b3501d, #df6424);
					-pie-background: linear-gradient(#b3501d, #df6424);
					color: #ffffff;
					text-decoration: none;
				}

			input.orangebutton,
			button.orangebutton,
			a.orangebutton,
			input.orangebutton[disabled]:hover,
			button.orangebutton[disabled]:hover,
			a.orangebutton[disabled]:hover {
				background: #DE6324;
				background: -webkit-linear-gradient(#e06424, #ca5a20);
				background: linear-gradient(#e06424, #ca5a20);
				-pie-background: linear-gradient(#e06424, #ca5a20);
			}

				input.orangebutton:hover,
				button.orangebutton:hover,
				a.orangebutton:hover {
					background: -webkit-linear-gradient(#ca5a20, #e06424);
					background: -moz-linear-gradient(#ca5a20, #e06424);
					background: linear-gradient(#ca5a20, #e06424);
					-pie-background: linear-gradient(#ca5a20, #e06424);
					color: #fff;
					text-decoration: none;
				}

/* Resultaat table */
table.zebraStripe {
	border-collapse: collapse;
	border-left: 1px solid #5d77a9;
	border-bottom: 1px solid #5d77a9;
	border-right: 1px solid #5d77a9;
}

	table.zebraStripe th, table.zebraStripe .header td {
		padding: 0;
		margin: 0;
		background: url(/Secure/include/images/background-tableHeader_large.png) repeat-x 0 0;
		text-align: left;
		border-bottom: 1px solid #667591;
	}

		table.zebraStripe th, table.zebraStripe th a,
		table.zebraStripe .header td, table.zebraStripe .header a {
			color: #ffffff;
			white-space: nowrap;
			font-weight: bold;
		}

	table.zebraStripe .header td {
		padding: 6px 8px;
		border-left: 1px solid #5d77a9;
		border-top: 1px solid #5d77a9;
		border-right: 1px solid #5d77a9;
	}

	table.zebraStripe th div, table.zebraStripe th a, table.zebraStripe th span {
		display: inline-block;
		padding: 6px 8px;
		background: url(/secure/include/images/bg-th.png) repeat-y left top;
	}

		table.zebraStripe th a span {
			display: inline;
			padding: 0 12px 0 0;
			background-repeat: no-repeat;
			background-position: center right;
			background-image: none;
			text-decoration: none;
		}

		table.zebraStripe th a.sortAsc span {
			background-image: url(/secure/include/images/arrow_up.gif);
		}

		table.zebraStripe th a.sortDesc span {
			background-image: url(/secure/include/images/arrow_down.gif);
		}

	table.zebraStripe td {
		padding: 4px 4px 4px 8px;
		background: url(/secure/include/images/bg-td.png) repeat-y left top;
		height: 24px;
	}

	table.zebraStripe tr.alt td {
		background-color: #dfe4ee;
	}

	table.zebraStripe tr td.nobg,
	table.zebraStripe tr th.nobg {
		background-image: none !important;
	}

	table.zebraStripe tr td.noborder {
		background-image: none;
		padding-left: 0;
	}

	table.zebraStripe td .toggleExtraDetail {
		padding: 5px 5px 5px 2px;
		outline: none;
	}

		table.zebraStripe td .toggleExtraDetail span {
			display: inline-block;
			width: 10px;
			text-decoration: none;
		}

	table.zebraStripe tr.extradetail td {
		padding: 0 10px 10px 10px;
	}

	/* use justtoggle if you only have a + or - instead of a text link*/
	table.zebraStripe tr td.justtoggle a,
	table.zebraStripe tr.alt td.justtoggle a {
		font-weight: bold;
		font-size: 140%;
		background-color: transparent;
		box-shadow: none;
		text-decoration: none;
	}

	table.zebraStripe td .openstate {
		background-color: #dfe4ee;
		box-shadow: 0 -1px 2px #c0c0be;
		outline: none;
	}

	table.zebraStripe tr.alt td .openstate {
		background-color: #fff;
	}

	table.zebraStripe tr.extradetail div.extraInfoDiv {
		background: #dfe4ee;
		box-shadow: 0 3px 3px #c0c0be;
		padding: 10px 15px;
	}

	table.zebraStripe tr.alt div.extraInfoDiv {
		background: #fff;
	}

	table.zebraStripe div.extraInfoDiv table {
		border-collapse: collapse;
	}

	table.zebraStripe div.extraInfoDiv tr th {
		border-bottom: 1px solid #5d77a9;
		color: #5d77a9;
	}

	table.zebraStripe div.extraInfoDiv tr th,
	table.zebraStripe div.extraInfoDiv tr td {
		padding: 1px;
		vertical-align: top;
		background-color: transparent;
		background-image: none;
	}


/* loader */
span.showbusy {
	/* make display: inline-block to show on page*/
	display: none;
	width: 20px;
	height: 23px;
	background-image: url(/Secure/images/ajax-loader_s.gif);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* Login section */
.section-login {
	width: 100%;
}

.section-login,
.section-login p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
}

	.section-login a,
	.section-login a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 150%;
		text-decoration: none;
	}

	.section-login h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 150%;
		font-weight: bold;
		color: #26468B;
		margin: 0 0 10px;
	}

	.section-login .header {
		background-color: #F4F6F9;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url('/include/images/login-header.jpg');
		height: 220px;
		margin-top: 20px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.section-login .myffheader {
		background-image: url('/include/images/homepage.jpg');
	}

	.section-login .header p {
		margin: 10px 0 0 20px;
		width: 650px;
		font-size: 17px;
		font-style: italic;
		line-height: normal;
		color: #3ba7d8;
	}

	.section-login #headerSWF {
		position: relative;
		width: 710px;
		height: 206px;
		overflow: hidden;
	}

/* two columns */
.two-columns {
	position: relative;
	overflow: hidden;
}

	.two-columns .column {
		width: 48%;
		float: left;
	}

/* Toggle content */
.toggle-content .trigger,
.toggle-content .trigger:hover {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-right: 20px;
	margin-bottom: 5px;
	background: url('/Secure/images/arrow-down-blue.png') right 6px no-repeat;
}

.toggle-content.open .trigger {
	background: url('/Secure/images/arrow-up-blue.png') right 6px no-repeat;
}

.toggle-content .hidden-content {
	display: none;
}

/* Personal homepage */
.personalhomepage .wrapper {
	position: relative;
	width: 710px;
}

.personalhomepage .introImage {
	height: 206px;
	position: relative;
	margin: 0 0 25px 0;
}

	.personalhomepage .introImage .shadow {
		position: absolute;
		top: 0;
		width: 24px;
		height: 206px;
		background: url('/Secure/images/introImageShadow.png') no-repeat;
	}

.personalhomepage h1 {
	color: #3a267e;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.messagesContainer {
	width: 690px;
}

	.messagesContainer .header {
		font-weight: bold;
		background: #ffffff url('/Secure/images/homepublications.gif') no-repeat;
		padding: 15px 0 0 87px;
		height: 31px;
		margin: 0 0 3px 0;
	}

	.messagesContainer .messagesContent {
		border: 2px solid #00b2ee;
		background: #f2fafd;
		padding: 6px;
		min-height: 90px;
	}

	.messagesContainer .message.False {
		border-bottom: 1px solid #00b2ee;
		padding: 0 0 6px 0;
		margin: 0 0 6px 0;
	}

	.messagesContainer .message.True {
		padding: 0 0 6px 0;
		margin: 0 0 6px 0;
	}

	.messagesContainer .message span.date {
		float: left;
		width: 80px;
		color: #00b2eb;
	}

	.messagesContainer .message span.text {
		float: left;
		width: 558px;
		font-size: 8pt;
	}

	.messagesContainer .message span p {
		margin: 0 0 6px 0;
		padding: 0
	}

	.messagesContainer .message .deleteMessage {
		height: 15px;
	}

.expiredPassword p {
	color: #3a267e;
}

.toolFooter {
	margin: 15px 0 0 0;
	padding: 40px 0 0 0;
	background: url('/Secure/images/toolFooterbg.jpg') no-repeat;
}

	.toolFooter .flyFokker {
		border: 2px solid #00b2ee;
		background: #f2fafd;
		background-image: url('/secure/images/FLY-Fokker.gif');
		background-repeat: no-repeat;
		background-position: 10px 10px;
		padding: 10px 10px 0 85px;
		width: 240px;
		margin: 0 31px 0 0;
		min-height: 50px;
		float: left;
	}

		.toolFooter .flyFokker ul, .toolFooter .flyFokker ul li {
			margin: 0;
			padding: 0;
			list-style: none outside none;
		}

			.toolFooter .flyFokker ul li {
				margin-bottom: 3px;
			}

				.toolFooter .flyFokker ul li a {
					color: #860c7c;
					text-decoration: underline;
					background: url('/Secure/images/middot.gif') no-repeat 0 7px;
					padding: 0 0 0 10px;
				}

					.toolFooter .flyFokker ul li a:hover {
						text-decoration: none;
					}

	.toolFooter .recentlyVisited {
		float: left;
		color: #3a267e;
	}

		.toolFooter .recentlyVisited ul {
			margin: 10px 0 0 0;
			padding: 0;
			list-style: none outside none;
		}

			.toolFooter .recentlyVisited ul li {
				list-style: none outside none;
				margin: 0 0 2px 0;
			}

				.toolFooter .recentlyVisited ul li a {
					color: #3a267e;
					text-decoration: underline;
					background: url('/Secure/images/bullet-arrow.gif') no-repeat 0 5px;
					padding: 0 0 0 14px;
				}

					.toolFooter .recentlyVisited ul li a:hover {
						text-decoration: none;
					}

/* section landing */
.sectionlanding .wrapper {
	width: 758px;
}

.sectionlanding h1 {
	float: none;
}

.sectionlanding h3 {
	color: #264991;
	margin: 0 0 5px 0;
	font-size: 13px;
}

.sectionlanding #eyecatcher {
	height: 366px;
	position: relative;
	margin: 0 0 35px 0;
}

	.sectionlanding #eyecatcher #search.search-component {
		background-color: #fff !important;
		z-index: 10;
	}

	.sectionlanding #eyecatcher #search,
	.sectionlanding #eyecatcher #searchbg {
		position: absolute;
		background: #ffffff;
		left: 10px;
		top: 15px;
		width: 693px;
		height: 20px;
		border-radius: 3px;
		padding: 10px 22px 10px 22px;
	}

	.sectionlanding #eyecatcher #search {
		background: transparent;
		box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15);
	}

	.sectionlanding #eyecatcher #searchbg {
		opacity: .85;
	}

	.sectionlanding #eyecatcher #search h1 {
		margin-top: 0;
	}

.sectionlanding #searchForm {
	position: absolute;
	left: 10px;
	top: 35px;
	width: 705px;
	padding: 10px 0 10px 0;
	border: 1px solid transparent;
	border-radius: 8px;
}

	.sectionlanding #searchForm.active {
		border: 1px solid #2A4792;
		max-height: 280px;
		background: #ffffff;
		box-shadow: 0 0 4px 2px rgba(136, 136, 136, 0.40);
	}

.sectionlanding #searchResults {
	display: none;
	max-height: 240px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top: 10px;
}

	.sectionlanding #searchResults ul {
		margin: 0;
		padding: 0;
		list-style: none;
		color: #2A4692;
		font-size: 16px;
		line-height: 30px;
		position: relative;
	}

		.sectionlanding #searchResults ul a {
			width: 300px;
			text-decoration: none;
			display: inline-block;
			white-space: nowrap;
			margin-right: 10px;
			overflow: hidden;
		}

		.sectionlanding #searchResults ul li {
			cursor: pointer;
			padding: 0 10px;
			height: 30px;
		}

		.sectionlanding #searchResults ul .description {
			display: inline-block;
			vertical-align: top;
		}

		.sectionlanding #searchResults ul li:hover {
			background-color: #DF6323;
			color: #ffffff !important;
		}

			.sectionlanding #searchResults ul li:hover a {
				color: #ffffff !important;
			}

		.sectionlanding #searchResults ul li ul {
			position: absolute;
			width: 100%;
			right: -705px;
			top: 0;
			z-index: 2;
			display: none;
		}

		.sectionlanding #searchResults ul.subResults li,
		.sectionlanding #searchResults ul.subResults li a {
			color: #2A4692 !important;
			background-color: #ffffff !important;
		}

			.sectionlanding #searchResults ul.subResults li:hover,
			.sectionlanding #searchResults ul.subResults li:hover a {
				background-color: #DF6323 !important;
				color: #ffffff !important;
			}

.sectionlanding #search #searchResults .description {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
}

.sectionlanding #searchResults ul li span.icon,
.sectionlanding #searchResults ul.subResults li span.icon {
	background-image: url('/Secure/include/images/arrow-right-med-alt.png');
	width: 8px;
	height: 12px;
	float: right;
	margin-top: 9px;
}

.sectionlanding #searchResults ul li:hover span.icon {
	background-image: url('/Secure/include/images/arrow-right-med.png');
}

.sectionlanding #searchResults ul.subResults li span.icon {
	background-image: url('/Secure/include/images/arrow-right-med-alt.png') !important;
}

.sectionlanding #searchResults ul.subResults li:hover span.icon {
	background-image: url('/Secure/include/images/arrow-right-med.png') !important;
}

.sectionlanding #searchResults ul li.back span.icon {
	float: left;
	margin-right: 10px;
	background-image: url('/Secure/include/images/arrow-left-med-alt.png') !important;
}

.sectionlanding #searchResults ul li.back:hover span.icon {
	background-image: url('/Secure/include/images/arrow-left-med.png') !important;
}

.sectionlanding #search ul li:hover .description {
	color: #ffffff;
}

.sectionlanding #searchForm.active #searchResults {
	display: block;
}

.sectionlanding #searchField,
.sectionlanding select.searchField,
.personalItems .form .searchField {
	border: 1px solid #909090;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #5D5D5D;
	border-radius: 6px;
	height: 28px;
	line-height: 28px;
	padding: 4px 8px;
	width: 449px;
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
	background: linear-gradient(to bottom, #eeeeee, #ffffff);
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.sectionlanding #searchForm.active #searchField {
	color: #000000;
	background: #ffffff;
}

.sectionlanding #search .description {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-style: italic;
	width: 190px;
	margin-left: 10px;
	vertical-align: middle;
}

.sectionlanding #searchForm .waiting {
	background-image: url(/secure/images/ajax-loader_s.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
}

.sectionlanding .personalItems {
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0;
	overflow: hidden;
}

	.sectionlanding .personalItems li {
		float: left;
		width: 236px;
		height: 141px;
		margin: 0 18px 0 0;
		border: 1px solid #dddddd;
		border-radius: 3px;
		padding: 1px;
		line-height: 160%;
	}

		.sectionlanding .personalItems li.last {
			margin: 0;
		}

		.sectionlanding .personalItems li.info {
			background: #FBEBA0;
			border-color: #EBDF9A;
		}

			.sectionlanding .personalItems li.info h3 a {
				color: #D80000 !important;
				line-height: 110%;
				padding-top: 8px;
				padding-bottom: 7px;
				padding-right: 40px;
				background: url('/Secure/include/images/icon-notice.png') right 10px no-repeat !important;
			}

			.sectionlanding .personalItems li.info p a {
				color: #D80000;
				text-decoration: underline;
			}

		.sectionlanding .personalItems li h3 {
			color: #ffffff;
			font-weight: bold;
			font-size: 16px;
			background: #394f89;
			background: -webkit-linear-gradient(#5271b2, #2c3d73);
			background: -moz-linear-gradient(#5271b2, #2c3d73);
			background: linear-gradient(#5271b2, #2c3d73);
			-pie-background: linear-gradient(#5271b2, #2c3d73);
			border-bottom: 1px solid #72819F;
			min-height: 33px;
			border-radius: 3px 3px 0 0;
			padding: 0 13px 0 13px;
			line-height: 33px;
			margin: 0 0 10px 0;
		}

			.sectionlanding .personalItems li h3:hover,
			.sectionlanding .personalItems.selected li h3:hover {
				background: #ca5a20;
				background: -webkit-linear-gradient(#b3501d, #df6424);
				background: -moz-linear-gradient(#b3501d, #df6424);
				background: linear-gradient(#b3501d, #df6424);
				-pie-background: linear-gradient(#b3501d, #df6424);
				border-bottom: 1px solid #ee7536;
			}

	.sectionlanding .personalItems.selected li h3,
	.sectionlanding .personalItems.selected li h3.nohover {
		background: none;
		color: #003F91;
		border-bottom: 1px solid #fff;
	}

	.sectionlanding .personalItems li.info h3,
	.sectionlanding .personalItems li.info h3:hover {
		background: none;
		border-bottom: none 0;
	}

		.sectionlanding .personalItems li.info h3:hover a {
			background: url('/Secure/include/images/arrow-right-big-alt.png') right 10px no-repeat !important;
			color: #003F91 !important;
		}

	.sectionlanding .personalItems li h3 a,
	.sectionlanding .personalItems.selected li h3:hover a {
		color: #ffffff;
		text-decoration: none;
		background: url('/Secure/include/images/arrow-right-big.png') right center no-repeat;
		display: block;
	}

	.sectionlanding .personalItems.selected li h3 a {
		color: #003F91;
		background: url('/Secure/include/images/arrow-right-big-alt.png') right center no-repeat;
	}

	.sectionlanding .personalItems li p {
		color: #000000;
		font-size: 12px;
		line-height: 150%;
		padding: 0 13px 0 13px;
		margin-bottom: 10px;
	}

	.sectionlanding .personalItems li .readmore {
		margin: 0 13px 0 13px;
		text-decoration: none;
	}

	.sectionlanding .personalItems li.info .readmore {
		padding: 0;
		background-image: none;
	}

	.sectionlanding .personalItems li.info a.readmore {
		text-decoration: underline;
		color: #D80000;
	}

	.sectionlanding .personalItems .form .searchField {
		width: 160px;
		margin-bottom: 10px;
		vertical-align: top;
	}

	.sectionlanding .personalItems .form .searchButton {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 7px 10px;
	}

/* Caroussel */
.caroussel {
	margin-bottom: 20px;
	width: 255px;
	height: 183px;
	overflow: hidden;
	position: relative;
}

.carousselcontainer ul {
	width: 2000em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#carrouselNav {
	position: absolute;
	z-index: 10;
	left: 10px;
	bottom: 5px;
}

	#carrouselNav ul {
		margin: 0;
		padding: 0;
	}

	#carrouselNav li {
		display: inline-block;
		margin: 0 5px 0 0;
	}

		#carrouselNav li a {
			display: block;
			background: url(/Secure/include/images/icon-nav-inactive.png) no-repeat 0 0;
			width: 12px;
			height: 12px;
			text-indent: -2000em;
			overflow: hidden;
		}

		#carrouselNav li.on a {
			background: url(/Secure/include/images/icon-nav-active.png) no-repeat 0 0;
		}

/* Caroussel */
.centercaroussel {
	margin-bottom: 20px;
	width: 760px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.centercarousselcontainer ul {
	width: 2000em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#centercarrouselNav {
	position: absolute;
	z-index: 10;
	left: 10px;
	bottom: 5px;
}

	#centercarrouselNav ul {
		margin: 0;
		padding: 0;
	}

	#centercarrouselNav li {
		display: inline-block;
		margin: 0 5px 0 0;
	}

		#centercarrouselNav li a {
			display: block;
			background: url(/Secure/include/images/icon-nav-inactive.png) no-repeat 0 0;
			width: 12px;
			height: 12px;
			text-indent: -2000em;
			overflow: hidden;
		}

		#centercarrouselNav li.on a {
			background: url(/Secure/include/images/icon-nav-active.png) no-repeat 0 0;
		}

/* tooltip */
.tooltip {
	display: none;
	background-color: #fdea9f;
	border: 1px solid #cc9;
	padding: 3px;
	font-size: 13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	z-index: 999;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index: 10000;
	margin-top: -1px;
	width: 198px;
	padding: 2px;
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
	padding: 2px 0;
	height: 22px;
}

#caltitle {
	font-size: 14px;
	color: #0150D1;
	float: left;
	text-align: center;
	width: 155px;
	line-height: 20px;
	text-shadow: 0 1px 0 #ddd;
}

#calprev {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(/secure/images/16/previous.gif) no-repeat scroll center center;
	float: left;
	cursor: pointer;
}

#calnext {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(/secure/images/16/next.gif) no-repeat scroll center center;
	float: right;
	cursor: pointer;
}

	#calprev.caldisabled, #calnext.caldisabled {
		visibility: hidden;
	}

/* year/month selector */
#caltitle select {
	font-size: 10px;
}

/* names of the days */
#caldays {
	height: 14px;
	border-bottom: 1px solid #ddd;
}

	#caldays span {
		display: block;
		float: left;
		width: 28px;
		text-align: center;
	}

/* container for weeks */
#calweeks {
	background-color: #fff;
	margin-top: 4px;
}

/* single week */
.calweek {
	clear: left;
	height: 22px;
}

	/* single day */
	.calweek a {
		display: block;
		float: left;
		width: 27px;
		height: 20px;
		text-decoration: none;
		font-size: 11px;
		margin-left: 1px;
		text-align: center;
		line-height: 20px;
		color: #666;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		/* different states */
		.calweek a:hover, .calfocus {
			background-color: #ddd;
		}

/* sunday */
a.calsun {
	color: red;
}

/* offmonth day */
a.caloff {
	color: #ccc;
}

	a.caloff:hover {
		background-color: rgb(245, 245, 250);
	}

/* unselecetble day */
a.caldisabled {
	background-color: #efefef !important;
	color: #ccc !important;
	cursor: default;
}

/* current day */
#calcurrent {
	background-color: #498CE2;
	color: #fff;
}

/* today */
#caltoday {
	background-color: #333;
	color: #fff;
}

/* tab header */
div.tabbedContent {
	position: relative;
	border: 1px solid #eaeaea;
}

ul.tabHeader {
	list-style: none;
	overflow: hidden;
	background: #e7e7e7;
	margin: 0;
	padding: 0;
	height: 41px;
}

	ul.tabHeader li {
		list-style: none;
		display: inline-block;
		border-right: 1px solid #cfcfcf;
	}

		ul.tabHeader li > span {
			padding: 0 15px;
			display: inline-block;
			height: 41px;
			vertical-align: text-top;
		}

		ul.tabHeader li a {
			text-align: center;
			display: inline-block;
			margin-top: 5px;
			color: #474646;
			text-decoration: none;
			outline: none;
			font-weight: bold;
		}

			ul.tabHeader li a:hover {
				color: #050505;
			}

		ul.tabHeader li.active {
			background: url(/Secure/include/images/tabs/tab-right-active.png) no-repeat top right;
			border-right: none;
		}

			ul.tabHeader li.active > span {
				background: url(/Secure/include/images/tabs/tab-left-active.png) no-repeat top left;
			}

/* icons */
.ico {
	vertical-align: top;
	padding: 0 0 3px 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

	.ico.Right {
		vertical-align: top;
		padding: 0 20px 0 3px;
		background-repeat: no-repeat;
		background-position: right;
	}

	.ico.excel {
		background-image: url(/secure/include/images/icons/16/icon-excel.png);
	}

	.ico.pdf {
		background-image: url(/secure/include/images/icons/16/icon-pdf.png);
	}

	.ico.ppt {
		background-image: url(/secure/include/images/icons/16/icon-ppt.png);
	}

	.ico.mail {
		background-image: url(/secure/include/images/icons/16/icon-email.png);
	}

	.ico.settings {
		background-image: url(/secure/include/images/icons/16/icon-cmro.png);
	}

	.ico.spare {
		background-image: url(/secure/include/images/icons/16/icon-spare.png);
	}

	.ico.exchange {
		background-image: url(/secure/include/images/icons/16/icon-exchange.png);
	}

	.ico.phone {
		background-image: url(/secure/include/images/icons/16/icon-phone.png);
	}

	.ico.lamp {
		background-image: url(/secure/include/images/icons/16/icon-lampje.png);
	}

	.ico.info {
		background-image: url(/secure/include/images/icons/16/icon-info.png);
	}

	.ico.error {
		background-image: url(/secure/include/images/icons/16/icon-error.png);
	}

	.ico.file {
		background-image: url(/secure/include/images/icons/16/icon-file.png);
	}

/* overlay */
.overlayDiv {
	display: none;
	z-index: 10000;
	background-color: #fff;
	width: 500px;
	min-height: 250px;
	border: 1px solid #666;
	padding: 20px;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

	.overlayDiv .close {
		background-image: url(/include/images/jquery.tools/close.png);
		position: absolute;
		right: -15px;
		top: -15px;
		cursor: pointer;
		height: 35px;
		width: 35px;
	}

	.overlayDiv iframe {
		border: 0;
	}

/* affairs */
#affairsTable {
	width: 100%;
}

	#affairsTable td {
		padding-top: 10px;
		vertical-align: top;
	}

		#affairsTable td a {
			text-decoration: none;
			font-weight: bold;
		}

/* ** notification bar ** */
.notification {
	position: relative;
	padding: 0;
	margin: 0 10px 15px 5px;
}

	.notification .message {
		background-color: #fdea9f;
		margin: 0;
		padding: 5px;
		-moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
		-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
		box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
	}

	.notification p {
		margin: 0;
		padding: 0 0 5px 0;
	}

		.notification p.ico {
			padding-top: 4px;
			padding-left: 32px;
			min-height: 20px;
			background-repeat: no-repeat;
			background-position: 0;
		}

			.notification p.ico.lamp {
				background-image: url(/secure/include/images/icons/24/icon-lampje.png);
			}

			.notification p.ico.info {
				background-image: url(/secure/include/images/icons/24/icon-info.png);
			}

			.notification p.ico.error {
				background-image: url(/secure/include/images/icons/24/icon-error.png);
			}

			.notification p.ico.onhold {
				background-image: url(/secure/include/images/icons/24/icon-onhold.png);
			}

	.notification .alert {
		float: right;
		margin: 0;
		padding: 1px 5px 2px 25px;
	}

/* full page ui loader */
/*.loading-container {
    height: 0;
    position: fixed;
    visibility: hidden;
    width: 0;
}

.loading-container > .loading-overlay,
.loading-container > .loading-loader {
    height: 100%;
    position: absolute;
    width: 100%;
}

.loading-container > .loading-overlay {
    background-color: #fff;
    opacity: 0.8;
    z-index: 1;
}

.loading-container > .loading-loader {
    background: url('/Secure/include/images/ajax-loader.gif') no-repeat center center;
    z-index: 2;
}

.loading-ui > .loading-container {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    z-index: 999;
}*/


.masonry { /* Masonry container */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
}

.item { /* Masonry items */
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
}

.emailoverlay {
	display: none;
	z-index: 10000;
	background-color: #FDEA9F;
	width: 750px;
	height: 720px;
	max-height: 90%;
	border: 1px solid #666;
	overflow: hidden;
}


/*new old styling */
body.landing-template.landing-maf #center {
	background: #fff url(/Secure/images/maf/top.jpg) no-repeat 0 0;
}

body.landing-template {
	margin: 0;

	#center {
		background: #fff url(/Secure/images/top.jpg) no-repeat 0 0;
		padding: 0;
		height: 120px;
	}

		#center ul {
			margin: 0 0 0 250px;
			padding: 7px 0 0;
			float: right;
		}

		#center li {
			list-style: none;
			display: block;
			float: left;
			margin: 0 30px 0 0;
		}

			#center li a {
				font-family: Arial, Verdana, Sans-Serif;
				font-size: 10px;
				color: #a9aaaa;
				text-decoration: none;
				text-transform: uppercase;
			}

	#nav-landing {
		display: block;
		position: absolute;
		top: 120px;
		left: 0;
		width: 188px;
		height: calc(100% - 150px);
		overflow: hidden;
	}


	div.content-landing {
		display: flex;
		align-items: flex-start;
		background-image: url('/secure/images/maf/menu.jpg');
		background-position-y: 119px;
		background-repeat: no-repeat;
		background-attachment: fixed;
		padding-left: 209px;
	}

	#footer-landing {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 5px;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
		border-right: 1px solid #364b8e;
		background: url('/Secure/images/maf/footer-block.gif') repeat-y right 10px top;

		.centered {
			margin: 0 auto;
			padding: 0;
			background: url(/Secure/images/maf/footer-block.gif) repeat-y right top;
		}

		.footer-container {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0 5px 0 5px;

			.footer-list {
				display: flex;
				list-style: none;
				margin: 0;
				padding: 0;

				& li {
					list-style-image: initial;
					line-height: initial;
				}
			}

			& li {
				padding: 0 5px 0 5px;
				border-right: 1px solid #364b8e;
			}

				& li:first-child {
					padding-left: 0px;
				}

				& li:last-child {
					border-right: 0px;
					padding-right: 35px;
				}

			& table {
				width: 100%;
				margin: 0;
				padding: 0;
				border: none 0;
				border-collapse: collapse;
			}

			& td {
				padding: 11px 0 10px 0;
			}

				& td.last {
					padding-right: 34px;
				}

				& td.time {
					text-align: center;
					vertical-align: top;
					width: 100%;
					height: 16px;
					font-family: sans-serif;
					font-size: 11px;
					color: #3A267E !important;
				}

			& a {
				white-space: nowrap;
				display: block;
				color: #364b8e;
				text-decoration: none;
				font-family: Arial, Sans-Serif;
				font-size: 10px;
				font-weight: bold;
			}

			.table-style td {
				padding: 3px 0 1px 0;
			}

				.table-style td.last {
					padding-right: 34px;
				}
		}
	}
