﻿@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 {position:absolute; top:0; left:0; width:100%; height:24px; text-indent:-9999em; overflow:hidden; font-size:0; }
.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:200px; min-width:0 \9/*IE8 BUG*/; }
.aui_content { display:inline-block; *zoom:1; *display:inline; text-align:left; border:none 0; width: 640px; min-height: 120px; padding:30px 0 0 0;text-align: center; font-size: 14px; line-height: 30px; color: #000;}
.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(../images/loading.gif) no-repeat center center; }
.aui_icon { vertical-align: middle; }
.aui_icon div { width:30px; height:30px; margin:10px; background-position: center center; background-repeat:no-repeat; }
/* common end */

.aui_inner { background:#fff; }
.aui_titleBar { width:100%; height:42px; position:relative; margin-top:-42px; }
.aui_title { height:24px; line-height:24px; color:#1e1e1e; font-weight:400; font-size:14px; display: none; padding: 15px 0;}
.aui_title a{display: inline-block; *zoom:1; *display: inline; background: #0090f4; padding: 2px 5px; border-radius: 3px; line-height: 20px; margin: 0 0 0 10px; color: #fff; font-size: 12px;}
.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s, .aui_close { background:#fff; }
.aui_nw { width:15px; height:38px; }
.aui_ne { width:15px; height:38px; }
.aui_sw { width:15px; height:18px; }
.aui_se { width:15px; height:18px; }
.aui_close { top:15px; right:43px; _z-index:1; width:23px; height:23px; _font-size:0; _line-height:0; text-indent:-9999em; background:url(../images/close.png) no-repeat 0 0;}
.aui_close:hover{background:url(../images/close2.png) no-repeat 0 0;}
.aui_w, .aui_e { background:#e8e8e8; }

/*.aui_icon, .aui_main { padding-top:3px; }*/
@media screen and (min-width:0) {
	.aui_outer { border-radius:8px; box-shadow:0 5px 15px rgba(2, 37, 69, .4);box-shadow:none; -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); box-shadow:none;}
	.aui_outer:active { box-shadow:0 0 5px rgba(2, 37, 69, .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:5px; height:42px; }
	.aui_ne { width:5px; height:42px; }
	.aui_sw { width:5px; height:5px;background: #fff; }
	.aui_se { width:5px; height:5px; background: #fff;  }
	.aui_n { }
	.aui_s { background: #fff; }
	.aui_w, .aui_e {background:#fff;  }
}