.overlay___invisible__ {
  background-color: #666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}

.wired_frame {
	display:block;
	position:absolute;
	border:1px #000 dashed;
}

.dialog { z-index: 91 !important; }


.overlay_deh2o {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	z-index: 90 !important;
}

.deh2o_wired_frame {
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.deh2o_nw {
	-moz-border-radius-topleft: 5px;
	background:#fff;
	width:9px;
	height:9px;/*28px;*/
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_n {
	background:#fff;
	height:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_ne {
	-moz-border-radius-topright: 5px;
	background:#fff;
	width:9px;
	height:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_w {
	background:#fff;
	width:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_e {
	background:#fff;
	width:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_sw {
	-moz-border-radius-bottomleft: 4px;
	background:#fff;
	width:9px;
	height:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_s {
	background:#fff;
	height:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_se, .deh2o_sizer  {
	-moz-border-radius-bottomright: 5px;
	background:#fff;
	width:9px;
	height:9px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

.deh2o_sizer {
	cursor:se-resize;
}

.deh2o_close {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-close-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.deh2o_maximize {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-maximize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.deh2o_minimize {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-minimize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.deh2o_title {
	display: none;
	float:left;
	height:14px;
	/*font-size:14px;*/
	/*
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color:#17385B;
	*/
	color: #E86426;
	font-family: 'Lucida Grande', Arial, Helvetica;
	font-size: 130%;
	font-weight: bold;
	/*text-align: center;
	margin: 0 auto;*/
	letter-spacing: -1px;
	
	text-align:center;
	margin-top:2px;
	width:100%;
}

.deh2o_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#fff;
	border: 1px solid #fff;
}

/* For alert/confirm dialog */
.deh2o_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.deh2o_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.deh2o_buttons {
	text-align:center;
	width:100%;
}

.deh2o_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.deh2o_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .deh2o_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-blue.png", sizingMethod="crop");
}

* html .deh2o_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-blue.png", sizingMethod="scale");
}

* html .deh2o_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-blue.png", sizingMethod="crop");
}

* html .deh2o_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-blue.png", sizingMethod="scale");
}

* html .deh2o_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-blue.png", sizingMethod="scale");
}

* html .deh2o_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-blue.png", sizingMethod="crop");
}

* html .deh2o_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-blue.png", sizingMethod="scale");
}

* html .deh2o_se, * html .deh2o_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-blue.png", sizingMethod="crop");
}

* html .deh2o_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-blue.png", sizingMethod="crop");
}

* html .deh2o_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-blue.png", sizingMethod="crop");
}

* html .deh2o_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-blue.png", sizingMethod="crop");
}

* html .deh2o_content {
	background:#B8D7FF;
}
