body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 10px;
    padding-bottom: 10px;

    font-family: sans-serif;
    font-size: 10pt;

    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-color: white;
    background-position: bottom right;
    
    height: 100%;
}

table {
    font-size: 10pt;
}

.menu a {
    margin-left: 5px;
    margin-right: 5px;
}

input, select {
    border-color: #aaaaaa;
    border-width: 1px;
}

.button {
    border-style: groove;
    border-width: 2px;
    min-width: 70px;
    text-align: center;
    padding: 3px;
}

.form th {
    text-align: right;
    font-weight: normal;
    font-style: italic;
}

.transparent {
    background-color: rgba(230, 230, 230, 0.5);
}

.bigpadding {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

table.table {
    background-color: rgba(230, 230, 230, 0.5);
    border-color: #999;
    border-spacing: 0px;
    border-style: solid;
    border-width: 1px;
}

table.table td, table.table th {
    padding: 5px;
    border-style: solid;
    border-spacing: 0px;
    border-color: #555;
    border-width: 1px;
}

.form th {
    vertical-align: top;
}

.highlight {
    background-color: yellow;
}

.section {
    background-color: #ddd;
}

