.dhtmlwindow{
	position: absolute;	
	visibility: hidden;
	z-index: 999;
}
.dhtmlwindow .drag-handle{
	padding: 0px 0px 1px 0px;
	text-indent: 5px;
	font-family: 'WebserverOff';
	font-size: 15px;
	font-weight: bold;
	background-color: #2CA5DC;
	color: #F0F0F0;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 23px;
	border-top: 2px solid #2CA5DC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.dhtmlwindow .drag-handle .drag-controls{ 
	position: absolute;
	right: 5px;
	top: 4px;
	cursor: hand;
	cursor: pointer;
}
.dhtmlwindow .drag-handle{ 
	width: 100%;
}
/* CSS van de tooltips inhoud */
.dhtmlwindow .drag-contentarea{ 
	border: 2px solid #A5D3EA;
	color: black;
	height: 150px;
	overflow: auto;
	font-family: 'WebserverOff';
	font-size: 12px;
}
.dhtmlwindow .drag-contentarea a{
	color: #E3294A;
	font-weight: bold;
}
.dhtmlwindow .drag-statusarea{ 
	border-top: 1px solid #828482;
	height: 13px; 
}
.dhtmlwindow .drag-resizearea{ 
	float: right;
	width: 13px; 
	height: 13px;
	cursor: nw-resize;
	font-size: 0;
}
.dhtmlwindow #loader{
	text-align: center;
	padding-top: 20px;
}


.dhtmlerror{
	position: absolute;
	border: 1px solid #e3000b;
	visibility: hidden;
	background-color: white;
	z-index: 999;
}
.dhtmlerror .drag-handle{
	padding: 3px 0px 1px 0px;
	text-indent: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff0f0;
	color: #e3000b;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 14px;
}
.dhtmlerror .drag-handle .drag-controls{ 
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}
.dhtmlerror .drag-handle{ 
	width: 100%;
}
/* CSS van de tooltips inhoud */
.dhtmlerror .drag-contentarea{ 
	border-top: 1px solid #e3000b;
	background-color: white;
	color: #e3000b;
	height: 150px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.dhtmlerror .drag-contentarea a{
	color: #E3294A;
	font-weight: bold;
}
.dhtmlerror .drag-statusarea{ 
	border-top: 1px solid #828482;
	background-color: #F8F8F8;
	height: 13px; 
}
.dhtmlerror .drag-resizearea{ 
	float: right;
	width: 13px; 
	height: 13px;
	cursor: nw-resize;
	font-size: 0;
}
.dhtmlerror #loader{
	text-align: center;
	padding-top: 20px;
}