tr.sect-head td, tr.sect-head th
{
    padding-top: 1em;
    text-decoration: underline;
}
table.pretty-table
{
    border-collapse: collapse;
}
table.pretty-table th, table.pretty-table td
{
    border: 1px solid black;
    padding: 2px;
}
table.pretty-table th
{
    background: #99F;
}
ul.errorlist
{
    color: red;
}

div.messagebox
{
    padding: 0 10px 10px 10px;
    margin: 2em 0;
    border: 1px solid;
    width: 50%;
}
div.messagebox > h3
{
    margin: 0 -10px;
    padding: 2px 10px;
    margin-bottom: 1em;
}

div.infobox
{
    background-color: #afa;
    border-color: #0f0;
}

div.infobox h3 {
    background: #6f6;
}

div.warnbox
{
    background-color: #ffdf60;
    border-color: #ffbf00;
}

div.warnbox h3 {
    background: #faba00;
}

div.errorbox
{
    background-color: #faa;
    border-color: red;
}

div.errorbox h3 {
    background: #f88;
}

.request-status-approved
{
    background: #6F6;
}
.request-status-pending
{
    background: #FABA00;
}
.request-status-rejected
{
    background: #F88;
}

table.money-table td
{
    text-align: right;
}
table.money-table th
{
    white-space: pre-wrap;
    text-align: left;
    font-weight: normal;
}
table.money-table .positive { color: green; }
table.money-table .negative { color: red;   }

span.username
{
    font-family: "Courier", monospace;
}
