

@import url("pdc.css");

body {
	font-size:70%;
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, 'Sans Serif';
	line-height:150%;
	width:100%;
	height:100%;
	color:#000000;
	background-color:#005672;
	text-align:center;
}

legend{
	display:none;
}

a{
	color:#077E82;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img {
	border: 0px;
}

ul{
	margin:0px;
	padding:0px;
}

ol{
	margin:0px;
	padding:0px;
}

li{
	line-height:150%;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

h1{
	font-size: 180%;
	margin:15px 0px 10px 0px;
	color: #005672;
}

h2{
	font-size:160%;
	margin:15px 0px 10px 0px;
	color: #005672;
}

h3{
	font-size:140%;
	color: #005672;
	margin-bottom: 8px;
}

h4{
	font-size:120%;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}

h5{
	font-size:100%;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}

h6{
	font-size:90%;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	font-style: italic;
}

hr{
	border: 0px;
	border-bottom: 1px solid #b9b299;
	background-color: #FFFFFF;
	height: 1px;
	overflow: hidden;
}

.clear{
	width:100%;
	clear:both;
}

.border{ 
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#options{
	float: left;
	width: 100%;
	margin-left: -100%;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#d72626;
}

.alert{
	color:#d72626;
	font-weight:bold;
	font-style:italic;
}

a.action{
	font-weight:bold;
	font-size:110%;
}

ul.selection{
	padding: 11px 11px 21px 11px;
	text-align:left;
	position: relative;
	font-weight: bold;
}

ul.selection li{
	list-style: none;
	display: inline;

}

	ul.selection a{
		padding: 0 5px;
        border: 1px solid #bbbbbb;		
        padding: 5px 8px;
        margin-left: 5px;
		
	}
	
	ul.selection a:hover{
        padding: 5px 8px;
        border: 1px solid #005672;
        background-color: #005672;
        color: #ffffff;
	}
	
	ul.selection li.current{
		color: #ffffff;	
        border: 1px solid #005672;
        text-decoration: underline;
        padding: 5px 8px;
      	background-color: #005672;
	}

/*shortcuts for blindpeople*/
.blindlayout{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:0;
}

	hr.blindlayout{
		display:none;
	}

/* global divs */
#globalcontainer{
	width:985px;
	position:relative;
	margin:0 auto 30px;
	background-color: #FFFFFF;
	text-align:left;
}

#logo{
	position:absolute;
	top:30px;
	left:0px;
	height:100px;
	z-index:3;
	overflow:hidden;
}

#header{
	position:absolute;
	top:30px;
	width:985px;
	height:100px;
	z-index:2;
	overflow:hidden;
	background-color:#077E82;
	left:0px;
  text-align: right;
}

#quicksearch{
	position:absolute;
	top:0px;
	left:0px;
	width:985px;
	text-align:right;	
	background-color:#005672
}
	
	#quicksearch form{
		padding:5px 7px;
		margin: 0;
		width:auto;
		background-color: #0EA793;
		position: relative;
    	border: 0px solid #ffffff;
    	background: none;
	}
	
	#quicksearch label{
		display: none;
	}
	
	#quicksearch .submit_button{
		margin: 0;
		padding: 0 4px 4px;
		position:absolute;	
		top:5px;
		right:0px;
	}
	
	#quicksearch .smalltext{
		width:120px;
		margin-right: 40px;
		background-color: #FFFFFF;
        height: 20px;
		border: 0px;
	}
	
	#quicksearch a{
		display: block;
		float: right;
		margin: 2px 0 0 7px;
	}

#quicklinkvlak1{
	width: 650px;
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 4;
	text-align: right;
}

	#quicklinkvlak1 ul{
		display: block;
		padding:0px 0 0 15px;
	}

	#quicklinkvlak1 li{
		display: inline;
		margin-left: 15px;
	}
	
	#quicklinkvlak1 span{
		display: none;
	}
	
	#quicklinkvlak1 a{
		color: #FFFFFF;
	}

	#menu_area{
		width: 165px;
		float: left;
		margin: 103px 0 0 -980px;
	}
		
	#content_area{
		float:left;
		margin: 130px 0 0;
		width: 985px;
		background-color: #FFFFFF;
	}
	
		.content_margin, .content_margin_wide{
			padding: 10px 20px 20px 20px;
			margin: 0 150px 0 170px;
		}
		
		.content_margin_wide{
			margin: 0 0px 0 170px;
		}
			
			#crums{
				
			}
	
			#crums a{
				text-decoration: underline;
				background: url(images/arrow_grey.gif) no-repeat right 4px;
				padding: 0 15px 0 0;
				margin-right: 5px;
			}
	
			#crums a:hover{	
				text-decoration: underline;
			}
			
			#crums span{
				display: none;
			}
			
			.object_title{
				margin:15px 0px 20px;
			}
			
			.object_description{
				margin: 20px 0px 10px 0px;
				color: #616161;
			}
				
	#container_area{
		position:relative;
		width:147px;
		float:left;
		overflow: hidden;
		margin: 140px 0px 20px -155px;
	}

