.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
text-indent:3px;
font: bold 13px Arial;
color: white;
cursor: move;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin:0;
padding: 0;
}

	.drag-handle .drag-controls {	
		position:absolute;
		right: 1px;
		top: 0px;
		cursor: hand;
		cursor: pointer;
		font-family:Trebuchet MS,Arial;
		font-size:12px;
		font-style:normal;
		margin:0;
		padding:0;
		width:30px;
	}
	
	

* 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-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
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;
}

#dhtmlwindowBarra {
	float:right;
	font-family:Trebuchet MS,Arial;
	font-size:12px;
	font-style:normal;
	margin:0;
	padding:0;
	}
	
	#dhtmlwindowBarra ul {
	float:right;
	line-height:20px;
	list-style:none;
	margin:0;
	padding:0 0px 0 0px;
	width:100%;
	}
	
	#dhtmlwindowBarra li {
	display:inline;
	padding:0;
	}
	
	#dhtmlwindowBarra a {
	color:#FFF; /* need because it will use default link color */
	float:right;
	text-decoration:none;
	padding:0 0 0 6px; /* left 3 px because of left.png image */ 
	}
	
	#dhtmlwindowBarra a span {
	white-space:nowrap;
	display:block;
	float:none;
	padding:0px 10px 0 4px;
	}
	
	
	/* show picture when mouse over link */
	#dhtmlwindowBarra a:hover{
	background: url(../menu/btnMenuSmallLeft.gif?3) no-repeat left center;
	}
	
	#dhtmlwindowBarra a:hover span {
	background:url(../menu/btnMenuSmallRight.gif?3) no-repeat right center;
	}