/*
:Author: Jon Parise
:Contact: jon@php.net
:date: $Date: $
:version: $Revision: 1.24 $
:copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the PEAR HTML output of Docutils.
*/

.first {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

.navigation {
	width: 100%;
	background: #99ccff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navigation .navicon {
	width: 150px;
	height: 35px;
}

.navigation .textlinks {
  padding-left: 1em;
  text-align: left;
}

.navigation td, .navigation th {
	padding-left: 0em;
	padding-right: 0em;
	vertical-align: middle;
}

a {
	color: #006600;
}

a.toc-backref {
	text-decoration: none;
	color: #000000;
}

body, td, th {
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 90%;
}

dd {
	margin-bottom: 0.5em
}

th.docinfo-name {
	text-align: right;
}

div.section {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

div.section div.section {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 1.5em;
}

div.abstract {
	margin: 2em 5em;
}

div.abstract p.topic-title {
	font-weight: bold;
	text-align: center;
}

div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
	margin: 2em;
	border: medium outset;
	padding: 1em;
}

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
	color: red;
	font-weight: bold;
	font-family: sans-serif;
}

div.hint p.admonition-title, div.important p.admonition-title,
div.note p.admonition-title, div.tip p.admonition-title {
	font-weight: bold;
	font-family: sans-serif;
}

div.figure {
	margin-left: 2em;
}

div.footer, div.header {
  font-size: smaller;
}

div.footer {
	margin-left: 1em;
	margin-right: 1em;
}

div.system-messages {
	margin: 5em;
}

div.system-messages h1 {
	color: red;
}

div.system-message {
	border: medium outset;
	padding: 1em;
}

div.system-message p.system-message-title {
	color: red;
	font-weight: bold;
}

div.topic {
  margin: 2em;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
}

h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%;
	font-style: italic;
}

h4 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: italic;
	font-size: small;
}

h5 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
}

h6 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: italic;
	font-size: x-small;
}

h1.title {
	font-size: 140%;
	font-weight: bold;
	color: #006600;
}

h2.subtitle {
	font-size: 125%;
	font-weight: bold;
	color: #006600;
}

hr {
	border: 0;
	background-color: #000000;
	color: #000000;
	height: 1px;
}

.section hr {
	width: 75%;
}

ol.simple, ul.simple {
	margin-bottom: 1em;
}

ol.arabic {
	list-style: decimal;
}

ol.loweralpha {
	list-style: lower-alpha;
}

ol.upperalpha {
	list-style: upper-alpha;
}

ol.lowerroman {
	list-style: lower-roman;
}

ol.upperroman {
	list-style: upper-roman;
}

p.caption {
	font-style: italic;
}

p.credits {
	font-style: italic;
	font-size: smaller;
}

p.label {
	white-space: nowrap;
}

p.topic-title {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}

code, pre, tt {
	font-family: Courier, "Courier New", monospace;
	font-size: 90%;
}

pre.line-block {
	font-size: 100%
}

pre.literal-block, pre.doctest-block {
	border-color:		black;
	border-style:		dashed;
	border-width:		1px;
	background-color:	#eeeeee;
	padding:			5px;
}

span.classifier {
	font-family: sans-serif;
	font-style: oblique;
}

span.classifier-delimiter {
	font-family: sans-serif;
	font-weight: bold;
}

span.interpreted {
	font-family: sans-serif;
}

span.option-argument {
	font-style: italic;
}

span.pre {
	white-space: pre;
}

span.problematic {
	color: red;
}

table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

td, th {
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
}

td.num {
	text-align: right;
}

th.field-name {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
	font-size: 100%;
}

ul.auto-toc {
	list-style-type: none;
 }

