﻿.overlay_spread {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:1000;
}

.spread_nw {
	background: transparent url(spread/left-top.png) no-repeat 0 0;			
  width:24px;
  height:34px;
  z-index:1000;
}

.spread_n {
  background: transparent url(spread/top-middle.png) repeat-x 0 0;			
  height:34px;
  z-index:1000;
}

.spread_ne {	
  background: transparent url(spread/right-top.png) no-repeat 0 0;		
  width:24px;	  
  height:34px;
  z-index:1000;
}

.spread_w {
  background: transparent url(spread/frame-left.png) repeat-y top left;			
  width:0px;
  z-index:1000;
}

.spread_e {
  background: transparent url(spread/frame-right.png) repeat-y top right;			
  width:0px;	
  z-index:1000;  
}

.spread_sw {
  background: transparent url(spread/bottom-left-c-.png) no-repeat 0 0;			
  width:24px;
  height:26px;
  z-index:1000;
}

.spread_s  {
  background: transparent url(spread/bottom-middle.png) repeat-x 0 0;			
  height:24px;
  z-index:1000;
}

.spread_se, .spread_sizer {
  background: transparent url(spread/bottom-right-c.png) no-repeat 0 0;			
  width:27px;
  height:26px;
  z-index:1000;
}

.spread_sizer {
	cursor:se-resize;	
	z-index:1000;
}

.spread_close {
	width: 27px;
	height: 28px;
	background: transparent url(spread/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:3px;
	right:6px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {
	width: 27px;
	height: 28px;
	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: 27px;
	height: 28px;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	position: relative;
	top: -2px;
	right: 15px;
	left: 25px;
	width: 380px;

}

.spread_content {
	overflow:auto;
	color: #222;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	background:#333333;
	z-index:1000;
}

