﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: Small;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #444444;
    padding: 8px;
    background-color: #dddddd;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #444444;
    padding: 8px;
    background-color: #dddddd;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
}

article > h3 {
    color: red;
    font-size: 1.2em;
}

.button {
    width: 120px;
    background-color: #1d748d;
    border-color: #1d748d;
    color: white;
    font-weight: bold;
}


.invisiblecolumn {
    display: none;
}

.header_row {
    font-weight: bold;
    font-size: small;
    color: black;
    font-family: Verdana;
    height: 20px;
    background-color: #c3cfd5;
}

.white_row {
    font-weight: normal;
    font-size: small;
    color: black;
    font-family: Verdana;
    height: 20px;
}

.grey_row {
    font-weight: normal;
    font-size: small;
    color: black;
    font-family: Verdana;
    height: 20px;
    background-color: #f3f3f3;
}

.PageHeader {
    background-color: #c3cfd5;
    border-bottom: solid 1px #333333;
    height: 18px;
    padding-left: 5px;
    font-weight: bold;
}

.FormLabel {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 125px;
    margin-bottom: 15px;
    font-weight: bold;
}

.FormElement {
    margin-bottom: 15px;
}

.FloatLeft {
    float: left;
}

.GridCaption {
    font-size: small;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 746px;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: #eeeeee;
    padding: 5px;
}

.GrayHeading {
    background-color: #eeeeee;
    border-bottom: solid 1px gray;
    padding: 5px;
    font-weight: bold;
}

.GreenHeading {
    background-color: #d6e0e0;
    border-bottom: solid 1px gray;
    padding: 5px;
    font-weight: bold;
}

.GridBorder {
    border: solid 1px #999999;
}

.StatementButton {
    background-color: #448498;
    border: outset 1px #cccccc;
    padding: 5px;
    font-weight: bold;
    color: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#448498', endColorstr='#2c6f7f');
    background-image: -ms-linear-gradient(top, #448498, #2c6f7f);
    background: -moz-linear-gradient(top, #448498, #2c6f7f);
    background: -webkit-gradient(linear, left top, left bottom, from(#448498), to(#2c6f7f));
    background: -prefix-linear-gradient(top, #448498, #2c6f7f);
    background: linear-gradient(to bottom, #448498, #2c6f7f);
}

    .StatementButton:hover {
        background-color: #236979;
        border: outset 1px #cccccc;
        padding: 5px;
        font-weight: bold;
        cursor: pointer;
        color: #eeeeee;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#236979', endColorstr='#166373');
        background-image: -ms-linear-gradient(top, #236979, #166373);
        background: -moz-linear-gradient(top, #236979, #166373);
        background: -webkit-gradient(linear, left top, left bottom, from(#236979), to(#166373));
        background: -prefix-linear-gradient(top, #236979, #166373);
        background: linear-gradient(to bottom, #236979, #166373);
    }

.StatementHeader {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #444444;
    padding: 8px;
    background-color: #dddddd;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
}

.IAINumber {
    border: solid 1px gray;
    padding: 5px;
    background-color: #ffffaa;
    width: 18px;
    border-radius: 16px;
}
