/********************************************* basic */

BODY {
	color: black;
	background-color: #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 10px;
	margin-top: 5px;
	background-image: url( '../images/jpg/bg.jpg' );
	background-repeat: repeat-x;
	position: fixd;
}

IMG {
	border-color: black;
} 

/********************************************* diversen lettertypen */

H3 {	font-family :  Broadway, forte;
	font-size: 16pt; 
	
}

/********************************************* hyperlinks */

A {
	color : #c50000;
	text-decoration : none;
}

A:HOVER {
	color : #c50000;
	text-decoration : underline;

}

/********************************************* formulieren */

INPUT.TEXT {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid;
}

INPUT.KNOP {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #9BB5C4;
	border: 1px solid;
}


TEXTAREA {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid;

}


/********************************************* tabellen */

TD,TR {
	font-size: 9pt; 
}

.lijn {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
}

.kerkgebouw {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	color: black;
	background-color: #ffffff;
}

.kop {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


tr.line {
	border: solid 0px;
	background-image: url(../images/gif/dot.gif);
	background-position: left middle;
	background-repeat: repeat-x;
	position: fixd;
}

td.middle1 {
	width: 40px;
	background-image: url(../images/jpg/bg_menu_1.jpg);
}


td.middle2 {
	width: 160px;
	background-image: url(../images/jpg/bg_menu_2.jpg);
}

td.middle3 {
	width: 615px;
	background-color: #FFFFFF;
}

td.middle4 {
	width: 20px;
	background-image: url(../images/jpg/bg2rechts.jpg);
}

/********************************************* fotovergroting */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/********************************************* tabel sorteren */
	
	.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url(../images/jpg/downsimple.jpg);

}

.sort-arrow.ascending {
	background-image:		url(../images/jpg/upsimple.jpg);
}

