﻿@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 { display: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:100%;margin: 0 auto;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; }

/* common end */

.aui_inner { background:#FFF; }
/* .aui_titleBar { width:100%; height:0; position:relative; bottom:30px; _bottom:0; _margin-top:-30px; } */
.aui_title { height:29px; line-height:29px; padding:0 16px 0 0; _padding:0; color:#FFF; font-weight:700; text-shadow:1px 1px 0 rgba(0, 0, 0, .9); }
.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s { background-image:url(aero/aero_s.png); background-repeat:no-repeat; }
.aui_nw { width:14px; height:34px; background-position: 0 0; _png:aero/ie6/aui_nw.png; }
.aui_ne { width:14px; height:34px; background-position: -14px 0; _png:aero/ie6/aui_ne.png; }
.aui_sw { width:14px; height:14px; background-position: 0 -34px; _png:aero/ie6/aui_sw.png; }
.aui_se { width:14px; height:14px; background-position: -14px -34px; _png:aero/ie6/aui_se.png; }
.aui_n, .aui_s { background-repeat:repeat-x; }
.aui_n { background-position: 0 -48px; _png:aero/ie6/aui_n.png; }
.aui_s { background-position: 0 -82px; _png:aero/ie6/aui_s.png; }
.aui_w, .aui_e { background-image:url(aero/aero_s2.png); background-repeat:repeat-y; }
.aui_w { background-position:left top; _png:aero/ie6/aui_w.png; }
.aui_e { background-position: right bottom; _png:aero/ie6/aui_e.png; }
.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 { 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 { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
.aui_state_noTitle .aui_close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-family: Helvetica, STHeiti; _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active { text-decoration:none; color:#900; }


/*自定义*/
.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s,.aui_w,.aui_e{
  display: none;
}
.aui_title{
	text-shadow:none;
	color:#333;
	font-size: 16px;
	font-weight: normal;
}
.aui_outer{
	/* border: 1px solid #e7e7e7; */
}
/*提醒弹窗*/
.g-notice-dialog{
	background-color:#333742;
	color:#fefefe;
}
.g-notice-dialog .aui_close{
	display: none!important;
}
.g-notice-dialog .aui_inner{
	background-color:#333742;
	border:none;
}
.g-notice-dialog .aui_content{
	display: block;
}
.g-notice-dialog .icon{
     background-repeat: no-repeat;
	 width: 28px;
	 height: 28px;
	 position: absolute;
	 left:10px;
	 top:10px;
}
.g-notice-dialog .notice{
	 background-image: url("../img/notice.png");
}
.g-notice-dialog .text{
	margin:0!important;
	color:#fefefe;
	line-height: 25px;
}
.g-notice-dialog .text em{
	position: absolute;
    right: 15px;
    top: 13px;
	background-color:#f67b7e;
	color:#fff;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding:0 5px;
}
/*小弹窗*/
.g-dialog {
	 -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.g-dialog  .aui_content{
	width: 100%;
}
.g-dialog  .aui_content .form-horizontal .form-group{
	margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
}
.g-dialog table.aui_dialog{
	background-color: #fcfcfc;
}
.g-dialog .aui_title{
	 border-bottom: 1px solid #e7e7e7;
	 background-color: #fff;
	 height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    font-size: 18px;
}
/* .g-dialog .aui_titleBar{
	bottom:40px;
} */
.g-dialog .aui_footer{
	border-top: 1px solid #e7e7e7;
    background-color: #fff;
}
.aui_buttons{
	padding:10px 15px 10px 0;
	text-align: right;
}
.aui_buttons button{
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	width:80px;
	height: 35px;
	color: #666666;
	background-color: #f6f7f9;
	border: 1px solid #dddddd;
	margin-left: 10px;
}
.aui_buttons button:hover{
	background-color: #e4e7ea;
	border: 1px solid #cccccc;
}
.aui_buttons button.aui_state_highlight:hover {
	color: #fff;
	background-color: #428bca;
	border: 1px solid #2f7ec2;
}
.aui_buttons button.aui_state_highlight{
	color: #fff;
	background-color: #4992d1;
	border: 1px solid #4089c8;
}
.aui_close{
	 background-image: url("../img/close.png");
     background-repeat: no-repeat;
	 width: 12px;
     height: 12px;
     position: absolute;
     top:17px;
     right:15px;
}
.aui_close:focus{
	outline:none;
}
.g-small-dialog .aui_main,.g-tip-dialog .aui_main{
	max-height: 400px;
	overflow:auto;
}
/*简单提示信息弹窗*/
.g-tip-dialog  .aui_content{
	text-align: center;
	max-height: 285px;
    overflow: auto;
    color:#555;
	font-size: 22px;
}
.g-tip-dialog .aui_content i{
     background-repeat: no-repeat;
	 width: 56px;
     height: 56px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 10px;
}
.g-tip-dialog .aui_content .succeed{
	 background-image: url("../img/succeed.png");
}
.g-tip-dialog .aui_content .error{
	 background-image: url("../img/error.png");
}
.g-tip-dialog .aui_content .warn{
	 background-image: url("../img/warn.png");
}
.g-tip-dialog .aui_content .question{
	 background-image: url("../img/question.png");
}
.g-tip-dialog  .aui_content .text{
	margin: 40px 0;
    display: inline-block;
    max-width: 75%;
    vertical-align: middle;
    text-align: left;
    color:#333;
}
.g-tip-dialog .aui_content .text em{
	font-size: 14px;
	color:#666;
	display: block;
}
.g-tip-dialog0 .aui_content{
	max-height: 285px;
    overflow: auto;
}
.g-tip-dialog0 .aui_content .text{
	font-size: 14px;
	color:#333;
}
/*弹窗设定最高高度*/
.g-small-dialog  .aui_content{
	max-height: 285px;
    overflow: auto;
}
.g-middle-dialog  .aui_content{
	max-height: 495px;
    overflow: auto;

}
.g-big-dialog  .aui_content{
	max-height: 495px;
/*     overflow: auto; */
}
/*功能提示信息图标*/ 
.g-warning-dialog .intro{
	display:block!important;
	position: absolute;
    right: 44px;
    top: 14px;
    color:#888;
    font-size: 14px;
}
.g-warning-dialog .intro i{
	 margin-left: 5px;
}
.g-warning-dialog .aui_title{
	border-color:#faebcc;
}
.g-warning-dialog .bg-warning{
	margin-top: -1px;
}
/*图片弹窗*/
.g-img-dialog{
	width: 100%!important;
	height: 100%;
	top:0!important;
	left:0!important;
}
.g-img-dialog .aui_close{
	color:#fff;
}
.g-img-dialog .aui_main{
	min-width: auto!important;
}
/* .g-loadding-dialog  .aui_inner,.g-loadding-dialog table.aui_dialog{
    background-color: transparent;
	border: none;
}
.g-loadding-dialog .aui_footer{
	border-top:none;
} */
/*图片弹窗(删除按钮)*/
.aui_state_noTitle .aui_close.del_aui_close{ background: url(../img/close.png) no-repeat #FFF 2px 2px; right:10px; top:15px; border:1px solid #ddd;}