/*  MoinMoin Default Styles
    Copyright (c) 2000 by J?gen Hermann*/


body {    background-color: #FFFFFF;    color: #000000;    font-family: Times New,±¼¸²;}
td.headline {    font-family: Helvetica,arial,±¼¸²;    font-size: 20pt;}

h1,h2,h3,h4,h5 {    font-family: Helvetica;    background-color: #EECC99;
                     padding-left:3pt;    margin-top:2pt;    margin-bottom:8pt;
                     border-style:none;    border-width:thin;    width:100%;}


h1 {    font-size: 18pt;    background-color: #7DABC8;}
h2 {    font-size: 16pt;    padding-left:6pt;    background-color: #7FC1D4;}
h3 {    font-size: 13pt;    padding-left:10pt;    background-color: #A0D9E0;}
h4 {    font-size: 11pt;    padding-left:14pt;    background-color: #CAEBE8;}
h5 {    font-size: 9pt;    padding-left:18pt;    background-color: #DEF5EF;}

a:link {    color: #324FBA;}
a:visited {    color: #6482EF;}
a:hover {    color: royalblue;}
a.nonexistent {    font-weight: bold;    background-color: #F8F8F8;    color: #118941;}
a.nonexistent:visited {    background-color: #F8F8F8;    color: #44B270;}
a.external { color: #0064AA;}

dl,ul,ol {    margin-top: 1pt;}
tt,pre {    font-family: Lucida Console,Courier New,Courier,monotype;    font-size: 10pt;}
pre.code {    margin-top: 8pt;    margin-bottom: 8pt;    background-color: #E0E0E0;
               white-space:pre;    border-style:none;    border-width:thin;    width:100%;}
div.diffold {   background-color: #CDDDEA;    border-style:none;    border-width:thin;
                  width:100%;}
div.diffnew {    background-color: #CDE8EA;    border-style:none;    border-width:thin;
                  width:100%;}
strong.highlight {    background-color: #9CC4E4;

                 /* as usual, NetScape fucks up with innocent CSS
                      border-color: #970B493;
                      border-style: solid;    border-width: 1pt;*/}

table.wiki {    background-color: #EDFBF8;	border-color:silver;}


span.closure { background-color: #FFFF99; }
table.closure, tr.closure, td.closure {
    background-color: #EEF2CB;
    text-align:justify;
    padding: 5px;
    margin: 0px 10px;
}
table.recentchanges {
    font-size: small;
}

span.insert_diff {
    /*white-space: pre;*/
    background-color: #9999FF; //blue;
    text-decoration: underline;
}

span.delete_diff {
    /*white-space: pre;*/
    background-color: red;
    text-decoration: line-through;
}

span.replace_diff {
    /*white-space: pre;*/
    background-color: silver;
}

span.preformat,div.preformat {
    white-space: pre;
    font-size: small;
    font-family: vt100;
    word-wrap: break-word;
}


