.overlay_spread {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 10000;
}

.spread_nw {
	background: transparent url(spread/top_left.png) no-repeat 0 0;			
	width:12px;
	height:26px;
}

.spread_n {
  background: transparent url(spread/top_middle.jpg) repeat-x 0px 0px;			
  height:25px;
}

.spread_ne {
  background: transparent url(spread/top_right.png) repeat;			
  width:22px;	  
  height:26px;
}

.spread_w {
  background: #EAF9FE url(spread/middle_left.jpg) repeat-y;
  width:22px;	
}

.spread_e {
  background: transparent url(spread/middle_right.jpg) repeat;
  width:22px;	  
}

.spread_sw {
  background: transparent url(spread/bottom_left.png) no-repeat 0 0;			
  width:12px;
  height:18px;
}

.spread_s  {
  background: #000 url(spread/bottom_middle.jpg) repeat;				
  height:18px;
}

.spread_se, .spread_sizer {
  background: transparent url(spread/bottom_right.png) repeat 0 0;			
  width:22px;
  height:18px;
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width: 22px;
	height: 19px;
	background: transparent url(spread/close_button.jpg) no-repeat 0 0;			
	position:absolute;
	top:3px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}
.spread_close:hover {
	background: transparent url(spread/close_button_OVER.jpg) no-repeat 0 0;			
}
.spread_minimize {
	width: 22px;
	height: 19px;
	background: transparent url(spread/reduce_button.jpg) no-repeat 0 0;		
	position:absolute;
	top:3px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}
.spread_minimize:hover {
	background: transparent url(spread/reduce_button_OVER.jpg) no-repeat 0 0;			
}

.spread_maximize {
	width: 22px;
	height: 19px;
	background: transparent url(spread/fullscreen_button.jpg) no-repeat 0 0;		
	position:absolute;
	top:3px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}
.spread_maximize:hover {
	background: transparent url(spread/fullscreen_button_OVER.jpg) no-repeat 0 0;			
}
.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%;
	color:#E47211;
}

.spread_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
  background: #EAF9FE;
}

