/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {  
  background: #E4E5E6;    
  font: 100% Arial;
}
* {margin: 0px; padding: 0px;}
fieldset.warning 
{
  border: 2px solid red;
  color: Red;
  font-weight: bold;  
}
/* HEADER */
#header {      
  height: 80px;      
  width:800px;   
  margin:10px auto 0px auto;  
  position: relative;
  background-color: #fff;
  
}
#header h1 {  
  margin: 36px 2px 0px 4px;
	padding: 0px;	
	font-size: 220%;  
}
#header .left {  			
	float: left;	
	background-color: #6C84C0;
	height: 100%;		
	width: 150px;			
}
#header .left a 
{
  padding-left: 4px;
	color: White;
}
#header .middle {  		
	float:left;				
	height: 100%;	
	width: 384px;	
}
#header .middle a {	
  color: Black;	
}
#header .right {  		
	float:left;				
	height: 100%;	
	width: 100px;	
	padding-left: 12px;
}


/* NAVBAR */
#navbar 
{
  width:800px;   
  margin:0 auto;  
  background: #C4C5C8;    
  color: black;  
  font-size: 70%;
  font-weight: bold;
  height: 14px;
  position: relative;
}
#navbar a {
  text-decoration: none;
  color: black;
  padding-left: 4px;
}
#navbar a:hover {
  text-decoration: underline;  
}

/* Content container */
#content_container 
{  
	margin:0px auto;	
	width:800px;	
	position:relative;
	background: #fff;
	z-index: 4;
}

/* LEFTNAV */
#nav 
{
  float:left;
  width:150px;  
  padding: 0px 0px 0px 0px;
  background: White;
  position: relative; 
  height: 645px;    
  z-index: 3;  
}
#nav a, #content a:visited, #content a:active
{
  color: black;  
}
#nav a 
{
  padding-left: 4px;
}
/* CONTENT */
#content 
{
  float:right;
  width:640px;  
  background: #FFF;  
  font-size: 80%;  
  position: relative;  
  padding-top: 20px;  
  padding-right: 6px;
}

#content a, #content a:visited, #content a:active
{
  color: #6C84C0;
}
#content a:hover 
{
  text-decoration: underline;
}

#content .printHR {
  display: none;
}

#content .newsTD
{
  width: 80px; 
  text-align: left;
}
/* FOOTER */
#footer 
{  
  color:#d9f2bf; 
  height:27px; 
  margin:0 auto; 
  position:absolute; 
  width:800px; 
  font-size: 80%;  
  z-index: 2;
}
		
#footer .left {  			
	float:left;	
	background-color: #6C84C0;
	height: 100%;
	width: 150px;		
	text-align: right;
	color: White;		
	clear: both;  		
}
#footer .left h1 {
  padding-top: 7px;
  padding-right: 4px;  
	margin: 0px;	
	font-size: 100%;  
}

#footer .middle {  		
	float:left;				
	background-color: #C4C5C8;	
	height: 100%;	
	width: 250px;		
}
#footer .middle h1 {
  padding-top: 7px;
	padding-left: 3px;
	margin: 0px;	
	font-size: 100%;  
	color: Black;
}
#footer .middle a {	
  color: Black;	
}

