/* layout styling
=========================================== */

body
{
  margin:0;
  padding:0;
  font-family: verdana, arial, sans-serif;
  font-size:0.8em;
  background:#FFF url(../images/bg_body.gif) center top repeat-y;
  text-align:center;
  height:100%;
  min-height:100%;
  behavior: url(htcmime.php?file=csshover.htc) );
  
}

#container
{
  width:770px;
  margin:0 auto;
  padding:0;
  overflow:hidden;
  background:url(../images/bg_container.gif) 0 0 repeat-y;
}

#header
{
  height:110px;
}

#header img
{
  float:left;
}

#left
{
  float:left;
  width:180px;
  border-top:1px solid #6E6285;
  border-right:1px solid #6E6285;
  background-color:#F5F3F8;
  text-align:left;
  overflow:hidden;
}

#left #top
{
  height:30px;
  background:#B2ACBC url(../images/bg_left_top.gif) 0 0 repeat-x;
  margin-bottom:40px;
}

#right
{
  float:left;
  overflow:hidden;
}

#nav
{
  border-top:1px solid #6E6285;
  height:35px;
  width:589px;
  background:#FFF url(../images/bg_nav.gif) 0 0 repeat-x;
  overflow:hidden;
  text-align:left;
}

#content
{
  text-align:left;
  width:569px;
  margin:25px 5px 25px 15px;
}

#footer
{
  height:22px;
  clear:both;
  background:#B2ACBC url(../images/bg_left_top.gif) 0 0 repeat-x;
  color:#6E6285;
  font-size:0.8em;
  padding-top:8px;
}

div.clearer
{
	clear:both;
	height:0px;
	line-height:0.001em;
	font-size:0.001em;
}

div.spacer
{
	height:20px;
	line-height:0.001em;
	font-size:0.001em;
}

/* menu styling
=========================================== */
#nav ul
{
	text-align:center;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:10001;
}

#nav li
{
	display:block;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}
 
#nav a
{
	padding:8px 1em 0px 1em;
	height:22px;
	margin:0;
	width:6em;
	color:#FFF;
	text-decoration:none;
	display:block;
	font:0.9em/1em Georgia, Times New Roman, Helvetica, serif;
	letter-spacing:0.1em;
	border-bottom:5px solid #FFF;
  
}

#nav a:hover
{
  background:url(../images/bg_nav-mover.gif) 0 0 repeat-x;
  border-bottom:5px solid #6E6285;
}

/* left styling
=========================================== */
#left h3
{
  background:#B2ACBC url(../images/bg_h3_left.gif) 0 0 repeat-x;
  font:normal 1.1em Georgia, Times New Roman, serif;
  color:#6E6285;
  padding:1px 1px 2px 5px;
  margin-bottom:0;
}

#left .list
{
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  background:#FFF;
  border-bottom:1px solid #CCC;
  margin-bottom:30px;
}

#left .list li
{
  display:block;
}

#left .list a
{
  display:block;
  padding:1px 1px 1px 15px;
  margin:0;
  width:180px;
  text-decoration:none;
  color:#6E6285;
  background:#FFF url(../images/bg_left_link.gif) 0 50% no-repeat;
}

#left .list a:hover
{
  background:#F5F3F8 url(../images/bg_left_link-mover.gif) 0 50% no-repeat;
  color:#4B435A;
}

#left .blk
{
  background:#FFF;
  border-bottom:1px solid #CCC;
  margin-bottom:15px;
  padding:4px;
}

#left .status
{
  background:#FFFFFF;
  border-bottom:1px solid #CCC;
  margin-bottom:15px;
  padding:4px;
  font-size:0.7em;
}

#left .nieuws
{
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  background:#FFF;
  border-bottom:1px solid #CCC;
  margin-bottom:30px;
}

#left .nieuws li
{
  display:block;
  padding:1px 1px 1px 15px;
  margin:0;
  width:170px;
  font-size:0.7em;
  text-decoration:none;
  color:#6E6285;
  background:#FFF url(../images/list-item.gif) 0 45% no-repeat;
}

#left input
{
  background:#F6F4F8 url(../images/bg_form_input-text.gif) top left repeat-x;
  border:1px solid #CCC;
  font:0.95em verdana, arial, sans-serif;
  width:170px;
  color:#333;
}

#left input:hover
{
  border:1px solid #a0a0a0;
}



#left input:focus
{
  border:1px solid #a0a0a0;
  background:#FFF;
}

