@charset "utf-8";
/* CSS Document */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,blockquote,p
{
     padding:0; 
	 margin:0;
}
pre
{
	background-color: #f5f5f5;
	padding: 8.5px;
	margin: 0 0 18px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-family: Verdana;
}
li {
    list-style:none;
}
a {
    text-decoration:none;
	color:#333;
}
img {
    border:none;
}
.clearfix:after {
	content:"."; 
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
.clear{
	clear:both;
}
.hidden {
	display:none;
}
body {
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue",arial,"宋体";
	color:#404040;
	background:#f9f9f9;
}
.head {
	width:100%;
	min-width:900px;
	margin:0 auto;
	background:#0054a4;
	border-bottom:5px solid #f96b00;
}
.head_top {
	width:100%;
	height:26px;
	margin:0 auto;
	background:#999;
}
.head_top .number {
	width:auto;
	float:left;
	margin-left:1%;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
.logo {
	width:100%;
	height:70px;
	padding:19px 0;
}
.logo img {
	float:left;
	margin-left:1%;
	width:70px;
}
.logo .logo_wz {
	width:auto;
	float:left;
	margin-left:10px;
}
.logo .logo_wz h1 {
	font-size:20px;
	color:#fff;
	letter-spacing:2px;
	line-height:40px;
}
.logo .logo_wz h4 {
	font-size:12px;
	color:#fff;
	line-height:20px;
	font-weight:normal;
}
.logo_right {
    float:right;
	width:auto;
	text-align:right;
	margin-right:1%;
}
.pull-right {
	float:right;
	width:auto;
	line-height:26px;
	margin-right:1%;
	color:#fff;
	font-size:12px;
}
.pull-right a {
    color:#fff;
	margin:0 5px;
}
.pull-right a:hover {
    color:#f60;
}
.logo_culture {
	width:auto;
	line-height:45px;
	float:right;
	margin-right:1%;
	font-size:24px;
	color:#fff;
	letter-spacing:5px;
}
.label {
	padding:2px 5px;
	font-size:9.75px;
	white-space:nowrap;
	border-radius:3px;
	color:#fff;
	background:#f60;
	cursor:pointer;
}
.label.success {
	background:#007cf1;
}
.main {
	width:100%;
	min-width:900px;
	margin:0 auto;
	overflow:hidden;
}
.login {
	width:80%;
	margin:0 auto;
	padding-top:50px;
}
.login h2 {
	line-height:36px;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
}
.login .cbi-map-descr .error {
	color:#ff0015;
}
.login ul {
	width:400px;
	margin:30px auto 0;
	padding:20px;
	border:1px solid #ddd;
	background:#f5f5f5;
	border-radius:5px;
	-weblit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.login ul li {
	height:30px;
	margin:15px auto 0;
}
.login ul li label {
	width:100px;
	display:block;
	line-height:30px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
	margin-right:15px;
}
.login ul li .login_input {
	width:200px;
	float:left;
	height:28px;
	line-height:28px;
	text-indent:10px;
	border:1px solid #dcdcdc;
	background:#fff;
}
.login ul li .login_button {
	width:100px;
	line-height:26px;
	text-align:center;
	font-size:14px;
	color:#fff;
	border-radius:5px;
	-weblit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	background:#0054a4;
	border:none;
}
.login ul li .login_button:hover {
	background:#1f79d2;
}
.main_left {
	width:20%;
	max-width:260px;
	height:100%;
	padding:0 0 20px;
	float:left;
	background:#bfbfbf;
	overflow:auto;
}
.main_left .number {
   width:100%;
   line-height:75px;
   text-align:center;
   font-size:20px;
   color:#fff;
   background:#4f4f4f;
}
ul.nav {
	width:100%;
	margin:20px auto 0;
}
.nav li.dropdown {
	width:100%;
	margin:0 auto;
}
.nav li.dropdown .nav_div,
.nav li.dropdown .nav_div2 {
	width:100%;
	height:36px;
	margin:0 auto;
	display:block;
	cursor:pointer;
}
.nav li.dropdown .nav_div a.menu,
.nav li.dropdown .nav_div2 a {
	font-size:15px;
	color:#686868;
	line-height:36px;
	text-align:left;
	margin-left:12px;
}
.nav li.dropdown .nav_div span,
.nav li.dropdown .nav_div2 span{
	display:block;
	float:left;
	margin-left:60px;
	margin-top:12px;
	width:12px;
	height:12px;
	background:url(../images/topdown.png) no-repeat 0 0;
}
.nav li.dropdown .nav_div span_static,
.nav li.dropdown .nav_div2 span_static{
	display:block;
	float:left;
	margin-left:60px;
	margin-top:12px;
	width:12px;
	height:12px;
	background:url(../images/topdown.png) no-repeat 0 0;
}
.nav li.dropdown .nav_div:hover,
.nav li.dropdown .nav_div2:hover {
	background:#4f4f4f;
}
.nav li.dropdown .nav_div:hover span,
.nav li.dropdown .nav_div2:hover span{
	background:url(../images/topdown.png) no-repeat -24px 0;
}
.nav li.dropdown .nav_div:hover span_static,
.nav li.dropdown .nav_div2:hover span_static{
	background:url(../images/topdown.png) no-repeat -24px 0;
}
.nav li.dropdown .nav_div:hover a,
.nav li.dropdown .nav_div2:hover a {
	color:#fff;
}
.nav li.dropdown .add_show {
	background:#4f4f4f;
}
.nav li.dropdown .add_show a.menu {
	color:#fff;
}
.nav li.dropdown .nav_div.add_show span {
	background:url(../images/topdown.png) no-repeat -12px 0;
}
.nav li.dropdown ul.dropdown-menu {
	width:100%;
	margin:0 auto;
	display:none;
}
.nav li.dropdown ul.dropdown-menu li {
	width:100%;
	margin:0 auto;
	line-height:36px;
	text-align:left;
}
.nav li.dropdown ul.dropdown-menu li a {
	font-size:15px;
	color:#686868;
	display:block;
	text-indent:84px;
	background:#d8d8d8;
	white-space:nowrap;
}
.nav li.dropdown ul.dropdown-menu li.hover a,
.nav li.dropdown ul.dropdown-menu li a:hover {
	background:#f9f9f9;
}
.main_right {
	min-width:760px;
	width:80%;
	float:right;
	overflow:auto;
}
.usr_content {
	width:70%;
	min-width:700px;
	margin:0 auto;
	padding:40px 0;
}
.usr_content_short {
	width:70%;
	min-width:925px;
	margin:0 auto;
	padding:40px 0;
}
.usr_h2 {
	width:100%;
	line-height:30px;
	text-indent:15px;
	display:block;
	font-size:16px;
	color:#fff;
	background:#f60;
}
.usr_content h3 {
	width:100%;
	line-height:30px;
	margin:20px auto 0;
	text-indent:15px;
	display:block;
	color:#fff;
	font-size:16px;
	background:#0054a4;
}
.usr_descr {
	line-height:24px;
	font-size:13px;
	color:#000;
	padding:10px 15px;
	border:1px solid #f60;
}
.cbi-map-descr {
	padding:9px 18px;
	line-height:18px;
	font-size:13px;
	font-weight:normal;
	background:#fff;
}
fieldset {
	width:100%;
	margin:20px auto;
	border:none;
}
fieldset legend {
	width:100%;
	line-height:30px;
	text-indent:15px;
	font-size:16px;
	color:#fff;
	display:block;
	background:#4f4f4f;
}
table {
	width:100%;
	margin-bottom:18px;
	font-size:13px;
	border:1px solid #ddd;
	border-collapse:collapse;
}
table table {
	border:none;
}
table small {
	font-size:13px;
}
table th {
	line-height:18px;
	text-align:left;
	padding:9px 10px;
	font-weight:bold;
	vertical-align:top;
}
.section-table tr:nth-child(2n+1) td, .section-table tr:nth-child(2n+1) th {
	background:#efefef;
}
table td {
	line-height:18px;
	padding:10px 10px 9px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #ddd;
}
table.table-center th,
table.table-center td {
	text-align:center;
	vertical-align:middle;
	padding:10px 5px;
}
table table td {
	border:none;
}
.section_node {
	width:100%;
	margin:20px auto 0;
}
.section_node li {
	overflow:hidden;
	margin-bottom:18px;
}
.label_title {
	float:left;
	width:210px;
	text-align:right;
	line-height:26px;
	font-size:13px;
	color:#000;
	padding-right:20px;
	/* white-space:nowrap; */
}
/* .div_node {
	float:left;
} */
input[type="checkbox"],
input[type="radio"] {
	margin-top:8px;
	margin-right:6px;
}
.input_text {
	width:200px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	font-size:13px;
	color:#444;
	border:1px solid #ddd;
	background:#fff;
}
.input_text_short {
	width:125px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	font-size:13px;
	color:#444;
	border:1px solid #ddd;
	background:#fff;
}
.input_text_range {
	width:50px;
	height:26px;
	line-height:26px;
	/* text-indent:10px; */
	text-align: center;
	font-size:13px;
	color:#444;
	border:1px solid #ddd;
	background:#fff;
}
.input_textarea {
	width:100%;
	font-size:13px;
	margin-top:15px;
	color:#444;
	border:1px solid #aaa;
	background:#fff;
}
#memtotal div,
#memfree div,
#memcache div,
#membuff div {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	line-height:15px;
	font-size:13px;
}
.usr_submit {
	text-align:center;
	margin:20px auto 0;
}
.submit {
	width:auto;
	height:auto;
	display:inline;
	color: #ffffff;
	cursor:pointer;
	padding: 5px 14px 6px;
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border:none;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
select {
	width:auto;
	height:28px;
	line-height:28px;
	font-size:13px;
	color:#444;
	border:1px solid #ddd;
	background:#fff;
}
.table-100 .input_text{
	width:100%;
}
.table-100 select {
	width:auto;
}
table.table-center th.w70,
table.table-center td.w70 {
	width:70px;
}

::-moz-placeholder {
	color: #bfbfbf;
}

::-webkit-input-placeholder {
	color: #bfbfbf;
}
.nod_description {
	font-size:12px;
	color:#666;
	line-height:23px;
	/* display:inline; */
	margin-left: 230px;
}
.section_node img {
	vertical-align:middle;
}
.tabmenu:before,
.tabmenu:after {
	display: table;
	content: "";
	zoom: 1;
}
.tabmenu:after {
	clear: both;
}
.tabmenu {
	margin:20px auto;
	border-bottom:1px solid #0054a4;
}
.tabmenu li {
	float:left;
	position:relative;
	margin-bottom:-1px;
}
.tabmenu li a {
	font-weight:inherit;
	display:block;
	line-height:28px;
	margin-right:10px;
	padding:0 15px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	border-radius:4px 4px 0 0 ;
	background:#0054a4;
}
.tabmenu li a:hover {
	color:#fff;
	background:#f60;
}
.tabmenu li.cbi-tab a,.tabmenu li.cbi-tab a:hover {
	color:#fff;
	cursor:default;
	background:#f60;
}
.cbi-button {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cbi-button-up,
.cbi-input-up {
	background-position: center center;
	background-image: url(../images/up.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/up.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/up.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/up.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/up.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/up.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-down,
.cbi-input-down {
	background-position: center center;
	background-image: url(../images/down.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/down.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/down.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/down.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/down.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/down.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cbi-button-add,
.cbi-input-add {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/add.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/add.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/add.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/add.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/add.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/add.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cbi-button-apply,
.cbi-input-reset {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/apply.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/apply.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/apply.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/apply.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/apply.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/apply.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cbi-button-reset,
.cbi-input-reset {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/reset.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/reset.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reset.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reset.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reset.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reset.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cbi-button:hover {
	color: #333;
	text-decoration: none;
}
.cbi-button-edit,
.cbi-input-edit {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/edit.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/edit.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/edit.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/edit.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/edit.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/edit.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-remove,
.cbi-input-remove {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/remove.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/remove.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/remove.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/remove.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/remove.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/remove.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cbi-button-reload,
.cbi-input-reload {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/reload.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/reload.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reload.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reload.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reload.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/reload.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cbi-button-link,
.cbi-input-link {
	background-position: 6px center, left top;
	padding-left: 28px;
	background-image: url(../images/link.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: url(../images/link.gif), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/link.gif), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/link.gif), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/link.gif), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: url(../images/link.gif), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.ifacebox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 10px;
	text-align: center;
	white-space: nowrap;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ifacebox .ifacebox-head {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}

.ifacebox .ifacebox-body {
	padding: 6px;
}
.ifacebadge {
	display: inline-block;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-left: 2px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ifacebadge-active {
	border-color: #000000;
	font-weight: bold;
}
.zonebadge {
	padding: 2px;
	border-radius: 4px;
	display: inline-block;
	white-space: nowrap;
	color: #666666;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
}

.zonebadge > em,
.zonebadge > strong {
	margin: 5px;
	display: inline-block;
}

.zonebadge input {
	width: 6em;
}

.zonebadge-empty {
	border: 1px dashed #AAAAAA;
	color: #AAAAAA;
	font-style: italic;
	font-size: smaller;
}

.footer {
	width:100%;
	min-width:900px;
	margin:0 auto;
	padding:11px 0;
	text-align:center;
	height:28px;
	line-height:28px;
	letter-spacing:1px;
	font-size:14px;
	color:#fff;
	background:#0054a4;
}
.footer a {
	color:#fff;
}
@media screen and (max-width:1100px) {
.main_right {
	min-width:700px;
}
.nav li.dropdown .nav_div span,
.nav li.dropdown .nav_div2 span{
	margin-left:20px;
}
.nav li.dropdown .nav_div span_static,
.nav li.dropdown .nav_div2 span_static{
	margin-left:20px;
}
.nav li.dropdown ul.dropdown-menu li a {
	text-indent:44px;
}
}
@media screen and (max-width:200px) {
.head {
	min-width:841px;
}
.main {
	min-width:841px;
}
.main_left {
	min-width:180px;
}
.nav li.dropdown .nav_div span,
.nav li.dropdown .nav_div2 span{
	margin-left:20px;
}
.nav li.dropdown .nav_div span_static,
.nav li.dropdown .nav_div2 span_static{
	margin-left:20px;
}
.nav li.dropdown ul.dropdown-menu li a {
	text-indent:44px;
}
.main_right {
	min-width:500px;
}
.usr_content {
	padding:40px 20px;
}
.footer {
	min-width:841px;
}
}

input:-internal-autofill {
	/* transition-delay: 99999s; */
	/* transition: color 99999s ease-out, background-color 99999s ease-out; */
	-webkit-text-fill-color: #ccc;
	animation: autofill-fix1 1s infinite;
}