.overlay_hnlwin {
	background-color: #8eb1b1;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.hnlwin_nw {
	background: transparent url(hnlwin/left-top.gif) no-repeat 0 0;			
	width:18px;
	height:18px;
}

.hnlwin_n {
  background: transparent url(hnlwin/top-middle.gif) repeat-x 0 0;			
  height:18px;
}

.hnlwin_ne {
  background: transparent url(hnlwin/right-top.gif) no-repeat 0 0;			
  width:18px;	  
  height:18px;
}

.hnlwin_w {
  background: #f1efe7 url(hnlwin/frame-left.gif) repeat-y top left;			
  width:18px;
}

.hnlwin_e {
  background: #f1efe7 url(hnlwin/frame-right.gif) repeat-y top right;			
  width:18px;	  
}

.hnlwin_sw {
  background: transparent url(hnlwin/bottom-left-c.gif) no-repeat 0 0;			
  width:18px;
  height:18px;
}

.hnlwin_s {
  background: transparent url(hnlwin/bottom-middle.gif) repeat-x 0 0;			
  height:18px;
}

.hnlwin_se, .hnlwin_sizer  {
  background: transparent url(hnlwin/bottom-right-c.gif) no-repeat 0 0;			
  width:18px;
  height:18px;
}

.hnlwin_sizer {
	cursor:se-resize;	
}

.hnlwin_close {
	width: 100%;
	height: 100%;
	background: transparent;			
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	z-index:1000;
}

.hnlwin_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(hnlwin/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.hnlwin_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(hnlwin/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.hnlwin_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.hnlwin_content {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#f1efe7;
}

/* For alert/confirm dialog */
.hnlwin_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.hnlwin_message {
	text-align:center;
	width:100%;
	padding:0px;
}

.hnlwin_buttons {
	text-align:center;
	width:100%;
}

.hnlwin_buttons input {
	width:0px;
	height:0px;
	margin:0px;
}

.hnlwin_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center;
}

.hnlwin_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


/* CSS Document */

