/* CSS Document */

/* Elements */
body { 
	font:11px Arial;
	color: #353535; 
	background: #a7a7a7 url(../images/layout/backdrop.jpg) repeat-x; 
	margin: 0px;
	
}
html {
 	min-height: 100%;
 	height: auto;
}

a:link { 
	text-decoration: none; 
	color: #1d4a7b;
}
a:visited { 
	text-decoration: none; 
	color: #1d4a7b;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #347bcb;
}
h2 {
	font-size:14px;
	color:#1d4a7b;
	margin-top:0px;
	padding-top:0px;
}

p 
{
	padding-top: 5px;
}

.hr {
	margin: 0;
	padding: 0;
	border:none;
	border: 1px dotted #A5AEC5;
}


/* Classes */

.hometext 
{
	text-align: justify;
	font-weight: normal;
}

.smalltext {
	font-size: 10px;
}
.greytext {
	color:#616470;
}
.newsheadertext {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}
.newstext {
	padding-left:10px;
}
.color_p {
	background-color:#d8e6f3;
	color:#414f5c;
	padding: 10px;
	clear:both;
}

.white {
	background-color:#ffffff;
	color:#414f5c;
	padding: 10px;
}
.listPager {
	padding: 20px;
}

/* suckerfish */
#nav {
	position:relative;
	left:0px;
	width: 756px;
	padding:0;
	margin:0;
	z-index:100;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 126px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav li ul {
	display: none;
	position: absolute; 
	top: 25px;
	left: 0;
	border-top:3px solid #FFFFFF;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li ul li {
	width:127px;
}
#nav img{
	margin:0;
	border: 0px;
}
#nav li ul li a {
	width:100%;
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	background:#e9ebec url(../images/layout/menu_off.gif) no-repeat top left;
	font-size:11px;
	color:#4d4d4f;
}
#nav li ul li a:hover{
	background:#1e4c7f url(../images/layout/menu_on.gif) no-repeat top left;
	color:#FFFFFF;
}

/* Form Makeup */

.button 
{
	margin-top: 10px;
	width: 80px;
	background-color: #fff;
	border: solid 1px #000;
}

.button2 
{
	margin-top: 10px;
	background-color: #fff;
	border: solid 1px #000;
}

form label.styled, form label.leftlabel 
{
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 0px 0 0 0; 
	text-align: right; 
}

form label.kutlabel 
{
	display: block; 
	float: left; 
	width: 130px; 
	padding: 0; 
	margin: 0px 0 0 0; 
	text-align: right; 
	padding-left: 20px;	
}

form label.kutlabel2
{
	display: block; 
	float: left; 
	width: 87px; 
	padding: 0; 
	margin: 0px 0 0 0; 
	text-align: right; 
	padding-left: 63px;	
}

 form label.leftfloatlabel 
{
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 0px 0 0 0; 
	text-align: left; 
}

form label.leftlonglabel 
{
	display: block; 
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 0 0 0 8px; 
	text-align: left; 	
}

form label.leftsuperlonglabel 
{
	display: block; 
	float: left; 
	width: 430px; 
	padding: 0; 
	margin: 0 0 0 8px; 
	text-align: left; 	
}

form label.wwwlabel 
{
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 0 0 0 8px; 
	text-align: right; 
}

form label.pluslabel 
{
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 0 0 0 10px; 
	text-align: right; 	
}

form label.city 
{
	float: left;
	padding: 0 20px 0 0; 
	margin: -28px 0 0 205px; 
	text-align: right;
	width: 60px; 
}

form legend 
{
	color: blue;
}

.fieldInfo
{
	font-style: italic;
	padding-left: 10px;
}

form label.toplabel { 
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0px; 
	margin: 5px 5px 10px 0px; 
}

.servicesList 
{
	padding-left: 20px;	
}
.zoekbuttons 
{
	text-align: center;
}
input.styled {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #98aabe;
    
    margin-bottom: 10px;
	margin-left:10px;
	width: 120px;
}
input.long {
	width: 250px;
}

input.www {
	width: 250px;
	margin-left: 3px;
}

select.long {
	width: 252px;
}

