﻿.themeColorText {
    color: #046F97;
}

#applicationTitle {
    display: none;
}

.accountDropdown {
    padding: 0;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #76797E;
    background-color: #034B66;
    position: absolute;
    display: inline-block;
    text-align: right;
    z-index: 10;
    top: -100px;
}

    .accountDropdown li {
        padding: 2px 24px 2px 0;
        list-style-type: none;
        min-width: 94px;
    }

        .accountDropdown li:hover {
            background-color: #0E78A0;
        }

#loginCtl_divName {
    display: inline-block;
    padding: 0 10px;
    text-align: right;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: transparent;
    min-width: 98px;
}

    #loginCtl_divName div {
        background-position: right center;
        /*background-image: url('../../Images/arrow_downGrey.png'); 
    background-repeat: no-repeat;
    padding: 0 16px 0 0; */
    }

    #loginCtl_divName.hover {
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #76797E;
    }

.aspNetDisabled, .aspNetDisabled.button {
    color: initial;
    cursor: default;
}

a.aspNetDisabled {
    text-decoration: none;
    opacity: .5;
    cursor: default;
}

    a.aspNetDisabled:hover {
        text-decoration: none;
    }

.addressDisplay {
    display: inline-block;
}

    .addressDisplay span {
        display: block;
    }

.helpBox {
    position: absolute;
    top: -999px;
    border: solid 1px #999;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    -moz-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
}

.highlightText {
    color: #034B65;
    font-weight: bold;
    font-size: 13px;
}

table.orderAdmin {
    color: #434343;
}

    table.orderAdmin th {
        padding: 3px 20px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: normal;
        background: #900;
    }

        table.orderAdmin th a {
            color: #fff;
        }

    table.orderAdmin td {
        padding: 10px 20px;
        font-size: 12px;
        border-bottom: 1px dotted #CCC;
    }

    table.orderAdmin .pager td {
        padding: 0px 5px;
        border: none;
        background: #900;
    }

        table.orderAdmin .pager td a {
            color: #fff;
        }

        table.orderAdmin .pager td span {
            color: #fff;
            font-weight: bold;
            text-decoration: underline;
        }



table.paymentAdmin th {
    padding: 3px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #838383;
    font-weight: normal;
    text-align: left;
}

    table.paymentAdmin th a {
        color: #838383;
    }

table.paymentAdmin td {
    padding: 10px 20px;
    font-size: 12px;
    color: #434343;
    border-bottom: 1px dotted #CCC;
}

    table.paymentAdmin td.amount {
        padding: 10px 0px 10px 20px;
        text-align: right;
    }

table.paymentAdmin th.amount {
    padding: 10px 0px 10px 20px;
    text-align: right;
}

table.paymentAdmin .pager td {
    padding: 0px 5px;
    border: none;
    background: #900;
}

    table.paymentAdmin .pager td a {
        color: #fff;
    }

    table.paymentAdmin .pager td span {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }


div.criteria {
    display: table-cell;
    border-right: solid 1px #999;
    padding: 0 10px;
    height: 100%;
    vertical-align: top;
}

    div.criteria.last {
        border: none;
    }

    div.criteria select {
        margin: 0px;
        padding: 3px;
    }

.titleBar {
    font-size: 14px;
    background-color: #FCF99D;
    width: 100%;
    margin: 20px 0;
    padding: 5px 10px
}

.linksHeader li {
    display: inline-block;
}

.cartFormat label {
    padding-right: 20px;
}

.cost {
    color: #034B66;
    font-weight: bold;
}

.balanceZero {
    text-decoration: line-through;
    color: #aaa;
}

.balanceMinus {
    color: #ff0000;
    font-weight: bold;
}

.cancelledOrder {
    text-decoration: line-through;
    color: #aaa;
}

a.file {
    background: url("../../images/icon-file.png") no-repeat scroll left center transparent;
    padding: 1px 0 0 20px;
}

a.excel {
    background: url("../../images/icon-excel.png") no-repeat scroll left center transparent;
    padding: 1px 0 0 20px;
}

a.word {
    background: url("../../images/icon-word.png") no-repeat scroll left center transparent;
    padding: 1px 0 0 20px;
}

a.pdf {
    background: url("../../images/icon-pdf.png") no-repeat scroll left center transparent;
    padding: 1px 0 0 20px;
}

a.image {
    background: url("../../images/icon-image.png") no-repeat scroll left center transparent;
    padding: 1px 0 0 20px;
}

a.download {
    background: transparent url("../../images/icon-download.png") no-repeat scroll left center;
    padding: 1px 0 0 20px;
}

input.button {
    background: #900;
    color: #fff;
    border: 0px;
    padding: 4px 12px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: normal;
}

#FileListCtl {
    font-size: 12px;
}

.testimonyclose {
    background: url('../../images/icon-close.jpg') no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    margin-left: 62px;
}

.fileUploader input {
    width: 100% !important;
}
