﻿/**
 * Copyright (c) 2013 guwee
 * http://guwee.cn
 * 2014-11-26
 */
html {
	/*background: url(bgimg/bg_main.jpg);*/
	background-color: #f2f2f2;
}

body, select {
	margin: 0;
	line-height: 20px;
	color: #333333;
}

body, div, th, td, span, li, a, textarea, select, input, button, .ztree *{
	font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
a {
	color: #426aa3;
	text-decoration: none;
	cursor: pointer;
}

a.normal {
	color: #2c466d;
}

a:hover {
	color: #29CEA6;
	/*text-decoration: underline;*/
}

label, th, form, ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul {
	list-style: none;
}

input{
	font-size:14px!important;
}

input, textarea {
	padding: 4px;
	outline: none;
	resize: none;
}

input, textarea, select {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

option {
	background-color: #fff;
}

input[type=checkbox], input[type=radio] {
	border: none;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h4 {
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

fieldset {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

fieldset legend {
	color: #666;
	font-weight: bold;
	padding: 0 8px;
}

.container {
	background: #fff;
	/*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.font-small, .font-small * {
	font-size: 12px !important;
}

.required {
	color: #f00;
	margin-right: 4px;
	display: inline-block;
	line-height: 24px;
	line-height: normal \9;
	cursor: default;
}

.clear {
	clear: both;
}

.list-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	background: white;
}
.list-table1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}
.list-table th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0px;
	padding: 0px 2px;
	height: 32px;
	line-height: 32px;
	background-color: #eeeeee;
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.list-table1 th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0px;
	padding: 0px 2px;
	height: 32px;
	line-height: 32px;
	background-color: #eeeeee;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.list-table td {
	padding: 10px 3px 10px 3px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #dbdbdb;
    /*line-height: 30px;*/
}
.list-table1 td {
	text-align: center;
	padding: 6px 4px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #dbdbdb;
	line-height: 40px;
}
.list-table tbody tr.odd {
	background-color: #f8f8fa;
}
.list-table1 tbody tr.odd {
	background-color: #f8f8fa;
}
.list-table tbody tr:hover {
	background-color: #fefdde;
}
.list-table1 tbody tr:hover {
	background-color: #fefdde;
}
.list-table tbody tr.active {
	background-color: #feefc2;
}
.list-table1 tbody tr.active {
	background-color: #feefc2;
}
.list-table tbody tr.active:hover {
	background-color: #feefc2;
}
.list-table1 tbody tr.active:hover {
	background-color: #feefc2;
}
.list-table th.index, .list-table td.index {
	width: 40px;
	padding-left: 8px;
	padding-right: 0px;
}
.list-table1 th.index, .list-table1 td.index {
	width: 40px;
	padding-left: 8px;
	padding-right: 0px;
}
.list-table thead th[sort] {
	cursor: pointer;
}
.list-table1 thead th[sort] {
	cursor: pointer;
}
.list-table thead th[sort]:hover {
	text-decoration: underline;
}
.list-table1 thead th[sort]:hover {
	text-decoration: underline;
}
.list-table thead th img {
	width: 9px;
	height: 12px;
	border: none;
	margin-left: 2px;
	opacity: 0.8;
	filter: Alpha(Opacity = 80);
}
.list-table1 thead th img {
	width: 9px;
	height: 12px;
	border: none;
	margin-left: 2px;
	opacity: 0.8;
	filter: Alpha(Opacity = 80);
}
.list-table thead th.asc div, .list-table thead th.desc div {
	position: relative
}
.list-table1 thead th.asc div, .list-table thead th.desc div {
	position: relative
}
.list-table thead th.asc span {
	position: absolute;
	top: 14px;
	font-size: 0;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #999;
	border-width: 0 5px 5px;
	border-width: 0 6px 6px \9;
}
.list-table1 thead th.asc span {
	position: absolute;
	top: 14px;
	font-size: 0;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #999;
	border-width: 0 5px 5px;
	border-width: 0 6px 6px \9;
}

.list-table thead th.desc span {
	position: absolute;
	top: 14px;
	font-size: 0;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
	border-width: 5px 5px 0;
}
.list-table1 thead th.desc span {
	position: absolute;
	top: 14px;
	font-size: 0;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
	border-width: 5px 5px 0;
}
.list-table.report {
	/*width: auto;*/
}
.list-table div {
	line-height:34px;
}
.list-table1.report {
	width: auto;
}
.list-table.report th {
	border: 1px solid #ccc;
	text-align: center;
}
.list-table1.report th {
	border: 1px solid #ccc;
	text-align: center;
}
.list-table.report td {
	border: 1px solid #dbdbdb;
}
.list-table.report1 td {
	border: 1px solid #dbdbdb;
}
.list-table2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.list-table2 th {
	border: 1px solid #ccc;
	padding: 0px 2px;
	height: 35px;
	color: #666;
	background-color: #f0f0f0;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.list-table2 td {
	padding: 4px 6px;
	border: 1px solid #dbdbdb;
}

.list-table2 input, .list-table2 textarea {
	border-color: #ddd;
	width: 90%;
}

.list-table2.report {
	width: 100%;
	table-layout: fixed;
}

.list-table2.report th {
	border: 1px solid #ccc;
	text-align: center;
}

.list-table2.report td {
	border: 1px solid #dbdbdb;
}

.list-table3 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.list-table3 th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0px;
	padding: 0px 2px;
	height: 32px;
	line-height: 32px;
	background-color: #eeeeee;
	text-align: left;
	word-break: keep-all;
	overflow: hidden;
}

.list-table3 td {
	padding: 6px 4px;
	border-bottom: 1px solid #dbdbdb;
	word-break: keep-all;
	word-wrap: break-word;
	overflow: hidden;
}

.list-table3 tbody tr.odd {
	background-color: #f8f8fa;
}

.list-table3 tbody tr:hover {
	background-color: #fefdde;
}

.list-table3 tbody tr.active {
	background-color: #feefc2;
}

.list-table3 tbody tr.active:hover {
	background-color: #feefc2;
}

.list-table3 th.index, .list-table td.index {
	width: 40px;
	padding-left: 8px;
	padding-right: 0px;
}

.grid-no-data {
	text-align: center;
	padding: 40px 0;
}

.grid-no-data span {
	background: url(../image/info2.png) no-repeat;
	padding: 6px 0 8px 38px;
	color: #999;
	*display: inline-block;
}

.container1 {
	background: #fff;
	padding: 10px;
	/*border: 1px solid #dddd;*/
	/*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.list-table4 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.list-table4 th {
	margin: 0px;
	padding: 6px 2px;
	color: #666;
	background-color: #e4e4e4;
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.list-table4 th:first-child {
	border-radius: 5px 0 0 0;
}

.list-table4 th:last-child {
	border-radius: 0 5px 0 0;
}

.list-table4 tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.list-table4 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

.list-table4 td {
	padding: 6px 4px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-table4 tbody tr {
	background-color: #fff;
}

.list-table4 th.index, .list-table td.index {
	width: 40px;
	padding-left: 8px;
	padding-right: 0px;
}

.list-table4 tbody tr:hover {
	background-color: #fefdde;
}

.list-table4 tbody tr.active {
	background-color: #feefc2;
}

.list-table4 tbody tr.active:hover {
	background-color: #feefc2;
}

.grid-no-data4 {
	text-align: center;
	padding: 40px 0;
}

.grid-no-data4 span {
	background: url(../image/info2.png) no-repeat;
	padding: 6px 0 8px 38px;
	color: #999;
	*display: inline-block;
}

.border-radius-all1 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.edit-table3 td {
	width: 85%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 8px;
}

.edit-table3.small td {
	padding: 4px 6px;
}

.edit-table3 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.edit-table3 th {
	width: 25%;
	text-align: right;
	font-weight: normal;
	border: 1px solid #ddd;
	border-left: none;
	margin: 0px;
	padding: 0px 4px;
	height: 32px;
	line-height: 32px;
	background-color: #fafafa;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.edit-table3.view th {
	color: #999;
}

.pager {
	padding: 10px 4px;
	*margin-bottom: 8px;
}

.pager .total {
	float: left;
	color: #999;
}

.pager .total span {
	padding: 0 2px;
}

.pager .rows-per-page {
	float: left;
	position: relative;
	color: #999;
	margin-left: 8px;
	padding-right: 10px;
	cursor: pointer;
}

.pager .rows-per-page:hover {
	color: #426aa3;
}

.pager .rows-per-page i {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 0;
	height: 0;
	font-size: 0px;
	overflow: hidden;
	border-width: 4px;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
}

.pager .rows-per-page:hover i {
	border-color: #1f54a5 transparent transparent;
}

.pager .export {
	float: left;
	margin-left: 8px;
}

.pager .pages {
	/*float: right;*/
	font-size: 14px;
	*padding: 5px 0;
}

.pager .pages a {
	border: 1px solid #ccc;
	border-left: none;
	padding: 4px 8px;
}

.pager .pages a.more-width {
	padding: 4px 12px;
}

.pager .pages a:first-child {
	border-left: 1px solid #ccc;
	padding: 4px 14px;
}

.pager .pages a:last-child {
	padding: 4px 14px;
}

.pager .pages a:hover {
	background: #eee;
	text-decoration: none;
	cursor: pointer;
}

.pager .pages a.active {
	background: #ddd;
	color: #29CEA6;
	font-weight: bold;
}

.pager .pages a.active:hover {
	background: #ccc;
	cursor: default;
}

.pager .pages a.disabled {
	color: #ccc;
}

.pager .pages a.disabled:hover {
	background: transparent;
	cursor: default;
	color: #ccc;
}

.edit-table {
	width: 100%;
}

.edit-table th {
	/*width: 20%;*/
	text-align: right;
	padding: 6px 2px 2px;
	word-break: keep-all;
	white-space: nowrap;
	font-weight: normal;
}

.edit-table td {
	padding: 6px 2px 2px;
	height: 30px;
	width: 80%;
}

.edit-table input, .edit-table textarea {
	width: 98%;
	border: 1px solid #ccc;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.edit-table input[type=checkbox], .edit-table input[type=radio] {
	width: auto;
	border: none;
}

.edit-table.col4 th {
	width: 10%;
}

.edit-table.col4 td {
	width: 40%;
}

.edit-table.col6 th {
	width: 10%;
}

.edit-table.col6 td {
	width: 20%;
}

.edit-table.view th {
	color: #999;
	word-break: break-all;
	vertical-align: top;
}

.edit-table.view td {
	height: 24px;
	word-break: break-all;
	vertical-align: top;
}

.edit-table.view.mini th {
	height: 20px;
	padding: 2px;
}

.edit-table.view.mini td {
	height: 20px;
	padding: 2px;
}

.edit-table2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.edit-table2 th {
	width: 15%;
	text-align: right;
	font-weight: normal;
	border: 1px solid #ddd;
	border-left: none;
	margin: 0px;
	padding: 0px 4px;
	height: 32px;
	line-height: 32px;
	color:#A2A2A2;
	background-color: #fafafa;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.edit-table2 td {
	width: 85%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 8px;
}

.edit-table2.small td {
	padding: 4px 6px;
}

.edit-table2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.edit-table2 th {
	width: 15%;
	text-align: right;
	font-weight: normal;
	border: 1px solid #ddd;
	border-left: none;
	margin: 0px;
	padding: 0px 4px;
	height: 32px;
	line-height: 32px;
	background-color: #fafafa;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.edit-table2.view th {
	color: #999;
}

.view-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.view-table th {
	width: 15%;
	text-align: right;
	font-weight: normal;
	border: 1px solid #ddd;
	border-left: none;
	margin: 0px;
	padding: 0px 4px;
	height: 32px;
	line-height: 32px;
	background-color: #fafafa;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.view-table td {
	width: 85%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 6px 8px;
}

.bottom-bar {
	padding: 16px 8px 0px;
	height: 36px;
}

.bottom-bar a, .bottom-bar button {
	float: right;
	margin-left: 4px;
}

.bottom-bar label {
	float: right;
	margin: 8px 8px 0 0;
	cursor: pointer;
}

.bottom-bar label input {
	vertical-align: middle;
}

.bottom-bar label span {
	vertical-align: middle;
	color: #666;
	font-size: 12px;
}

ul.list {
	list-style: none;
}

ul.list li {
	cursor: default;
	padding: 8px;
	border-bottom: 1px dotted #aaa;
}

ul.list li:hover {
	background-color: #fefdde;
}

ul.list li.active {
	background-color: #feefc2;
}

ul.list li [ui-type="tool"] {
	margin-left: 8px;
	display: none;
}

ul.list li .tool {
	margin-left: 4px;
	display: none;
}

ul.list li:hover [ui-type="tool"] {
	display: inline;
}

ul.list li.active [ui-type="tool"] {
	display: inline;
}

ul.list li:hover .tool {
	display: inline;
}

ul.list li.active .tool {
	display: inline;
}

ul.list li .tool a {
	margin-left: 8px;
}

ul.list.no-line li {
	border-bottom: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.list.no-bg li:hover {
	background-color: transparent;
}

ul.list.no-bg li.active {
	background-color: transparent;
}

.odd {
	background-color: #f8f8fa;
}

.gray {
	color: #999;
}

.toolbar {
	padding: 12px;
	background: #f2f2f2;
	/*border-bottom: 1px solid #DDD;*/
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.label-h {
	/*font-weight: bold;*/
	color: #888;
}

.one-line {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span.one-line, a.one-line {
	display: inline-block;
}

.ui-hint {
	position: absolute;
	color: #333;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 12px 0px;
	padding: 6px 10px;
	z-index: 20000;
}

.ui-hint.ok {
	border: 1px solid #5e9120;
}

.ui-hint.info {
	border: 1px solid #14a5eb;
}

.ui-hint.warn {
	border: 2px solid #da8e03;
}

.ui-hint.error {
	border: 2px solid #ff2903;
}

.ui-hint img {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.ui-hint .msg {
	float: left;
	margin-top: 2px;
	padding-right: 4px;
	max-width: 600px;
}

.valid-error {
	border: 1px solid #fe8870 !important;
}

.ui-combo {
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.ui-combo input {
	cursor: pointer;
	padding: 4px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ui-combo img.trigger {
	position: absolute;
	border: none;
	cursor: pointer;
	right: 4px;
	width: 17px;
	height: 18px;
	opacity: 0.6;
	filter: Alpha(Opacity = 60);
	top:6px!important;
}

.ui-combo:hover img.trigger {
	opacity: 1;
	filter: Alpha(Opacity = 100);
}

.ui-combo .clear {
	position: absolute;
	right: 26px;
	font-size: 12px;
	cursor: pointer;
	opacity: 0;
	filter: Alpha(Opacity = 0);
}

.ui-combo:hover .clear {
	display: block;
	opacity: 0.6;
	filter: Alpha(Opacity = 60)
}

.ui-combo .clear:hover {
	opacity: 1;
	filter: Alpha(Opacity = 100)
}

.ui-combo input.tip {
	color: #aaa;
}

.combo-item {
	color: #333;
	padding: 2px 6px;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.combo-item:hover {
	background: #bbcbea;
	text-decoration: none;
}

.combo-item.active {
	background: #669ACC;
	color: #fff;
}

.combo-tree {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	overflow: auto;
}

.radio a {
	padding: 2px 6px;
	margin-right:4px;
	color: #b3b1b1;
	min-width: 34px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	line-height: 20px;
	border:1px solid #f7f7f7;
}

.radio a:hover {
	background: #dae3f0;
	text-decoration: none;
}

.radio a.active {
	background: #29CEA6;
	color: #fff;
}

.radio a.active:hover {
	background: #29CEA6;
	color: #fff;
	cursor: default;
}

.radio.item-bg a {
	background: #ccc;
	color: #fff;
}

.radio.item-bg a:hover {
	background: #aaa;
}

.tabbar {
	height: 35px;
	padding: 6px 16px 0;
	border-bottom: 1px solid #ddd;
	background: #f3f3f3;
	font-weight: bold;
}

.tabbar li {
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 16px;
	color: #888;
	border: 1px solid transparent;
	cursor: default;
}

.tabbar li.tab {
	cursor: pointer;
}

.tabbar li.active {
	color: #29CEA6;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
}

.tabbar li.tab:hover {
	color: #29CEA6;
	text-decoration: underline;
}

.tabbar li.title {
	font-weight: normal;
	padding-left: 0px;
	padding-right: 20px;
	color: #666;
}

.search-bar .input-box {
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	position: relative;
}

.search-bar .input-box input {
	height: 28px;
	padding: 0 4px;
	border: none;
}

.search-bar .find-btn {
	float: left;
	border-color: #ccc;
}

.search-bar .more-switch-box {
	float: right;
	position: relative;
	margin-top: 6px;
}

.search-bar .more-switch-box a {
	position: absolute;
	right: 16px;
	white-space: nowrap;
}

.search-bar .more-switch-box span {
	position: absolute;
	right: 0px;
	top: 1px;
	padding-left: 16px;
	cursor: pointer;
}

.search-bar .clear {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 12px;
	z-index: 1;
	display: none;
}

.dict span {
	padding: 1px 6px;
	margin-right: 4px;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dict span:last-child {
	margin-right: 0;
}

.dict span.unactive {
	color: #ccc;
	padding: 1px;
}

.dict.item-bg span {
	background: #ccc;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	font-size: 12px;
}

.valid-error-tip {
	margin-left: 14px;
	list-style-type: disc
}

.valid-error-tip li {
	padding: 3px 0;
	color: #f00;
}

.autocomplete-item {
	color: #333;
	padding: 2px 6px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.autocomplete-item.active {
	background: #bbcbea;
}

.ui-autocomplete-loading {
	background: white url('../image/loading_16x16.gif') right center no-repeat;
}

div.title1 {
	position: relative;
	border-bottom: 2px solid #426AA3;
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	padding: 0 4px;
}

div.title2 {
	position: relative;
	border-bottom: 2px solid #999;
	padding: 0 4px 2px;
	margin-bottom: 12px;
}

div.title3 {
	padding: 8px 16px;
	background: #E9E9E9;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

div.field-set {
	/*background: #f8f8f8;*/
	padding: 10px;
	/*border: 1px solid #eee;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.field-set.dark {
	border: 1px solid #ccc;
	background: #f0f0f0;
}

.balloon {
	position: absolute;
}

.balloon .content {
	border: 1px solid #aaa;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px 0px;
	outline: none;
	position: relative;
}

.balloon i.arrow {
	position: absolute;
	cursor: default;
	font-size: 0px;
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
}

.balloon i.arrow.top {
	z-index: 2;
}

.balloon i.arrow.bottom {
	z-index: 1;
}

.balloon-menu li {
	cursor: pointer;
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.balloon-menu li:hover {
	background: #29CEA6;
	color: #fff;
	text-decoration: none;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 1000px;
	background: #aaa;
	opacity: 0.4;
	filter: Alpha(Opacity = 40);
}

.dialog {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	outline: none;
}

.dialog #dlg-back {
	cursor: pointer;
	color: #aaa;
}

.dialog #dlg-back:hover {
	color: #666;
}

.inner-tip {
	position: relative;
	background: #fff;
	vertical-align: middle;
	display: inline-block;
}

.inner-tip label {
	position: absolute;
	color: #aaa;
	line-height: 20px;
	font-size: 14px!important;
}

.inner-tip .icon {
	position: absolute;
}

.inner-tip input, .inner-tip textarea {
	position: absolute;
	z-index: 1;
	outline: none;
	background: transparent url(../image/blank.png) repeat;
}

a.menu-item {
	color: #333;
	padding: 2px 6px;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.menu-item.more-width {
	padding: 2px 10px;
}

a.menu-item.active {
	background: #5f85be;
	color: #fff;
}

a.menu-item:hover {
	background: #5f85be;
	color: #fff;
	text-decoration: none;
}

.img-hover {
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(Opacity = 80);
}

.img-hover:hover {
	opacity: 1;
	filter: Alpha(Opacity = 100);
}

.icon-hover {
	cursor: pointer;
	color: #bbb;
}

.icon-hover:hover {
	color: #666;
}

.hover {
	cursor: pointer;
}

.hover:hover {
	color: #22a;
}

.label-checkbox {
	cursor: pointer;
}

.label-checkbox:hover {
	color: #33e;
}

.label-checkbox input {
	vertical-align: middle;
	cursor: pointer;
}

.label-checkbox span {
	vertical-align: middle;
}

.no-data {
	text-align: center;
	line-height: 160px;
	margin-top: 10px;
	color: #f0f0f0;
	font-size: 160px;
	font-weight: bold;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.field-desc {
	padding-left: 2px;
	vertical-align: middle;
	display: none;
}

.field-desc img {
	border: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
	opacity: 0.3;
	filter: Alpha(Opacity = 30);
}

.field-desc img:hover, .field-desc img.active {
	opacity: 1;
	filter: Alpha(Opacity = 100);
}
.btn-green {
	display: inline-block;
	padding: 4px 14px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	cursor: pointer;
	color: green;
	border: 1px solid green;
	background-position: 0 15px;
	transition: background-position 0.1s linear;
	border-radius: 3px;
}

.btn-orange {
	display: inline-block;
	padding: 4px 14px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	cursor: pointer;
	color: orange;
	border: 1px solid orange;
	background-position: 0 15px;
	transition: background-position 0.1s linear;
	border-radius: 3px;
}

.btn-red {
	display: inline-block;
	padding: 4px 14px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	cursor: pointer;
	color: red;
	border: 1px solid red;
	background-position: 0 15px;
	transition: background-position 0.1s linear;
	border-radius: 3px;
}

.btn {
	display: inline-block;
	padding: 4px 14px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	cursor: pointer;
	color: #838685;
	border: 1px solid #bbbbbb;
	background-position: 0 15px;
	transition: background-position 0.1s linear;
	border-radius: 3px;
}

button.btn {
	*padding: 4px 10px;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #666666;
	background-color: white;
}

.btn:active, .btn.active {
	background-color: #cccccc \9;
}

/*.btn:hover {*/
/*	color: #666666;*/
/*	text-decoration: none;*/
/*	color: #666666;*/
/*	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);*/
/*	background-color: white;*/
/*	background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);*/
/*	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8),*/
/*		to(#cccccc));*/
/*	background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);*/
/*	background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);*/
/*	background-image: linear-gradient(to bottom, #f8f8f8, #cccccc);*/
/*	background-repeat: repeat-x;*/
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf8f8f8',*/
/*		endColorstr='#ffcccccc', GradientType=0);*/
/*	border-color: #ccc;*/
/*	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*	border: 1px solid #bbbbbb;*/
/*	border-bottom-color: #a2a2a2;*/
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px*/
/*		rgba(0, 0, 0, 0.05);*/
/*	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px*/
/*		rgba(0, 0, 0, 0.05);*/
/*	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px*/
/*		rgba(0, 0, 0, 0.05);*/
/*}*/

.btn:hover:hover, .btn:hover:active, .btn:hover.active {
	color: #29CEA6;
	background-color: white;
}

.btn:hover.disabled, .btn:hover[disabled] {
	background-color: #e6e6e6;
}

.btn:hover:active, .btn:hover.active {
	background-color: #d9d9d9 \9;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active, .btn:active {
	background-color: white;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
	color: #ffffff;
	/*text-shadow: 0 1px 2px #83c73c;*/
	/*background-color: #83c73c;*/
	/*background-image: -moz-linear-gradient(top, #83c73c, #83c73c);*/
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83c73c),to(#F2A41C));*/
	/*background-image: -webkit-linear-gradient(top, #83c73c, #83c73c);*/
	/*background-image: -o-linear-gradient(top, #83c73c, #83c73c);*/
	/*background-image: linear-gradient(to bottom, #83c73c, #83c73c);*/
	/*background-repeat: repeat-x;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD86B',*/
	/*	endColorstr='#FFF2A41C', GradientType=0);*/
	/*border-color: #339900;*/
	border-color: rgba(0, 0, 0, 0.25);
	background: #026a6a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active,
	.btn-primary.disabled, .btn-primary[disabled] {
	color: white;
	background-color: #83cc73;
}

.btn-primary:active, .btn-primary.active {
	background-color: #336600 \9;
}

.btn-primary:hover {
	color: #336600;
	/*text-shadow: 0 1px 2px #339900;*/
	/*background-color: #339900;*/
	/*background-image: -moz-linear-gradient(top, #33cc00, #339900);*/
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33cc00),*/
	/*	to(#339900));*/
	/*background-image: -webkit-linear-gradient(top, #33cc00, #339900);*/
	/*background-image: -o-linear-gradient(top, #33cc00, #339900);*/
	/*background-image: linear-gradient(to bottom, #33cc00, #339900);*/
	/*background-repeat: repeat-x;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF33cc00',*/
	/*	endColorstr='#FF339900', GradientType=0);*/
	/*border-color: #DB9417;*/
	/*border-color: rgba(0, 0, 0, 0.3);*/
}

.btn-primary:hover:hover, .btn-primary:hover:active, .btn-primary:hover.active,
	.btn-primary:hover.disabled, .btn-primary:hover[disabled] {
	color: #FFFFFF;
	background-color: #29CEA6;
}

.btn-primary:hover:active, .btn-primary:hover.active {
	background-color: #253b5a \9;
}

.btn-active, .btn-active:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-color: white;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.btn-large {
	padding: 14px 50px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn-large [class^="icon-"] {
	margin-top: 2px;
}

.btn-small {
	padding: 3px 8px;
	line-height: 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.btn-small [class^="icon-"] {
	margin-top: 0px;
}

.btn-mini {
	padding: 0 4px;
	line-height: 17px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

button.btn, input.btn {
	*line-height: 18px;
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.btn {
	*margin-left: 4px;
}

button.btn:first-child {
	*margin-left: 0;
}

button.btn::-moz-focus-inner, input.btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.btn.btn-large, input.btn.btn-large {
	*padding-top: 12px;
	*padding-bottom: 12px;
}

button.btn.btn-small, input.btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.btn.btn-mini, input.btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

a.btn {
	*margin-right: -1px;
}

.border-radius-all {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.border-radius-none {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.border-radius-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.border-radius-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.border-radius-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.border-radius-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-autocomplete {
	z-index: 10000 !important;
}

.ztree li a.curSelectedNode {
	background-color: #cad7ea;
	border: 1px #aac7ca solid;
}

.ztree-diy-node {
	cursor: default;
	display: inline-block !important;
	padding: 1px 3px;
}

.ztree-diy-node:hover {
	background-color: #e3eaf4;
}

.ztree-diy-node.active {
	background-color: #cad7ea;
}

.ztree-diy-node .tool {
	margin-left: 8px;
	visibility: hidden;
}

.ztree-diy-node:hover .tool, .ztree-diy-node.active .tool {
	visibility: visible;
}

.ztree li .ztree-diy-node a {
	color: #426aa3;
	text-decoration: none;
	cursor: pointer;
}

.ztree li .ztree-diy-node a:hover {
	color: #2c476d;
	text-decoration: underline;
}

.ztree * {
	font-size: 13px;
}

.sort-holder {
	padding: 0 5px;
	border: 2px dotted #666;
}

.swfupload {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.attach li {
	border: none !important;
	padding: 2px !important;
}

.attach li div {
	float: left;
}

.attach .icon img {
	border: none;
	width: 14px;
	height: 14px;
}

.attach .name {
	margin-left: 4px;
}

.attach .info {
	margin-left: 8px;
	color: #888;
	font-size: 11px;
}

.attach .progress {
	position: relative;
	height: 10px;
	width: 150px;
	margin-left: 8px;
	border: 1px solid #669ACC;
	margin-top: 3px;
}

.attach .progress div {
	position: absolute;
	height: 10px;
	background: #669ACC;
}

.upload-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.upload-file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.calendar {
	width: 210px;
	height: 230px;
}

.calendar .top-bar {
	position: relative;
	padding: 4px 0;
}

.calendar .top-bar #last-year {
	margin-right: 6px;
}

.calendar .top-bar #next-year {
	margin-left: 6px;
}

.calendar .y-m-ct {
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

.calendar .y-m-ct a {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.calendar .y-m-ct a span {
	font-size: 15px;
	font-weight: bold;
}

.calendar .y-m-ct a#year {
	margin-right: 10px;
}

.calendar .y-m-ct a i {
	position: absolute;
	right: 0px;
	top: 9px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 4px;
	border-style: solid dashed dashed;
	border-color: #ccc transparent transparent;
}

.calendar .y-m-ct a:hover {
	text-decoration: none;
}

.calendar .y-m-ct a:hover i {
	border-color: #426aa3 transparent transparent;
}

.calendar table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
}

.calendar table thead td {
	text-align: center;
	line-height: 26px;
	background: #ddd;
	cursor: default;
}

.calendar table tbody td {
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.calendar table tbody td:hover {
	background: #d8e1ef;
}

.calendar table tbody tr td.cur-month:first-child {
	color: #f00;
}

.calendar table tbody tr td.cur-month:last-child, .calendar .weekend {
	color: #f00;
}

.calendar table tbody td.last-month {
	color: #999;
}

.calendar table tbody td.next-month {
	color: #999;
}

.calendar table tbody td.active {
	background: #669ACC;
	color: #fff !important;
}

.date-field {
	
}

.date-field span {
	border: 1px solid #ccc;
	padding: 4px 4px 4px 2px;
	*padding: 0px 4px 0px 2px;
	background: #fff;
}

.date-field input {
	border: none;
}

.date-field a {
	*padding: 4px 0;
}

.ke-edit-textarea {
	font-family: "΢���ź�", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.choiceResult {
	margin-top: 3px;
	border-collapse: collapse;
	width: 98%;
}

.choiceResult td {
	border: 1px solid #ccc;
	word-wrap: break-word;
	overflow: hidden;
}

.choiceResult th {
	background-color: #ddd;
	word-wrap: break-word;
	border: 1px solid #ccc;
}

.icon, .fold, .unfold {
	background-image: url("../image/bg_icon.png");
	background-repeat: no-repeat;
}

.icon-search {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-position: -20px 0;
}

.icon-block, .icon-grid, .icon-list {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-position: -21px -125px;
	*font-size: 0;
	overflow: hidden;
}

.icon-block {
	background-position: -21px -289px;
}

.icon-list {
	background-position: -21px -207px;
}

.btn-active .icon-grid {
	background-position: -21px -84px;
}

.btn-active .icon-block {
	background-position: -21px -248px;
}

.btn-active .icon-list {
	background-position: -21px -166px;
}

.icon-homepage {
	background-image: url("../image/homepage.png");
}

a:hover .icon-homepage, .active .icon-homepage {
	background-image: url("../image/homepage-active.png");
}

.icon-setting {
	background-image: url("../image/setting.png");
}

a:hover .icon-setting, .active .icon-setting {
	background-image: url("../image/setting-active.png");
}

.icon-users {
	background-image: url("../image/users.png");
}

a:hover .icon-users, .active .icon-users {
	background-image: url("../image/users-active.png");
}

.icon-file {
	background-image: url("../image/file.png");
}

a:hover .icon-file, .active .icon-file {
	background-image: url("../image/file-active.png");
}

.icon-bookmarks {
	background-image: url("../image/bookmarks.png");
}

a:hover .icon-bookmarks, .active .icon-bookmarks {
	background-image: url("../image/bookmarks-active.png");
}

.icon-bars {
	background-image: url("../image/bars.png");
}

a:hover .icon-bars, .active .icon-bars {
	background-image: url("../image/bars-active.png");
}

.icon-signup {
	background-image: url("../image/signup.png");
}

a:hover .icon-signup, .active .icon-signup {
	background-image: url("../image/signup-active.png");
}

.icon-history {
	background-image: url("../image/history.png");
}

a:hover .icon-history, .active .icon-history {
	background-image: url("../image/history-active.png");
}

.icon-bullhorn {
	background-image: url("../image/bullhorn.png");
}

a:hover .icon-bullhorn, .active .icon-bullhorn {
	background-image: url("../image/bullhorn-active.png");
}

.icon-stack {
	background-image: url("../image/stack.png");
}

a:hover .icon-stack, .active .icon-stack {
	background-image: url("../image/stack-active.png");
}
.icon-paper {
	background-image: url("../image/bookmarks.png");
}

a:hover .icon-paper, .active .icon-paper {
	background-image: url("../image/bookmarks-active.png");
}

.icon-innovate {
	background-image: url("../image/innovate.png");
}
a:hover .icon-innovate, .active .icon-innovate {
	background-image: url("../image/innovate-active.png");
}

.icon-cooperate {
	background-image: url("../image/cooperate.png");
}
a:hover .icon-cooperate, .active .icon-cooperate {
	background-image: url("../image/cooperate-active.png");
}

.ico {
	display: inline-block;
	min-width: 12px;
	min-height: 12px;
	fone-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.ico16 {
	min-width: 16px;
	min-height: 16px;
}

.ico.hover {
	opacity: 0.6;
	filter: Alpha(Opacity = 60);
}

.ico.text {
	background-position: center left;
	padding-left: 16px;
	opacity: 0.8;
	filter: Alpha(Opacity = 80);
}

.ico.hover:hover {
	opacity: 1;
	filter: Alpha(Opacity = 100);
}

.ico-plus {
	background-image: url("../image/plus.png");
}
.ico-upload {
	background-image: url("../image/upload.png");
}
.ico-edit {
	background-image: url("../image/edit.png");
}

.ico-remove {
	background-image: url("../image/remove.png");
}

.ico-list {
	background-image: url("../image/list.png");
}

.ico-blocked {
	background-image: url("../image/blocked.png");
}

.ico-ok2 {
	background-image: url("../image/ok2.png");
}

.ico-yes {
	background-image: url("../image/yes.png");
}

.ico-no {
	background-image: url("../image/no.png");
}

.ico-sort {
	background-image: url("../image/sort.png");
	cursor: move;
}

.ico-search {
	background-image: url("../image/search1.png");
}

.ico-find {
	background-image: url("../image/find.png");
}

.ico-back {
	background-image: url("../image/back.png");
}

.ico-close {
	background-image: url("../image/close1.png");
}

.ico-close-small {
	background-image: url("../image/close-small.png");
}

.ico-detail {
	background-image: url("../image/detail.png");
}
.ico-detail2 {
	background-image: url("../image/detail2.png");
}

.ico-option {
	background-image: url("../image/option.png");
}

.ico-user {
	background-image: url("../image/user.png");
}

.ico-users {
	background-image: url("../image/users1.png");
}

.ico-user-m {
	background-image: url("../image/user-m.png");
}

.ico-user-f {
	background-image: url("../image/user-f.png");
}

.ico-history {
	background-image: url("../image/history1.png");
}

.ico-signup {
	background-image: url("../image/signup1.png");
}

.ico-attach {
	background-image: url("../image/attach.png");
}

.ico-double-angle-down {
	background-image: url("../image/double-angle-down.png");
}

.ico-double-angle-up {
	background-image: url("../image/double-angle-up.png");
}

.ico-loop {
	background-image: url("../image/loop.png");
}

.ico-file {
	background-image: url("../image/file1.png");
}

.ico-backward {
	background-image: url("../image/backward.png");
}

.ico-forward {
	background-image: url("../image/forward.png");
}

.ico-play {
	background-image: url("../image/play.png");
}

.ico-play-back {
	background-image: url("../image/play-back.png");
}

.ico-calendar {
	background-image: url("../image/calendar.png");
}

.ico-clock {
	background-image: url("../image/clock.png");
}

.ico-excel {
	background-image: url("../image/excel.png");
}

#header {
	min-width: 1190px;
	/*background: url(bgimg/bg_header.jpg);*/
	/*border-top: 1px solid #12315f;*/
	background: #20232C;
	height: 100px;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10000;
}

#header .in {
	width: 100%;
 	/*background-color: #184D43;*/
	/*background: url(bgimg/bg_title.png);*/
	background: white;
	margin: auto;
	height: 100px;
	border-bottom: 1px solid #ececec;
}

.logo {
	position: relative;
	float: left;
	width: 250px;
	height: 100px;
	cursor: default;
}

.logo .title {
	margin: 14px 0 0 60px;
	font-family: "Microsoft Yahei", "SimSung";
	-webkit-text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.logo .title .main {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
}

.logo .title .sub {
	font-size: 15px;
	color: #ddd;
	margin-top: 6px;
	letter-spacing: 1px;
}

.logo .thumb {
	position: absolute;
	width: 200px;
	height: 78px;
	left: 0;
}

.logo .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(http://sx.hcnu.edu.cn/theme/xuanyuan/images/logo.png) no-repeat;
}

.nav {
	overflow: hidden;
	position: absolute;
	right: 86px;
	/*width: 860px;*/
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: url(bgimg/bg_main_nav_split.png) no-repeat left top;*/
}

.nav li {
	float: left;
	height: 100px;
	/*background: url(bgimg/bg_main_nav_split.png) no-repeat right top;*/
	margin-right: -2px;
}

.nav li a {
	position: relative;
	/*color: #b5ccdf;*/
	/*color: #ffffff;*/
	color: black;
	display: block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	/*padding-top: 6px;*/
	text-decoration: none;
	padding: 0 18px;
}

.nav li a.min {
	padding: 0 18px;
}

.nav li a .icon {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

.nav li a span {
	display: block;
	/*margin-top: 4px;*/
	font-size: 18px;
}

.nav li a:hover {
	/*background: url(bgimg/bg_main_nav.jpg) no-repeat;*/
	color: rgb(27,119,10);
}

.nav .active a, .nav .active a:hover {
/* 	background-color:#CD4949 ; */
/*	background: url(bgimg/bg_main_nav.jpg) no-repeat center -66px;*/
	color: rgb(27,119,10);
	font-weight: bold;
}

.body-shadow {
	height: 20px;
	/*background: url(bgimg/bg_content_shadow.jpg);*/
	display: none;
}

#PAGE-BODY {
    width: 100%;
    margin: 0 auto 0;
	min-width: 1200px;
}

#MAIN-VIEW {
	height: auto !important;
	overflow: visible;
	padding: 0;
	min-height: 700px;
}

.sub-nav {
	background: #f8f8f8;
    width: 190px;
	overflow-y: auto;
}

.sub-nav ul {
	margin: 0;
	padding: 0;
	width: 190px;
}

.sub-nav li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}

.sub-nav li a {
	display: block;
	line-height: 46px;
	border-bottom: 1px solid  rgb(27,119,10);
	padding: 0 15px 0 30px;
	/*background: url(bgimg/bg_sub_nav.png) no-repeat;*/
	background: rgb(29,74,15);
	color: white;
	text-decoration: none;
}

.sub-nav li a:hover {
	background-position: 0 -46px;
	border-bottom-color: green;
	color:#28CEA6;
	/*background: green;*/
}

.sub-nav li:first-child, .sub-nav li:first-child a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sub-nav li:last-child, .sub-nav li:last-child a {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sub-nav .active a, .sub-nav .active a:hover {
	color: #fff;
	background-position: 0 -92px;
	/*border-bottom-color: #3865b3;*/
	background: rgb(27,119,10);
}

.mul-nav {
	background: #f6f6f6;
}

.mul-nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

.mul-nav li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}

.mul-nav li a {
	display: block;
	line-height: 38px;
	border-bottom: 1px solid rgb(23,74,15);
	padding: 0 10px 0 30px;
	/*background: #ffffff;*/
	background: rgb(23,74,15);
	color: #29CEA6;
	text-decoration: none;
    font-size: 14px!important;
}

.mul-nav li a:hover {
	background-position: 0 -46px;
	background: rgb(27,119,10);
	border-bottom-color: #009966;
}

.mul-nav li:first-child, .mul-nav li:first-child a {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.mul-nav li:last-child, .mul-nav li:last-child a {
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.mul-nav .active a, .mul-nav .active a:hover {
	color: #fff;
	background-position: 0 -92px;
	background: rgb(27,119,10);
	border-bottom-color: #009966;
}

.mul-nav a:hover {
	color: #fff;
	background: #99cc99;
	border-bottom-color: #009966;
}

.extra-nav {
	float: right;
	position: relative;
	height: 48px;
	width: 28px;
	display: none;
	z-index: 0;
}

.extra-nav .dropdown-trigger {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 66px;
	border-left: 1px solid #385580;
	font-size: 14px;
	color: #8B9EBE;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.extra-nav .dropdown-trigger span {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #12315f;
	cursor: pointer;
}

.extra-nav .dropdown-trigger:hover {
	color: #fff;
	text-decoration: none;
}

.extra-nav.active .dropdown-trigger {
	line-height: 66px;
	color: #fff;
}

.extra-nav.active ul {
	display: block;
}

.extra-nav ul {
	display: none;
	position: absolute;
	top: 69px;
	right: -2px;
	width: 110px;
	margin: 0;
	padding: 0;
	background: url(../image/extra-nav.jpg);
	border: 1px solid #12315f;
	border-bottom: none;
	z-index: 1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.extra-nav li {
	list-style: none;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #385580 #385580 #12315f;
}

.extra-nav li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 16px 0 34px;
	color: #b5ccdf;
	font-size: 14px;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.extra-nav li a:hover {
	color: white;
	text-decoration: none;
}

.extra-nav li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

.clearfix, .page-body, .sub-nav {
	*zoom: 1;
}

.clearfix:before, .clearfix:after, .page-body:before, .page-body:after,
	.sub-nav:before, .sub-nav:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after, .page-body:after, .sub-nav:after {
	clear: both;
}

#header .header-wrap .split {
	float: right;
	height: 66px;
	border-left: 1px solid #12315f;
	border-right: 1px solid #385580;
	margin-top: 1px;
}

#login-user {
	position: relative;
	float: right;
	padding: 9px 4px;
	margin-top: 25px;
}

#login-user a {
	display: inline-block;
	padding: 2px 6px;
	height: 20px;
	color: #ccc;
	border-top: 1px solid transparent;
}

#login-user a i {
	float: left;
	margin-top: 8px;
	margin-left: 3px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 4px;
	border-style: solid dashed dashed;
	border-color: #8B9EBE transparent transparent;
}

#login-user a:hover, #login-user a.active {
	color: #fff;
	text-decoration: none;
	background: #CD4949;
	border-top: 1px solid #598EC2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login-user a:hover i {
	border-color: #fff transparent transparent;
}

#login-user a.active i {
	border-color: #fff transparent transparent;
}

#login-user a span {
	float: left;
	display: inline-block;
	max-width: 70px;
	min-width: 50px;
	text-align: right;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	font-size:14px;
}

#footer {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding: 8px 0;
	text-align: center;
	color: #888;
}

.login-form {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 218px;
	margin: -130px 0 0 280px;
	color: #42626b;
}

.login-form .checkbox-group {
	padding: 4px 0px;
	margin-bottom: 10px;
}

.login-form .checkbox-group label {
	margin-right: 8px;
	color: #42626b;
	cursor: pointer;
}

.login-form .checkbox-group label:hover {
	color: #83c73c;
}

.login-form .checkbox-group input {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}

.login-form .input-wrap {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 0 8px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.login-form .input-wrap span {
	*float: left;
	color: #999;
	cursor: default;
}

.login-form .input-text {
	*float: left;
	width: 157px;
	padding: 8px 0px;
	border: none;
	outline: none;
	font-size: 16px;
}

.full_screen_map{
    width: 100%!important;
    height: 100%!important;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 10000;
}
.iframe_map{
    height:1000px!important;
}
.img_hr{
	width:1128px!important;
    height:3px;
}
#calendar1+div{font-size: 14px!important;}

.btn_13AC83{
    border:1px solid #13AC83!important;
    color: #13AC83!important;
    text-shadow: none!important;
}
.btn_13AC83:hover{
    color: #13AC83!important;
    opacity: 0.8;
}


.btn_bg13AC83{
    color: #fff!important;
    background: #13AC83!important;
    text-shadow: none;
}
.btn_bg13AC83:hover{
    opacity: 0.8;
    vertical-align: middle;
}
.submenu{
    display: none;
}
.submenu_list{
    position: absolute;
    right: 0;
    top: 33px;
    background: #14B9D5;
}
.submenu_list li{
    margin-bottom: 7px;
    margin-right: 10px;
}
.i_information{
    width: 40px;
    height: 26px;
    display: inline-block;
    background: url("../image/i_information.png");
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer;

}
.information:hover>.submenu{
    display: block;
}

.i_topArrows {
   width: 52px;
    height: 12px;
    display: inline-block;
    background: url("../image/i_topArrows.png");
    position: absolute;
    top: 21px;
    right: 1px;

}
b.red_dot {
    width: 12px;
    height: 12px;
    background: #ED7155;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 10;
}

.version_cue {
    width: 28rem;
    /*position: fixed;*/
    /*z-index: 20;*/
    background: #fff;
    /*left: 50%;*/
    /*top: 10%;*/
    border: 2px solid #DA8E03;
    padding: 10px;
    display: none;
	margin-top: 1rem;
	text-align: center;
}
i.i_close {
    font-style: normal;
    display: inline;
    float: right;
    margin: 7px 0 0 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    font-size: 18px;
    background: #EB3941;
    border-radius: 50%;
    color: #fff;
}
.version_cue>p {
    line-height: 30px;
}
.version_cue>p>a {
    margin-right: 15px;
    padding: 2px 10px;
    border-radius: 5px;
    background: #13E0A7;
}


.suggest {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    margin: 120px 0 0 280px;
    color: #42626b;
}
.suggest>a {
    margin-right: 10px;
}
.firefox,.chrome {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.firefox{
    background: url("../image/firefox.png") no-repeat center center;
}
.chrome{
    background: url("../image/chrome.png") no-repeat center center;
}
.bg_e3e3e3_table {
    background: #e3e3e3;
    border-radius: 5px;
    padding: 5px 0;
    margin-bottom: 10px;
}
span.btn_del {
    background: #669ACC;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    right: -195px;
}

.red{
	color:red;
	font-weight: 600;
}
.green{
	color:green;
	font-weight: 600;
}
.orange{
	color:orange;
	font-weight: 600;
}
.img_box>.pdfUrl {
    display: inline-block;
    margin: 5px;
    width: 1280px;
    overflow: hidden;
    border: 2px solid #339DEB;
    border-radius: 4px;
}

.img_box>.imgUrl{
	display: inline-block;
	margin: 5px;
	width: 430px;
	height: 230px;
	overflow: hidden;
	border: 2px solid #339DEB;
	border-radius: 4px;
}
.img_box>div{
	text-align: center;
}
.img_box img{
	height:100%;
}
.bottom_btn_box a {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    float: none;
    border-radius: 4px;
    font-size: 17px;
    text-decoration:none;
}
.bottom_btn_box a:hover{
	opacity: 0.8;
	color: #fff;
}
.bottom_btn_box .return:hover{
	opacity: 0.8;
	color: #426AA3;
}
.btn_pass{
	/*background: #83C73C;*/
    border: 1px solid #29CEA6;
    color: #29CEA6;
}
.btn_noPass{
	/*background: #DB342E;*/
    border: 1px solid #DB2113;
    color: #DB2113;
}
.cause_text{
	display: inline-block;
    width: 780px;
    vertical-align: top;
}
/*****试题库图片*****/
.topic-ct img{
	width: 20%;
    height: auto;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
}
.topic-ct pre{
	display: inline;
}
.topic img{
	width: 10%;
    height: auto;
    max-height: 30px;
    vertical-align: middle;
    margin: 0 5px;
}
.topic pre{
	display: inline-block;
	margin:0;
}
.big_img_box{
	position: fixed;
    top: 40px;
    margin: auto;
    z-index: 10000000;
    right: 0;
    left: 0;
    text-align: center;
    height: 85%;
    width: 100%;
    overflow: auto;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.img_pop_close{
	width: 40px;
    height: 40px;
    line-height: 33px;
    border: 2px solid #fff;
    opacity: 0.8;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000001;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 200;
    border-radius: 50%;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
}
.replace{
	display: inline-block;
    width: 35px;
    height: 25px;
    background: url(../image/i_replace.png) center;
    background-size: 100% 100%;
    margin: 0 5px;
    vertical-align: middle;
}
.oh{
	overflow: hidden;
}
.inp_forbid{
	background: #F0F0F0;
    border: none;
}
.formtips{
	display: none;
}
span.gray-font{
	color:rgb(170, 170, 170);
}

span.red-font{
	color:red;
}

span.green-font{
	color:#29cea6;
}
span.blue-font{
	color:#0000ff;
}
span.purple-font{
	color:#800080;
}

.my-tip{
	padding-left:3px;
	height:30px;
	font-size:14px;
	background-color:#ffffcc;
	border:1px solid #FFEC8B;
	color:#FF7F24;
	line-height:30px;
}
.sumDigit {
	float: left; 
	margin: 10px 20px 10px 20px;
}
.sumDigit span {
	text-align:center;
	font-size:26px;
	color:#548B54;
}
.sumDigit div{
	color:#B8B8B8;
}
.title-inner{
	border-left: 3px solid #02cf97;
	color:#548B54;
	padding:3px 0px 3px 8px;
}
.head_img{
	width:32px;
	height:32px;
	vertical-align: bottom;
}
