/* CSS Document for dhtmlwindow.css */
/* Thanks Dynamic Drive.com for the great tools! */
/* Additional edits - MIAV Solutions */
/***********************************************
* DHTML Window Widget- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

.dhtmlwindow{
position: absolute;
border:none;
visibility: hidden;
background: transparent;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-left: 2px;
padding:1px;
text-indent: 3px;
font: bold 13px Arial;
background: transparent none;
color: #333333;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

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

* 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: transparent;
color: white;
height: 150px;
padding-top: 1px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: none;
background-color:#666666;
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;
}