/* $Id */
div#navitems {
      padding: 10px 0px 4px 10px;
      width: 100%;
      font-size: 10px;
      position: relative;
      font-family: Arial,Helvetica,sans-serif;
      top: 0;
      min-width: 0;
      left: 0px;
      margin-top: 0px;
      background-color: #f0f0f0;
      /* border-bottom-width: thick;
      border-bottom-style: solid;
      border-bottom-color: #2b7060; */
    }
div.navitem {
      display: inline;
      text-transform: capitalize;
      font-size: 8pt;
      position: relative;
      padding-left: 8px;
      padding-right: 8px;
      border-right-style: solid;
      border-right-width: 1px;
    }
div#maintain {
     font-size: 8pt;
     width: 148px;
     position: absolute;
     visibility: hidden;
     left: 3px;
     bottom: 3px;
}
div.navitem a {
      color: #1b7159;
      font-weight: bolder;
      text-decoration: none;
    }
div.navitem a:hover {
      /*color: #0b5040;*/
      color: #2b7060;
      /* font-weight: bold; */
      text-decoration: underline;
    }
div.navitem a:visited {
      color: #0b5040;
   }
/* overrides for sphinx styles */
body, h1, h2, h3, h4, h5, h6, p, center, td, th, ul, dl, div {
	font-family: arial,helvetica,sans-serif;
}
body {
	background: url(gx/code1.png) no-repeat left top;
	background-color: #ffffff;
}
div.document {
	background-color: #ffffff;
}
div.bodywrapper {
	margin: 0 0 0 170px;
	min-width: 200px;
	max-width: 610px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	border-right-style: dotted;
	border-right-width: thin;
}
div.sphinxsidebar {
	width: 156px;
	background-color: #e0e0e0;
	padding-left: 10px;
}
div.sphinxsidebar ul {
	list-style-type: circle;
	list-style-image: none;
	list-style-position: outside;
	font-size: 8pt;
	font-weight: lighter;
	color: #000000;
}
div.sphinxsidebar p {
	color: #000000;
}
div.sphinxsidebar h4 {
	color: #000000;
	font-weight: bolder;
	font-size: 9pt;
}
div.sphinxsidebar h3 {
	color: #000000;
	font-size: 9pt;
}
div.sphinxsidebar h3 a {
	color: #000000;
}
div.sphinxsidebar a {
      color: #1b7159;
      font-weight: bolder;
}
div.related {
	position: relative;
	height: 103px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background: url(gx/code1.png) no-repeat left top;
	color: #000000;
	min-width: 200px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
}
div.related ul {
	padding-top: 3px;
	margin-left: 170px;
	min-width: 200px;
}
div.related a {
	color: #3b9179;
	font-size: 11px;
	text-transform: capitalize;
}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
	background-color: #dfddde;
}
div.body {
	background-color: #f0f0f0;
}
pre {
	font-family: Fixedsys, "Lucida Console", monospace;
	font-size: 9pt;
	overflow: visible; /* scrollbar: auto */
}

