/*

Python Desktop Server default stylesheet

Copyright (c) 2002, Georg Bauer <gb@murphy.bofh.ms>

Permission is hereby granted, free of charge, to any person obtaining a copy of 
this software and associated documentation files (the "Software"), to deal in 
the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 
the Software, and to permit persons to whom the Software is furnished to do so, 
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This package contains packages and modules that build the core of the Python
Desktop Server.

*/

/* basic styles */

body {
	margin: 0px;
}

.pagebody {
	border: 1em white solid; /* should be a margin, but whatever... */
}

body, div, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	font-size: 11px;
	font-weight: normal;
}
h1
{
	margin: 0px;
	padding: 0.25em 0.25em 0.1em 0.25em;
	background-color: #dddddd;
	text-align: center;
	border-bottom: solid 2px #888888;
	font-size: 1.5em;
	font-style: italic;
	text-shadow: white 0.15em 0.15em 0.1em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
h2, h3, h4, h5, h6
{
	margin-top: 0em;
	padding: 0.4em 0.1em 0em 0.35em;
	background-color: #eeeeee;
	text-align: left;
	border-left: solid 0.5em #888888;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Hoefler Text", Georgia, Baskerville, serif;
}
.pubdate {
	color: gray;
	text-align: right;
}
.pubdate a {
	color: gray;
	text-decoration: none;
}
.pubdate a:hover { color: #00c; }

p, td { 
	line-height: 1.6em; 
	margin-top: 0.6em; 
	margin-bottom: 0.6em;
}
.item {
	padding-top: 0.75em;
}
.item, .item p {
	/* line-height: 105%; */
	/* text-align: justify; */
}
.itemmeta {
	font-size: 10px;
	color: gray;
	white-space: nowrap;
}
.itemmeta a {
	text-decoration: none;
	color: gray;
}
.itemmeta a:hover { color: #00c; }
li {
	margin-top: 0; 
	margin-bottom: 0;
}
input, textarea {
	font-size: 1em;
}
a {
	color: blue;
}
a.target {
	color: #2f7a4e;
}
.undefinednode {
	color: red;
}
.first { 
	margin-top: 1em;
	text-indent: 0; 
}
.footnote-reference {
	vertical-align:0.3em; 
	font-size:0.6em 
}
/* box styles */
.calendarbox {
	background-color: #eeeeee;
	border: solid grey 1px;
	padding: 0.25em 0.75em 0.25em 0.25em;
}
.calendarbox table {
	margin-left: auto;
	margin-right: auto;
}
.calendarbox table td, .calendarbox table th {
	width: 2.5em;
	padding: 0em;
	margin: 0em;
}
.calendarbox table th {
	font-family: Georgia, Baskerville, serif;
	font-size: 0.9em;
}

.greybox {
	background-color: #eeeeee;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
	padding: 0.25em;
}
.whitebox {
	background-color: white;
	border-bottom: solid grey 1px;
	padding-bottom: 0.5em;
}
.greyboxsmall {
	background-color: lightgrey;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
pre, tt {
	font-size: 0.8em;
	font-family: Screen, Monaco, ProFontWindows, clean, fixed, "Andale Mono", "Monotype.com", Courier, "Courier New", monospace
}
pre {
	line-height: 1.0em;
	background: #ccc;
	padding: 0.5em;
	border: 2px groove #888;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	overflow: auto;
}
.whiteboxsmall {
	background-color: white;
	border-bottom: solid gray 1px;
	padding: 0.7em 0.2em 0.7em 0.2em;
	font-size: 0.9em;
	line-height: 1.4em;
}
.copybox {
	border-right: solid 0.5em #888888;
	border-bottom: solid 1px #888888;
	padding: 0.25em;
	margin: 0.5em;
	text-align: right;
	font-size: 0.9em;
}

table.feedback
{
	margin: 1em auto 1em auto;
	border-width: 0;
	
}

table.feedback tr td.image { text-align: right; }

table.feedback tr td.text
{
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
}

/* message/text styles */
.smallfont {
	font-size: 0.9em;
}
.errormsg {
	color: red;
	padding: 0.25em;
	text-align: left;
}
.infomsg {
	color: green;
	padding: 0.25em;
	text-align: left;
}

/* admonition rendering */
.admonition-title {
	text-align: center;
}
.attention {
	background-color: white;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
.caution {
	background-color: white;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
.danger {
	background-color: white;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
	color: red;
}
.error {
	background-color: white;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
	color: red;
}
.hint {
	background-color: lightcyan;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
.important {
	background-color: lightcyan;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
.note {
	background-color: lightgrey;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
.tip {
	background-color: lightgrey;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
.warning {
	background-color: white;
	border: solid;
	border-color: grey;
	border-width: 1px;
	padding: 0.25em;
	font-size: 0.8em;
}
/* styles for restructured text elements */
.footnote-reference {
	vertical-align: super;
	font-size: 0.8em;
}
td.field-name {
	font-weight: bold;
}
/* styles for other text elements */
.checkbox {
	white-space: nowrap;
}