.dhtmlwindow{
position: fixed;
/*border: 2px solid #7D1A8F;*/
visibility: hidden;
/*background-color: rgb(80,121,190);*/
}

.dhtmlwindowie{
position:absolute;
/*border: 2px solid #7D1A8F;*/
visibility: hidden;
/*background-color: rgb(80,121,190);*/
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent: 3px;
font: bold 14px Arial;
/*background-color: rgb(80,121,190);*/
color: white;
/*cursor: move;
overflow: hidden;*/
width: auto;
height:41px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 20px;
top:0px;
cursor: hand;
/*cursor: pointer;*/
}

.drag-contentarea-margine{
width:689px;
margin:0px 0px 0px 3px;
background:url(../img/scalabila-IE.png) repeat-y;
}

.drag-contentarea-fundal{
margin:0px 15px 0px 17px;
/*background-color: rgb(80,121,190);*/
}

.drag-contentarea-footer{
margin:0px 0px 0px 3px;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
/*border-top: 1px solid #7D1A8F;*/
/*background-color: rgb(80,121,190);*/
color: black;
height: 150px;
padding: 0px;
overflow: auto;
margin:0px 3px 0px -1px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
/*border-top: 1px solid #7D1A8F;*/
/*background-color: #F8F8F8;*/
height: 13px; /*height of resize image*/
height:40px;
}


.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;
}
