.aui_outer {
	background: rgb(255, 255, 255); outline: 0px; border: 1px solid rgb(205, 205, 205); border-image: none; text-align: left; box-shadow: 0px 0px 4px #b6b6b6;
}
table.aui_border {
	margin: 0px; border: 0px currentColor; border-image: none; width: 100%; border-collapse: collapse;
}
table.aui_dialog {
	margin: 0px; border: 0px currentColor; border-image: none; width: 100%; border-collapse: collapse;
}
.aui_nw {
	padding: 0px;
}
.aui_n {
	padding: 0px;
}
.aui_ne {
	padding: 0px;
}
.aui_w {
	padding: 0px;
}
.aui_c {
	padding: 0px;
}
.aui_e {
	padding: 0px;
}
.aui_sw {
	padding: 0px;
}
.aui_s {
	padding: 0px;
}
.aui_se {
	padding: 0px;
}
.aui_header {
	padding: 0px;
}
.aui_tdIcon {
	padding: 0px;
}
.aui_main {
	padding: 0px;
}
.aui_footer {
	padding: 0px;
}
.aui_header {
	font: 12px/1.11 "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti; font-size-adjust: none; font-stretch: normal; _font-family: Tahoma, Arial, Helvetica, STHeiti; -o-font-family: Tahoma, Arial;
}
.aui_buttons button {
	font: 12px/1.11 "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti; font-size-adjust: none; font-stretch: normal; _font-family: Tahoma, Arial, Helvetica, STHeiti; -o-font-family: Tahoma, Arial;
}
.aui_title {
	overflow: hidden; font-weight: bold; -ms-text-overflow: ellipsis;
}
.aui_state_noTitle .aui_title {
	display: none;
}
.aui_close {
	text-decoration: none; display: block; position: absolute; _cursor: pointer;
}
.aui_close:hover {
	text-decoration: none;
}
.aui_main {
	text-align: center; min-width: 9em;
}
.aui_content {
	border: 0px currentColor; 
	border-image: none; 
	width: 100%; 
	text-align: left; 	
}
.aui_state_full.aui_content {
	margin: 0px; padding: 0px !important; width: 100%; height: 100%; display: block;
}
/*下面CSS不知道是哪里会使用，是否可以删除CSS以及loading.gif*/
.aui_loading {
	background: url("/Images/loading.gif") no-repeat center; width: 96px; height: 32px; text-align: left; text-indent: -999em; overflow: hidden;
}
.aui_icon {
	vertical-align: middle;
}
.aui_icon div {
	margin: 10px 0px 10px 10px;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat!important;
	background-position: center !important;
	background-size: 30px 30px !important;
}
.aui_buttons {
	background: rgb(245, 245, 245); padding: 10px 20px; text-align: right; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid; white-space: nowrap;
}
.aui_buttons button {
	padding: 5px; outline: 0px !important; border: 1px solid rgb(204, 204, 204); transition:background 0.2s linear; border-image: none; text-align: center; color: rgb(51, 51, 51); line-height: 1.5; font-size: 14px; font-weight: normal; margin-bottom: 0px; margin-left: 6px; vertical-align: middle; display: inline-block; white-space: nowrap; cursor: pointer; min-width: 70px; -ms-user-select: none; background-image: none; background-color: rgb(255, 255, 255); -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.aui_buttons button:hover {
	border-color: rgb(173, 173, 173); background-color: rgb(230, 230, 230);
}
.aui_buttons button:active {
	border-color: rgb(173, 173, 173); background-color: rgb(230, 230, 230);
}
.aui_buttons button:active {
	box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
}
.aui_buttons button[disabled] {
	background: rgb(221, 221, 221); border: 1px solid rgb(153, 153, 153); border-image: none; color: rgb(102, 102, 102); cursor: default;
}
button.aui_state_highlight {
	color: #fff;
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
button.aui_state_highlight:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
button.aui_state_highlight:active {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
.aui_nw {
	width: 0px; height: 0px;
}
.aui_ne {
	width: 0px; height: 0px;
}
.aui_sw {
	width: 0px; height: 0px;
}
.aui_se {
	width: 0px; height: 0px;
}
.aui_titleBar {
	height: 100%; position: relative;
}
.aui_title {
	padding: 0px 10px; height: 36px; color: rgb(76, 90, 95); line-height: 36px; font-size: 14px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; text-shadow: 0px 1px 0px #fff; background-color: rgb(239, 239, 239);
}
.aui_close {
	padding: 0px; outline: 0px !important; top: 8px; width: 21px; height: 21px; text-align: center; right: 4px; color: rgb(104, 118, 123); line-height: 21px; font-family: Helvetica, STHeiti; font-size: 18px; text-decoration: none !important; text-shadow: 0px 1px 0px rgba(255,255,255,0.9); _font-family: Tahoma, "u9ed1u4f53", "Book Antiqua", Palatino;
}
.aui_close:hover {
	color: rgb(74, 163, 223);
}
.aui_close:active {
	text-decoration: none; box-shadow: none;
}
.aui_state_noTitle .aui_close {
	top: 0px; right: 0px; display: none;
}
.aui_state_noTitle .aui_buttons {
	text-align: center;
}
.aui_state_noTitle .aui_buttons button {
	margin: 0px 10px; width: 50px; line-height: 13px; font-size: 12px;
}
.aui_state_noTitle .aui_content {
	padding: 0px !important;
}
.aui_state_noTitle .tips-black {
	padding: 10px 20px 20px !important; border-radius: 0px; color: rgb(255, 255, 255); font-size: 14px; background-color: rgba(0, 0, 0, 0.7);
}
.aui_state_noTitle .tips-black p {
	text-align: center; line-height: 60px; font-size: 30px;
}
.aui_state_noTitle .aui_outer {
	border: 0px currentColor; border-image: none;
}

/*提示框图标*/
.glyphicon-ok {
	display:inline-block;
	width: 40px; 
	height: 30px; 
	background-image: url('/images/success.png'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}
