
@charset "utf-8";
/* CSS Document */
.dhtmlwindow{
position: absolute;
border: 0px solid black;
visibility: hidden;
width:390px
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font-family:tahoma;
font-size:11px;
background: url(../images/index/pic14.gif) no-repeat;
height:23px;
color: white;
cursor: move;
overflow: hidden;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 11px;
top: 5px;
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*/
	scrollbar-face-color:#fff;
	scrollbar-arrow-color:#FEA201;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	scrollbar-width:4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border-right: 1px solid #febf00;
	background: url(../images/index/pic15.gif) repeat-x top #fff;
	font-family:tahoma;
	font-size:11px;
	line-height:1.6;
	direction:rtl;
	color: black;
	padding: 2px;
	overflow: auto;
	width:385px;
	border-bottom: 4px solid #febf00;

}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea) */
border-bottom: 2px solid #febf00;
background-color:#fee187;
height: 13px; /*height of resize image*/
width:390px

}


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