@charset "utf-8";
/*
 * artDialog skin
 * http://code.google.com/p/artdialog/
 * (c) 2009-2011 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */

/* common start */
body { _margin:0; _height:100%; /*IE6 BUG*/ }
.aui_outer { text-align:left; }
table.aui_border, table.aui_dialog { border:0; margin:0; border-collapse:collapse; width:auto; }
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer { padding:0;}
/*.aui_header { height: 40px }*/
.aui_header, .aui_buttons button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.aui_title { overflow:hidden; text-overflow: ellipsis; }
.aui_state_noTitle .aui_title { display:none; }
.aui_close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer;color: #555 }
.aui_close:hover { text-decoration:none; }
.aui_main {text-align:center;margin-top: 84px;}
.aui_content {display:inline-block;border:none 0;color: #666;min-width: 185px;text-align: center;font-size: 13px;/*border-bottom: 1px solid #ececec;border-top: 1px solid #ececec;*/}
.aui_content.aui_state_full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(icons/loading.gif) no-repeat center center; }
.aui_icon { vertical-align: middle; }
.aui_icon div {/* width:48px; *//* height:48px; *//* margin:10px 0 10px 10px; *//* background-position: center center; *//* background-repeat:no-repeat; */}
.aui_buttons {/* padding:8px; *//* text-align:right; */white-space:nowrap;height: 40px;padding-top: 14px;border-top: 1px solid #ececec;}
.aui_buttons button {float: right;padding: 4px 0px;cursor: pointer;display: inline-block;text-align: center;line-height:18px;height: 28px;letter-spacing:2px;width: 50%;border: none;}
/*.aui_buttons button:hover { color:#000; border-color:#666; }*/
button.aui_state_highlight {color: #FFF;background: #ec6337;}
/* common end */

.aui_inner { background:#fff; }
.aui_titleBar { width:100%;  position:relative; height: 40px; _bottom:0; _margin-top:-30px; }
.aui_title {height: 40px;line-height: 40px;color:#000;font-size: 16px;text-align: center;border-bottom: 1px solid #ececec;}
/*.aui_close { background-image:url(black/timg.jpg); background-repeat:no-repeat; }*/
.aui_nw { width:0px; height:0px; background-position: 0 0; }
.aui_ne { width:0px; height:0px; background-position: -15px 0; }
.aui_sw { width:0px; height:0px; background-position: 0 -38px;  }
.aui_se { width:15px; height:18px; background-position: -15px -38px; }
.aui_close { top:10px; right:4px; _z-index:1;margin-top:10px;width:20px; height:20px; _font-size:0; _line-height:0; text-indent:-9999em; }
.aui_close:hover { background-position:0 -132px; }
.aui_n, .aui_s { background-repeat:repeat-x; }
.aui_n { background-position: 0 -56px;  }
.aui_s { background-position: 0 -94px; }
.aui_w, .aui_e { background-color:#fff; }
.aui_w { background-position:left top;}
.aui_e { background-position: right bottom;}
@media screen and (min-width:0) {
	.aui_outer { border-radius:8px; box-shadow:0 5px 15px rgba(0, 0, 0, .4); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }
	.aui_state_drag .aui_outer { box-shadow:none; }
	.aui_state_lock .aui_outer { box-shadow:0 3px 26px rgba(0, 0, 0, .9); }
	.aui_outer:active { box-shadow:0 0 5px rgba(0, 0, 0, .1)!important; }
	.aui_state_drag .aui_outer { box-shadow:none!important; }
	.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s{background: #fff }
	.aui_nw { width:0; height:0px; }
	.aui_ne { width:5px; height:31px; background-position: -5px 0;  }
	.aui_sw { width:5px; height:5px;background-position: 0 -31px; }
	.aui_se { width:5px; height:5px; background-position: -5px -31px; }
	.aui_n { background-position: 0 -36px; }
	.aui_s { background-position: 0 -67px; }
}
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se { width:3px; height:3px; }
.aui_state_noTitle .aui_inner { border:1px solid #666; background:#FFF; }
.aui_state_noTitle .aui_outer { box-shadow:none; }
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_n, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_w, .aui_state_noTitle .aui_e, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_s, .aui_state_noTitle .aui_se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
.aui_state_noTitle .aui_close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-family: Helvetica, STHeiti; _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino; font-size:18px; text-decoration:none;  background:none; filter:!important; }
.aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active { text-decoration:none; color:#900; }