
.dhtmlwindow {
    position: absolute;
    border: 3px solid #93AFCB;
    visibility: hidden;
    z-index:10;
    overflow:hidden;
    width:33em;
	background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
/*     padding: 1px; */
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	
/*     text-indent: 3px; */
/*     font-size: 10pt; */
    font-weight: bold;
    color: black;
    cursor: move;
    overflow: hidden;
    width: auto;
/*     height: 20px; */
/*     background: #93AFCB url(/images/default/main/h1-gradient-1-50x23px.gif) repeat; */
    background:url(/images/default/main/background-200x26px.gif) repeat-x;
    
/* 	border: 1px solid #E5E5E5; */
	border-bottom: 1px solid white;
}

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

.inline-contentarea { /*CSS for Content Display Area div*/
/*     border-top: 1px solid #1B5790; */
    color: black;
    height: 150px;
    padding: 10px;
    overflow: auto;
    font-size: 13px;
    font-weight: normal;
}

.inline-helparea { /*CSS for Content Display Area div*/
    color: black;
    padding: 10px;
    overflow: auto;
    font-size: 13px;
    font-weight: normal;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
   
    color: black;
    height: 150px;
    overflow: auto;
    font-size: 10pt;
    font-weight: normal;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
/*     border-top: 1px solid #93AFCB; */
    border-top: 1px solid white;

/*     background-color: #93AFCB; */
    height: 7px; /*height of resize image*/
    background:url(/images/default/main/background-200x26px.gif) repeat-x;

}


.drag-resizearea{ /*CSS for Resize Area itself*/
    float: right;
    width: 9px; /*width of resize image*/
    height: 7px; /*height of resize image*/
    cursor: nw-resize;
    font-size: 0;
}
