/* $Id: docs.css,v 2.0 2003/11/18 15:20:37 nijel Exp $ */
/* Stylesheet for phpMyAdmin documentation */
/* vim: expandtab ts=4 sw=4 sts=4 tw=78
*/

body {
background: hinter.gif;
    margin: 0px;
    padding: 2em 0px 2em 0px;
        SCROLLBAR-FACE-COLOR: #A5CEA5;
        SCROLLBAR-HIGHLIGHT-COLOR: #A5CEA5;
        SCROLLBAR-SHADOW-COLOR: #003366;
        SCROLLBAR-3DLIGHT-COLOR: #A5CEA5;
        SCROLLBAR-ARROW-COLOR: #003366;
        SCROLLBAR-TRACK-COLOR: #A5CEA5;
        SCROLLBAR-DARKSHADOW-COLOR: #A5CEA5;
        font-family : Georgia;
        font-size: x-small;
                cursor : url(braschka.cur);

}

a {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
a:hover {
    background-color: #99CCFF;
    background-color: #ffffff;
    font-weight: bolder;
    cursor : url(verlogof.cur);
}


div.header {
    width: 100%;
    background-color: #A5CEA5;
    color: #000000;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #000000;
    font-weight: bold;
    left: 0px;
    top: 0px;
    position: fixed;
    position: expression("absolute");
    width: expression(document.body.clientWidth)-10;
    top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
}

div.header hr {
    display: none;
}
div.header a {
    text-decoration: none;
    font-size: medium;
    color: #000099;
    background-color: #A5CEA5;
    font-weight: larger;
}
div.header a:hover {
    background-color: #A5CEA5;
    font-weight: bolder
}

h1 {
    text-align: center;
    background-color: #A5CEA5;
    font-size: x-large;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    clear: both;
}

h2 {
    background-color: #A5CEA5;
    font-size: large;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    clear: both;
}
h3 {
    background-color: #A5CEA5;
    font-size: medium;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    clear: both;
}

h4 {
        font-weight: bold;
        color: #000000;
        background : #A5CEA5;
}

p {

    margin: 20px 20px 20px 20px;
}

table {
    border: none;
}

table tr,table td,table th {
    border: none;
}

table.translators {
    text-align: center;
    display: table; margin-left: auto; margin-right: auto;
    border-collapse: collapse;
}

table.translators th {
    background-color: #d3dce3;
}

table.translators td, table.translators th {
    border: 1px solid #000000;
    padding: 5px;
}

ul {
    margin: 2px 5% 2px 5%;
}

pre {
    margin: 2px 5% 2px 5%;

}
pre.wrap {
    white-space: normal;
}

dl {
    margin: 1em 6% 1em 6%;
}
dt {
    font-weight: bold;
    margin-left: 2em;
    padding-top: 6px;
}
dd {
    margin-left: 4em;
}

ol {
    margin: 1em 6% 1em 6%;
}

.important {
    color: #bb0000;
}

p.footnote {
    margin: 2px 5% 2px 7%;
}

p.footnote:first-line {
    margin-left: -2%;
}
