/*	2010-06-01*/
@charset "utf-8";

.ui_dialog_wrap {
	visibility: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ui_title_icon, .ui_content, .ui_dialog_icon, .ui_btns span {
	display: inline-block;
}

.ui_dialog {
	text-align: left;
	position: absolute;
	top: 0;
}

.ui_dialog table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

.ui_dialog td {
	padding: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ui_title_icon, .ui_dialog_icon {
	vertical-align: middle;
	_font-size: 0
}

.ui_title_text {
	overflow: hidden;
	cursor: default;
}

.ui_close {
	display: block;
	position: absolute;
	outline: none;
}

.ui_content_wrap {
	text-align: center;
}

.ui_content {
	margin: 10px;
	text-align: left;
}

.ui_iframe .ui_content {
	margin: 0;
	*padding: 0;
	display: block;
	height: 100%;
	position: relative;
}

.ui_iframe .ui_content iframe {
	border: none;
	overflow: hidden;
}

.ui_content_mask {
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	filter: alpha(opacity = 0);
	opacity: 0
}

.ui_bottom {
	position: relative;
}

.ui_resize {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: nw-resize;
	_font-size: 0;
}

.ui_btns {
	text-align: center;
	white-space: nowrap;
}

.ui_btns span {
	margin: 5px 10px;
}

.ui_btns button {
	cursor: pointer;
}

* .ui_ie6_select_mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: alpha(opacity = 0);
}

.ui_loading .ui_content_wrap {
	position: relative;
	min-width: 12.5em;
	min-height: 3.438em
}

.ui_loading .ui_btns {
	display: none;
}

.ui_loading_tip {
	visibility: hidden;
	width: 5em;
	height: 1.2em;
	text-align: center;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.6em 0 0 -2.5em;
}

.ui_loading .ui_loading_tip, .ui_loading .ui_content_mask {
	visibility: visible;
}

.ui_loading .ui_content_mask {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.ui_move .ui_title_text {
	cursor: move;
}

.ui_page_move .ui_content_mask {
	visibility: visible;
}

.ui_move_temp {
	visibility: hidden;
	position: absolute;
	cursor: move;
}

.ui_move_temp div {
	height: 100%;
}

html>body .ui_fixed .ui_move_temp {
	position: fixed;
}

html>body .ui_fixed .ui_dialog {
	position: fixed;
}

* .ui_ie6_fixed {
	background: url(*) fixed;
}

* .ui_ie6_fixed body {
	height: 100%;
}

* html .ui_fixed {
	width: 100%;
	height: 100%;
	position: absolute;
	left: expression(documentElement.scrollLeft +
		documentElement.clientWidth-this.offsetWidth);
	top: expression(documentElement.scrollTop +
		documentElement.clientHeight-this.offsetHeight);
}

* .ui_page_lock select, * .ui_page_lock .ui_ie6_select_mask {
	visibility: hidden;
}

.ui_overlay {
	visibility: hidden;
	_display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	_overflow: hidden
}

.ui_lock .ui_overlay {
	visibility: visible;
	_display: block;
}

.ui_overlay div {
	height: 100%;
}

* html body {
	margin: 0;
}

.ui_title_wrap, .ui_bottom button {
	font-size: 12px 'Microsoft Yahei', Arial;
}

.ui_content_wrap {
	min-width: 12.5em;
}

.ui_overlay div {
	background: #000;
	filter: alpha(opacity = 30);
	opacity: 0.3;
}

.ui_loading_tip {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	text-indent: -9999em;
	background: url("../image/loading.gif") no-repeat center center;
}

.ui_dialog_main {
	background: #FFF;
}

.ui_title_wrap {
	_width: 100px;
}

.ui_title {
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

.ui_title_text {
	height: 35px;
	line-height: 35px;
	padding: 0 60px 0 10px;
	color: #FFF;
	font-weight: 700;
	text-shadow: 0 1px 0 #000;
}

.ui_td_00, .ui_td_02, .ui_td_10, .ui_td_12, .ui_td_20, .ui_td_22 {
	
}

.ui_td_00 {
	height: 35px;
}

.ui_close {
	color: #FFFFFF;
	font-size: 20px;
	top: 1px;
	right: 10px;
	width: 10px;
	height: 10px;
}

.ui_close:hover {
	text-decoration: none;
}

.ui_td_01, .ui_td_21 {
	background: #16213D;
}

.ui_btns {
	background-color: #F6F6F6;
	border-top: solid 1px #DADEE5;
}

.ui_btns button {
	padding: 5px 10px;
	font: 14px/14px "Microsoft Yahei", Tahoma, Arial;
	color: #fff;
	border: 1px solid #1d3777;
	background: #1d3777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 0px 0 #1d3777;
	-webkit-box-shadow: 0 1px 1px #1d3777, inset 0 1px 0 #1d3777;
	-moz-box-shadow: 0 1px 1px #1d3777, inset 0 1px 0 #1d3777;
	box-shadow: 0 0px 0px #1d3777, inset 0 0px 0px #1d3777;
}

.ui_btns button:hover {
	background: #1d3777;
	border-color: #1d3777;
	text-shadow: 0 1px 0 #1d3777;
	-webkit-box-shadow: 0 1px 1px #1d3777, inset 0 1px 0 #1d3777;
	-moz-box-shadow: 0 1px 1px #1d3777, inset 0 1px 0 #1d3777;
	box-shadow: 0 0px 0px #1d3777, inset 0 0px 0px #1d3777;
}

button::-moz-focus-inner {
	border: none;
}

.ui_btns span:hover {
	background-position: left -63px;
}

.ui_btns span:hover button {
	background-position: right -21px;
}

.ui_resize {
	width: 10px;
	height: 10px;
}

html:hover .ui_btns button:focus {
	outline: none 0;
}

.ui_move_temp div {
	background-color: #214FA3;
	filter: alpha(opacity = 40);
	opacity: 0.4;
}
/*拖动用的替身对话框*/
/*
主题拓展参数[可添加组合在'style'参数中]
可用来支持消息类型图标等*/
.ui_dialog_icon {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background-image: url("../image/chrome/icons.png");
	background-repeat: no-repeat;
}
/*警告消息*/
.alert .ui_dialog_icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	background-position: 0 -96px;
}
/*询问消息*/
.confirm .ui_dialog_icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	background-position: 0 -144px;
}
/*错误消息*/
.error .ui_dialog_icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	background-position: 0 -48px;
}
/*成功消息*/
.succeed .ui_dialog_icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	background-position: 0 0;
}
/*去除所有背景*/
.noSkin .ui_border, .noSkin .ui_title_wrap, .noSkin .ui_dialog_icon {
	display: none;
}

.noSkin .ui_bottom_wrap {
	display: none;
	*display: block;
	*height: 0;
	overflow: hidden;
}

* html .noSkin .ui_btns {
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -99999em;
}

.noSkin .ui_content {
	margin: 0;
}

.noSkin .ui_dialog_main {
	background: transparent;
}