.dhtmlwindow{
	position: absolute;
	visibility: visible;
	background-color: transparent;
	border:0px;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
margin: 0px;
text-indent: 0px;
font: bold 14px Arial;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position:absolute;
top:2px;
right: 11px;
margin:0px;
padding:0px;
cursor: pointer;
}
#wtitle {
	position:absolute;
	margin:0px;
	padding:0px;
	background-image: url(/images/win/hbox.gif);
	background-repeat: repeat-x;
	cursor: move;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 0px;
	height: 26px;
	width:98%;
}

#rtitle {
  margin-top: 5px;
  margin-left: 11px;
  font: bold 14px Arial;
  color: white;
}

#btitle {
	position:absolute;
	margin:0px;
	padding:0px;
	height: 15px;
	font: bold 8px Arial;
	background-color: #ffffff;
	border-bottom: 1px solid #508725;
	cursor: move;
	overflow: hidden;
	left: 6px;
	width:98%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
border-left: 0px solid #194705;
border-right: 0px solid #194705;
color: black;
padding: 0px;
margin-top: 26px;
margin-right: 0px;
overflow: hidden;
 
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #F8F8F8;
height: 12px; /*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;
}

.ltop {
position:absolute;
width:11px;
left:0px;
background-color: #F8F8F8;
}

.rtop {
position:absolute;
width:11px;
right:0px;
background-color: #F8F8F8;
}

