/*


	Author:			Stijn Henderickx
					SHpartners
	Last update:	2009-11-09
	Media:			Screen

ToC

	1. Font sizes and styles
	2. Margins
	3. Structure
	4. Link styles
	5. Navigation
	6. Forms
	7. Generic elements
	
*/



/********************************/
/* ------ Font sizes and styles */
/********************************/

body { 
	/*background: url('../images/bck_body.jpg') center top repeat-y #cec9c3;*/
	background-color: #FFF;
	border-top: 4px solid #DB8023;
	color: #333;
	font-family: Calibri, Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.02em;
}

h1 {
	background: url('../images/img_h1.jpg') 5px no-repeat;
	background-color: #EAEAEA;
	color: #505050;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.9em;
	padding-left: 60px;
	padding-top: 2px;
}

h1.site-title {
	background: url('../images/lgo_IFIC2.png') no-repeat;
	-webkit-border-radius: 0 !important;
	float: left;
	height: 71px;
	text-indent: -7000px;
	margin: 45px 0 0 28px;
	padding: 0;
	width: 170px;
}

h1.site-title a {
	border: none;
	display: block;
	height: 100%;
	width: 100%;
}

h2 { 
	background-color: #EAEAEA;
	color: #505050;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2px 15px 0 15px;
}

h3 { 
	color: #505050;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	padding: 12px 0 0 0;
	text-transform: uppercase;
}

h3 a:link, h3 a:visited {
	border: 0;
}

h4   { font-size: 1.2em; /* 16px */ }
h5   { font-size: 1.2em; /* 14px */ }
p	{ font-size: 1.0em; /* 10px */ }

#logo, #logo-print {display: none;}

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

a img {
	display: block;
}

img.left {
	display: block;
	float: left;
	padding: 0 5px 5px 0;
}

img.right {
	display: block;
	float: right;
	padding: 0 5px 5px 0;
}

p.right {	
	text-align: right;
}

/******************/
/* ------ MARGINS */
/******************/

p { 
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 3px 0; 
}


/*********************/
/* ------ STRUCTURE	 */
/*********************/


