.overlay_dialog {
	background-color: #666666;
/*	opacity: 0.6; */
}

.overlay___invisible__ {
  background-color: #666666;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
  cursor: move;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: #505050;
}

.dialog_n {
	background: #505050;
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: #505050;
}

.dialog_e {
	width: 2px;
	background: transparent url(../images/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(../images/center_left.gif) repeat-y 0 0;		
}

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

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

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

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

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

.dialog_close:hover {
	background: transparent url(../images/close_hover.gif) no-repeat 0 0;			
}

.dialog_minimize {
	width: 22px;
	height: 22px;
	background: transparent url(../images/minimize.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	left: 23px;
	cursor: pointer;
	z-index: 2000;
}

.dialog_minimize:hover {
	background: transparent url(../images/minimize_hover.gif) no-repeat 0 0;			
}

.dialog_maximize {
	width: 22px;
	height: 22px;
	background: transparent url(../images/maximize.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 23px;
	cursor: pointer;
	z-index: 2000;
}

.dialog_maximize:hover {
	background: transparent url(../images/maximize_hover.gif) no-repeat 0 0;			
}

.dialog_title {
	float: left;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	color: White;
}

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

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

table.table_window td,
table.table_window th { 
  padding: 0; 
}
