html, body{background:#fff;}

.dhtmlwindow{
position: absolute;
visibility: hidden;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.drag-handle{
background-color:  #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em ;
color:#19365E;
font-weight:normal;
padding:10px 0 10px 10px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 1px;
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*/
border-color:Red;
border:0px;
overflow: auto;
}

.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;
}

.drag-coverdiv{
position:absolute;
min-height:5px;
min-width:7px;
height:5px;
width:7px;
background-color:#CCCCCC;
margin-left:95%;
margin-top:23px;

}
.button-pop {
	background-color: #FFF;
	background-image: url('images/Elite/button-shadow.png');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #606060;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #e0e0e0;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
}

.button-pop:hover {
	color: #333;
}

.button-pop:active {
	color: #aaa;
	background-image: none;
	outline: none;
}

#loader{position:absolute; left:46%; top:46%; display:none;}