textarea.long {
	width: 420px;
}
input.short {
	width: 50px;
}
input.mini {
	width: 50px;
}
input.minitel {
	width: 30px;
}

input.medium {
	width: 185px;
}
input.mediumtel {
	width: 205px;
}

input.middle {
	width: 140px;
	margin-left: 55px;
}

select {
	width: 120px;
	background-color: #f5f5f5;
	
	border-color: #98aabe;
	border-style: solid;
	border-width: 1px;
	
	margin-bottom: 10px;
	margin-left:10px;
}
textarea {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #98aabe;
    
    margin-bottom: 10px;
	margin-left:10px;
}

textarea.twoline {
	width: 250px;
	height: 35px;
}
TABLE.checkboxList, TABLE.payList
{
	margin-left: 8px;
	width: 375px;
	background-color: #F5F5F5;
	border-color: #98aabe;
	border-style: solid;
	border-width: 1px;	
}

TABLE.turnoverDiv, TABLE.currencyList
{
	margin-left: 8px;
	width: 255px;
	background-color: #F5F5F5;
	border-color: #98aabe;
	border-style: solid;
	border-width: 1px;	
}

TABLE.checkboxList TD 
{

}

.checkboxList TD INPUT
{
	
}

.checkboxList TD LABEL
{
	padding: -1px;
}


/* form: styled upload */

form label.uploadLabel 
{
	height: 20px;
	display: block;
}


input.fakeupload
{
	width: 240px;
	border: solid 1px #ccc;
	margin-bottom: 4px;	
	padding: 0px 5px;
}

div.fileinputs 
{
	position: relative;
	margin-bottom: 8px;
}

div.fakefile {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}

input.realfile {
	position: relative;
	-moz-opacity:0 ; opacity: 0;
	z-index: 2;
}


