/*
Author: Peter Parente
Date: 2008/01/22
Version: 1.0
Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
*/

body {
    background: #ffffff;
    color: black;
}

div.document {
    font-family:sans-serif, arial;
    font: 100% sans-serif;
    width: 80%;
    padding: 0em 2em;
    margin: 1em 2em;
    font-size:11pt;
    color:#3A3A3A;
}

div.document p, div.document th, div.document td, div.document ul, div.document ol, div.document li, div.document span, div.document div {
    font-family:sans-serif, arial;
    font: 100% sans-serif;
    font-size:12pt;
}

div.document p {
    margin: 0.5em 0 1em 0;
    line-height: 1.4em;
}


p.topic-title {
    font-weight: bold;
}

pre.literal-block {
  background: #dee1fa;
}
tt.literal {
  color: #002266;
}

dl p {
    margin: 0;
    padding: 0;
}

table.docinfo {
    text-align: left;
    margin: 2em 0em;
}

a[href] {
    color: #436976;
    background-color: transparent;
}

a.toc-backref {
    text-decoration: none;
}

h1 a[href] {
    color: #003a6b;
    text-decoration: none;
    background-color: transparent;
}

a.strong {
    font-weight: bold;
}

img {
    margin: 0;
    border: 0;
}

p a:visited {
    color: purple;
      background-color: transparent;
}

p a:active {
    color: red;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

p img {
    border: 0;
    margin: 0;
}

p.rubric {
    font-weight: bold;
    font-style: italic;
}

h1.title {
    color: #003a6b;
    font-size: 250%;
    margin-bottom: 0em;
}

h2.subtitle {
    color: #003a6b;
    border-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    background-color: transparent;
    margin: 0em;
    padding-top: 0.5em;
}

h1 {
    font-size: 160%;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #aaa;
}

h2 {
    color: #567;
    font-size: 125%;
    margin-bottom: 0.4em;
    border-bottom: 0px;
}

h3 {
    font-size: 110%;
    margin-bottom: 0.3em;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
}

h5 {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

dt {
    font-style: italic;
}

dd {
    margin-bottom: 1.5em;
}

div.admonition, div.note, div.tip, div.caution, div.important {
    margin: 0.2em 0.5em;
    padding: 0em 0.2em;
    background-color: #fafaca;
}

div.admonition p {
    line-height: 1.0em;
    padding: 0;
    margin: 0;
}

div.important {
    background: transparent url('../images/important.png') 10px 2px no-repeat;
}

div.caution {
    background: transparent url('../images/caution.png') 10px 2px no-repeat;
}

div.note {
    background: transparent url('../images/note.png') 10px 2px no-repeat;
}

div.tip {
    background: transparent url('../images/tip.png') 10px 2px no-repeat;
}

div.admonition-example {
    background: transparent url('../images/tip.png') 10px 2px no-repeat;
}

div.admonition-critical-example {
    background: transparent url('../images/important.png') 10px 2px no-repeat;
}

p.admonition-title {
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    padding-left: 30px;
}

table.docutils {
    text-align: left;
    border-collapse: collapse;
    width: auto;
    border: 1px solid gray;
    margin: 0.2em 0em;
}

table.docutils caption {
    font-style: italic;
}

table.docutils td, table.docutils th {
    padding: 0.25em 0.5em;
}

table.docutils th {
    background-color: #dddddd;
}

div.sidebar {
    width: 33%;
    float: right;
    margin: 0em 2em;
    padding: 0em 1em;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
}

p.sidebar-title {
    margin-bottom: 0em;
    color: #003a6b;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
}

p.sidebar-subtitle {
    margin-top: 0em;
    font-style: italic;
    color: #003a6b;
}

p.admonition-title {
    font-size: 90%;
    margin: 0;
    border: 0;
    padding: 0;
    font-style: italic;
    font-weight: normal;
}
tr.field, th.field-name, td.field-body {
    font-size: 90%;
    background-color: transparent;
    font-weight: normal;
    border-style: none;
}

tr.sample {
    border-style: solid none none none;
    border-width: 2px;
    background-color: #ddddfa;
}

table.field-list {
    font-weight: normal;
    text-align: left;
    margin: 0em 0em;
    border: 0px;
    border-collapse: collapse;
    width: auto;
    border-style: none;
}
table.field-list th {
    background-color: transparent;
    font-size: 90%;
}
table.field-list td {
    font-size: 90%;
}

table.download {
    text-align: left;
    margin: 0em 0em;
    border: 0px;
    border-collapse: collapse;
    width: auto;
    border-color: #FFF;
}
table.download th, td {
    background-color: transparent;
    font-style: italic;
}
table.download td, tr {
    border-style: none;
    vertical-align: middle;
}

ul.simple li {
    padding: 0 0 0.6em 0;
}

ul.last {
    line-height: 1em;
    padding: 0;
    margin: 0;
}
ul.last li, ul.last p, ul.last pre {
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}
