/*  MoinMoin Default Styles

    Copyright (c) 2001, 2002, 2003 by Jürgen Hermann

    $Id: moinmoin.css,v 1.25 2003/03/31 22:26:29 jhermann Exp $
*/

/* user interface styles */
@import url("ui.css");

@import url("xmlverbatim.css");

/* content styles */
body {
    background-color: #FFFFFF;
    color: #000000;
}
h1,h2,h3,h4,h5 {
    font-family: sans-serif;
    background-color: #99CCEE;
    margin-top:2pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
}
h1 {
    font-size: 150%;
    padding-left: 0.4%;
    width: 99.6%;
}
h2 {
    font-size: 130%;
    padding-left: 0.8%;
    width: 99.2%;
}
h3 {
    font-size: 115%;
    padding-left: 1.2%;
    width: 98.8%;
}
h4 {
    font-size: 105%;
    padding-left: 1.6%;
    width: 98.4%;
}
h5 {
    font-size: 95%;
    padding-left: 2%;
    width: 98.0%;
}
a:link {
    color: #063399;
}
a:visited {
    color: #3377BB;
}
a.nonexistent {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
}
a.nonexistent:visited {
    background-color: #F8F8F8;
    color: #FF2222;
}
a.external {
    color: #0066AA;
}
dl,ul,ol,li {
    margin-top: 1pt;
}
li.gap {
    margin-top: 8pt;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monospace;
    font-size: small;
}

.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #EEFFFF;
    white-space: pre;
    border-style: solid;
    border-width: 1pt;
    border-color: #999999;
    color:#111111;
    padding-left: 0.4%;
    padding-top: 2pt;
    padding-bottom: 2pt;
    /* width: 99.6%; */
}

table.navigation {
    font-family: sans-serif;
    background-color: #E8E8E8;
    border: 1px #C8C8C8 solid;
    border-spacing: 3px;
    padding: 4pt;
    text-align: center;
    margin-top: 2pt;
    margin-bottom: 8pt;
    border-style: none;
    border-width: thin;
    width: 100%;
}
