.overlay_bannyradio {

	background-color:  #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bannyradio_nw {
	background: transparent url(bannyradio/titlebar-left-focused.png) no-repeat 0 0;			
  width:6px;
  height:21px;
}
.bannyradio_n {
  background: transparent url(bannyradio/titlebar-mid-focused.png) repeat-x 0 0;			
  height:21px;
}
.bannyradio_ne {
  background: transparent url(bannyradio/titlebar-right-focused.png) no-repeat 0 0;			
  width:6px;	  
  height:21px;
}
.bannyradio_w {
  background: transparent url(bannyradio/frame-left-focused.png) repeat-y top left;			
  width:3px;
}

.bannyradio_e {
  background: transparent url(bannyradio/frame-right-focused.png) repeat-y top right;			
  width:3px;	  
}

.bannyradio_sw {
  background: transparent url(bannyradio/frame-bottom-left-focused.png) no-repeat 0 0;			
  width:5px;
  height:3px;
}
.bannyradio_s {
  background: transparent url(bannyradio/frame-bottom-mid-focused.png) repeat-x 0 0;			
  height:3px;
}
.bannyradio_se, .bannyradio_sizer {
  background: transparent url(bannyradio/frame-bottom-right-focused.png) no-repeat 0 0;			
  width:5px;
  height:3px;
}

.bannyradio_sizer {
	cursor:se-resize;	
}

.bannyradio_close {
	width: 21px;
	height: 21px;
	background: transparent url(bannyradio/button-close-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.bannyradio_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(bannyradio/button-minimize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:1000;
}

.bannyradio_maximize {
	width: 142px;
	height: 21px;
	background: transparent url(bannyradio/button-maximize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:147px;
	cursor:pointer;
	z-index:1000;
}


.bannyradio_title {
	float:left;
	height:14px;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	margin-top:2px;
	margin-left:147px;
	width:100%;
	color:#FFF;
}

.bannyradio_content {
	overflow:auto;
	color: #E6DF2A;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background:#5E5148;
}


/* FOR IE */
* html .bannyradio_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/bannyradio/button-minimize-focused.png", sizingMethod="crop");
}

/** html .bannyradio_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/bannyradio/button-maximize-focused.png", sizingMethod="scale");
}
*/* html .bannyradio_maximize {	background: transparent url(bannyradio/button-maximize-focused.gif) no-repeat 0 0;			
}

* html .bannyradio_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/bannyradio/button-close-focused.png", sizingMethod="crop");
}
