.overlay_dialog {
	background-color:#ffffff;
}

.overlay___invisible__ {
	background-color: #ffffff;
}

.dialog_nw {
	width: 16px;
	height: 30px;
}

.dialog_n {
 height: 30px;
}

.dialog_ne {
	width: 17px;
	height: 30px;
}
.dialog_e {
	width: 17px;
}

.dialog_w {
	width: 16px;
}

.dialog_sw {
	width: 16px;
	height: 14px;
}

.dialog_s {
	height: 14px;
}

.dialog_se {
	width: 17px;
	height: 14px;
}

.dialog_sizer {
	width: 0px;
	height: 0px;
}

.dialog_close {
	width: 20px;
	height: 20px;
	background: transparent url(/images/logout.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:513px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	display: block;
	height:14px;
	width:100%;
	border-bottom: 1px solid #CCC;
	text-align: left;
	color: #CC0000;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 8px 0;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	/*background-color:#97C3E7;*/
	background-color:#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;*/
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.dialog table.table_window  {
  /*border-collapse: collapse;
  border-spacing: 0; */
background: none;
  width: 100%;
	margin: 0;
	padding:0;
}

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

.dialog .title_window {
  -moz-user-select:none;
}

.win_cond{
background:#000000;
}