/* Focused windows */
.overlay_equispe {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:5000;
}

.equispe_nw {
	background: transparent url(equispe/tl.png) no-repeat 0 0;			
	width:15px;
	height:35px;
}

.equispe_n {
  background: transparent url(equispe/t.png) repeat-x 0 0;			
  height:35px;
}

.equispe_ne {
  background: transparent url(equispe/tr.png) no-repeat 0 0;			
  width:15px;	  
  height:35px;
}

.equispe_w {
  background: transparent url(equispe/l.png) repeat-y top left;			
  width:15px;
}

.equispe_e {
  background: transparent url(equispe/r.png) repeat-y top right;			
  width:15px;	  
}

.equispe_sw {
  background: transparent url(equispe/bl.png) no-repeat 0 0;			
  width:15px;
  height:40px;
}

.equispe_s {
  background: transparent url(equispe/b.png) repeat-x 0 0;			
  height:40px;
}

.equispe_se, .equispe_sizer {
  background: transparent url(equispe/br_blur.png) no-repeat 0 0;			
  width:33px;
  height:40px;
}

.equispe_sizer {
	cursor:se-resize;	
}

.equispe_close {
	width: 43px;
	height: 17px;
	background: transparent url(equispe/close.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:17px;
	cursor:pointer;
	z-index:1000;;
}

.equispe_minimize {
	width: 26px;
	height: 17px;
	background: transparent url(equispe/minimize.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:85px;
	cursor:pointer;
	z-index:1000;
}

.equispe_maximize {
	width: 27px;
	height: 17px;
	background: transparent url(equispe/maximize.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:59px;
	cursor:pointer;
	z-index:1000;
}

.equispe_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin-top:8px;
	color:#00FF00;
	width:100%;
}

.equispe_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFF;
}
.equispe_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .equispe_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/tl.png", sizingMethod="crop");
}

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

* html .equispe_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/tr.png", sizingMethod="crop");
}

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

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

* html .equispe_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/bl.png", sizingMethod="crop");
}

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

* html .equispe_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/br.png", sizingMethod="crop");
}

* html .equispe_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/br.png", sizingMethod="crop");
}

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

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

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


/* Blured windows */
.overlay_blur_equispe {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:5000;
}

.blur_equispe_nw {
  background: transparent url(equispe/tl_blur.png) no-repeat 0 0;			
  width:15px;
  height:35px;
}

.blur_equispe_n {
  background: transparent url(equispe/t_blur.png) repeat-x 0 0;			
  height:35px;
}

.blur_equispe_ne {
  background: transparent url(equispe/tr_blur.png) no-repeat 0 0;			
  width:15px;	  
  height:35px;
}

.blur_equispe_w {
  background: transparent url(equispe/l.png) repeat-y top left;			
  width:15px;
}

.blur_equispe_e {
  background: transparent url(equispe/r_blur.png) repeat-y top right;			
  width:15px;	  
}

.blur_equispe_sw {
  background: transparent url(equispe/bl.png) no-repeat 0 0;			
  width:15px;
  height:40px;
}

.blur_equispe_s {
  background: transparent url(equispe/b.png) repeat-x 0 0;			
  height:40px;
}

.blur_equispe_se, .blur_equispe_sizer {
	background: transparent url(equispe/br_blur.png) no-repeat 0 0;			
	width:33px;
	height:40px;
}

.blur_equispe_sizer {
	cursor:se-resize;	
}

.blur_equispe_close {
	width: 43px;
	height: 17px;
	background: transparent url(equispe/close_blur.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:17px;
	cursor:pointer;
	z-index:1000;
}

.blur_equispe_minimize {
	width: 26px;
	height: 17px;
	background: transparent url(equispe/minimize_blur.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:85px;
	cursor:pointer;
	z-index:1000;
}

.blur_equispe_maximize {
	width: 27px;
	height: 17px;
	background: transparent url(equispe/maximize_blur.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:59px;
	cursor:pointer;
	z-index:1000;
}

.blur_equispe_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	text-align:center;
	margin-top:8px;
	width:100%;
}

.blur_equispe_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFF;
}
.blur_equispe_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .blur_equispe_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/tl_blur.png", sizingMethod="crop");
}

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

* html .blur_equispe_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/tr_blur.png", sizingMethod="crop");
}

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

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

* html .blur_equispe_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/bl.png", sizingMethod="crop");
}

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

* html .blur_equispe_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/br_blur.png", sizingMethod="crop");
}

* html .blur_equispe_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/br_blur.png", sizingMethod="crop");
}

* html .blur_equispe_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/close_blur.png", sizingMethod="crop");
}

* html .blur_equispe_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/minimize_blur.png", sizingMethod="crop");
}

* html .blur_equispe_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="equispe/maximize_blur.png", sizingMethod="crop");
}

