/* --------------------------------------- */
/* LIGHTBOX css */
/* --------------------------------------- */

body
	{
	/*IE 6*/
	_margin:0;
	_padding:0;
	_height:100%;
	}

#clear							{ clear:both; }

/*	.black_overlay*/
#lightbox_fading
	{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
/*	height: 100%;*/

	background: url(/grfx/lb_overlay.png);
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

#lightbox_iframe
	{
	text-align:left;
	width:99%;
	_width:98%; /*IE6*/
	height:auto;
	_height:400px;/*IE6*/
	min-height: 87%;
	overflow: auto;
	}

/*.white_content*/
/* plaats van de lightbox */
#lightbox_content
	{
	display: none;
	position: absolute;
/* is niet meer nodig */
	top: 2%;
	left: 50%;
	width: 950px;
	height: 92%;
	margin-left: -500px;
	padding: 2px 5px 10px 20px;
	border: 5px solid #000;
	background-color: white;
	z-index:1002;
	overflow: auto;
	overflow-x: hidden;
	}

#lightbox_titlebar
	{
	height:30px;
	margin-bottom:4px;
	}

#lightbox_title
	{
	font-weight:bold;
	font-size:14px;
	width:70%;
	margin-left: 10px;
	float:left;
	display:block;
	}

#close
	{
	width:20px;
	float:right;
	display:block;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */