﻿* {
	margin: 0;
	padding: 0;
	box-sizing:content-box;
	-moz-box-sizing:content-box; 	/* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
}

html, body {
	height:100%;
	font-size:12px; 
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体";
}

form {
}

body input, body select, body textarea, body button, ul li {	
	font-size:12px; 
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体";
}

a, .a { 
	color:#000000; 
	text-decoration:none;
	cursor:pointer;
}


a:hover, .a:hover { 
	color:#FF0000; 
}

a.Red {
	color:#FF0000; 
}

a img {
	border:0;
}

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:2px;
	padding-bottom:2px;
	border:#DDD solid 1px;
}

.Radio {
	cursor:pointer;
}

.FrameBody{
	overflow:hidden;
}

.IFrameMainContainer {
	display:block;
	position:absolute;
	width:100%;
	left:0px;
	right:0px;
	top:110px;
	bottom:0px;
	z-index:1;
}

.IFrameMain{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

.Block{display:block;}
.FloatLeft {float:left;}
.ClearBoth {clear:both;}
.BreakWord {word-break:break-all;word-wrap:break-word;}
.PositionRelative {position:relative;}
.Center{text-align:center;}
.MarginCenter, .CenterBox {margin:0 auto;}
.Hand{cursor:pointer;}
.PaddingTopBottom{padding-top:5px;padding-bottom:5px;}
.Line{padding-top:5px;padding-bottom:5px;}
.Padding{padding:10px;}

#HiddenFrame {
	display:none;
}
@media print {
    .NoPrint { 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;
}

.FullBoxHeader {
	position:relative;
	color:#FFFFFF;
	padding-left:15px;
	margin-bottom:10px;
	background:#0000CC;
	font-weight:bold;
	line-height:40px;
	font-size:14px;
	color:#FFF;
}

.FullBoxClose {
	position:absolute;
	right:10px;
	top:11px;
	display:block;
	width:20px;
	height:20px;
	background:url(/Img/Close.png) no-repeat;
}

.FloatBox
{
	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:#308BE8;
	font-weight:bold;
	cursor:pointer;
}

#FloatBoxHeader, .FloatBoxBody {
	margin:auto;
}

#FloatBoxHeader *{
	color:#FFFFFF;
}

.FloatBoxBody {
	padding:15px;
}


table .Label, .FormLabel, .LabelSmall, .LabelShort {
	width:130px;
	text-align:right;
	padding-right:5px;
	background:#F9F9F9;
}

.SmallLabel, .LabelSmall, .LabelShort{
	width:80px;	
}

input.Number {
	padding-right:3px;
	text-align:right;
}

.Gray {
	color:#BBB;
}

.Red {
	color:red;
}

.Green {
	color:#008800;
}

.White {
	color:#FFF;
}


.Blue {
	color:blue;
}

.RedLight {
	color:#FFBBBB;
}

.Yellow {
	color:#FF8800;
}

.BackGray {
	background:#BBB;
}

.CursorHand {
	cursor:pointer;
}


.Bold {
	font-weight:bold;
}

.BigFont, .BigFont * {
	font-size:14px;
}

.VeryBigFont, .VeryBigFont * {
	font-size:20px;
}

.SmallFont, table tr td .SmallFont {
	font-size:8px;
}

.Underline {
	text-decoration:underline;
}

.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;
	border-top:#3592F2 solid 1px;
}

.Table tr th, .Table tr th *, .FormTable tr th * {
	color:#888;
}

.Table tr, .FormTable tr {
}

.Table tr:hover {
	background:#FFFFCC;
}

.Table tr td, .NoBorderTable tr td, .FormTable tr td {
	border:#EEE solid 1px;
	padding:5px;
	padding-top:7px;
	padding-bottom:7px;
}


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;
}

table tr.Selected {
	background:#0977d4;
	color:#FFF;
}

table tr.Selected td:hover, table tr.Selected:hover{
	background:#3cad04;
	color:#FFF;
}

.SelectTable tr td{
	cursor:pointer;
}


.BorderTop {
	border-top:#3366BB solid 2px;
}

.BorderTopRed {
	border-top:#EE0000 solid 2px;
}



.Buttons, table  tr td.Buttons,  table tr td.FormButtons {
	padding-top:20px;
	padding-bottom:36px;
}

.SearchBar, .PartRefreshForm .SearchBar, .TableToolbar {
   	padding-left:5px;
	padding-top:10px;
	padding-bottom:9px;
	vertical-align:bottom;
}

.PartRefreshForm .SearchBar .Label, .TableToolbar .Label{
   	display:inline;
}

.PartRereshForm .Caption, .Caption, table caption, .Table .Caption, .RedCaption, .SubCaption {
	position:relative;
	background:#3592F2;
	color:#FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	text-indent:10px;
	text-align:left;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.PartRefreshForm .Caption *, table caption *, .Caption *, .SubCaption {
	color:#FFFFFF;
}

.SearchBar, .SearchBar * {
	vertical-align:middle;
}


.RedCaption {
	background:#FF6F00;
}

.SubCaption {
	background:#16a05d;
}

.SubTableCaption {
	padding-top:7px;
	padding-bottom:7px;
	text-indent:10px;
	background:#F0F0F0;
	border-top:#BBB solid 2px;
}


.CenterButtonsBox, .CenterButtonBox, .CenterButtons {
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}

.Button, .ButtonBlue, .ButtonGreen, .ButtonGray {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	background:#1175DF;
	border:0px;
	color:#FFF;
	overflow:visible;
	margin-right:3px;
	border-radius:3px;
}

.Button:hover {
	background:#f26716;
}

.ButtonBlue {
	background:#7F00FF;
	border:0px;
}

.ButtonGreen {
	background:#7FCC00;
	border:0px;
}

.ButtonGray {
	background:#888888;
	border:0px;
}

.BigButton {
	display:block;
	width:226px;
	line-height:45px;
	text-align:center;
	padding-top:10px;
	font-size:18px;
	color:#FFF;
	margin:0 auto;
}

.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:#DDDDDD 1px solid;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
}

.InputFocus {
	background-color: #e1b35d;
}

.InputShow {
	background-color: #FFF;
}

.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:22px;
	background-color:#FFFFFF;
	border:#DDDDDD 1px solid;
	padding-left:4px;
	padding-top:3px;
}


.Title {
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
	text-align:center;
}

.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:5px;
	background-color: #FFFFFF;
	padding-bottom:20px;
}


.Pic{
	border: #888888 1px solid; 
}

.PromptBox {
	width:500px;
	margin:0 auto;
	padding:20px;
	padding-bottom:30px;
} 

.Prompt {
	color:#000000;
	font-size:16px;
	line-height:50px;
	padding-bottom:20px;
	text-align:center;
}
 
.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:#F7F7F7;
    border:#888 solid 1px;
    padding:5px;
}


.Grid td, .SubTable th, .SubTable td {
    border:#888 solid 1px;
    padding:5px;
}

.Grid .Label {
    width:25%;
}

.PairTable {
	width:100%;
}

.PairTable th, .PairTable td{
	padding:5px;
}



/*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;
}

.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, .SelectList tr {
	cursor:pointer;
}

.SelectList li:hover, .SelectList tr:hover {
	background:#BB0000;
	color:#FFF;
}

.SelectList li:hover *, .SelectList tr:hover * {
	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; 
}




.BoxHeader {
	position:relative;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	background:#EEE;
	font-weight:bold;
}

.Box {
	position:relative;
	padding:5px;
	margin-bottom:10px;
	border:#CCCCCC solid 2px;
}

.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;
}

.PaddingBody, .PaddingBodier {
	padding:15px;
}

.BorderBox {
	border:#EEE solid 1px;
}

.NotActive {
	text-decoration:line-through;
}

.Help {
	color:#FF0000;
}

.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;
}

.ScrollBox li {
	padding-top:2px;
	padding-bottom:2px;

}

.NextIcon {
	  display:inline-block;
    width:10px;
    height:13px;
    background:url(../Img/NextIcon.jpg) no-repeat;
    cursor:pointer;
}


.RedBack {
	background:#FF0000;
	color:#FFFFFF;
}

.GreenBack {
	background:#008800;
	color:#FFFFFF;
}

.GreenBack *{
	color:#FFFFFF;
}

.BlueBack {
	background:#0000FF;
	color:#FFFFFF;
}

.GrayBack {
	background:#F7F7F7;
}

.SplitLine {
	border-top:#CC3300 solid 2px;
}

.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 {
	background:#EEE;
	margin-bottom:20px;
	padding-left:10px;
	border-top:#FFF solid 1px;
	line-height:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.ToolBar li{
	float:left;
	margin-right:2px;
}

.ToolBar  li a{
	display:block;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
}

.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;
}

.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:12px;
	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 {
	display:block;
	max-width:95%;
	margin:0 auto;
}


/*Photo*/
.SmallPhoto {
	max-width:100px;
	max-height:100px;
}

.MediumPhoto {
	max-width:300px;
	max-height:300px;
}

.BigPhoto {
	max-width:100%;
	max-height:600px;
}

.FullIframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

.InputShow {
	border:0px;
	background:#FFF;
	overflow-x:visible
}

/*Paper*/
.BodyPaper {
	background:#f7f5e8;
}

.Paper {
	width:800px;	
	min-height:600px;
	margin:50px auto;
	border:#dcdcd2 solid 1px;
	background:#FFF;
	border-radius:5px;
	font-size:14px;
	padding:30px;
}

.Paper .Title {
	display:block;
	margin:0 auto;
	font-size:22px;
	border-bottom:#ff7800 solid 3px;
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom:20px;
	color:#666;
	font-weight:normal;
}

.TablePaper tr td{
	padding:10px;
	font-size:14px;
}


/*ConfirmBox*/
.ConfirmBox {
}

.ConfirmBox .TitleBox {
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	background:#1175DF;
	color:#FFF;
}

.ConfirmBox .ContentBox {
	padding:30px;
}


.ConfirmBox .ButtonBox {
	text-align:center;
	padding:15px;
	padding-bottom:35px;
}

.FullWidth {
	width:95%;
}

table tr.Highlight td{
	background:#00F;
	color:#FFF;
}

table  tr.Highlight td *{
	color:#FFF;
}


/*Rotate*/
.Rotate90{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}

.Rotate180{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}

.Rotate270{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* Internet Explorer */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari 和 Chrome */
	-o-transform:rotate(270deg); /* Opera */
}

.Rotate360{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* Internet Explorer */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); /* Opera */
}

.ImageBox {
	position:relative;
}

.ImageBox .Actions{
	display:none;
}

.ImageBox:hover .Actions{
	display:block;
	position:absolute;
	text-align:center;
	line-height:30px;
	width:100%;
	top:0px;
	z-index:99;
	background:#00F;
}

.ImageBox .Actions, .ImageBox .Actions *{
	color:#FFF;
}



/*MobileList*/
.MobileList > li {
	position:relative;
	border-bottom:#EEE solid 1px;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
}

.MobileList > li:hover {
	background:#F7F7F7;
}


/*IconBox*/

.IconBox{
	display: flex;	
	align-items: center;
	justify-content: center;
	height:60px;
	border:#EEE solid 1px;
}

.IconBox .Icon{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
