body {
    background: #fff url(/inc/bg.png) repeat-x;
    border-top: 5px solid #669999;
    color: #555;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    line-height: 1.5;
    margin: 0px;
    padding-left: 32px;
    padding-right: 50px;
    padding-top: 20px;
    font-size: 10pt;
}

.header {
    font-family: Cambria, Georgia, serif;
    font-size: 1.5em;
}

.header a {
    color: #669999;
    border-bottom: none !important;
}

.header a:hover {
    color: #996669;
}

h2 {
    color: #B4C24B;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    color: #B4C24B;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

.cip {
    font-size: 0.8em;
    color: #6F6F6F;
}

.small {
    font-size: 0.8em;
}

.texttable td, .texttable th {
    font-family: Cambria, Georgia, serif;
    font-size: 1em;
}

.texttable th {
    text-align: left;
}

.hilightdiv {
    border-left: 2px red dotted;
    padding-left: 5px;
}

.code {
    font-family: "bitstream vera sans mono", "Andale Mono", monospace;
    color: #558855;
}

pre {
    font-size: 0.9em;
    font-family: "bitstream vera sans mono", "Andale Mono", monospace;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    -moz-border-radius: 5px;
    padding: 5px;
}

li {
    margin-bottom: 10px;
    list-style: circle;
}

a {
    text-decoration: none;
    color: #1084d0;
    border-bottom: 1px dotted #888888;
}

a:hover {
    color: #996669;
    text-decoration: none;
}

a:focus {
    outline:none;
}

.sidebar {
    float: right;
    padding-top: 20px;
}

.sidebar .item {
    font-size: 0.9em;
    line-height: 12pt;
    text-align: right;
}

.sidebar .item a {
    color: #555555;
    border: none;
}

.sidebar .item a:hover {
    color: #1084d0;
    border-bottom: 1px dotted #888888;
}

