.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 {
	width: 9px;
	height: 23px;
	background: transparent url(/images/window/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(/images/window/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(/images/window/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(/images/window/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(/images/window/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(/images/window/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(/images/window/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(/images/window/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(/images/window/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(/images/window/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(/images/window/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(/images/window/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.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;
}

/* North-West corner */
.wles-window_nw {
  background: transparent url(/images/window/wles-window/top-left.gif) no-repeat 0 0;         
  width:5px;
  height:5px;
}

/* North border */
.wles-window_n {
  background: transparent url(/images/window/wles-window/top.gif) repeat-x 0 0;           
  height:5px;
}

/* North-East corner */
.wles-window_ne {
  background: transparent url(/images/window/wles-window/top-right.gif) no-repeat 0 0;            
  width:5px;     
  height:5px;
}

/* West border */
.wles-window_w {
  background: transparent url(/images/window/wles-window/left.gif) repeat-y top left;         
  width:5px;
}

/* East border */
.wles-window_e {
  background: transparent url(/images/window/wles-window/right.gif) repeat-y top right;           
  width:5px;      
}

/* South-West corner */
.wles-window_sw {
  background: transparent url(/images/window/wles-window/bottom-left.gif) no-repeat 0 0;          
  width:5px;
  height:5px;
}

/* South border */
.wles-window_s {
  background: transparent url(/images/window/wles-window/bottom.gif) repeat-x 0 0;            
  height:5px;
}

/* South-East corner */
.wles-window_se {
  background: transparent url(/images/window/wles-window/bottom-right.gif) no-repeat 0 0;         
  width:5px;
  height:5px;
  vertical-align:top;
}

/* Resize button */
.wles-window_sizer {
    cursor:se-resize;   
}

/* Close button */
.wles-window_close {
    width: 17px;
    height: 17px;
    background: transparent url(/images/window/wles-window/close-button.gif) no-repeat 0 0;          
    position:absolute;
    top:2px;
    right:2px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.wles-window_maximize {
    width: 17px;
    height: 17px;
    background: transparent url(/images/window/wles-window/maximize-button.gif) no-repeat 0 0;
    position:absolute;
    top:0px;
    right:30px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.wles-window_minimize {
    width: 17px;
    height: 17px;
    background: transparent url(/images/window/wles-window/minimize-button.gif) no-repeat 0 0;
    position:absolute;
    top:0px;
    right:49px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.wles-window_title {
    /*position:absolute;*/
    float:left;
    /*top:2px;*/
    height:18px;
    font-size:12px;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#000000;
    background-color:#f8f8f8;
}

/* Content div (not used for url) */
.wles-window_content {
    overflow: auto;
    color: #000;
    font-size: 10px;
    background: #F8F8F8;
}

/* Content iframe (for url) */
.wles-window_content iframe {
    overflow: hidden;
    color: #000;
    font-size: 10px;
    background: #FFFFFF;
}

/* Overlay for modal window, specify color and opacity (three times to work on all browsers) */
.overlay_wles-window {
    /*background-color: #85BBEF;*/
    background-color: #FFFFFF;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

.overlay_wles-blue-window {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.wles-blue-window_nw {
  background: transparent url(/images/window/wles-blue-window/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.wles-blue-window_n {
  background: transparent url(/images/window/wles-blue-window/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.wles-blue-window_ne {
  background: transparent url(/images/window/wles-blue-window/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.wles-blue-window_w {
  background: transparent url(/images/window/wles-blue-window/frame-left.gif) repeat-y top left;			
  width:7px;
}

.wles-blue-window_e {
  background: transparent url(/images/window/wles-blue-window/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.wles-blue-window_sw {
  background: transparent url(/images/window/wles-blue-window/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.wles-blue-window_s  {
  background: transparent url(/images/window/wles-blue-window/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.wles-blue-window_se, .spread_sizer {
  background: transparent url(/images/window/wles-blue-window/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.wles-blue-window_sizer {
	cursor:se-resize;	
}

.wles-blue-window_close {
	width: 20px;
	height: 17px;
	margin-top: 6px;
	background: transparent url(/images/window/wles-blue-window/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:1px;
	cursor:pointer;
	z-index:1000;
}

.wles-blue-window_title {
	float:left;
	height:17px;	
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#2D5198;
}

.wles-blue-window_content {
	overflow:auto;
	color: #000;	
	background: #FFFFFF;
}

.overlay_wles-help-window {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.wles-help-window_nw {
	background: transparent url(/images/window/wles-help-window/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;

}

.wles-help-window_n {
  background: transparent url(/images/window/wles-help-window/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.wles-help-window_ne {
  background: transparent url(/images/window/wles-help-window/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.wles-help-window_w {
  background: transparent url(/images/window/wles-help-window/frame-left.gif) repeat-y top left;			
  width:7px;
}

.wles-help-window_e {
  background: transparent url(/images/window/wles-help-window/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.wles-help-window_sw {
  background: transparent url(/images/window/wles-help-window/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.wles-help-window_s  {
  background: transparent url(/images/window/wles-help-window/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.wles-help-window_se, .spread_sizer {
  background: transparent url(/images/window/wles-help-window/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.wles-help-window_sizer {
	cursor:se-resize;	
}

.wles-help-window_close {
	width: 23px;
	height: 23px;
	background: transparent url(/images/window/wles-help-window/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.wles-help-window_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/window/wles-help-window/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.wles-help-window_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/window/wles-help-window/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.wles-help-window_title {
	float:left;
	height:12px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#E47211;
}

.wles-help-window_content {
	overflow:auto;
	color: #000;
	background: #FFFFFF;
}