html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url('/graphics/bodybg.gif');
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	text-align: center;
	margin: 0px;
}

h1 {
	font-size: 18px;
	color: #6ABC00;
	font-weight: bold;
	line-height: 125%;
	margin-top: 3px;
	margin-bottom: 6px;
}

h2 {
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -1px;
}

h3 {
	font-size: 15px;
	margin-bottom: 3px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

p, form {
	margin: 0px;
}

a {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/**
 * Main fonts
 */
body, table, td, input, textarea, select {
	font-family:  Tahoma, Arial, Verdana, Georgia, Sans;
	font-size: 11px;
	line-height: 16px;
}
div.main div.content {
	line-height: 17px;
}
 
/*
 * De velden voor in formulieren. 
 */
input, textarea, select, input.button, a.button {
	border: 1px solid black;
}

input.btn, a.btn {
	font-weight: bold;
	background-color: #6ABC00;
	color: white;
	border: 1px solid gray;
}
a.btn {
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 1px 15px 1px 0px;
	text-decoration: none;
}

span.err {
	color: red;
	font-weight: bold;
}
div.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

div.dateinput {
	line-height: 100%;
	float: left;
	background-color: white;
	border: 1px solid green;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 8px;
		text-align: center;
		overflow: hidden;
		color: #615861;
	}
	div.dateinput input {
		display: block;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
	}
	div.dateinput span {
		padding: 2px 0px 2px 0px;
	}
	div.dateinput input.d	{ width: 15px; }
	div.dateinput input.m	{ width: 15px; }
	div.dateinput input.y	{ width: 30px; }
	span.fieldexpl { font-size: 11px; }

/*******************************************************************************
** Font-styles
*******************************************************************************/

div.shadow {
	width: 990px;
	margin: 25px auto 15px auto;
	text-align: left;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url('/graphics/shadowmiddlebg.png');
	position: relative;
	_background: none;
}
	div.shadow div.shadowtop,
	div.shadow div.shadowbottom {
		width: 990px;
		height: 10px;
		background-repeat: no-repeat;
		position: absolute;
		left: 0px;
	}
	
	div.shadow div.shadowtop {
		background-image: url('/graphics/shadowtopbg.png');
		background-position: center bottom;
		top: -10px;
		_background: none;
	}
	div.shadow div.shadowbottom {
		background-image: url('/graphics/shadowbottombg.png');
		background-position: center top;
		_background: none;
		bottom: -10px;
	}

div.main {
	width: 970px;
	border: 1px solid #6ABC00;
	background-color: #FFFFFF;
	background-image: url('/graphics/contentbg_haga.gif');
	background-repeat: repeat-y;
	background-position: right;
	margin: 15px auto 0px auto;
	text-align: left;
}
	div.main div.topbar {
		overflow: hidden;
		background-color: white;
		background-repeat: no-repeat;
		background-image: url('/graphics/topbarbg.jpg');
		height: 114px;
		cursor: pointer;
	}
	div.main div.official {
		background-image: url('/graphics/topbarbg.hp.jpg');
	}
		div.main div.topbar h1 {
			background-repeat: no-repeat;
			background-position: top left;
			font-size: 15px;
			color: #201060;
			font-weight: bold;
			height: 1px;
			width: 485px;
			overflow: hidden;
			padding-top: 16px;
		}

div.menu {
	background-color: #1C0E59;
	min-height: 33px;
	_height: 33px;
	font-weight: bold;
	border-top: 1px solid #6ABC00;
	border-bottom: 1px solid #6ABC00;
}
	div.menu a {
		color: #E3E3E3;
		text-decoration: none;
		display: block;
		float: left;
		padding: 8px 15px 8px 15px;
	}
	div.menu a:hover {
		background-color: #3151AF;
		padding-left: 7px 16px 9px 13px;
	}
	div.menu a.selectedlink {
		color: white;
	}

div.content {
	float: left;
	background-color: white;
	width: 720px;
	min-height: 400px;
	_height: 400px;
}
	div.content div.padding {
		padding: 15px;
	}

/*
 * NIEUWSKOP op de pagina.
 */
div.headline {
	text-align: left;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #6ABC00;
	padding: 2px;
	padding-left: 10px;
	color: black;
	min-height: 100px;
	_height: 100px;
	zoom: 1;
}
div.headline:hover {
	background-color: #E0E7F5;
}
	div.headline h1 {
		margin-top: 0px;
		padding-top: 8px;
		font-size: 18px;
	}
		div.headline h1 a {
			color: #6ABC00;
		}
	div.headline div.img {
		background-position: center;
		background-repeat: no-repeat;
		background-color: white;
		float: right;
		overflow: hidden;
		width: 170px;
		max-height: 122px;
		_height: 122px;
		margin: 3px 3px 3px 15px;
		border-bottom: 1px solid #1C0E59;
	}
		div.headline div.img a {
			display: block;
			text-decoration: none;
			margin: 0px;
			zoom: 1;
		}
		div.headline div.img img {
			display: block;
			border: 1px solid #1C0E59;
			border-bottom: 0px;
			zoom: 1;
		}

div.rgtcol {
	float: right;
	width: 248px;
	padding: 0px;
	margin: 0px;
	color: white;
}
	div.rgtcol a {
		color: white;
	}
	div.rgtcol h1 {
		font-size: 11px;
		font-weight: bold;
		background-color: #6ABC00;
		color: white;
		margin: 2px 2px 2px 1px;
		padding: 4px 10px;
	}

	div.rgtcol input.txtinput {
		font-size: 11px;
		font-weight: bold;
		float: left;
		width: 130px;
		margin-right: 0px;
		height: 15px;
		border-left: 1px solid #6ABC00;
		border-top: 1px solid #6ABC00;
	}

	div.rgtcol input.button, .transfer_overview .button {
		display: block;
		float: left;
		font-weight: bold;
		color: white;
		background-color: #6ABC00;
		text-decoration: none;
		cursor: pointer;
		height: 20px;
		margin-top: -1px;
	}
		/*
		 * Witte randje in de knop in de rechterkolom
		 */
		div.rgtcol .button div, .transfer_overview .button div {
			border: 1px solid white;
			padding: 0px;
			text-align: center;
		}

	/*
	 * Weer een paddingdiv om ervoor te zorgen dat de inhoud van de rechterkolom
	 * enigszins van de rand af staat.
	 */
	div.rgtcol div.padding {
		padding: 5px 10px 10px 10px;
	}
		div.rgtcol div.padding table {
			font-size: 11px;
		}
		
	div.rgtcol div.print {
	}
		div.rgtcol div.print a {
			display: block;
			background-image: url('/graphics/icon.print.gif');
			background-position: right;
			background-repeat: no-repeat;
			text-decoration: underline;
			font-weight: bold;
			line-height: 32px;
			padding-right: 40px;
			margin-right: 30px;
			border: 0px;
		}
		div.rgtcol div.print a:hover {
			text-decoration: none;
		}
		
		div.rgtcol div.pregnancycalculator {
			background-color: #432F98;
			background-image: url('/graphics/calendarbg.jpg');
			background-position: right;
			background-repeat: no-repeat;
			margin: 1px 2px 1px 1px;
			min-height: 110px;
			_height: 110px;
		}
			div.rgtcol div.pregnancycalculator select {
				font-size: 12px;
				margin-right: 5px;
			}
			div.rgtcol div.pregnancycalculator div.result {
				display: none;
				padding-top: 15px;
			}
				div.result span {
					display: block;
					margin-bottom: 7px;
				}
				div.rgtcol div.pregnancycalculator div.result input {
					float: none;
					margin-top: 4px;
				}
				
		div.rgtcol div.bmicalculator {
			background-color: #432F98;
			background-image: url('/graphics/scalebg.jpg');
			background-position: right;
			background-repeat: no-repeat;
			margin: 1px 2px 1px 1px;
			min-height: 110px;
			_height: 110px;
		}
			div.rgtcol div.bmicalculator span.fldname {
				margin-top: 5px;
				width: 50px;
				display: block;
				float: left;
			}
			div.rgtcol div.bmicalculator input.fld {
				margin-top: 5px;
				font-size: 12px;
				margin-right: 5px;
				width: 50px;
			}
			div.rgtcol div.bmicalculator div.result {
				display: none;
				padding-top: 15px;
			}
				div.result span {
					display: block;
					margin-bottom: 7px;
				}
				div.rgtcol div.bmicalculator div.result input {
					float: none;
					margin-top: 4px;
				}
				
.rgtcol .twitter-follow-button {
	background: url('/graphics/twitter_btn.gif') 0 0 no-repeat;
	display: block;
	height: 38px;
	width: 32px;
	padding: 0;
	color: #FFF;
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-decoration: none;
  float: right;
}

div.bottommenu {
	height: 21px;
	border-top: 1px solid #1A0E58;
	border-bottom: 4px solid #1A0E58;
	background-color: #6ABC00;
	text-align: right;
	margin-bottom: 0px;
}
	div.bottommenu a {
		line-height: 20px;
		color: white;
		text-decoration: none;
	}
	div.bottommenu a:hover {
		text-decoration: underline;
	}
	div.bottommenu a.selectedlink {
		font-weight: bold;
	}

/*
 * 'balkje' zonder achtergrond dat onderaan de contentdiv wordt geplakt.
 * LET OP! Dit balkje is GEEN onderdeel van de contentdiv.
 */
div.copyright {
	text-align: right;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #575757;
	font-size: 10px;
	zoom: 1;
}

div.dropdown {
	position: absolute;
	visibility: hidden;
	top: -300px;
	text-align: left;
	background-image: url('/graphics/ddmenushadow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 4px 5px 0px;
	width: 180px;
	_background-image: none;
	_margin-top: 1px;
	-moz-user-select: none;
}
	div.dropdown div.inner {
		background-color: #422E9B;
		background-image: url('/graphics/dropdownbg.gif');
		background-repeat: repeat-x;
		background-position: top;
		border: 1px solid #1A0E58;
		border-top: 0px;
		padding-bottom: 5px;
		zoom: 1;
	}
	div.dropdown a {
		display: block;
		padding: 3px 12px 3px 24px;
		color: #E3E3E3;
		font-weight: normal;
		text-decoration: none;
		line-height: 17px;
		position: relative;
		zoom: 1;
	}
	div.dropdown a:hover {
		background-color: #3151AF;
		zoom: 1;
	}
	div.dropdown a.selectedlink {
		font-weight: bold;
		color: white;
	}
	div.dropdown a span.arrow {
		display: block;
		position: absolute;
		top: 7px;
		right: 20px;
		width: 5px;
		height: 9px;
		background-image: url('/graphics/dropdown.arrow.gif');
		background-repeat: no-repeat;
		overflow: hidden;
	}
	

.transferform table td {
	vertical-align: top;
}

.transferform .day, .transferform .month {
	width: 15px;
}

.transferform .year {
	width: 25px;
}

.transferform .five {
	width: 35px;
}

.transferform textarea {
	width: 300px;
	height: 60px;
}

.transferform .admit_reason {
	height: 35px;
}

.transferform .button {
	font-weight: bold;
	color: white;
	background-color: #6ABC00;
	text-decoration: none;
}

.transfer_overview {
	border: 1px solid black;
	width: 100%;
}

.transfer_overview .button {
	width: 100px;
}

.transfer_overview .transfer_td, .transfer_overview .changed_td {
	width: 25%;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	vertical-align: top;
	padding: 3px;
	text-align: left;
}

.transfer_overview .transfer_td .nowrap {
	white-space: nowrap;
}

.transfer_overview .greytd {
	background-color: #EBEBEB;
}

.transfer_overview .transfer_td td {
	text-align: left;
}

#datechooser {
	float: right;
	margin-bottom: 10px;
	border: 1px solid black;
	background-color: #EBEBEB;
	padding: 7px;
}

#datechooser a {
	color: blue;
}

#datechooser th {
	text-align: center;
}

