@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*/ }
.ejy_aui_outer { text-align:left; }
table.ejy_aui_border, table.ejy_aui_dialog { border:0; margin:0; border-collapse:collapse;width: 460px;     min-height: 180px;}

/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */



.ejy_aui_nw, .ejy_aui_n, .ejy_aui_ne, .ejy_aui_w, .ejy_aui_c, .ejy_aui_e, .ejy_aui_sw, .ejy_aui_s, .ejy_aui_se, .ejy_aui_header, .ejy_aui_tdIcon, .ejy_aui_main, .ejy_aui_footer { padding:0; }
.ejy_aui_header, .ejy_aui_buttons button { font: 14px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial;vertical-align: top; }
.ejy_aui_header{height: 60px;}
.ejy_aui_title { overflow:hidden; text-overflow: ellipsis; }
.ejy_aui_state_noTitle .ejy_aui_title { display:none; }
.ejy_aui_close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer;}
.ejy_aui_close:hover { text-decoration:none; }
.ejy_aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/; }
.ejy_aui_content { display:inline-block; *zoom:1; *display:inline; text-align:left; border:none 0;max-height: 300px;margin-bottom: 16px;overflow-y: auto; }
.ejy_aui_content.ejy_aui_state_full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.ejy_aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(icons/loading.gif) no-repeat center center; }
.ejy_aui_icon { vertical-align: middle;display: none; }
.ejy_aui_icon div { width:0px; height:0px; }
.ejy_aui_buttons { padding:0px 8px 40px; text-align:center; white-space:nowrap; }
.ejy_aui_buttons button { margin-left:5px;margin-right: 5px; height: 40px; width:140px;  cursor: pointer; display: inline-block; text-align: center; line-height: 1; *padding:4px 10px; letter-spacing:0px;  overflow:visible;  color: #fff; border: solid 2px #0f62fe; border-radius:0px; background: #0f62fe; }
.ejy_aui_buttons button::-moz-focus-inner{ border:0; padding:0; margin:0; }
.ejy_aui_buttons button:focus { outline:none 0;}
.ejy_aui_buttons button:hover { color:#fff; border-color:#0043ce;background: #0043ce }
.ejy_aui_buttons button:active { border-color:#0f62fe;  }
.ejy_aui_buttons button[disabled] { cursor:default; color:#666; background:#DDD; border: solid 1px #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
button.ejy_aui_state_highlight { background: #0f62fe; color: #fff; border: 2px solid #0f62fe; }
button.ejy_aui_state_highlight:hover { color:#FFF; border-color:#0043ce; background: #0043ce; }
button.ejy_aui_state_highlight:active { border-color:#0043ce;background: #0043ce; }
/* common end */

.ejy_aui_inner { background:#FFF; }
.ejy_aui_outer{width: 460px;}
.ejy_aui_outer, .ejy_aui_inner {border-radius: 4px;overflow: hidden;    min-height: 180px;}
.ejy_aui_border {}
.ejy_aui_nw, .ejy_aui_ne, .ejy_aui_sw, .ejy_aui_se { width:8px; height:8px;display: none; }
/* 上面代码是弹出框的边框隐藏，如不隐藏可以拖动弹出框大小 */
.ejy_aui_nw, .ejy_aui_n, .ejy_aui_ne, .ejy_aui_w, .ejy_aui_e, .ejy_aui_sw, .ejy_aui_s, .ejy_aui_se { background:rgba(0, 0, 0, .4); background:#000\9!important; filter:alpha(opacity=40); }
.ejy_aui_state_lock .ejy_aui_nw, .ejy_aui_state_lock .ejy_aui_n, .ejy_aui_state_lock .ejy_aui_ne, .ejy_aui_state_lock .ejy_aui_w, .ejy_aui_state_lock .ejy_aui_e, .ejy_aui_state_lock .ejy_aui_sw, .ejy_aui_state_lock .ejy_aui_s, .ejy_aui_state_lock .ejy_aui_se { background:rgba(0, 0, 0, .5); background:#000\9!important; filter:alpha(opacity=50); }
.ejy_aui_state_focus .ejy_aui_dialog { box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
.ejy_aui_state_focus .ejy_aui_outer { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
.ejy_aui_state_lock .ejy_aui_border { box-shadow:0 3px 26px rgba(0, 0, 0, .9); }
.ejy_aui_state_drag .ejy_aui_outer, .ejy_aui_outer:active { box-shadow:none; }
.ejy_aui_titleBar { position:relative; height:100%; }
.ejy_aui_title {  padding:20px 10px; text-shadow:0 1px 0 rgba(255, 255, 255, .7); background-color:#fff; font-weight:bold; font-size: 18px;    color: #333; font-family: Tahoma, Arial/9!important; text-align: center;}
.ejy_aui_state_focus .ejy_aui_title { color:#333; }
.ejy_aui_state_drag .ejy_aui_title { background:#fff; box-shadow:none; }
.ejy_aui_state_drag .ejy_aui_titleBar { box-shadow:none; }
.ejy_aui_close { padding:0; top:7px; right:7px; background: url(../images/base-cqd-close.png) no-repeat;text-indent:-99px;  width:20px; height:20px;overflow:hidden; }
.ejy_aui_close:hover {background-position: -20px 0px; }
.ejy_aui_close:active {background-position: -20px 0px; }
.ejy_aui_content { color:#333;font-size: 14px; }
.ejy_aui_state_focus .ejy_aui_content { color:#333; }

.ejy_aui_state_noTitle .ejy_aui_nw, .ejy_aui_state_noTitle .ejy_aui_ne, .ejy_aui_state_noTitle .ejy_aui_sw, .ejy_aui_state_noTitle .ejy_aui_se { width:3px; height:3px; }
.ejy_aui_state_noTitle .ejy_aui_inner { border:1px solid #666; background:#FFF; }
.ejy_aui_state_noTitle .ejy_aui_outer { border:none 0; box-shadow:none; }
.ejy_aui_state_noTitle .ejy_aui_nw, .ejy_aui_state_noTitle .ejy_aui_n, .ejy_aui_state_noTitle .ejy_aui_ne, .ejy_aui_state_noTitle .ejy_aui_w, .ejy_aui_state_noTitle .ejy_aui_e, .ejy_aui_state_noTitle .ejy_aui_sw, .ejy_aui_state_noTitle .ejy_aui_s, .ejy_aui_state_noTitle .ejy_aui_se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.ejy_aui_state_noTitle .ejy_aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
.ejy_aui_state_noTitle .ejy_aui_close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.ejy_aui_state_noTitle .ejy_aui_close:hover, .ejy_aui_state_noTitle .ejy_aui_close:active { text-decoration:none; color:#900; }
.ejy_aui_state_noTitle .ejy_aui_dialog { box-shadow: none; }


.ejy_aui_state_highlight~ button{background: #fff;    color: #0f62fe;}
.ejy_aui_state_highlight~ button:hover { color:#fff; border-color:#0f62fe;background: #0f62fe }