.hide {
	display: none;
}

.clr {
	clear: both;
}

.highlight_red {
	color: #DC0014;
	font-weight: bold;
}

body {
	text-align: center;
	margin: 0;
	padding:0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #DC0014;
}

h1 {
	font-size: 14pt;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

#main_container {
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

#header {
	position:relative;
	height: 127px;
	background: #F08C1A url(/img/logo_l.gif) no-repeat;
}
	#header a#block{
		display: block;
		height: 127px;
		width: 190px;
	}
	#header h1 {
		position:absolute;
		top: 34px;
		right: 0;
		width: 370px;
		height: 60px;
		margin: 0;
		background: url(/img/logo_r.gif) no-repeat;
	}
		#header h1 a {
			display: block;
			width: 370px;
			height: 60px;
		}

#footer {
	height: 129px;
	background: #F08C1A url(/img/logo_l.gif) no-repeat;
	text-align: right;
	margin-top: 20px;
	padding: 20px 10px 0 250px;
}
	#footer ul.footer_links {
		margin: 0;
		padding:0;
		list-style-type: none;
	}
		#footer ul.footer_links li {
			display: inline;
			border-left: 1px solid white;
			padding: 0 1px 0 5px;
		}

	#footer a, #footer span {
		color: #DC0014;
	}

#footer_red_block {
	height: 22px;
	background-color: #DC0014;
	margin-left: 187px;
}

#top_nav_container_meta {
	height: 22px;
	background-color: #DC0014;
	margin-left: 187px;
	padding-right: 10px;
	text-align: right;
}
	#top_nav_container_meta ul {
		margin: 0;
		padding:0;
		list-style-type: none;
	}
		#top_nav_container_meta ul li {
			display: inline;
		}

#top_nav_container_main {
	margin-top: 2px;
	height: 22px;
}

	#top_nav_container_main ul {
		margin: 0;
		padding:0;
		list-style-type: none;
	}

		#top_nav_container_main ul li {
			display: inline;
		}


	#top_nav_container_main ul.nav_sub {
		background-color: white;
		border: 1px solid #F08C19;
		border-width: 1px 0;
		position: absolute;
		display: block;
		width: 750px;
	}

.vk_bar_left {
	width:180px;
	vertical-align: top
}
	.vk_bar_left h1 {
		font-size: 14px;
	}


	.vk_bar_left h3 {
		font-size: 12px;
	}

	.vk_bar_left h4 {
		font-size: 11px;
		margin: 8px 0 0 0;
	}

	.vk_bar_left p.indent {
		margin: 0 0 0 3px;
	}

.vk_bar_left ul.linklist {
	padding-left: 15px;
}



ul#search_result_tabs {
	margin: 0;
	padding:0;
	list-style-type: none;
	height: 32px;
	background: url(/img/search_tab_bg_right.png) no-repeat right top;
	width: 566px;
}

	ul.last_tab_active#search_result_tabs li#search_tab_naw {
		float: right;
	}


	ul#search_result_tabs li {
		float: left;
		height: 32px;
		background: url(/img/search_tab_bg_gray.png) no-repeat;

	}

		ul#search_result_tabs li.prev_active {
			background-position: -6px 0;
		}


	ul#search_result_tabs li a, ul#search_result_tabs li span {
		display: block;
		padding: 10px 5px 6px 6px;
		text-decoration: none;
		color: gray;
		text-align: center;
	}
		ul#search_result_tabs li.active a, ul#search_result_tabs li.prev_active a {
			padding-left: 5px;
		}

		ul#search_result_tabs li a img {
			border: 0;
		}


	li#search_tab_medisch {
		width: 95px;
	}
		li.active#search_tab_medisch {
			background: url(/img/search_tab_bg_orange.png) no-repeat;
		}

	li#search_tab_paramedisch {
		width: 116px;
	}
		li.active#search_tab_paramedisch {
			background: url(/img/search_tab_bg_red.png) no-repeat;
		}

	li#search_tab_bregio {
		width: 132px;
	}
		li.active#search_tab_bregio {
			background: url(/img/search_tab_bg_green.png) no-repeat;
		}

	li#search_tab_overig {
		width: 100px;
	}
		li.active#search_tab_overig {
			background: url(/img/search_tab_bg_blue.png) no-repeat;
		}

	li#search_tab_naw {
		width: 117px;
	}

		li.active#search_tab_naw {
			background: url(/img/search_tab_bg_black.png) no-repeat;
		}

