@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 */
.aui_outer { text-align:left; outline: 0;background-color:rgba(0,0,0,.7); color:#fff;}
table.aui_border, table.aui_dialog { border:0; margin:0; border-collapse:collapse; width:100%; }
.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, .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; font-weight:bold; }
.aui_state_noTitle .aui_title { display:none; }
.aui_close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.aui_close:hover { text-decoration:none; }
.aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/; }
.aui_content { *zoom:1; *display:inline; text-align:left; border:none 0; width: 100%;min-width: 100px;}
.aui_content.aui_state_full { display:block; width:100%; margin:0; height:100%; padding:0 !important }
.aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(../images/loading.gif) no-repeat center center; }
.aui_icon { vertical-align: middle; display:none}
.aui_icon div { width:48px; height:48px; margin:10px 0 10px 10px; background-position: center center; background-repeat:no-repeat; }
.aui_buttons { padding:5px 20px 20px; text-align:right; white-space:nowrap; }
.aui_buttons button { display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 3px 12px; font-size:14px;line-height: 1.5;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color:transparent;border-color: #fff; margin-left:6px; outline:0 !important;transition:background linear .2s}
.aui_buttons button:hover, .aui_buttons button:active{}
.aui_buttons button:active{box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
.aui_buttons button[disabled] { cursor:default; color:#666; background:#DDD; border: solid 1px #999; }
/*button.aui_state_highlight {color: #494e52;background-color: #transparent;border-color: #494e52;}*/
/*button.aui_state_highlight:hover,button.aui_state_highlight:active {color: #fff;background-color: #999;}*/
/* common end */

.aui_nw, .aui_ne, .aui_sw, .aui_se { width:0; height:0; }
.aui_titleBar { position:relative; height:100%; }
.aui_title {padding:0 10px; font-size: 14px;line-height:36px; height:36px;}
.aui_close { padding:0; top:6px; right:4px; width:21px; height:21px; line-height:21px; font-size:20px; color:#fff; text-align:center;text-shadow:0 1px 0 rgba(255, 255, 255, .9); outline:0 !important;text-decoration:none !important  }
.aui_close:hover { color:#4aa3df }
.aui_close:active { box-shadow: none; text-decoration:none}
.aui_state_noTitle.aui_state_focus.aui_state_lock {max-width: 220px !important;}
.aui_state_noTitle .aui_close{ top:0; right:0; display:none}
.aui_state_noTitle .aui_buttons{ text-align:center}
.aui_state_noTitle .aui_buttons button{ font-size:12px; width:50px; line-height:13px; margin:0 10px;padding: 5px 0;}
.aui_state_noTitle .aui_content{ padding:0!important}
.aui_state_noTitle .tips-black{border-radius: 0;font-size: 14px;padding:20px !important; color:#fff; text-align:center;}
.aui_state_noTitle .tips-black p{ font-size:30px; padding-bottom:15px;}
.aui_state_noTitle .aui_outer{ /*background:none;*/ border:0;}
.dialog-admin{padding:30px 50px}