
body {
	margin: 10px;
	font-size: 18px;
}
.titleHeader {
	color: #E96840;
	font-family: 幼圆;
	font-size: 20px;
	font-weight: bold;
}
.tableFixed {
	table-layout: fixed;
}
.function {
	font-size: 18px;
	background-color: #00b502;
	color: white;
	font-weight: bold;
	border: 1px solid gray;
	cursor:pointer;
	line-height: 22px;
}
.inputText {
	border: 1px solid #696969;
	padding: 7px 2px 6px 2px;
}
.leftPanel {
  	background-color:#e7e4df;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-right: 12px solid #d6d6d6;
	white-space: nowrap;
}
.rightPanel {
  padding: 6px 6px 6px 6px;
  width: 100%;
}
.nowrap {
 white-space: nowrap;
}
.catalog {
  background-image: url(../images/tag1.gif);
  padding-left: 26px;
  background-position: left;
  background-repeat: no-repeat;
  font-family: 幼圆;
  font-size: 18px;
  padding-top:2px;
  width: 180px;
}
.catalogSelected {
	background-image: url(../images/tag1_over.gif);
}
.error {
  color: #ef795a;
  background-image: url(../images/warning.gif);
  padding-left: 20px;
  background-position: left;
  background-repeat: no-repeat;
}
.button {
	border: 1px solid #696969;
	color: #ffffff;
	font-family: 幼圆;
	font-size: 22px;
	font-weight: bold;
	padding: 1px 10px 0px 10px;
	background-color: #b5b1a5;
	cursor: pointer;
}

.help {
	color:#00b6f7;
}

.fontBig{
  color: #666666;
  font-size: 20px;
  font-family: 幼圆;
  font-weight: bold;
}
.fontTitle {
	color: #E96840;
	font-family: 幼圆;
	font-size: 20px;
	font-weight: bold;
}
a {
	color: #696969;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.content {
	padding: 10px 0px 10px 0px;
}

.header {
	border-bottom: 1px dotted #696969;
	padding: 0px 0px 0px 0px;
}

.title {
	text-align: center;
	padding: 8px 10px 8px 10px;
	border: 1px solid #c6c6c6;
	width:80px;
}
.title a {
	text-decoration: none;
	color: #E96840;
	font-family: 幼圆;
	font-size: 22px;
	font-weight: bold;
}
.titleSelected {
	background-color:#e7e4df;
	border: 1px solid #f6f6f6;
}
.subTitleContainer {
	background-color:#f6f6f6;
}

.subTitle {
	display:inline;
	text-align: center;
	padding: 8px 10px 8px 10px;
	width:60px;
	line-height: 40px;
}
.subTitle a {
	text-decoration: none;
	color: #E96840;
	font-family: 幼圆;
	font-size: 18px;
	font-weight: bold;
}

.subTitleSelected {
	background-color:#e7e4df;
}

.footer {
	text-align: center;
	border-top: 1px dotted gray;
	padding: 10px 10px 10px 10px;
	color: #E96840;
	font-size: 18px;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
	color: #E96840;
	font-family: 幼圆;
	font-size: 18px;
	font-weight: bold;
}
.footer p {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
}

.inline {
	display: inline;
	vertical-align: top;
}