#wrapper {
	margin: 0px auto;
	position: relative;
	width: 995px;
}
	
	#header {
		height: 133px;
		position: relative;
		width: 995px;
		z-index: 9999;
	}
	
	#header #nav-1 {
		float: right;
		width: 780px;
		margin-top: 60px;
	}
	
		#header #logo {
			width: 130px;
			float: left;
		}

	#language-bar, #subscribe, #RSS {
		background-color: #CFCFCF;
		font-weight: bold;
		height: 29px;
		position: absolute;
		left: 885px;
		top: 0px;
		width: auto;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		z-index: 999999 !important;

	}
	
	#RSS {
		height: 19px;
		padding: 7px 15px 3px 15px;
		left: 605px;
		top: 0;
	}
		#RSS img {
			padding-right: 5px;
			}
	
	#subscribe {
		height: 19px;
		padding: 7px 15px 3px 15px;
		position: absolute;
		left: 683px;
		top: 0;
		}
	
	#language-bar {
		font-size: 1.3em;
	}
	
	#extranet:hover {
		cursor: pointer;
		border-left: 3px solid #DB8023;
		border-bottom: 3px solid #DB8023;
		border-right: 3px solid #DB8023;
		padding-left: 12px;
	}
		
	#main  {
		background: URL('../images/bck_main.png') no-repeat center top;
		display: block;
		width: 995px;
	} 
	
	#inner-main {
		background-color: #FFF;
		padding: 20px;
		position: relative;
		margin: 0 0 0 19px;
		min-height: 500px;
		width: 917px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 3px;
	}
	
	.seperator {
		background: URL('../images/bck_hr.png') no-repeat center top;
		height: 15px;
		margin-top: 10px;
	}
	
	.header-shadow-companies {
		background: URL('../images/bck_shadow.jpg') no-repeat top right;
		left: 583px;
		position: absolute;
		top: 20px;
		width: 98px;
		height: 75px;
	}
	
	.header-companies {
		background-color: #eaeaea;
		font-size: 1.1em;
		font-weight: bold;
		height: 45px;
		left: 681px;
		padding: 30px 0 0 20px;
		position: absolute;
		top: 10px;
		width: 236px;
	}
	
	.sidebar-companies {
		background-color: #eaeaea;
		left: 681px;
		padding: 25px 5px 35px 20px;
		position: absolute;
		top: 86px;
		width: 231px;
	}
	
	.content {
	clear: left;
		line-height: 1.5em;
		padding: 20px 15px 10px 8px;
	}
		
		.content p {
		}

		.content ul {
			list-style-type: disc;
			margin: 5px 0 5px 20px;
		}
	
		.content ul li {
			padding-top: 3px;
			line-height: 1.5em;
		}
		
		a h3 {
			margin: 0; padding: 0;
		}
		
		/*#content h3, .content h3, #content-list h3 {
			padding: 0px; margin: 0;
			padding: 12px 0 0 0;
		}*/


		.people {
			float: left;
			margin-bottom: 15px;
			width: 220px;
		}
		
		.people img {
			height: 180px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
	.content-small {
		padding: 20px 15px 10px 8px;
		width: 640px;
	}
	
	.intro {
		clear: both;
		padding: 0 0 15px 13px;
	}
	
	.functie-index {
		clear: both;
	}
	
		.functie-index .item {
			float: left;
			height: 130px;
			width: 240px; 
		}
	
	.functie-items {
		clear: left;
	}
		
		.functie-detail {
			border-right: 1px solid #EAEAEA;
			display: block;
			float: left;
			margin: 10px;
			min-height: 150px;
			padding: 10px 0 10px 0;
		}
		
			.functie-detail h3 {
				
			}
		
		.functie-item {
			border-right: 1px solid #EAEAEA;
			display: block;
			float: left;
			margin: 10px;
			min-height: 150px;
			padding: 10px 0 10px 0;
			position: relative;
			width: 275px;
		}

		.functie-item img {
			position: absolute;
			left: 0px;
			top: 5px;
		}
		
		.functie-item h3 {
			background-color: #EAEAEA;
			color: #505050;
			font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
			font-size: 1.3em;
			font-weight: normal;
			line-height: 1.5em;
			text-transform: capitalize;
			padding: 2px 0 0 40px;
			margin-left: 5px;
			width: 200px;
		}		
		
		.functie-item p {
			margin: 5px 15px 5px 15px;
		}
		
		.functie-item ul {
			list-style-type: disc;
			margin: 5px 15px 5px 45px;
		}
		
		.functie-item ul li {
			padding-top: 3px;
			line-height: 1.5em;
		}
	
	#footer {
		background: url('../images/bck_footer.jpg') center top no-repeat;
		height: 45px;
		line-height: 3em;
		margin: 15px 0 15px 13px;
		padding-left: 15px;
		width: 955px;
	}
	
/**********************/
/* ------ LINK STYLES */
/**********************/

a {
	text-decoration: none;
}

a:link {
	color: #2175cb;
	border-bottom: 1px solid #c0c0c0;
}

a:visited {
	color: #7621CB;
	border-bottom: 1px solid #c0c0c0;
}

a:hover {
	color: #363636;
	border-bottom: 1px solid #999999;
}

a:active {
	color: #363636;
	border-bottom: 1px solid #999999;
}

#language-bar ul li a, #extranet a {border: 0; text-decoration: none;}
#language-bar ul li a:link, #language-bar ul li a:visited, #extranet a:link, #extranet a:visited { color: #505050; }
#language-bar ul li a:hover, #language-bar ul li a:active, #extranet a:hover, #extranet a:active { color: #505050; }

/**********************/
/* ------ NAVIGATION  */
/**********************/

