@import url(reset.min.css);

html {
    background: #eeeeec;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    font-family: sans-serif;
}

div#container {
    background: #ffffff;
    margin: 50px auto;
    padding: 50px;
    width: 960px;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
    padding-bottom: 40px;
    width: 500px;
}

h3 {
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 10px;
    width: 500px;
}

table {
    width: 100%;
}

td, th {
    border: 1px #d3d7cf solid;
    padding: 5px 10px;
}

th.fullname {
    width: 35%;
}

td {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

a.topay {
    color: #fff;
}

a.topay:hover {
    color: #729fcf;
}

td.justpayed {
    background-color: #eeeeec;
}

ul#navlist {
    padding-left: 20px;
}

ul#navbox {
    color: #eeeeec;
    float: right;
}

ul#navbox li {
    display: inline;
    padding-left: 15px;
}

ul#navbox a {
    color: #3465a4;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

ul#navbox a:hover {
    color: #729fcf;
}

a {
    color: #3465a4;
    text-decoration: none;
}

a:hover {
    color: #729fcf;
}

ul.errors {
    background: #ef2929;
    list-style: none;
    margin: 0 0 20px;
    padding: 10px;
}

ul.errors li {
    padding: 4px;
}

input, select, textarea {
    border: 1px solid #babdb6;
    margin: 2px 10px;
    padding: 2px 4px;
}

tr.banned {
    color: #babdb6;
}

input[type="button"], input[type="submit"], button {
    height: 24px;
    width: 80px;
}

table.checktable th,
table.checktable td {
    font-size: 10pt;
    padding: 1px;
    width: 2%;
}

table.checktable th.fullname {
    width: 30%;
}

table.checktable caption {
    padding: 10px;
}

table.journal td, table.journal th {
    font-size: 10pt;
    padding: 1px;
}