.result_default {
	padding: 6px;
	border-left: 5px solid #B2B2B2;
	font-size: 12px;
}
	.result_default a {
		font-size: 12px;
	}
		.result_default a:hover {
			color: #DC0014 !important;
		}


.result_medisch		{border-left: 5px solid #F08C1A;}
.result_paramedisch	{border-left: 5px solid #DC0014;}
.result_bregio		{border-left: 5px solid #5FBE70;}
.result_overig		{border-left: 5px solid #003BB5;}
.result_naw			{border-left: 5px solid black;}

#login_box, #login_box_deeplink {
	padding: 10px 15px;
	text-align: left;
}


#simplemodal-overlay {
	background-color:#000;
	/*cursor:wait;*/
}

#simplemodal-container {
	/*height:300px;*/
	width:600px;
	left:50%;
	top:20%;
	/*margin-left:-300px; *//* half the width, to center */
	background-color:#fff;
	border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-14px;
	right:-18px;
	cursor:pointer;
}



div.vwk_title_image {
	height: 22px;
}

table.shadowholder {

}
	table.shadowholder td.contents {
		border-left: 1px solid #E2E2E2;
		border-top: 1px solid #E2E2E2;
		padding: 10px;
	}

	table.shadowholder td.corner_top_right {
		height:6px;
		width:6px;
		background:url('/img/tbl_shadow_bg_r.png') repeat-y;
		vertical-align:top;
		font-size: 1px;
	}
	table.shadowholder td.border_right {
		width:6px;
		background:url('/img/tbl_shadow_bg_r.png') repeat-y
	}
	table.shadowholder td.corner_bottom_left {
		height:6px;
		width:6px;
		background:url('/img/tbl_shadow_bl.png') no-repeat top right
	}
	table.shadowholder td.border_bottom {
		height: 6px;
		width: 100%;
		background: url('/img/tbl_shadow_bg_b.png') repeat-x;
	}
	table.shadowholder td.corner_bottem_right {
		height:6px;
		width:6px;
		background: url('/img/tbl_shadow_br.png') no-repeat top right;
	}


ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 32px;
	background: url(/img/tabs_bg.png) no-repeat left top;
}

	ul.tabs li {
		float: left;
		height: 32px;
		overflow: hidden;
		background: url(/img/tab_r.png) no-repeat left top;
	}

		ul.tabs li a,
		ul.tabs li a:active,
		ul.tabs li a:visited,
		ul.tabs li a:hover,
		ul.tabs li span {
			padding-top: 8px;
			padding-bottom: 8px;
			padding-left: 12px;
			padding-right: 16px;
			display: block;
			width: auto;
			text-decoration: none;
		}

	ul.tabs li.active {
		background: url(/img/tab_active_l.png) no-repeat left top;
		padding-right: 0;
		margin-right: -6px;
		position: relative;
	}

		ul.tabs li.active a,
		ul.tabs li.active a:active,
		ul.tabs li.active a:visited,
		ul.tabs li.active a:hover,
		ul.tabs li.active span {
			background: url(/img/tab_active_r.png) no-repeat right top;
		}

	ul.tabs img {
		border: 0;
	}

.field_dsp_txt,
.field_dsp_txa,
.field_dsp_eml,
.field_dsp_pcd,
.field_dsp_pwd,
.field_dsp_num,
.field_dsp_chk,
.field_dsp_chk2,
.field_dsp_rdo,
.field_dsp_cmb,
.field_dsp_tme,
.field_dsp_col,
.field_dsp_dte,
.field_dsp_bin {
	border: 1px solid #777777;
	width: 194px;
	height: 12px;
	clear: both;
	font-size: 11px;
	padding: 2px;
	color: #999999;
}

.field_dsp_txa {
	height: 100px;
}


