@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;
	background: #eee;
	_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_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*/;
}
.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: -999em;
	overflow: hidden;
	background: url(images/loading.gif) no-repeat center center;
}
.aui_icon {
	vertical-align: middle;
}
.aui_icon div {
	width: 48px;
	height: 48px;
	margin: 10px 0px 10px 10px;
	background-position: center center;
	background-repeat: no-repeat !important;
	left: 12px;
	position: relative;
}
.aui_buttons {
	margin-bottom: -10px;
	text-align: right;
	white-space: nowrap;
	border-top: 1px solid #dee0e2;
	padding-top: 10px;
}
.aui_buttons .leftBtn{
	display: none;
}
.aui_buttons button {
	cursor: pointer;
	width: auto;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	color: rgb(119, 119, 119);
	width: 70px;
	line-height: 28px;
	border: 1px solid #c0c0c0;
	font-size: 13px;
	border-radius:4px;
}
.aui_buttons button::-moz-focus-inner {
border:0;
padding:0;
margin:0;
}
.aui_buttons button:hover {

}
.aui_buttons button[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: solid 1px #999;
	filter: alpha(opacity=50);
	opacity: .5;
	box-shadow: none;
}
button.aui_state_highlight {
	/* color: #FFF !important;
	border: 0px;
	text-shadow: 0px 0px 0px #FFF; */
	color: #8795de;
    border: 1px solid #8795de;
	width: 70px;
	line-height: 30px;
	font-size: 13px;
	box-shadow: 0px 0px 0px;
	border-radius: 4px;
	margin-right: 10px;
}
button.aui_state_highlight:hover {
}
/* common end */

.aui_inner {
	background: #FFF;
}
.aui_outer, .aui_inner {
	/*border: 1px solid rgba(0, 0, 0, .7);
	border: 1px solid #333\9;*/
}
.aui_border {
	box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
}
.aui_nw, .aui_ne, .aui_sw, .aui_se {
	width: 8px;
	height: 8px;
}
.aui_s {
	height:20px
	}
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se {
	/*background: rgba(0, 0, 0, .4);
	background: #000\9!important;
	filter: alpha(opacity=40);*/
}
.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 {
	/*background: rgba(0, 0, 0, .5);
	background: #000\9!important;
	filter: alpha(opacity=50);*/
	background:#fff !important
}
.aui_state_focus .aui_dialog {
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);*/
}
.aui_state_focus .aui_outer {
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);*/
}
.aui_state_lock .aui_border {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .68);
}
.aui_state_drag .aui_outer, .aui_outer:active {
	box-shadow: none;
}
.aui_titleBar {
	height: 100%;
	background: #00a6aa;
	margin: -8px -8px 8px -8px;
	position: relative;
}
.aui_title {
	height: 31px;
	line-height: 38px;
	padding: 0 28px 0 15px;
	font-weight:normal;
	color: rgba(0,0,0,.9) !important;
	font-family: "微软雅黑" !important;
	font-size:13px !important;
	font-weight: bold;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	background-color: #edf5f8;
	background-color: #bdc6cd;
	background: linear-gradient(top, #edf5f8, #bdc6cd);
	background: -moz-linear-gradient(top, #edf5f8, #bdc6cd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#edf5f8), to(#bdc6cd));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf5f8', endColorstr='#bdc6cd');
	border-top: 1px solid #edf5f8;
	border-bottom: 1px solid #b6bec5;*/
}
.aui_state_focus .aui_title {
	color: #4c5a5f;
}
.aui_state_drag .aui_title {
	background: linear-gradient(top, #bdc6cd, #edf5f8);
	background: -moz-linear-gradient(top, #bdc6cd, #edf5f8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdc6cd), to(#edf5f8));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd', endColorstr='#edf5f8');
	box-shadow: none;
}
.aui_state_drag .aui_titleBar {
	box-shadow: none;
}
.aui_close {
	padding: 0;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
	text-indent:-9999px !important;
	background: url(images/closeBtn1Bg.png) no-repeat center center !important;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.aui_close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.aui_close:active {
	box-shadow: none;
}
.aui_content {
	color: #666;
}
.aui_state_focus .aui_content {
	color: #000;
}
.aui_buttons {

}
.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 {
	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-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_state_noTitle .aui_dialog {
	box-shadow: none;
}
.whole .sig_blc .blc_top, .whole .sig_blc .blc_down {
	width: 80px;
	height: 110px;
	margin: 5px auto 40px;
	text-align: center;
	cursor: pointer;
	transition: all 0.8s ease-in-out 0s;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
}
.whole .sig_blc .blc_top{
	margin: 15px auto 40px;
}
.whole .sig_blc .blc_top a, .whole .sig_blc .blc_down a {
	font-family: "微软雅黑";
	color:#888;
	font-size:16px;
	display:block;
	height:35px;
	line-height:35px;
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
.whole .sig_blc .blc_top span, .whole .sig_blc .blc_down span {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
.whole .sig_blc .blc_top1:hover span, .whole .sig_blc .blc_top2:hover span {
	background-position: -160px 0 !important;
}
.whole .sig_blc .blc_top3:hover span, .whole .sig_blc .blc_down1:hover span {
	background-position: 0 0 !important;
}
.whole .sig_blc .blc_down2:hover span, .whole .sig_blc .blc_down3:hover span {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.whole .sig_blc .blc_top:hover a, .whole .sig_blc .blc_down:hover a {
	color:#444;
}
.whole .sig_blc .blc_top1 span {
	background: #54abe4 url(images/blc_top1.png) no-repeat !important;
	background-position:0 0 !important
}
.whole .sig_blc .blc_top2 span {
	background: #4cd887 url(images/blc_top2.png) no-repeat !important;
	background-position:0 0 !important
}
.whole .sig_blc .blc_top3 span {
	background: #fb7e7e url(images/blc_top3.png) no-repeat !important;
	background-position:0 -160px !important
}
.whole .sig_blc .blc_down1 span {
	background: #ac80e9 url(images/blc_down1.png) no-repeat !important;
	background-position:0 -160px !important
}
.whole .sig_blc .blc_down2 span {
	background: #fbba2e url(images/blc_down2.png) no-repeat center center !important
}
.whole .sig_blc .blc_down3 span {
	background: #a9c6d8 url(images/blc_down3.png) no-repeat center center !important
}