.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;
}

.window_nw {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_left.gif) no-repeat 0 0;		
}

.window_n {
	background: transparent url(../images/window/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.window_ne {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_right.gif) no-repeat 0 0;		
}

.window_e {
	width: 2px;
	background: transparent url(../images/window/center_right.gif) repeat-y 0 0;	
}

.window_w {
	width: 2px;
	background: transparent url(../images/window/center_left.gif) repeat-y 0 0;		
}

.window_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_left.gif) no-repeat 0 0;			
}

.window_s {
	background: transparent url(../images/window/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.window_se {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_right.gif) no-repeat 0 0;			
}

.window_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.window_close {
	width: 16px;
	height: 16px;
	position:absolute;
	cursor:pointer;
	z-index:2000;
	background: transparent url(../images/close.png) no-repeat 0 0;	
	left:5px;
	top:5px;
}

.window_minimize {
	display:none;
}

.window_maximize {
	display:none;
}

.window_title {
	display:none;
}

.window_content {
	overflow:auto;
	border: 3px solid #BA400D;
	background: #ffffff,
}

.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;
}

.table_window
{
/*	border: 6px solid #ffffff;*/
}

.table_window p
{
	padding:10px;
	padding-top:20px;
}

.top
{
	background: #ededed;
	display:none;
}

.bot
{
	display: none;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
	z-index:100;
}

.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;
}                                                    


#popup
{
	margin:auto;
	border:5px solid #BA400D;
	background:#ffffff;
	z-index:1000;
	position:absolute;
	width:350px;
	height:150px;
	display:none;
	padding:10px;
	/*
	left:-190px;
	margin-top:350px;*/
}