#fieldmode_popup {
	position: absolute;
	width: 271px;
	height: 140px;
	display: none;
	background-image: url(/img/speechbubble.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 15px;
	margin-left: 16px;
	margin-top: -120px;
}

#fieldmode_popup, #fieldmode_popup * {
	font-size: 11px;
}

	#fieldmode_popup .top {
		border-bottom: 1px solid #999999;
		font-size: 10px;
		margin-top: 6px;
		margin-bottom: 6px;
		height: 16px;
	}

		#fieldmode_popup .top a {
			text-decoration: none;
			color: #999999;
			display: block;
			float: right;
			padding-right: 10px;
			background-image: url(/img/btn_close_popup.png);
			background-repeat: no-repeat;
			background-position: 100% 50%;
			height: 12px;
			clear: both;
		}

			#fieldmode_popup .top a:hover {
				color: #DDDDDD;
			}

	#fieldmode_popup .rdo {
		margin: 2px 0 0 0;
	}

	#fieldmode_popup label {
		margin: 2px 0 0 0;
	}

	#fieldmode_popup .btm {
		border-top: 1px solid #999999;
		font-size: 10px;
		padding: 3px 0 6px 0;
		margin-top: 3px;
	}

		#fieldmode_popup .btm input {
			background-color: #ffffff;
			color: #000000;
			text-transform: uppercase;
			border: 1px solid #F08C19;
			float: right;
		}

/* styles for detail-page */

h3.vk_header {
	font-size: 14px;
	background-color: #CFCFCF;
	padding: 4px;
}
h4.vk_header {
	font-size: 13px;
	margin:0;
}

.vk_table {
}
	.vk_table td {
		/*font-size: 11px !important;*/
		vertical-align: top;
	}
	.vk_table td.label {
		width: 180px;
	}
	.vk_table td.spacer {
		font-size: 7px;
	}


.page_contents_medisch		{border-left: 5px solid #F08C1A;}
.page_contents_paramedisch	{border-left: 5px solid #DC0014;}
.page_contents_bregio		{border-left: 5px solid #5FBE70;}
.page_contents_overig		{border-left: 5px solid #003BB5;}
.page_contents_naw			{border-left: 5px solid black;}

.page_contents {
	background-color: red;
}

	.page_contents h2 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}

.gmap_icon {
	float: left;
	text-align: center;
}
	.gmap_icon a {
		text-decoration: none;
	}
	.gmap_icon img {
		margin-top: 2px;
		border: 1px solid #DC0014;
	}

/* trea */

.form {
	
}
	
	.form .row {
		margin-bottom: 8px;
	}

	.form td {
		vertical-align: top;
	}
	.form .lbl {
		font-weight: bold;
	}
		table.form .lbl {
			margin: 0 50px 3px 0;
		}

	.form .hlp {
		font-weight: normal;

	}

	.form .ctrl_chk_container {
		width: 400px;
	}
	.form .ctrl_chk_label {
		white-space: normal;
	}


.article_xml {

}
	.article_xml h3 {
		clear: both;
	}

	.article_xml a img {
		border: 0;
	}


	.article_xml img.image_pos_L {
		float: left;
		margin: 0 8px 8px 0;
	}

	.article_xml img.image_pos_R {
		float: right;
		margin: 0 0 8px 8px;
	}

#btn_intercollegiaal {
	display: block;
	float: right;
	background: url('/img/btn_intercollegiaal.png') no-repeat;
	height: 33px;
	width: 119px;
	text-decoration: none;
}
	#btn_intercollegiaal div {
		margin: 2px 0 0 30px;
		font-size: 11px;
	}

/* jQuery Tooltip extension*/ 
#tooltip {
	position: absolute;
	z-index: 3000;
	color: #000000;
	border: 1px solid #111;
	background-color: #FFFFE1;
	padding: 5px;
	opacity: 0.85;
	text-align: left;

}
#tooltip h3, #tooltip div { font-weight: normal; margin: 0; }

div.infomessage {
	border: 1px solid gray;
	background: #E9E9E9 url('/img/icon_ok.png') no-repeat 10px 5px;
	padding: 8px 8px 18px 50px;
	margin-bottom: 8px;
}
