/* Algemeen ********************************************* */

body {
	font-family:arial;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}

/* Begin nieuw form ******************************************** */


.newform_head {
	font-weight: bold;
}

.newform_input {
	font-weight: normal;
}

.newform_input_gen {
	font-weight: normal;
	text-align: left;
}

.newform_input_week {
	font-weight: normal;
	background-color:#E5ECF9;
}

.newform_input_week_gen {
	font-weight: normal;
	background-color:#3366CC;
}

.newform_day {
	font-weight: bold;
}

table.newform {
	border: solid 0px;
}

.grouped_white {
	width: 40px;
	height: 15px;
	font-size: 11px;
	background-color: white;
}

.grouped_color {
	width: 40px;
	height: 15px;
	font-size: 11px;
	background-color: red;
}


/* End nieuw form ******************************************** */

input.knop {
	font-size:10px;
}

.unprint_icon {
	font-family:verdana;
	font-size:12px;	
	font-weight:bold;
	text-decoration:none;
	color:#60a0ff;
}

td {
	font-family:arial;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

td a {
	color: #000000;
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover	{
	color: #575757;
	text-decoration: none;
}

a.remark {
	color: #000000;
	text-decoration: none;
}

h1 {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* Top ******************************************** */

a.button {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover	{
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}

.top {
	background-color: #FFFFFF;
}

.top_balk {
	background-color: #F1B617;
}

.top_button, .top_button a {
	background-color: #0079C2;
	color: white;
}

.top_button a:hover {
	color: #F4B20C;
}

.top_button_active {
	background-color: #FFFFFF;
}

/* Main ******************************************** */

/* Table ******************************************** */

table {
	border-collapse: collapse;
	border: solid 1px #D9D9D9;  
}

th {
	background-color: #0079C2; 
	font-weight: bold; 
	height: 15px;
	color: white;
}

th.light {
	background-color: #EEEEEE; 		
}

.groen {
	background-color: green;
	color: #FFFFFF;
}

.oranje {
	background-color: #FF9900;
	color: #FFFFFF;
}

.rood {
	background-color: red;
	color: #FFFFFF;
}

.blauw {
	background-color: blue;
	color: #FFFFFF;
}

.grijs {
	background-color: #D0D0D0;
	color: #000000;
}

.grijsprint {
	background-color: #D0D0D0;
	color: #000000;
}

.groenprint {
	background-color: green;
	color: #FFFFFF;
}

.oranjeprint {
	background-color: #FF9900;
	color: #FFFFFF;
}

.roodprint {
	background-color: red;
	color: #FFFFFF;
}

.blauwprint {
	background-color: blue;
	color: #FFFFFF;
}

.odd {
	background-color: #F5F5F5;
}

.even {
	background-color: #FFFFFF;
}

.hoverover {
	background-color: #FFFFDD;
}

/* Form ********************************************** */

.formtexttime {
	font-size: 11px;
}

.formtextsmall {
	font-size: 11px;
}

.formtextmiddle {
	font-size: 11px;
}

.formtext {
	font-size: 11px;
}

select {
	font-size: 11px;
}

.option {
	background-color: #AAAAAA;	
	color: white;
}


/* Koptekst voor het formulier */
.formhead {
    font-weight: bold;
}

/* Bottom ******************************************** */

.bottom1 {
	background-color: #F5F5F5;
}

.bottom2 {
	background-color: #D0D0D0;
}