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

.spread_blue_nw {
	background: transparent url(spread_blue/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.spread_blue_n {
  background: transparent url(spread_blue/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.spread_blue_ne {
  background: transparent url(spread_blue/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.spread_blue_w {
  background: transparent url(spread_blue/frame-left.gif) repeat-y top left;			
  width:7px;
}

.spread_blue_e {
  background: transparent url(spread_blue/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.spread_blue_sw {
  background: transparent url(spread_blue/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_blue_s  {
  background: transparent url(spread_blue/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.spread_blue_se, .spread_blue_sizer {
  background: transparent url(spread_blue/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_blue_sizer {
	cursor:se-resize;	
}

.spread_blue_close {
	width: 14px;
	height: 14px;
	background: transparent url(spread_blue/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.spread_blue_minimize {
	width: 14px;
	height: 14px;
	background: transparent url(spread_blue/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:31px;
	cursor:pointer;
	z-index:1000;
}

.spread_blue_maximize {
	width: 14px;
	height: 14px;
	background: transparent url(spread_blue/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

.spread_blue_title {
	float:left;
	height:14px;
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#FFFFFF; // #E47211
}

.spread_blue_content {
	overflow:auto;
	color: #222
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #71B3D6; //"#A9C028"
}

.spread_blue_content a {
	color: black;
}

.spread_blue_content a:hover {
	color: white;
}