#contact { 
  margin-bottom: 15px; 
  margin-top: 0px;
}

#quicklinkvlak3{
	position: relative;
	margin:0px;
	padding: 40px 0 0;	
}

	#quicklinkvlak3 li{
		list-style: none;
		display: block;
		padding: 2px 0 3px;
	}
	
	#quicklinkvlak3 a{
		padding: 0px 0px 0px 10px;
		margin: 0px 5px 0 15px;
		color: #FFFFFF;
		background: url(images/arrow_green.gif) no-repeat 0px 4px;
	}
	
		#quicklinkvlak3 span{
			display: none;
		}
	
	#quicklinkvlak3 a:hover{
	}

#footer_area{
	width:100%;
	clear:both;
	overflow: hidden;
	background-color: #005672;
}

#quicklinkvlak2{
	width: 100%;
	padding: 6px 0;
}
	
	#quicklinkvlak2 li{
		display: inline;
		margin:4px 0px 0px 0px;
		list-style-type:none;
		padding-right: 15px;
	}
	
	#quicklinkvlak2 span{
		display: none;
	}
	
	#quicklinkvlak2 a{
		color: #FFFFFF;
	}

/*-----------MENU-----------------*/

#menu{
	position: relative;
	margin-top: 30px;
	margin-bottom: 5px;
}

	#menu h2{
		margin: 0;
		padding: 15px;
		font-size: 110%;
		font-weight: bold;
		letter-spacing: 1px;
	}
	
#menulist{
	list-style-type: none;
}

#menulist li {
	background-color: #0EA793;
	border: 1px solid #d7d7d7;
  display: block;
	position: relative;
}
	
	#menulist li a{
		display: block;
		color: #FFFFFF;
		width: 100%;
	}
	
		#menulist li a span{
			padding: 8px 10px 8px 20px;
			display: block;
		}


	#menulist li.actief a{
	}
	
	#menulist li ul{
		list-style-type: none;
	}

#menulist li ul li{
	line-height:18px;
	border-bottom: 0px solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
  padding: 0px;
	background-color: white;
  margin: 0 0 0px;
}

#menulist li ul li.actief{
	background: transparent;
	color: #FFFFFF;
}

	#menulist li ul li a{
		color: #FFFFFF;
	}

	#menulist li ul li.actief a{
		color: #0EA793;
		background-color: #FFFFFF;
		font-weight: bold;
	}

	#menulist li ul li a:hover{
		color: #FFFFFF;
		background-color: #0EA793;
		text-decoration: none;
	}
	
		#menulist li ul li a span, #menulist li.actief ul li a span{
			color: #0EA793;
			padding: 1px 10px 1px 20px;
			display: block;
		}
		
		#menulist li ul li a:hover span {
			color: #FFFFFF;
		}
		
		#menulist li ul li ul li a span, #menulist li.actief ul li ul li a span{
			padding-left: 32px;
			font-weight: normal;
			background: url(images/arrow_green.gif) no-repeat 21px 5px;
		}

		#menulist li ul li ul li a:hover span{
			background: url(images/arrow_white.gif) no-repeat 19px 6px;
		}
		
		#menulist li ul li ul li{
			border-right: 0;
			border-left: 0;
			border: 0;
		}
		#menulist li ul li ul li.actief a span{
			font-weight: bold;
		}

/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/

li.item{
  list-style-type: none;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 20px;
}

li.item:hover{
  /*
  border-bottom-color:#005672 !important;
  background: transparent url(images/arrow_black.gif) right bottom no-repeat;
  */
}

.item_title{
  font-size: 140%;
  font-weight: bold;
}


.item_title:hover{
  text-decoration: underline;
}

.item_description{
  width: 100%;
  margin-bottom:10px;
}

.item_description_photo{
	clear:both;
	width: 100%;
	margin-bottom:10px;
}

.item_photo{
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.fileinfo{
	font-size:90%;
	color:#999999;
	font-weight:normal;
}

.subitems{
  list-style-type: none;
  list-style-image: url(images/arrow_green.gif);
  margin-left: 20px;
  clear:both;
}

/*-----------SITEMAP----------------*/
#sitemap{
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-bottom:1px solid #e4dbd2;
		padding:0px 0px 10px 0px;
	}
		
		#sitemap ul ul{
			margin-left:15px;
			font-weight:normal;
			
		}

		#sitemap ul ul li{
			border-bottom:0px solid #E3E98C;
			padding:0px 0px 0px 0px;
            line-height: 20px;
            background-image:url(images/arrow.gif);
            background-repeat: no-repeat;
            padding-left: 15px;
            background-position: 0px 6px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	background-color: #e5e7e6;
	border: 1px solid #d7d7d7;
  	display: block;
	margin: 0 0 1px;
	position: relative;
	padding:20px;
	
}

