﻿body {
}

div.form {
    padding-left: 0;
    display: inline-block;
    float: left;
}

    div.form p {
        display: block;
        margin-bottom: 0.5em;
    }

        div.form p label {
            display: inline-block;
            width: 7em;
            vertical-align: middle;
            padding: 0.25em;
        }

        div.form p span {
            padding-left: 0.5em;
            display: inline-block;
            zoom: 1;
            display: inline;
        }

.radioButtonList input {
    float: left;
}

.radioButtonList label {
    width: 2em !important;
}

.radioButtonListLongLabel label {
    width: 7em !important;
}

.radioButtonListLabel11em label {
    width: 11em !important;
}

/*****************
 * Checkbox List *
 *****************/

div.checkBoxList {
    display: inline-block;
    padding-left: 0;
    margin-right: 0.5em;
    zoom: 1;
    *display: inline;
}

    div.checkBoxList p {
        display: block;
        margin-bottom: 0;
    }

        div.checkBoxList p input[type="checkbox"] {
            display: inline-block;
        }

        div.checkBoxList p label {
            display: block;
            width: 16em !important;
        }

.label-45em {
    width: 45em !important;
}

.label-4em {
    width: 4em !important;
}

.label-1em {
    width: 1em !important;
}

.label-8em {
    width: 8em !important;
}

.label-14em {
    width: 14em !important;
}

.label-12em {
    width: 12em !important;
}

.textBox-12em {
    width: 12em !important;
}

.textBox-20em {
    width: 20em !important;
}

.readonlyTextBoxNoWidth {
    border-style: solid;
    disabled: true;
}

div.form p label.label-50em {
    width: 50em !important;
}

h1 {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0.6em 0;
}

h2 {
    /* font-family: "Arial Narrow", Arial, Helvetica, sans-serif; */
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0.6em 0;
}

    h2 img {
        vertical-align: middle;
        padding-right: 6px;
    }

h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0;
    border: 1px solid #d6d7db;
    padding: 2px;
    background-color: #e7eaef;
    text-transform: uppercase;
}

h4 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 .4em 0;
}

fieldset.fieldset-black {
    border: 1px solid black;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

div.form p fieldset.fieldset-gray, .fieldset-gray {
    border: 1px solid #C0C0C0;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

fieldset.fieldset-black legend {
    font-weight: bold;
}

fieldset.fieldset-gray legend {
    font-weight: bold;
}

div.form p fieldset.fieldset-gray legend {
    font-weight: bold;
}


.linkButton {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    font-size: 100%;
    color: #1F70A7;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    background: transparent;
}

    .linkButton:hover {
        text-decoration: underline;
    }

.fixedSummaryTable {
    border: 1px solid grey;
    max-width: 900px;
    table-layout: fixed;
    /* table-layout:auto;*/
}

    .fixedSummaryTable > tbody > tr > th, .fixedSummaryTable > tbody > tr > td,
    .fixedSummaryTable > thead > tr > th, .fixedSummaryTable > thead > tr > td {
        text-align: left;
        vertical-align: top;
        border: 1px solid black;
        padding-right: 0.5em;
        padding-left: 0.5em;
        word-wrap: break-word;
        text-overflow: ellipse;
    }

.failureNotification {
    color: #9c1a1f;
    font-weight: bold;
    font-size: medium;
}

/* Hides CheckBox Labels in ASP.NET */
.hiddenGridviewCheckBoxText {
    color: white;
    width: 8em;
    white-space: nowrap;
    display: block;
}


.redColorBoldFont {
    color:#9c1a1f;
    font-weight: bold;
    font-size: medium;
}

div.form p input[type="radio"] label.label-20em {
    width: 20em!important;
}

.Hide {
    display: none !important;
}

.Show {
    display: block !important;
}

.failureNotification {
    color: #a20000;
    font-weight: bold;
}

.smallFailureNotification {
    color: #a20000;
    /*display: inline-block;*/
    padding: 0.25em;
}

.successNotification {
    color: #006000;
    font-weight: bold;
}

.warningNotification {
    color: #873a18;
    font-weight: bold;
}

.smallWarningNotification {
    color: #873a18;
    /*display: inline-block;*/
    padding: 0.25em;
}

.infoNotification {
    color: #000083;
    font-weight: bold;
}

.smallInfoNotification {
    color: #000083;
    /*display: inline-block;*/
    padding: 0.25em;
}

.largeFont {
    font-size: large;
    font-style: normal;
    font-weight: bold;
}

.largeFontNotBold{
    font-size: large;
    font-style: normal;
}