/*  MoinMoin Default Styles

    Copyright (c) 2000 by J?gen Hermann
*/
body {
    background-color: #FFFFF0;
    color: #000000;
    font-family: Verdana, Gulim, Helvetica, Arial, sans-serif;
    font-size: 10pt;
}
table {
    font-size: 10pt
}

td.headline {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 25pt;
}
h1,h2,h3,h4,h5 {
    font-family: Arial, Helvetica,sans-serif;
    padding: 1px;
    margin-top: 2pt;
    margin-bottom: 8pt;
    width:100%;
    color: #000000;
}
h1 {
    font-size: 18pt;
    padding-left: 3pt;
    background: #E0D0FF;
    border: solid 1px #8000C0;
}
h2 {
    font-size: 16pt;
    padding-left:6pt;
    background: #E0D0C0;
    border: solid 1px #804020;
}
h3 {
    font-size: 12pt;
    padding-left:9pt;
    background: #C0D0FF;
    border: solid 1px #2040FF;
}
h4 {
    font-size: 10pt;
    padding-left:12pt;
    background: #C0FFC8;
    border: solid 1px #008000;
}
h5 {
    font-size: 8pt;
    padding-left:15pt;
    background: #D0D0D0;
    border: solid 1px #606060;
}
a:link {
    color: #993306;
}
a:visited {
    color: #BB7733;
}

a.nonexistent {
    font-weight: bold;
    /* background-color: #F8F8F8; */
    color: #FF4000;
}
a.nonexistent:visited {
    /* background-color: #F8F8F8; */
    color: #FF4000;
}
a.external {
    color: #AA6600;
}
dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: "µ¸¿òÃ¼", dotumche, "Lucida Console","Courier New", Courier, monotype, monospace;
    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: #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: #F0F8FF;
        border-color: #F0F8FF;
}
table.closure, tr.closure, td.closure {
    background-color: #EEF2CB;
    text-align:left;
    padding: 5px;
    margin: 0px 10px;
}
span.closure {
    background-color: #FFFF99;
}
table.recentchanges {
    font-size: 9pt;
}

input#input-box {
    border: 1px solid #E8E8E8;
    margin: 1px;
    color: #602000;
    background-color: #FFFFFF;
}