fieldset{
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
}

legend{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	text-indent:-999em;
	z-index:0;
    color: #ffffff;
}

label{
	display:block;
	padding-top:8px;
	padding-bottom:3px;
	clear:both;
}

.inputtext{
	border:1px solid #BFD0DE;
	font-family:Arial, Verdana, 'Sans Serif';
   }

.generalsize_text{
	width:450px;
}

.smalltext{
	width:120px;
	background: #FFFFFF;
	border: 0px;
  	height: 20px;
	min-height: 20px;
  	border:1px solid #BFD0DE;
  	width: 50%;
}

.generalsize_textarea{
	width:450px;
	font-family:Arial, Verdana, 'Sans Serif';
}

select{
	width:450px;
}

.alignment { margin-right: 32px;}
.alignment_summary { margin-right: 70px;clear:both;}

#search_area {
  position: relative;
  width: 75%;
  margin-top: 20px;
}
	
	#search_area label {
		background: transparent url(images/magnifying_glass_black.gif) no-repeat scroll left top;
		padding: 1px 0px 0px 15px;
		color: #005672;
		font-size: 140%;
		font-weight: bold;
		margin-bottom: 5px; 
	}
	
	#search_area .inputtext {
		width: 475px;
	}

	#search_area .submit_button{
	  margin: 22px 0px 0px 0px;
	  padding: 0 4px;
	  position:absolute;	
	  top:20px;
	  left:500px;
	  height: 24px;
	  margin-left: 6px;
	  width: 50px;
	}

.submit_button{
	border:1px solid #0EA793;
	cursor:pointer;
	font-weight:bold;
	font-size: 110%;
	height:22px;
	min-height: 22px;
	padding:0px 5px 2px;
	clear: both;
	background-color: #0EA793;
	color: #FFFFFF;
}

a.submit_button{
	padding:0px 5px 0px 5px;
	display: block;
	width: 100px;
	text-align: center;
}

	.submit_button_md{
    
	}
	
	.submit_button_mo, a.submit_button:hover{
		color: #FFFFFF;
		text-decoration: none;
	}

.radio_check_input{
		float:left;
		width:20px;
	}
	
.radio_check_label{
	float:left;
	width:80%;
}

	.radio_check_label label{
		padding-top:0px;
	}
							
/*-----------FORM DESIGNER-----------------*/
.questionlabel {
	text-align: left;
}

.questioninput {
	padding-bottom: 8px;
}

.questionlabel label, .questioninput label {
	padding-top:8px;
	padding-bottom:3px;
	clear: none;
	display: inline;
}

.bold {
	font-weight: bold;
}

input.metafield {
	padding: 4px;
	border: 2px solid #ddd;
	background-color: #fff;
	color: #777;
	width: 100%;	
	font-size: 12px;
}
	
input.metafield:focus {
	border: 2px solid #999; 
	color: #555;
}

input.extraoption {
	width: 80%;
	margin-left: 20px;
}

input.filedescription {
	width: 80%;
}

textarea.metafield {
	width: 100%;
	padding: 4px;
	border: 2px solid #ddd;
	background-color: #fff;
	color: #777;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: arial, verdana, sans-serif;
}
	
textarea.metafield:focus {
	border: 2px solid #999;
	color: #555;
}

select.metafield {
	font-size: 12px;
	border: 2px #ddd solid;
	color: #777;
	width: 100%;
}

select.metafield:focus {
	color: #555;
	border: 2px #999 solid;
}

.warning_list {
	background-color: #ffffe0;
	color: red;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
}

.warning {
	list-style-type: none;
}

#simpleform{

}

#simpleform .fake_label{
	margin-top:5px;
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

#form_inhoud { 
	background-image:none; 
	background-color: #ffffff;
	border: 0px;
}

	#form_inhoud input.metafield {
		color: #000000;
	}
	
.form_1 {width: 484px; margin-left: 20px;}

.form_2 {width: 232px; margin-left: 20px;}
	.metafield_2 {padding: 4px; border: 2px solid #ddd; background-color: #fff; color: #777; font-size: 12px; display: inline; }
	.metafield_2:focus { border: 2px solid #999; color: #555;}
	
.form_3 {width: 148px; margin-left: 20px;}
	.metafield_3 {width: 120px; padding: 4px; border: 2px solid #ddd; background-color: #fff; color: #000000; font-size: 12px; display: inline;}
	.metafield_3:focus { border: 2px solid #999; color: #555;}

.form_4 {width: 106px; margin-left: 20px;} 
	.metafield_4 {width: 80px; padding: 4px; border: 2px solid #ddd; background-color: #fff; color: #000000; font-size: 12px; display: inline;}
	.metafield_4:focus { border: 2px solid #999; color: #555; }

.form_container{ clear:both; color: #000000; padding-top: 0px; min-height: 1px; }

.form_question{	
	float:left;		
}

.form_container{
	clear:both;
	color: #000000;
	padding-top: 10px;
}

.form_input {
	width:100%;		
}

.form_hint_dynamic {
  display: none;
  position: absolute;
  width: 200px;
	margin-left: 20px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
	background-color: #ffc;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	z-index: 9999;
}

.form_area { text-decoration: none;} 

.google_maps { z-index: 0;}

.form_hint {
	display: block;
  position: relative;
  border: 1px solid #c93;
  padding: 10px 12px;
	background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cursor { cursor: help; position: relative; top:0px; left:0px;}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	font-weight:bold;
}

#formbuttons {
	clear: both;
	margin:50px 0 0;
}

#formbuttons .submit_button {
	display: inline;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
	#ogonebutton{
		width: 220px;
	}

.formbutton_deletefile {
	background-color: #E5E7E6;
	color: #E5E7E6;
	width: 20px;
	background: url(images/icon_delete.gif) no-repeat 2px 4px;
	border: none;
	padding-left: 20px;
	text-indent: 20px;
}

/*-----------BRIEFING----------------*/

#briefing{

}

	#briefing h2{
	}

	#briefing ul{
	}
	
	#briefing ul li{
	}

	.briefing_column{
	}
	
	#briefing .item_photo{ 
		margin-top:7px;
		margin-right:7px;
	}
	
	.briefing_first_column{
		width:46%;
		float:left;
		margin-right:20px;
	}
	
	.briefing_second_column{
		width:46%;
		float:right;
		margin-left:-20px;
	}
	
/*-----------URL----------------*/

#url {margin-top: 15px; background-repeat:no-repeat; background-position:2px 2px;}

#url a { color:#005672;}



/*-----------DISCUSSION----------------*/
#discussion{
	width:100%;
}

	#discussion .action{
		margin:10px 0px 10px 20px;
	}
	
#discussion h2{
	font-weight:normal;
	margin:0px 0px 0px 10px;
	font-size:115%;
	font-weight:bold;
}

#discussion p{
	margin-left:10px;
}

#discussion ul{
	margin:20px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	border-left:1px solid #cccccc;
	list-style-type:none;
}

	#discussion ul li{
		background-image:url(images/discussion_pointer.gif);
		background-repeat:no-repeat;
		background-position:0px 0px;
		margin:10px 0px 0px -20px;
		padding:0px 0px 0px 20px;
	}

#discussion ul ul{
	margin:10px 0px 30px 20px;
}

#discussion ul ul ul{
	margin:10px 0px 0px 20px;
}
/*-----------BULLETINBOARD----------------*/
#bulletinboard{
}

#bulletinboard h2{
	font-weight:bold;
	font-size:115%;
	margin-bottom:0px;
}

#bulletinboard ul{
	margin:20px 0px 20px 0px;
	list-style-type:none;
}

#bulletinboard li{
	margin-top:10px;
}

/*-----------POLL----------------*/
#poll{
}

	#poll h2{
		font-weight:bold;
		font-size:200%;
    color: #077E82;
    background: url(images/quote_left.gif) no-repeat top left;
    padding: 15px;
		line-height: 30px;
    margin-bottom: 20px;
	}
    
    .poll {
      background: url(images/quote_right.gif) no-repeat bottom right;
      display: block;
      padding-bottom: 10px;
    }

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		background-color: #EEEEEE;
		width:99%;
    background:transparent url(images/pollbar.png) repeat-x scroll left -22px;
		border:1px solid #DDDDDD;
		margin-right:50px;
	}
    

	
	#container_area .poll_percentarea{
		background: transparent;
	}
	
	
	.poll_percent{
		background-color: #005672;
		height: 18px;
	}
	
	#container_area .poll_percent{
		height: 14px;
	}
	
	.poll_facts{
		color: #9c9c9c;
	}


/*-----------CONTAINERS----------------*/
.container{
	position:relative;
	margin-top: 10px;
}

	.container form{
		padding:5px;
		width:auto;
		background-color: #e5e7e6;
	}
	
	
	#container_area .banner{
		padding: 0px;
		background: transparent;
		display: block;
	}
	
		#container_area .banner span{
			padding-left: 10px;
			background: url(images/arrow2.gif) no-repeat 0px 5px;
			display: block;
		}
	
	.container select{
		width:120px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.container ul.items li{
		margin: 0;
		padding: 0;
	}
		
	.container_externallink{
		border: 1px solid #bbb;
		padding: 5px;
	}
	
		.container_externallink h3{
			font-weight:normal;
			font-size: 100%;
			margin: 0px;
			font-weight: bold;
		}
		
		.container_externallink a{
			color:#077E82;
		}
		
		.container_externallink a:hover{
			color:#077E82;
		}
		
		.container_externallink hr{
			display:none;
		}

/*-----------SEARCHRESULTS----------------*/
#searchresults{
	width: 75%;
	float: left;
	margin-top:20px;
}

