﻿td.tdLoginBoxTitle {
    background-color: #3f604d;
    padding: 6px;
    font-size: 10pt;
    color: white;
}

.buttonLogin {
    background-color: #3f604d;
    padding: 4px 18px;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    border: solid 1px #3f604d;
    border-radius: 8px;
}

td.tdLoginButton {
    border-top: solid 1px #555;
    text-align: center;
}

/* ----- Calendar ----- */
div.divMainCalendar
{
    position: absolute;
    z-index: 9119;
    left: -1200px;
    top: -1200px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px #555; 
    -webkit-box-shadow: 0 8px 8px 4px #555555;
    -moz-box-shadow: 0 8px 8px 4px #555555;
    box-shadow: 0 4px 8px 4px #555555;
    width: 1050px;
    font-size: 9pt;
}

div.divMainCalendarView
{
    width: 98%;
    min-height: 650px;
    margin: 5px 0 0 0;
}

.selCalendarSalesRep
{
    width: 200px;
    height: 22px;
    font-size: 11pt;
}

/* ----- Loan Search -----*/
div.divSearchBar {
    background-color: #555;
    border-bottom: solid 1px #333;
    height: 29px;
    font-size: 9pt;
    font-weight: bold;
    padding: 3px 0 0 24px;
    margin: 0 0 8px 0px;
    color: white;
    width: 100%;
}

