﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial;
	color: #222;
}

form {}

body input,
body select,
body textarea,
body button,
ul li {
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei", Arial;
	outline: none;
}

a,
.a {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}


a:hover,
.a:hover {
	color: #FF0000;
}

a.Red {
	color: #FF0000;
}

a img {
	border: 0;
}

a.Selected {
	color: red;
}

img {
	max-width: 100%;
}

ul,
ol {
	list-style-type: none;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
}


td {
	padding: 5px;
	vertical-align: middle;
}

label {
	padding-left: 3px;
	cursor: pointer;
}

form {
	position: relative;
}

select {
	padding-top: 3px;
	padding-bottom: 3px;
	border: #DDD solid 1px;
	border-radius: 2px;
}

.Flex {
	display: flex;
}

.Radio {
	cursor: pointer;
}

.FixWidth {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

.Nav {
	line-height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	color: #888;
}

.Nav a {
	color: #888;
}


.FullIFrame {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.Relative {
	position: relative;
}

.FloatLeft {
	float: left;
}

.ClearBoth {
	clear: both;
}

.BreakWord {
	word-break: break-all;
	word-wrap: break-word;
}

.PositionRelative {
	position: relative;
}

.Center {
	text-align: center;
}

.MarginCenter,
.MarginAuto,
.CenterBox {
	margin: 0 auto;
}

.Hand {
	cursor: pointer;
}

.Padding10 {
	padding: 10px;
}

.Padding,
.Padding15 {
	padding: 15px;
}

.PaddingTopBottom {
	padding-top: 5px;
	padding-bottom: 5px;
}

.Right {
	text-align: right;
}

.FullTable {
	width: 100%;
	height: 100%;
}

.FullTable td {
	vertical-align: top;
}

.FontSize14 {
	font-size: 14px;
}

.FontSize16 {
	font-size: 16px;
}

.FontSize18 {
	font-size: 18px;
}

.FontSize20 {
	font-size: 20px;
}

.MinHeight300 {
	min-height: 300px;
}

.MinHeight500 {
	min-height: 500px;
}

.Border {
	border: #EEE solid 1px;
}

.FullWidth {
	width: 100%;
}

.Width100 {
	width: 100px;
}

.Width200 {
	width: 200px;
}

.Width300 {
	width: 300px;
}

.Width1000 {
	width: 1000px;
}

.DisplayBlock {
	display: block;
}

.RightTop {
	position: absolute;
	right: 0px;
	top: 0px;
}


.DesktopBox {
	padding: 3px;
	border: #EEE solid 1px;
	margin-bottom: 10px;
}

#HiddenFrame {
	display: none;
}

.Mask {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: #EEE;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.Loading {
	position: absolute;
	left: 45%;
	top: 38%;
	width: 32px;
	height: 32px;
	background: url(/Img/Loading.gif) no-repeat;
}

.Form {
	width: 100%;
	border-bottom: #EEEEEE solid 1px;
	background: #FFFFFF;
}

button {
	cursor: pointer;
}

.FloatBox {
	width: 100%;
	background: #FFFFFF;
}

.FormHeader,
.FloatBoxHeader,
#FloatBoxHeader,
.FloatIframeTitleBox {
	position: relative;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	background: #35AA10;
	/*308BE8*/
	font-weight: bold;
	cursor: pointer;
}

#FloatBoxHeader * {
	color: #FFFFFF;
}

.FloatBoxBody {
	padding: 15px;
}



.Bodier {
	position: relative;
	margin: 0 auto;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 20px;
	min-height: 500px;
}

.BodierPadding {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
	margin-bottom: 50px;
	min-height: 500px;
}

/*Pane*/

.PaneBody {}

.PaneBodier {
	position: absolute;
	background: #FFF;
	border: #BBB solid 1px;
	margin: 50px auto;
	border-radius: 5px;
	padding: 15px;
	width: 1100px;
	max-width: 100%;
	left: 50%;
	margin-left: -550px;
}

