/***********************************************************************-*-c-*-
 First, docutils' html4css stylesheet, inlined here for easy reference
 For easier upgrades, you may want to add your changes as overrides at the end
 *****************************************************************************/

/*
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
:Date: $Date: 2006-02-02 19:09:16 -0600 (Thu, 02 Feb 2006) $
:Revision: $Revision: 4332 $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.

See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/

/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
  border: 0 }

table.borderless td, table.borderless th {
  /* Override padding for "table.docutils td" with "! important".
     The right padding separates the table cells. */
  padding: 0 0.5em 0 0 ! important }

.first {
  /* Override more specific margin styles with "! important". */
  margin-top: 0 ! important }

.last, .with-subtitle {
  margin-bottom: 0 ! important }

.hidden {
  display: none }

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

blockquote.epigraph {
  margin: 2em 5em ; }

dl.docutils dd {
  margin-bottom: 0.5em }

/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
  font-weight: bold }
*/

div.abstract {
  margin: 2em 5em }

div.abstract p.topic-title {
  font-weight: bold ;
  text-align: center }

div.admonition, 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.admonition p.admonition-title, 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.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 }

/* Uncomment (and remove this text!) to get reduced vertical space in
   compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
  margin-bottom: 0.5em }

div.compound .compound-last, div.compound .compound-middle {
  margin-top: 0.5em }
*/

div.dedication {
  margin: 2em 5em ;
  text-align: center ;
  font-style: italic }

div.dedication p.topic-title {
  font-weight: bold ;
  font-style: normal }

div.figure {
  margin-left: 2em ;
  margin-right: 2em }

div.footer, div.header {
  clear: both;
  font-size: smaller }

div.line-block {
  display: block ;
  margin-top: 1em ;
  margin-bottom: 1em }

div.line-block div.line-block {
  margin-top: 0 ;
  margin-bottom: 0 ;
  margin-left: 1.5em }

div.sidebar {
  margin-left: 1em ;
  border: medium outset ;
  padding: 1em ;
  background-color: #ffffee ;
  width: 40% ;
  float: right ;
  clear: right }

div.sidebar p.rubric {
  font-family: sans-serif ;
  font-size: medium }

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.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
  margin-top: 0.4em }

h1.title {
  text-align: center }

h2.subtitle {
  text-align: center }

hr.docutils {
  width: 75% }

img.align-left {
  clear: left }

img.align-right {
  clear: right }

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.attribution {
  text-align: right ;
  margin-left: 50% }

p.caption {
  font-style: italic }

p.credits {
  font-style: italic ;
  font-size: smaller }

p.label {
  white-space: nowrap }

p.rubric {
  font-weight: bold ;
  font-size: larger ;
  color: maroon ;
  text-align: center }

p.sidebar-title {
  font-family: sans-serif ;
  font-weight: bold ;
  font-size: larger }

p.sidebar-subtitle {
  font-family: sans-serif ;
  font-weight: bold }

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

pre.address {
  margin-bottom: 0 ;
  margin-top: 0 ;
  font-family: serif ;
  font-size: 100% }

pre.literal-block, pre.doctest-block {
  margin-left: 2em ;
  margin-right: 2em }

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 {
  white-space: nowrap }

span.pre {
  white-space: pre }

span.problematic {
  color: red }

span.section-subtitle {
  /* font-size relative to parent (h1..h6 element) */
  font-size: 80% }

table.citation {
  border-left: solid 1px gray;
  margin-left: 1px }

table.docinfo {
  margin: 2em 4em }

table.docutils {
  margin-top: 0.5em ;
  margin-bottom: 0.5em }

table.footnote {
  border-left: solid 1px black;
  margin-left: 1px }

table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
  padding-left: 0.5em ;
  padding-right: 0.5em ;
  vertical-align: top }

table.docutils th.field-name, table.docinfo th.docinfo-name {
  font-weight: bold ;
  text-align: left ;
  white-space: nowrap ;
  padding-left: 0 }

h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
  font-size: 100% }

ul.auto-toc {
  list-style-type: none }




/*****************************************************************************

Customizations for the Zope.org community wiki

******************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	/*font-size: 0.9em;*/
	/*line-height: 1.3em;*/
	/*font-family: Trebuchet MS, sans-serif;*/
	background: #ffffff url(../img/wiki_bg.jpg) top left repeat-y;
}

/*    Header    */

.header {
	display: block;
	background: #ffffff url(../img/header_bg.jpg) top right no-repeat;
	width: 100%;
}

#logo {
	border: none;
}

#search {
	/*float: right; */
	/*margin: 12px 160px 0 0;*/
	margin-top:1px;
	font-size: 90%;
}

#searchinput {
	border: 1px solid #155677;
	font-size: inherit;
        width:120px;
}

input.searchButton {
	border: 1px solid #155677;
	margin-bottom: 1px ! important;
	font-size: 90%;
	background: White url(../img/search_icon.gif) 2px 1px no-repeat;
	cursor: pointer;
	padding: 1px 1px 1px 15px;
}


/*    Forms     */

textarea {
	border: 1px solid #155677;	
}
textarea:focus {
	border: 1px solid #157717;
}
input {
	border: 1px solid #155677;
}
input:focus {
	border: 1px solid #157717;
}

