﻿body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #666666;
}

.clearBoth {
    clear: both;
}

#mainWrap {
    margin: 0 auto;
    width: 996px;
}

#heightWrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 740px;
    height: auto !important;
}

#lineSideBar {
    border-bottom: 1px solid #77ADE4;
    width: 26px;
    float: left;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

#searchSideBar {
    border-left: 1px solid #77ADE4;
    float: left;
    width: 228px;
    padding-left: 7px;
    color: #FFF;
    font-size: 69%;
    margin-right: 20px;
    padding-bottom: 500em;
    margin-bottom: -500em;
    margin-top: 30px
}

    #searchSideBar a {
        color: #F9D070;
        display: block;
        margin: 3px 0 3px 0;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }

        #searchSideBar a.unbold {
            font-weight: normal;
        }

        #searchSideBar a:hover {
            color: #FFF;
        }

        #searchSideBar a.disabledLink {
            color: #ECECEC;
            text-decoration: line-through;
            cursor: default !important;
        }

            #searchSideBar a.disabledLink :hover {
                cursor: default !important;
            }


#topLogo {
    margin: 10px 0 35px 0;
}

#afaBottomLogo {
    position: absolute;
    height: 80px;
    bottom: 0;
    background: url('/images/AFA_LogoREV.png') no-repeat;
    margin: 0;
    width: 138px;
}

span.boldHeading {
    font-weight: bold;
    font-size: 13px;
}


#customAppWrap {
    width: auto;
    float: left;
    margin: 25px 0 10px 0;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #77ADE4;
    padding: 0;
}

select#actionsMenu {
    width: 100%;
    background-color: #A4D1FE;
    color: #0066CC;
}

#copyright {
    text-align: right;
    display: block;
    color: #FFF;
    font-size: 55%;
    margin: 30px 0px 20px 0;
}

#footerNav {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 26px;
}

    #footerNav li {
        border-left: 1px solid #77ADE4;
        float: left;
        width: 153px;
        height: 20px;
    }

        #footerNav li.lastLink {
            border-right: 1px solid #77ADE4;
        }

        #footerNav li a {
            width: 153px;
            color: #FFF;
            font-size: 69%;
            text-align: left;
            display: block;
            padding-top: 4px;
            padding-left: 4px;
            text-decoration: none;
        }

            #footerNav li a:hover {
                color: #F9D070;
            }


/* TABBED INTERFACE */
div.tabContents {
    background: #ffffff;
    color: #0071C4;
    padding: 10px;
    position: relative;
    text-align: left;
}
    /* OVERRIDE KOMODO DEFAULT STYLES */
    div.tabContents .defaultFontStyling {
        color: #0071C4;
    }

    div.tabContents a {
        color: inherit;
        text-decoration: underline;
    }

    div.tabContents .topLeftCorner, div.tabContents .topRightCorner, div.tabContents .bottomLeftCorner, div.tabContents .bottomRightCorner {
        position: absolute;
        background-color: #003150;
    }

    div.tabContents .topLeftCorner {
        top: 0px;
        left: 0px;
    }

    div.tabContents .topRightCorner {
        top: 0px;
        right: 0px;
    }

    div.tabContents .bottomLeftCorner {
        bottom: 0px;
        left: 0px;
        height: 6px;
        _bottom: -1px;
    }

    div.tabContents .bottomRightCorner {
        bottom: 0px;
        right: 0px;
        _bottom: -1px;
    }

#productTabsContainer {
    padding: 10px;
    margin: 10px;
}

    #productTabsContainer a {
        display: block;
        float: left;
        background-color: #0071C4;
        color: #ffffff;
        height: 30px;
        width: 70px;
        margin-right: 2px;
        padding: 4px 0px 0px 0px;
        text-align: center;
        text-decoration: none;
    }

        #productTabsContainer a:hover {
            text-decoration: underline;
        }

        #productTabsContainer a.selectedTab {
            background-color: #ffffff;
            color: #0071C4;
        }

div.tabContents h2 {
    font-size: 140%;
    color: #003150;
    text-align: left;
    padding: 0;
    padding-left: 3px;
    display: block;
    _font-weight: 600;
}

.debugHighlighter {
    border: 1px solid red;
}

/* DATE PICKER */
.ui-datepicker {
    font-size: 11px;
}

/* INPUT STATES */

input.disabledInput {
    background-color: #FFFFFF;
    color: #B4B4B4;
    border: 1px solid #BCBCBC;
    padding: 3px 2px 3px 2px;
    font-size: 12px !important;
}

    input.disabledInput.noticable {
        background-color: #BCBCBC;
        color: #BCBCBC;
        border: 1px solid #888888;
    }

#searchForm input {
    width: 222px !important;
    font-size: 11px !important;
}

.logoPageHeader {
    font-size: 115%;
    margin: 0px 0px 10px 0px;
}

/* CONFIRMATION PAGE */
.confirmationPolicyDetailsHeader {
    font-size: 130%;
}

.confirmationPolicyDetails {
    margin: 10px 0px 10px 5px;
}

    .confirmationPolicyDetails tr td {
        padding: 0px 40px 5px 0px;
        vertical-align: top;
    }

.policyConfirmationButton {
    margin-right: 5px;
}

    .policyConfirmationButton.developer {
        color: #FF0000;
    }

.endorsementNotice {
    color: #FF0000;
    font-size: 80%;
}

.confirmationPolicyStatusHeader {
    color: #CC0000 !important;
    display: block;
    float: right;
    margin-right: 5px;
}

#policyButtonContainer, #tempButtonContainer {
    display: none;
}

#dialogReasonText {
    width: 574px;
    height: 100px;
    margin-top: 5px;
}

#dialogReasonSelect {
    margin-top: 4px;
}

#dialogDateArea {
    margin: 15px 0px 10px 0px;
    float: right;
}

#dialogTitle {
    display: block;
}


#quoteSearchStatus {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

    #quoteSearchStatus label {
        float: left;
        display: block;
        width: 40px;
        padding: 3px;
        padding-left: 0;
    }

    #quoteSearchStatus input {
        display: block;
        float: left;
        text-align: left;
        margin: 0;
        width: 20px !important;
        padding: 0;
    }

#claimsLoader p {
    text-align: center;
}

.claimsProgressBar {
    margin: 10px 0px 0px 55px;
}

#processingDialog,
#loadingDialog {
    text-align: center;
}

    #loadingDialog img,
    #processingDialog img {
        margin: 0px 0px 20px 0px;
    }

.short-question {
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.hidden-question {
    display: none;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 5px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 450px;
    z-index: 99;
}

.down-pointer {
    bottom: -9px;
    height: 10px;
    left: 5px;
    position: absolute;
    width: 9px;
    background: transparent url('/images/down-pointer.png') top left;
}

.search-container {
}

    .search-container p {
        padding-top: 5px;
    }

    .search-container .search-header {
        font-size: 13px;
        font-weight: bold;
    }

    .search-container .faux-submit-button {
        margin-top: 10px !important;
        font-size: 12px;
        display: block;
        margin-bottom: 5px;
        color: white;
        text-decoration: none;
        white-space: nowrap;
        background-color: #000000;
    }



    

.plTempNoDiff {
    font-style: italic;
    color: #777777;
}

.asTempNoDiff {
    color: #777777;
}