#left button, .button
{
  border:1px solid #CCC;
  background:#F7F5F9 url(../images/bg_form_button.gif) top left repeat-x;
  margin-right:4px;
  color:#666;
  font-size:0.9em;
  width:50px;
}

#left .required, .required:focus, .required:hover
{
  border-left:2px solid #6E6285;
}


/* content styling
=========================================== */
#content h1
{
  font:normal 1.4em Georgia, Times New Roman, serif;
  color:#6E6285;
  letter-spacing:0.25em;
}

#content h2
{
  font:bold 1em Georgia, Times New Roman, serif;
  color:#6E6285;
  letter-spacing:0.15em;
}

#content h3
{
  font:normal 1em Georgia, Times New Roman, serif;
  color:#6E6285;
  letter-spacing:0.15em;
}

#content p
{
  line-height:1.2em;
}

#content img
{
  border:1px solid #B6B0BF;
  padding:2px;
  margin:2px;
}

#content a
{
  color:#0099ff;
  text-decoration:none;
}

#content a:hover
{
  color:red;
  text-decoration:none;
}

#content ul
{
  list-style:square outside url(../images/list-item.gif);
}

#content table img {
	border: 0px;
}

/* menu table styling
=========================================== */
table.menu
{
  font:0.8em verdana, arial, sans-serif;
  border-bottom:1px solid #B6B0BF
  border: 0px;
  margin: 0px;
  padding: 0px;
}
table.menu tr:hover
{
  background:#D3D0D9;
}

table.menu .spacer:hover
{
  background:#FFF;
}

table.menu td
{
  border-bottom:1px solid #B6B0BF
}

table.menu .no_style
{
  border-bottom:0px;
}
table.menu .header
{
  border-bottom:0px;
}
table.menu .spacer
{
  font:0.6em verdana, arial, sans-serif;
  border-bottom:0px;
}


/* data table styling
=========================================== */
table.data
{
  font:0.8em verdana, arial, sans-serif;
  width:100%;
  border-bottom:1px solid #B6B0BF
}

table.data tr:hover
{
  background:#D3D0D9;
}

table.data td
{
  padding:2px;
}

table.data .toprow
{
  vertical-align:center;
  background-color:#89809B;
  color:#FFF;
}

table.data .toprow .cell0
{

  background-color:#6E6285;
  width:70px
}


table.data .toprow .cell1
{
  background-color:#89809B;
}

table.data .toprow .cell2
{
  background-color:#A29BAF;
}

table.data .toprow .cell3
{
  background-color:#B6B0BF;
}

table.data .toprow .cell1:hover
{
  background: #89809B url(../images/selection_type.gif) top left  no-repeat;
  background-position: top right;
}
table.data .toprow .cell2:hover
{
  background:#A29BAF url(../images/selection_type.gif) top left no-repeat;
  background-position: top right;  
}
table.data .toprow .cell3:hover
{
  background:#B6B0BF url(../images/selection_type.gif) top left no-repeat;
  background-position: top right;  
}

table.data .toprow .cell1_asc:hover,  table.data .toprow .cell2_asc:hover,  table.data .toprow .cell3_asc:hover
{
  background-position: right -15px;
}

table.data .toprow .cell1_dsc:hover,  table.data .toprow .cell2_dsc:hover, table.data .toprow .cell3_dsc:hover
{
  background-position: right 0px;
}

table.data .toprow .cell1_asc
{
  background: #89809B url(../images/selection_type.gif) top left  no-repeat;
  background-position: top right;
  font:0.9em verdana, arial, sans-serif;
  font-weight:bold;
}

table.data .toprow .cell2_asc
{
  background:#A29BAF url(../images/selection_type.gif) top left no-repeat;
  background-position: top right;  
  font:0.9em verdana, arial, sans-serif;
  font-weight:bold;
}

table.data .toprow .cell3_asc
{
  background:#B6B0BF url(../images/selection_type.gif) top left no-repeat;
  background-position: top right;  
  font:0.9em verdana, arial, sans-serif;
  font-weight:bold;
}

table.data .toprow .cell1_dsc
{
  background:#89809B url(../images/selection_type.gif) top left no-repeat;
  background-position: right -15px;  
  font:0.9em verdana, arial, sans-serif;
  font-weight:bold;
}

table.data .toprow .cell2_dsc
{
  background:#A29BAF url(../images/selection_type.gif) top left no-repeat;
  background-position: right -15px;
  font:0.9em verdana, arial, sans-serif;
  font-weight:bold;
}

