.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;
}

.dialog_nw {
	width: 20px;
	height: 32px;
	background: transparent url(/images/misc/window/top_left.png) no-repeat 0 0;
}

.dialog_n {
	background: transparent url(/images/misc/window/top.png) repeat-x 0 0;
	height: 32px;
}

.dialog_ne {
	width: 20px;
	height: 32px;
	background: transparent url(/images/misc/window/top_right.png) no-repeat 0 0;
}

.dialog_e {
	width: 20px;
	background: transparent url(/images/misc/window/right.png) repeat-y 0 0;
}

.dialog_w {
	width: 20px;
	background: transparent url(/images/misc/window/left.png) repeat-y 0 0;
}

.dialog_sw {
	width: 20px;
	height: 20px;
	background: transparent url(/images/misc/window/bottom_left.png) no-repeat 0 0;
}

.dialog_s {
	background: transparent url(/images/misc/window/bottom.png) repeat-x 0 0;
	height: 20px;
}

.dialog_se {
	width: 20px;
	height: 20px;
	background: transparent url(/images/misc/window/bottom_right.png) no-repeat 0 0;
}

.dialog_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(/images/misc/window/sizer.gif) no-repeat 0 0;
	cursor:se-resize;
}

.dialog_close {
	width: 18px;
	height: 18px;
	background: transparent url(/images/misc/window/close.png) no-repeat 0 0;
	position:absolute;
	top: 13px;
	right: 13px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 18px;
	height: 18px;
	background: transparent url(/images/misc/window/minimize.png) no-repeat 0 0;
	position:absolute;
	top: 13px;
	right: 33px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(/images/misc/window/maximize.gif) no-repeat 0 0;
	position:absolute;
	top: 13px;
	right: 54px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
	position: relative;
	top: 7px;
	height: 18px;
	font-weight: bold;
}

.dialog_content {
	overflow:auto;
	background-color: #ffb52d;
}

.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;
}

/* 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;
}

