BODY {
    scrollbar-3d-light-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #FFFFFF;
    scrollbar-dark-shadow-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #000000;
    scrollbar-shadow-color: #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #192385;
    background-color: #FFFFFF;
    margin: 5px 0 0 0;
}

a {
    color: #2163A5;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: top;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

label {
    display: block;
    text-align: right;
}

#copyrighttext {
    font-size: 10px;
    line-height: 13px;
    color: #192385;
}

    #copyrighttext a {
        color: #192385;
    }

.maintable {
    border: 1px solid #192385;
}

.goldtable {
    border-right: 1px solid #E9E04D;
}

.homemaintext {
    text-align: left;
    width: 297px;
}

#bottomtext {
    text-align: center;
    font-weight: bold;
}

    #bottomtext a {
        font-size: 11px;
        font-weight: bold;
        color: #192385;
    }

        #bottomtext a:hover {
            color: #000000;
        }

    #bottomtext hr {
        color: #2163A5;
        background-color: #2163A5;
        height: 1px;
        line-height: 1px;
        border: 0;
    }

a.subnavlink {
    color: #192385;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 10px;
    font-weight: bold;
}

a.subnavlink2 {
    color: #192385;
    text-decoration: none;
    font-weight: bold;
}

a.subnavlink:hover {
    color: #000000;
}

#team {
    width: 315px;
}

    #team h1 {
        font-size: 11px;
        margin: 226px 0;
    }

    #team h2 {
        font-size: 11px;
        margin: 0 0 0 138px;
    }

    #team h3 {
        font-size: 11px;
        font-weight: normal;
        font-style: italic;
        margin: 0 0 0 138px;
    }

    #team p {
        font-size: 15px;
        margin: 0 0 0 138px;
    }
/*////////////////////////////////////////////*/

.goldtable {
    font-size: 12px;
    font-weight: bold;
    color: #E9E04D;
    border: 1px solid #e9e04d;
    margin: 20px 20px 0 0;
}

.goldtext1 {
    font-size: 12px;
    font-weight: bold;
    color: #E9E04D;
    padding: 0 5px;
    vertical-align: middle;
}

.goldtext2 {
    font-size: 10px;
    color: #E9E04D;
    padding: 0 5px;
    vertical-align: middle;
}

a.loginlink {
    border: 1px solid #E9E04D;
    font-size: 10px;
    text-decoration: none;
    color: #E9E04D;
    display: block;
}

    a.loginlink:hover {
        color: #FFFFFF;
    }

.smalltext {
    font-size: 12px;
    color: #000000;
}

.text14 {
    font-size: 14px;
    color: #000000;
}

HR {
    height: 1px;
    color: #192385;
}

.alignC {
    text-align: justify;
}

a.medicaidlinks {
    border: 1px solid #192385;
    font-size: 12px;
    text-decoration: none;
    color: #192385;
    display: block;
    cursor: pointer;
}

.medicaidlinks.disabled {
    background-color: #ddd;
    border-color: #555;
    font-size: 12px;
    text-decoration: none;
    color: #555;
    display: block;
    cursor: default;
}

.bluetext10 {
    font-size: 10px;
    color: #192385;
}

.bluetext12 {
    font-size: 12px;
    color: #192385;
}

.bluetext14 {
    font-size: 14px;
    color: #192385;
}

.bluetext17 {
    font-size: 17px;
    color: #192385;
}

.redtext10 {
    font-size: 10px;
    color: red;
}

.redtext12 {
    font-size: 12px;
    color: red;
}

.redtext14 {
    font-size: 14px;
    color: #red;
}

.redtext17 {
    font-size: 17px;
    color: #red;
}

.promobox {
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-color: #192385;
}

.homemaintext2 {
    text-align: justify;
}

.lookupSearch {
    border: 1px solid #192385;
    background: ffffff;
    font-size: 13px;
    color: #192385;
    display: block;
    height: 20px;
    width: 100px;
}

