/* Sphinx Default theme, adapted for use with PoloPoly.
 *
 * PoloPoly ID: 1.744031
 */

/*
 * default.css_t
 * ~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- default theme.
 *
 * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */

/* for polopoly
.wrapper {
    padding: 0 10px;
    background: #FFFFFF;
}


.header {
    clear: both;
    padding: 2px 0 20px 0;
    position: relative;
    background: #FFFFFF;
    margin: 0 auto;
}
*/

.block.figure {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

/* for polopoly */
.body {
    font-family: Figtree, sans-serif;
    font-size: 100%;
    background-color: #E4E4E4;
    color: #000;
    /* margin: 0 auto; */
    /* width: 980px; */
}

/* for polopoly
div.document {
    background-color: #FFFFFF;
    margin-top: 20px;
    /* margin-left: 38px; */
    /* margin-right: 38px; */
/*}
*/

div.documentwrapper {
    float: left;
    width: 100%;
}

/* for polopoly
div.bodywrapper {
    margin: 0 0 0 230px;
}
*/

/* for polopoly */
h2 {
    margin-top: 7px;
    margin-bottom: 7px;
}

h3 {
    margin-top: 7px;
    margin-bottom: 7px;
}

p {
    margin-top: 7px;
    margin-bottom: 7px;
}

div.body {
    background-color: #FFFFFF;
    color: #111111;
    /* padding: 0 20px 30px 20px; */
    padding: 0 0 30px 0; */
    font-size: 14px;
}

div.footer {
    color: #FFFFFF;
    background-color: #65656C;
    width: 100%;
    padding: 9px 0 9px 0;
    text-align: center;
    font-size: 75%;
}

div.footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

div.related {
    background-color: #1954A6;
    line-height: 30px;
    color: #FFFFFF;
}

div.related a {
    color: #FFFFFF;
}

/* for polopoly
div.sphinxsidebar {
    font-size: 13px;
    line-height: 1.4em;
}

div.sphinxsidebar h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 1.25em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div.sphinxsidebar h3 a {
    color: #444444;
}

div.sphinxsidebar h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 1.2em;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
}

div.sphinxsidebar p {
    color: #444444;
}

div.sphinxsidebar p.topless {
    margin: 5px 10px 10px 10px;
}

div.sphinxsidebar ul {
    margin: 10px;
    padding: 0;
    color: #444444;
}

div.sphinxsidebar a {
    color: #355f7c;
}

div.sphinxsidebar input {
    border: 1px solid #355f7c;
    font-family: sans-serif;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}
*/

/* for collapsible sidebar */
/*div#sidebarbutton {
    background-color: #F7F7F7;
}
*/

/* -- hyperlink styles ------------------------------------------------------ */

/* for polopoly
a {
    color: #355f7c;
    text-decoration: none;
}

a:visited {
    color: #355f7c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
*/



/* -- body styles ----------------------------------------------------------- */

/* for polopoly
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    font-weight: normal;
    color: #444444;
    border-bottom: 1px solid #ccc;
    margin: 20px -20px 10px -20px;
    padding: 3px 0 3px 10px;
}

/* for polopoly
div.body h1 { 
    margin-top: 0; font-size: 200%; 
    background-color: #d2d2d2;
}
div.body h2 { font-size: 170%;
    background-color: #dcdcdc;
}
div.body h3 { font-size: 140%;
    background-color: #e9e9e9;
}
div.body h4 { font-size: 100%; }
div.body h5 { font-size: 100%; }
div.body h6 { font-size: 100%; }

a.headerlink {
    color: #205C90;
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
}

a.headerlink:hover {
    background-color: #205C90;
    color: white;
}
*/

div.body p, div.body dd, div.body li {
    text-align: left;
    line-height: 1.4em;

}

div.admonition p.admonition-title + p {
    display: inline;
}

div.admonition p {
    margin-bottom: 5px;
}

div.admonition pre {
    margin-bottom: 5px;
}

div.admonition ul, div.admonition ol {
    margin-bottom: 5px;
}

div.note {
    background-color: #eee;
    border: 1px solid #ccc;
}

div.seealso {
    background-color: #ffc;
    border: 1px solid #ff6;
}

div.topic {
    background-color: #eee;
}

div.warning {
    background-color: #ffe4e4;
    border: 1px solid #f66;
}

p.admonition-title {
    display: inline;
}

p.admonition-title:after {
    content: ":";
}

pre {
    padding: 5px;
    background-color: #e5f2ff;
    color: #000000;
    line-height: 120%;
    border: 1px solid #ac9;
    border-left: none;
    border-right: none;
}

tt {
    background-color: #ecf0f3;
    padding: 0 1px 0 1px;
    font-size: 0.95em;
}

th {
    color: #111111;
    background-color: #ddf;
}

.warning tt {
    background: #efc2c2;
}

.note tt {
    background: #d6d6d6;
}

.viewcode-back {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
}

#portal-globalnav {
  background-image: url("nav_bg.png") !important;
  float: left;
  font-family: Arial,Helvetica,Verdana,"Lucida Grande",Lucida,sans-serif;
  font-size: 80%;
  height: auto;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  clear: both;
  font: 80% Arial,FreeSans,sans-serif;
  color: #000;
}

#portal-globalnav li {
  border-right: 1px solid #004D94;
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#portal-globalnav li a {
  border-right: 1px solid #2382B2;
  color: #FFFFFF;
  float: left;
  height: auto;
  line-height: 2.64em;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
  text-transform: none;
  min-width: 6em;
}

#portal-globalnav li.selected a {
  background: url("nav_bg_reverse.png") repeat-x scroll left top #2382B2;
  font-weight: bold;
}

#portal-globalnav li a:hover {
  background: url("nav_bg_reverse.png") repeat-x scroll left top transparent;
}

#portalcolophon li {
    color: #000;
    display: inline;
    font-family: Arial,FreeSans,sans-serif;
    font-size: 11.2px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 14.3667px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 8.4px;
    padding-right: 8.4px;
    padding-top: 0px;
    text-align: center;
}

#portalcolophon li a {
    color: #444;
    font-family: Arial,FreeSans,sans-serif;
    font-size: 11.2px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 14.3667px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: #444;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-text-decoration-color: #444;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
}

#portalsiteactions li
{
    color: #000;
    display: inline;
    font-family: Arial,FreeSans,sans-serif;
    font-size: 13.6px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16.45px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6.8px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
}

#portalsiteactions li a
{
    color: #205C90;
    font-family: Arial,FreeSans,sans-serif;
    font-size: 13.6px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16.45px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: #205C90;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-text-decoration-color: #205C90;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
}

.pdcmenu {
    clear: both;
    padding: 0;
    position: relative;
    background: #FFFFFF;
    margin-top: 12px;
    /* margin-left: 38px; */
    /* margin-right: 38px; */
}