table.data .toprow .cell3_dsc
{
  background:#B6B0BF url(../images/selection_type.gif) top left no-repeat;
  background-position: right -15px;
  font:0.9em verdana, arial, sans-serif;
  font-weight:bold;
}

table.data .row1
{
  background-color:#FFF;
}

table.data .row2
{
  background-color:#F5F3F8;
}



/* form styling
=========================================== */
#form
{
  margin:0;
  padding:0;
  font:0.95em verdana, arial, sans-serif;
}

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

form li
{
  margin-bottom:5px;
  list-style:none url();
}

form label
{
  font-size:0.8em;
  color:#666666;
}

input
{
  background:#F6F4F8 url(../images/bg_form_input-text.gif) top left repeat-x;
  border:1px solid #CCC;
  font:0.95em verdana, arial, sans-serif;
  color:#333;
}

input[type="text"], input[type="password"]
/*input.text,input.password, textarea*/
{
  width:250px;
}

textarea
{
  width:350px;
  background-image:url(../images/bg_form_textarea.gif);
}


input:hover, textarea:hover
{
  border:1px solid #a0a0a0;
}

input:focus, textarea:focus
{
  border:1px solid #a0a0a0;
  background:#FFF;
}

button, .button
{
  border:1px solid #CCC;
  background:#F7F5F9 url(../images/bg_form_button.gif) top left repeat-x;
  margin-right:4px;
  color:#666;
  font-size:0.9em;
  width:100px;
}

.required_info
{
  border-left:2px solid #6E6285;
  font-style:italic;
  color:#999;
  font-size:0.9em;
  padding-left:2px;
  margin-bottom:1em;
}

.required, .required:focus, .required:hover
{
  border-left:2px solid #6E6285;
  width:250px;
}

.normal
{
  width:250px;
}


.error
{
  width:250px;
  color:red;
  background-color:white;
  border-style:double;
  border-width:2px;
  border-color:red;
  padding-left:3px;
  font-size:0.9em;
}

/* login blocking window styling
=========================================== */

#dialog_load_message {
	position:absolute; 
	z-index:1000; 
	display:block;
	width:100%; 
	height:100%;
}

#load_message {
	background-color: #6E6285; 
	border:2px groove white; 
	padding: 10px; 
	width: 250px; 
	color:#ffffff; 
	font:0.95em verdana, arial, sans-serif;
}



/* login blocking window styling
=========================================== */

#content_left {
	float:left;
	width:275px;
	text-align:right;
	overflow:hidden;
	margin:2px;
	padding-right:5px;

}


#content_right {
	position:relative;
	top:1px;
	width:275px;
	text-align:left;
	overflow:hidden;
	margin:2px;
}

#content_left .required, #content_left .required:focus,  #content_left .required:hover {
	border-right: 2px solid #6E6285;
	width:250px;
}


#content_left input, textarea
{
  background:#F6F4F8 url(../images/bg_form_input-text.gif) top left repeat-x;
  border:1px solid #CCC;
  font:0.95em verdana, arial, sans-serif;
  width:250px;
  color:#333;
  text-align:right;
}

#content_left input:hover, #content_left textarea:hover
{
  border:1px solid #a0a0a0;
}

#content_left input:focus, #content_left textarea:focus
{
  border:1px solid #a0a0a0;
  background:#FFF;
}

#container #right #content #search {
	width: 100px;
	overflow: hidden;
	position: relative;
	left: 90px;
	top: 2px;
	
}

/* the checkbox en radio buton styling
=========================================== */
/*
input[type="checkbox"], input[type="radio"] {
	position:absolute;
	visibility: hidden;
	width: 0px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}


input[type="checkbox"] + label{
	position:absolute;

	background: url("../images/checkbox.jpg") top left  no-repeat;
	padding-left: 20px;
}
input[type="checkbox"] + label:hover{
	background-position: 0 -28px;
	padding-left: 20px;
}

input[type="checkbox"]:checked + label{
	background-position: 0 -14px;
	padding-left: 20px;
}
input[type="checkbox"]:checked + label:hover{
	background-position: 0 -42px;
	padding-left: 20px;
}
input[type="radio"] + label{
	background: url("../images/radio.jpg")  top left no-repeat;
	padding-left: 20px;
}

input[type="radio"]:checked + label {
	background-position: 0 -15px;
	padding-left: 20px;
}
*/
