.dhtmlwindow
{
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
}


.drag-handle
{ /*CSS for Drag Handle*/
	text-indent: 5px;
	font: bold 12px Arial;
	background-color: #cccccc;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.drag-handle .drag-controls
{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 9px;
	top: 8px;
	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*/
	border-bottom: 2px solid black;
	width: 100%;
}


.griddrag{ /*CSS for Drag Handle*/
	display: none
}


.griddrag .drag-controls
{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 5px;
	top: 7px;
	cursor: hand;
	cursor: pointer;
}


* html .griddrag
{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	border-bottom: 2px solid black;
	width: 100%;
}


.drag-contentarea
{ /*CSS for Content Display Area div*/
	background-color: #ffffff;
	font-family: Arial; font-size: 12px;
	color: black;
	height: 250px;
	overflow: auto;
}


.drag-statusarea
{ /*CSS for Status Bar div (includes resizearea)*/
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}


.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;
}
