.overlay_bluelight {
	background-color: #CDECFE;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.bluelight_nw {
  background: #75CDFE;			
  width:1px;
  height:20px;
}

.bluelight_n {
  background: transparent url(bluelight/top-middle.png) repeat-x 0 0;			
  height:20px;
}

.bluelight_ne {
  background: #75CDFE;			
  width:1px;	  
  height:20px;
}

.bluelight_w {
  background: #75CDFE;			
  width:1px;
}

.bluelight_e {
  background: #75CDFE;			
  width:1px;	  
}

.bluelight_sw {
  background: #75CDFE;			
  width:1px;
  height:10px;
}

.bluelight_s {
  background: #75CDFE;			
  height:10px;
}

.bluelight_se, .bluelight_sizer  {
  background: #75CDFE;			
  width:5px;
  height:10px;
}

.bluelight_sizer {
	cursor:se-resize;	
}

.bluelight_close {
	width: 17px;
	height: 20px;
	background: transparent url(bluelight/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.bluelight_minimize {
	width: 17px;
	height: 20px;
	background: transparent url(bluelight/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.bluelight_maximize {
	width: 17px;
	height: 20px;
	background: transparent url(bluelight/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

/*Icon*/
.bluelight_icono {
	width: 16px;
	height: 16px;			
	position:absolute;
	top:2px;
	left:5px;
	z-index:1000;
}

/*Ico Reload*/
.bluelight_reload {
	width: 17px;
	height: 20px;
	background: transparent url(alphacube/button-reload-focus.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.bluelight_reload:hover {
	background: transparent url(alphacube/button-reload-focus-hover.png) no-repeat 0 0;
}

.bluelight_title {
	float:left;
	height:20px;
	font-size:11px;
	text-align:left;
	line-height:20px;
	vertical-align:middle;
	width:100%;
	color:#000;
	font-weight:bold;
}

.bluelight_content {
	overflow:auto;
	color: #0100A8;
	font-family: Tahoma, Arial, sans-serif;
   font: 12px arial;
	background:#FFF;
}

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

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

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

.bluelight_buttons input {
	width:20%;
	margin:10px;
}

.bluelight_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.png') no-repeat center center
}

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