html { height: 100%; overflow: auto; overflow-y: scroll; }

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background: url("../img/main_window/right.png") right repeat-y #000;
	
}

/* general styling rules */

*{
	outline: none;
}	

a { color: #fff; }
a:hover { color: #f8981d; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; padding: 0px; margin: 0px; }

input{
	font-family: Verdana, Arial, sans-serif;
}

textarea{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
}

div.textarea{
	margin: 0px;
	padding: 0px;	
}

.textarea_style{
	width : 100%; 
	height: 57px; 
	background: #262424; 
	border: none; 
	 
	color: #eee;
	overflow: auto;
	border: 1px solid #191818;
}

.big{
	height: 120px;	
}


input[type=text], input[type=password] {
	border: 1px solid #191818;
	color: #eee;
	height: 14px;
	font-size: 10px;
	padding: 0px;
	padding-top: 3px; 
	padding-bottom: 1px;
	width : 100%; 
	background: url("../img/form/bg_teks.gif") no-repeat right 0px #262424;
}
.pxl_datepicker{
	width: 200px; 
}

input.failed, textarea.failed { background: url("../img/form/bg_teks.gif") no-repeat right -42px #262424; }
input.passed, textarea.passed {  background: url("../img/form/bg_teks.gif") no-repeat right -20px #262424; }
.select_error{ position: absolute; right: 0px; top: 25px; background: url("../img/form/exclamation.gif"); width: 16px; height: 16px;}
.validation-advice { color: #FF3300; font-weight: bold; display: none;}
.custom-advice { color: #C8AA00; font-weight: bold; }

h5{
	font-size: 12px;
	border-bottom: 1px dashed #ccc;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

h3{
	color: #f8981d;
	font-weight:normal;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

h2{
	font-weight:normal;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 5px 0 0 0;	
}

li {
	color: 	#f8981d;
	padding: 5px 0;
	clear: both;
}

li:hover {
	background: #3c3a3a;
}

li .c_left {
	font-size: 10px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

li .c_right{
	display: block;
	float: right;
	text-decoration: none;
}

li .c_right img{
	vertical-align: top;
	margin: 0 5px;	
}

hr{
	border: none;
	border-width: 0px;
	height: 1px;
	background: #333333;
	border-color: #333333;
	color: #333333;
}

* html #main_contents{
	height: 100%;
}

.clearer{
	clear: both;
}	

#main_contents{
	width: 100%;
	min-height: 100%;
	background: url("../img/main_window/left.png") top left repeat-y;
}

#header{
	background: url("../img/header.png") left bottom #262424;
	height: 60px;
	width: 100%;
	z-index: 30;
	position: relative;
}

#menu{
 	float: right;
	text-align: right;
	margin: 0 16px 0 0 ;
	z-index: 40;
	position: relative;
}

#menu .menu_item{
	direction: none;
	border: none;	
	display: block;
	float: right;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 9px;
	z-index: 50;
	position: relative;
	border-bottom: 2px;
	border-color: transparent;
}

#menu img{
	margin: 0px;
	padding: 0px;
}	

#menu .faid_in{
	margin-left: -35px;
	position: absolute;
}

#menu .menu_item:hover{
	color: #fff;
	border-bottom: 2px solid #8a5b21;
}

#footer{
	background: url("../img/main_window/bottom.png") repeat-x  #262424;
	color: #f8981d;
	text-align: center;
	margin-top: -50px;
	padding-top: 12px;
	height: 38px;
	position: relative;
	z-index: 10;
	width: 100%;
}

#content{
	position: relative;
	padding: 10px 30px 20px ;
	min-width: 1134px;
	z-index: 11;
}
.content_header{
	font-weight:normal;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	display: block;
	margin: 5px 0;
	height: 5px;
	clear: both;
	font-weight: bold;
	height: 20px;
}
	.content_header span{
		padding: 0 5px;
	}

	.content_header .welkomTxt{
		padding-top: 3px;
		float: left;
	}

#footer #left_corner, #footer #right_corner{
	position: absolute;
	width: 24px;
	height: 24px;
	top: -13px;
	background: url("../img/main_window/left_bottom.png") no-repeat top right #262424;
}

#footer #left_corner{
	left: 0px;	
}

#footer #right_corner{
	right: 0px;
	background: url("../img/main_window/right_bottom.png") no-repeat left top #262424;
}


#main_top{
	position: absolute;
	left: 0px;
	top: -5px;
	width: 100%;
	height: 10px;
	background: red;
	background: url("../img/main_window/top.png");	
}

