* {
    font-family: tahoma, sans-serif;
    font-size: 9pt;
}

.pageTitle {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    background-color: #334c79;
}

.sectionHeader {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid white;
    background-color: #334c79;
}

.subSectionHeader {
    margin-top: 10px;
    padding-bottom: 1px;
    padding-left: 4px;
    background-color: #59719d;
    color: white;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-weight: bold;
}

td.button {
    font-size: 9pt;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid silver;
    text-align: center;
    color: white;
    background-color: #59719d;
}

a.button, input.colorButton {
    color: white;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 9pt;
    background-color: #59719d;
    text-decoration: none;
}

div.logoutButton {
    padding: 1px;
    font-size: 8pt;
    vertical-align: middle;
    text-align: center;
    background-color: #59719d;
    text-decoration: none;
    margin-right: 2px;
    margin-top: 2px;
    color: white;
}

.resultHeader {
    font-size: 9pt;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.resultData {
    font-size: 9pt;
    text-align: left;
    font-weight: normal;
}

table.resultTable {
    background-color: #efefef;
    border: 1px solid black;
    width: 100%;
    color: black;
}

td.formField {
    color: white;
    background-color: #778cb4;
    font-weight: bold;
    text-align: right;
}

input.button {
    font-size: 8pt;
    border: 1px solid white;
}

td.missedLotsTableHeader {
    color: white;    
    background-color: #778cb4;
    font-weight: bold;
    border: 1px solid black;
}

td.missedLotsTableData {
    border: 1px solid silver;
    vertical-align: top;
}