﻿body, table {
    font-family: Arial;
    font-size: 12px;
}

table {
    border-width: 0;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-spacing: 0;
}

tr {
    background-color: whitesmoke;
}

    tr:first-child {
        background-color: dimgray;
        color: white;
    }

    tr.expanded {
        background-color: white;
    }

        tr.expanded td {
        }

th, td {
    vertical-align: top;
    border: 0;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px;
    margin: 0;
    text-align: center;
}

table table {
    border: 1px solid gray;
    display: inline-block;
    float: right;
    font-size: 90%;
}

    table table td {
        border: 0;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        background-color: white;
    }

        table table td:first-child {
            border-left: 0;
        }

    table table th {
        border: 0;
        background-color: darkgray;
    }

table.checklist {
    border: 0;
}

    table.checklist td {
        background-color: white;
        color: black;
        text-align: left;
        margin: 0;
        padding: 0;
        border: 0;
    }

input {
    vertical-align: middle;
}

    input[type=button], input[type=submit] {
        cursor: pointer;
    }

    input.redButton {
        color: red;
        background-color: pink;
    }

    input.expand {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        border: 1px solid black;
        padding: 0;
        line-height: 12px;
        float: left;
        margin-right: 2px;
        background-color: dimgray;
        color: white;
        font-weight: 900;
    }

    input[type=text].short {
        width: 70px;
    }

    input[type=text].long {
        width: 200px;
    }

    input[type=text].longest {
        width: 500px;
    }

textarea {
    width: 360px;
    height: 120px;
    resize: both;
    overflow: auto;
}

.error {
    color: red;
    background-color: pink;
    font-weight: bold;
}

.noborder {
    width: 180px;
    text-align: justify;
    font-weight: bold;
    border-style: hidden;
}

.otp {
    width: 60px;
    text-align: center;
    font-weight: bold;
}

.itemTitle {
    display: inline-block;
    width: 150px;
}

.menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}

    .menu a {
        font-weight: bold;
        border-radius: 5px;
        color: Maroon;
        border: 1px solid Maroon;
        padding: 5px;
        display: inline-block;
    }

        .menu a:hover {
            color: Red;
            border: 2px solid Red;
            padding: 4px;
        }

fieldset {
    display: inline-block;
    border-radius: 10px;
    min-width: 400px;
    max-width: 900px;
    padding: 10px;
    background-color: white;
    border: 2px solid maroon;
}

legend {
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    background-color: maroon;
    color: white;
    padding: 5px;
    border: 2px solid maroon;
    border-radius: 5px;
}

    legend a {
        color: yellow;
    }

        legend a:hover {
            color: white;
        }

ul {
    list-style-type: square;
    margin-top: 0;
}

li {
    margin-left: -25px;
    padding-left: -25px;
    text-align: left;
}

.radioButtonList, .radioButtonList * {
    text-align: justify !important;
    color: black;
    font-size: 100%;
}

table.radioButtons {
    border: none;
}

    table.radioButtons td {
        background-color: white !important;
        color: black !important;
        text-align: justify;
        border: none;
    }

    table.radioButtons input[type=checkbox], table.radioButtons input[type=radio] {
        vertical-align: bottom;
    }

table.calendar td {
    color: black;
    text-align: center;
}

table.calendar table {
    display: inline-block;
}

.active {
    color: forestgreen;
    background-color: #DDFFDD;
    font-weight: bold;
}