#datechooser td {
	width: 17px;
	text-align: right;
}

#datechooser .weekday {
	font-weight: bold;
	border-bottom: 1px solid gray;
}
#datechooser .weeknum {
	font-weight: bold;
	border-right: 1px solid gray;
}

#otolam_results {
	display: none;
	padding: 15px;
	background-color: #F2F2F2;
	border: 1px solid black;
	margin: 15px 0px;
}
	#otolam_results table th {
		border-bottom: 1px solid black;
	}
	
/* Styles for otolam and ess forms */
form.questionnaire {
	padding: 15px;
	background-color: #F2F2F2;
	border: 1px solid black;
	clear: both;
	margin-top: 15px;
}
	form.questionnaire a.print {
		display: block;
		float: right;
		text-decoration: none;
		font-weight: bold;
		width: 100px;
		height: 40px;
	}
	form.questionnaire a.print:hover {
		text-decoration: underline;
	}

	form.questionnaire table {
		width: 100%;
	}
		form.questionnaire table td {
			padding: 2px;
		}
			form.questionnaire table thead td {
				text-align: center;
				border-bottom: 1px solid gray;
			}
			form.questionnaire table tbody td.btns {
				text-align: right;
			}

			/* Row with emphasis. */
			form.questionnaire table tr.em td {
				color: maroon;
			}
			
			/* TD's containing radio inputs. */
			form.questionnaire table .r {
				text-align: center;
			}
				form.questionnaire table td.r input {
					border: 0px;
					width: 15px;
				}

	form.questionnaire select {
		width: 70px;
	}
	
	form.questionnaire input.rad {
		float: left;
		border: 0px;
	}
	
	form.questionnaire label {
		display: block;
		float: left;
		padding-right: 15px;
		padding-left: 7px;
		width: 30px;
	}
	
