body, html {
	height:100%
}

#dhtmlwindowholder {
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;
	background:url('../images/blackOut.png') repeat;
	display:none;
	top: 0px;
	left: 0px;
}

.dhtmlwindow {
position: absolute;
visibility: hidden;
background-color:transparent;
height:auto;
overflow:hidden;
top:20px;
}

.popupHeader {
	height:39px;
	width:100%;
	position:relative;
}	

.popupCornerL, .popupCornerR {
	position:absolute;
	width:16px;
	height:39px;
}

.popupCornerL {
	background: url('../images/popup/popup-top-left.gif') no-repeat;
	top:0;
	left:0;
	z-index:99;
}

.popupCornerR {
	background: url('../images/popup/popup-top-right.gif') no-repeat;
	top:0;
	right:0;
}

.drag-handle{ /*CSS for Drag Handle*/
text-indent: 3px;
font: bold 14px Arial;
background: url('../images/popup/popup-top-tile.gif') repeat-x;
color: white;
cursor: pointer;
overflow: hidden;
width:100%;
height:39px;
padding-left:20px;
line-height:3em;
position:relative;
display:inline-block;
}

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

.drag-controls {
	position:absolute;
	margin:6px;
}

.drag-controls img {

}	
	

* 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-left:2px solid #ccc;
border-right:2px solid #ccc;
background-color: white;
color: #000;
height: auto;
padding: 2px;
overflow:hidden;
padding-left:10px;
padding-top:10px;
}



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


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