.nav_level_1, .nav_level_2  {
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	display: inline;
}

	#nav-main-menu {
		float: right;
		margin: 57px 10px 0 0;
		padding-right: 15px;
	}
	
	#nav-1 {
		float: right;
		margin: 65px 7px 0 0;
		width: 820px;
	}
	
	#nav-1 li {
		border-right: 1px solid #c6c2be;
		display: block;
		float: left;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-size: 1.3em;
		font-weight: normal;
		height: 27px;
		position: relative;
		text-transform: uppercase;
	}
	
	ul#nav-1 li.iehover { z-index: 1000; /* IE z-index bugfix */ }

		#nav-1 li a {
			border: 0px;
			color: #333;
			display: block;
			margin: 0 4px 0 4px;
			padding: 5px 9px 5px 9px;
			text-align: center;
			text-decoration: none;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}

		
		#nav-1 a:hover, #nav-1 li:hover a, #nav-1 li.iehover a {
			background-color: #C3792E;
			color: #FFF;
			display: block;
			text-decoration: none;
			-moz-border-radius: 0;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-radius: 0;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
	

		#nav-1 li a.current, #nav-1 li a.section {
			background-color: #C3792E;
			color: #FFF;
			display: block;
		}
		

		
		#nav-1 li:hover ul, ul#nav-1 li.iehover ul { 
			display: block;
		}

		.nav-2 {
			background-color: #C3792E;
			display: none;
			height: auto;
			position: absolute;
			margin-left: 4px;
			border-top: 1px #D08F4C solid;
			-moz-border-radius: 0;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-radius: 0;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
		}

		ul.nav-2 li {
			border: 0 !important;
			clear: both;
			display: block;
			margin: 0;
			text-transform: none;
			width: 100%;
		}
		
			ul.nav-2 li a {
				border-bottom: 1px solid #D08F4C;
 				color: #FFF;
				display: block !important;
				font-size: 0.6em;
				font-weight: bold;
				text-align: left !important;
				text-decoration: none;
				text-transform: uppercase;
				white-space: nowrap;
			}

			.nav-2 li a:hover{
				background-color: #D39658 !important;
				color: #FFF;
				display: block;
				padding: 5px 6px 5px 6px;
				text-decoration: none;
				-moz-border-radius: 0 !important;
				-webkit-border-radius: 0 !important;
			} 

			.nav-2 li a.current {
				background-color: #D39658;
				display: block;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
			}

	#language-bar ul li a.current {
		background-color: #1c3e55;
		color: #FFF;
		padding: 3px;
	}
	
	#language-bar ul {
		padding: 0 10px 0 10px;
	}
	
	#language-bar ul li {
		float: left;
		padding: 7px 3px 3px 3px;
	}
	
	#language-bar ul li a {
		font-size: 0.9em;
	}

/*********************/
/* ----------- FORMs */
/*********************/

span.message {
	color: #DD3C10;
}


input.text, textarea {
	background-color: #FFF;
	border: 1px solid #CAD0D8;
	color: #333;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.1em;
	padding: 4px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input.text:focus, textarea:focus {
	background-color: #F5F8FA;
	border: 1px solid #CAD0D8;
}

/* -- CSS for the login form -- */

#LoginForm div.field input{
	width: 300px;
	border: 1px solid #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd ;
	padding: 5px 4px;
	background-color: #ededed;
	margin-bottom: 5px;	
	font-size:11px;	
}

#LoginForm div.field input.checkbox {
	height : 26px;
	font-size : 18px;
	font-weight : lighter;
	width : 16px;
}

#LoginForm div.field input:focus, #LoginForm div.field textarea:focus{
	background-color:#fff;
}

#LoginForm {
	width: 500px;
	margin: 40px auto;
	background-color: #DDD;
	padding: 10px;
}

#LoginForm > h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	color: #434343;
}

#LoginForm > p {
	display: none;
}

#LoginForm fieldset {
	border : 0px solid #CCCCCC;
	padding: 0px;
}

#LoginForm label {
	font-size: 10px;
	color: #434343;
}

#LoginForm label.left {
	float: left;
	width: 8em;
	margin-top : 6px;
}

#MemberLoginForm_LoginForm_error {
	font-size: 10px;
	color: red;
	font-weight: bold;
}


/*********************/
/* --- GENERIC ITEMS */
/*********************/

.form {
	width: 600px;
}

.Actions {
	border-top: 1px solid #CAD0D8;
	padding: 10px 0;
	text-align: right;
}

.field {
	clear: both;
	padding: 5px 0 5px 0;
}

.field .label {
	padding-bottom: 0;
	border: none;
}

.field label {
	display: block;
	font-weight: bold;
}

.field ul {
	font-weight: normal;
	padding: 7px 0 14px;
}

.field label, .field .label {
	float: left;
	font-size: 0.9em;
	display: inline;
	padding: 5px 10px 0 0;
	width: 200px;
}

.field .label {
	height: 20px;
}

.col {
	padding-right: 25px;
	float: left;
	width: 226px;
}

.col15 {
	padding-right: 25px;
	float: left;
	width: 350px;
}

.col2 {
	padding-right: 25px;
	float: left;
	width: 477px;
}

.col3 {
	padding-right: 25px;
	float: left;
	width: 728px;
}

.last {
	padding: 0px;
	border: 0px;
}

.no-border {
	border: 0px !important;
}


