﻿/*-- General --*/


.buttonColor {
    background-color: #0098d4;
    color: white;
}

.headerColor {
    background-color: #0098d4;
    color: white;
}

.highLightedText {
    color: #02a345;
}

.style1 {
    width: 900px;
    height: 118px;
}

.tdLabel {
    text-align: right;
}

.tdRequired {
    text-align: center;
    width: 10px;
    vert-align: middle;
}

.tdInput {
    text-align: left;
}

div.tooltip {
    background-color: #02a345;
    border: 1px solid #fff;
    padding: 4px 6px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

a {
    color: gray;
}

    a:hover {
        color: #02a345;
    }

/*.dxgv a:hover {
    color: white;
}*/

body {
    font-family: Tahoma;
    font-size: 9pt;
    background-color: #fcfcfc;
    /*background-color: #e1e6ac;*/
    /*background-color: White;*/
}

input {
    color: #000000;
    font-size: 9pt;
    font-family: Tahoma;
    text-align: left;
}

    input[disabled] {
        background-color: #eeeeee !important;
        color: #999 !important;
        /*cursor: not-allowed  !important;*/
        cursor: default !important;
    }

    input[type="text"] {
        font-weight: normal;
        vertical-align: middle;
        text-align: left;
        background-color: white;
        border: Solid 1px silver;
        padding: 1px 3px 2px 3px;
        outline: none;
    }

        input[type="text"]:focus {
            border: Solid 1px #02a345;
        }

    input[type="password"] {
        font-weight: normal;
        vertical-align: middle;
        text-align: left;
        background-color: white;
        border: Solid 1px silver;
        padding: 1px 3px 2px 3px;
        /*width: 150px;*/
        outline: none;
    }

        input[type="password"]:focus {
            border: Solid 1px #02a345;
        }

        select {
    border: Solid 1px silver;
}

select:focus {
    border: Solid 1px #02a345;
}

input[type="submit"] {
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    background-color: #0098d4;
    border: Solid 1px #0098d4;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    color: white;
}

    input[type="submit"]:hover {
        background-color: #02a345;
        border: Solid 1px #02a345;
        color: white;
    }

button {
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    background-color: #0098d4;
    border: Solid 1px #0098d4;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    color: white;
}

    button:hover {
        background-color: #02a345;
        border: Solid 1px #02a345;
        color: white;
    }


.dxeTextBox_ProFound, .dxeMemo_ProFound {
    width: 200px;
}


/*.dxgvControl_ProFound {
    border: solid 1px #b6c498;
}*/


table {
    font-family: Tahoma;
    font-size: 9pt;
    /*background-color: White;*/
    text-align: left;
}

.CollapsedPanel {
    height: 0px;
    overflow: hidden;
}

td {
    font-family: Tahoma;
    font-size: 9pt;
}

    td.Label {
        text-align: right;
        /*color: #94ab53;*/
        vertical-align: text-top;
    }

    td.Input {
        text-align: left;
    }

    td.Value {
        font-weight: bold;
    }



H6 {
    font-family: Tahoma;
    font-size: 9pt;
    /*border: 1px solid #02a345;*/
    border: 1px solid #02a345;
    background-color: white;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-weight: normal;
}

.value {
    font-weight: bold;
    color: #006600;
    font-size: xx-small;
}


.pageHeader {
    background-color: #ffffff;
    border: 3px double #02a345;
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin: 0px 12px 0px 12px;
    color: #02a345;
}

.masterWorkArea {
    /*background-color: #f5faf3;*/
    background-color: White;
    padding: 0px 13px 0px 13px;
}

.masterMenuRow {
    border-bottom: 1px solid silver;
    background-color: #0098d4;
    text-align: left;
}

.masterInfoRow {
    border-top: 1px solid silver;
    background-color: white;
    color: #666666;
    padding: 1px 5px 2px 5px;
}

span {
    font-family: Tahoma;
    font-size: 9pt;
}

.masterInfoCell {
    font-size: xx-small;
    color: #666666;
    padding: 0px 0px 0px 20px;
}

    .masterInfoCell span {
        font-size: xx-small;
        color: #666666;
        padding: 0px 0px 0px 20px;
    }

.masterTable {
    table-layout: fixed;
    border: 1px solid silver;
    background-color: white;
    width: 1000px;
    box-shadow: 0 5px 1em silver;
    box-shadow: 0 5px 1em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 2em silver;
    -moz-box-shadow: 0 5px 2em rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 2em silver;
    -webkit-box-shadow: 0 5px 2em rgba(0, 0, 0, 0.3);
}

.topBanner {
    width: 998px;
    /*border-right: 1px solid silver;
    border-left: 1px solid silver;
    background-color: white;
    
    box-shadow: 0 0.5em 2em silver;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.5em 2em silver;
    -moz-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5em 2em silver;
    -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);*/
    text-align: right;
}

.topBannerImage {
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background-image: url('images/logo.gif');
    width: 160px;
    height: 38px;*/
}

.masterHeading {
    background-color: #ededed;
    border: 1px solid silver;
}

.masterCopyright {
    background-color: #ededed;
    border-top: 1px solid silver;
    padding: 0px 0px 2px 0px;
}

    .masterCopyright span {
        font-family: Tahoma;
        font-size: xx-small;
        color: #666666;
    }

.AutoCompleteTextBoxLoadingWindow {
    position: absolute;
    margin: -1px 0px 0px 0px !important;
    background-color: white;
    color: black;
    border: solid 1px silver;
    padding: 2px 3px 2px 3px;
    /*background-color: #02a345;*/
    background-color: #ededed;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    font-family: Verdana;
    font-size: 11px;
    width: 75px;
    top: 0px;
    left: 0px;
}

.CompletionListCssClass {
    visibility: hidden;
    margin: -3px 0px 0px -2px !important;
    background-color: White;
    color: black;
    border: solid 1px silver;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    font-family: Verdana;
    font-size: 11px;
    padding: 0;
    /*width: 500px;*/
}

.CompletionListItemCssClass {
    background-color: White;
    border: 1px solid white;
    padding: 0px 3px 1px 3px;
    color: Black;
    font-size: 9px;
    white-space: nowrap;
}

.CompletionListHighlightedItemCssClass {
    background-color: #02a345;
    border: 1px solid white;
    padding: 0px 3px 1px 3px;
    font-size: 9px;
    color: White;
    white-space: nowrap;
}

.PasswordStrengthBarIndicator {
    color: Blue;
    background-color: #0000ff;
    padding-bottom: 1px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#A3FD87,endColorStr=#228D00);
}

.PasswordStrengthBarBorder {
    width: 100px;
    vertical-align: middle;
    height: 10px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEB0A3,endColorStr=#831401);
}


/* Autocomplete 
----------------------------------*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    /*background: white url('images/arrow.gif') right center no-repeat;*/
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    padding: 1px;
    margin: -1px 0px 0px 0px !important;
    display: block;
    border: 1px silver solid;
    background-color: White;
    font-family: Verdana;
    font-size: 9px;
    color: Black;
}

    .ui-menu .ui-menu {
        color: Black;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        background-color: White;
        float: left;
        clear: left;
        width: 100%;
        color: Black;
        white-space: nowrap;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            padding: 0px 3px 1px 3px;
            display: block;
            line-height: 1.5;
            zoom: 1;
            color: Black;
            white-space: nowrap;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                background-color: #02a345;
                color: White;
                white-space: nowrap;
            }

