﻿.list ul li {
    padding-bottom: 5px;
    list-style-type: square;
}

.button {
    border: 1px solid #000000;
    height: 28px;
    background-color: #AF6D8C;
    color: #FFFFFF;
    font-size: 13pt;
}

    .button:hover {
        background-color: #7C4C61;
        cursor: pointer;
    }

    .button:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .button[disabled="disabled"] {
        border: 1px solid Gray;
        height: 28px;
        background-color: ButtonFace;
        color: Gray;
        font-size: 13pt;
    }

        .button[disabled="disabled"]:hover {
            cursor: inherit;
        }

        .button[disabled="disabled"]:active {
            position: relative;
            top: 0px;
            left: 0px;
        }

.contentPosition {
    margin-left: 44px;
    margin-top: 8px;
}

.contentPositionTotal {
    margin-left: 44px;
    border-left: 1px solid Grey;
    border-right: 1px solid Grey;
    border-bottom: 1px solid Grey;
    background-color: #225D7C;
    color: #FFFFFF;
    font-size: 14pt;
    height: 25px;
    vertical-align: middle;
    padding-top: 2px;
    padding-right: 7px;
    font-weight: bold;
}

.left41 {
    margin-left: 42px;
}

.bottom3 {
    margin-bottom: 3px;
}

.bottom15 {
    margin-bottom: 15px;
}

.formLabelRight {
    display: inline-block;
    width: 90px;
    text-align: right;
    margin-right: 4px;
}

.formLabelRightAlt {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 4px;
}

.alternativePayment a {
    text-decoration: underline;
    color: #873600;
}

    .alternativePayment a:hover {
        text-decoration: none;
        color: #873600;
    }

    .alternativePayment a:visited {
        text-decoration: underline;
        color: #873600;
    }

.arGrid {
    border: 1px solid Grey;
    background-color: #EAEAEA;
    font-size: 11pt;
}

    .arGrid tr {
        border-bottom: 1px solid Grey;
    }

.arGridHeader {
    background-color: #225D7C;
    color: #FFFFFF;
    height: 30px;
    font-size: 14pt;
}

    .arGridHeader:hover {
        background-color: #225D7C;
    }

.arGridSeparator {
    background-color: #225D7C;
    color: #FFF;
    font-size: 11pt;
    height: 25px;
    font-weight: normal;
}

.arGridRow {
    border: 1px solid Grey;
    background-color: #EAEAEA;
    font-size: 11pt;
}

    .arGridRow:hover {
        background-color: #BCE0D4;
        cursor: default;
    }

.arGridRowAlt {
    background-color: #D3D3D3;
}

    .arGridRowAlt:hover {
        background-color: #BCE0D4;
        cursor: default;
    }

.arGridRowSelected {
    background-color: #78CCB0;
}

.arGridRowConfirmed {
    background-color: #D7B9C7;
}

.arGridRowSelectedFee {
    background-color: #E7C297;
}

.arGridRowSelectedCredit {
    background-color: #96B8CA;
}

.arLabelRight {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 4px;
}

/* PAID GRID */

.paidInvoicePosition {
    position: relative;
    left: 48px;
}

.arGridPaid {
    border: 1px solid Grey;
    background-color: #EAEAEA;
    font-size: 10pt;
}

.arGridHeaderPaid {
    background-color: #225D7C;
    color: #FFFFFF;
    height: 20px;
    font-size: 12pt;
}

.arGridRowPaid {
    border: 1px solid Grey;
    /*background-color: #EAEAEA;*/
    font-size: 10pt;
}

.arGridRowAltPaid {
    background-color: #D3D3D3;
    font-size: 10pt;
}

.contentPositionTotalPaid {
    width: 775px;
    border-left: 1px solid Grey;
    border-right: 1px solid Grey;
    border-bottom: 1px solid Grey;
    background-color: #225D7C;
    color: #FFFFFF;
    font-size: 12pt;
    height: 20px;
    vertical-align: middle;
    padding-top: 2px;
    padding-right: 7px;
    font-weight: bold;
}

.faq {
    margin-bottom: 25px;
}

    .faq a {
        color: blue;
        text-decoration: underline;
    }

        .faq a:hover {
            color: blue;
            text-decoration: none;
        }

.faqQuestion {
    font-weight: bold;
    font-size: 11pt;
}

.faqAnswer {
    margin-left: 10px;
}

.contact {
}

    .contact a {
        color: blue;
        text-decoration: underline;
    }

        .contact a:hover {
            color: blue;
            text-decoration: none;
        }


#Legend table {
    border-collapse: collapse;
}

#Legend td {
    border: 1px solid #808080;
    border-collapse: collapse;
    height: 21px;
    padding: 0 5px 0 5px;
    font-size: 10pt;
}

.BackToConfirm {
    position: relative;
    top: -193px;
    left: 73px;
    width: 95px;
}

.BackToConfirmIE {
    position: relative;
    top: -179px;
    left: 65px;
    width: 95px;
}

.BackToConfirmFF {
    position: relative;
    top: -160px;
    left: 64px;
    width: 95px;
}
