﻿* {
    padding: 0;
    margin: 0;
}

html, body {
    margin: 0px;
    height: 100%;
}

html, body, input, textarea {
    font-family: arial;
    font-size: 11px;
}

img {
    border: none;
}

a, a:link, a:visited {
    color: #527697;
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

header, footer, hgroup, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


td {
    vertical-align: top;
}

label {
    padding: 0 4px 0 0;
}

.watermark {
    color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.required-field, .required {
    color: #FF0000;
    font-weight: bold;
}

.test-gone {
    display: none;
}

input {
    padding: 2px;
}
/*select {
    padding: 2px 2px 2px 2px;
}*/

textarea {
    padding: 2px;
}

input[type=submit], input[type=button] {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.alertStatus {
    padding: 2px 5px 2px 5px;
    background-color: Yellow;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    cursor: hand;
}

.nopadding {
    padding: 0;
}



.data {
    width: 100%;
}

.footer {
    border-top: double 3px black;
    font-weight: bold;
}

.data td, input, select {
    font-weight: normal;
    font-size: 11px;
}

.data th {
    background-color: #6C9CD3;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    vertical-align: middle;
}

    .data th a {
        color: #FFFFFF;
        font-weight: bold;
    }

.data td {
    vertical-align: middle;
    padding: 2px 5px;
    font-size: 11px;
}

    .data td button {
        margin: 2px;
    }

.data tr:nth-child(odd) {
    background-color: #F1F1F1;
}

.data tr:nth-child(even) {
}

.data .number {
    text-align: right;
}

.form {
}

    .form th {
        padding: 3px;
        background-color: #6C9CD3;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 11px;
        vertical-align: middle;
    }

    .form td {
        padding: 3px;
    }

        .form td * {
            padding: 0px;
        }

        .form td input, .form td textarea {
            padding: 2px 0px 2px 3px;
        }

        .form td button {
            padding: 2px 3px;
            margin: 2px;
        }

    .form .label {
        vertical-align: top;
        background-color: #F1F1F1;
        color: black;
        font-weight: bold;
        font-size: 11px;
        text-align: left;
        width: 135px;
        padding: 3px;
    }

    .form .label_noWidth {
        vertical-align: top;
        background-color: #F1F1F1;
        font-weight: bold;
        font-size: 11px;
        text-align: left;
        padding: 3px;
    }

    .form .label.textbox {
        padding-top: 8px;
    }

.ux-dataset {
    vertical-align: middle;
    clear: both;
}

.ux-dataset-container {
    clear: both;
}

    .ux-dataset-container:nth-child(odd) {
        background-color: #F1F1F1;
        vertical-align: middle;
        padding: 3px;
        font-size: 11px;
    }

    .ux-dataset-container:nth-child(even) {
        vertical-align: middle;
        padding: 3px;
        font-size: 11px;
    }

.ux-dataset-hdr {
    display: inline-block;
    width: 100%;
    color: white;
    background-color: #6C9CD3;
    vertical-align: middle;
    clear: both;
}

.ux-label, .ux-label-100, .ux-label-120 {
    padding-right: 3px;
    float: left;
    font-weight: 800;
}

.ux-label-100 {
    width: 100px;
}

.ux-label-120 {
    width: 120px;
}

.ux-data {
    padding: 2px 3px 2px 0px;
    float: left;
}

#status_prompt {
    position: absolute;
    bottom: 0;
    /*top: 73px;*/
    right: 0;
    background-color: lightgoldenrodyellow;
    padding: 2px 10px;
    border: 1px solid darkgoldenrod;
    display: none;
}

.footnote {
    float: right;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.pageTitleLabel {
    font-family: Trebuchet MS;
    font-size: 24px;
    color: #537697;
}

.datePickerLabel {
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    border: 0px;
}

.datePickerDummyTextBox {
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
}

.error {
    color: red;
}

input.error {
    border: 2px solid red;
}

div.error {
    color: red;
    margin-bottom: 10px;
}

    div.error a {
        color: #336699;
        font-size: 12px;
        text-decoration: underline;
    }

.progressIndicator, #ajaxprg {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 10000;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


button {
    background-color: #eee;
    color: #000;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 600;
    padding: 5px;
    /*float: left;*/
    margin-right: 10px;
    /*width: 100px;*/
    text-align: center;
    text-decoration: none;
}

    button:hover {
        background-color: #ccc;
    }

    button:disabled {
        background-color: #eee;
        color: #bbb;
        cursor: default;
    }

#errorFrm {
}

    #errorFrm h4 {
        color: red;
        margin-bottom: 5px;
    }

    #errorFrm li {
        list-style: square;
        margin-left: 15px;
        margin-bottom: 3px;
    }

.buttonList ul {
    margin: 6px;
    padding-left: 0;
    list-style: none;
}

.buttonList li {
    padding: 2px 0px;
    padding-left: 14px;
    background-image: url('/images/bullet.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
}

    .buttonList li a {
        font-weight: bold;
    }

.dataList ul {
    margin: 6px;
    padding-left: 0;
    list-style: none;
}

.dataList li {
    padding: 2px 0px;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 0.5em;
    white-space: nowrap;
}

    .dataList li a {
        /*font-weight: bold;*/
    }

/*fieldset legend { padding-left: 5px;padding-right: 5px;}*/
/*.row { padding-top: 3px;padding-bottom: 3px;padding-left: 5px;padding-right: 5px;}*/