/* Makeup */
.container {
	width: 755px;
	margin:0 auto 0 auto;
}
.container h1.toplogo { 
	background: transparent url(../images/layout/ifes_logo.gif) no-repeat top left; 
	margin: 0; 
	padding:0;
	width:755px; 
	height: 94px;
	z-index:0;
	_margin-top:-36px;
}
.container h1.toplogo span {
	display:none
}
.topnav {
	position:relative;
	float:right;
	top:17px;
	right:20px;
	z-index:3;
}
.topnav img {
	border:0;
}
.menu {
	width: 753px;
	height:29px;
	margin:0;
	padding:0;
}
.header {
	background: #FFFFFF url(../images/layout/backdrop_top.gif) repeat-x top left; 
	width: 753px;
	height:249px;
	margin:0;
	margin-top:-3px;
	padding:0;
	padding-top:10px;
	margin-bottom:-17px;
	text-align:center;
	border-left: 1px solid #c6cacd;
	border-right: 1px solid #c6cacd;
}
.header_pictures {
	background: #FFFFFF url(../images/layout/backdrop_top.gif) repeat-x top left; 
	width: 753px;
	height:138px;
	margin:0;
	margin-top:-3px;
	padding:0;
	padding-top:10px;
	margin-bottom:-17px;
	text-align:center;
	border-left: 1px solid #c6cacd;
	border-right: 1px solid #c6cacd;
}
.site {
	width: 753px;
	margin:0;
	padding:0;
	border-left: 1px solid #c6cacd;
	border-right: 1px solid #c6cacd;
	background-color:#FFFFFF;
}
.leftbar {
	/* removed by request (BV) background: #cacaca url(../images/layout/backdrop_leftbar.gif) repeat-x top left;  */
	position:relative;
	float:left;
	left:13px;
	width:230px;
	min-height: 300px;
	height: 300px;
	margin-bottom: 1px;
	padding:0;
} 
html>body .leftbar {
	height:auto;
}
.leftbar_map {
	background: transparent url(../images/layout/leftbar_map.jpg) repeat-x top left; 
	position:relative;
	float:left;
	left:13px;
	width:230px;
	min-height: 200px;
	height: 200px;
	margin-bottom: 1px;
	padding:0;
	padding-left:15px;
	padding-top:200px;
	padding-bottom:-200px;

} 
.leftbar h3.newshead { 
	background: transparent url(../images/layout/news_headlines.gif) no-repeat top left; 
	margin: 0px; 
	width:113px;
	height:36px;
	position: relative;
}
.leftbar h3.newshead span {
	display:none
}
.redbar {
	background: #8e0a1c url(../images/layout/backdrop_redbar.gif) repeat-x top left; 
	width: 250px;
	height:20px;
	position:relative;
	right:13px;
	float:right;
	margin:0;
	padding:0;
}
.redbar img {
	border:0;
	margin:0;
	padding:0;
}
.content {
	position:relative;
	float:right;
	right:13px;
	width:470px;
	margin-bottom: 1px;
	padding-left:28px;
}
.site h3.welcome { 
	background: transparent url(../images/layout/head_welcome.gif) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.about { 
	background: transparent url(../images/layout/head_aboutus.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.activities { 
	background: transparent url(../images/layout/head_activities.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.contact { 
	background: transparent url(../images/layout/head_contact_contactus.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.links { 
	background: transparent url(../images/layout/head_links.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.newsletter { 
	background: transparent url(../images/layout/head_newsletter.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.members { 
	background: transparent url(../images/layout/head_members.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.partnerguide { 
	background: transparent url(../images/layout/head_partnerguide_form.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.agenda { 
	background: transparent url(../images/layout/head_activities_agenda.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.mission { 
	background: transparent url(../images/layout/head_aboutus_mission.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
	
}
.site h3.structure { 
	background: transparent url(../images/layout/head_aboutus_structure.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
	
}
.site h3.people { 
	background: transparent url(../images/layout/head_aboutus_people.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
	
}
.site h3.news { 
	background: transparent url(../images/layout/head_activities_news.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.convention { 
	background: transparent url(../images/layout/head_activities_convention.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.publications { 
	background: transparent url(../images/layout/head_activities_publication.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.memberdirectory { 
	background: transparent url(../images/layout/head_members_directory.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.memberjoin { 
	background: transparent url(../images/layout/head_memberjoin.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.directory { 
	background: transparent url(../images/layout/head_directory.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.partnerform { 
	background: transparent url(../images/layout/head_partnerguide_form.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.regform { 
	background: transparent url(../images/layout/head_partnerguide_form.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.publications { 
	background: transparent url(../images/layout/head_activities_publication.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.contactus { 
	background: transparent url(../images/layout/head_contact_findus.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}
.site h3.findus { 
	background: transparent url(../images/layout/head_contact_findus.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}

.site h3.sitemap { 
	background: transparent url(../images/layout/head_sitemap.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}

.site h3.searchdirectory { 
	background: transparent url(../images/layout/head_searchdirectory.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}

.site h3 span {
	display:none
}
.content h3 span {
	display:none
}
.footer {
	margin:0;
	padding:0;
	height:20px;
	padding-top: 5px;
	text-align:center;
	clear:both;
	border-top: 1px solid #c6cacd;
	background: #FFFFFF url(../images/layout/backdrop_footer.gif) repeat-x top left; 
}
.footer span.block {
	margin:0;
	padding:0;
	padding-right: 10px;

}
.linkstabel td {
	text-align:left;
}
.membertabel td {
	vertical-align:middle;
}
.membertabelimage {
	text-align:center;
}
.color_p ul 
{
	font-size: 12px;
}

.goback 
{
	text-align: right;
	font-weight: bold;
	padding-right: 5em;
	padding-top: 1em;
}

.uitleg 
{
	text-align: justify;
}



.readmore 
{
	/*
	text-align: right;
	padding-right: 5em;
	font-weight: bold;
	padding-top: 1em;
	*/
	float:right;
	font-weight: bold;
	margin-top: -16px;
	margin-right: 15px;
	clear: both;
}

.banners 
{
	text-align: center;
}

.newsticker 
{
	padding-left: 15px;
}

.findUsMap
{
	border: solid 1px #000;
}

.structure
{
	line-height: 1.5em;
	margin-left: 4em;
	width:650px;
}
.fullpage 
{
	padding-left: 2em;
}
.selector {
	padding: 10px;
}
.members_select_off
{
	padding: 10px;
	margin:0;
	background-color:#d8e6f3;
	width:250px;
	font-size:12px;
	font-weight:bold;
}
.members_select_on
{
	padding: 10px;
	margin:0;
	background-color:#76a7d5;
	width:250px;
	font-size:12px;
	font-weight:bold;
}

a:hover.countryhash
{
	text-decoration: none;
	color: #353535; 
}

.country_links {
	margin: 15px;
	font-weight: bold;
}

.bovenstreep 
{
	padding-bottom: 5px;
}

h3.publicationtitel 
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.required 
{
	float:right;
	height: 20px;
	color: Red;
}
.newsimage 
{
	position:relative;

}
.newscontent
{
	position:relative;
	left: 110px;
	width: 250px;
}

.policy 
{
	margin-left: 20px;
}

.site h3.policy { 
	background: transparent url(../images/layout/head_policy.jpg) no-repeat top left; 
	margin: 0px; 
	width:724px;
	height:100px;
	position: relative;
	left:15px;
}

ul#sublist li 
{
	padding: 5px;	
}

.sublistImage 
{
	margin-left: 10px;
}

#lostpass
{
	float: left;	
	width: 260px;
	margin-left: 30px;
}

#createacc 
{
	float: left;
}


/*********      PARTNERGUIDE      *********/


div.leftColumn {
	float: left;
	width: 215px;
	padding-right: 5px;
}

div.rightColumn {
	float: left;
	width: 215px;
}

img.partnerlogo {
	margin-left: 30px;
	margin-top: 10px;
	width: 200px;
	height: 100px;
}

ul.titlepartner {
	display: inline;
}

ul.titlepartner li.kruiske {
	float: left;
	width: 20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

ul.titlepartner li.naam {
	float: left;
	width: 132px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

ul.titlepartner li.telefoon {
	float: left;
	width: 120px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

ul.titlepartner li.details {
	float: left;
	width: 30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

ul.titlepartner li.mail {
	float: left;
	width: 145px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

div.partnerBlock {
	border-top: dotted 1px;
	color:#414f5c;
	padding: 10px;
	clear:both;	
}

label.payLabel 
{
	margin-left: 10px;	
}

div.payMe 
{
	clear: both;
	margin-top: 10px;	
}

.verplicht 
{
	color: Red;
}

.paymentComment 
{
	padding-left: 111px;	
}

.introComment 
{
	padding-left: 88px;	
}

.stippellijntje 
{
border:1px dotted #006666;
	height: 1px;
}

input#additional, input#references, input#descriptiontje
{
	margin-left: 10px;	
}
ul.countries
{
margin-top: 0px;	
}

ul.countries li
{
	padding: 0px;
}

div.fakelabel 
{
	clear: both;
	float: left;
	width: 110px;
}

div.WithBanner 
{
	background: transparent url(../images/layout/back_paying.gif) repeat-x top left;
	min-height: 0px;
	_height: 0px;	
}


/* PartnerGuide accounts - Added 23-5-2009 */
.yellowHighlight
{
	padding: 4px 6px;
	background: #fffbda;
}

.padding { padding: 5px; }
.Partner_bulletList { clear: left; }
.PartnerSectionInfo { clear: both; }
.PartnerSectionHeader { clear: left; background-color: #efedee; color: #ef4f51; font-weight: bold; height: 19px; width: 100%; }
.PartnerSectionHeaderEmergency { clear: left; background-color: #ef4f51; color: #efedee; font-weight: bold; height: 19px; width: 100%; }
.Partner_subheader { font-weight: bold; }
.padding_left { padding-left: 5px; padding-top: 2px; padding-bottom: 2px; }
.PartnerInfo_UnPaid { clear: left; }
.PartnerInfo_Paid { clear: left; background-color: #fffbda; }
.PartnerSectionInfo_title { width: 155px; font-weight: bold; font-size: 11px; float: left; clear:left; }
.PartnerSectionInfo_data { width: 280px; font-weight: normal; font-size: 11px; float: left;}
.PartnerBlockText { clear: left; }
.PartnerNameLarge { clear: left; color: #005f8d; font-weight: bold; font-size: 15px; }
.PartnerSectionLogo { text-align: center; }


