﻿body {
    background-color: #ddd;
    font-family: arial, sans-serif;
    font-size: 11px;
}

li {
    list-style-type: none;
}

div.clearer {
    clear: both;
}

table {
    padding: 0px;
    margin: 0px 50px 50px 0px;
}

th {
    border: solid 1px Gray;
}

table thead,
table tbody tr.header,
table thead tr.header td,
table tbody tr.header td,
table tbody tr.header th {
    color: White !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-shadow: none !important;
}

    table tbody tr td,
    table thead tr td,
    table tbody tr th {
        border: solid 1px Gray;
        padding: 2px;
        margin: 0px;
    }

table tbody tr td {
    background-color: White;
    width: 90px;
    text-align: right;
}

    table tbody tr td.subHeader {
        font-weight: bold;
        text-align: center;
    }

table.clickspans tbody tr td {
    width: 65px;
}

    table.clickspans tbody tr td input[type=text] {
        width: 63px;
    }

table tbody tr td.firstCol {
    text-align: left;
    width: 220px;
}

table tbody tr td.secondCol {
    text-align: left;
    width: 345px;
}

    table tbody tr td.secondCol input {
        text-align: left;
        width: 300px;
    }

table tbody tr td.empty {
    border: 0px;
    background-color: white !important;
}

input[type=text],
input[type=password] {
    width: 88px;
    border: solid 1px Gray;
    font-family: arial, sans-serif;
    font-size: 11px;
    text-align: right;
}

    input[type=text].text,
    input[type=password].text {
        text-align: left;
    }

input[type=submit] {
    border: solid 1px Gray;
    color: Black;
    background-color: Gray;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

input[type=checkbox] {
    margin: 0px 5px 0px 0px;
}

input.error {
    border: solid 1px Red !important;
}

select {
    width: 90px;
    border: solid 1px Gray;
    font-family: arial, sans-serif;
    font-size: 11px;
    text-align: left;
}

table tbody tr td select {
    text-align: right;
}
