.dhtmlwindow{
	position: absolute;
	visibility: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	Scrollbar-face-color: #6A0606;
	Scrollbar-arrow-color: #F8B028;
}

.drag-handle{ /*CSS for Drag Handle*/
	text-indent: 20px;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: url(hed_fon.png);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-bottom-color: #990000;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
	margin: 2px;
	padding: 2px;
}

* 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: #6A0606;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F7F5CF;
	height: 13px; /*height of resize image*/
	color: #F7F5CF;
}


.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;
}

