/*
	DO NOT CHANGE THESE VALUES
*/

.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

.dialog .title_window {
  -moz-user-select:none;
  font-size:1.4em;
  font-weight:bold;
  text-align:left
}

.hewindow_nw {
	width:22px;
	/*height:30px;*/
	background: transparent url(/Static/img/window/nw.png) no-repeat top left;
}

.hewindow_n {
  height:30px;
  background: transparent url(/Static/img/window/n.png) repeat-x top left;
}

.hewindow_ne {
	width:21px;
	/*height:30px;*/
	background: transparent url(/Static/img/window/ne.png) no-repeat top left;
}

.hewindow_w {
	width:22px;
	background: transparent url(/Static/img/window/w.png) repeat-y top left;
}

.hewindow_e {
	width:21px;
  background: transparent url(/Static/img/window/e.png) repeat-y top left;
}

.hewindow_sw {
	width:22px;
	height:23px;
	background: transparent url(/Static/img/window/sw.png) no-repeat top left;
}

.hewindow_s {
  background: transparent url(/Static/img/window/s.png) repeat-x top left;
}

.hewindow_se {
	width:22px;
	height:23px;
	background: transparent url(/Static/img/window/se.png) no-repeat top left;
}

.hewindow_se,
.hewindow_sizer {
  width:22px;
  height:23px;
  background: transparent url(/Static/img/window/se.png) no-repeat top left;
}

.hewindow_sizer {
	cursor:se-resize;
}

.hewindow_minimize {
	width: 9px;
	height: 9px;
	background: transparent url(/Static/img/window/min.png) no-repeat top left;
	position:absolute;
	top:12px;
	right:43px;
	cursor:pointer;
	z-index:1000;
}

.hewindow_maximize {
	width: 9px;
	height: 9px;
	background: transparent url(/Static/img/window/max.png) no-repeat top left;
	position:absolute;
	top:12px;
	right:32px;
	cursor:pointer;
	z-index:1000;
}

.hewindow_close {
	width: 9px;
	height: 9px;
	background: transparent url(/Static/img/window/close.png) no-repeat top left;
	position:absolute;
	top:12px;
	right:21px;
	cursor:pointer;
	z-index:1000;
}

.hewindow_title {
	margin-top:8px;
}

.hewindow_content {
	overflow:auto;
	color: #000;
	font:1.2em;
	padding:10px 0 0 0;
	background:#fff;
}

/* For alert/confirm dialog */
.hewindow_window {
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.overlay_hewindow {
	background-color: #091009;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
