/* ENKELE HTML BASIS TAGS HERGEDEFINIEERD */

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

body {background-color: #fff;}

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

hr {
	border: 2px solid #CC9900;
	height: 0;
}

.login {
	background-color: #FFCE08;
}

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

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

/* OPMAAK VOOR DE HEADER */

.header {
	color: #CC9900;
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;	
}

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

/* OPMAAK VOOR HET MENU */
.vertol{
	background-color: #E0CE9C;
}

.vertol_a{
	border-top: 2px solid white;
	border-bottom: 2px solid white;	
}

.vertol_b{
	border-top: 2px solid white;
}

.menutitle {
	padding-left: 15px;
	line-height: 20px;
	color: #fff;
	background-color: #CC9900;
	background-image: url(menutitle_bg.gif);
	font-weight: bold;
	
	font-family: "Arial Narrow";
	font-size: 11px;
	text-transform: uppercase;	
	font-weight: bold;
}

.menuitem {
	padding-left: 15px;
	line-height: 20px;
	color: #fff;
	
	font-family: "Arial Narrow";
	font-size: 11px;
	text-transform: uppercase;
}

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

	border:	1px solid #E0CE9C;
	border-left: none;
	border-right: none;

	background-color: #F0E7CE;
	cursor: hand;
	cursor: pointer;

	font-family: "Arial Narrow";
	font-size: 11px;
	text-transform: uppercase;	
}

/* KLEINE ONOPVALLENDE TEKST */

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

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

/* FOUTMELDINGEN */

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

/* OPMAAK VOOR DE TABELLEN IN DE CONTENT */

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

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

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

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

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

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

.tborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E0CE9C;
	border-left-color: #E0CE9C;
}

.tform {
	line-height: 20px;
	background-color: #F0E7CE;
	vertical-align: top;
}

.tline {
	border-bottom: 2px solid #E0CE9C;
}

/* De actie waar men mee bezig is */

.action_title{
	color: #CC9900;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

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

/* Datepicker */

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

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;
}

/* 3 classes voor de File Upload class */
div.file_overview_field{
	overflow:auto;
	border: solid 1px #7F9DB9;
	background-color: #FFFFFF;
	width: 600px;
	min-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:	#B30838;
	border: 0;
	width: 169px;
	font-family: Webdings;
	text-align:	center;
	color: white;
	cursor: hand;
	cursor: pointer;	
}

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

/* kalender */
td.cell {
	width: 18px;
	font-size: 11px;
	text-align: right;
	padding: 2px;
}

td.dark {
	background-color: #CC9900;
}