/* Announcement Box */
.announcement {
    box-sizing: border-box;
    /*width: 450px;*/
    width: 100%;
    margin: 0 auto;
    border: 1px solid #AAF;
    padding: 6px 8px;
    background-color: #EEF;
    margin-bottom: 15px;
}

    .announcement h2 {
        font-size: 12pt;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #AAF;
        padding: 2pt 0 6pt;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .announcement h3 {
        font-size: 9pt;
        font-weight: bold;
        font-style: italic;
    }

    .announcement p {
        font-size: 8pt;
    }

    .announcement ul {
        list-style:none;
        font-size: .85em;
    }
    .announcement li {
        margin-bottom: 2px;
    }

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.important {
    background-color: #FEE;
    border-color: #FAA;
}

    .important h2 {
        border-bottom-color: #FAA;
    }

.important, .password_expiration {
    color: #451309;
}

.password_expiration {
    background-color: #FFE;
    border-color: #FB8;
    border-style: dashed;
    margin-bottom: 1em;
}

    .password_expiration h2 {
        border-bottom-color: #FB8;
    }

.control-block {
    height: 32px;
    line-height: 2;
}

#currentPassword, #newPassword, #verifyNewPassword {
    width: 150px;
}

.col-50, .col-100 {
    margin: 0;
    box-sizing: border-box;
    min-height: 1px;
    padding: 4pt 2pt;
}

.col-50 {
    float: left;
    position: relative;
    width: 50%;
}

.col-100 {
    width: 100%;
}

#password-strength {
    background-repeat: no-repeat;
    background-position: 2px 0;
    padding-left: 155px;
}

.password-strength-none {
    background-image: url(images/password-strength-none.png);
}

.password-strength-weak {
    background-image: url(images/password-strength-weak.png);
}

.password-strength-moderate {
    background-image: url(images/password-strength-moderate.png);
}

.password-strength-strong {
    background-image: url(images/password-strength-strong.png);
}

.password-error, .password-notice {
    padding: 8pt;
    margin: 8pt 0 0 0;
    color: #333;
}

.password-notice {
    background-color: #FFD;
    border: 1px dashed #CC8;
}

.password-error {
    font-size: 10pt;
    font-weight: bold;
    background-color: #FDD;
    border: 1px dashed #F88;
}

#password-error-box {
    display: none;
}

#loading-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    _height: 48px; /* hack for IE6-9; do not remove the leading underscore */
    background-color: white;
    background-image: url("images/LoadCircle.gif");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    display: none;
}

.loading-success {
    background-image: url("images/success.png") !important;
}

.landingmenu {
    list-style: none;
    margin: 0 15px;
    padding: 0;
    width: 80%;
}

    .landingmenu .nav, .landingmenu .nav-top {
        margin-top: 10px;
        border-bottom: dotted 2px #E9E04D;
    }

    .landingmenu .nav-top {
        border-top: dotted 2px #E9E04D;
        padding-top: 10px;
    }


        .landingmenu .nav a, .landingmenu .nav a:hover,
        .landingmenu .nav-top a, .landingmenu .nav-top a:hover {
            text-decoration: none;
            font-size: 8pt;
            font-weight: bold;
            color: #19239A;
        }

.order-history {
    border-bottom: #444 solid 1px;
}

.order-history td, .order-history th {
    padding: 3px 4px 0px 6px;
    font-size: 8pt;
    border-right: #444 solid 1px;
    text-align: left;
}

.order-history-e .error {
    color: darkred;
    padding: 8px;
    border: solid 0px;
    padding: 0;
    margin: 0;
}

.order-history th {
    padding: 3px 6px 3px 6px;
    border-top: #444 solid 1px;
    border-bottom: #444 solid 1px;
    font-weight: bold;
    background-color: #c1c1c1;
    color: #000;
}

.order-history .first-cell {
    border-left: #444 solid 1px;
}

.order-history .reg {
    background-color: #fff;
}

.order-history .alt {
    background-color: #eee;
}

a.rt_bypass {
    background-color: #ffefef;
    border: 1px solid #45130a;
    font-size: 12px;
    text-decoration: none;
    color: #852319;
    display: block;
    cursor: pointer;
    margin-left: 16px;
    padding: 0 8px;
}

table.new-med-list {
    width: 445px;
    box-sizing: border-box;
}

table.new-med-list td p {
    font-size: 11px;
    line-height: 110%;
    margin-bottom: 1.1em;
}

table.new-med-list td p:last-child {
    margin: 0;
}

table.new-med-list td {
    padding: 12px;
    border: 1px solid black;
}

table.new-med-list td.description {
    width: 325px;
}

table.new-med-list td.logo {
    width: 120px;
    vertical-align: middle;
}

table.new-med-list td.logo img {
    margin: 16px 0;
    width: 110px;
}

table.new-med-inner td, table.new-med-inner th {
    padding: 4px;
    border: 1px solid black;
}

table.new-med-inner th {
    font-size: 11px;
    font-weight: bold;
}


.mtdoc, mtfac {
    display:none
}