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



.overlay_greylighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greylighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.greylighting_nw {
	background:transparent url(lighting/top-left-grey.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.greylighting_n {
	background:transparent url(lighting/top-middle-grey.png) repeat-x 0 0;			
	height:28px;
}

.greylighting_ne {
	background:transparent url(lighting/top-right-grey.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.greylighting_w {
	background:transparent url(lighting/left-grey.png) repeat-y top left;			
	width:15px;
}

.greylighting_e {
	background:transparent url(lighting/right-grey.png) repeat-y top right;			
	width:15px;	  
}

.greylighting_sw {
	background:transparent url(lighting/bottom-left-grey.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.greylighting_s {
	background:transparent url(lighting/bottom-middle-grey.png) repeat-x 0 0;			
	height:15px;
}

.greylighting_se, .greylighting_sizer  {
	background:transparent url(lighting/bottom-right-grey.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.greylighting_sizer {
	cursor:se-resize;	
}

.greylighting_close {
	width:19px;
	height:18px;
	background:transparent url(lighting/button-close-grey.png) no-repeat 0 0;			
	position:absolute;
	top:6px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

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

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

.greylighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#E18700;
}

.greylighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
}

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

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

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

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

.greylighting_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 greylighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lighting/top-left-grey.png", sizingMethod="crop");
}

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

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

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

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

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

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

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

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

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

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

* html greylighting_content {
	background:#C7C7C7;
}

