@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, .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 {}
.aui_close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.aui_state_noauiclose .aui_close { display:none;}
.aui_close:hover { text-decoration:none; }
.aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/;}
.aui_content { display:inline-block; *zoom:1; *display:inline; text-align:left; border:none 0;}
.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:-9999em; 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:12px; text-align: center; white-space:nowrap; background-color:#F6F6F6; font-size:0px; border-radius:0 0 3px 3px;}
.aui_buttons button { margin:0 7.5px;cursor: pointer; display: inline-block; text-align: center; line-height:30px; width:100px; color: #666766; border: solid 1px #d1d1d1; border-radius:3px; background-color: #eee; background-image: -moz-linear-gradient(top,#fff 0,#f3f3f3 100%);  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f3f3f3));  background-image: -webkit-linear-gradient(top,#fff 0,#f3f3f3 100%);  background-image: -o-linear-gradient(top,#fff 0,#f3f3f3 100%);  background-image: linear-gradient(to bottom,#fff 0,#f3f3f3 100%); font-size:14px;}

.aui_buttons button::-moz-focus-inner{ border:0; padding:0; margin:0; }
.aui_buttons button:focus { outline:none 0; border-color:#d1d1d1;}
.aui_buttons button:hover {background: #fff;  border-color: #d6d6d6;  color: #666766;}
.aui_buttons button:active {background: #e3e3e3;  border-color: #d6d6d6;  color: #666766; }
.aui_buttons button[disabled] { cursor:default;background-color: #e3e3e3;}
button.aui_state_highlight { color: #FFF; border: solid 1px #00cbde; background: #00cbde;}
button.aui_state_highlight:focus { outline:none 0; border-color:#00cbde;color: #FFF;}
button.aui_state_highlight:hover { color:#FFF; border-color:#00b4bf;background-color: #00b4bf; }
button.aui_state_highlight:active { border-color:#d99c00;background-color: #d99c00;}
/* common end */

.aui_inner { background:#FFF; }
.aui_outer {}
.aui_inner {border: 1px solid #999;box-shadow: 0 0 10px rgba(0,0,0,.3); border-radius:3px;}
.aui_border {}
.aui_nw, .aui_ne, .aui_sw, .aui_se { width:8px; height:8px; }
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se { background:none; }
.aui_state_lock .aui_nw, .aui_state_lock .aui_n, .aui_state_lock .aui_ne, .aui_state_lock .aui_w, .aui_state_lock .aui_e, .aui_state_lock .aui_sw, .aui_state_lock .aui_s, .aui_state_lock .aui_se {}
.aui_state_focus .aui_dialog {}
.aui_state_focus .aui_outer {}
.aui_state_lock .aui_border {}
.aui_state_drag .aui_outer, .aui_outer:active { box-shadow:none; }
.aui_titleBar { position:relative; height:100%; }
.aui_title { height:28px; line-height:32px; padding:5px 28px 5px 10px; text-shadow:0 1px 0 rgba(255, 255, 255, .7); background-color:#eaeaea; font-weight:bold; color:#95a7ae; font-family: Tahoma, Arial/9!important; background:#eaeaea;border-bottom:1px solid #c2c2c2;border-radius: 4px 4px 0 0; font-size:14px;}
.aui_state_focus .aui_title { color:#666; }
.aui_state_drag .aui_title { background-color:#eaeaea;box-shadow:none; }
.aui_state_drag .aui_titleBar { box-shadow:none; }
.aui_close { padding:0; top:4px; right:4px; width:31px; height:31px; text-indent:-9999px; background:url(delault/aui_close.png) no-repeat center center;}
.aui_close:hover { color:#333;background:url(delault/aui_close.hover.png) no-repeat center center;}
.aui_close:active { box-shadow: none; }
.aui_content { color:#666; }
.aui_state_focus .aui_content { color:#000; }
.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 { border:none 0; 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 {}
.aui_state_noTitle .aui_inner{ border:none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
.aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0;}
.aui_state_noTitle .aui_title {height:26px;padding:0 28px 0 10px; display:none;}
.aui_state_noTitle .aui_close:active { text-decoration:none; color:#900; }
.aui_state_noTitle .aui_close { padding:0; top:0px; right:2px; width:21px; height:21px; text-indent:-9999px; background:url(delault/aui_close.png) no-repeat center center;}
.aui_state_noTitle .aui_close:hover { color:#333;background:url(delault/aui_close.hover.png) no-repeat center center;}
.aui_state_noTitle .aui_dialog { box-shadow: none; }