/* Stylesheet for gca2html output */
body {
  background-color: white;
  color: black;
  font-family: Times, serif;
  margin-left: 2em;
  margin-top: 2em
}
h1, h2, h3, h4, h5, caption { 
  font-family: Arial, Helvetica, sans-serif;
  color: green
}
h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em
}
h2 {
  font-size: 1.3em; 
  margin-top: 4em;
  padding: 2px;
  color: white;
  background-color: green
}
h2.subt {
  text-align: center;
  margin-top: -1.8em;
  margin-bottom: 2em;
  padding: 0px;
  color: green;
  background-color: white;
  font-family: Times, serif
}
h2.abstractHeader, h2.tocHeader {
  text-align: center;
  color: green;
  background-color: white;
  margin-top: 0em;
  margin-bottom: 0em
}
h3 {
  font-size: 1.2em;
  margin-top: 2em
}
h4 {
  font-size: 1.1em;
  margin-top: 2em
}
h5 {
  font-size: 1em; 
  margin-top: 1em; 
  margin-bottom: 0em; 
  background-color: #EEEEEE 
}
dl { margin-top: 2em }
dt {
  margin-top: 0.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.95em
}
dt.bib {
  color: red;
  font-size: 1em
}
dd { margin-top: 0.2em }
dt.termHeading, dd.defHeading { color: red }
code { font-family: monospace }
pre {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: monospace
} 
ul li, p { line-height: 1.3em }
.authorName {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
}
p.keyword {
  color: #000099;
  background-color: #DDDDDD
}
p.sectKeyword { color: #000099 }
p.author { margin-top: 1.5em}
p.toc { 
  margin-left: 2em;
  line-height: 1.5em
}
p.abstract {
  margin-left: 2em;
  margin-right: 2em
}
p.figcaptionPara {
  font-size: 0.8em;
  text-align: justify
}
ul.simple { list-style-type: none }
ul.bulleted { list-style-type: disc }
ul.dashed { list-style-type: square }
ol.arabic { list-style-type: decimal }
ol.ualpha { list-style-type: upper-alpha }
ol.uroman { list-style-type: upper-roman }
ol.lalpha { list-style-type: lower-alpha }
ol.lroman { list-style-type: lower-roman }
ol.ftnote {
  list-style-type: decimal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em
}
blockquote {
  margin-left: 2em;
  margin-right: 2em;
  background-color: white;
  color: black;
  font-family: Times, serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1em
}
blockquote.lquote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em
}
blockquote.figcaption, blockquote.figurePara, blockquote.figureCodeBlock, blockquote.figureTitle {
  margin-left: 4em;
  margin-right: 4em
}
blockquote.tableHeader {
  margin-top: 1em;
  margin-left: 4em;
  margin-right: 4em;
  margin-bottom: 2em
}
.figure {
  margin-top: 2em;
  margin-bottom: 2em
}
table.note {
  width: 98%;
  border: 1px solid #000099;
  color: #000099
}
table.note td { padding: 0.75em }
.noteHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
}
table.codeBlock {
  width: 98%;
  color: green; 
  background-color: #EEEEEE
}
table.table {
  color: #000099;
  margin-top: 2em;
  empty-cells: show
}
table.table caption {
  caption-side: top;
  margin-left: 4em;
  margin-right: 4em;
  text-align: justify;
  font-size: 0.95em
}
table.table th {
  font-size: 1em;
  font-weight: bold;
  background-color: #000099;
  color: white;
  padding: 0.5em
}
table.table td { padding: 0.5em }
hr { color: #000099 } 
hr.upperBorder {
  margin-top: 2em;
  margin-bottom: 0em
}
hr.lowerBorder {
  margin-top: 0em;
  margin-bottom: 0em
}
cite { color: green }
:link {
  background: none transparent scroll repeat 0% 0%;
  color: #000099
}
:visited {
  background: none transparent scroll repeat 0% 0%;
  color: purple
}
:active {
  background: none transparent scroll repeat 0% 0%;
  color: red
}
@media Screen {
a:hover { background-color: #FFFFCC }
}
a.bibref {
  font-family: Arial, Helvetica, sans-serif  
}
acronym a:link {
  color: black;
  text-decoration: none
}
acronym a:visited {
  color: black;
  text-decoration: none
}
acronym a:active {
  color: black;
  text-decoration: none
}
acronym a:hover {
  color: black;
  background-color: #FFFFCC;
  text-decoration: none
}

