﻿@charset "UTF-8";
body {
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimHei, 华文细黑, STXihei, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff; }

a {
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

h1 {
	font-size: 1.5em;
	font-weight: bold; }

h2 {
	font-size: 1.3em;
	font-weight: bold; }

h3 {
	font-size: 1.1em;
	font-weight: bold; }

p {
	margin: 0;
	padding: 5px 0; }

ul {
	margin-top: 0em;
	margin-bottom: 1em; }

li {
	margin-bottom: 0.25em; }

small {
	font-size: 0.8em; }

.HorzRule {
	height: 2px;
	background-color: #c0c0c0;
	margin: 0.5em 0 1.25em 0; }

.XBigHeading {
	color: #606060;
	font-weight: bold;
	font-size: 1.75em;
	padding: 0.5em 0; }

.HeaderTabs {
	padding: 3px;
	height: 1%; }

.HeaderTabs a {
	display: inline-block;
	white-space: nowrap;
	padding: 4px 8px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none; }

.HeaderTabs a:hover {
	text-decoration: none; }

.HeaderCurrentTab {
	font-weight: bold;
	padding: 4px 8px;
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35); }

.HeaderRight {
	color: #404040;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px 8px; }

.HeaderRight a {
	color: #404040; }

.HeaderRight a:hover {
	color: black; }

.XNavMenu {
	vertical-align: top;
	padding: 3px;
	color: black;
	font-weight: bold; }

.XNavGroup {
	margin-bottom: 3px;
	padding-top: 5px; }

.XNavSect {
	padding-bottom: 5px; }

.XNavNode a {
	display: block;
	line-height: 20px;
	padding: 0 6px;
	white-space: nowrap; }

.XNavHeading {
	line-height: 20px;
	padding: 0 6px;
	white-space: nowrap; }

.XNavIndent a {
	padding-left: 29px; }

.XNavNode a, .XNavNode a:hover {
	text-decoration: none; }

.XNavNode:not(.XNavCurrent) a:hover {
	background-color: white;
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }

.XNavImgBfr img, XNavImgAft img {
	border: none;
	vertical-align: middle; }

.XNavImgBfr img {
	margin-right: 5px; }

.XNavImgAft img {
	margin-left: 4px; }

.XSimpleBox {
	background-color: #f0f0f0;
	border: solid 3px #c0c0c0;
	margin-bottom: 1em;
	border-spacing: 0; }

.XSimpleBox > tbody > tr > td {
	padding: 4px 8px; }

.XSimpleBorderlessBox {
	margin-bottom: 1em;
	border-spacing: 0; }

.XSimpleBorderlessBox > tbody > tr > td {
	padding: 4px 8px; }

.XSimpleFormTbl {
	background-color: #f0f0f0;
	border: solid 2px #c0c0c0;
	border-collapse: collapse;
	margin-bottom: 1em; }

.XSimpleFormTbl > tbody > tr > td {
	border-bottom: solid 1px #c0c0c0;
	padding: 4px 8px;
	vertical-align: top; }

.dxeMemoEditAreaSys {
	resize: vertical; }

.button {
	padding: 3px 8px;
	background-color: white;
	color: black;
	box-sizing: border-box;
	height: 27px;
	vertical-align: middle; }

.button:disabled {
	border: 2px solid gray;
	color: gray; }

.button:not([disabled]):hover {
	color: white; }

.buttonSymbol {
	width: 27px;
	padding: 0;
	font-weight: bold; }

.textbox {
	padding: 0 9px;
	box-sizing: border-box;
	height: 27px;
	border: 2px solid gray; }

.buttonDropMenu {
	position: relative;
	display: inline-block; }

.buttonDropMenuContent {
	display: none;
	position: absolute;
	right: 0;
	background-color: white;
	min-width: 150px;
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.35);
	z-index: 1; }

.buttonDropMenuContent a {
	color: black;
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	white-space: nowrap; }

.buttonDropMenuContent hr {
	margin: 0;
	border: 0;
	height: 1px;
	background: #c0c0c0; }

.buttonDropMenuContent a:hover {
	color: white;
	background-color: #808080; }
