@media screen {

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol,
dl, fieldset, address, .footer { margin: 1em 2%; }
li, dd { margin-left:2%; }
fieldset { padding: .5em; }

.header h1 
{
margin-top:0;
}

.hide{display:none}
.show{display:inline}

table.history {
	border-style: none;
}
td.history {
	border-style: none;
}
table.user {
	border-style: solid;
	border-width: thin;
}
table.user tr td {
	border-style: solid;
	border-width: thin;
	padding: 5px;
	text-align: center;
}
img.logo {
	float: right;
	clear: right;
	border-style: none;
}
body {
	color: #000;
	min-width: 40em;
	max-width: 60em;
	position: relative;
	margin: 0 auto 2em;
##	padding-left: 10px;
	padding-right: 10px;
	background: #FFF;
	font-size: 13px;

##	border: 1px solid #996600;
}

body, h1, h2, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: geneva,verdana,sans-serif;
	color: black;
}


td.headline {
	font: 20pt Helvetica;
}

h1 { font-weight:bold; font-size:18px; margin-bottom: 7px; }
h2 { font-weight:bold; font-size:16px; margin-bottom: 7px; }
h3 { font-weight:bold; font-size:14px; margin-bottom: 7px; color: #525252;}
h4 { font-weight:bold; font-size:13px; margin-bottom: 7px; color: #525252;}
	
h3 a {color: silver; text-decoration: none}
h3 a:hover {color: silver; text-decoration: underline}

dt{
	padding-left: 4px;
	font-size:15px; margin-bottom: 7px; color: #525252;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

a:link,
a:visited {
	color: #993306;
	border-bottom: 1px dotted #588E03;
	text-decoration: none;
}

a:visited {
	color: #B73;
}

a:focus,
a:hover {
	color:#580801;
//	background:#ffd;
//	border-color:#580801;
//	border-bottom-style:solid;
}
a.nonexistent {
	font-weight: bold;
	color: #F22;
	background: #F8F8F8;
}
a.nonexistent:visited {
	color: #F22;
	background: #F8F8F8;
}
a.external {
	color: #A60;
}

dl, ul, ol {
	margin-top: 1pt;
}

pre { 
	padding: 8px 10px; background-color: #DED;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	display: block;
	white-space: pre;
}

pre 4 { text-align: left; margin-top: 20px; background-color: #FAFAFA; border-width: 2; border-style: double; border-color: #336699; padding: 10px; white-space: pre; font-family: monospace; font-size: smaller; 
overflow: scroll; width: 96%; height: 100%; margin-left: auto; margin-right: auto }
div.example_parent { text-align: center; margin-bottom: 2px }

pre3 { 
	color: #666b71;
	font-size: 12px;
}

div.diffold {
	border-style: none;
	border-width: thin;
	width: 100%;
	background: #FFFF80;
}
div.diffnew {
	border-style: none;
	border-width: thin;
	width: 100%;
	background: #80FF80;
}
div.message {
	margin-top: 6pt;
	border-style: solid;
	border-width: 1pt;
	border-color: #999;
	color: #400;
	padding: 5px;
	width: 100%;
	background: #E8FFE8;
}
strong.highlight {
	background: #FBB;
}
textarea, input {
	border: thin solid black;
}
textarea {
	margin-left: 5px;
	width: 98%;
	height: 90%;
	font: 12pt Courier New, Courier, monotype;
}
span.bar a {
	margin: 0;
	padding: 0 1ex;
	border-left: 1px solid black;
}
span.bar a:first-child, span.bar br + a {
	padding-left: 0;
	border-left: none;
}
a.outside:before {
	content: "[";
}
a.outside:after {
	content: "]";
}

div.sidebar{
	float: right;
	margin-top: 0;
	margin-left: 0;
	width: 9em;
	position: relative;
	font-size: 14px;
	border: 1px dashed silver;
	background: #f5f5f5;
	color: gray;
}
div.sidebar h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font: bold 14px Arial;
}
div.sidebar h3 a.outside:before {
	content: "";
}
div.sidebar h3 a.outside:after {
	content: "";
}
div.sidebar h3 a {
	color: white;
}
div.sidebar ul {
	margin-top: 0.5em;
	margin-left: 0.5em;
	padding-left: 0;
}
div.sidebar li {
	text-decoration: none;
	display: block;
	font-size: 90%;
	padding-bottom: 2px;
}

div[class="wrapper close"] {
	clear: both;
}
div.month a {
	text-decoration: none;
	color: inherit;
}
div.month a.exact {
	background: #eef;
}
div.month a.today {
	background: #fcc;
}
div.letter br {
	display: none;
}
div.letter h2 {
	clear: both;
	padding-top: 1px;
	border-bottom: solid 1px;
}
div.letter > a {
	display: block;
	width: 32%;
	float: left;
	 margin-left : 1em;
}

a.footnote {
	font-size: 50%;
	vertical-align: 50%;
	text-decoration: none;
}

/* NOTES & ADMONITIONS */

.note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a; }
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important;}
.admonition .last { margin-bottom:0 !important; }
.admonition-philosophy { padding-left:65px; background:url(/~megera/oddmuse/icons/docicons-philosophy.gif) .8em .8em no-repeat;}
.admonition-note { padding-left:65px; background:url(/~megera/oddmuse/icons/docicons-note.gif) .8em .8em no-repeat;}
.admonition-behind-the-scenes {padding-left:65px; background:url(/~megera/oddmuse/icons/docicons-behindscenes.gif) .8em .8em no-repeat;}
}
@media print {
table.history {
	border-style: none;
}
td.history {
	border-style: none;
}
table.user {
	border-style: solid;
	border-width: thin;
}
table.user tr td {
	border-style: solid;
	border-width: thin;
	padding: 5px;
	text-align: center;
}
img.logo {
	float: right;
	clear: right;
	border-style: none;
}
body {
	color: #000;
	min-width: 40em;
	max-width: 60em;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	background: #FFF;
	font-size: 12pt;
}
td.headline {
	font: 18pt Helvetica;
}

h1 { font-weight:bold; font-size:18px; margin-bottom: 7px; }
h2 { font-weight:bold; font-size:16px; margin-bottom: 7px; }
h3 { font-weight:bold; font-size:14px; margin-bottom: 7px; color: #525252;}
h4 { font-weight:bold; font-size:13px; margin-bottom: 7px; color: #525252;}
	
h3 a {color: silver; text-decoration: none}
h3 a:hover {color: silver; text-decoration: underline}

dt{
	padding-left: 4px;
	font-size:15px; margin-bottom: 7px; color: #525252;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}


a:link,
a:visited {
        color: #993306;
        border-bottom: 1px dotted #588E03;
        text-decoration: none;
}

#a:link:after,  a:visited:after {
#   content: " (" attr(href) ") ";
#   font-size: 90%;
#}

a.nonexistent {
	font-weight: bold;
	color: #F22;
	background: #F8F8F8;
}
a.nonexistent:visited {
	color: #F22;
	background: #F8F8F8;
}
a.external {
	color: #A60;
	text-decoration: underline;
}
dl, ul, ol {
	margin-top: 1pt;
}
pre {
	color: #333;
	border: 1px solid #333;
	padding: 2px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: auto;
	background: #eaeaea;
	font: 11px/15px monospace, sans-serif;
}
div.diffold {
	border-style: none;
	border-width: thin;
	width: 100%;
	background: #FFFF80;
}
div.diffnew {
	border-style: none;
	border-width: thin;
	width: 100%;
	background: #80FF80;
}
div.message {
	margin-top: 6pt;
	border-style: solid;
	border-width: 1pt;
	border-color: #999;
	color: #400;
	padding: 5px;
	width: 100%;
	background: #E8FFE8;
}
strong.highlight {
	background: #FBB;
}
textarea, input {
	border: thin solid black;
}
textarea {
	margin-left: 5px;
	width: 98%;
	height: 90%;
	font: 12pt Courier New, Courier, monotype;
}

span.bar a {
	margin: 0;
	padding: 0 1ex;
	border-left: 1px solid black;
}
span.bar a:first-child, span.bar br + a {
	padding-left: 0;
	border-left: none;
}
a.outside:before {
	content: "[";
}
a.outside:after {
	content: "]";
}
div.sidebar {
	display: none !important;
	float: right;
	margin-top: 0;
	margin-left: 0;
	width: 10em;
	position: relative;
	font-size: 14px;
	border: thin solid black;
	background: #eee;
	color: #c60;
}
div.sidebar h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font: bold 14px Arial;
}
div.sidebar h3 a.outside:before {
	content: "";
}
div.sidebar h3 a.outside:after {
	content: "";
}
div.sidebar h3 a {
	color: white;
}
div.sidebar ul {
	margin-top: 0.5em;
	margin-left: 0.5em;
	padding-left: 0;
}
div.sidebar li {
	text-decoration: none;
	display: block;
	font-size: 90%;
	padding-bottom: 2px;
}

div.footer {
	display:none;
}
div[class="wrapper close"] {
	clear: both;
}
div.month a {
	text-decoration: none;
	color: inherit;
}
div.month a.exact {
	background: #eef;
}
div.month a.today {
	background: #fcc;
}
div.letter br {
	display: none;
}
div.letter h2 {
	clear: both;
	padding-top: 1px;
	border-bottom: solid 1px;
}
div.letter > a {
	display: block;
	width: 32%;
	float: left;
}
a.footnote {
	font-size: 50%;
	vertical-align: 50%;
	text-decoration: none;
}

/* NOTES & ADMONITIONS */

.note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a; }
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important;}
.admonition .last { margin-bottom:0 !important; }
.admonition-philosophy { padding-left:65px; background:url(/~megera/oddmuse/icons/docicons-philosophy.gif) .8em .8em no-repeat;}
.admonition-note { padding-left:65px; background:url(/~megera/oddmuse/icons/docicons-note.gif) .8em .8em no-repeat;}
.admonition-behind-the-scenes {padding-left:65px; background:url(/~megera/oddmuse/icons/docicons-behindscenes.gif) .8em .8em no-repeat;}
}
