/*  MoinMoin Default Styles

    Copyright (c) 2000 by JŸrgen Hermann
*/

/*
	Additions and changes (c) LettError

	Edited by Erik van Blokland,
	LettError, October 2003
	with thanks to Frederik De Bleser
	
	I assume it is alright to distribute this modified css
	file because MoinMoin is freely distributed as well.

	Please keep the original copyright notes in this file.

	/wiki/css/letterrorMoin.css
*/

body {
    background-color: #FFFFFF;
	color: #000;
    font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}

td.headline {
    font-family: Verdana;
    font-size: 20pt;
	line-height: 100%;
}

table {
	margin: 0px 100px 10px 0px;
    background-color: #E8E8E8;
    font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt;
	color: #000;
}

table.wiki {
    font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt;
	border-top: solid 3px #444;
	margin: 0px 10px 10px 0px;
}
td.wiki {
    background-color: #E8E8E8;
    vertical-align: top;
    text-align: left;
    padding: 5px;
    font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt;
}

h1 {
padding: 0;
margin: 0 30px 5px 0;
background: transparent;
color: #666;
font-family: Verdana;
font-size: 35px;
line-height:45px;
}

h1 a, h1 a:hover {
border:0;
}

h1 img {
margin:0;
}

h2 {
text-align: left;
margin: 20px 30px 7px 0px;
color: #666;
font-size: 12px;
font-weight: bold;
line-height:20px;
border-top: dotted 1px #999;
}

h3 {
padding: 0;
margin: 20px 30px 7px 0px;
background: transparent;
color: #666;
font-size: 12px;
line-height:20px;
border-top: dotted 1px #999;
}

h4 {
padding: 4px 0;
margin: 20px 30px 7px 0px;
background: transparent;
color: #333;
font-size: 12px;
border-top: dotted 1px #999;
}

h5 {
font-size: 11px;
}

p {
	margin: 10pt 10pt 10pt 10pt;
	font-size: 12px;
	line-height: 20px;
    margin-top: 10pt;
    margin-left: 10pt;
    margin-right: 10pt;
}

a {
text-decoration: none;
background: transparent;
color: #669;
border-bottom: dotted 1px #999;
}

a.nonexistent {
color: #F60;
border-bottom: dotted 1px #F00;
}

a:hover {
background: transparent;
color: #c30;
border-bottom: dotted 1px #c30;
}

a img {
border:0;
}

a.logo {
border-bottom: none;
}

dl,ul,ol {
    font-family: Verdana;
	font-size: 12px;
    margin-top: 1pt;
}

tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 100%
}

pre.code {
    background-color: #EEE;
    white-space:pre;
    color:#111111;
    padding: 0 10px 0 10px;
    width:100%;
	font-size: 10pt;
}
div.diffold {
    background-color: #FFFF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.message {
    margin-top: 6pt;
    background-color: #FC6;
    color:#903;
    padding:5px;
    width:100%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}

table.navibar {
    background-color: #ddd;
    border: 1px dotted gray;
    font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
}
td.navibar {
    background-color: #E8E8E8;
    vertical-align: top;
    text-align: right;
    padding: 0px;
    font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}
a.navibar {
    text-decoration: none;
}
font.navibar {
    font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
}