div.divSearchBar2 {
    border-bottom: solid 1px #e1e1e1;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

td.tdSearchBar2Label {
    font-size: 8pt;
    font-weight: bold;
    padding: 2px 4px 2px 10px;
    color: #555;
    white-space:nowrap;
}

td.tdSearchBar2Element {
    font-size: 8pt;
    padding: 2px 15px 2px 4px;
    color: #555;
}

    .divSearchBar div {
        float: left;
        margin: 3px 5px 0 0;
    }

.txtSearchBox {
    width: 85px;
    font-size: 8pt;
    color: #555;
    height: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #e1e1e1;
}

div.divSearchResults {
    margin: 0 0 8px 10px;
    min-height: 400px;
    background-color: white;
    overflow: auto;
    height: 600px;
    width: 1290px;
}

table.tblLoansGrid {
    width: 98%;
}

    table.tblLoansGrid td {
        font-size: 8pt;
        padding: 2px 6px 2px 6px;
        border-top: solid 1px #e1e1e1;
    }

.trLGBlack {
    background-color: #000;
    color: white;
}

.trLGRed {
    background-color: #ffcccc;
}

.trLGBlue {
    background-color: #c7e0f0;
}

.trLGGreen {
    background-color: #c6d5b5;
}

.trLGYellow {
    background-color: #fffdde;
}

.trLGOrange {
    background-color: #fcd8ac;
}

th.tdLGCH {
    font-size: 9pt;
    font-weight: bold;
    background-color: #e1e1e1;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    text-align: center;
    top: 0;
    position: sticky;
    padding: 2px;
}

th.tdLGCH_sorted {
    font-size: 9pt;
    font-weight: bold;
    background-color: #b1b1b1;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    text-align: center;
    padding: 2px;
}


div.divLGClient {
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.divLGUserName {
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.divLGName {
    width: 200px;
    font-size: 8pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.divLGStatus {
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    div.divLGStatus li {
        font-size: 8pt;
        list-style-type: disc;
    }

div.divPageNumbers {
    margin: 5px 0 5px 20px;
    width: 750px;
    text-align: right;
    font-size: 8pt;
}

div.divFlagsList {
    position: absolute;
    z-index: 100;
    left: -1200px;
    top: -1200px;
    width: 300px;
    border: solid 1px #555;
    padding: 15px;
    font-size: 8pt;
    background-color: #ffffff;
}

div.divRemoveFlagNote {
    width: 350px;
    padding: 15px;
    border: solid 1px black;
    background-color: white;
    z-index: 100;
    position: absolute;
    left: -1200px;
    top: -1200px;
}

div.divRemoveFlagHeading {
    font-size: 11pt;
    font-weight: bold;
    color: #555;
    margin: 0 0 8px 0;
}

div.divRemoveFlagLinks {
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    padding: 8px
}


div.divPlacementInfo {
    position: absolute;
    z-index: 100;
    left: -1200px;
    top: -1200px;
    width: 300px;
    border: solid 1px #555;
    padding: 15px;
    font-size: 8pt;
    background-color: #ffffff;
}

div.divLegend {
    font-size: 8pt;
    text-align: right;
    width: 98%;
    margin: 0 auto;
}

    div.divLegend div {
        display: inline-block;
    }

div.divLegendBoxRed {
    width: 10px;
    height: 10px;
    background-color: #ffcccc;
}

div.divLegendBoxOrange {
    width: 10px;
    height: 10px;
    background-color: #fcd8ac;
}

div.divLegendBoxGreen {
    width: 10px;
    height: 10px;
    background-color: #c6d5b5;
}

div.divLegendBoxYellow {
    width: 10px;
    height: 10px;
    background-color: #fffbc7;
}

div.divLegendBoxBlue {
    width: 10px;
    height: 10px;
    background-color: #99c7e4;
}

div.divLegendBoxBlack {
    width: 10px;
    height: 10px;
    background-color: #000;
}

/* ---- Loans Customizations -----*/
div.divLoanTabBar {
    border-bottom: solid 3px #45975e;
    margin: 0 0 3px 0;
}

div.divLoanTab {
    cursor: pointer;
    display: inline-block;
    border-radius: 12px 12px 0 0;
    background-color: #555;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 16px;
    margin: 0 1px 0 0;
}

div.divLoanTabSelected {
    cursor: pointer;
    display: inline-block;
    border-radius: 12px 12px 0 0;
    background-color: #45975e;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 16px;
    margin: 0 1px 0 0;
}

div.divLoanTabLink {
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 25px;
    text-align: right;
}

div.divProjectSimpleAddLink {
    font-size: 9pt;
    font-weight: bold;
}

/* ----- Loan Phone Numbers ----- */
div.divLoanDemographicsTableWrapper {
    margin: 0 0 25px 15px;
}

table.tblLoanDemographics {
    width: 420px;
}

a.lnkLD_invalid:link {
    text-decoration: none;
    color: #990000;
}

a.lnkLD_invalid:visited {
    text-decoration: none;
    color: #990000;
}

a.lnkLD_invalid:active {
    text-decoration: underline;
    color: #990000;
}

a.lnkLD_invalid:hover {
    text-decoration: underline;
    color: #990000;
}

a.lnkLD_valid:link {
    text-decoration: none;
    color: #009900;
}

a.lnkLD_valid:visited {
    text-decoration: none;
    color: #009900;
}

a.lnkLD_valid:active {
    text-decoration: underline;
    color: #009900;
}

a.lnkLD_valid:hover {
    text-decoration: underline;
    color: #009900;
}

a.lnkLD_unknown:link {
    text-decoration: none;
    color: #000099;
}

a.lnkLD_unknown:visited {
    text-decoration: none;
    color: #000099;
}

a.lnkLD_unknown:active {
    text-decoration: underline;
    color: #000099;
}

a.lnkLD_unknown:hover {
    text-decoration: underline;
    color: #000099;
}

div.divSimpleHeader {
    margin: 4px 0 4px 6px;
    font-size: 10pt;
    font-weight: bold;
}

tr.trLD_Highlight {
    background-color: #fcf9d2;
}

td.tdLD_ColHeading {
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    border-bottom: solid 1px black;
}

td.tdLD_Item {
    padding: 2px;
    font-size: 9pt;
    border-bottom: solid 1px #e1e1e1;
}

td.tdLD_SummaryItem {
    padding: 2px 2px 5px 2px;
    font-size: 7pt;
    border-bottom: solid 1px #e1e1e1;
    color: #555;
}

/*----- Loan Journal Page ----- */
div.divJournalShort {
    width: 420px;
    margin: 0 0 25px 15px;
}

table.tblLoansJournalShort {
    width: 100%;
}

td.tdLJCHShort {
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    border-bottom: solid 1px black;
}

td.tdLJCellShort {
    padding: 2px;
    font-size: 9pt;
    border-bottom: solid 1px #e1e1e1;
}

.noWrap {
    white-space: nowrap;
}

span.spLJShortActivity {
    color: #000099;
    font-weight: bold;
}

div.divSubFormElementsTitle {
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 2px 2px 9px;
    background-color: #555;
    border-radius: 9px;
}

/* ----- Loan Scheduled Payments -----*/
div.divPaymentsWrapper {
    margin: 10px 0 10px 15px;
    width: 950px;
    min-height: 500px;
}

div.divPH_Icon {
    width: 39px;
    height: 39px;
    display: inline-block;
    margin-right: 5px;
}

div.divPH_Title {
    font-size: 14pt;
    color: #545454;
    display: inline-block;
    width: 750px;
    height: 39px;
    vertical-align: middle;
}

div.divPH_AddIcon {
    width: 24px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    cursor: pointer;
}

div.divPH_AddTitle {
    padding-top: 7px;
    font-size: 12pt;
    color: #006500;
    display: inline-block;
    height: 39px;
    vertical-align: middle;
    cursor: pointer;
}

div.divAddNewPayment {
    z-index: 100;
    position: absolute;
    left: -1200px;
    top: -1200px;
    padding: 15px;
    width: 500px;
    border: solid 1px black;
    background-color: white;
}

div.divAPH_AddIcon {
    width: 24px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

div.divAPH_AddTitle {
    padding-top: 7px;
    font-size: 12pt;
    color: #006500;
    display: inline-block;
    height: 39px;
    vertical-align: middle;
}

div.divAPH_Buttons {
    width: 100%;
    text-align: center;
}

div.APH_Button_Add {
    background-color: #545454;
    padding: 4px;
    width: 110px;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

div.APH_Button_Cancel {
    background-color: #545454;
    padding: 4px;
    width: 110px;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

div.divAPH_Form {
    margin: 0 0 20px 0;
}

td.tdAPH_Label {
    font-size: 9pt;
    text-align: right;
    padding: 5px;
    color: #545454;
}

td.tdAPH_Element {
    padding: 5px;
}

    td.tdAPH_Element input {
        width: 150px;
        height: 14px;
        font-size: 8pt;
        border-radius: 7pt;
        border: solid 1px #545454;
        padding: 0 0 0 5px;
    }

    td.tdAPH_Element select {
        width: 157px;
        height: 16px;
        font-size: 8pt;
        border-radius: 7pt;
        border: solid 1px #545454;
        padding: 0 0 0 5px;
    }

div.divAPH_Msg {
    width: 100%;
    height: 20px;
    font-size: 9pt;
    color: #990000;
}

table.tblPaymentsList {
    width: 100%;
    border-collapse: collapse;
}

td.tdPL_SB_Heading {
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    background-color: #888888;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    border: solid 1px #545454;
    padding: 3px 6px 3px 6px;
}

td.tdPL_SB {
    text-align: right;
    font-size: 11pt;
    border: solid 1px #545454;
    padding: 3px 6px 3px 6px;
}


td.tdPL_CH {
    background-color: #545454;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    border-bottom: solid 1px black;
    text-align: center;
}

tr.trPL_Alternate {
    background-color: #e6e7e8;
}

tr.trPL_Regular {
    background-color: white;
}

td.tdPL_LPI {
    padding: 3px 6px 3px 6px;
    font-size: 9pt;
    border-bottom: solid 1px #e1e1e1;
}

td.tdPL_LPI_Mint {
    padding: 3px 6px 3px 6px;
    font-size: 9pt;
    border-bottom: solid 1px #e1e1e1;
    background-color: #dfffdf;
}

.right {
    text-align: right;
}

div.divStatus_Partial {
    font-weight: bold;
    color: #d1581c;
}

div.divStatus_Complete {
    font-weight: bold;
    color: #598527;
}

div.divStatus_No {
    font-weight: bold;
    color: #131398;
}

div.divStatus_Reversal {
    font-weight: bold;
    color: #9e0b0f;
}

div.divEditPaymentForm {
    z-index: 100;
    position: absolute;
    left: -1200px;
    top: -1200px;
    padding: 15px;
    width: 500px;
    border: solid 1px black;
    background-color: white;
}

div.divAPH_EditTitle {
    padding-top: 7px;
    font-size: 12pt;
    color: #000065;
    display: inline-block;
    height: 39px;
    vertical-align: middle;
}

div.divLoanFlagsWrapper {
    margin: 0 0 25px 15px;
}


td.tdLFGreenCheckBox {
    width: 15px;
    padding: 2px;
}

td.tdLFLabel {
    color: #555;
    font-size: 8pt;
    font-weight: bold;
    padding: 2px;
    white-space: nowrap;
    width: 200px;
}

table.tblLoansJournal 
{
    width: 1198px;
}

td.tdLJCH {
    border-bottom: solid 2px black;
    padding: 3px;
    font-size: 9pt;
    font-weight: bold;
}

td.tdLJSearch {
    padding: 3px;
    font-size: 9pt;
    font-weight: bold;
}

    td.tdLJSearch input {
        font-size: 9pt;
        border-radius: 7pt;
        border: solid 1px #555;
        color: #555;
        width: 150px;
        height: 18px;
    }

    td.tdLJSearch select {
        font-size: 9pt;
        border-radius: 7pt;
        border: solid 1px #555;
        color: #555;
        width: 95px;
    }

    td.tdLJCell {
        border-bottom: solid 1px #e1e1e1;
        padding: 3px 8px 3px 8px;
        font-size: 9pt;
        max-width: 200px;
    }

label {
    font-weight: normal;
}

table.tblLoanInsurance {

}

td.tdLI_Label {
    font-size: 9pt;
    font-weight: bold;
    border-bottom: solid 1px #e1e1e1;
    padding: 2px 15px;
}

td.tdLI_Value {
    font-size: 9pt;
    text-align: left;
    border-bottom: solid 1px #e1e1e1;
    padding: 2px 15px;
}

/* ---- Post A Payment ----- */
table.tblPaymentsListPAP {
    width: 100%;
    border-collapse: collapse;
}

td.tdPLPAP_SB_Heading {
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    background-color: #888888;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    border: solid 1px #545454;
    padding: 3px 6px 3px 6px;
}

td.tdPLPAP_SB {
    text-align: right;
    font-size: 11pt;
    border: solid 1px #545454;
    padding: 3px 6px 3px 6px;
}


td.tdPLPAP_CH {
    background-color: #545454;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    border-bottom: solid 1px black;
}

tr.trPLPAP_Alternate {
    background-color: #d4e8ef
}

tr.trPLPAP_Regular {
    background-color: white;
}

td.tdPLPAP_LPI {
    padding: 3px 6px 3px 6px;
    font-size: 9pt;
    border-bottom: solid 1px #e1e1e1;
}

.right {
    text-align: right;
}

div.divPTPInfoLine1 {
    font-size: 9pt;
    color: #009900;
    font-weight: bold;
}
div.divPTPInfoLine2 {
    font-size: 8pt;
    color: #555;
}

/* -- PP Color Blocks -- */
div.divPPColorBlocks 
{
    margin: 5px 0px 5px 65px;
}

td.tdPPBlockLabel 
{
    font-size: 8pt;
    text-align: center;
    padding: 2px 8px;
    border-bottom: solid 1px #e1e1e1;
}

td.tdPPBlockValue {
    font-size: 8pt;
    text-align: center;
    padding: 2px 8px;    
}

div.divLoanPopUpBox {
    position: absolute;
    z-index: 151;
    left: -1200px;
    top: -1200px;
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #555 -webkit-box-shadow: 0 8px 8px 4px #555555;
    -moz-box-shadow: 0 8px 8px 4px #555555;
    box-shadow: 0 4px 8px 4px #555555;
    width: 350px;
    font-size: 9pt;
}

table.tblAllData {
    width: 500px;
}

td.tdADcolumn {
    padding: 3px;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
}

td.tdADvalue {
    padding: 3px;
    border-bottom: solid 1px #999;
    font-size: 9pt;
    text-align: left;
}

div.divLastPhoneComment {
    position: absolute;
    z-index: 151;
    left: -1200px;
    top: -1200px;
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #555; 
    -webkit-box-shadow: 0 4px 4px 4px #777;
    -moz-box-shadow: 0 4px 4px 4px #777;
    box-shadow: 0 4px 4px 4px #777;
    width: 350px;
    font-size: 9pt;
}

    div.divLastPhoneComment p {
        margin: 5px 0 10px 0;
    }

/* ----- Repo Agent Search List Styles -----*/
div.divRepoAgentsSearchList {
    width: 850px;
    margin: 0 0 10px 15px;
}

table.tblRASL {
    width: 850px;
}

td.tdRASL_HD_Left {
    background-color: #c1c1c1;
    font-size: 11pt;
    font-weight: bold;
    padding: 2px;
    border-bottom: solid 1px #555;
}

td.tdRASL_HD_Right {
    background-color: #c1c1c1;
    font-size: 8pt;
    padding: 2px 10px 2px 2px;
    border-bottom: solid 1px #555;
    text-align: right;
}

    td.tdRASL_HD_Right input {
        width: 80px;
        height: 11px;
        font-size: 8pt;
    }

td.tdRASL_CH {
    background-color: #d9d9d9;
    border-bottom: solid 1px #555;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
}

td.tdRASL_Item {
    font-size: 9pt;
    padding: 2px 10px 2px 10px;
    border-bottom: solid 1px #555;
    white-space: nowrap;
}

div.divTypeToFindSearchResults {
    z-index: 99;
    position: absolute;
    width: 400px;
    padding: 10px;
    border: solid 2px #555;
    border-radius: 8px;
    background-color: #fff;
    left: 100px;
    top: 100px;
}

div.divTTFSR_Row {
    font-size: 9pt;
    padding: 4px;
    border-bottom: solid 1px #444;
}

/* ----- End Repo Agent Search List Styles -----*/

td.tdNBAItem 
{
    padding: 4px;
    border-bottom: solid 1px #e1e1e1;
}

td.tdNBAItemCH {
    padding: 4px;
    border-bottom: solid 1px #e1e1e1;
    background-color: #e1e1e1;
    color: #555;

}


td.tdTDCH {
    border-bottom: solid 2px black;
    padding: 3px;
    font-size: 9pt;
    font-weight: bold;
}

td.tdTDItem {
    border-bottom: solid 1px #e1e1e1;
    padding: 3px 8px 3px 8px;
    font-size: 9pt;
}

td.tdTDItemRight {
    border-bottom: solid 1px #e1e1e1;
    padding: 3px 8px 3px 8px;
    font-size: 9pt;
    text-align: right;
}

/* ------------------ BDR Landing Page ---------------------------*/

div.divContactTasksNotes {
    white-space: nowrap;
    width: 120px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.divBDRLP_GreetingNextWrapper {
    width: 1150px;
    border-bottom: solid 1px #555;
    padding: 4px;
}

div.divBDRLP_Greeting {
    display: inline-block;
    font-size: 14pt;
    color: #555;
    width: 350px;
    padding: 4px;
}

div.divBDRLP_ChangeBDR {
    display: inline-block;
    font-size: 9pt;
    color: #555;
    width: 350px;
    padding: 4px;
}

div.divBDRLP_Next {
    display: inline-block;
    font-size: 14pt;
    color: #555;
    width: 300px;
    padding: 4px 0 0 190px;
    text-align: right;
}

div.divPurdyHomePageButton {
    color: white;
    background-color: #193340;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin: 6px 0 0 0;
    width: 150px;
    display: inline-block;
}

div.divContactListBox {
    padding: 12px;
    height: 330px;
    border: solid 1px #a1a1a1;
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

div.divContactListBoxList {
    height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.divBDRLP_ButtonWrapper {
    font-size: 14pt;
    color: #555;
    width: 350px;
    padding: 4px 0 0 0px;
}

div.divBDRLP_Button {
    display: inline-block;
    width: 150px;
    padding: 6px 0 8px 0;
    height: 30px;
    background-color: #1e5488;
    color: white;
    font-size: 11pt;
    text-align: center;
    cursor: pointer;
}

div.divBDRLP_ListStatsWrapper {
    width: 1050px;
    border-bottom: solid 1px #555;
    padding: 4px;
}

div.divBDRLP_Lists {
    width: 615px;
    min-height: 400px;
    padding: 5px;
}

div.divBDRLP_Stats {
    width: 515px;
    min-height: 400px;
    padding: 5px 5px 5px 20px;
}

table.tblBDRLP_Stats {
    width: 90%;
}

td.tdBDRLP_StatsLabel {
    color: #555;
    font-size: 11pt;
    text-align: right;
    padding: 5px;
}

td.tdBDRLP_StatsValue {
    color: #555;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

table.tblBDRLP_BDRAccountItems {
    width: 95%;
}

td.tdBDRLP_BDRAccountItems_CH {
    background-color: #555;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 3px;
}

    td.tdBDRLP_BDRAccountItems_CH a:link {
        text-decoration: none;
        color: #ffffff;
    }

    td.tdBDRLP_BDRAccountItems_CH a:visited {
        text-decoration: none;
        color: #ffffff;
    }

    td.tdBDRLP_BDRAccountItems_CH a:active {
        text-decoration: underline;
        color: #ffffff;
    }

    td.tdBDRLP_BDRAccountItems_CH a:hover {
        text-decoration: underline;
        color: #ffffff;
    }

td.tdBDRLP_BDRAccountItems_Row {
    color: #555;
    font-size: 9pt;
    padding: 3px;
    border-bottom: solid 1px #a1a1a1;
}

div.divBDRV_AddNewAccountLink {
    margin: 8px 0 0 0;
    font-size: 9pt;
    font-weight: bold;
}

div.divCallCenterLinks {
    padding: 5px;
    text-align: right;
}

table.tblSalesSummary {
    border-collapse: collapse;
    width: 100%;
}

td.tdSalesSummary_CH {
    font-size: 8pt;
    font-weight: bold;
    background-color: #e1e1e1;
    padding: 2px 6px; 
    text-align: center;
    border: solid 1px #555;
}

td.tdSalesSummary_Row {
    font-size: 8pt;
    padding: 2px 6px;
    text-align: center;
    border: solid 1px #555;
}


/* ----- Call Finder -----*/
div.divTTFBox {
    z-index: 100;
    position: absolute;
    left: -1200px;
    top: -1200px;
    width: 200px;
    padding: 10px;
    border: solid 1px #555;
    background-color: white;
}

    div.divTTFBox div {
        font-size: 9pt;
        padding: 3px;
        border-bottom: solid 1px #999;
    }

div.divCallSearchBox {
    width: 1050px;
    background-color: #c1c1c1;
    border-radius: 15px;
    padding: 10px;
    margin: 11px 0 8px -4px;
}

td.tdCS_Spacer {
    width: 30px;
}

td.tdCS_Input input {
    width: 85px;
    font-size: 8pt;
    border-radius: 8px;
    border: solid 1px #a1a1a1;
    padding: 0 0 0 4px;
}

td.tdCS_Input select {
    width: 85px;
    font-size: 8pt;
    border-radius: 8px;
    border: solid 1px #a1a1a1;
}

div.divCS_Count {
    font-size: 8pt;
    font-weight: bold;
    color: #555;
    width: 30px;
    text-align: center;
}

td.tdCS_Label {
    font-size: 8pt;
    color: #444;
    font-weight: bold;
    padding: 0 2px 0 0;
}

div.divCallRecordingList {
    font-size: 9pt;
    min-height: 400px;
}

table.tblCallSearchResults {
    width: 1050px;
}

td.tdCSR_CH {
    background-color: #c1c1c1;
    padding: 3px;
    border-bottom: solid 1px black;
    font-size: 9pt;
    font-weight: bold;
}

td.tdCSR_Item {
    font-size: 9pt;
    padding: 3px;
}

tr.trCSR_Reg {
    background-color: none;
}

tr.trCSR_Alt {
    background-color: #c4dae5;
}

div.divCSR_QueueName {
    width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.divSimpleHeading {
    padding: 0 0 4px 0;
    border-bottom: solid 1px #555;
    font-size: 12pt;
    font-weight: bold;
    color: #555;
    margin: 0 0 10px 0;
}

/* ----- Player Box -----*/
div.divPlayerBox {
    z-index: 105;
    position: absolute;
    left: -1200px;
    top: -1200px;
    width: 450px;
    border: solid 2px #555;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 9pt;
}

div.divPlayerBoxHeading {
    padding: 5px;
    font-size: 9pt;
    font-weight: bold;
    border-radius: 8px;
    background-color: #c1c1c1;
    margin: 5px 0 1px 0;
}

div.divPlayerBoxAudio {
    margin: 10px auto 10px auto;
    width: 400px;
}

div.divPlayerBoxSummary {
    margin: 10px auto 10px auto;
    width: 400px;
    font-size: 8pt;
}

div.divPlayerBoxClose {
    margin: 10px auto 10px auto;
    width: 37px;
    font-size: 9pt;
    font-weight: bold;
}

div.divScoreSelectionControls {
    width: 400px;
    text-align: right;
    margin: 5px 0 5px 0;
}

div.divPlayerTranscription {
    padding: 3px;
    font-size: 9pt;
    margin: 0 0 8px 0;
    line-height: 17px;
    width: 98%;
}

/* ----- Call Summary Details Pop-Up -----*/
div.divCallDetail {
    position: absolute;
    z-index: 100;
    left: -1200px;
    top: -1200px;
    border: solid 1px #555;
    padding: 15px;
    background-color: white;
    width: 950px;
    font-size: 9pt;
}

table.tblKeySegmentsList {
    border-collapse: collapse;
}

td.tdKSL_CH {
    background-color: #c1c1c1;
    padding: 3px;
    border-bottom: solid 1px black;
    font-size: 9pt;
    font-weight: bold;
}

td.tdKSL_row {
    padding: 3px;
    border-bottom: solid 1px #999;
    font-size: 8pt;
    white-space: nowrap;
}

div.divKSL_Close {
    width: 100%;
    text-align: right;
    font-size: 14pt;
    font-weight: bold;
}

div.divKSL_OB {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.divButton {
    cursor: pointer;
    display: inline-block;
    background-color: #777;
    color: #e1e1e1;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    width: 85px;
    padding: 3px;
    margin: 4px;
}
