@import url(reset.css);
/**
 * RVC Screen stylesheet (http://www.rvc.nl)
 * ---------------------------------------------------------
 * 					   Color guide
 * 
 * #010101			Black				(Body text)
 * #00059d			Blue				(Home)
 * #9f0000			Red					(Clinical Assistant)
 * #026904			Green				(Research Assistant)
 * #5d595b			Dark grey			(Photobase)
 * #242021			Darker grey			(Dotted borders)
 * #1a1a1a			Blackish			(Service Portal)
 * #f1f1f2			Lighter grey		(News headlines background,HTML background)
 * #adadad			Light grey			(News headlines hover)
 * #231f20			Blackish 			(News headlines text)
 * 
 * ---------------------------------------------------------
 */

/**
 * General styles and common elements
 * ----------------------------------
 */

html {
	width: 100%;
	height: 100%;
	background: #f1f2f2;
}

/* body is centered within the html element */
body {
	position: relative;
	min-width: 885px;
	max-width: 1195px;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
	font: normal normal 10px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #010101;
	background: #fff;
}

/* headers */
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

h3 {
	font-weight: bold;
	line-height: 25px;
}

/* text stuff */
p {
	margin-bottom: 15px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

input,textarea {
	font: normal normal 10px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.error {
	padding: 10px;
	color: #9f0000;
	background: #ff9c9c;
	border: 1px solid #9f0000;
}

code, pre {
	font-family: Monaco,"Courier New",Tahoma;
}

h1 code {
	color: #00059d;
}

/* links */
a:link {
	text-decoration: none;
	color: #00059d;
	border-bottom: 1px solid #00059d;
}

a:hover {
	border-style: dotted;
}

/* general float-clearing class */
.clearfix:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}

img {
	vertical-align: middle;
}

/**
 * Branding
 * --------
 */

#branding {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: url(../images/design/branding.jpg) no-repeat 50% 0;
}

#branding div {
	width: 100%;
	height: 214px;
	background: url(../images/design/header-home.png) no-repeat 65% 0; /* 303px */
}

#branding img {
	position: absolute;
	top: 1px;
	left: 5%;
}

#branding h1 {
	position: absolute;
	top: 136px;
	left: 7%;
	width: 415px;
	height: 32px;
	text-indent: -999em;
	background: url(../images/design/h1.png) no-repeat 0 0;
}

/**
 * Columnation
 * 	see http://positioniseverything.net/articles/onetruelayout/anyorder for an explanation about "any-order-columns"
 * -----------------------------------------------------------------------------------------------------------------
 */

#content {
	width: 877px; /* minus 2 borders on the side */
	margin: 0 auto;
}

#main-content,#aside,#section-navigation {
	margin-top: 3px;
	float: left;
}

#section-navigation {
	width: 169px; /* minus 12px padding on both sides */
	margin-left: -873px; /* 194 + 484 + 195 */
	padding: 12px 12px 0;
	border: dotted #242021;
	border-width: 0 0 0 1px;
}

#main-content {
	width: 458px;
	margin-left: 195px;
	padding: 12px 12px 0;
	border: 1px dotted #242021;
	border-width: 0 1px;
}

#aside {
	width: 172px;
	padding: 12px 12px 0;
	border: dotted #242021;
	border-width: 0 1px 0 0;
}

#main-content .ib,#aside .ib,#section-navigation .ib {
	padding-bottom: 12px;
	border-bottom: 1px dotted #242021;
}

/**
 * Main content
 * ------------
 */

#main-content h1 {
	margin-bottom: 24px;
	font-weight: bold;
}

#main-content ul,
#main-content ol {
	margin: 0 15px 15px;
	list-style: disc;
}

#main-content ol {
	list-style: decimal;
}

#main-content li ol,
#main-content li ul {
	margin-bottom: 0;
}

#main-content blockquote {
	margin: 3px 6px 15px;
	padding: 3px 6px;
	font-style: italic;
	border: double #adadad;
	border-width: 0 3px;
	border-top: 1px solid #adadad;
}

#main-content blockquote cite {
	font-style: normal;
}

/**
 * Aside (secondary content)
 * -------------------------
 */

#aside .widget {
	width: 168px;
	margin: 0 auto 13px;
	border-bottom: 10px solid #00059d;
}

#aside .widget h2 {
	width: 168px;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 13px;
	color: #fff;
	background: #00059d url(../images/design/widget-rounded-top-large.png) no-repeat 0 0;
}

/**
 * News widget
 * -----------
 */

#news li a {
	padding: 10px;
	display: block;
	font-weight: bold;
	color: #231f20;
	background: #f1f1f2;
	border-bottom: 1px solid #fff;
}

#news li a:hover {
	background: #adadad;
}

/**
 * Job Openings widget
 * -----------------
 */

