/*************************************************************/
/* Toegevoegd door AD -> nodig voor transparante achtergrond */
/*************************************************************/

#transparantlayer{
	position:fixed;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#ccc;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

/*************************************************************/
/*************************************************************/

.dhtmlwindow{
	position: absolute;
	background-color:#fff;
	border-style:none;
	visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 15px;
	text-indent: 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color: #64a0ce;
	background-image:url(../images/PopUpCorner1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color: #fff;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 0;
	top: 0;
	cursor: hand;
	cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 1px solid #64a0ce;
	background-color: #64a0ce;
	color: #fff;
	height: 150px;
	padding: 0 15px;
	overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid #64a0ce;
	background-color: #64a0ce;
	height: 13px; /*height of resize image*/
	background-image:url(../images/PopUpCorner3.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}

/* Infobox (added by AD - 20090525) */

div.infobox{display:none;}