div.content_margin_wide h1, div.content_margin_wide h2{
	margin-bottom: 0px;
}

div.content_margin_wide h2.no-items{
	margin-bottom: 40px;
	margin-top: 40px;
}

 
#searchfilters{
	width: 23%;
	float: left;
	margin-top: -89px;
    margin-left: 10px;
    background-color: #E5E7E6;
    border: 1px solid #D7D7D7;
    padding-top: 20px;
    padding-bottom: 20px;
}

#searchfilters li{
	list-style-type: none;
	margin-left: 23px;
	margin-right: 23px;
	font-size: 110%;
}

#searchfilters li a:hover{
	list-style-type: none;
}

#searchfilters li.datelabel{
	font-size: 80%;
	color: #C0C0C0;
}

#searchfilters h4{
	padding: 3px 0px;
	font-size: 120%;
	font-weight: bold;
	color:#005672;
	margin: 10px 15px 5px 15px;
	border-bottom: 1px solid #D7D7D7;
}

#searchresults_items{
	width:100%;
	clear:both;
	margin-bottom: 40px;
}

.activefilter {
	background-color: #F5F5F5;
	border: 1px solid #D7D7D7;
	padding-left: 4px;
	margin-left: 19px !important;
	margin-right: 19px !important;
}

div#searchresults_items ul li.item {
	border-bottom:1px solid #8F8F8F;
	list-style-type:none;
	margin-top:20px;
	margin-bottom:0px;
}

div#searchresults_items a.more{
	float: right;
}

/* scsearchresults */

div#scsearchresults{
	width: 75%;
	float: left;
	margin-bottom:20px;
}

div.clear, div.clear form#searchform input.smalltext {
	width:75%;
}

div.clear form#searchform {
	margin-top: 20px;
}
/*-----------INLOGGEN--------------*/
#loginform{
	background-color: #f5f5f5;
	padding: 20px 20px 15px;
	border: 1px solid #d7d7d7;	
}
.loginmeta{
	width: 20%;
	margin: 0;
	padding: 0 0 5px 0;
}

.logininput{
	width: 78%;
	padding: 0 0 5px 0;
}

	.logininput .inputtext{
		width: 250px;
	}

#loginform .submit_button{
}

#loginform li{
	list-style: none;
}

.floatleft{float:left}
.floatright{float:right}

/*-----------SUBTITLEBAR------------------*/

.subtitlebar{
	background-color: #f5f5f5;
	padding: 8px 10px;
	border: 1px solid #d7d7d7;
	display: block;
	margin: 0 0 1px;
	position: relative;
}

.subtitlebar form{
	margin: 0;
	padding: 0;
	background: transparent;
}

.subtitletext{
	padding-right: 40px;
}

.subtitlebar h2{
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

.subtitledescription{
	display: inline;
}

.subtitlebar .minimize{	
	cursor:pointer;
	float:none;
	position: absolute;
	top: 10px;
	right: 5px;
	margin-top: 0;
}

.subtitlebar .clear{
	height: 1px;
	overflow: hidden;
}

/*-----------FORUM (DSbb)--------------*/
#forum_subjects{
	list-style: none;
	margin-bottom: 15px;
}

#forum_subjects li{
	margin: 12px 0;
}

#forum_subjects li a{
	font-weight: bold;
	font-size: 120%;
}

.forumloginheader{
	margin: 0 0 7px;
	font-weight: bold;
}

.subjectoverview{
	width: 100%;
	border: 1px solid #acacac;
	border-collapse: collapse;
}

.subjectoverview td, .subjectoverview th{
	padding: 5px;
	text-align: left;
}

tr.dsbb_odd{
	background: #f9f9f9;
}

.forumsubjectoptions{
	margin-bottom: 15px;	
	text-align: right;
}

.forumsubjectoptions a{
	font-weight: bold;
}

#form_loggedin_as{
	margin-bottom: 15px;
}

#onderwerptitel{
	width: 350px;
}

.reactiontable{
	width: 100%;
}

#reactions{
	min-height: 1px;
}

.reactionmeta{
	float: left;
	width: 20%;
	position: relative;
	margin: 10px 0;
}

	.reactionmeta a{
		font-weight: bold;
	}

.reactiontext{
	float: right;
	width: 77%;
	position: relative;
	margin: 10px 0;
}

