/* Focused windows */
.overlay_bwt {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bwt_nw {
	background: transparent url(../css/bwt/blackCornerLeft.gif) no-repeat 0 0;			
  width:9px;
  height:27px;
}

.bwt_n {
  background: transparent url(../css/bwt/blackCenter.gif) repeat-x 0 0;			
  height:27px;
}

.bwt_ne {
  background: transparent url(../css/bwt/blackCornerRight.gif) no-repeat 0 0;			
  width:9px;	  
  height:27px;
}

.bwt_w {
  background: transparent url(../css/bwt/frame-left.gif) repeat-y top left;			
  width:7px;
}

.bwt_e {
  background: transparent url(../css/bwt/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.bwt_sw {
  background: transparent url(../css/bwt/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.bwt_s {
  background: transparent url(../css/bwt/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.bwt_se, .bwt_sizer  {
  background: transparent url(../css/bwt/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.bwt_sizer {
	cursor:se-resize;	
}

.bwt_close {
	width: 21px;
	height: 21px;
	background: transparent url(../css/bwt/button-close-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.bwt_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(../css/bwt/button-minimize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:1000;
}

.bwt_maximize {
	width: 21px;
	height: 21px;
	background: transparent url(../css/bwt/button-maximize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:47px;
	cursor:pointer;
	z-index:1000;
}

.bwt_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#EEEEEE;
}

.bwt_content {
	overflow:auto;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background:#FFFFFF;
}

/* FOR IE */
* html .bwt_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/bwt/button-minimize-focused.png", sizingMethod="crop");
}

* html .bwt_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/bwt/button-maximize-focused.png", sizingMethod="scale");
}

* html .bwt_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/bwt/button-close-focused.png", sizingMethod="crop");
}