.PaneTitle {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	background: #0055AA;
	/*35AA10;*/
	/*308BE8;*/
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 2px;
}

.PaneTitle .ClosePaneLink {
	position: absolute;
	right: 7px;
	top: 7px;
	height: 16px;
	width: 16px;
	background: url(/Img/ClosePane.png) no-repeat;
}


@media (max-width:600px) {

	.PaneBodier {
		max-width: 100%;
		left: 0;
		margin-left: 0;
		margin: 0;
	}
}



table .Label,
table tr td.Label,
.FormLabel,
table .SmallLabel,
table .BigLabel {
	width: 130px;
	text-align: right;
	padding-right: 8px;
	background: #F9F9F9;
	color: #999;
}

table .SmallLabel {
	width: 88px;
}

table .BigLabel {
	width: 180px;
}

table .AlignTop {
	vertical-align: top;
}

.FormTableWideLabel tr .Label {
	width: 60%;
}

input.Number {
	padding-right: 3px;
	text-align: right;
}

.Gray {
	color: #BBB;
}

.Red {
	color: red;
}

.Green {
	color: #00BB00;
}


.White {
	color: #FFF;
}


.Blue {
	color: blue;
}

.RedLight {
	color: #FFBBBB;
}

.Yellow {
	color: #FF8800;
}

.BackRed {
	background: #FF0000;
	color: #FFFFFF;
}

.BackBlue {
	background: #0000FF;
	color: #FFFFFF;
}

.BackGreen {
	background: #00BB00;
	color: #FFF;
}

.BackLightGray {
	background: #F7F7F7;
}

.BackGray {
	background: #EEE;
}

.BackDark {
	background: #888888;
	color: #FFF;
}

.BackDarkBlue {
	background: #336699;
	color: #FFF;
}

.BackWhite {
	background: #FFF;
	color: #000;
}

.CursorHand {
	cursor: pointer;
}


.Bold {
	font-weight: bold;
}

.Big,
.BigFont,
.BigFont * {
	font-size: 20px;
}

.VeryBigFont,
.VeryBigFont * {
	font-size: 20px;
}

.SmallFont,
table tr td .SmallFont {
	font-size: 8px;
}

.Underline,
.UnderLine {
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}

.Table,
.NoBorderTable,
.FormTable {
	width: 100%;
	border-collapse: collapse;
}

.TableRowDark {
	background: #F7F7F7;
}


