.overlay_darkX {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.darkX_nw         { background: url(darkX/titlebar-left-focused.png) no-repeat; width: 6px; height: 20px }
.darkX_n         { background: url(darkX/titlebar-mid-focused.png) repeat-x; height: 20px }
.darkX_ne         { background: url(darkX/titlebar-right-focused.png) no-repeat; width: 6px; height: 20px }
.darkX_w {
  background: transparent url(darkX/frame-left-focused.png) repeat-y top left;			
  width:3px;
}

.darkX_e {
  background: transparent url(darkX/frame-right-focused.png) repeat-y top right;			
  width:3px;	  
}

.darkX_sw {
  background: transparent url(darkX/frame-bottom-left-focused.png) no-repeat 0 0;			
  width:5px;
  height:3px;
}
.darkX_s {
  background: transparent url(darkX/frame-bottom-mid-focused.png) repeat-x 0 0;			
  height:3px;
}
.darkX_se, .darkX_sizer {
  background: transparent url(darkX/frame-bottom-right-focused.png) no-repeat 0 0;			
  width:5px;
  height:3px;
}

.darkX_sizer {
	cursor:se-resize;	
}

.darkX_close        { background: url(darkX/button-close-focused.png) no-repeat; cursor: pointer; position: absolute; z-index: 1000; right: 0; bottom: 0; width: 21px; height: 30px }
.darkX_title    { color: #fff; font-size: 12px; text-align: center; margin-top: 2px; width: 100%; height: 14px; float: left }

.darkX_content     { color: #fff; font-size: 10px; font-family: Tahoma, Arial, sans-serif; line-height: 1.5em; background: #fff; overflow: auto }


/* 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");
}

