.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;
}
/*integr*/
.overlay_intlighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.intlighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.intlighting_nw {
	background:transparent url(lighting/top-left-int.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.intlighting_n {
	background:transparent url(lighting/top-middle-int.png) repeat-x 0 0;			
	height:28px;
}

.intlighting_ne {
	background:transparent url(lighting/top-right-int.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.intlighting_w {
	background:transparent url(lighting/left-int.png) repeat-y top left;			
	width:9px;
}

.intlighting_e {
	background:transparent url(lighting/right-int.png) repeat-y top right;			
	width:15px;	  
}

.intlighting_sw {
	background:transparent url(lighting/bottom-left-int.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.intlighting_s {
	background:transparent url(lighting/bottom-middle-int.png) repeat-x 0 0;			
	height:15px;
}

.intlighting_se, .intlighting_sizer  {
	background:transparent url(lighting/bottom-right-int.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.intlighting_sizer {
	cursor:se-resize;	
}

.intlighting_close {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-close-int.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.intlighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-maximize-int.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.intlighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-minimize-int.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.intlighting_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:Black;
}

.intlighting_content {
	overflow:auto;
	color:Black;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:White;
}

/* For alert/confirm dialog */
.intlighting_window {
	border:1px solid #F00;	
	background:White;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.intlighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.intlighting_buttons {
	text-align:center;
	width:100%;
}

.intlighting_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;
}

.intlighting_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 .intlighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/top-left-int.png", sizingMethod="crop");
}

* html .intlighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/top-middle-int.png", sizingMethod="scale");
}

* html .intlighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/top-right-int.png", sizingMethod="crop");
}

* html .intlighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/left-int.png", sizingMethod="scale");
}

* html .intlighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/right-int.png", sizingMethod="scale");
}

* html .intlighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/bottom-left-int.png", sizingMethod="crop");
}

* html .intlighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/bottom-middle-int.png", sizingMethod="scale");
}

* html intlighting_se, * html .intlighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/bottom-right-int.png", sizingMethod="crop");
}

* html .intlighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/button-close-int.png", sizingMethod="crop");
}

* html .intlighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/button-minimize-int.png", sizingMethod="crop");
}

* html .intlighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/lighting/button-maximize-int.png", sizingMethod="crop");
}

* html .intlighting_content {
	background:White;
	color:Black;
	text-align:left;
}


