.dhtmlwindow{
	position: absolute;
	border:1px solid #3a454b;
	visibility: hidden;
	background-color: #e2e2e2;
	/*background-image: url("../img/common/body_bg.jpg");*/
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 12px Arial;
	line-height: 18px;
	background: #660000 url("/img/nav/titlebar.jpg") repeat-x center left;
	color: #3a454b;
	cursor: move;
	overflow: hidden;
	width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 1px solid #C3C3C3;
	border-top: 1px solid #003300;
	/*background-color: white;*/
	color: #ffffff;
	height: 150px;
	padding: 0px;
	overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	/*border-top: 1px solid #1F74C9;
	background-color: #022D58; F8F8F8*/
	height: 13px; /*height of resize image*/
	background-color: #003300;
}


.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;
}