#layout-banner-header-gradient {
    background-image: url('borders/header-gradient.png');
    background-repeat: no-repeat;
    width: 800px;
    height: 20px;
}

#layout-banner-header-white {
    background-image: url('borders/header-white.png');
    background-repeat: no-repeat;
    width: 800px;
    height: 20px;
}

#layout-banner {
    background-image: url('borders/gradient.png');
    text-align: right;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-right: 3em;
}

#layout-title {
    font-family: monospace;
    font-size: 3em;
    font-weight: bold;
}

#layout-description {
    font-size: 1.5em;
}

#layout-banner-footer {
    background-image: url('borders/gradient-white.png');
    background-repeat: no-repeat;
    width: 800px;
    height: 40px;
}

#layout-menu {
    float: left;
    width: 9em;
    font-size: 1.2em;
    font-family: sans-serif;
    font-weight: bold;
    margin: 1.5em;
    background-color:#eeeeee;
    border:1px dashed #999999;
}

.layout-content {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1px;
}

#layout-content-footer {
    background-image: url('borders/white-white.png');
    background-repeat: no-repeat;
    width: 800px;
    height: 40px;
}

#footer-image {
    background-image: url('borders/footer-white.png');
    background-repeat: no-repeat;
    width: 800px;
    height: 20px;
}


#layout-menu a {
    line-height: 2em;
}

html {
    background: #7E7E7E;
    color: black;
    text-align: left;
}

img {
    border: none;
    margin: 0.8em;
}

body {
    background: url('borders/white.png') repeat-y;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    width: 800px;
}

h4 {
    font-size: 1em;
    color: #9C22BD;
}

h3 {
    font-size: 1.5em;
    color: #6F008D;
}

h2 {
    font-size: 2em;
    color: #500665;
}

h1 {
    font-size: 2.5em;
    color: #3A0C47;
}

.nobr {
    white-space: nowrap;
}

div.hlist {
    margin-top: 1em;
    margin-bottom: 1em;
}

td.hlist1 {
    vertical-align: top;
    padding-right: 1em;
}

td.hlist2 {
    vertical-align: top;
}

div.listingblock {
    border: 1px solid silver;
    background: #f4f4f4;
    padding: 0.5em;
}

div.admonitionblock {
    margin-right: 4em;
    font-weight: bold;
}

div.admonitionblock td.content {
    padding-left: 0.5em;
    border-left: 2px solid silver;
}
