@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; 
    border:4px solid rgba(0,0,0,.1);
    border:4px solid #ccc\9;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px}
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, .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; }
.aui_close:hover { text-decoration:none; }
.aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/; margin:0; }
.aui_content { text-align:left; border:none 0; overflow:hidden; }
.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; }
.aui_buttons button { margin-left:15px; padding: 6px 8px; cursor: pointer; display: inline-block; text-align: center; line-height: 1; *padding:4px 10px; *height:2em; width:auto; overflow:visible; *width:1; color: #555555; border-radius: 3px; background: #eeeeee; border:none; outline:none;}


button.aui_state_highlight { color: #FFF; border: none; background: #e4393c; outline:none; }
button.aui_state_highlight:hover { }
button.aui_state_highlight:active { }
/* common end */

.aui_inner { background:rgba(0, 0, 0, .7); }
.aui_dialog { background:#FFF; }
.aui_outer { }
.aui_outer tr,.aui_outer td{
	border:none !important}
.aui_state_lock .aui_outer {  }
.aui_outer:active { box-shadow:none!important; }
.aui_state_drag .aui_outer { box-shadow:none!important; }
.aui_border { border-radius:3px; }
.aui_nw, .aui_ne { width:5px; height:37px; display:none; }
.aui_w, .aui_e { display:none; }
.aui_n{  height:30px; background:#ccc}
.aui_sw, .aui_se { width:5px; height:5px; display:none; }
.aui_nw, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se { background:#FFF; }
.aui_titleBar { width:100%; height:0; position:relative; bottom:30px; _bottom:0; _margin-top:-30px; }
.aui_title { height:20px; line-height:20px; padding:5px 35px 5px 10px; background:#f3f3f3; font-size:14px; color:#666;}
.aui_close { padding:0; top:5px; right:5px; width:26px; height:26px; line-height:26px; font-size:18px; text-align:center; color:#666; font-family:"宋体";  }
.aui_state_drag .aui_close { color:#FFF; }
.aui_close:hover { color:#666; }
.aui_close:active { box-shadow: none; }
.aui_state_noTitle { }
.aui_content { color:#333; font-size:13px; line-height:180%; }
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne { height:5px; }
.aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
.aui_state_noTitle .aui_close { top:5px; }
