
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: #ffbcee;
    font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
    font-size: 12px;
}

h1 {
    font-weight: normal;
}

h3, h4 {
    color: #637740;
    font-weight: normal;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 2.0em;
    display: inline;
}




p {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.9em;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #5A86B5;
}

span {
    color: red;
}

#wrapper, #error {
    font-size: 0.8em;
    margin: 10px auto;
}

/* One hit wonders */

table.options td {
    padding-bottom: 10px;
}

table.options2 td {
    text-align: center;
    line-height: 150%;
    padding: 5px;
}


input.c {
    padding: 5px;
}

#fullscreen {
    width: 100%;
    height: 100%;
}

#error {
    background-color: #F7F7F7;
    color: #5A86B5;
    font-weight: bold;
    text-align: center;
    border: 1px solid #C1C9DB;
    padding: 30px;
}

.sep {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
}

.paginate, .current, .inactive {
    background: #EEE;
    color: #333;
    padding: 5px;
    border: 1px solid #FFF;
}


.current {
    font-weight: bold;
}


.inactive {
    color: #999;
}