.Table tr th,
.NoBorderTable tr th,
.FormTable tr th {
	padding: 5px;
	color: #888;
	cursor: pointer;
	text-align: left;
	background: #F7F7F7;
	color: #000;
	border: #EEE solid 1px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.Table tr th,
.Table tr th * {
	color: #888;
}

.Table tr:hover {
	background: #FFFFCC;
}

.Table tr td,
.NoBorderTable tr td {
	border: #EEE solid 1px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
}


table tr th.String,
table tr th.Left,
table tr td.Left {
	text-align: left;
}

table tr th.Center,
table tr td.Center,
table tr th.Date,
table tr td.Date {
	text-align: center;
}

table tr th.Right,
table tr td.Right,
table tr th.Number,
table tr td.Number {
	text-align: right;
	padding-right: 5px;
}

table tr th.Varchar,
table tr th.Varchar {
	text-align: left;
}

table .BorderLeft,
table .BorderLeft {
	border-left: #DDD solid 1px;
}

table tr td .CellInput {
	width: 85%;
	background-color: #FFFFFF;
	border: #DDDDDD 1px solid;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*FormTable*/
.FormTable tr th * {
	color: #888;
}

.FormTable tr td {
	border: #EEE solid 1px;
	padding: 3px;
	padding-left: 7px;
	text-align: left;
}

.FormTable .Input,
.FormTable .TextArea,
.FormTable .Select,
.FormTable .CheckCodeInput {
	outline: none;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px;
	border: 0px;
}

.FormTable .Button {
	padding-left: 20px;
	padding-right: 20px;
}

.FormTable tr th,
.FormTable tr td {
	line-height: 20px;
}

.FormTable td .Input,
.FormTable td .Select,
.FormTable td .TextArea {
	width: 100%;
}


/*RowActions*/
.RowActionsBox {
	cursor: pointer;
	position: relative;
}

.RowActions {
	position: absolute;
	display: none;
	background: #F7F7F7;
	border: #DDD solid 1px;
	border-radius: 3px;
	z-index: 2;
	margin-left: -35px;
}

.RowActions li a {
	display: block;
	line-height: 25px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.RowActions li a:hover {
	background: #F00;
	color: #FFF;
}

.RowActionsBox:hover .RowActions {
	display: inline-block;
}


.BorderTop {
	border-top: #3366BB solid 2px;
}

.BorderTopRed {
	border-top: #EE0000 solid 2px;
}



.Buttons,
table tr td.Buttons,
table tr td.FormButtons {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 36px;
}

/*SearchBar*/
.SearchBar,
.PartRefreshForm .SearchBar,
.TableToolbar {
	padding-top: 10px;
	padding-bottom: 9px;
	vertical-align: bottom;
	line-height: 35px;
}

.PartRefreshForm .SearchBar .Label,
.TableToolbar .Label {
	display: inline;
}


.SearchBar .Input {
	padding: 0px;
	border: #EEE solid 1px;
	border-radius: 3px;
	padding-left: 5px;
	line-height: 28px;
}

.SearchBar .Select {
	border: #EEE solid 1px;
	border-radius: 3px;
}

.SearchBar .Actions {
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 50px;
}

.SearchBar .Line {
	line-height: 35px;
	border-bottom: #EEE solid 1px;
	margin-bottom: 3px;
}

.SearchBar .Button {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 24px;
	background: #F7F7F7;
	color: #888;
	border: #EEE solid 1px;
}

.SearchBar .Button:hover {
	background: #DDD;
	color: #666;
}

.PartRefreshForm .Caption,
.Caption,
table caption,
.Table .Caption,
.RedCaption,
.SubCaption {
	position: relative;
	background: #0055AA;
	/*#49CC20*/
	;
	/*#3592F2;*/
	color: #FFFFFF;
	line-height: 32px;
	text-indent: 10px;
	text-align: left;
	font-size: 14px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.PartRefreshForm .Caption *,
table caption *,
.Caption *,
.SubCaption {
	color: #FFFFFF;
}

/*NoLabelForm*/
.NoLabelForm {
	width: 100%;
	margin: auto;
}

.NoLabelForm .Input,
.NoLabelForm .Select {
	width: 100%;
	border: 0px;
	border-bottom: #DDD solid 1px;
	line-height: 32px;
	padding: 0px;
	text-indent: 7px;
}

.NoLabelForm .CheckCodeInput {
	border: 0px;
	border-bottom: #DDD solid 1px;
	width: 90%;
	line-height: 32px;
	text-indent: 7px;
}

.NoLabelForm .Category,
.NoLabelForm .Line {
	line-height: 35px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}

.NoLabelForm .BigButton {
	margin-top: 15px;
}


/*NoBorderForm*/
.NoBorderForm table tr th,
.NoBorderForm table tr td {
	border: 0px;
}

.NoBorderForm table tr td.Label {
	background: #FFF;
}

.NoBorderForm table tr td.Buttons {
	padding-left: 0px;
}




.RedCaption {
	background: #FF6F00;
}

.SubCaption {
	background: #F0F0F0;
	color: #000;
}

.SubTableCaption {
	padding-top: 7px;
	padding-bottom: 7px;
	text-indent: 10px;
	background: #F7F7F7;
	border: #EEE solid 1px;
	border-bottom: 0px;
}

.SubTableCaption .Actions a {
	color: #BBB;
}

.SubTableCaption .Actions a:hover {
	color: #F00;
}

.CenterButtonsBox,
.CenterButtonBox,
.CenterButtons {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.Button,
.ButtonBlue,
.ButtonGreen,
.ButtonGray {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	background: #0055AA;
	/*#4CC525;*/
	/*1175DF*/
	border: 0px;
	color: #FFF;
	overflow: visible;
	margin-right: 3px;
	border-radius: 3px;
}

.Button:hover,
button.Selected {
	background: #FF3311;
	color: #FFF;
}

.ButtonWide {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.ButtonBlue {
	background: #7F00FF;
	border: #7F00EE solid 1px;
}

.ButtonGreen {
	background: #7FCC00;
	border: #7FAA00 solid 1px;
}

.ButtonGray {
	background: #888888;
	border: #666666 solid 1px;
}

.BigButton {
	width: 100%;
	line-height: 36px;
	border: 0px;
	font-size: 15px;
	background: #0055AA;
	color: #FFF;
	border-radius: 4px;
}

.BigButton:hover {
	color: #FFF;
}

.Border {
	border: #EEE solid 1px;
}

.BorderDark {
	border: #666 solid 1px;
}

.PagerInput {
	width: 20px;
	height: 18px;
	background-color: #FFFFFF;
	border: #ADADAD 1px solid;
	padding-left: 4px;
	padding-top: 2px;
}

.PagerButton {
	color: #000000;
	border: #EEEEEE solid 1px;
	width: 25px;
	height: 22px;
	margin-left: 5px;
	background: #F7F7F7;
}


.TextArea {
	background-color: #FFFFFF;
	padding: 3px;
	border: #DDDDDD 1px solid;
}

.Input,
.InputFocus {
	background-color: #FFFFFF;
	border: #DDD solid 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
}




.InputFocus {
	background-color: #e1b35d;
}

.SelectInput {
	background: url(/Img/SelectInput.png) no-repeat right center;
	border: #DDDDDD 1px solid;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.TipIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	background: url(/Img/TipIcon.png) no-repeat;
	cursor: pointer;
}

.InputFile {
	width: 220px;
	height: 28px;
	background-color: #FFFFFF;
	border: #DDDDDD 1px solid;
	color: #CCC;
}

.Title {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-bottom: #DDD solid 1px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.Article .Title {
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
}

.Article .SubTitle {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.RedTitle {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #F00;
	text-align: center;
	border-bottom: #F00 solid 3px;
	margin-bottom: 20px;
}

.Dotline {
	border: 1px dotted #0C0C0C;
}

.Pager {
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

.Pager select {
	padding: 0px;
}


.Pic {
	border: #888888 1px solid;
}

.PromptBox {
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 30px;
}

.Prompt {
	display: block;
	color: #FF0000;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 20px;
	text-align: center;
	padding: 15px;
}

.PromptBox * {
	font-size: 16px;
}

.PromptBox .Actions {
	text-align: center;
	color: #F00;
}

.PromptBox .Actions * {
	color: #F00;
}

.ContentBox {
	padding: 15px;
}

.Grid,
.SubTable {
	width: 100%;
}

.Grid th {
	background: #FFF;
	border: #EEE solid 1px;
	padding: 5px;
}


.Grid td,
.SubTable th,
.SubTable td {
	border: #EEE solid 1px;
	padding: 7px;
}

.Grid .Label {
	width: 25%;
}

.Grid td.Label {
	background: #FFF;
}


.PairTable {
	width: 100%;
}

.PairTable th,
.PairTable td {
	padding: 5px;
}

/*.FormPrint*/
.BodierPrint {
	width: 900px;
	margin: 0 auto;
}

.FormPrint {
	width: 100%;
	border-collapse: collapse;
}

.FormPrint tr th,
.FormPrint tr td {
	border: #EEE solid 1px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.FormPrint .Label {
	background: none;
}

.FormPrint .Input,
.FormPrint .TextArea {
	border: 0px;
}

/*CapTab*/

.CapTab {
	border: #BBBBBB solid 1px;
}


.CapTab li {
	float: left;
	min-width: 56px;
	text-align: center;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	border-right: #BBBBBB solid 1px;
	font-weight: bold;
	color: #888888;
}

.CapTab li:hover,
.CapTab .Selected {
	background: #1EA199;
	color: #FFFFFF;
}

.CapTabBody {
	clear: both;
	min-height: 560px;
	padding: 10px;
	border: #BBBBBB solid 1px;
	border-top: 0px;
}


/*�ֲ�ˢ��Tab*/
.PartRefreshTab {
	border: #BBBBBB solid 1px;
	background: #FCFCFC;
}


.PartRefreshTabHeaderList li {
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	background: #F8F8F8;
	border-right: #EEEEEE solid 1px;
	text-align: center;
}

.PartRefreshTabHeaderList li:hover,
.PartRefreshTabHeaderList li.Active {
	background: #CC3300;
	color: #FFFFFF;
}

.PartRefreshTabBody {
	clear: both;
	min-height: 100px;
	padding: 10px;
}


.PartRefreshTabTitle {
	text-align: center;
	margin-top: 36px;
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 10px;
}



.ButtonBox {
	clear: both;
	padding-left: 130px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.ButtonBox .Button {
	margin-right: 5px;
}

.ButtonBoxCenter,
.CenterButtons {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
}


.BatchBox {
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.BatchButton {
	display: inline-block;
	color: #FFF;
	border: #CCCCCC solid 1px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	background: #12A4E2;
	cursor: pointer;
}

.BatchButton:hover {
	color: #FFF;
}

.OrderByField {
	cursor: pointer;
}


.OrderByFieldAsc {
	cursor: pointer;
	padding-right: 20px;
	background: url(../Img/Asc.gif) no-repeat right;
}

.OrderByFieldDesc {
	cursor: pointer;
	padding-right: 20px;
	background: url(../Img/Desc.gif) no-repeat right;
}

select option {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}


.FrameTable {
	width: 100%;
}

.FrameTable td {
	vertical-align: top;
}

.LeftMenuBox {
	width: 200px;
}

.WorkAreaBox {
	display: block;
	position: absolute;
	left: 188px;
	right: 0px;
	top: 80px;
	bottom: 0px;
	z-index: 1;
}

.WorkAreaIFrame {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}


.IconNew {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(../Img/IconNew.gif) no-repeat;
}





.ListHorizontal li {
	float: left;
	margin-right: 15px;
	padding-left: 10px;
	background: url(../Img/Diamond.jpg) no-repeat 0px 8px;
}




.ListEdit li {
	margin-bottom: 20px;
}

.ListEdit li div {
	margin-bottom: 6px;
}

.SelectList li,
.SelectTable tr {
	cursor: pointer;
}

.SelectList li:hover,
.SelectTable tr:hover td {
	background: #FF0000;
	color: #FFF;
}

.SelectList li:hover *,
.SelectTable tr:hover td * {
	color: #FFF;
}


/*PicList*/

.PicList li {
	position: relative;
	float: left;
	margin-right: 15px;
	cursor: pointer;
	height: 180px;
}

.PicList li .Rect {
	width: 150px;
	height: 130px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: #EEEEEE solid 1px;
}

.PicList li img {
	max-width: 140px;
	max-height: 120px;
}

.PicList li .ActionBox {
	position: absolute;
	right: 5px;
	top: 3px;
	display: none;
}

.PicList li:hover .ActionBox {
	display: block;
}

.PicList .Name {
	text-align: center;
	padding: 3px;
}



.SubTable {
	width: 100%;
}

.TabTable {
	width: 100%;
}

.SubTable tr th {
	text-align: left;
	padding: 5px;
	border: #DDD solid 1px;
	border-top: #BBB solid 1px;
	background: #EEE;
}

.TabTable td {
	border: #EEE solid 1px;
}

.Table td.NoPadding {
	padding: 0px;
}


.Table .Label4Col {
	width: 15%;
}

.Table .Data4Col {
	width: 35%;
}

.SubTable tr td,
.Table .SubTable tr td,
.TabTable .SubTable tr td {
	border: #DDD solid 1px;
	background: none;
}

.SubTable tr:hover {
	background: #FFFFDD;
}

.DoingColor {
	background: #FFF6BF;
}

.FinishedColor {}

.AlertColor {
	background: #FAC090;
}

.ActionList {
	padding-bottom: 3px;
}

.ActionList li {
	float: left;
	height: 18px;
	margin-right: 10px;
	padding-left: 15px;
	background: url(../Img/Action.png) no-repeat 2px 5px;
}

.ActionList li.Action1 {
	background: url(../Img/Action1.png) no-repeat 2px 5px;
}

.ActionList li.Action2 {
	background: url(../Img/Action2.png) no-repeat 2px 5px;
}

.ActionList li.ActionBorder {
	float: left;
	border: solid 1px #000000;
	background-color: #999999;
	padding-left: 15px;
	padding-right: 5px;
	margin-right: 5px;
}

.ActionList li.ActionBorder a {
	color: #FFFFFF;
}




.Box {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	border: #DDD solid 1px;
	background: #FFF;
	min-height: 150px;
}

.BoxHeader {
	position: relative;
	line-height: 35px;
	background: #EEE;
	margin-bottom: 10px;
	padding-left: 15px;
}

.BoxContent {
	padding: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}

.BoxToolbar {
	position: absolute;
	right: 10px;
	top: 3px;
}

.BoxToolbar * {
	color: #AAAAAA;
	font-weight: normal;
}

.BoxContent {
	padding-top: 5px;
	padding-bottom: 5px;
}


.BoxHeaderToolbar {
	position: absolute;
	right: 10px;
	top: 5px;
}

.BoxHeaderToolbar li {
	float: left;
	margin-right: 5px;
}

.InputHelp {
	color: #BBB;
	padding-left: 10px;
	padding-top: 3px;
}

.AutoCompleteList {}

.AutoCompleteList li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.AutoCompleteList li:hover {
	background: #000088;
	color: #FFFFFF;
}

.Remark {
	font-style: italic;
	color: #F00;
}

.PaddingBox {
	padding: 15px;
}

.BodyPadding,
.PaddingBody,
.BodierPadding,
.PaddingBodier {
	padding: 15px;
}

.BodyList .BodierList {
	padding: 25px;
}

.BorderBox {
	border: #EEE solid 1px;
}

.NotActive {
	text-decoration: line-through;
}

.Help {
	color: #CCC;
}

.MultilineText {
	line-height: 25px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-justify: inter-ideograph;
}

.Indent {
	text-indent: 2em;
}

.ScrollBox {
	width: 100%;
	max-height: 500px;
	border: #EEE solid 1px;
	overflow-y: scroll;
}


.NextIcon {
	display: inline-block;
	width: 10px;
	height: 13px;
	background: url(../Img/NextIcon.jpg) no-repeat;
	cursor: pointer;
}


.SplitLine {
	border-top: #DDD solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.SplitLineBlue {
	border-top: #0033CC solid 2px;
}

.ScrollDiv {
	max-height: 560px;
	overflow-y: scroll;
}

.TableNoDataPrompt {
	text-align: center;
	padding-top: 15px;
	border-top: #EEE solid 1px;
	font-size: 14px;
	color: #F00;
}

.Hidden,
.Hide {
	display: none;
}


/*ToolBar*/
.ToolBar {
	background: #F2F2F2;
	margin-bottom: 10px;
	border-top: #FFF solid 1px;
}

.ToolBar li {
	float: left;
	margin-right: 2px;
}

.ToolBar li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: #BBB;
	border-radius: 2px;
}

.ToolBar li a:hover,
.ToolBar li a.Selected {
	background: #f26716;
	color: #FFF;
}



/*����*/

.TreeTableOpen,
.TreeTableClose {
	position: relative;
	display: inline-block;
	top: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.TreeTableOpen {
	background: url(../Img/Sub.png) no-repeat;
}

.TreeTableClose {
	background: url(../Img/Add.png) no-repeat;
}



/*������ʽ��Tab*/
.LinkTab {
	border-bottom: #2989d5 solid 3px;
	margin-bottom: 15px;
	padding-left: 25px;
}

.LinkTab li {
	float: left;
	margin-right: 10px;
	background: #EEE;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 5px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: #EEE solid 1px;
	border-bottom: 0px;
}


.LinkTab li.Selected {
	background: #2989d5;
	color: #FFF;
}

.LinkTab li:hover {
	border: #2989d5 solid 1px;
	border-bottom: 0px;
}




.MultipleSelect {
	border: #EEE solid 1px;
}

.TextLine,
.LineText {
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Line {
	line-height: 30px;
}

.VAlignTop {
	vertical-align: top;
}


/*�����б�*/

.CategoryList .Category {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: #EEE solid 1px;
}

.CategoryList li ul li {
	float: left;
	width: 130px;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(/Img/File.png) no-repeat center 11px;
	text-align: center;
	border: #EEE solid 1px;
	cursor: pointer;
}

.CategoryList li ul li:hover {
	border: #F00 solid 1px;
}

.NewsContent {
	line-height: 22px;
	text-indent: 2em;
}

.NewsContent p {
	margin-bottom: 5px;
}

.HelpIcon {
	cursor: pointer;
}

.Text {
	padding: 5px;
	line-height: 23px;
	text-align: justify;
}

.Indent {
	text-indent: 2em;
}

.EditableDiv {
	padding: 5px 5px 50px 5px;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	overflow-y: scroll;
}

/*IconList*/
.IconList {
	padding-top: 7px;
	padding-bottom: 7px;
}

.IconList li {
	float: left;
}

.IconList li a {
	display: block;
	width: 80px;
	text-align: center;
	padding: 5px;
	margin: 3px;
	cursor: pointer;
	border: #FFF solid 1px;
}

.IconList li a:hover {
	background: #F7F7F7;
	border: #EEE solid 1px;
}

.IconList li img {
	width: 80px;
	height: 80px;
	border-radius: 6px;
}

.IconList li div {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}


.InputSelectIcon {
	display: inline-block;
	width: 14px;
	height: 5px;
	background: url(/Img/InputSelectIcon.png) no-repeat 2px;
	cursor: pointer;
}

.InputSelect {
	padding: 5px;
	background: #EEE;
	cursor: pointer;
	max-height: 300px;
	overflow-y: scroll;
}

.InputSelect li:hover {
	background: #8888FF;
	color: #FFF;
}

.ListThumbnail {
	width: 50px;
	height: 50px;
}

/*CategoryNav*/
.CategoryNav {
	padding: 10px;
	background: #EEF;
	border: #DDF solid 1px;
}

.CategoryNav li {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	background: url(/Img/ArrowRight.png) no-repeat right center;
}


.WidthLimitPic {
	max-width: 80%;
	margin: 0 auto;
}


/*Photo*/
.SmallPhoto {
	max-width: 200px;
	max-height: 200px;
}

.MediumPhoto {
	max-width: 300px;
	max-height: 300px;
}

.BigPhoto {
	max-width: 100%;
	max-height: 600px;
}

.FullIframe {
	width: 100%;
	height: 100%;
}

.InputShow {
	border: 0px;
	background: #FFF;
	overflow-x: visible
}

/*Paper*/
.BodyPaper {
	background: #F7F7F7;
}

.Paper {
	min-height: 600px;
	margin: 50px auto;
	border: #dcdcd2 solid 1px;
	background: #FFF;
	border-radius: 5px;
	padding: 30px;
	padding-bottom: 80px;
}

.Paper .Title {
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	border-bottom: #ff7800 solid 3px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #666;
	font-weight: normal;
}


.Paper .NameBox {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 14px;
	line-height: 38px;
	font-weight: normal;
}

.QuestionList .Content {
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.QuestionList .AnswerBox {
	padding-top: 10px;
	padding-bottom: 15px;
}

.QuestionList li li {
	line-height: 25px;
}




.TablePaper tr td {
	padding: 10px;
	font-size: 14px;
}

/*Print*/
@media print {
	.NoPrint {
		display: none;
	}

	.PaneBodier {
		border: 0px;
	}
}

.Video {
	display: block;
	width: 960px;
	height: 540px;
	margin: 20px auto;
}

.Audio {
	display: block;
	width: 960px;
	min-height: 50px;
	margin: 20px auto;
}


/*LeftRightBox*/
.LeftRightBox {
	position: relative;
}

.LeftRightBox .LeftMainBox {
	width: 950px;
}

.LeftRightBox .RightSubBox {
	position: absolute;
	width: 230px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #FFF;
}

.LeftRightBox .LeftSubBox {
	position: absolute;
	width: 230px;
	padding: 15px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: #FFF;
	border-right: #F7F7F7 solid 10px;
}

.LeftRightBox .RightMainBox {
	width: 890px;
	padding: 15px;
	margin-left: 270px;
	min-height: 600px;
}


/*ModuleTitle*/

.ModuleTitle {
	position: relative;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	background: #3399EE;
	color: #FFF;
}

.ModuleTitle .Actions {
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 14px;
}

.ModuleTitle .Actions a {
	font-size: 14px;
	color: #DD0;
}

.NewPlaceHolder img {
	width: 100%;
	height: 100%;
}



/*BarList */
.BarList li {
	border: #EEE solid 1px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: #FFF;
	padding: 20px;
}

.BarList li .Title {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #EEE solid 1px;
}

.BarList li .Actions a {
	color: #AAA;
	font-size: 14px;
}

.BarList li .Content {
	line-height: 25px;
	font-size: 15px;
}

.BarList li .Attaches {
	margin-top: 10px;
}

.BarList li .Date {
	margin-top: 10px;
	text-align: right;
	color: #BBB;
}


/*FunList*/

.FunList {
	padding: 50px;
}

.FunList li {
	float: left;
	margin: 15px;
}

.FunList li a {
	display: block;
	width: 200px;
	padding: 10px;
	text-align: center;
	border: #DDD solid 1px;
	background: #F7F7F7;
}

.FunList li a:hover {
	border: #DDD solid 1px;
	background: #3399EE;
	color: #FFF;
}


.SubTitleBar {
	line-height: 38px;
	background: #EEE;
	font-size: 15px;
	border-bottom: #DDD solid 1px;
	color: #888;
	text-align: center;
	font-weight: normal;
}


/*Shortcut*/
.Shortcut {
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	min-width: 250px;
	height: 500px;
	border: #DDD solid 1px;
	background: #FFFFF7;
	overflow-y: scroll;
}


/*PopSelect*/
.PopSelect {
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	min-width: 250px;
	height: 500px;
	border: #DDD solid 1px;
	background: #FFFFF7;
	overflow-y: scroll;
}

.ListForm {
	line-height: 25px;
}


/*MobileMenu*/
.MobileMenu li {
	line-height: 35px;
	font-size: 15px;
	padding-left: 20px;
	border-bottom: #DDD solid 1px;
}

/*Cards*/
.Cards .MobileList {}

.Cards>li,
.MobileList>li {
	padding: 10px;
	box-shadow: 0px 1px 10px 0px rgba(100, 100, 100, 0.16);
	border-radius: 4px;
	margin-bottom: 7px;
}





/*LeftRightBox*/
.LeftRightBox {
	display: flex;
}

.LeftRightBox .LeftBox {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;
	height: 100%;
	background: #F7F7F7;
	padding: 10px;
	border-right: #EEE solid 1px;
	overflow-y: auto;
}

.LeftRightBox .LeftBox .LeftBoxHeader {
	margin: 5px;
	font-size: 0.95rem;
	text-align: center;
	background: #EEE;
	border-radius: 4px;
	line-height: 26px;
}

.LeftRightBox .RightBox {
	margin-left: 200px;
	width: 100%;
}

.CategoryBar {
	font-size: 15px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
	border-bottom: #DDD dashed 1px;
}