#dhtmlwindowholder{ line-height:0px; font-size:0px;}
.dhtmlwindow{
	position: absolute;
	border: 0px solid #2e2e2e;
	visibility: hidden;
	/* background-color: white; */
	background: transparent;	
}
.drag-handle{ /*CSS for Drag Handle*/
	position: relative;
	padding: 0px;
	background-color: #2e2e2e;
	border-bottom: 0px solid #2e2e2e;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	text-align:left;
	padding-left: 0px;
	background: transparent;
	height: 10px; line-height:10px;
}
.drag-handle-middle {
	position: relative;
	display:block;
	background: url('windows/webmedic_top_back.gif');
	background-position: top left;
	background-repeat: repeat-x;	
	border: 0px solid red;
	margin-left: 10px; margin-right: 10px;
}
.drag-handle-top-left {
	position: relative;
	float: left;
	display:block;
	width: 10px; height: 10px;
	background: url('windows/webmedic_top_back_left.png');
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid blue;
}
.drag-handle-top-right {
	position: relative;
	float: right;
	display:block;
	width: 10px; height: 10px;
	background: url('windows/webmedic_top_back_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.drag-handle .drag-controls { /*CSS for controls (min, close etc) within Drag Handle*/
	/*
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: hand;
	cursor: pointer;
	*/
}

.drag-contentarea{ /*CSS for Content Display Area div*/
	position: relative;
	border-top: 0px solid #2e2e2e;
	border:none;
	border-left: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
	border-left: 2px solid #8b8b8b;
	border-right: 2px solid #8b8b8b;
	background-color: white;
	background-color: #171717;
	color: #ffffff;
	height: 150px;
	padding: 4px;
	padding-top:0px; padding-bottom: 0px;
	padding:0px;
	overflow: hidden;
}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	position:relative;
	border-top: 0px solid #2e2e2e;
	height: 10px; /*height of resize image*/
	font-size: 1px;
	line-height:1px;
	background: transparent;
	border: none;
	width: auto;
	/* overflow:hidden; */
	text-align:left;
	border:0px solid yellow;
}
.drag-status-middle {
	position: relative;
	display:block;
	background: url('windows/webmedic_bottom_back.gif');
	background-position: bottom center;
	background-repeat: repeat-x;	
	border: 0px solid red;
	margin-left: 10px; margin-right: 10px; 
	height: 10px; line-height: 10px;
	overflow:visible;
	text-align:left;
}
.drag-status-bottom-left {
	position: absolute;
	/*float: left; */
	/* display:block; */
	width: 10px; height: 10px;
	background: url('windows/webmedic_bottom_back_left.png');
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid blue;
	left:0px;
	top:0px;
	font-size:1px;
}
.drag-status-bottom-right {
	position: absolute;
	/*float: right; */
	/* display:block; */
	width: 10px; height: 10px;
	background: url('windows/webmedic_bottom_back_right.png');
	background-position: top right;
	background-repeat: no-repeat;
	right:0px;
	top:0px;
	font-size:1px;
}
*html .drag-status-bottom-left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="css/windows/webmedic_bottom_back_left.png", sizingMethod='image');
}
*html .drag-status-bottom-right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='css/windows/webmedic_bottom_back_right.png', sizingMethod='image');
}
*html .drag-handle-top-left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='css/windows/webmedic_top_back_left.png', sizingMethod='image');
}
*html .drag-handle-top-right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='css/windows/webmedic_top_back_right.png', sizingMethod='image');
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	/* float: right; */
	position: absolute;
	width: 10px; /*width of resize image*/
	height: 10px; /*height of resize image*/
	top: 0px;
	left: 0px;
	cursor: nw-resize; 
	font-size: 1px;
}
