.overlay_darkX {
	background-color: transparent;

}

.darkX_nw {
	background: #000000;			
  width:6px;
  height:21px;
}
.darkX_n {
  background: #000000;			
  height:21px;
}
.darkX_ne {
  background: #000000;			
  width:6px;	  
  height:21px;
}
.darkX_w {
  background: transparent;			
  width:0px;
}

.darkX_e {
  background: transparent;			
  width:0px;	  
}

.darkX_sw {
	background: transparent;			
	width:0px;
}
.darkX_s {
  background: transparent;			
  height:0px;
}
.darkX_se, .darkX_sizer {
 background: transparent;			
  width:0px;
  height:0px;
}

.darkX_sizer {
	cursor:se-resize;
	display:none;	
}

.darkX_close {
	width: 21px;
	height: 21px;
	background: transparent url(darkX/button-close-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:5px;
	cursor:pointer;
	z-index:1000;
	display:none;
}

.darkX_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(darkX/button-minimize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:1000;
	display:none;
}

.darkX_maximize {
	width: 21px;
	height: 21px;
	background: transparent url(darkX/button-maximize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:47px;
	cursor:pointer;
	z-index:1000;
	display:none;
}


.darkX_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FFF;
}

.darkX_content {
	overflow:auto;
	color: #000000;
	font-family:'Courier New';
	font-size: 12px;
	background-color: transparent;
}



/* FOR IE */
* html .darkX_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-minimize-focused.png", sizingMethod="crop");
}

* html .darkX_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-maximize-focused.png", sizingMethod="scale");
}

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