.reactionseperator{
	border-bottom: 1px solid #d7d7d7;
}

/*-----------PAGE LINKS----------------*/
#fontsize{
	position:absolute;
	top:6px;
	right:180px;
	width:150px;
	z-index:8000;
  color: #ffffff;
  text-align: right;
}

	#fontsize span, #fontsize a{
		margin-top:3px;
		font-size:110%;
		line-height:175%;
		text-align: left;
		cursor: pointer;
	}
		
		.link_fontsize, .alink_fontsize{
			padding-left:22px;
			background: url(images/icon_fontsize.gif) no-repeat 0% 0%;
			margin-left: 4px;
			display: inline;
			color: #FFFFFF;
		}
		
		.alink_fontsize{
			text-decoration: underline;
		}
		
		.link_favorites{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
		}
	
	#set_normal{
		display:none;
		cursor: pointer;
	}
	
	#set_bigger{
		display:inline;
		cursor: pointer;
	}
		
#page_links{
	clear: both;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top:30px;
		
	
}

.link_print, .alink_print{
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
	background-image:url(images/icon_print.gif);
	cursor: pointer;
	color: #616161;
	font-size: 90%;
}

.alink_print{
	text-decoration: underline;
}

.reactionlink{
  background-image:url(images/icon_mail.gif);
  background-repeat: no-repeat;
  background-position:0px 3px;
  padding-left: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.reactionlink a{
  color: #616161;
	font-size: 90%;
}

.changedate{
	padding-left:22px;
	color: #616161;
	position: relative;
	float: right;
	margin-top: -17px;
	font-size: 90%;
}

/*----------*/

.date{ 
	margin-bottom: 5px; 
	color: #999999; 
	width: 100%;
	display: block;
}

.lees_verder{ 
    color: #005672;
    margin-bottom: -9px;
    margin-right: 12px;
    display: block;
    float: right;
    margin-top: 10px;
}

.news{
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}

#folder {
  margin-top: 25px;
}

/*--BEKENDMAKINGEN OVERZICHT--*/

div.elementbox{
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	background-image: url(images/bg_elementbox.gif); 
	background-repeat:repeat-x;
	padding:10px 10px 0px 0px;
	position:relative;
}

div.elementbox form{
	background:none;
	border:0px solid #d7d7d7;
 	display: block;
	margin:0px;
	padding:10px;
	position:relative;
}

div.elementbox form legend{
	position:relative;
	width:auto;
	height:auto;
	overflow:visible;
	text-indent:0em;
	color:#005672;
	font-size:150%;
	padding-top:10px;
}

div.elementbox .formelements{
	margin-top:-10px;
}

div.elementbox .formrow{
	display:inline;
}

div.elementbox label{
	display:block;
    padding-right: 5px;
    font-weight: bold;
}

div.elementbox .inputtext{
	border:1px solid #acacac;
	width: 450px;
}

div.elementbox select, div.elementbox input {
	font-size:100%;
	border:1px solid #acacac;
	height:22px;
	
}

div.elementbox .submit_button{
	position:absolute;
	height:23px;
	background-color:#dbdbdb;
	border:1px solid #acacac;
	background-image: url(images/bg_submit.gif); 
	background-repeat:repeat-x;
	width:70px;
}

	div.elementbox .submit_button_md{
		color:#077E82;
	}
	
	div.elementbox .submit_button_mo, a.submit_button:hover{
		color:#000000;
		background-image: url(images/bg_submit_over.gif); 
	}

/*BK_SEARCH*/
div.elementbox form#bk_search .inputtext{
	height:19px;
	width:450px;
}

div.elementbox form#bk_search label{
	visibility:hidden;
    display: none;
}

div.elementbox form#bk_search .submit_button{
	margin-left:10px;
}

#bkm_map_canvas {
	display: none;
	width: 100%;
	height: 500px;
	margin-top: 10px;
	border: 1px solid #acacac;
}

/*BK_FILTER*/
h2.bk_filter{
	color:#005672;
	margin-top:30px;
	margin-bottom:15px;
	font-size:180%;
}

div.elementbox form#bk_filter .formelements{
	margin-left:10px;
}

div.elementbox form#bk_filter input{
	margin-right:20px;
}

div.elementbox form#bk_filter .submit_button{
	margin-left:10px;
}

/*BK_PAGING*/
span.elementpaging{
	font-size:150%;
}

span.element_prev{
	position:absolute;
	top:10px;
	left:20px;
}

span.currentpage{
	width:100%;
	display:block;
	text-align:center;
	color:#acacac;
}

span.element_next{
	position:absolute;
	top:10px;
	right:20px;
}

/*--BEKENDMAKING OVERVIEW--*/
table.bk_overview{
	border:1px solid #d9d9d9;
	width:100%;
	margin:2px 0px 2px 0px;
}

