﻿
body {
    background: #f2f2f2;
    padding: 0px;
    margin: 0px;
    min-width: 1000px;
    overflow: scroll;
}

header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    color: white;
}

header > .colorBandTop {
    height: 80px;
    background-color: blue;
    font-style: italic;
    background: #02539d;
    background: -webkit-linear-gradient(#1966ac, #02539d);
    background: -o-linear-gradient(#1966ac, #02539d);
    background: -moz-linear-gradient(#1966ac, #02539d);
    background: linear-gradient(#1966ac, #02539d);
}

header > .colorBandBottom {
    background: #eb9f26;
    height: 40px;
}

header > .clerkName {
    position: absolute;
    top: 5px;
    color: white;
    font-style: italic;
    font-size: 16pt;
    font-weight: bold;
    left: 33px;
}

header a {
    color: #ffffff;
}

header > .clerkLogo {
    height: 130px;
    position: absolute;
    top: 2px;
}

    header > .clerkLogo > img {
        height: 100%;
    }

header > .applicationName {
    position: absolute;
    top: 87px;
    font-size: 16pt;
    left: 270px;
}

header > .siteTopMenu {
    position: absolute;
    top: 90px;
    font-size: 12pt;
    right: 20px;
}

.mainContentDiv {
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding: 10px 10px 10px 10px;
}

.linkDiv {
    cursor: pointer;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: underline;
}

.formattedTable {
    border-collapse: collapse;
    border: solid 2px #1966ac;
}

.formattedTable thead td {
    text-align: center;
    background: #1966ac;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border: solid 1px #ffffff;
}

.formattedTable tbody td {
    text-align: center;
    border: solid 1px silver;
    height: 50px;
    width: 125px;
}

.mainContentColumn {
    width: auto !important;
}


.formattedTable tfoot td {
    background: #1966ac;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.serviceNotice {
    background-color: white;
    border: solid 3px red; 
    margin: 1em;
    padding: 1em;
}