.overlay_spread {
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.spread_nw {
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;		
  width:0px;
  height:36px;
}

.spread_n {
  background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;		
  height:36px;
}

.spread_ne {
  background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;		
  width:0px;	  
  height:36px;
}

.spread_w {
  background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;	
  width:5px;
}

.spread_e {
  background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;		
  width:5px;	  
}

.spread_sw {
 background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;		
  width:5px;
  height:36px;
}

.spread_s  {
  background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;		
  height:36px;
}

.spread_se, .spread_sizer {
 background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;	
  width:5px;
  height:36px;
}

/*.spread_sizer {
	cursor:se-resize;	
}*/

.spread_close {
	width: 36px;
	height: 36px;
	background: transparent url(spread/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
	

}

/*.spread_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(spread/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.spread_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(spread/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.spread_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}*/

.spread_content {
	overflow:hidden;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #000000;
/*	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}

.spread_flash {
	overflow:hidden;
	z-index: 1000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: #000000;
	/*filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
	
}