#commentfield {
	width: 100%;
}

/*    assorted unsorted bits    */

input.rating {
	border: none;
	width: 14px;
	height: 13px;
}

.main {
	display: block;
	position: relative;
}

#pagemanagementform {
	margin: 0 -2em 0 -2em;
	padding: 2em 1em 2em 1em;
	text-align: center;
	background: #DFE6EC;
	border-top: solid 1px #9DB8C9;
	border-bottom: solid 1px #9DB8C9;
}


.byline {
	color: #76797C;
	font-size: 80%;
}

.link-parent {
	display: block;
	background: transparent url(../img/arrowUp.png) 4px 5px no-repeat;
	padding: 1px 0px 5px 16px;
	font-size: 80%;
	text-decoration: none;
}

.breadcrumbs {
	font-size: 90%;
}


/*    Content    */


.content {
	margin: 0px;
	display: block;
	position: absolute;
	top: 0px;
	left: 150px;
	right: 0px;
	padding: 1em 2em 0em 2em;
	background: url(../img/mbg.jpg) top right no-repeat;
}

.content ul {
/*	margin: 1em;*/
	padding: 0em 1em 0em 1em;
}

code {
	color: #01092B;
	padding: 3px;
	background: #eeeeee;
	border: 1px solid #e1e1e1;
}

pre {
	color: #01092B;
	padding: 0.5em;
	background: #eeeeee;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

dl {
/*
	border-left: 1.5em solid #eeeeee;
	border-bottom: 1px dotted #e1e1e1;
*/
	padding-bottom: 0.5em;
}

dt {
/*
	font-family: Dolly,Georgia,"Times New Roman",serif;
	font-size: 1.4em;
	color: #121212;
	padding: 0.25em 0 2px 0.5em;
	border-top: 1px dotted #e1e1e1;
	background: white;
*/
	font-weight: bold;
}

dd {/*
	background: white;
    margin-top: 0.25em;
*/
}

/*    Suptopics and Comments    */

.commentform {
	padding-bottom: 2em;
}

/*    Navigation    */

.linkpanel {
	display: block;
	width: 150px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	list-style-type: none;
/*	font-size: 0.9em;*/
}
#nav { font-size: 0.9em; }
#nav li a, #nav li a:visited {
/*#nav li {*/ /* trying to show a feed icon beside changes link */
	display: block;
	border-bottom: solid 1px #9DB8C9;
	line-height: 1.4em;
	padding: 3px 2px 3px 4px;
	background: #DFE6EC url(../img/navbg.jpg) bottom left repeat-x;
	text-decoration: none;
	color: #005588;
	font-weight: bold;
}

#nav li ul li a, #nav li ul li a:visited {
	background: #CCECFF;
	font-weight: normal;
	border-bottom: solid 1px #B6D1E2;
}

#nav li a.onparent, #nav li strong.onparent {
	background: #DEF7FE url(../img/navbg-on.jpg) bottom left repeat-x;
}

#nav li a:hover, #nav li a.on,  #nav li a:visited.on {
	background: #ffffff;
	border-bottom: solid 1px #dadada;
}

/*    informational    */

.info {
	border: 1px dotted green;
	padding: 0.5em;
	padding-left: 40px;
	background: #eeffee url(./img/wiki-info.png) top left no-repeat;
}

/*    listing class    */

table.listing {
	margin: 0.5em 0 0.5em 0;
	width: 100%;
}

table.listing th {
	text-align: left;
	padding: 2px 1em 2px 1em;
	background: #333333;
	color: #e1e1e1;
}

table.listing tr.even {
	background: #f0f0f0;
}

table.listing td {
	vertical-align: top;
	padding: 0.5em 1em 0.5em 1em;
}

table.listing .summary {
	font-size: 90%;
	color: #333333;
	padding: 0 1em 0 4em;
}

/* subtopics styling (also page context and wiki contents)
 *
 * a screenshot would be better, but here's what these intend to do
 * (known to work in at least firefox 2):
 * - gray subtopics heading
 * - no list bullets
 * - only slight indentation
 * - black links
 * - no link underlining
 * - top-level subtopics are bold
 * - links get smaller with depth (down to your browser's minimum if any)
 *
 * currently, hierarchical page links as seen in subtopics, page context
 * above the title and wiki contents use the "outline" and "expandable" classes
 * and subtopics are additionally in a div with "subtopics" class
 */

div.subtopics {
  margin:1em;
}
.subtopics h4 {
  color: gray; 
}
.subtopics ul {
/*  margin-left:0;*/
/*  padding-left:0;*/
  font-weight:bold;
}
.subtopics ul ul {
  font-weight:bold; 
  font-size:0.9em;
}
.subtopics ul ul ul {
  font-weight:normal; 
}
.outline ul {
  margin:0 0 0 1em;
  padding:0 0 0 0;
}
.outline li {
  margin-top:0.2em;
/*  list-style:none;*/
}
.outline a {   
  text-decoration: none; 
  color: black;
}
.expandable {
}
h1.page_title {
  margin-top:0.5em;
  margin-bottom:1em;
}
h2.page_title {
  margin-top:1em;
}