@charset "utf-8";
/* CSS Document */

.dhtmlwindow{
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	height: auto;
	width: 350px;
	background-image: url(../images/mainfeat2bg.png);
	background-repeat: repeat-x;
	border: medium solid #17547D;
	text-align: center;
	font-family: "Trebuchet MS", Arial;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	color: #009999;
	cursor: move;
	overflow: hidden;
	width: auto;











	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #F8F8F9;
	text-align: center;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
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*/
	color: #195781;
	height: 150px;
	padding: 2px;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: gray;
}


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