table.complication_ovv {
	width: 100%;
	border: 1px solid silver;
	border-right: 0px;
}
	table.complication_ovv th, table.complication_ovv td {
		padding: 3px;
		border-right: 1px solid silver;
	}
	table.complication_ovv th {
		border-bottom: 1px solid silver;
	}
	table.complication_ovv td {
		cursor: pointer;
	}
	
div.complication_acts {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 15px;
	background-color: #EEEEEE;
	border: 1px solid silver;
}
	
#editorform {
}
	#editorform table, #optionform table {
		width: 320px;
		float: left;
		margin-right: 10px;
	}
	#editorform h3, #optionform h3 {
		margin: 10px 0px 9px 0px;
		font-size: 14px;
		color: #6ABC00;
		padding-top: 3px;
		border-top: 1px solid gray;
	}
	#editorform span.err		{ color: red;	}
	#editorform select,
	#optionform select			{ width: 170px; }
	#editorform textarea		{ width: 310px; height: 70px; }
	#editorform input.day,
	#editorform input.month { width: 15px; }
	#editorform input.year	{ width: 25px; }

#optionbg, #optionfg {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}	
#optionbg {
	background: gray;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#placeholder {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
#optionform {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 680px;
	height: 400px;
	background-color: white;
	border: 2px solid black;
	padding: 10px;
}
		#optionform table td {
			text-align: left;
		}

