

body {
	color: 				#34282C;
	/*background: 		ButtonFace;	*/
	background: 		url(/gfx/tile_bg.png) repeat-x;
}

/***************************** General ******************************************/

hr {
	color: 				#307DEE;
	border-color: 		#E0FFFF;
	background-color: 	#F52887;
}

.error, .form_error {
	color: 				red;
}

.disabled {
	color: 				gray;
}

a, label.image {
	color: 				#6E6E6E;
}

a.disabled {
	color: 				buttonFace;
}

/***************************** Header ******************************************/

#header {	
    background: 		#000000;
	border-color: 		#FFFFFF;
	text-align:			center;
}

h1 {
	color: 				#E0FFFF;
	/*background: 		#E0FFFF;*/
	background: 		url(/gfx/tile_bg.png) repeat-x;
	text-align:			center;
}

h2, .header_bar {
	color: 				#ffffff;
	/*background-color: 	#F778A1;*/
	border-color:		#6E6E6E;
}

h3 {
	color: 				#ffffff;
	background-color: 	#DCDCDC;
	border-color:		#6E6E6E;
}

h4 {
	color: 				#000000;
}

/***************************** Toolbar ******************************************/
#toolbar {
	border-color:		#6E6E6E;
}

#toolbar a:hover, #toolbar .active {
	background-image: 	url('/gfx/button_down.gif');		
}

/***************************** Search form ******************************************/
#search_form, #search_form_advanced {
	border-color:		#6E6E6E;
	background-color:	#EEEAE8;
	color:				#6C6F70;
}

/***************************** Manual ******************************************/

#manual_container {
	border:				1px solid #6E6E6E;
	background-color:	#fff;
	color:				DimGray;
}

/***************************** Table ******************************************/

thead tr {
	color: 				#ffffff;	
	background: 		#6E6E6E;;
}

thead a {	
    color: 				#EBDDE2;	
	text-decoration: 	none;
}

thead a:hover {
    color:              #F535AA;
    text-decoration: 	none;
}

.table_0 thead tr {
	color: 				#ffffff;	
	background: 		#6E6E6E;
}

.table_1 thead tr {
	color: 				#ffffff;	
	background: 		#E0FFFF;
}

.table_2 thead tr {
	color: 				#777777;	
	background: 		#f0f0f0;
}

thead.collapsed tr {
	background: 		ButtonFace;
}

tbody td {
	border-bottom: 		1px solid #cccccc;	
	
}

#tableform tbody td {
	border-bottom: 		1px solid #cccccc;	
}




tr.inactive *, td.inactive {
	color: 				gray;
}

.row_M {
	background:			#FBFCFF;
}

.row_V{
	background:			#FFFBF5;
}

.row_0{
	background:			#F8F8FF;
}

.row_1{
	background:			#F0F8FF;
}

.row_berichtgelezen {
	background:			#F8F8FF ;
}

.row_berichtnieuw {
	background:			#FFFFFF;
	font-weight:			bold;
}

caption {
	color: 				gray;
}

.noborder, noborder_center {
	border: 			0px solid #cccccc;
}

/***************************** Form ******************************************/
/*
#content form table td.value {
	color: 				#6E6E6E;
	background-color: 	#f0f0f0;	
	background: 		url(/gfx/td_value.png);
}
*/
/*
#content form table td.value_female {
	color: 				#6E6E6E;
	background-color: 	#FDEEF4;
	background: 		url(/gfx/td_value.png) repeat;
	border:				0;
}
*/

.inline_td_value, .inline_td_description {
	background-color: 	#f0f0f0;
}

.inline_td_value {
	color: 				#6E6E6E;
}

input, textarea, input.submit {
	border: 			1px solid #7F9DB9;
}

.optlist, .optlist_10 {
	color: 				black;
	background: 		white;
	border: 			1px solid #7F9DB9;
}

.button2 {
	color: 				#6E6E6E;
	background-color: 	#f0f0f0;
	border: 			1px solid #6E6E6E;
}

/***************************** Lookup **************************************/
#lookup .description {
	color: 				#FFFFFF;
}

/***************************** Miniform **************************************/
form.miniform {
	color: 				#6E6E6E;
	background-color: 	#f0f0f0;
	border: 			1px solid #6E6E6E;
}

form.miniform caption {
	color: 				#ffffff;
	background-color: 	#6E6E6E;
}

form.miniform table td.description {
	color: 				#6E6E6E;
	background-color: 	#E0FFFF;

}

form.miniform table td.value {
	background-color: 	#f0f0f0;
}

/***************************** Login **************************************/
#loginform caption {
	color: 				#ffffff;
	background: 		#6E6E6E; /* url(/gfx/menu/<?=$image_grip?>) no-repeat left;*/
}

/***************************** rechten ***************************************/

.rechten_donker{
	/*background:			#52515A;*/
	background:			#E0FFFF;
}

.rechten_midden_donker{
	/*background:			#CCCCCC;*/
	background:			#f0f0f0;
}

.rechten_licht{
	/*background:			#EDEDED;*/
	background:			#f0f0f0;
}

.td_rechten {
	border-bottom: 		1px solid #52515A;
	border-right: 		1px solid #52515A;
}

#th_rechten {
	background:			#6E6E6E;
}

/***************************** Calender ***************************************/

#overDiv {
	border: 			1px solid #6E6E6E;
	background: 		#f0f0f0;
}

#overDiv .today {
	background: 		#6E6E6E;
	color: 				#ffffff;
}

/***************************** Pager ******************************************/

.pager .current {
	background: 		#6E6E6E;
	color: 				#ffffff;
}

/***************************** Record x of y************************************/

.recordxofy {
	color: 				#6E6E6E;
}

.sort_link {
	color: 				white;
}

/***************************** Content ****************************************/

#content_container {
	background: 		#ffffff;
	border-color: 		#6E6E6E;
}

/***************************** Menu's *****************************************/

#menu .submenu {
	background: 		#ffffff;
	border-color: 		#6E6E6E;
}

#menu h3 {
	color: 				#ffffff;
	background: 		#6E6E6E; /*url(/gfx/menu/<?=$image_grip?>) no-repeat left;*/
}

#menu ul {
	border-color: 		#6E6E6E;
}


#menu a:link, #menu a:visited {	
	color: 				#6E6E6E;
	border-color: 		#ffffff;
}

#menu a:hover, #menu a:active {
	color: 				#ffffff;
	border-color: 		#6E6E6E;
	background: 		#E0FFFF;
}

#menu #menu_currentgroup a {
	color: 				#E0FFFF;
}

#menu #menu_currentgroup a:hover, #menu #menu_currentgroup a:active {
	color: 				#ffffff;
}

#menu .disabled a.description, #menu .disabled a.description:visited, #menu .disabled a.description:active {
	color: 				buttonFace;
	border-color: 		#ffffff;
	background: 		#ffffff;
}


/**************************** Organistation **************************************/

.highlight{
	background-color: #f0f0f0;	
}

.showtree{
	cursor:pointer;
	vertical-align:bottom;
}