table.bk_overview caption{
	display:none;
}

table.bk_overview th, table.bk_overview td{
	padding:2px;
	text-align: left;
}

table.bk_overview thead tr.bk_overview_group{
	background-color:#005672;
	color:#ffffff;
	font-size:120%;
	text-align: center;
}

	table.bk_overview thead tr.bk_overview_group th{
		padding:5px 5px 5px 2px;
		text-align: center;
	}

	table.bk_overview thead .bk_overview_type{
		font-weight:bold;
	}
	
	table.bk_overview thead .bk_overview_status{
	}

table.bk_overview thead tr{
	color:#acacac;
}



/*--BEKENDMAKING INSTANTIE--*/
ul.bk{
	margin:0px 0px 20px 0px;
}

ul.bk li {
	list-style: none;
}

ul.bk span.li_label{
		width:200px;
		display:inline-block;
}

ul.bk li.alert{
		color:#ed1c24;
		font-weight:bold;
		margin-top:20px;
}

/*------------*/

.percent0{
  width: 0%;
}

.percent1{
  width: 1%;
}

.percent2{
  width: 2%;
}

.percent3{
  width: 3%;
}

.percent4{
  width: 4%;
}

.percent5{
  width: 5%;
}

.percent6{
  width: 6%;
}

.percent7{
  width: 7%;
}

.percent8{
  width: 8%;
}

.percent9{
  width: 9%;
}

.percent10{
  width: 10%;
}

.percent11{
  width: 11%;
}

.percent12{
  width: 12%;
}

.percent13{
  width: 13%;
}

.percent14{
  width: 14%;
}

.percent15{
  width: 15%;
}

.percent16{
  width: 16%;
}

.percent17{
  width: 17%;
}

.percent18{
  width: 18%;
}

.percent19{
  width: 19%;
}

.percent20{
  width: 20%;
}

.percent21{
  width: 21%;
}

.percent22{
  width: 22%;
}

.percent23{
  width: 23%;
}

.percent24{
  width: 24%;
}

.percent25{
  width: 25%;
}

.percent26{
  width: 26%;
}

.percent27{
  width: 27%;
}

.percent28{
  width: 28%;
}

.percent29{
  width: 29%;
}

.percent30{
  width: 30%;
}

.percent31{
  width: 31%;
}

.percent32{
  width: 32%;
}

.percent33{
  width: 33%;
}

.percent34{
  width: 34%;
}

.percent35{
  width: 35%;
}

.percent36{
  width: 36%;
}

.percent37{
  width: 37%;
}

.percent38{
  width: 38%;
}

.percent39{
  width: 39%;
}

.percent40{
  width: 40%;
}

.percent41{
  width: 41%;
}

.percent42{
  width: 42%;
}

.percent43{
  width: 43%;
}

.percent44{
  width: 44%;
}

.percent45{
  width: 45%;
}

.percent46{
  width: 46%;
}

.percent47{
  width: 47%;
}

.percent48{
  width: 48%;
}

.percent49{
  width: 49%;
}

.percent50{
  width: 50%;
}

.percent51{
  width: 51%;
}

.percent52{
  width: 52%;
}

.percent53{
  width: 53%;
}

.percent54{
  width: 54%;
}

.percent55{
  width: 55%;
}

.percent56{
  width: 56%;
}

.percent57{
  width: 57%;
}

.percent58{
  width: 58%;
}

.percent59{
  width: 59%;
}

.percent60{
  width: 60%;
}

.percent61{
  width: 61%;
}

.percent62{
  width: 62%;
}

.percent63{
  width: 63%;
}

.percent64{
  width: 64%;
}

.percent65{
  width: 65%;
}

.percent66{
  width: 66%;
}

.percent67{
  width: 67%;
}

.percent68{
  width: 68%;
}

.percent69{
  width: 69%;
}

.percent70{
  width: 70%;
}

.percent71{
  width: 71%;
}

.percent72{
  width: 72%;
}

.percent73{
  width: 73%;
}

.percent74{
  width: 74%;
}

.percent75{
  width: 75%;
}

.percent76{
  width: 76%;
}

.percent77{
  width: 77%;
}

.percent78{
  width: 78%;
}

.percent79{
  width: 79%;
}

.percent80{
  width: 80%;
}

.percent81{
  width: 81%;
}

.percent82{
  width: 82%;
}

.percent83{
  width: 83%;
}

.percent84{
  width: 84%;
}

.percent85{
  width: 85%;
}

.percent86{
  width: 86%;
}

.percent87{
  width: 87%;
}

.percent88{
  width: 88%;
}

.percent89{
  width: 89%;
}

.percent90{
  width: 90%;
}

.percent91{
  width: 91%;
}

.percent92{
  width: 92%;
}

