.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}
.dialog_close {
	position: absolute;
	right: 11px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../image/w_close.gif) no-repeat;
}
.dialog_minimize {
	position: absolute;
	right: 55px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../image/w_mini.gif) no-repeat;
}
.dialog_maximize {
	position: absolute;
	right: 33px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 2000;
	background: url(../image/w_max.gif) no-repeat;			
}
.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_nw {
	width: 10px;
	height: 25px;
	background: url(../image/w_title_l.gif) no-repeat;
}
.dialog_n {
	height: 25px;
	background: url(../image/w_title.gif) repeat-x;
}
.dialog_ne {
	width: 10px;
	height: 25px;
	background: url(../image/w_title_r.gif) no-repeat;
}
.dialog_w {
	width: 10px;
	background: url(../image/w_contents_l.gif) repeat-y;
}
.dialog_content {
	background-color: #e7e7e7;
	padding-top: 10px;
}
.dialog_e {
	width: 10px;
	background: url(../image/w_contents_r.gif) repeat-y;
}
.dialog_sw {
	width: 10px;
	height: 20px;
	border-left:1px solid #adadad;
	background: url(../image/w_bottom.gif) repeat-x;
}
.dialog_s {
	height: 20px;
	background: url(../image/w_bottom.gif) repeat-x;
}
.dialog_sizer {
	width: 15px;
	height: 20px;
	background: url(../image/w_resizer.gif) no-repeat;
	cursor:se-resize;	
}
.dialog_title {
	width:100%;
	color:#000000;
	padding: 4px 0px 0px 5px;
	font-size: 14px;
	text-align: left;
}
.top_draggable, .bottom_draggable {
  cursor:move;
}
.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}
.dialog .title_window {
  -moz-user-select:none;
}                                                    
.w_pr_none{
	display:none;
}
.w_pr {
	padding:3px;
	text-align:left;
	background-color:#ffffe1;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #a0a0a0;
}
.w_pr a:link, .w_pr a:visited {
	color:#000;
}
.w_pr:hover , .w_pr a:hover {
	background-color:#3399ff;
	color:#fff;
}
