﻿.dialog-bg { padding: 1px; background:#EDF7FF;}
.overlay_dialog {
	background-color: #fff;
	filter: Alpha(Opacity=50,Style=0);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*keep border even value*/
.dialog_nw {
	width: 6px;
	height: 30px;
	background: #E8F5FE url(default/header-bg.gif) repeat-x;
	border-left:2px solid #509DDB;
	border-top:2px solid #509DDB;
	border-bottom:1px solid #509DDB;
}

.dialog_n {
	background: #E8F5FE url(default/header-bg.gif) repeat-x;
	border-top:2px solid #509DDB;
	border-bottom:1px solid #509DDB;
	height: 30px;
}

.dialog_ne {
	width: 1px;
	height: 30px;
	background: #E8F5FE url(default/header-bg.gif) repeat-x;
	border-right:2px solid #509DDB;
	border-top:2px solid #509DDB;
	border-bottom:1px solid #509DDB;
}
.dialog_e {
	width: 6px;
	background-color: #E8F5FE;
	border-right:2px solid #509DDB;
}
.dialog_w {
	width: 6px;
	background-color: #E8F5FE;
	border-left:2px solid #509DDB;
	/*
	width: 0px;
	background-color: #E8F5FE;
	border-left:2px solid #509DDB;
	*/
}
.dialog_sw {
	width: 6px;
	height: 3px;
	background-color:#E8F5FE;
	border-left:2px solid #509DDB;
	border-bottom:2px solid #509DDB;
}

.dialog_s {
	background-color:#E8F5FE;
	height: 3px;
	border-bottom:2px solid #509DDB;
}

.dialog_se {
	width: 6px;
	height: 3px;
	background-color:#E8F5FE;
	border-right:2px solid #509DDB;
	border-bottom:2px solid #509DDB;
}
.dialog_sizer {
	width: 3px;
	height: 3px;
	background: #ECF3F6 url(default/sizer.gif) no-repeat 0 0;
	cursor:se-resize;
	border-right:2px solid #D1D8DE;
	border-bottom:2px solid #D1D8DE;
}

.dialog_close {
	width: 24px;
	height: 24px;
	background: transparent url(default/close.gif) no-repeat center top;
	float:right;
	margin-top:3px;
	display:inline;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 18px;
	height: 19px;
	background: transparent url(default/minimize.gif) no-repeat center top;
	float:right;
	margin-right:2px;
	cursor:pointer;
	z-index:2000;
	display:inline;
}

.dialog_maximize {
	width: 24px;
	height: 24px;
	background: transparent url(default/maximize.gif) no-repeat center top;
	float:right;
	margin-top:3px;
	z-index:2000;
	cursor:pointer;
	display:inline;
}

.dialog_title {
	float:left;
	height:30px;
	font-size:14px;
	text-align:center;
	width:auto;
	color:#ffffff;
	line-height:30px;
	font-weight:bold;
}

.dialog_content {
	overflow:auto;
	background-color:#E8F5FE;
	padding:6px 0px 1px 0px;
	
}
.dialog_buttons {
	text-align:right;
	background-color:#E8F5FE;
	overflow:hidden;
	margin-top:3px;
}
.dialog_buttons .dbutton {
	margin:0 8px 0 0;/*宸﹀彸闂磋窛*/
	border:none;
	width:60px;
	height:23px;
	background:#EDF7FF url(default/button-bg.gif) no-repeat left 0;
	line-height:20px;
	font-size:12px;
}
.dialog_buttons .dbuttonover
{
	background:url(default/button-bg.gif) no-repeat left -23px;
}
.dialog_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:100%;
	background: #E8F5FE url(default/progress.gif) no-repeat center center;
}
.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
.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_masker{
	position: absolute;
}
.dialog .title_window {
  -moz-user-select:none;
}
