/*  MoinMoin Default Styles

    Copyright (c) 2000 by J?gen Hermann
*/
body {
    background-color: lightyellow;
    color: #000000;
    font-family: Times New;
	line-height: 150%;
}

td.headline {
    font-family: Helvetica;
    font-size: x-large;
	line-height: 150%;
}

h1,h2,h3,h4,h5 {
    font-family: Helvetica;
    background-color: #EECC99;
    padding-left:3pt;
    margin-top:3pt;
    margin-bottom:9pt;
    border-style:none;
    border-width:thin;
    width:100%;
	padding-top: 2pt;
	padding-bottom: 2pt;
	line-height: 100%;
}
h1 {
    font-size: x-large;	
    background-color: #DCA452;
}
h2 {
    font-size: large;
    padding-left:6pt;
    background-color: #F6AF6D;
}
h3 {
	font-size: medium;
    padding-left:10pt;
    background-color: #F6BF6F;
}
h4 {
    font-size: small;
    padding-left:14pt;
    background-color: #EEDBD6;
}
h5 {
    font-size: smaller;
    padding-left:18pt;
    background-color: #EEEBF6;
}

a:link {
	font-weight: normal;
	text-decoration: underline;
    color: #AA6633;
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
    color: #AA6633;
}
a.nonexistent {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
}
a.nonexistent:visited {
    background-color: #F8F8F8;
    color: #FF2222;
}
a.external:link {
    color: #6644FF;
	font-weight: normal;
	text-decoration: underline;
}
a.external:visited {
    color: #6644FF;
	font-weight: normal;
	text-decoration: underline;
}

dl,ul,ol {
    margin-top: 1pt;
	line-height: 150%;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: smaller;
}
pre.code {
	line-height: 120%;
    margin-top: 8pt;
    margin-bottom: 8pt;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
    background-color: #EEEEEE;
    white-space:pre;
    width:100%;
}
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%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}

table.wiki {
    background-color: #E0F4FF;
	border-color:silver;
}
table.closure, tr.closure, td.closure {
    background-color: #EEF2CB;
    text-align:left;
    padding: 5px;
    margin: 0px 10px;
	line-height: 150%;
}
span.closure {
    background-color: #FFFF99;
}
table.recentchanges {
    font-size: x-small;
}

