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

.overlay___invisible__ {
  background-color: #fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_content { }

.top_draggable, .bottom_draggable {
  cursor:move;
}

.wired_frame {
  display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}
	
.dialog .title_window {
  -moz-user-select:none;
}

/* Customised */

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

.spread_nw {
	background: transparent url(../images/popup/top_left.png) no-repeat 0 0;			
  width:9px;
  height:23px;
}

.spread_n {
  background: transparent url(../images/popup/top_mid.gif) repeat-x 0 0;			
  height:23px;
}

.spread_ne {
  background: transparent url(../images/popup/top_right.png) no-repeat 0 0;			
  width:9px;	  
  height:23px;
}

.spread_w {
  background: transparent url(../images/popup/center_left.gif) repeat-y top left;			
  width:2px;
}

.spread_e {
  background: transparent url(../images/popup/center_right.gif) repeat-y top right;			
  width:2px;	  
}

.spread_sw {
  background: transparent url(../images/popup/bottom_left.gif) no-repeat 0 0;			
  width:9px;
  height:19px;
}

.spread_s  {
  background: transparent url(../images/popup/bottom_mid.gif) repeat-x 0 0;			
  height:19px;
}

.spread_se, .spread_sizer {
  background: transparent url(../images/popup/bottom_right.gif) no-repeat 0 0;			
  width:9px;
  height:19px;
}

.spread_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../images/popup/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;		
}

.spread_close {
	width: 23px;
	height: 23px;
	background: transparent url(../images/popup/button-close-focus.gif) no-repeat 0 2px;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/popup/button-min-focus.gif) no-repeat 0 2px;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.spread_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/popup/button-max-focus.gif) no-repeat 0 2px;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.spread_title {
	float:left;
	height:14px;
	font:bold 10pt arial, verdana, tahoma, sans-serif;
	text-align:left;
	margin-top:0px;
	width:100%;
	color:#000;
}

.spread_content { background:#000; }

 