
/* 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;
}                                                    

/*///////////////////////////////////////////////////////////////////*/


.overlay_spread {
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_close {
	width: 50px;
	height: 10px;
	background: transparent url(spread/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:19px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.spread_content {
	overflow:auto;
	/*background:#a3a3a3;*/background:#FFF;
}


