
.overlay_win {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*=========================================================窗口样式区域=========================================================*/
.Vista_nw {
	width: 16px;
	height: 42px;
	background: transparent url(images/top_left.png) no-repeat;		
}

.Vista_n {
	background: transparent url(images/top_mid.png) repeat-x 0 0;
	height: 42px;
}

.Vista_ne {
	width: 16px;
	height: 42px;
	background: transparent url(images/top_right.png) no-repeat 0 0;		
}

.Vista_e {
	width: 16px;
	background: transparent url(images/mid_right.png) repeat-y 0 0;	
}

.Vista_w {
	width: 16px;
	background: transparent url(images/mid_left.png) repeat-y 0 0;		
}

.Vista_sw {
	width: 16px;
	height: 16px;
	background: transparent url(images/bottom_left.png) no-repeat 0 0;			
}

.Vista_s {
	background: transparent url(images/bottom_mid.png) repeat-x 0 0;		
	height: 16px;
}

.Vista_se {
	width: 16px;
	height: 16px;
	background: transparent url(images/bottom_right.png) no-repeat 0 0;			
}

.Vista_sizer {
	width: 16px;
	height: 16px;
	background: transparent url(images/bottom_right.png) no-repeat 0 0;	
	cursor:se-resize;	
}


.Vista_close {
	width: 33px;
	height: 19px;
	background: transparent url(images/close.png) no-repeat;			
	position:absolute;
	top:8px;
	right:30px;
	cursor:pointer;
	z-index:2000;
}

.Vista_close_disable {
	width: 33px;
	height: 19px;
	background: transparent url(images/Vista_14.png) no-repeat;			
	position:absolute;
	top:8px;
	right:30px;
	cursor:pointer;
	z-index:2000;
}

.Vista_minimize {
	width: 33px;
	height: 19px;
	background: transparent url(images/minsize.png) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:100px;
	cursor:pointer;
	z-index:2000;
}

.Vista_maximize {
	width: 33px;
	height: 19px;
	background: transparent url(images/maxsize.png) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:65px;
	cursor:pointer;
	z-index:2000;
}

.Vista_maximize_disable {
	width: 33px;
	height: 19px;
	background: transparent url(images/Vista_12.png) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:65px;
	cursor:pointer;
	z-index:2000;
}

.Vista_Icon {				
	position:absolute;
	top:8px;
	left:15px;
	cursor:pointer;
	z-index:2000;
}

.Vista_title {   
    margin-left:28px;	
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000;	
}

.Vista_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	height:100%;
}
.Vista_status {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	height:100%;
}


.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
  padding-bottom:10px;
}
.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;
	overflow:hidden;
}

.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;
}   
.mid table_window
{
 height:100%;	
}                                                 

/* FOR IE */
* html .Vista_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/top_left.png", sizingMethod="crop");
}

* html .Vista_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/top_mid.png", sizingMethod="scale");
}

* html .Vista_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/top_right.png", sizingMethod="crop");
}

* html .Vista_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/mid_left.png", sizingMethod="scale");
}

* html .Vista_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/mid_right.png", sizingMethod="scale");
}

* html .Vista_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/bottom_left.png", sizingMethod="crop");
}

* html .Vista_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/bottom_mid.png", sizingMethod="scale");
}

* html .Vista_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/bottom_right.png", sizingMethod="crop");
}

* html .Vista_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Themes/Window/vista/images/bottom_right.png", sizingMethod="crop");
}
/*===================================================================窗口样式区域===================================================================*/