#main_top #left_corner, #main_top #right_corner{
	position: absolute;
	width: 24px;
	height: 23px;
	background: url("../img/main_window/left_top.png") no-repeat bottom right #262424;
	z-index: 30;
}


#main_top #right_corner{
	width: 23px;
	right: 0px;
	background: url("../img/main_window/right_top.png") no-repeat bottom left #262424;
}



#ajax_loader{
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	display: none;
}

#ajax_loader .background{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/ajax/bottom.png) bottom repeat-x black;
	
	filter:alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
	z-index: 0;	
}
#ajax_loader img{
	position: relative;
	z-index: 10;
	margin-top: 5%;
}

.box {
	float: left;
	width: 31%;
	margin-right: 2%;	
}

.big_box{
	float: left;
	width: 65%;
	margin-right: 2%;
}

.no_box{
	width: 98%;
	margin-right: 2%;
}

.left, .right{
	float: left; 
	width: 49%;
}

.right{
	float: right;
	margin: 0;
}

.noshow{
	display: none;
}

/* TXT color size */
.orange{
	color: #f8981d;	
}

.light_gray{
	color: #727272;
	text-transform: none;
	font-weight: normal;
}

.white{
	color: white;	
}

.red{
	color: red;	
	text-transform: none;
	font-weight: normal;
}

.big_red{
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.green{
	color: green;	
}

.small_orange{
	font-size: 10px;
	color: #f8981d
}

.orange_head, .orange_data_head{
	margin-top: 10px;
	display: block;	
	color: #f8981d;	
}

.orange_head img{
	vertical-align: middle;	
}

.orange_data_head{
	margin-top: 0px;	
}

.blink_txt{
	text-decoration: blink;
}        

.gray{
	color: #737171;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	
}

.hidden_data{
	color: #474747;
}

.button{
	margin-top: 5px;
	text-align: center;
	display: block;
	width: 143px;
	height: 17px;
	background: url(../img/button.gif) 0 0 ;
	text-decoration: none;
	color: #000;
	padding-top: 5px;
	cursor: pointer;
}

.button img{
	vertical-align: top;
	margin-top: -2px;
	margin-right: 2px;	
	float: left;
	margin-left: 3px;
}

.button a{
	color: #000;
	text-decoration: none;	
}

.button:hover{
	color: #000;
	background: url(../img/button.gif) 0 22px;
}

.filter_toggle{
	display: block;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

/* TOGGELER */

.toggle{
	cursor: pointer;	
}

.toggle img{
	vertical-align: top;	
	margin-right: 6px;
}

.toggle h3 a{
	text-decoration: none;	
}

.phone{
	position: relative;
	float: right;
	margin-right: 20px;
}

.phone img {
	position: absolute;	
}

/* STATUS BAR */
.status_bar{
	position: relative;
	height: 20px;
	width: 100%;
	background: url("../img/status_bar/bg.jpg");	
}

.left_blok{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 11px;
	/*background: url("../img/status_bar/left.png");*/
	z-index: 5;
}

.right_blok{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	width: 11px;
	/*background: url("../img/status_bar/right.png");*/
	z-index: 5;
}

.right_blok img, .left_blok img{
	z-index: 10;	
}

.dates{
	position: absolute;
	left: 0px;
	background: none;
	height: 3px;
	margin-top: 2px;
	z-index: 50;	
	background-position: center;
	background-repeat:no-repeat;
	/*
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	*/	
}

.dates img{
	float: right;
	margin-right: -3px;
}

.dates img.startPoint{
	float: left; 
	margin-top: -1px;
}

.progress{
	overflow: hidden;
	position:absolute;
	top: 2px;
	height: 16px;
	text-align: right;
	color: #000;
	background: url("../img/status_bar/progress.jpg") repeat-x;	
}

.progress_indecators{
	position: absolute;
	left: 0px;
	height: 15px;	
	border-right: 1px solid orange;
}
	

.progress_name{
	left: 0px;
	text-align: right;
	padding-left: 20px;
	padding-top: 3px;
}

.date_bar{
	width: 7px; 
	margin-left: -3px; 
	height: 100%; 
	top: 0px;
	position: absolute; 	
}

/* search */
#search{
	float: right;
	/*padding-top: 15px;
	margin-left: 24px;
	height: 27px;*/
	width: 300px;
		
}

	#search .text{
		border: none;
		color: #eee;
		height: 17px;
		
		padding: 3px 0 0 3px; 
		
		font-size: 11px;
		width: 108px;
		vertical-align: top;
		background: url("../img/form/search.gif") no-repeat right center;
		float: right;
	}
	
	#search button{
		margin: 0px;
		margin-left: 2px;
		border: none;
		color: #eee;
		height: 20px;
		padding-top: 6px;
		padding: 0px;
		cursor: pointer;
		width: 52px;
		font-size: 11px;
		
		
		vertical-align: top;
		background: url("../img/form/search_button.gif") 0 0;	
		float: right;
	}
	
	#search button:hover{
		background-position: 0 20px;
		color: #282727;
	}

