* {
    padding: 0;
    margin: 0;
}

body {
    background-color: mediumslateblue;
}

.display__progress_message {
    position: fixed;
    left: 10%;
    right: 10%;
    top: 25%;
    bottom: 25%;
    text-align: center;
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: white;
}

.display__progress_overlay {
    position: fixed;
    background-color: mediumslateblue;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: 10000;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modal__popup {
    background-color: white;
    width: 30%;
    border: 3px solid black;
}

    .modal__popup .header {
        background-color: silver;
        height: 30px;
        line-height: 30px;
        padding: 3px;
    }

    .modal__popup .body {
        min-height: 50px;
        line-height: 20px;
        padding: 3px;
    }

    .modal__popup .footer {
        padding: 3px;
    }

    .modal__popup .yes, .modal__popup .no {
        height: 30px;
        color: white;
        line-height: 30px;
        font-family: Verdana;
        font-size: medium;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modal__popup .yes {
        background-color: green;
        width: 20%;
        height: 30px;
        border: 1px solid black;
    }

    .modal__popup .no {
        background-color: red;
        width: 20%;
        height: 30px;
        border: 1px solid black;
    }

.textflow {
    white-space: nowrap;
    overflow: hidden;
}

    .textflow:hover {
        font-weight: bold;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: visible;
    }

.blockflow {
    white-space: nowrap;
    overflow: hidden;
}

    .blockflow:hover {
        white-space: normal;
        text-overflow: ellipsis;
        overflow: visible;
    }

.cell__Clear {
    background-color: white;
}

.cell_Printed {
    background-color: yellow;
}

.div__spacer {
    margin: 0 auto;
    height: 5px;
    position: relative;
}

.div__inner {
    margin: 0 auto;
    position: relative;
    border: none;
    clear: both;
}

.div__space_outer {
    margin: 0 auto;
    width: 1000px;
    height: 10px;
    position: relative;
    clear: both;
}

.div__spacer_inner {
    margin: 0 auto;
    width: 980px;
    height: 5px;
    position: relative;
    background-color: white;
    clear: both;
}

.div__header_outer {
    margin: 0 auto;
    width: 980px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    clear: both;
}

.div__header_inner {
    margin: 0 auto;
    width: 980px;
    position: relative;
    background-color: white;
    border: none;
    clear: both;
}

    .div__header_inner .image_container {
        width: 180px;
        float: left;
        text-align: center;
    }

    .div__header_inner .image_constraint {
        max-width: 150px;
        max-height: 100px;
    }

    .div__header_inner .text_container {
        width: 800px;
        padding-top: 30px;
        float: right;
        text-align: center;
        color: black;
    }

.div__container_outer {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    clear: both;
}

.div__body_outer {
    margin: 0 auto;
    width: 980px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    clear: both;
}

.div__body_inner {
    margin: 0 auto;
    width: 980px;
    position: relative;
    background-color: white;
    border: none;
    clear: both;
}

.div__side_outer {
    margin: 0 auto;
    width: 480px;
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.div__side_inner_spacer {
    margin: 0 auto;
    width: 470px;
    height: 5px;
    position: relative;
    background-color: white;
    clear: both;
}

.div__side_outer_spacer {
    margin: 0 auto;
    width: 490px;
    height: 10px;
    position: relative;
    clear: both;
}

.div__side_spacer {
    margin: 0 auto;
    width: 20px;
    position: relative;
    background-color: mediumslateblue;
}

.div__side_inner {
    margin: 0 auto;
    width: 470px;
    position: relative;
    background-color: white;
    border: none;
}

.div__footer_outer {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    clear: both;
}

.div__footer_inner {
    margin: 0 auto;
    position: relative;
    background-color: white;
    border: 2px solid;
    border-color: white;
}

    .div__footer_inner .section {
        width: 486px;
        height: 20px;
        line-height: 20px;
        font-family: Verdana;
        font-size: small;
        font-weight: bold;
        color: black;
    }

    .div__footer_inner .left {
        padding-left: 4px;
        float: left;
        text-align: left;
    }

    .div__footer_inner .right {
        padding-right: 4px;
        float: right;
        text-align: right;
    }

.div__section {
    margin: 0 auto;
    position: relative;
}

    .div__section .accent {
        background-color: gray;
        color: white;
    }

    .div__section .standard {
        background-color: white;
        color: black;
    }

    .div__section .ruled {
        background-color: white;
        border-bottom: 2px solid;
        border-bottom-color: black;
        color: black;
    }

    .div__section .clear {
        clear: both;
    }

    .div__section .full_width_banner_text_left {
        width: 772px;
        height: 46px;
        line-height: 46px;
        padding-left: 4px;
        border: 2px solid;
        border-color: gray;
        text-align: left;
        float: left;
    }

    .div__section .full_width_standard_text_full {
        width: 976px;
        text-align: justify;
        float: left;
    }

    .div__section .full_width_standard_text_left {
        width: 976px;
        text-align: left;
        float: left;
    }

    .div__section .full_width_standard_text_spacer {
        width: 776px;
        height: 5px;
        text-align: left;
        float: left;
        clear: left;
    }

    .div__section .full_width_header_text_left {
        width: 976px;
        padding-left: 4px;
        height: 26px;
        padding-top: 4px;
        text-align: left;
        float: left;
    }

    .div__section .half_width_header_text_left {
        width: 376px;
        padding-left: 4px;
        height: 26px;
        padding-top: 4px;
        text-align: left;
        float: left;
    }

    .div__section .half_width_text_container {
        width: 470px;
    }

    .div__section .half_width_text_header {
        width: 466px;
        text-align: left;
        font-family: Verdana;
        font-size: medium;
        font-weight: bold;
        float: left;
    }

    .div__section .half_width_text {
        width: 316px;
        text-align: left;
        font-family: Verdana;
        font-size: medium;
        font-weight: bold;
        float: left;
    }

    .div__section .standard_width_label {
        width: 196px;
        padding-right: 4px;
        text-align: right;
        float: left;
    }

    .div__section .standard_width_field {
        width: 290px;
        text-align: left;
        float: left;
    }

    .div__section .full_width_field {
        width: 780px;
        text-align: left;
        float: left;
    }

    .div__section .half_width_image_container {
        width: 150px;
        height: 100px;
        float: right;
        text-align: center;
    }

    .div__section .half_width_image_constraint {
        max-width: 150px;
        max-height: 100px;
    }

    .div__section .full_width_image_container {
        width: 470px;
        height: 100px;
        float: right;
        text-align: center;
    }

    .div__section .full_width_button_navigation_container {
        width: 200px;
        height: 50px;
        float: right;
        text-align: center;
    }

    .div__section .full_width_button_standard_container {
        width: 200px;
        height: 100px;
        float: right;
        text-align: center;
    }

    .div__section .standard_width_button_navigation_container {
        width: 150px;
        height: 30px;
        float: right;
        text-align: center;
    }

.div__grid {
    background-color: white;
}

    .div__grid .header_only {
        width: 980px;
        height: 30px;
        background-color: gray;
        color: white;
    }

    .div__grid .header_column_left {
        height: 30px;
        line-height: 30px;
        text-align: left;
        float: left;
    }

    .div__grid .header_column_center {
        height: 30px;
        line-height: 30px;
        text-align: center;
        float: left;
    }

    .div__grid .header_column_right {
        height: 30px;
        line-height: 30px;
        text-align: right;
        float: left;
    }

    .div__grid .datarow {
        width: 980px;
        height: 25px;
        line-height: 25px;
        color: black;
    }

    .div__grid .datarow_column_left {
        text-align: left;
        float: left;
    }

    .div__grid .datarow_column_center {
        text-align: center;
        float: left;
    }

    .div__grid .datarow_column_right {
        text-align: right;
        float: left;
    }

    .div__grid .datarow_column_button {
        float: right;
    }

    .div__grid .clear {
        clear: both;
    }

.button {
    margin: 0 auto;
    position: relative;
    background-color: gray;
    border: 2px solid;
    border-color: black;
    text-align: center;
}

    .button .touch_narrow {
        width: 146px;
        height: 96px;
        line-height: 96px;
    }

    .button .touch_navigation {
        width: 196px;
        height: 46px;
        line-height: 46px;
    }

    .button .touch_standard {
        width: 146px;
        height: 26px;
        line-height: 26px;
    }

    .button .touch_wide {
        width: 476px;
        height: 96px;
        line-height: 96px;
    }

    .button .touch_grid_35 {
        width: 196px;
        height: 31px;
        line-height: 31px;
    }

    .button .link {
        font-family: Verdana;
        font-size: medium;
        font-weight: bold;
        color: white;
        text-decoration: none;
        word-wrap: normal;
        display: block;
    }

        .button .link:hover {
            font-family: Verdana;
            font-size: medium;
            font-weight: bold;
            color: black;
            text-decoration: none;
            word-wrap: normal;
            display: block;
        }

.text__title {
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
}

.text__banner {
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
}

.text__header {
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
}

.text__grid {
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
}

.text__instructions {
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
}

.text__label {
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.text__label_required {
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: red;
}

.text__field {
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
}

.text__footer {
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.text__input_xlarge {
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
}

.text__input_large {
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
}
