.dhtmlwindow{
	position: absolute;
	border: none !important;
	visibility: hidden;
	background-color: none !important;
}
.drag-DHT{
	margin:0px; padding:0px; border:0px; border:none !important;
	empty-cells:show; border-collapse:collapse;
}
.DHT td{border-collapse:collapse;}
.drag-handle{ /*CSS for Drag Handle*/
	height:24px;
	padding: 0px; margin:0px;
	font: bold 13px Arial;
	line-height:26px;
	background: none !important;
	color: white;
	cursor: move;
	overflow: hidden;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#TLC{width:11px; height:24px; background:url('../dhtmlwindow/drag_left_corner.png') left top no-repeat;}
#TCC{height:24px; background:url('../dhtmlwindow/drag_bg.png') left top repeat-x;}
#TRC{width:11px; height:24px; background:url('../dhtmlwindow/drag_right_corner.png') left top no-repeat;}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
}
.drag-controls{
	position: absolute;
	cursor: hand;
	cursor: pointer;
	top: 3px;
	right: 10px;
}
* 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*/
	background-color: none;
	color: black;
	height: 150px;
	padding: 0px;
	overflow: auto;
	padding-top:2px;
}
#CLC{width:11px; background:url('../dhtmlwindow/content_left.png') left top repeat-y;}
#CCC{background:#eeeeee;}
#CRC{width:11px; background:url('../dhtmlwindow/content_right.png') left top repeat-y;}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	background-color: none;
	width:100%;
	height: 19px; /*height of resize image*/
}
#SLC{width:11px; height:19px; background:url('../dhtmlwindow/status_left.png') left top no-repeat;}
#SCC{height:19px; background:url('../dhtmlwindow/status_bg.png') left top repeat-x;}
#SRC{width:19px; height:19px; background:url('../dhtmlwindow/status_right.png') left top no-repeat; padding:0px; margin:0px;}
.drag-resizearea{ /*CSS for Resize Area itself*/
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
	margin:0px; padding:0px;
	vertical-align:top;
	margin-top:1px;
}
.drag-resizearea img{
	margin:0px; padding:0px;
}