.ui-progressbar {
    background-color: #FFD9DD;
    border: 1px solid #FF919E;
    height: 10px;
    text-align: left;
}

.ui-progressbar-value {
    background-color: lime;
    border: 1px solid green;
    text-align: left;
    margin: -1px;
    height: 100%;
}

.ss-body {
    background-color: White;
}

.ss-hdr {
    text-align: center;
}

    .ss-hdr span {
        font-size: large;
    }

.ss-tbl {
    text-align: center;
    width: 100%;
}

.ss-lbl {
    text-align: right;
    color: Red;
    vertical-align: top;
    padding: 3px 2px 3px 2px;
}

.ss-val {
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    padding: 3px 2px 3px 2px;
}

.ss-fldst {
    font-size: medium;
    width: 780px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #999999;
}

    .ss-fldst legend {
        text-align: center;
    }

.ss-fldst-sub {
    font-size: medium;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #999999;
}

.ss-fldst legend {
    text-align: center;
}

.ss-lst-hdr {
}

    .ss-lst-hdr td {
        background-color: #dddddd;
        padding: 5px 5px 5px 5px;
        border: 1px solid #999999;
        color: Red;
    }

.ss-lst {
}

    .ss-lst td {
        padding: 5px 5px 5px 5px;
        border: 1px solid #999999;
        text-align: left;
    }
