@import "default.css";
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
a {
  color: #000080;
  text-decoration: none;
}
a:visited {
  color: #000080;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: none;
}

a.toc-backref {
  color: #000000;
}

h1 a {
  color: #000000;
}
h2 a {
  color: #000000;
}
h3 a {
  color: #000000;
}
h4 a {
  color: #000000;
}
h5 a {
  color: #000000;
}
h6 a {
  color: #000000;
}
h7 a {
  color: #000000;
}
h8 a {
  color: #000000;
}
h9 a {
  color: #000000;
}

td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px;
  margin: 0px;
  border: 1px solid black;
}
table {
  border-width: 3px;
  border-style: double;
  border-color: black; 
  border-collapse: collapse;
}
table.docutils.footnote {
  border: none;
}
table.docutils.footnote td, table.docutils.footnote th {
  border: none;
}
img {
  border: 0px;
  margin: 0px;
}
caption, th {
  font-weight: bold;
}

div.section h1 {
  margin-top: 1em;
  font-size: 150%;
  font-weight: normal;
}
h2 { 
  font-size: 110%;
  text-decoration: underline;
  font-weight: normal;
}

.textHint { 
  display: none;
}
code.block { 
  padding: 10px;
  border: 1px solid black;
  background-color: #bbbbbb;
  display: block;
}
blockquote {
  font-style: italic;
  margin-left: 40px;
  margin-right: 40px;
}
#footer { 
  text-align: center;
  font-size: 80%;
}
.error { 
  color: #ff0000;
  font-weight: bold;
}
.success { 
  color: #00ff00;
  font-weight: bold;
}

@media screen { 
  body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
  }
  #pageBody {
    margin: 2px;
    margin-left: 125px;
    margin-right: 125px;
    margin-bottom: 1em;
    margin-top: 60px;
    display: block;
    position: relative;
    background-color: #ffffff;
  }
  #pageTitle {
    margin-top: 0px;
    padding-top: 0px;
  }
  #header { 
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000; 
    padding: 0;
    margin: 0;
    border: none; 
    width: 100%;
    height: 60px;
    z-index: 100;
    color: #ffffff;
  }
  #headerImage {
    vertical-align: bottom;
  }
  #menu { 
    position: absolute;
    left: 2px;
    top: 60px;
    margin: 2px;
    background-color: #ffffff;
    z-index: 100;
  }
  #parentDirLink:before {
    content: "\0000AB  "
  }
  #parentDirLink {
    margin-bottom: 1em;
  }
  #siteMapLink:before {
    content: "\0000BB  ";
  }
  #siteMapLink { 
    list-style-type: none;
    margin: 0;
  }
  UL.noIndent { 
    margin: 0;
    padding: 0;
  }
  #thisDirLinks .menuLink:before {
    content: "\0000BB  "
  }
  #thisDirLinks .menuLink { 
    list-style-type: none;
  }
  #thisDirLinks { 
    margin-bottom: 1em;
  }
  #dirTitle {
    text-decoration: underline;
  }
  #footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2px;
  }
  #footer P {
    padding-top: .25em;
    padding-bottom: .25em;
    margin: 0;
    text-align: left;
  }
}

@media print { 
  body {
    background-color: #ffffff;
  }
  #header, #menu {
    display: none;
  }
}