.small_search{
	width: 94%;
	padding: 3%;
	background: #646363;
	border: 1px solid  #3b3a3a;	
}

/*TABEL*/
table tr td{
	vertical-align: top;
}

.over_zicht_table td, .over_zicht_table th, .weekstaten_table td{
	background: url("../img/form/border_vertical.gif") repeat-x bottom;
	padding-top: 5px;
	padding-bottom: 6px;
}

.over_zicht_table td img{
}

.over_zicht_table th a, .over_zicht_table th{
	text-align: left;	
	color: #f8981d;
	text-decoration: none;
}

.small_head th{
	font-size: 10px;
	background: url("../img/form/border_vertical.gif") repeat-x bottom;
	font-weight: bold;
}

.over_zicht_table tr:hover td,  .weekstaten_table tr:hover td{
	background: #3c3a3a;	
	cursor: pointer;
}

.over_zicht_table .no_hover td, .over_zicht_table .no_hover:hover td{
  text-align: center;
  border: none;
  background: none   
}

.over_zicht_table tr td.cursor{
	cursor: auto;
}

.deparment_toggle:hover{
	background: #333;
	cursor: pointer;	
}

.no_hover .department_head{
	padding-top: 10px;
	text-align: left;
}
.no_hover .department_head a {
	text-decoration: none;
	color: #f8981d;
}

.no_hover .department_head a:hover {
	text-decoration: underline;
}

.bottom_line{
	background: url("../img/form/border_vertical.gif") repeat-x bottom ;
	padding: 3px 0 4px 0;
}

#actions{
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 150px;
	height: 144px;
	margin-top: 100px;
	background: url("../img/dialoge/action.png");
	padding: 15px 20px 20px 60px;
	z-index: 1000;
}

	#actions h2{
		color: #fff;
		font-size: 11px;
		font-weight: bold;
	}

.action .task_head{
	cursor: pointer;
}

.action_form, .task_form{
	margin-top: -7px;
	margin-bottom: 20px;
	overflow: hidden;
}

.action_form .content, .task_form .content{
	background: #333333;
	padding: 0 15px;
}

.show_on_click{
	height: 14px;
	overflow: hidden;
	width: 100%;
}

/*PAGINATOR STYLE*/

.paginator{
	height: 15px;
}

.paginator span{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2px;
	
}
.paginator span a{
	background: url(../img/paginator/button.png) 0 0;
	text-decoration: none;
	padding-top: 2px;
	width: 16px;
	height: 14px;
	text-align: center;
	display: block;
}

.paginator span a:hover{
	background-position: 0 16px;
	color: #fff;	
}

.paginator .current{
	background: url(../img/paginator/button.png) 0 32px;
	text-align: center;
	padding-top: 2px;
	height: 14px;
	color: #444;
}

.paginator .prev, .paginator .next{
	float: left;	
	width: 75px;
	height: 16px;
	background: url(../img/paginator/big_button.png) 0 0; 
	padding-top: 2px;
	width: 75px;
	height: 14px;
	text-align: center;
	text-decoration: none;
}

.paginator .prev:hover, .paginator .next:hover{
	color: #fff;
	background-position: 0 16px;
}
.paginator .prev{
	margin-right: 2px;	
}

form.plain-form { }

form.plain-form select,
form.plain-form input,
form.plain-form label {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
	width: 90%;
	color: #f2f2f2;
}

form.plain-form select {
	width: 91%;
}

form.plain-form select,
form.plain-form input {
	margin-bottom: 13px;
	background: #000;
	color: #fff;
	border: 1px solid #555;
	padding: 2px;
}

form.plain-form input.button {
	text-align: center;
	display: block;
	width: 143px;
	height: 22px;
	border: 0;
	background: url(../img/button.gif) 0 0 ;
	text-decoration: none;
	color: #000;
	padding-top: 2px;
	cursor: pointer;
}
form.plain-form input.button:hover {
	background: url(../img/button.gif) 0 22px;
}