#footer .right {  
	float:left;				
	background-color: #C4C5C8;	
	height: 100%;	
	width: 400px;	
	text-align: right;
	color: White;	
}
#footer .right h1 {
  padding-top: 10px;
	padding-right: 10px;
	margin: 0px;	
	font-size: 80%;
}
#footer .right a{  	
	color: White;
}
#footer .right a:hover{  	
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clear { clear:both; }
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content .overviewTable  {  
  padding: 0px;
  margin-left: 6px;  
  border-collapse: collapse;  
}
#content .overviewTable td {  
  border: 1px solid #C0C0C0;    
  padding: 1px 4px 1px 4px;   
  text-align: left;
  vertical-align: top;
}
#content h1 {
  font-size: 140%;
  color: #E43E49;
  margin: 0px;
}
#content h2 {
  color: #787AB8;
  font-size: 100%;  
  margin: 0px;  
}
#content h3 {
  color: black;  
  margin: 0px;
  padding: 0xp;  
  font-size: 100%;
}
#content h4 {
  font-size: 120%;
  color: black;
  margin: 0px;
}
#content h5 {
  font-size: 100%;
  color: black;
  margin: 0px;
  font-weight: normal;
}
#content ul 
{
  margin-top: 0px; 
  margin-left: 18px;
  }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SITEMAP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#siteMap a:visited {
  text-decoration:none;
  color: #666;
}
#siteMap a:link {
  text-decoration:none;
  color: #666;
}
#siteMap a:active {
  text-decoration:none;
  color: #666;
}
#siteMap a:hover {
  text-decoration: underline;
}
.siteMapLevel1 {
  border: 1px solid white;
  border-bottom: 0px;
  background-color: #E5ECF9;
  font-weight: bold;
}
.siteMapLevel2 {  
  background-color: #F4F6FA;
}
 .siteMapLevel3 {
  font-style: italic;
  background-color: #F4F6FA;
}
.siteMapLevel3  a:visited, a:link, a:active, a {
  text-decoration:none;
  color: #666;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SEARCH
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchTable {
  width: 100%;
  margin: 2px 0px 1px 0px;
}
.searchTable th {
  background:#eaeef7;
  color: #0070CF;
  text-align: left;
}
.searchTable td {
  background:#f4f6fa; 
  text-align: left;
}
div.paging {border-bottom:1px solid #c7d2e8; border-top:1px solid #c7d2e8; color:#5c7dbe; font-size:0.9em; height:20px; line-height:20px; margin-top:10px}
div.paging a {color:#5c7dbe; text-decoration:none}
div.paging a:hover {text-decoration:underline}
div.paging span.result {color:#039; font-weight:bold; float:right}
.in_text_search {
  border:1px solid; 
  border-color:#5c7dbe #c7d2e8 #c7d2e8 #5c7dbe; 
  font-size: 1em; 
  color:#039; 
  height:16px; 
  padding:2px 0 0 3px; 
  width:200px; 
}
.inputButton {
  padding: 2px 8px; 
  border: 1px solid black;
  font-weight: bold;
  font-size: 10.5px;
}
div.doForm {background:#f4f6fa; text-align:left}
div.doForm div.title {
  background:#eaeef7; 
  border-bottom:1px solid #FFF; 
  border-top:1px solid #FFF; 
  height:26px; 
  line-height:26px; 
  padding-left:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	DATALIST 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.datalist {line-height:14px; padding: 0px; margin: 0px;}
table.datalist tr {color:#039}
table.datalist tr.first {color:black;}
table.datalist td {border-top:1px solid #FFF; border-left:1px solid #FFF; padding:2px 0}
table.datalist td.firstColumn {background:#E5ECF9; padding:2px 0; text-align: center; font-weight: bold;}
table.datalist td.evenC1 {text-align:right;}
table.datalist td.oddC1 { background:#f4f6fa; text-align:right; }

a.att
{
  color: blue;
  font-weight: bold;  
}
a.att:hover
{
  text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	EXPORT DATA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#exportForm {background:#f4f6fa; text-align:left}
#exportForm div.title {
  background:#eaeef7; 
  border-bottom:1px solid #FFF; 
  border-top:1px solid #FFF; 
  height:26px; 
  line-height:26px; 
  padding-left:10px;
}
#exportForm div.title table {margin:3px 0 8px 0}
#exportForm table {margin:3px 0 8px 16px; width:525px;}
#exportForm td {height:21px; line-height:21px}
#exportForm input.in_text {
  border:1px solid; 
  border-color:#5c7dbe #c7d2e8 #c7d2e8 #5c7dbe; 
  color:#039; 
  height:20px; 
  padding:2px 0 0 3px; 
  width:215px; 
}
input.in_text_small {
  border:1px solid; 
  border-color:#5c7dbe #c7d2e8 #c7d2e8 #5c7dbe; 
  font-size: 1em; 
  color:#039; 
  height:16px; 
  padding:2px 0 0 3px; 
  width:85px; 
}
#exportForm input.in_submit {  margin:4px 10px 7px 0; border: 1px solid black;}
.inputButton {
  padding: 2px 8px; 
  border: 1px solid black;
  font-weight: bold;
  font-size: 10.5px;
}
/* error meldingen Form */
#exportForm label.message {color:#fd3300; padding-left:16px}
#exportForm input.in_text_message {border:1px solid #fd3300; color:#039; height:20px; padding:2px 0 0 3px; width:215px;}
#exportForm input.in_text_small_message {border:1px solid #fd3300; color:#039;  height:20px; padding:2px 0 0 3px; width:85px;}
#exportForm textarea.in_message {border:1px solid #fd3300; color:#5c7dbe; height:114px; width:372px}
.errorMessage {
  color: Red;   
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;	
}
fieldset {
  border: 1px solid #ccc;  
  padding: 10px 10px 10px 10px;    
  width: 600px;
}
legend {
  font-weight: bold;  
  color: #666;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  padding: 2px 8px; 
}
img {
  border: 0;
}
div.message {border:1px solid #fd3300; line-height:18px; padding:8px 10px; margin-bottom:8px}
div.message strong {color:#fd3300; display:block; padding-bottom:3px}
div.message a {color:#fd3300; text-decoration:none}
div.message a:hover {text-decoration:underline}

