﻿@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3D3D3D;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3D3D3D;
}

a:link {
	color: #D7A561;
	text-decoration: none;
}
a:visited {
	color: #D7A561;
	text-decoration: none;
}
a:hover {
	color: #7E003F;
	text-decoration: underline;
}
a:active {
	color: #7E003F;
	text-decoration: underline;
}
hr {
	border: 0;
	color: #3D3D3D;
	background-color: #3D3D3D;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:large;
	color: #7E003F;
}
h2 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:medium;
	color: #7E003F;
}

#centertable {
	margin-left: auto;
	margin-right: auto;
}

#topmenu {
	font-size: medium;
	font-weight: bolder;
	padding-top: 5px;
}
#maincontent {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#melding_achtergrond {
	padding: 10px;
	border: 1px solid #EDD8AD;
	background-color: #FCF8DC;
	color: #7E003F;
}
#melding_tekst {
	margin-left: 40px;
	font-weight: bolder;
}
#strMelding27 {
	background-image:url(images/lamp.gif);
	background-position:center left;
	background-repeat:no-repeat; 
	min-height: 32px;	
}

.resultaattabel {
	width: 100%;
	border: 1px solid #AAAAAA; 
}
.resultaattabel th {
	text-align: left;
	border-bottom: 3px solid #3D3D3D; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #7E003F;	
}
.resultaattabel td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #AAAAAA;
}
.resultaattabel .selectregel { 
	cursor: hand; 
	cursor: pointer;
}
.resultaattabel .boekinforegel {
	display: none;
	background-color: #FCF8E2;
}

.boektabel {
	width: 100%;	
}
.boektabel th {
	text-align: left;
	border-bottom: 3px solid #3D3D3D; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #7E003F;	
}
.boektabel td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

.preekeditform {
	width: 100%;
}
.preekeditform th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	background-color: #EEEEEE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #7E003F;	
}
.preekeditform td {
	padding: 6px;
	background-color: #EEEEEE;
	border: 0px;
}

.prekentabel {
	width: 100%;
}
.prekentabel th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	background-color: #EEEEEE;
	color: #7E003F;	
}
.prekentabel td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}
.prekentabel .preekdetail2 td {
	border-bottom: 1px solid #AAAAAA;
}

.prekentabel .preekdetail1_highlight td {
	color: #7E003F;
}
.prekentabel .preekdetail2_highlight td {
	color: #7E003F;
	border-bottom: 1px solid #AAAAAA;
}



.boekbalk {
	background-color: #F2E9BD;
	margin-top: 3px;
}
.boekbewerkbalk {
	text-align: right;
	padding: 3px;
	position:relative;
}
.boektitelbalk {
	position:relative;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:large;
	color: #7E003F;
	border-bottom: 1px solid #D7A561;
	padding-left: 5px;
	padding-right: 5px;
}

#help_links {
	width: 180px;
	padding-right: 20px;
	border-right: 1px solid #EFEFEF;
	float: left;
}
#help_rechts {
	width: 580px;
	padding-left: 20px;
	float: left;
}

/* AJAX DYNAMIC DROPDOWN LIST STYLES */
/* ------------------------------------------------------------------------------------------- */
/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:250px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #7E003F;	/* Dark green border */
	background-color:#FFFFFF;	/* White background color */
	text-align:left;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	border-bottom: 1px solid #AEAEAE;
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#7E003F;
	color:#FFFFFF;
}
#ajax_listOfOptions_iframe{
	background-color:#FF0000;
	position:absolute;
	z-index:5;
}
/* ------------------------------------------------------------------------------------------- */
