.overlay_spread {
  background-color: #666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.spread_nw {
	background:transparent url(lighting/top-left-blue.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.spread_n {
	background:transparent url(lighting/top-middle-blue.png) repeat-x 0 0;			
	height:28px;
}

.spread_ne {
	background:transparent url(lighting/top-right-blue.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.spread_w {
	background:transparent url(lighting/left-blue.png) repeat-y top left;			
	width:9px;
}

.spread_e {
	background:transparent url(lighting/right-blue.png) repeat-y top right;			
	width:15px;	    
}

.spread_sw {
	background:transparent url(lighting/bottom-left-blue.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.spread_s  {
	background:transparent url(lighting/bottom-middle-blue.png) repeat-x 0 0;			
	height:15px;
}

.spread_se, .spread_sizer {
	background:transparent url(lighting/bottom-right-blue.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-close-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}	

.spread_minimize {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-maximize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.spread_maximize {
	width:15px;
	height:9px;
	background:transparent url(lighting/button-minimize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.spread_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#17385B;
}

.spread_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#BFDBFF;
}