#job-openings h2 {
	border-bottom: 2px solid #fff;
}

#job-openings object {
	margin-bottom: -2px;
}

/**
 * Newsletter widget
 * -----------------
 */

#newsletter {
	width: 168px;
	background: #00059d;
}

#newsletter div {
	width: 148px;
	padding: 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#newsletter p {
	margin: 11px 0;
	padding: 0;
	font-style: italic;
	color: #fff;
}

#newsletter input.text {
	width: 145px;
	margin: 0 0 9px;
}

#newsletter input.submit {
	margin-bottom: 8px;
	float: right;
}

/**
 * Language picker
 * ---------------
 */

#language-picker {
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #242021;
}

#language-picker li {
	display: inline;
}

#language-picker a {
	border-bottom: 0;
}

/**
 * Main navigation
 * ---------------
 */

#main-navigation {
	position: absolute;
	top: 196px;
	width: 100%;
	background: url(../images/design/nav-bottom-home.jpg) repeat-x bottom;
}

#main-navigation ul {
	width: 885px; /* 965px; */
	margin: 0 auto;
}

#main-navigation li {
	position: relative;
	top: -20px;
	height: 38px;
	margin-left: -20px;
	float: left;
	overflow: hidden;
}

#main-navigation li#nav-home {
	margin-left: 0;
}

#main-navigation li a {
	width: 193px;
	height: 38px;
	display: block;
	line-height: 42px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: no-repeat 0 0;
	border-width: 0;
}

/* mouseover styles */
#main-navigation li:hover {
	height: 34px;
	padding-top: 4px;
	overflow: hidden;
}

/* overwrite mouseover styles back to default for the current tab */
body#home #nav-home:hover,
body#clinical-assistant #nav-clinical-assistant:hover,
body#research-assistant #nav-research-assistant:hover,
body#photobase #nav-photobase:hover,
body#service-portal #nav-service-portal:hover {
	height: 38px;
	padding-top: 0;
	overflow: visible;
}

/* style all the different tabs */
#main-navigation li#nav-home a { background-image: url(../images/design/nav-home.png); }
#main-navigation li#nav-clinical-assistant a { background-image: url(../images/design/nav-clinical-assistant.png); }
#main-navigation li#nav-research-assistant a { background-image: url(../images/design/nav-research-assistant.png); }
#main-navigation li#nav-photobase a { background-image: url(../images/design/nav-photobase.png); }
#main-navigation li#nav-service-portal a { background-image: url(../images/design/nav-service-portal.png); }

/* use z-index to make the tabs overlap */
#nav-home { z-index: 10; }
#nav-clinical-assistant { z-index: 8; }
#nav-research-assistant { z-index: 6; }
#nav-photobase { z-index: 4; }
#nav-service-portal { z-index: 2; }

/* show the current tab by increasing the z-index */
body#home #nav-home,
body#clinical-assistant #nav-clinical-assistant,
body#research-assistant #nav-research-assistant,
body#photobase #nav-photobase,
body#service-portal #nav-service-portal {
	z-index: 800;
}

/* increase the height of the current links... */
body#home #nav-home a,
body#clinical-assistant #nav-clinical-assistant a,
body#research-assistant #nav-research-assistant a,
body#photobase #nav-photobase a,
body#service-portal #nav-service-portal a {
	height: 42px;
}

/* ...and show overflow on list-items */
body#home #nav-home,
body#clinical-assistant #nav-clinical-assistant,
body#research-assistant #nav-research-assistant,
body#photobase #nav-photobase,
body#service-portal #nav-service-portal {
	overflow: visible;
}

/**
 * Section navigation
 * ------------------
 */
 
#section-navigation li {
	width: 165px;
	margin: 0 auto;
	background-color: #00059d;
}

#section-navigation li a {	
	padding-left: 29px;
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#section-navigation li a:hover,
#section-navigation li.current a {
	font-weight: bold;
	background: url(../images/design/section-navigation-a.png); /* 50% transparent PNG provides a universal hover effect */
}

#section-navigation li.current li a {
	font-weight: normal;
	background-image: none;
}

#section-navigation li.first {
	background-image: url(../images/design/widget-rounded-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#section-navigation li.last {
	background-image: url(../images/design/widget-rounded-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* sub menus */
#section-navigation li.open {
	background-image: url(../images/design/subnav-li-home.gif) !important;
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#section-navigation li ul li {
	background-color: #fff;
}

#section-navigation li ul li a {
	padding-left: 10px;
	color: #231f20;
	border-color: #231f20;
}

#section-navigation li ul li a:hover {
	background: #adadad none;
}

#section-navigation li ul li.current a {
	color: #00059d;
	background: url(../images/design/section-current-home.gif) no-repeat 100% 50% !important;
}

