/* -*- encoding: utf-8 -*- */
body {
  margin: 2em 1em 2em 1em;
  padding: 0;
  color: black;
  background-color: white;
  font-size: 12pt;
  font-family: NSimSun, SimSun, SimHei, Verdana, Helvetica, Arial, sans-serif;
  text-indent: 24pt;
  text-align: justify;
  line-height: 150%;
}
table {
  margin: 0;
  padding: 0;
  border-top: thick double black;
  border-bottom: medium solid black;
  color: black;
  font-family: NSimSun, SimSun, Verdana, Helvetica, Arial, sans-serif;
}
table.noborder {
  margin-left: 2em;
  border: none;
}

td {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 11pt;
}

td.bline {
  border-bottom: thin solid black;  
}
td.lline {
  border-left: thin solid black;
}
td.lbline {
  border-left: thin solid black;
  border-bottom: thin solid black;  
}
td.rline {
  border-right: thin solid black;  
}
td.rbline {
  border-bottom: thin solid black; 
  border-right: thin solid black;  
}

h1, h2, h3, h4, h5 {
  margin-bottom: 2px;
  color: black;
}

div.dochead {
  margin: 0 3em 0 0;
  text-align: center;
}
h1 {
  font-size: 24pt;
  line-height:150%
}

div.title {
  text-align: center;
  margin-bottom: 2em;
}
div.title h1 {
  font-size: 20pt;
  line-height: 90%;
}
div.title h2 {
  line-height: 1em;
}

div.author {
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  line-height:60%
}
div.author h3 {
  font-size: 14pt;
  font-weight: normal;
}
h3.date {
  font-size: 14pt;
  font-weight: normal;
}

div.docbody {
  margin-top: 2em;
  margin-bottom: 2em;
}
div.docbody p {
  text-align: justify;
}

div.section {
  margin-top: 1.5em;
}
div.section div.section {
  margin-top: 0em;
}
div.section h2 {
  margin-right: 4em;
  text-align: center;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}

blockquote {
  text-indent: 0;
  font-family: "KaiTi_GB2312" "FZKai-Z03S" "楷体";
}

blockquote.intext {
  text-indent: 0;
  font-size: 11pt;
  margin-left: 3em;
  margin-right: 3em;
}

p.downloads {
  text-align: center;
}
p.download {
  text-align: center;
}

.logo {
  margin: 0.5em 0 0.5em 0;
  text-align: center;
  text-indent: 0;
  line-height: 100%;
  color: #408080;
}

hr.logo {
  margin: 0 0 0 0;
  width: 100%;
}

.abstract {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 22%;
  margin-right: 18%;
  font-size: 11pt;
  text-indent: 0;
  text-align: justify;
  font-family: "KaiTi_GB2312" "FZKai-Z03S" "楷体";
}

div.figure {
  text-align: center;
}

div.figure .description {
  margin-top: 0em;
  text-align: center;
  font-size: 80%;
}

.table {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  text-indent: 0;
}

.graph {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  text-indent: 0;
}

.source {
  margin-right: 10%;
  text-align: right;
}

.table .source {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 10pt;
  text-align: left;
}

.source p {
  margin: 0.2em 0.5em 0.2em 0.5em;
  line-height: 120%;
}

.footnote {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 10pt;
}

.footnote p {
  margin: 0.2em 0.5em 0.2em 0.5em;
  line-height: 120%;
}

.endnotes, .notes {
  margin: 0;
  padding: 0;
  font-size: 11pt;
}

.references {
  margin: 0;
  padding: 0;
  font-size: 11pt;
}

a:link {
  color: rgb(70,130,180);
}
a:visited {
}
a:hover {
  color: #FFBA00;
}
a:active {
  color: #30597A;
}

sup.note a:visited {
  color: rgb(70,130,180);
}

/*
 * Editor
 */
#editMenu {
  position: fixed;
  left: 1em;
  top: 2em;
}

#editMenu table {
  margin: 0;
  padding: 0;
  border: none;
}

#editMenu table tr {
  border: none;
}

#editMenu table tr td {
  border: outset;
}

#editMenu form {
  margin-top: 1.5em;
}

#editClient {
  margin-left: 8em;
}

