/* --------------------------------------- */
/* GENERAL LIGHTBOX CSS */
/* --------------------------------------- */

body
	{
	/* For IE 6 */
	_height:100%;
	_margin:0;
	_padding:0;
	}

#clear						{ clear:both; }

/* black_overlay */

#lightbox_fading
	{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

#lightbox_iframe
	{
	text-align:left;
	width:100%;
	_width:98%; /*IE6*/
	height:auto;
	_height:480px;/*IE6*/
	min-height: 480px;
	margin: 0px;
	overflow: auto;
	}


/* white_content */
/* plaats van de lightbox */
#lightbox_content
	{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	height: auto;
	_height: 480px;
	min-height: 480px;
	margin-top: -260px;
	margin-left: -470px;
	padding: 4px 5px 10px 10px;
	border: 6px solid #4095cc;
	background-color: white;
	z-index:1002;
	}

#lightbox_titlebar
	{
	border-bottom:4px solid #4095cc;
	height:30px;
	margin-bottom:4px;
	}

#lightbox_title
	{
	font-weight:bold;
	font-size:14px;
	color: #4095cc;
	width:50%;
	margin:0;
	padding:0;
	display:block;
	float:left;
	}

#close
	{
	width:20px;
	margin:0;
	padding:0;
	display:block;
	float:right;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */