html, body {
    margin: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    min-width: 980px;
    background-color: white;
}

p {
    padding-top: 0px;
    padding-right: 1em;
    padding-bottom: 0px;
    padding-left: 3em;
    margin-top: -5px;
}

h1 {
    font-size: 140%;
    font-weight: bold;
    color: #96BF0D;
    margin-top: 0px;
    text-transform: uppercase;
    padding-left: -1em;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    color: #328925;
    margin-top: 0px;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #009EDF;
    margin-top: 0px;
    text-transform: uppercase;
}

.hl {
    font-weight: bold;
    color: #328925;
}

a {
    font-weight: bold;
    color: #009EDF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.kader {
    border: 1px solid #D4DADE;
}

#frame {
    width: 100%;
    min-width: 980px;
}
    
#page {
    height: 100%;
    width: 80%;
    border-width: 0px;
    border: 1px solid #D6D6D6;
    display: block;
    float: center;
    text-align: left;
}

#top {
    height: 10px;
    background-color: #009EDF;
}

TD#left {
    background: white;
    background-repeat: no-repeat;
    width: 165px;
    font-weight: bold;
}

TD#left UL {
    list-style: none;
    padding-left: 5px;
}

#content {
    background-image: url(bg-r2.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 160px;
}

#bottom {
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    background-color: #328925;
    text-align: center;
    letter-spacing: 0.1em;
}
#bottom a {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}
#bottom a:hover {
    text-decoration: underline;
}

UL, OL {
    padding: 0 0 0 5em;
    margin-top: 0;
}

.bigbutton {
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 10px 40px;
    margin: 5px 20px;
}

TABLE.consts TD {
    width: 12em;
    border: 1px solid black;
}

.status_FAIL {
    color: red;
}

.status_PASS {
    color: green;
}

.status_borrowed {
    color: blue;
}
