/*----------------------------------------------------------------------------------------------------*/

.rdhtmlwindow{
	position: absolute;

	oborder-top: 1px solid #3D95FF;
	oborder-left: 1px solid #3D95FF;
	oborder-right: 1px solid #00138C;
	oborder-bottom: 1px solid #00138C;

	border-top: 1px solid #ff563d;
	border-left: 1px solid #ff563d;
	border-right: 1px solid #8c3e00;
	border-bottom: 1px solid #8c3e00;

	visibility: hidden;
}

.rdrag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	height: 25px;
	font: normal 11px Verdana;
	obackground-color: #0054E3;
	background-color: #e33100;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
}

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

.rdrag-contentoverborder{ /*CSS for Content Display Area div*/
	oborder-top: 2px solid #0054E3;
	oborder-left: 2px solid #0054E3;
	oborder-right: 2px solid #0054E3;
	oborder-bottom: 2px solid #0054E3;

	border-top: 2px solid #e33100;
	border-left: 2px solid #e33100;
	border-right: 2px solid #e33100;
	border-bottom: 2px solid #e33100;
}

.rdrag-contentborder{ /*CSS for Content Display Area div*/
	oborder-top: 1px solid #716F64;
	oborder-left: 1px solid #716F64;
	oborder-right: 1px solid #F1EFE2;
	oborder-bottom: 1px solid #F1EFE2;

	border-top: 1px solid #646b71;
	border-left: 1px solid #646b71;
	border-right: 1px solid #e2eaf1;
	border-bottom: 1px solid #e2eaf1;
}

.rdrag-contentarea{ /*CSS for Content Display Area div*/
	height: 150px;
	padding: 2px;
	overflow: auto;

	obackground-color: #0054E3;
	background-color: #e33100;
	obackground-color: #76003d;
	
	filter:alpha(opacity:75);
	ofilter:alpha(opacity:30);
	opacity:0.8;

	color: white;
}

.rdrag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 12px; /*height of resize image*/

	obackground-color: #0054E3;
	background-color: #e33100;
	filter:alpha(opacity:75);
	opacity:0.8;
}


.rdrag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 12px; /*width of resize image*/
	height: 12px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}


/*----------------------------------------------------------------------------------------------------*/

.bdhtmlwindow{
	position: absolute;

	border-top: 1px solid #3D95FF;
	border-left: 1px solid #3D95FF;
	border-right: 1px solid #00138C;
	border-bottom: 1px solid #00138C;

	oborder-top: 1px solid #ff563d;
	oborder-left: 1px solid #ff563d;
	oborder-right: 1px solid #8c3e00;
	oborder-bottom: 1px solid #8c3e00;

	visibility: hidden;
}

.bdrag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	height: 25px;
	font: normal 11px Verdana;
	background-color: #0054E3;
	obackground-color: #e33100;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
}

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

.bdrag-contentoverborder{ /*CSS for Content Display Area div*/
	border-top: 2px solid #0054E3;
	border-left: 2px solid #0054E3;
	border-right: 2px solid #0054E3;
	border-bottom: 2px solid #0054E3;

	oborder-top: 2px solid #e33100;
	oborder-left: 2px solid #e33100;
	oborder-right: 2px solid #e33100;
	oborder-bottom: 2px solid #e33100;
}

.bdrag-contentborder{ /*CSS for Content Display Area div*/
	border-top: 1px solid #716F64;
	border-left: 1px solid #716F64;
	border-right: 1px solid #F1EFE2;
	border-bottom: 1px solid #F1EFE2;

	oborder-top: 1px solid #646b71;
	oborder-left: 1px solid #646b71;
	oborder-right: 1px solid #e2eaf1;
	oborder-bottom: 1px solid #e2eaf1;
}

.bdrag-contentarea{ /*CSS for Content Display Area div*/
	height: 150px;
	padding: 2px;
	overflow: auto;

	background-color: #0054E3;
	obackground-color: #e33100;
	filter:alpha(opacity:95);
	opacity:0.95;

	color: white;
}

.bdrag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 12px; /*height of resize image*/

	background-color: #0054E3;
	obackground-color: #e33100;
	filter:alpha(opacity:75);
	opacity:0.8;
}


.bdrag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 12px; /*width of resize image*/
	height: 12px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
