/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a, a:link, a:visited {
	color: #414652;
	text-decoration: underline; }

a:hover{
	color: #8894B2;
	text-decoration: none; }

h1 {
	font-size: 1.1em;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;  }

h2	{
	font-size: 1em;
	margin: 0;
	padding: 0; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#adminall{
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
}
#edit_default {
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 85%;
	background-color: #fdfdfd;
	border: 1px solid #ddd; 
	width: 600px; 	}
	
/* Form and elements */	

form {
	margin: 0;
	padding: 1em;
	background: transparent;
	color: #333; }

label {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #ddd;
	display: block;	}
	
input {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ddd;
	padding: 3px;
	}	
	
input[type=text] {
	width: 300px; }	
	
input.button {
	background-color: #00b700;
	border: #00b700;
	margin-top: 1em;
	color: #fff;
	font-weight: bold;
	width: auto; }	
input.button:hover {
	background-color: red;
	border: red;}	
.opmerking, .w {
	font-style: italic; }		

/*********** #adminmenu link styles ***********/
#adminmenu { 
	display:block;
position:absolute;
top:10px; left:350px; 
	font-family: Verdana, Arial, sans-serif;
	padding: 10px;
	font-size: 85%;
	background-color:#eee;
	width:570px;
	border: 1px solid #ddd;	 }


/************tabelopmaak*************/
.tabel {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-bottom:10px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background-color: #eee;	}

.tabel td, .tabel th {
	padding: 3px 5px;
	vertical-align:top;
	text-align:left;
	border: 1px solid #ddd;
	vertical-align: bottom; }

.tabel th {
	background-color:#eee;}

.tabel th.head { 
	background-color:#fff;
	font-weight:bold;
	font-size: 1.1em; 	}
	
.tabel th.section {
	text-align:left;
	font-weight:bold;
	background-color:#ccc;
	}	

.tabel th.rij {
	font-weight:normal;
	text-align:left;
	}

.zebra { background: #eee;}			

td.actie {
	width:65px;
	}

td.action {
	color:#d00;
	width: 90px;
}
.tabel img { border:0px; }
.action a:link, 
.action  a:visited, 
.action  a:hover, 
.action  a:active {
text-decoration: none; 
font-weight: bold; }	
.action  a:hover{
color: #00b700;   }	

.remark {
	font-style:italic;
	text-align:left;
	}

/******/

/************* #copyright styles ***************/

#copyright {
	padding: 5px 5px 5px 15px;
	margin-top:20px;
	font-size: 9px;
	color: #333;
	font-style: italic;
}
#copyright a:link {
	color: #414652;
}
#copyright a:hover {
	color: #fff;
}


/********** extra styles ******************/

.alert {
	font-weight: bold;
	color:#bb0000;
	text-transform:uppercase;
	}

.fltlft {
	margin: 0px;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}

/* valid8 */
.label { background: #FFCC33; padding: 5px; font: bold 10px Arial, sans-serif; position: absolute; top: 0;left: 0; }

.form { padding: 20px 20px 10px; background: #E0F4F8; width: 580px; overflow: hidden; }
.form p { margin: 0 0 10px 0; float:left; clear:both; display: block; }
.form label { font: bold 0.9em Helvetica, Arial, sans-serif; color: #0077AA; padding: 0 0 0 5px;}
.form .w { float: left; clear: both; padding: 5px 5px 0; background: #D7EBEF; font: bold 0.8em Helvetica, Arial, sans-serif; color: #333; overflow: hidden; }
.form .w span { padding: 0 0 5px; float:left; }
.form .input { border: 1px solid #A5C2C8; line-height: 1.2em; padding: 5px 26px 5px 5px; margin: 0 0 5px 0; width: 537px; font: bold 1.2em Helvetiva, Arial, sans-serif; }
.form .w label { padding:0; }

/* Validation */
.w.error { background-color: #EFD8D7; }
.w.error .input { border-color: #C8A5A5; background: #fff url('../picts/cross.png') no-repeat right center; }

.w.valid { background-color: #A4EFAE; }
.w.valid .input { border-color: #A5C8A6; background: #fff url('../picts/accept.png') no-repeat right center; }
.w.valid span { display: none; }

form {
	margin: 0;
	padding: 1em;
	background: transparent;
	color: #333; }

label {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #ddd;
	display: block;	}

.formC label.error {
	display: block;
  float: left;
  color: red;
	border-top: 0px;
}
