.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 {
	background: transparent url(home_def/topl.gif) no-repeat 0 0;			
	width: 25px;
	height: 50px;
	}

.dialog_n {
	background: transparent url(home_def/topm.gif) repeat-x 0 0;			
	height: 50px;
	}

.dialog_ne {
	background: transparent url(home_def/topr.gif) no-repeat 0 0;			
	width: 104px;	  
	height: 50px;
	}

.dialog_w {
	background: transparent url(home_def/midl.gif) bottom left no-repeat;			
	width: 23px;
	}

.dialog_e {
	background: transparent url(home_def/midr.gif) bottom left no-repeat;			
	width: 21px;	  
	}

.dialog_sw {
	background: transparent url(home_def/botl.gif) no-repeat 0 0;			
	width: 23px;
	height: 22px;
	}

.dialog_s  {
	background: transparent url(home_def/botm.gif) repeat-x 0 0;			
	height: 22px;
	}

.dialog_se, .dialog_sizer {
	background: transparent url(home_def/botr.gif) no-repeat 0 0;			
	width: 21px;
	height: 22px;
	}

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

.dialog_minimize {
	width: 16px;
	height: 16px;
	background: transparent url(home_def/roll.gif) no-repeat 0 0;			
	position: absolute;
	top: 18px;
	right: 54px;
	cursor: pointer;
	z-index: 1000;
	}

.dialog_maximize {
	width: 16px;
	height: 16px;
	background: transparent url(home_def/mmax.gif) no-repeat 0 0;			
	position: absolute;
	top: 18px;
	right: 38px;
	cursor: pointer;
	z-index: 1000;
	}

.dialog_title {
	float: left;
	height: 13px;
	line-height: 10px;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	margin: 3px 0 0 0;
	width: 98%;
	color: #FFF;
	}

.dialog_content {
	overflow: auto;
	color: #222;
	font-family: verdana, arial;
	font-size: 10px;
	background: #EBEBDD url(home_def/midm.gif);
	}

.top_draggable, .bottom_draggable {
	cursor: move;
	}

.dialog_sizer {
	cursor: se-resize;	
	}

.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;
	margin: 0;
	padding: 0;
	}

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