/*
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
:date: $Date: 2004/05/20 09:35:16 $
:version: $Revision: 1.5 $
:copyright: This stylesheet has been placed in the public domain.*/

#reST-ROOT .first {
  margin-top: 0; }

#reST-ROOT .last {
  margin-bottom: 0; }

#reST-ROOT a.toc-backref {
  text-decoration: none ;
  color: black; }

#reST-ROOT dd {
  margin-bottom: 0.5em; }

#reST-ROOT div.abstract {
  margin: 2em 5em; }

#reST-ROOT div.abstract p.topic-title {
  font-weight: bold ;
  text-align: center; }

#reST-ROOT div.attention, div.caution, div.danger, div.error, div.hint,
#reST-ROOT div.important, div.note, div.tip, div.warning, div.admonition {
  margin: 2em ;
  border: medium outset ;
  padding: 1em }

#reST-ROOT div.attention p.admonition-title, div.caution p.admonition-title,
#reST-ROOT div.danger p.admonition-title, div.error p.admonition-title,
#reST-ROOT div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif }

#reST-ROOT div.hint p.admonition-title, div.important p.admonition-title,
#reST-ROOT div.note p.admonition-title, div.tip p.admonition-title,
#reST-ROOT div.admonition p.admonition-title {
  font-weight: bold ;
  font-family: sans-serif }

#reST-ROOT div.dedication {
  margin: 2em 5em ;
  text-align: center ;
  font-style: italic }

#reST-ROOT div.dedication p.topic-title {
  font-weight: bold ;
  font-style: normal }

#reST-ROOT div.figure {
  margin-left: 2em }

#reST-ROOT div.footer, div.header {
  font-size: smaller }

#reST-ROOT div.sidebar {
  margin-left: 1em ;
  border: medium outset ;
  padding: 0em 1em ;
  background-color: #ffffee ;
  width: 40% ;
  float: right ;
  clear: right }

#reST-ROOT div.sidebar p.rubric {
  font-family: sans-serif ;
  font-size: medium }

#reST-ROOT div.system-messages {
  margin: 5em }

#reST-ROOT div.system-messages h1 {
  color: red }

#reST-ROOT div.system-message {
  border: medium outset ;
  padding: 1em }

#reST-ROOT div.system-message p.system-message-title {
  color: red ;
  font-weight: bold }

#reST-ROOT div.topic {
  margin: 2em }

#reST-ROOT h1.title {
  }

#reST-ROOT h2.subtitle {
  text-align: center }

#reST-ROOT hr {
  width: 75% }

#reST-ROOT ol.simple, ul.simple {
  margin-bottom: 1em }

#reST-ROOT ol.arabic {
  list-style: decimal }

#reST-ROOT ol.loweralpha {
  list-style: lower-alpha }

#reST-ROOT ol.upperalpha {
  list-style: upper-alpha }

#reST-ROOT ol.lowerroman {
  list-style: lower-roman }

#reST-ROOT ol.upperroman {
  list-style: upper-roman }

#reST-ROOT p.attribution {
  text-align: right ;
  margin-left: 50% }

#reST-ROOT p.caption {
  font-style: italic }

#reST-ROOT p.credits {
  font-style: italic ;
  font-size: smaller }

#reST-ROOT p.label {
  white-space: nowrap }

#reST-ROOT p.rubric {
  font-weight: bold ;
  font-size: larger ;
  color: maroon ;
  text-align: center }

#reST-ROOT p.sidebar-title {
  font-family: sans-serif ;
  font-weight: bold ;
  font-size: larger }

#reST-ROOT p.sidebar-subtitle {
  font-family: sans-serif ;
  font-weight: bold }

#reST-ROOT p.topic-title {
  font-weight: bold }

#reST-ROOT pre.address {
  margin-bottom: 0 ;
  margin-top: 0 ;
  font-family: serif ;
  font-size: 100% }

#reST-ROOT pre.line-block {
  font-family: serif ;
  font-size: 100% }

#reST-ROOT pre.literal-block, pre.doctest-block {
  margin-left: 2em ;
  margin-right: 2em ;
  background-color: #eeeeee }

#reST-ROOT span.classifier {
  font-family: sans-serif ;
  font-style: oblique }

#reST-ROOT span.classifier-delimiter {
  font-family: sans-serif ;
  font-weight: bold }

#reST-ROOT span.interpreted {
  font-family: sans-serif }

#reST-ROOT span.option {
  white-space: nowrap }

#reST-ROOT span.option-argument {
  font-style: italic }

#reST-ROOT span.pre {
  white-space: pre }

#reST-ROOT span.problematic {
  color: red }

#reST-ROOT table {
  margin-top: 0.5em ;
  margin-bottom: 0.5em }

#reST-ROOT table.citation {
  border-left: solid thin gray ;
  padding-left: 0.5ex }

#reST-ROOT table.docinfo {
  margin: 2em 4em }

#reST-ROOT table.footnote {
  border-left: solid thin black ;
  padding-left: 0.5ex }

#reST-ROOT td, th {
  padding-left: 0.5em ;
  padding-right: 0.5em ;
  vertical-align: top }

#reST-ROOT th.docinfo-name, th.field-name {
  font-weight: bold ;
  text-align: left ;
  white-space: nowrap }

#reST-ROOT h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  font-size: 100% }

#reST-ROOT H1  {
    font-size : 16px;
    color : #800;
    border-bottom : 0;
    margin-bottom : 0;
    margin-top : 5px;
}

#reST-ROOT H1 A {
    color : #800;
}
#reST-ROOT H1 A:hover {
    text-decoration : none;
}

#reST-ROOT tt {
  background-color: #eeeeee }

#reST-ROOT ul.auto-toc {
  list-style-type: none }

#reST-ROOT P {
    margin-top : 5px;
    margin-bottom : 0;
}