div.buttons {
	padding-top: 20px;
	text-align: center;
	clear: left;
	padding-left: 70px;
}
	div.buttons input.btn {
		width: 80px;
		font-weight: bold;
		background-color: #6ABC00;
		color: white;
	}
	div.buttons input.btn_delete {
		width: 90px;
		font-weight: bold;
		background-color: red;
		color: white;
		float: right;
	}

/*******************************************************************************
** CLASSES FOR THE VAS SLIDERS
*******************************************************************************/

div.vas_container {
	margin: 0px;
}
	div.vas_container div.vas_caption_lft, div.vas_container div.vas_caption_rgt {
		float: left;
		width: 35px;
		overflow: hidden;
	}
	div.vas_container div.vas_caption_lft {
		text-align: right;
		padding: 0px 5px 0px 0px;
	}
	div.vas_container div.vas_caption_rgt {
		text-align: left;
		padding: 0px 0px 0px 5px;
	}

	div.vas_container div.vas_slider {
		float: left;
		height: 19px;
		position: relative;
		background-image: url('/graphics/sliderbg.gif');
		background-repeat: repeat-x;
		background-position: center;
		border: 0px solid gray;
		cursor: pointer;
	}
		div.vas_container div.vas_slider div {
			position: absolute;
			background-image: url('/graphics/slider_handlebg.gif');
			background-position: center;
			background-repeat: no-repeat;
			top: -5px;
			width: 15px;
			height: 19px;
			margin-left: -7px;
			cursor: pointer;
		}
		div.vas_container div.vas_slider div.hlt {
			background-image: url('/graphics/slider_handlebg_over.gif');
			cursor: pointer;
		}	
