.dhtmlwindow{
position: absolute;
border: 1px solid #888888;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px 1px 1px 3px;
/*text-indent: 10px;*/
font-family: Verdana, Tahoma, Arial; 
font-size: 9pt;
/*background-color: #ffffff;*/
background-image: url('imgwin/banerheadfon.gif'); 
background-repeat: repeat-x; 
background-position: left top;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

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

.ctlimgs{ /*CSS for images of controls (min, close etc) within Drag Handle; Added by dimov@domino.bg*/
/*border: 1px solid #333333;*/
margin-right: 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*/
border-top: 1px solid #213063;
/*background-color: white;*/
/*background-image: url('imgwin/banerfon.gif'); 
background-repeat: no-repeat; 
background-position: center bottom;*/
color: #283C7B;
font-family: Arial; 
font-size: 9pt;
/*font-weight: bold;*/
text-align: center;
/*height: 150px;*/
/*padding: 7px;*/
overflow: auto;
margin: 0px;
padding: 0px;
scrollbar-base-color: #5E77CA;
		scrollbar-arrow-color: #ffffff;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #e9ebf1;
height: 13px; /*height of resize image*/
background-image: url('imgwin/statusbar.gif'); 
background-repeat: repeat-x; 
background-position: top center
}


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