.dhtmlwindow{
position: absolute;
border: 1px solid #000000;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;*/
visibility: hidden;
background-color: white;
width:770px;
}

.drag-handle
{ /*CSS for Drag Handle*/
padding: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
/*background:url(../images/Divimages/div_bgimg.jpg) repeat-x;*/
/*border-left: 2px solid #34B5EC;
border-right: 2px solid #34B5EC;*/
color: #065C8B;
cursor: move;
height:5px;
padding-top:5px;
/*width: auto;*/
position:absolute;
/*width:450px;*/
text-indent:5px;
text-align:left;
width:768px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
right: 2px;
text-align:left;
top: 2px;
cursor: pointer;
margin-top:3px;
position:absolute;
float:right;

}



.drag-contentarea
{
	 /*CSS for Content Display Area div*/
color: black;
/*height: 150px;*/
padding: 2px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
/*border-top: 1px solid #F0F0F0;*/
/*background:url(../images/Divimages/bottom-img.gif) repeat-x;*/
height: 2px;
 /*height of resize image*/
}

.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
cursor:none;
font-size: 0;
}
.bottomlink,.bottomlink:link, .bottomlink:active, .bottomlink:visited, .bottomlink:hover
{	
	color: #065B8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.bottomlink:hover
{
	text-decoration: underline;
}
.all-contentarea
{
	border: 2px solid #34B5EC;
	width:100%;
}