.percent93{
  width: 93%;
}

.percent94{
  width: 94%;
}

.percent95{
  width: 95%;
}

.percent96{
  width: 96%;
}

.percent97{
  width: 97%;
}

.percent98{
  width: 98%;
}

.percent99{
  width: 99%;
}

.percent100{
  width: 100%;
}


/* temporary styles for the calendar object, please improve */
#calTypeSelect {
	width: 100%;
}
.calTypeField {
	margin-left: 10px;
	width: 150px;
	float: right;
}
.calType {
	font-size: 1.1em;
	margin-bottom: 6px;
	width: 280px;
}
.calNavigator
{
	width: 280px;
	height: 16px;
	font-size: 1.1em;
}
.calTypeLabel {
	float: left;
	text-align: center;
	width: 114px;
}

.calNavigator-wide{background: #DAE5E9;border: 1px solid white;width: 708px; margin: 10px 0; padding: 5px 0 0;}
.calPrev{
float: left;
font-weight: bolder;
text-align: center;
width: 48px;
}
#calMonth
{
float: left;
text-align: center;
width: 120px;
}
.contentBlock div.calPrev
{
float: left;
font-weight: bolder;
text-align: center;
width: 50px;
padding:0;
}
.contentBlock div#calMonth
{
float: left;
text-align: center;
width: 100px;
padding:0;
}
.calendar
{
	clear: both;
	border-collapse: collapse; 
}
.calendar tbody td
{
text-align: center;
}
table.calender thead {
	background-color: #ff0000;
	text-align: center;
}
table.calendar td {
	text-align: center;
}
.calendarDates td
{
	/*background-image: url('images/cal_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;*/
}
.calendarDates td a, .calendarDates td a:hover
{
color: #ffffff;
font-weight: normal;
font-size: 1em;
padding:7px;
display: block;
	background: #005672;
	margin:2px;
}
.calendar-wide .calendarDates td a, .calendar-wide .calendarDates td a:hover{
	padding: 7px 41px;
}
.calendarDates .othermonth a, .calendarDates .othermonth a:hover{
background: #C7EAE6;
}

.calendarDates td.dateSelected a, .calendarDates td.dateSelected a:hover
{
color: white;
background: #0EA793;
}
.calendarDates .today a
{
}
.calendarDates td.today
{
	background-color: #0584c6;
}


.calItemInfo{
	margin: 0 0 10px -3px
}

.calDate, .calitemLocation{color: #005672; font-weight: bold;}

table.calendar td.event {
	font-weight: bold;
}
table.calendar td.weekNumber {
	font-weight: bold;
}

table.calendar td.othermonth a, table.calendar td.othermonth a:hover{
	color: #a7a7a7;
	font-weight: bolder;
}
div.calendarItem {
	padding-bottom: 6px;
}
div.calendarItem .objectName {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 0 3px;
}
div.calendarItem .duration {
	font-size: 80%;
	font-style: italic;
	color: #a7a7a7;
	text-indent: 3px;
}
table.calendar td.event a, table.calendar td.event a:hover{background-image: url(images/calender_item.gif);background-repeat:no-repeat; background-position: 1px 1px;}

div.video {
width: 100%; 
text-align: center; 
padding-top: 10px;
}

.contentarea ul li, #WE_contentarea ul li, #EX_contentarea ul li {
	list-style-image:url("images/arrow_black.gif");
	padding-left:0;
}

/*---------Zoekresultaten---------------*/

div#scsearchresults  {
	float:left;
	margin-bottom:20px;
	width:75%;
}

div#scsearchresults div.subresult {
	border:1px solid #D7D7D7;
	display:block;
	margin:20px 0 40px;
}

.subresult_header {
	background:url("images/bg_subtitlebar.jpg") repeat-x scroll left top #E5E7E6;
	margin:0px;
	padding:10px;
}

.subresult_header_text  {
	margin:0;
}

.subresult_result {
	padding:5px 10px;
}

.subresult_result a.more {
	font-weight:bold;
	text-align:right;
	margin-right:-10px;
	margin-top:7px;
}

a.more {
  font-weight:bold;
  text-align:right;
  margin-right:192px;
  margin-top:-20px;
}

.subresult_resultitem  {
	border-bottom:1px dotted #D7D7D7;
	color:#1F5373;
	font-size:70%;
	font-weight:bold;
	list-style:none outside none;
	padding:5px 0 3px;
}

.subresult_header h1 {
margin-top: 0;
}

div.subresult_algemeen {
	border:1px solid #D7D7D7;
	display:block;
	margin:20px 0;
	width:75%;
}

#searchresults_items  {
	clear:both;
	margin-bottom:0px;
	width:100%;
}

div.subresult .subresult_header h2.no-items {
margin-bottom:0;
margin-top:0;
}