/***** New Search Page ******/
.zoekgeel {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-family: Trebuchet MS;
  color: #FFB221;
}
.zoekblauw {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-family: Trebuchet MS;
  color: #002F5C;
}
.zoeksubmit {
  bgcolor: white;
  border: 0px;
}
/****************************/

/***** DHTML-MENU CSS ******/
a.menuButton {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #002F5C;
	text-decoration: none;
  background-color: transparent;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

a.menuButton:hover {
  background-color: transparent;
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  text-decoration: none;
}

a.menuButtonActive {
  border-color: #002F5C;
  border: 1px solid;
}

div.menu {
  background-color: #A5B5C4;
  border: 1px solid;
  border-color: #002F5C;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;

}

div.menu a.menuItem {
  font-family: Verdana;
  font-size: 12px;
  color: #002F5C;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #002F5C;
  color: #ffffff;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

/****************************/

  .content_mediaborder {
	background-color: #A5B5C4;
	border: 1px solid #002F5C;
}

  .content_main {
	background-color: #ffffff; 
	border-left: 1px #002F5C solid; 
	border-right: 1px #002F5C solid;
  }

  .content_title {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  font-family: Trebuchet MS;//Times;
  color: #002F5C;//#80453D;
  text-indent: 5px;
  border-bottom: 1px solid #002F5C;//#80453D;
  padding-top:12px;
  padding-bottom:1px;
  margin-bottom: 7px;
  }

  .detail_option {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-family: Verdana;
  color: white;
  margin-left: 10px;
  }

  .print_detail_option {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  font-family: Verdana;
  color: black;
  margin-left: 10px;
  }
  .detail_value {
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: black;
  margin-left: 20px;
  }
  a:link.detail {
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: black;
  }
  a:visited.detail {
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: black;
  }
  a:hover.detail {
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: black;
  }

  body {
  margin: 0px;
  padding: 0px;
  background-color: #F0F7FF;
  text-align: justify;
  font-style: normal;
  font-weight: normal;
  font: Arial;
  font-size: 10px;
  }
  td {
  margin: 0px;
  padding: 0px;
  font: Verdana;
  font-size: 10px;
  }
  .content {
  	font-family: Verdana;
  	font-size: 12px;
  	width: 760px;
	text-align: justify;
	background: url("../images/side.png");
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0px;

  }
  .content2 {
  	font-family: Verdana;
  	font-size: 12px;
  	width: 760px;
	text-align: justify;
	background: url("../images/side.png");
	background-position: top right;
	background-repeat: repeat-y;
	padding: 5px;
	padding-left: 40px;
	padding-right: 40px;

  }
  .smallcontent {
  	font-family: Verdana;
  	font-size: 12px;
  	padding: 5px;
	padding-left: 40px;
	padding-right: 40px;
	width: 543px;
	color: black;
	text-align: justify;
  }
  .smallcontent_welkom {
  	font-family: Verdana;
  	font-size: 12px;
  	padding: 5px;
	width: 543px;
	color: black;
	text-align: justify;
  }
 .detailtitle {
	background: url("images/side-header.png");
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: italic; 
	font-weight: bold; 
	color: #002F5C;
	border-bottom: 1px solid #002F5C;
}
   .detailcontent {
  	padding: 5px;
	color: white;
  	font-family: Verdana;
	font-size: 12px;
	width: 218px;
	text-align: justify;
	background:#CCD5DE;
}
  .help {
  	padding: 5px;
	color: black;
  	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
  }
a.menu {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font: Trebuchet MS;
	font-size: 14px;
	color: black;/*#80453D;*/
	text-decoration: none;
  }


a:link {
	color:#002F5C;
	text-decoration: none;
	}
a:visited {
	color:#002F5C;
	text-decoration: none;
	}
a:hover {
	color:#002F5C;
	text-decoration:underline;
	}

textarea {
	border-color:#002F5C;//#80453D;
	color: #002F5C;//#80453D;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	border-style:solid;
	border-width:1px;
	background-color: #F0F7FF;//#E6DDDC;
	width: 300px;
	height: 200px;

}
textarea.story {
	border-color:#002F5C;
	color: #002F5C;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	border-style:solid;
	border-width:1px;
	background-color: #F0F7FF;
	width: 160px;
	height: 100px;
}

select {
	border-color: transparent;
	/*border-color:#80453D;*/
	color: #002F5C;
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	border-style: solid;
	border-width:1px;
	background-color: #F0F7FF;
	text-align: right;
}
select.search {
	border-color: transparent;
	/*border-color:#80453D;*/
	color: #002F5C;
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	border-style: solid;
	border-width:1px;
	background-color: #F0F7FF;
	text-align: left;
	width: 100%;

}
input {
	border-color:#002F5C;
	color: #002F5C;
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	border-style:solid;
	border-width:1px;
	background-color: #F0F7FF;
}

table.search {
	border: none;
	color: #ac8583;
	background-color: white;
}

th.search {
	border-bottom: 1px;
	border-color: white;
	color: white;
	font-size: 10px;
	font: Verdana;
	background-color: #A5B5C4;
}
th{
	color: black;
	font-size: 12px;
	font: Verdana;
	background-color: #A5B5C4;
}
div{
	font-size: 10px;
	font: Verdana;
}
tr.search{
	border: 1px white solid;
	color: black;
	font-size: 10px;
	background-color: #CCD5DE;
}

tr.admin1{
	border: 1px white solid;
	color: black;
	font-size: 10px;
	background-color: #CCD5DE;
}
tr.admin2{
	border: 1px white solid;
	color: black;
	font-size: 10px;
	background-color: #F0F7FF;
}
