.dhtmlwindow{
position: absolute;
border: 2px solid;
border-color: #9CBDFF;
visibility: hidden;
background-color: white; 
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #D1E3FA;
color: black;
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; 
}


/* ---------------------------- CSS for all content tags ------------------------------ */
.drag-contentarea{
border-top: 1px solid;
border-top-color: #9CBDFF;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
font: normal 11px sans-serif;  
}

.drag-contentarea .group-legend {
	font: bold 12px arial;   
}
.drag-contentarea .number-editbox{
	text-align:right;
}

.drag-contentarea .text-editbox{
	text-align:left;
}

/*.drag-contentarea input{
	font: normal 11px arial;
}*/

.drag-contentarea div.right-aligned-text{
	text-align:right;
	width: 130px;    
}
/*---------------------------------CSS for new modal window content---------------------------*/
.newdrag-contentarea{
/*border-top: 1px solid brown;*/
background-color: white;
color: black;
/*height: 150px; */
/*padding: 2px; */
/*overflow: auto; */
font: normal 11px arial;
}

.newdrag-minmax {
font: italic 11px arial;
}

/*.newdrag-contentarea .group-legend {
    font: bold 12px arial;
}
.newdrag-contentarea .number-editbox{
    text-align:right;
}
/*.drag-contentarea input{
    font: normal 11px arial;
}*/

.newdrag-contentarea div.right-aligned-text{
    text-align:right;
    /*width: 130px; */
} */  
/* --------------------------- End CSS for all content tags ---------------------------- */


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


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

/* --------------------------- End CSS for all content tags ---------------------------- */

#dhtmlwindowoverlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*z-index:99999999999;*/
    z-index:9999999;
    background-color:#333;   
    -moz-opacity: 0.5;    
    opacity: 0.5;
    filter: alpha(opacity=50);
}
