/* ENKELE HTML BASIS TAGS HERGEDEFINIEERD */

body, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {background-color: #EEEEEE;}

a{text-decoration:none;}
a:link {color:#000000}
a:visited {color:#000000}
a:hover {color: #CC6600}
a:active {color: #CC6600}

/* TWEE KLEUREN DIE OP BIJV TEKST KUNNEN WORDEN TOEGEPAST */

.c1 {color: #FFFFFF;}
.c2 {color: #CC6600;}

/* OPMAAK VOOR DE HEADER */

.header {color: #FFFFFF;}
a.header{text-decoration:none;}
a.header:link {color:#FFFFFF}
a.header:visited {color:#FFFFFF}
a.header:hover {color: #999999}
a.header:active {color: #999999}

/* OPMAAK VOOR HET MENU */

.menutitle {
	padding-left: 15px;
	line-height: 20px;
	color: #000000;
	background-color: #CC6600;
	font-weight: bold;
}

.menuitem {
	padding-left: 15px;
	line-height: 20px;
}

.menuitemMouseOver{
	padding-left: 15px;
	line-height: 18px;
	width: 168px;

	border:	1px solid #D8D8D8;
	border-left: 0;
	border-right: 0;

	background-color: #E3E3E3;
	cursor: hand;
	cursor: pointer;	
}

/* KLEINE ONOPVALLENDE TEKST */

.notice {
	font-size: 9px;
	color: #AAAAAA;
}

a.notice {text-decoration:none;}
a.notice:link {color:#AAAAAA}
a.notice:visited {color:#AAAAAA}
a.notice:hover {color: #CC6600}
a.notice:active {color: #CC6600}

/* FOUTMELDINGEN */

.error {
	color: #FF0000;
	font-weight: bold;
}

/* OPMAAK VOOR DE TABELLEN IN DE CONTENT */

.theader {
	color: #FFFFFF;
	background-color: #CC6600;
	line-height: 18px;
}

.theaderMouseOver {
	color: #FFFFFF;
	background-color: #000000; 
	line-height: 18px;
	cursor: hand;
	cursor: pointer;
}

.tfooter {
	color: #000000;
	background-color: #D8D8D8;
	line-height: 18px;
}

.tr1 {
	line-height: 18px;
	background-color: #EEEEEE;
}

.tr2 {
	line-height: 18px;
	background-color: #FFFFFF;
}

.trMouseOver {
	line-height: 18px;
	background-color: #999999;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
}

.tborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
}
.tform {
	line-height: 20px;
	background-color: #EEEEEE;
	vertical-align: top;
}

.tline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
}
/* De actie waar men mee bezig is */

.action_title{
	font-size: 11pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
	font-variant: small-caps;
}

a.action_title {text-decoration:none;}
a.action_title:link {color:#999999;}
a.action_title:visited {color:#999999;}
a.action_title:hover {color: #CC6600;}
a.action_title:active {color: #CC6600;}

/* Datepicker */

div.picker {
	width: 160px;
	height: 200px;
	position: absolute;
	display: none;
}

table.date_navigatie{
	width: 160px;
	border: solid 1px black;
	background-color: #CCCCCC;
}

table.day_grid{
	width: 160px;
	background-color: #CCCCCC;
	padding: 0px;
	border: solid 1px black;
}

td.day_grid{
	border: solid 1px #ffffff;
	text-align: center;
	font-size: 8pt;
	font-family: arial;
	color: #333333;
	width: 20px;
	height: 20px;
	cursor: hand;
}

td.day_grid_now{
	border: solid 1px #ffffff;
	text-align: center;
	font-size: 8pt;
	font-family: arial;
	color: #ffffff;
	width: 20px;
	height: 20px;
	cursor: hand;
	background-color: red;
}

td.day_grid_over{
	border: solid 1px red;
	background-color: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-family: arial;
	color: #333333;
	width: 20px;
	height: 20px;
	cursor: hand;
}

td.day_grid_empty{
	font-size: 8pt;
}

td.day_grid_title{
	border: solid 1px #ffffff;
	text-align: center;
	font-size: 8pt;
	font-family: arial;
	color: #333333;
	width: 20px;
	height: 20px;
}

select.datepicker_month{
	font-family: arial;
	font-size: 8pt;
	color: #333333;
	background-color: #gggggg;
	border: solid 1px #333333;
}

input.datepicker_year{
	font-family: arial;
	font-size: 8pt;
	color: #333333;
	border: solid 1px #333333;
	background-color: #gggggg;
}

input.widget_button{
	border: solid 1px #333333;
	font-family: wingdings 3;
	font-size: 3pt;
	color: black;
	width: 12px;
	height: 9px; 
}

input.widget_button2{
	border: solid 1px #333333;
	font-family: arial;
	font-size: 8px;
	color: black;
	width: 14px;
	height: 14px; 
	margin: 4px;
}

img.preview_image{
	border: solid 1px #333333;
	cursor: hand;
}

DIV.char_div{
	position: absolute;
	background-color: #cccccc;
	border: solid 1px #000000;
	display: none;
}

TD.char_cell{
	border: solid 1px;
	background-color: #cccccc;
	text-align: center;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	cursor: hand;
} 

TD.char_cell_over{
	border: solid 1px;
	background-color: #333333;
	text-align: center;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	cursor: hand;
} 

/* FILE UPLOAD ELEMENT */

div.file_overview_field{
	border: solid 1px #7F9DB9;
	background-color: #FFFFFF;
	width: 600px;
	height: 40px;
	padding: 10px;
	margin-top: 10px;
}

div.special_button_1{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	width: 16px;
	height: 16px;
	cursor: hand;
	border: solid 1px #CCCCCC;
	float:left;
} 

div.special_button_2{
	font-family: wingdings 3;
	padding-left: 1px;
	padding-top: 2px;
	width: 16px;
	height: 16px;
	cursor: hand;
	border: solid 1px #CCCCCC;	 
	float: left;	 
}
 
/* SCROLL MENU */

.scrollButton {
	background:	#E3E3E3;
	border:	1px solid #D8D8D8;
	border-left: 0;
	border-right: 0;
	width: 169px;
	font-family: Webdings;
	text-align:	center;
	cursor: hand;
	cursor: pointer;	
}

#scrollContainer {
	height:	200px;
	overflow: hidden;
	padding: 0px;
}

/* input veld wat gebruikt wordt om tekst weer te geven (in batch_process.php) */
.infofield {
	font-weight: bold;
	border: none;
	width: 210px;
	background-color: #EEEEEE;
}

/* Bezettingsoverzicht */
#bezetting table {
	border: 1px solid #D8D8D8;
}

#bezetting td {
	border: 1px solid #D8D8D8;
	padding: 2px;
}

#bezetting .formatie {
	color: #007ed7;
}

#bezetting .bezetting {
	color: #14d700;
}

#bezetting .verschil {
	color: #d71000;
	display: none;
}

#bezetting .aantal {
	text-align: center;
	width: 60px;
}

#bezetting .bgverschil {
	background-color: #ffcc99;
}

#bezetting .totaal {
	text-align: right;
}

#bezetting .tfooter {
	font-weight: bold;
}