#section-navigation li ul li.last a {
	border-color: #fff;
}

/**
 * Footer (tertiary navigation)
 * ----------------------------
 */

#tertiary-navigation {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 879px;
	min-height: 60px;
	margin: 0 0 0 -439px;
	background: url(../images/design/footer-home.jpg) no-repeat 0 100%;
}

#tertiary-navigation ul {
	position: absolute;
	left: 135px;
	bottom: 18px;
}

#tertiary-navigation li {
	margin-right: 11px;
	padding-right: 11px;
	display: inline;
	border-right: 1px solid #fff;
}

#tertiary-navigation li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#tertiary-navigation li a {
	text-decoration: none;
	color: #fff;
	border: 0;
}

#tertiary-navigation li a:hover {
	text-decoration: underline;
}

/**
 * Shadowy borders
 * ---------------
 */

#sl,#sr {
	position: absolute;
	top: 0;
	width: 7px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent repeat-y;
	z-index: 999;
}

#sl {
	left: 0;
	background-image: url(../images/design/sl.png);
}

#sr {
	right: 0;
	background-image: url(../images/design/sr.png);
}

/**
 * News articles
 */

span.news-creation-date {
	color: #00059d;
}

div.news-summary {
	font-style: italic;
}

div#news-archive div {
	padding-left: 10px;
	border-left: 2px solid;
}

div#news-archive h2 .date {
	font-size: 10px;
	font-style: italic;
}

#news-archive div.general { border-left-color: #00059d; }
#news-archive div.clinical-assistant { border-left-color: #9f0000; }
#news-archive div.research-assistant { border-left-color: #026904; }
#news-archive div.photobase { border-left-color: #5d595b; }
#news-archive div.service-portal { border-left-color: #1a1a1a; }

#news-archive div.general h2 a { color: #00059d; }
#news-archive div.clinical-assistant h2 a { color: #9f0000; }
#news-archive div.research-assistant h2 a { color: #026904; }
#news-archive div.photobase h2 a { color: #5d595b; }
#news-archive div.service-portal h2 a { color: #1a1a1a; }

div#news-archive div#archive-toggle-wrapper {
	margin-bottom: 10px;
	padding-left: 0;
	border-left-width: 0;
}

#news-archive .pagination {
	overflow: hidden;
}

#news-archive .pagination li {
	width: 20px;
	height: 20px;
	margin: 0 2px;
	float: left;
	border: 1px solid #000;
	list-style: none;
}

#news-archive .pagination li a {
	display: block;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border: 0;
}

#news-archive .pagination li a:hover,
#news-archive .pagination li.current a:hover {
	color: #fff;
	background: #9f0000;
}

#news-archive .pagination li.current a {
	background: #ccc;
}

/**
 * Update subscriber information
 */

#update-subscriber {
}

#update-subscriber label {
	width: 20%;
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
}

#update-subscriber input {
	width: 40%;
	margin-bottom: 6px;
	float: left;
}

/* some specific labels and inputs */
#update-subscriber label.inline,
#update-subscriber label.inline {
	width: auto;
	margin-left: 6px;
	clear: none;
}

#update-subscriber #huisnummer-field {
	width: 30px;
}

#update-subscriber #postcode-field {
	width: 60px;
}

#update-subscriber .submit {
	display: block;
	float: none;
	clear: left;
}

#update-subscriber fieldset legend {
	margin-bottom: 24px;
	font-weight: bold;
}

#update-subscriber fieldset fieldset legend {
	margin-bottom: 0;
	font-weight: normal;
}

#update-subscriber fieldset fieldset {
	margin: 10px 0 10px 10px;
	padding: 5px;
	clear: left;
	border: 1px solid #010101;
}

#update-subscriber fieldset fieldset label {
	width: auto;
	display: inline;
	float: none;
	text-align: left;
}

#update-subscriber fieldset fieldset input {
	width: auto;
	float: none;
}

/**
 * Downloads
 */

#downloads li {
	margin: 0 0 5px 7px;
	list-style: none;
}

/**
 * t.b.v. Campoaign Monitor
 */
/*
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
*/


#campaign-monitor {
width:300px;
}



#campaign-monitor input {
background-color:#EEEEEE;
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;

}

#campaign-monitor input.obliged {
background-color:#DDDDDD;

}

#campaign-monitor br {
	clear: left;
}

a.home-ref {
text-decoration:none;
}

p.home-reff {
background:#00FFFF;
padding:0px;
margin-bottom:10px;
}


img.home-image {
float:left;
padding:10px 5px;


}

span.home-clinical {
color: #9f0000;
font-weight:800;

}

span.home-research {
color: #026904;
font-weight:800;

}

span.home-photobase {
color: #5d595b;
font-weight:800;
}

