.overlay_spread {    
	background-color: #eee;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_nw {
  background: transparent url(../images/left_top.jpg) no-repeat 0 0;  	 	
  width:5px;
  height:17px;
}

.spread_n {
  height:5px; 
  height:17px;
  background-color:#ffffff;
}

.spread_ne {
  background: transparent url(../images/right_top.jpg) no-repeat 0 0; 	
  width:5px;	  
  height:17px;
  
}

.spread_w{ 		
  width:5px;
  background-color:#ffffff;
}

.spread_e { 		
  width:5px;	
    background-color:#ffffff;  
}

.spread_sw {
  background: transparent url(../images/left_bottom.jpg) no-repeat 0 0;   			
  width:5px;
  height:17px;
 }

.spread_s  {    			
  height:5px;
  background-color:#ffffff;
}

.spread_se, .spread_sizer {
  background: transparent url(../images/right_bottm.jpg) no-repeat 0 0;		
  width:5px;
  height:17px;   
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width: 20px;
	height: 20px;
	background: transparent url(../images/close_button2.jpg) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/min.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(../images/max.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.spread_title {
	float:left;
	height:5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	width:100%;
	color:#E47211;
}
.spread_content{   
  
    vertical-align:top;	 
	overflow:auto;
	color: #222;	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
 }
 
 /* Light Box */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:400px;
	height:200px;
	padding:10px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}


