.overlay_spread_red {
	background-color: #BCBCBC; //85BBEF
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_red_nw {
	background: transparent url(spread_red/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.spread_red_n {
  background: transparent url(spread_red/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.spread_red_ne {
  background: transparent url(spread_red/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.spread_red_w {
  background: transparent url(spread_red/frame-left.gif) repeat-y top left;			
  width:7px;
}

.spread_red_e {
  background: transparent url(spread_red/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.spread_red_sw {
  background: transparent url(spread_red/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_red_s  {
  background: transparent url(spread_red/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.spread_red_se, .spread_red_sizer {
  background: transparent url(spread_red/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_red_sizer {
	cursor:se-resize;	
}

.spread_red_close {
	width: 14px;
	height: 14px;
	background: transparent url(spread_red/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.spread_red_minimize {
	width: 14px;
	height: 14px;
	background: transparent url(spread_red/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:31px;
	cursor:pointer;
	z-index:1000;
}

.spread_red_maximize {
	width: 14px;
	height: 14px;
	background: transparent url(spread_red/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

.spread_red_title {
	float:left;
	height:14px;
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#FFFFFF; // #E47211
}

.spread_red_content {
	overflow:auto;
	color: #222
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #d60000; //"#A9C028"
}

.spread_red_content a {
	color: black;
}

.spread_red_content a:hover {
	color: white;
}


