﻿table
{
    border-spacing: 0px;
}


img
{
    border: 0;
}

#body
{
    background-position: 0px -355px;
    background-repeat: repeat-x;
   
}



a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}



a:hover
{
    color: #1d60ff;
    text-decoration: none;
}


a:active
{
    color: #12eb87;
}





header, footer, nav, section
{
    display: block;
}


/* HEADINGS   

----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}


h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}


h2
{
    padding: 0 0 10px 0;
}


h3
{
    font-size: 1.2em;
}


h4
{
    font-size: 1.1em;
}


h5, h6
{
    font-size: 1em;
}

.clear-both
{
    clear: both;
}

[class*="span"] {
    margin-left: 0px;
    min-height: 0px;
    float:none;
}

label
{
    cursor: default;
}

input[type="radio"],
input[type="checkbox"] 
{
    margin: 0px;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #3d3d3d;
  border-color: #49a5e7;
}

input[disabled], select[disabled], 
textarea[disabled], input[readonly], 
select[readonly], textarea[readonly] {
    border: 1px solid #bdbebe;
    background: #efefef;
}

/* PRIMARY LAYOUT ELEMENTS   

----------------------------------------------------------*/


/* you can specify a greater or lesser percentage for the 

page width. Or, you can specify an exact pixel width. */

.page
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}


header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}


#main
{
    
   padding: 15px 15px 15px 15px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}


footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
}


/* TAB MENU   

----------------------------------------------------------*/

ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

li {
    line-height: 22px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}


ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}


ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}


ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}


ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}


ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}


/* FORM LAYOUT ELEMENTS   

----------------------------------------------------------*/

legend
{
    font-size: 1.2em;
    font-weight: bold;
}


textarea
{
    min-height: 75px;
}


input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    width: 200px;
}

#managefeescontent input[type="text"]
{
    border: 1px solid #ccc;
    font-size: 12px;
    color: black;
    margin-right: 3px;
    height: 14px;
    padding-left: 16px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    font-family: Helvetica,Arial,sans-serif;
}


input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}


/* TABLE

----------------------------------------------------------


table {

	border: solid 1px #e8eef4;

	border-collapse: collapse;

}


table td {

	padding: 5px;

	border: solid 1px #e8eef4;

}


table th {

	padding: 6px 5px;

	text-align: left;

	background-color: #e8eef4;

	border: solid 1px #e8eef4;

}*/


/* MISC  

----------------------------------------------------------*/

/* Filter for Companies, Regions, Branches, Users
----------------------------------------------------------*/

.filterItem
{
    float: left;
    padding-right: 10px;
}

.filterItemNoFloat
{
    padding-right: 10px;
}

.filterItem p, .filterItemNoFloat p
{
    margin: 0 0 0 0;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
}

.filterItemView
{
    float: left;
    padding-right: 10px;
    margin: 0 0 0 0;
    padding-top: 19px;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    color: #555555;
}

.clear
{
    clear: both;
}


.error
{
    color: Red;
}


nav, #menucontainer
{
    margin-top: 40px;
}


div#title
{
    display: block;
    float: left;
    text-align: left;
}


#headerlinks a:link, #headerlinks a:visited
{
    font-family: Helvetica,Arial, sans-serif;
    color: #707070 !important;
    font-size: 13px;
    font-weight: bold;
}

#headerlinks a:hover
{
    font-family: Helvetica,Arial, sans-serif;
    color: #707070 !important;
    font-size: 13px;
    font: crisp;
    font-weight: bold;
    text-decoration: underline;
}

#logindisplay
{
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 6px;
    vertical-align: bottom;
    color: Black;
}


#logindisplay a:link
{
    color: Black;
    text-decoration: none;
}


#logindisplay a:hover
{
    color: Black;
    text-decoration: underline;
}

/* Styles for validation helpers

-----------------------------------------------------------*/

.field-validation-error
{
    color: #ff0000;
}


.field-validation-valid
{
    display: none;
}


.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

input[type="text"].input-validation-error , input[type="text"].input-validation-error:hover
{
    border: 1px solid #ff0000 !important;
}

input[type="text"].input-validation-error:focus
{
 border: 1px solid #ef1126 !important;
 box-shadow: 0px 0px 5px #ef1126 !important;
}

.validation-summary-errors
{
    font-weight: bold;
}


.validation-summary-valid
{
    display: none;
}


/* Styles for editor and display helpers

----------------------------------------------------------*/

.display-label, ..form-control
{
    margin: 1em 0 0 0;
}


.display-field, ..form-control
{
    margin: 0.5em 0 0 0;
}


.text-box
{
    width: 30em;
}


.text-box.multi-line
{
    height: 6.5em;
}


.tri-state
{
    width: 6em;
}




.signout
{
    background-image: url('LO Sprites.png');
    background-position: 0px -128px;
    background-repeat: no-repeat;
    width: 70px;
    height: 22px;
    border: 0px;
    padding-top: 5px;
    cursor: pointer;
    -moz-box-shadow: 3px 3px 3px -2px #999999;
    -webkit-box-shadow: 3px 3px 3px -2px #999999;
    box-shadow: 3px 3px 3px -2px #999999;
}


.loggedinname
{
    color: #555555;
    font-weight: bold;
}


.welcome
{
    color: #959595;
}




.head
{
}


div.mml
{
    float: left;
    background-image: url('iMPSysAdminLogo.png');
    width: 228px; 
    height: 72px;
}


div.ihl
{
    float: left;
    background-image: url('iMPSysAdminLogo.png');
    width: 228px; 
    height: 72px;
}

div.cov
{
    float: left;
    background-image: url('iMPSysAdminLogo.png');
    width: 228px; 
    height: 72px;
}

div.schl
{
    float: left;
    background-image: url('iMPSysAdminLogo.png');
    width: 228px; 
    height: 72px;
}

div.skyline
{
    float: left;
    background-image: url('iMPSysAdminLogo.png');
    width: 228px; 
    height: 72px;
}

/*div.imp-masterheader-logo
{
    float: left;
    background-image: url('SkylineLogoVerySmall.png');
    background-repeat: no-repeat;
    width: 155px;
    height: 60px;
    margin-left: 20px;
}*/

div.imp-masterheader-logo
{
    float: left; 
    width: 228px; 
    height: 72px;
    margin-top: 10px;
    margin-left: -5px;
    background-image: url('iMPSysAdminLogo.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
}



#refreshLoanCenterPageOnClickOnLogo
{
    cursor: pointer;
}

div.line
{
    float: left;
    margin-top: 7px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('LO Sprites.png');
    background-repeat: no-repeat;
    background-position: -4px -35px;
    width: 2px;
    height: 44px;
}


div.lo
{
    float: left;
    margin-top: 20px;
    background-image: url('LO Sprites.png');
    background-repeat: no-repeat;
    background-position: -59px -79px;
    width: 169px;
    height: 21px;
}


div.headright
{
    float: right;
    margin-top: 14px;
    width: 475px;
    height: 22px;
    vertical-align: bottom;
}


.startaprospect
{
    cursor: pointer;
    background-image: url('LO Sprites.png');
    background-position: -52px -105px;
    background-repeat: no-repeat;
    width: 117px;
    height: 22px;
    border: 0px;
    float: left;
    -moz-box-shadow: 3px 3px 3px -2px #999999;
    -webkit-box-shadow: 3px 3px 3px -2px #999999;
    box-shadow: 3px 3px 3px -2px #999999;
}

.startaprospect2
{
    width: 117px;
    height: 22px;
    border: 0px;
    float: left;
}


.quickpriser
{
    background-image: url('LO Sprites.png');
    background-position: -73px -128px;
    background-repeat: no-repeat;
    margin-left: 13px;
    width: 96px;
    height: 22px;
    border: 0px;
    float: left;
    -moz-box-shadow: 3px 3px 3px -2px #999999;
    -webkit-box-shadow: 3px 3px 3px -2px #999999;
    box-shadow: 3px 3px 3px -2px #999999;
}


input.search
{
    color: #636363;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #bdbebe;
    padding-left: 10px;
    padding-top: 2px;
    width: 135px;
    height: 19px;     
    vertical-align: top;
    float: left;
    margin-left: 5px;    
}




.copyright
{
    margin-left: 25px;
    margin-top: 5px;
    color: #898989;
    font-size: 12px;
}


/* Navigation tabs */

 
div.tabs
{
    height: 33px;
    margin-left: -15px;
    margin-right: -15px;
    background-image: url('LO Sprites.png');
    background-position: 0px -320px;
    background-repeat: repeat-x;
    padding-top: 5px;
    margin-top: 25px;
}


.smallnumber
{
    margin-top: 4px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    line-height: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 3px 3px 3px;
    float: left;
    background-color: #B9BDBF;
    min-width: 13px;
}
.hometabselected .smallnumber, .hometabselected:hover .smallnumber, .queueselected .smallnumber, .queueselected:hover .smallnumber, .pipelineselected .smallnumber, .pipelineselected:hover .smallnumber, .pendingapprovalselected .smallnumber, .pendingapprovalselected:hover .smallnumber, .newloanapplicationselected:hover .smallnumber, .newloanapplicationselected .smallnumber, .completedloansselected:hover .smallnumber, .completedloansselected .smallnumber, .preapprovaltabselected .smallnumber, .preapprovaltabselected:hover .smallnumber, .cancelselected:hover .smallnumber, .cancelselected .smallnumber, .orderrequestedselected .smallnumber, .orderprocessedselected .smallnumber, .orderdeliveredforreviewselected .smallnumber, .orderexceptionselected .smallnumber, .queueselected .smallnumber
{
    background-color: #EB6D47 !important;
}

.alertsselected .smallnumber, .alertsselected:hover.smallnumber
{
    background-color: #EB6D47 !important;
    color: White;
}
.cancelselected .smallnumber, .cancelselected:hover.smallnumber
{
    background-color: #EB6D47 !important;
    color: White;
}

.hometab:hover .smallnumber, .queue:hover .smallnumber, .pipeline:hover .smallnumber, .pendingapproval:hover .smallnumber, .newloanapplication:hover .smallnumber, .alerts:hover .smallnumber, .preapprovaltab:hover .smallnumber, .orderrequested:hover .smallnumber, .orderprocessed:hover .smallnumber, .orderdeliveredforreview:hover .smallnumber, .orderexception:hover .smallnumber
{
    background-color: #ECEDEE;
}
.hometab
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
    margin-left: 10px;
}


.hometab:hover
{
    float: left;
    height: 28px;
    margin-left: 10px;
}


.hometabselected, .hometabselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    cursor: pointer;
    height: 28px;
    margin-left: 10px;
}


.preapprovaltab
{
    color: black;
    list-style-type: none;
    float: left;
    margin-left: 10px;
}


.preapprovaltab:hover
{
    float: left;
    height: 28px;
    margin-left: 10px;
}

.preapprovaltabselected, .preapprovaltabselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.queue
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}


.queue:hover
{
    float: left;
    height: 28px;
}

.queueselected, .queueselected:hover
{
    color: white;
    list-style-type: none;
    float: left;
    height: 28px;
}

.newloanapplication
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}

.newloanapplication:hover
{
    float: left;
    height: 28px;
}

.newloanapplicationselected, .newloanapplicationselected:hover
{
    color: white;
    list-style-type: none;
    float: left;
    height: 28px;
}


.pipeline
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}


.pipeline:hover
{
    float: left;
    height: 28px;
}

.orderrequested
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}

.orderrequested:hover
{
    float: left;
    height: 28px;
}

.orderprocessed
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}


.orderprocessed:hover
{
    float: left;
    height: 28px;
}

.orderdeliveredforreview
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}

.orderdeliveredforreview:hover
{
    float: left;
    height: 28px;
}

.orderexception
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}

.paddingL15
{
    padding-left: 15px;
}

.orderexception:hover
{
    float: left;
    height: 28px;
}

.orderrequestedselected, .orderrequestedselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.orderprocessedselected, .orderprocessedselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.orderdeliveredforreviewselected, .orderdeliveredforreviewselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.orderexceptionelected, .orderexceptionelected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.pipelineselected, .pipelineselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.alert
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}

.alert:hover
{
    float: left;
    height: 28px;
}
.alertselected
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.pendingapproval
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}


.pendingapproval:hover
{
    float: left;
    height: 28px;
}


.pendingapprovalselected, .pendingapprovalselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}

.completedloans
{
    color: black;
    list-style-type: none;
    float: left;
    height: 28px;
}


.completedloans:hover
{
    float: left;
    height: 28px;
}


.completedloansselected, .completedloansselected:hover
{
    color: White;
    list-style-type: none;
    float: left;
    height: 28px;
}


.contacts
{
    list-style-type: none;
    float: left;
    height: 28px;
}


.contacts:hover
{
    float: left;
    height: 28px;
}


.contactsselected, .contactsselected:hover
{
    list-style-type: none;
    float: left;
    height: 28px;
}


.alerts
{
    list-style-type: none;
    float: left;
    height: 28px;
    color: Black;
}


.alerts:hover
{
    float: left;
    height: 28px;
}


.alertsselected, .alertsselected:hover
{
    list-style-type: none;
    float: left;
    height: 28px;
}


.cancel
{
    list-style-type: none;
    float: left;
    height: 28px;
    color: Black;
}

.cancel:hover
{
    float: left;
    /*height: 28px;*/
}


.cancelselected, .cancelselected:hover
{
    list-style-type: none;
    float: left;
    height: 28px;
}


.referals
{
    list-style-type: none;
    float: left;
    height: 28px;
    margin-left: 15px;
}

.referals:hover
{
    float: left;
    height: 28px;
    margin-left: 15px;
}

.referalsselected, .referalsselected:hover
{
    list-style-type: none;
    float: left;
    height: 28px;
}

.dashboard
{
    list-style-type: none;
    float: left;
    height: 28px;
}


.dashboard:hover
{
    float: left;
    height: 28px;
    background-color: red;
}


.dashboardselected, .dashboardselected:hover
{
    list-style-type: none;
    float: left;
    height: 28px;
}

/* Log */
.logsection
{
    width: 800px;
    max-height: 200px;
    margin-left: 4px;
    margin-top: 27px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}
.logsectionhead
{
    padding-top: 5px;
}
.logsectionhead div
{
    float: left;
}
.logsectionheadleftcorner
{
    background-image: url("LO Sprites.png");
    background-position: 0 -256px;
    height: 25px;
    padding-left: 20px;
}
.logsectionheadcontent
{
    background-image: url("LO Sprites.png");
    background-position: -20px -256px;
    color: Black;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    width: 760px;
}
.logsectionheadrightcorner
{
    background-image: url("LO Sprites.png");
    background-position: -1140px -256px;
    height: 25px;
    width: 20px;
}
.logcontent
{
    background-color: white;
    float: left;
    width: 100%;
}

.modalBackground
{
    width: 100%;
    height: 105%;
    display: none;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    margin: -10px 0 0 0;
}

.modalBackgroundUpper 
{
    width:100%;
    height:105%;
    display:none;
    position:fixed;
    z-index:105;
    background:rgba(0,0,0,0.6);
    padding:0;
    margin:-10px 0 0 0
}

.modalBackgroundWhite
{
    width: 100%;
    height: 105%;
    display: none;
    position: fixed;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    margin: -10px 0 0 0;
}
.divpopup
{
    position: fixed;
    z-index: 101;
    margin: -300px 0 0 -400px;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 600px;
}
.modalBackground.borrowerInformationPopupBackground
{
    position: absolute;
}
.borrowerInformationPopup
{
    position: absolute;
    margin: 50px 0 0 -400px;
    left: 50%;
    height: 800px;
    width: 800px;
}
.divemaildetailspopup
{
    position: fixed;
    z-index: 102;
    margin: -300px 0 0 -300px;
    left: 50%;
    top: 50%;
    width: 540px;
    height: 500px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #F0F0F0;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.emaildetailssectionheadtitle
{
    color: Green;
    font-family: Trebuchet MS;
    font-size: 21px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.divconversationlogpopup
{
    position: fixed;
    z-index: 102;
    margin: -140px 0 0 -200px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 280px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.conversationlogsectionheadtitle
{
    color: #198342;
    font-family: Trebuchet MS;
    font-size: 21px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.conversationlogheadline
{
    width: 390px;
    height: 2px;
    background-color: #198342;
    margin-left: 5px;
}
.emaildetailsheadline
{
    width: 98%;
    height: 2px;
    background-color: Green;
    margin-left: 5px;
}
.logtablediv
{
    margin: 20px;
    padding-bottom: 20px;
}
.conversationlogcontent
{
    height: 130px;
    margin: 10px;
    padding-bottom: 20px;
}
.logTableHeader
{
    border-bottom: 1px solid gray;
    font-weight: bold;
    padding-bottom: 5px;
}

.logTableHeaderSubject
{
    width: 200px;
}

.logTableHeaderDescription
{
    width: 300px;
}

.logTableHeaderDate
{
    width: 125px;
}

.logTableHeaderUser
{
    width: 115px;
}

.logTableItem
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}

.logIconConversationLog
{
    background-image: url("LO Sprites.png");
    background-position: -686px -123px;
    cursor: pointer;
    height: 24px;
    width: 27px;
}
.logCancel
{
    /*background-image: url("LO Sprites.png");
    background-position: -443px -122px;
    height: 24px;
    width: 61px;*/
    background-image: url("images/closelabel.gif");
    cursor: pointer;
    height: 22px;
    width: 55px;
} 

.logManageButtonsSection
{
    float: right;
    padding-bottom: 20px;
    padding-right: 20px;
}
.conversationlogManageButtonsSection
{
    float: right;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.conversationlogcontentsubject
{
    float: left;
    padding-right: 20px;
}
.conversationlogcontentcategory
{
    float: left;
}
.roundedBox
{
    height: 50px;
    width: 365px;
    max-height: 50px;
    max-width: 365px;
    min-height: 50px;
    min-width: 365px;
    margin: 0;
    position: relative;
    text-align: left;
    vertical-align: text-top;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid gray;
}
.conversationlogcontentcommentnote
{
    float: right;
    padding-left: 215px;
    font-size: 10px;
    font-style: italic;
}

/*----------------------------------------------*/

/* Today's To Do list */
#today, #thisweek, #thismonth
{
    height: 160px;
    border-bottom: 1px solid #529A3A;
}
.todolist /* div where is table */
{
    width: 1162px;
    margin-left: 4px;
    margin-top: 27px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.tasktable, .prospecttable, .pipelinetable, .pendingapprovaltable, .newloanapplicationtable, .alerttable, .completedloanstable, .preapprovaltable, .canceltable, .queuetable, .mailroomtable
{
    border-collapse: collapse;
    width: 1158px;
}

.tasktable a, .prospecttable a, .pipelinetable a, .pendingapprovaltable a, .newloanapplicationtable a, .alerttable a, .completedloanstable a, .preapprovaltable a, .canceltable a, .queuetable a, .mailroomtable a
{
    color: Black;
}

.todolisthead
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
}

.todolisthead2
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}

.todolistcontent, .prospectcontent, .pipelinecontent, .pendingapprovalcontent, .newloanapplicationcontent, .alertcontent, .completedloanscontent, .preapprovalcontent, .cancelcontent, .queuecontent, .mailroomcontent
{
    width: 1158px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}


.todolistfooter, .gridlistfooter
{
    background-image: url('LO Sprites.png');
    background-position: 0px -288px;
    width: 1162px;
    height: 24px;
    padding-left: 20px;
    padding-top: 6px;
}


.smallarrow
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -16px -57px;
    width: 5px;
    height: 9px;
    margin-top: 6px;
    margin-left: 8px;
}


.tasktablesubjects, .prospectsubjects, .pipelinesubjects, .pendingapprovalsubjects, .newloanapplicationsubjects, .alertsubjects, .completedloanssubjects, .preapprovalsubjects, .cancelsubjects, .queuesubjects, .mailroomsubjects
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    background-color: #d8dbdc;
    height: 25px;
}

.biggreens
{
    background-image: url('LO Sprites.png');
    background-position: -38px -54px;
    width: 15px;
    height: 17px;
    position: absolute;
    margin-left: -17px;
    margin-top: -7px;
}

.biggreen
{
    display: none;
    background-image: url('LO Sprites.png');
    background-position: -38px -54px;
    width: 15px;
    height: 17px;
    position: absolute;
    margin-left: -17px;
    margin-top: -7px;
}
.g12
{
    color: #333333;
    font-size: 12px;
}

.m59
{
    margin-left: 59px;
    text-decoration: none;
}

.m85
{
    margin-left: 85px;
    text-decoration: none;
}
.m75
{
    margin-left: 75px;
    text-decoration: none;
}
.m105
{
    margin-left: 105px;
    text-decoration: none;
}
.m156
{
    margin-left: 156px;
    text-decoration: none;
}
.m157
{
    margin-left: 65px;
    text-decoration: none;
}
.m158
{
    margin-left: 114px;
    text-decoration: none;
}
.m130
{
    margin-left: 130px;
    text-decoration: none;
}
.m95
{
    margin-left: 95px;
    text-decoration: none;
}
.right1
{
    float: right;
    margin-right: 10px;
}
.left1
{
    float: left;
    margin-right: 10px;
}

.left0
{
    float: left;
}

.left142
{
    float: left;
    font-weight: bold;
    width: 142px;
}

.left20
{
    float: left;
    font-weight: bold;
    margin-left: 20px;
}
.right0
{
    float: right;
}
.font15
{
    font-size: 15px;
}
.tasktablesubjects td.t0
{
    width: 20px;
}
.pipelinesubjects td.t0, .newloanapplicationsubjects td.t0, .prospectsubjects td.t0
{
    width: 30px;
}
.tasktablesubjects td.t1, .prospectsubjects td.t1
{
    width: 80px;
}

.pipelinesubjects td.t1
{
    width: 90px;
}

.pipelinesubjects td.t2
{
    width: 40px;
    text-align: center;
}

.pipelinesubjects td.t3
{
    width: 130px;
}
.pipelinesubjects td.t12
{
    width: 90px;
}
.pipelinesubjects td.t13
{
    width: 35px;
}
.pipelinesubjects td.t14
{
    width: 140px;
}
.newloanapplicationsubjects td.t3
{
    width: 90px;
}
.pipelinesubjects td.t4
{
    width: 90px;
}

.pipelinesubjects td.t5
{
    width: 120px;
}

.pipelinesubjects td.t6
{
    text-align: center;
    width: 70px;
}
.pipelinesubjects td.t7
{
    text-align: center;
    width: 65px;
}
.pipelinesubjects td.t8
{
    text-align: center;
    width: 60px;
}
.newloanapplicationsubjects td.t9 .alertsubjects td.t0
{
    width: 30px;
}

.alertsubjects td.t0
{
    width: 30px;
}
.alertsubjects td.t1
{
    width: 110px;
}
.alertsubjects td.t2
{
    width: 40px;
    text-align: center;
}
.alertsubjects td.t3
{
    width: 50px;
    text-align: center;
}
.alertsubjects td.t6
{
    width: 80px;
    text-align: left;
}
.alertsubjects td.t8
{
    width: 80px;
    text-align: center;
}
.alertsubjects td.t4
{
    text-align: left;
    width: 140px;
}
.alertsubjects td.t7
{
    width: 120px;
    text-align: left;
}
.alertsubjects td.t9
{
    width: 70px;
    text-align: center;
}
.alertsubjects td.t10
{
    width: 55px;
    text-align: center;
}
.alertsubjects td.t11
{
    width: 140px;
    text-align: center;
}
.alertsubjects td.t12
{
    width: 160px;
    text-align: left;
}
.alertsubjects td.t13
{
    width: 100px;
    text-align: center;
}

.alertsubjects td.t5
{
    width: 110px;
}

.cancelsubjects td.t1
{
    width: 105px;
}
.cancelsubjects td.t2
{
    width: 30px;
    text-align: center;
}
.cancelsubjects td.t3
{
    width: 50px;
    text-align: center;
}
.cancelsubjects td.t4
{
    width: 80px;
    text-align: center;
}
.cancelsubjects td.t5
{
    width: 80px;
    text-align: center;
}
.cancelsubjects td.t6
{
    text-align: left;
    width: 140px;
}
.cancelsubjects td.t7
{
    width: 193px;
    text-align: left;
}
.cancelsubjects td.t8
{
    width: 70px;
    text-align: center;
}
.cancelsubjects td.t9
{
    width: 50px;
    text-align: center;
}
.cancelsubjects td.t10
{
    width: 140px;
    text-align: center;
}
.cancelsubjects td.t11
{
    width: 110px;
    text-align: left;
}
.cancelsubjects td.t12
{
    width: 90px;
    text-align: center;
}

.newloanapplicationsubjects td.t9
{
    width: 95px;
}
.pipelinesubjects td.t9
{
    width: 74px;
}
.newloanapplicationsubjects td.t10
{
    width: 160px;
}
.pipelinesubjects td.t10
{
    width: 140px;
}
.newloanapplicationsubjects td.t11
{
    width: 120px;
}

.pipelinesubjects td.t11
{
    width: 90px;
}
.newloanapplicationsubjects td.t1
{
    width: 140px;
}
.newloanapplicationsubjects td.t2
{
    width: 95px; 
}
.newloanapplicationsubjects td.t3 
{
    width: 180px;
}
.newloanapplicationsubjects td.t4
{
    width: 130px;
}
.newloanapplicationsubjects td.t5
{
    width: 90px;
    text-align: center;
}
.newloanapplicationsubjects td.t6
{
    width: 290px;
}
.newloanapplicationsubjects td.t7
{
    width: 80px;
}
.newloanapplicationsubjects td.t8
{
    width: 130px;
}
.tasktablesubjects td.t2, .prospectsubjects td.t2
{
    width: 70px;
}
.tasktablesubjects td.t3
{
    width: 90px;
}
.tasktablesubjects td.t4
{
    width: 212px;
}
.tasktablesubjects td.t5
{
    width: 129px;
}
.tasktablesubjects td.t6
{
    width: 95px;
}
.tasktablesubjects td.t7
{
    width: 123px;
}

.tasktablesubjects td.t8
{
    width: 140px;
}

.tasktablesubjects td.t9
{
    width: 165px;
}

.prospectsubjects td.t3
{
    width: 200px;
}
.prospectsubjects td.t4
{
    width: 130px;
}
.prospectsubjects td.t5
{
    width: 170px;
}
.prospectsubjects td.t6
{
    width: 150px;
}
.prospectsubjects td.t7
{
    width: 150px;
}
.prospectsubjects td.t8
{
    width: 171px;
}

hr.last {
    border: 1px solid;
    margin: 5px 0;
}
.tasktablelist, .pendingapprovaltablelist, .alerttablelist, .queuetablelist, .orderrequestedtablelist, .orderdeliveredforreviewtablelist, .orderexceptiontablelist, .orderprocessedtablelist, .mailroomtablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    border-bottom: 1px dotted #555555;
    cursor: default;
}
.childIndicator
{
    background-image: url("treeview.png");
    background-position: 0 0;  
    width: 13px;
    height: 13px;
    position: absolute;
    margin-left: -17px;
    margin-top: -7px;
}

.completedloanstablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    border-bottom: 1px dotted #555555;
    cursor: default;
}

.completedloanstablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}

.completedloanstablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.completedloanstablelist.last:hover {
     
}

.canceltablelist
{
   font-size: 12px;
   color: #555555;
   font-weight: normal;
   background-color: #ffffff;
   height: 25px;
   cursor: default;
}
 
 .canceltablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}
.canceltablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.canceltablelist.last:hover {
     
}
.preapprovaltablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    cursor: default;
}
.prospecttablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    cursor: default;
}

.prospecttablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}

.pipelinetablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    cursor: default;
}

.preapprovaltablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}

/*.preapprovaltablelist.first
{
    border-top: 1px dotted #555;
    border-bottom: none;
}
*/
.pipelinetablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}

.pendingapprovaltablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    cursor: default;
}

.pendingapprovaltablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}
.pendingapprovaltablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.pendingapprovaltablelist.last:hover {
     
}  

.newloanapplicationtablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    cursor: default;
}

.newloanapplicationtablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}

.alerttablelist
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffffff;
    height: 25px;
    cursor: default;
}

.alerttablelist.last
{
    border-bottom: 1px dotted #555555;
    border-top: none;
}

.alerttablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.alerttablelist.last:hover {
     
}



.tasktablelist:hover, .pendingapprovaltablelist:hover, .tablerowhover, .completedloanstablelist:hover, .preapprovaltablelist:hover, .queuetablelist:hover, .orderrequestedtablelist:hover, .orderdeliveredforreviewtablelist:hover, .orderexceptiontablelist:hover, .orderprocessedtablelist:hover, .mailroomtablelist:hover
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.prospecttablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.prospecttablelist.last:hover {
     
}

.pipelinetablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.pipelinetablelist.last:hover {
     
}



.newloanapplicationtablelist:hover {
    
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #eef1f2;
    height: 25px;
    cursor: default;
}

.newloanapplicationtablelist.last:hover {
     
}


.prospecttablelistduedate, .pipelinetablelistduedate, .pendingapprovaltablelistduedate, .newloanapplicationtablelistduedate, .completedloanstablelistduedate, .preapprovaltablelistduedate, .alerttablelistduedate, .canceltablelistduedate, .queuetablelistduedate, .mailroomtablelistduedate
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffd9d9;
    height: 25px;
    border-bottom: 1px dotted #555555;
    cursor: default;
}

.tasktablelistduedate{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #ffd9d9;
    height: 25px;
    cursor: default;
}

.prospecttablelistduedate:hover, .pipelinetablelistduedate:hover, .pendingapprovaltablelistduedate:hover, .newloanapplicationtablelistduedate:hover, .completedloanstablelistduedate:hover, .queuetablelistduedate:hover,.mailroomtablelistduedate:hover
{
    font-size: 12px;
    color: #555555;
    background-color: #eef1f2;
    font-weight: normal;
    height: 25px;
    border-bottom: 1px dotted #555555;
    cursor: default;
}

.tasktablelistduedate:hover{
    font-size: 12px;
    color: #555555;
    background-color: #eef1f2;
    font-weight: normal;
    height: 25px;
    cursor: default;
}

.tasktablelistduedate .duedatered
{
    color: Red;
    font-weight: bold;
}

.tablelistselected
{
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    background-color: #D3E8DF;
    height: 25px;
    cursor: default;
    border-bottom: none;
}

.tablelistselected.first
{
    border-top: 1px solid #479975;
}

.tablelistselected.last
{
    border-bottom: 1px solid #479975;
}

.fleft
{
    float: left;
}
.floatright
{
    float: right;
}


.w180
{
    width: 184px;
}
.nooftasks /* number of tasks */
{
    float: left;
    color: #103d12;
    font-size: 22px;
    font-weight: normal;
    margin-top: -3px;
    margin-left: 61px;
}


.nooftasksfont
{
    float: left;
    color: #103d12;
    font-size: 15px;
    font-weight: normal;
}

.filter, .pipelineActivityFilter, .pendingApprovalActivityFilter, .pipelineLoanPurposeFilter, .alertsLoanPurposeFilter, .completedLoansActivityFilter, .contactStatusFilter, 
.completedBorrowerStatusFilter, .canceledBorrowerStatusFilter, .alertsActivityFilter, .queueFilter, .orderRequestedLoanPurposeFilter, .orderRequestedRushFilter, .propectLoanPurposeFilter,
.orderRequestedNonConformingFilter, .mailroomLoanPurposeFilter
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -10px -73px;
    width: 13px;
    height: 13px;
    margin-top: 5px;
    margin-right: 20px;
}

.prospectLoanLoConciergeFilter
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -10px -73px;
    width: 13px;
    height: 13px;
    margin-top: 5px;
    margin-right: 5px;
}

.max
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -25px -73px;
    width: 13px;
    height: 13px;
    margin-top: 5px;
    cursor: pointer;
}


.min
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -40px -73px;
    width: 13px;
    height: 13px;
    margin-top: 5px;
    cursor: pointer;
}

a.namelink
{
    color: Black;
    font-size: 15px;
    text-decoration: none;
}

a.namelink:hover
{
    color: Black;
    font-size: 15px;
    text-decoration: underline;
}

a.namelink:visited
{
    color: Black;
    font-size: 15px;
    text-decoration: none;
}




#listandpage
{
    overflow: hidden;
    height: auto;
}

.contactemail
{
    text-decoration: none;
    color: #00639b;
}

.regularfont
{
    font-weight: normal !important;
}

.normalfont
{
    color: #555555;
    font-size: 12px;
}


.leftarrow
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -10px -34px;
    width: 16px;
    height: 16px;
}


.rightarrow
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -27px -34px;
    width: 16px;
    height: 16px;
}


a.page
{
    font-weight: normal;
    text-align: center;
    padding: 1px 6px 1px 6px;
    color: #333333;
    text-decoration: none;
}

a.pageselected, a.page:hover
{
    font-weight: normal;
    text-align: center;
    padding: 1px 6px 1px 6px;
    color: #ffffff;
    background-color: #549B72;
    text-decoration: none;
}

.calendardiv, .getstarteddiv, .assignloaninfodiv, .conciergecommandembeddeddiv, .loandetailsdiv, .appraisaldiv
{
    width: 1162px;
    margin-left: 4px;
    margin-top: 29px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.manageprospectsdiv, .managefeesdiv, .manageloanservicesdiv
{
    border-radius: 10px 10px 10px 10px;
    margin-left: 4px;
    margin-top: 29px;
    width: 1162px;
}

.calendarhead, .getstartedhead, .conciergecommandembeddedhead, .assignloaninfohead, .loandetailshead, .manageprospectshead, .managefeeshead, .appraisalhead, .manageloanserviceshead, .borrowerdetailshead, .rateoptionshead
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
}
.calendarhead2, .getstartedhead2, .conciergecommandembeddedhead2, .assignloaninfohead2, .loandetailshead2, .manageprospectshead2, .appraisalhead2, .manageloanserviceshead2, .borrowerdetailshead2
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
}

.calendarcontent
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    width: 1158px;
    height: 200px;
    padding-top: 5px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.getstartedcontent, .conciergecommandembeddedcontent
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    width: 1158px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}


.assignloaninfocontent, .loandetailscontent, .manageprospectscontent, .managefeescontent, .appraisalcontent, .manageloanservicescontent, .borrowerdetailscontent
{
    font-size: 12px;
    color: Black;
    width: 1158px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.loandetailscontent .widthAImportant
{
    width: auto !important;
}

.calendarcontent2, .getstartedcontent2, .assignloaninfocontent2, .conciergecommandembeddedcontent2, .loandetailscontent2, .manageprospectscontent2, .appraisalcontent2, .manageloanservicescontent2, .borrowerdetailscontent2
{
    overflow: hidden;
    border: 0px;
    padding-top: 5px;
}

.calevent
{
    float: left;
    margin-left: 102px;
    background-image: url('LO Sprites.png');
    background-position: -229px -34px;
    width: 84px;
    height: 22px;
}


.emaildiv
{
    width: 1162px;
    margin-left: 4px;
    margin-top: 25px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}


.emailhead
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
}

.emailhead2
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
}




.emailcontent
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    width: 1158px;
    height: 170px;
    padding-top: 5px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.emailcontent2
{
    overflow: hidden;
    border: 0px;
    padding-top: 5px;
}
.ecompose
{
    float: left;
    margin-left: 125px;
    background-image: url('LO Sprites.png');
    background-position: -345px -34px;
    width: 85px;
    height: 22px;
}




.calendartabs
{
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    width: 1000px;
}



.calendartabs section
{
    float: left;
    z-index: 1;
}



.calendartabs1 h3
{
    margin: 0 0 0 35px;
    width: 89px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -551px -34px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.calendartabs2 h3
{
    margin: 0 1px 0 5px;
    width: 89px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -551px -66px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.calendartabs3 h3
{
    margin: 0 1px 0 5px;
    width: 89px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -551px -96px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.calendartabs1.current h3
{
    margin: 0 0 0 35px;
    width: 89px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -443px -34px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.calendartabs2.current h3
{
    margin: 0 1px 0 5px;
    width: 89px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -443px -66px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.calendartabs3.current h3
{
    margin: 0 1px 0 5px;
    width: 89px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -443px -96px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}





.calendartabs section div
{
    width: 920px;
    height: 170px;
    border-top: 1px solid #529a3a;
    margin-top: -1px;
    z-index: -1;
    margin-left: 15px;
    position: absolute;
    display: none;
    padding: 0 10px;
    font-family: Helvetica,Arial, sans-serif;
    font-weight: normal;
    left: 0;
    color: #555555;
}


.calendartabs section.current div
{
    display: block;
}







.emailtabs
{
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
}



.emailtabs section
{
    float: left;
    z-index: 1;
}



.emailtabs1 h3
{
    margin: 0 0 0 35px;
    width: 69px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -776px -34px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.emailtabs2 h3
{
    margin: 0 1px 0 5px;
    width: 69px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -776px -66px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.emailtabs3 h3
{
    margin: 0 1px 0 5px;
    width: 69px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -776px -96px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.emailtabs1.current h3
{
    margin: 0 0 0 35px;
    width: 69px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -676px -34px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.emailtabs2.current h3
{
    margin: 0 1px 0 5px;
    width: 69px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -676px -66px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.emailtabs3.current h3
{
    margin: 0 1px 0 5px;
    width: 69px;
    height: 20px;
    background-image: url('LO Sprites.png');
    background-position: -676px -96px;
    -moz-border-radius: 5px 5px 0 0;
    cursor: pointer;
}





.emailtabs section div
{
    width: 1110px;
    height: 170px;
    border-top: 1px solid green;
    margin-top: -1px;
    z-index: -1;
    margin-left: 15px;
    position: absolute;
    display: none;
    padding: 0 10px;
    font-family: Helvetica,Arial, sans-serif;
    font-weight: normal;
    left: 0;
    color: #555555;
}

.emailtabs section.current div
{
    display: block;
}



#nav, #pipelineActivityFilter, #pendingApprovalActivityFilter, #pipelineLoanPurposeFilter, #alertsLoanPurposeFilter, #canceledBorrowerStatusFilter, #completedBorrowerStatusFilter, 
#pipelineBorrowerStatusFilter, #completedLoansActivityFilter, #contactStatusFilter, #alertsActivityFilter, #queueFilter, #orderRequestedLoanPurposeFilter,
#orderRequestedRushFilter, #orderRequestedNonConformingFilter, #prospectLoanPurposeFilter, #mailroomLoanPurposeFilter, #mailroomBorrowerStatusFilter, #prospectLoanLoConciergeFilter
{
    margin: 0;
    padding: 7px 6px;
}

#nav li, #pipelineActivityFilter li, #pendingApprovalActivityFilter li, #pipelineLoanPurposeFilter li, #alertsLoanPurposeFilter li, #canceledBorrowerStatusFilter li, 
#completedBorrowerStatusFilter li, #pipelineBorrowerStatusFilter li, #completedLoansActivityFilter li, #contactStatusFilter li, #alertsActivityFilter li, #queueFilter li,
#orderRequestedLoanPurposeFilter li, #orderRequestedRushFilter li, #orderRequestedNonConformingFilter li, #prospectLoanPurposeFilter li, #mailroomLoanPurposeFilter li, 
#mailroomBorrowerStatusFilter li, #prospectLoanLoConciergeFilter li
{
    margin: -10px 0 5px -10px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
    height: 25px;
}

/* main level link */
#nav a
{
    width: 103px;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 8px 7px;
    margin-left: -90px;
    height: 10px;
}
#pipelineActivityFilter a, #pendingApprovalActivityFilter a, #pipelineLoanPurposeFilter a, #alertsLoanPurposeFilter a, #canceledBorrowerStatusFilter a, #completedBorrowerStatusFilter a, 
#pipelineBorrowerStatusFilter a, #completedLoansActivityFilter a, #alertsActivityFilter a, #queueFilter a, #orderRequestedLoanPurposeFilter a,
#orderRequestedRushFilter a, #orderRequestedNonConformingFilter a, #prospectLoanPurposeFilter a, #mailroomLoanPurposeFilter a, #mailroomBorrowerStatusFilter a
{
    width: 15px;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 8px 7px;
    /*height: 10px;*/
}
/* main level link hover */
#nav li.lower:hover > a, #nav li.lowers:hover > a, #pipelineActivityFilter li.lower:hover > a, #pipelineActivityFilter li.lowers:hover > a, #pipelineLoanPurposeFilter li.lower:hover > a, 
#pipelineLoanPurposeFilter li.lowers:hover > a, #alertsLoanPurposeFilter li.lower:hover > a, #alertsLoanPurposeFilter li.lowers:hover > a, #canceledBorrowerStatusFilter li.lower:hover > a, 
#completedBorrowerStatusFilter li.lower:hover > a, #pipelineBorrowerStatusFilter li.lower:hover > a, #canceledBorrowerStatusFilter li.lowers:hover > a, 
#completedBorrowerStatusFilter li.lowers:hover > a, #pipelineBorrowerStatusFilter li.lowers:hover > a, #completedLoansActivityFilter li.lowers:hover > a, 
#contactStatusFilter li.lower:hover > a, #alertsActivityFilter li.lower:hover > a, #alertsActivityFilter li.lowers:hover > a,
#queueFilter li.lower:hover > a, #queueFilter li.lowers:hover > a, #orderRequestedLoanPurposeFilter li.lowers:hover,
#orderRequestedRushFilter li.lower:hover > a, #orderRequestedNonConformingFilter li.lower:hover > a, #prospectLoanPurposeFilter li.lower:hover > a, 
#prospectLoanPurposeFilter li.lowers:hover > a, #mailroomLoanPurposeFilter li.lower:hover > a, #mailroomBorrowerStatusFilter li.lower:hover >a, #prospectLoanLoConciergeFilter li.lower:hover > a
{
    height: 20px;
    background-color: #eef1f2;
    color: #333333;
    font-weight: bold;
}
#nav li.lowers > a, #pipelineActivityFilter li.lowers > a, #pendingApprovalActivityFilter li.lowers > a, #completedLoansActivityFilter li.lowers > a, #contactStatusFilter li.lowers > a, 
#alertsActivityFilter li.lowers > a, #prospectLoanLoConciergeFilter li.lowers > a
{
    height: 20px;
    background-color: #9BC6AB;
    color: #333333;
    font-weight: bold;
    margin-left: 0px;
    width: 140px;
}
#pipelineLoanPurposeFilter li.lowers > a, #alertsLoanPurposeFilter li.lowers > a, #pipelineBorrowerStatusFilter li.lowers > a, #canceledBorrowerStatusFilter li.lowers > a, 
#completedBorrowerStatusFilter li.lowers > a, #orderRequestedRushFilter li.lowers > a,
#orderRequestedLoanPurposeFilter li.lowers > a, #orderRequestedNonConformingFilter li.lowers > a, #prospectLoanPurposeFilter li.lowers > a,  #mailroomLoanPurposeFilter li.lower:hover > a, #mailroomBorrowerStatusFilter li.lower:hover > a
{
    height: 20px;
    background-color: #9BC6AB;
    color: #333333;
    font-weight: bold;
    margin-left: 0px;
    width: 140px;
}
#pendingApprovalActivityFilter li.lowers > a, #queueFilter li.lowers > a
{
    height: 20px;
    background-color: #9BC6AB;
    color: #333333;
    font-weight: bold;
    margin-left: 0px;
    width: 100px;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a, #pipelineActivityFilter ul li:hover a, #pipelineActivityFilter li:hover li a, #contactStatusFilter ul li:hover a, #contactStatusFilter li:hover li a, 
#alertsActivityFilter li:hover li a, #alertsActivityFilter ul li:hover a, #prospectLoanLoConciergeFilter ul li:hover a, #prospectLoanLoConciergeFilter li:hover li a
{
    font-weight: bold;
    padding: 4px 0 1px 5px;
    border: none;
    margin-left: 0px;
    width: 135px;
}

#queueFilter ul li:hover a, #pendingApprovalActivityFilter ul li :hover a
{
    font-weight: bold;
    padding: 4px 0 1px 5px;
    border: none;
    margin-left: 0px;
    width: 95px;
}

.pendingApprovalActivityFilterUl .lower, .pendingApprovalActivityFilterUl .lowers, 
.pendingApprovalActivityFilterUl .lower :hover a, .pendingApprovalActivityFilterUl .lowers :hover a
{
    width: 175px!important;  
    height: 35px!important; 
    line-height: 12px;
    padding-top: 0px!important;
}

.pendingApprovalActivityFilterUl .lower > a,  .pendingApprovalActivityFilterUl .lowers > a
{
    width: 168px!important; 
    line-height: 12px;  
    height: 24px!important;
    padding-top: 10px !important;
    padding-right: 5px !important;   
    padding-left: 7px !important;  
    margin-top:1px; 
}

#pipelineLoanPurposeFilter ul li :hover a, #alertsLoanPurposeFilter ul li :hover a, #pipelineLoanPurposeFilter li :hover a, #contactStatusFilter li :hover a, 
#pipelineBorrowerStatusFilter ul li:hover a, #canceledBorrowerStatusFilter ul li:hover a, #completedBorrowerStatusFilter ul li:hover a, #pipelineBorrowerStatusFilter li :hover a, 
#canceledBorrowerStatusFilter li :hover a, #completedBorrowerStatusFilter li :hover a, #queueFilter li :hover a, #orderRequestedLoanPurposeFilter li :hover a,
#orderRequestedRushFilter li:hover a, #orderRequestedNonConformingFilter li:hover a, #prospectLoanPurposeFilter ul li :hover a, #prospectLoanPurposeFilter li :hover a, #mailroomLoanPurposeFilter li :hover a,
#mailroomBorrowerStatusFilter li:hover a, #prospectLoanLoConciergeFilter li :hover a
{
    font-weight: bold;
    padding: 4px 0 1px 5px;
    border: none;
    margin-left: 0px;
    width: 95px;
}
/* dropdown */
#nav li:hover > ul, #pipelineActivityFilter li:hover > ul, #pendingApprovalActivityFilter li:hover > ul, #pipelineLoanPurposeFilter li:hover > ul, #alertsLoanPurposeFilter li:hover > ul, 
#pipelineBorrowerStatusFilter li:hover > ul, #canceledBorrowerStatusFilter li:hover > ul, #completedBorrowerStatusFilter li:hover > ul, #completedLoansActivityFilter li:hover > ul, 
#contactStatusFilter li:hover > ul, #alertsActivityFilter li:hover > ul, #queueFilter li:hover > ul , #orderRequestedLoanPurposeFilter li:hover > ul,
#orderRequestedRushFilter li:hover > ul, #orderRequestedNonConformingFilter li:hover > ul, #prospectLoanPurposeFilter li:hover > ul, #mailroomLoanPurposeFilter li :hover > ul,
#mailroomBorrowerStatusFilter li:hover > ul, #prospectLoanLoConciergeFilter li:hover > ul
{
    display: block;
}

/* level 2 list */
#nav ul
{
    -moz-box-shadow: 0 5px 12px 3px #666666;
    -webkit-box-shadow: 0 5px 12px 3px #666666;
    box-shadow: 0 5px 12px 3px #666666;
    display: none;
    margin: 0;
    padding: 0;
    width: 140px;
    position: absolute;
    top: 20px;
    left: -125px;
    background: #fff;
    border: solid 1px #666666;
    z-index: 40;
}

.pendingApprovalActivityFilterUl
{
    width: 180px!important;    
}

#nav ul li, #pipelineActivityFilter ul li, #pendingApprovalActivityFilter ul li, #pipelineLoanPurposeFilter ul li, #alertsLoanPurposeFilter ul li, #pipelineBorrowerStatusFilter ul li, 
#canceledBorrowerStatusFilter ul li, #completedBorrowerStatusFilter ul li, #completedLoansActivityFilter ul li, #contactStatusFilter ul li, #alertsActivityFilter ul li, #queueFilter ul li ,
#orderRequestedRushFilter ul li, #orderRequestedLoanPurposeFilter ul li, #orderRequestedNonConformingFilter ul li, #prospectLoanPurposeFilter ul li, #mailroomLoanPurposeFilter ul li,
#mailroomBorrowerStatusFilter ul li, #prospectLoanLoConciergeFilter ul li
{
    float: none;
    margin: 0;
    padding: 0;
}

#nav ul a, #pipelineActivityFilter ul a, #pendingApprovalActivityFilter ul a, #pipelineLoanPurposeFilter ul a, #alertsLoanPurposeFilter ul a, #pipelineBorrowerStatusFilter ul a, 
#canceledBorrowerStatusFilter ul a, #completedBorrowerStatusFilter ul a, #completedLoansActivityFilter ul a, #contactStatusFilter ul a, #alertsActivityFilter ul a, #queueFilter ul a ,
#orderRequestedRushFilter ul a, #orderRequestedLoanPurposeFilter ul a, #orderRequestedNonConformingFilter ul a, #prospectLoanPurposeFilter ul a,  #mailroomLoanPurposeFilter ul a,
#mailroomBorrowerStatusFilter ul a, #prospectLoanLoConciergeFilter ul a
{
    font-weight: normal;
}

/* level 3+ list */

#nav ul ul, #pipelineActivityFilter ul ul, #pendingApprovalActivityFilter ul ul, #completedLoansActivityFilter ul ul, #contactStatusFilter ul ul, #alertsActivityFilter ul ul, #prospectLoanLoConciergeFilter ul ul
{
    left: 181px;
    top: -3px;
}
#pipelineLoanPurposeFilter ul ul, #alertsLoanPurposeFilter ul ul, #pipelineBorrowerStatusFilter ul ul, #canceledBorrowerStatusFilter ul ul, #completedBorrowerStatusFilter ul ul,
#orderRequestedRushFilter ul ul, #orderRequestedLoanPurposeFilter ul ul, #orderRequestedNonConformingFilter ul ul, #prospectLoanPurposeFilter ul ul,  #mailroomLoanPurposeFilter ul ul,
#mailroomBorrowerStatusFilter ul ul
{
    left: 101px;
    top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child, #pipelineActivityFilter ul li:first-child, #pendingApprovalActivityFilter ul li:first-child, #pipelineLoanPurposeFilter ul li:first-child, 
#alertsLoanPurposeFilter ul li:first-child, #pipelineBorrowerStatusFilter ul li:first-child, #canceledBorrowerStatusFilter ul li:first-child, 
#completedBorrowerStatusFilter ul li:first-child, #completedLoansActivityFilter ul li:first-child, #contactStatusFilter ul li:first-child, 
#alertsActivityFilter ul li:first-child, #orderRequestedLoanPurposeFilter ul li:first-child,
#orderRequestedRushFilter ul li:first-child, #orderRequestedNonConformingFilter ul li:first-child, #prospectLoanPurposeFilter ul li:first-child, #mailroomLoanPurposeFilter ul li:first-child,
#mailroomBorrowerStatusFilter ul li:first-child, #prospectLoanLoConciergeFilter ul li:first-child
{
    padding-top: 4px;
    height: 0px;
}

#nav ul li:last-child, #pipelineActivityFilter ul li:last-child, #pendingApprovalActivityFilter ul li:last-child, #pipelineLoanPurposeFilter ul li:last-child, 
#alertsLoanPurposeFilter ul li:last-child, #pipelineBorrowerStatusFilter ul li:last-child, #canceledBorrowerStatusFilter ul li:last-child, #completedBorrowerStatusFilter ul li:last-child, 
#completedLoansActivityFilter ul li:last-child, #pipelineBorrowerStatusFilter ul li:last-child, #contactStatusFilter ul li:last-child, #alertsActivityFilter ul li:last-child,
#orderRequestedRushFilter ul li:last-child, #orderRequestedLoanPurposeFilter ul li:last-child, #orderRequestedNonConformingFilter ul li:last-child, 
#prospectLoanPurposeFilter ul li:last-child, #mailroomLoanPurposeFilter ul li:last-child, #prospectLoanLoConciergeFilter ul li:last-child
#mailroomBorrowerStatusFilter ul li:last-child
{
    padding-top: 4px;
    height: 0px;
}

/* clearfix */
#nav:after, #pipelineActivityFilter:after, #pendingApprovalActivityFilter:after, #pipelineLoanPurposeFilter:after, #alertsLoanPurposeFilter:after, #pipelineBorrowerStatusFilter:after, 
#canceledBorrowerStatusFilter:after, #completedBorrowerStatusFilter:after, #completedLoansActivityFilter:after, #contactStatusFilter:after, #alertsActivityFilter:after,
#orderRequestedLoanPurposeFilter:after, #orderRequestedRushFilter:after, #orderRequestedNonConformingFilter:after, #prospectLoanPurposeFilter:after, #mailroomLoanPurposeFilter:after,
#mailroomBorrowerStatusFilter:after, #prospectLoanLoConciergeFilter:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav
{
    display: inline-block;
}
html[xmlns] #nav, html[xmlns] #pipelineActivityFilter, html[xmlns] #pendingApprovalActivityFilter, html[xmlns] #completedLoansActivityFilter, 
html[xmlns] #contactStatusFilter, html[xmlns] #alertsActivityFilter, html[xmlns] #prospectLoanLoConciergeFilter
{
    display: block;
}


td.time
{
    padding-right: 9px;
    text-transform: lowercase;
    text-align: right;
    width: 60px;
}

.time.width70
{   
    width: 70px;
}

.subjecttooltipbubble
{
    position: absolute;
    margin-top: -45px;
    background-color: transparent;
    width: 538px;
    height: 230px;
}

.exceptionBubble
{
    position: absolute;
    margin-top: -45px;
    margin-left: 0px;
    background-color: transparent;
    width: 705px;
    min-height: 150px;
}
.subjecttooltip
{
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.exceptiontooltip
{
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.subjecttooltipg
{
    float: right;
    width: 515px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}
.exceptiontooltipg
{
    float: right;
    width: 100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}

#PopupContainer div.triangle
{
    background-color: transparent;
    background: url('LO Sprites.png') repeat-x -307px -104px;
    float: left;
    margin-top: 33px;
    height: 38px;
    width: 38px;
    position: relative;
    z-index: 50;
}
#PopupContainerForClick div.triangle
{
    background-color: transparent;
    background: url('LO Sprites.png') repeat-x -322px -104px;
    float: left;
    margin-top: 33px;
    height: 38px;
    width: 23px;
    position: relative;
    z-index: 50;
}

#PopupContainerDueDateForClick div.triangle
{
   
}

.arrow_box {
	position: relative;
	background: #F0F0F0;
	border: 1px solid #7F888D;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:  5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;	
}

.arrow_box:after {
	border-color: rgba(240, 240, 240, 0);
	border-right-color: #F0F0F0;
    border-width: 10px;
	margin-top: -10px;
	margin-left:2px;
}
.arrow_box:before {
	border-color: rgba(127, 136, 141, 0);
	border-right-color: #7F888D;
    border-width: 11px;
	margin-top: -11px;
	margin-left:2px;
	
}

.closeDuoDatePopUp
{
    background: url("LO Sprites.png") no-repeat scroll -321px -35px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 13px;
    margin: 4px 0 0 132px;
    position: absolute;
    width: 14px;
}

.triangleContextMenu {
    background-color: transparent;
    background: url('LO Sprites.png') repeat-x -322px -104px;
    float: left;
    margin-top: 33px;
    height: 38px;
    width: 23px;
    position: absolute;
    z-index: 99999;
    padding-left: 20px;
}

.triangleContextMenuFlip {
    background-color: transparent;
    background: url('LO Sprites.png') repeat-x -322px -104px;
    float: left;
    margin-top: 33px;
    height: 38px;
    width: 23px;
    position: absolute;
    z-index: 99999;
    padding-left: 20px;
    top: 270px;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}



.subjecttooltip table
{
    margin-left: 15px;
    height: 196px;
    width: 485px;
}
.exceptiontooltip table
{
    margin: 0 0 0 15px;
    width: 650px;
}

.subjecttooltip table td.line1, .exceptiontooltip table td.line1
{
    border-bottom: 2px solid #8dc127;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #355902;
}

.subjecttooltip table td.line2, .exceptiontooltip table td.line2
{
    border-top: 2px solid #8dc127;
    height: 35px;
}

.subjecttooltip table td.first, .exceptiontooltip table td.first
{
    width: 110px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}
.subjecttooltip table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}

.exceptiontooltip table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.exceptiontooltip table tr.trdotted td
{
    border-bottom: 1px dotted #8DC127;
}
.contactbubble
{
    position: absolute;
    margin-top: -45px;
    background-color: transparent;
    width: 438px;
    height: 266px;
}

.sourceofbusiness
{
    position: absolute;
    margin-top: -45px;
    margin-left: -10px;
    background-color: transparent;
    width: 438px; /*height: 266px;*/
}
.contacttooltip, .sourceofbusinesstooltip
{
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.contacttooltip, .sourceofbusinesstooltip
{
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.contacttooltipg
{
    float: right;
    width: 415px;
    height: 476px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}

.sourceofbusinesstooltipg
{
    float: right;
    width: 400px; /*height: 266px;*/
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}

.preApprovalGridLetterIcon
{
    background: url(images/ConciergeHomeSprite.png);
    background-position: -135px -367px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    float: left;
}
.preApprovalLetterIconText, .preApprovalLetterIconLink
{
    float: left;
}

.letterExpirationDateContentDiv
{
    background: -moz-repeating-linear-gradient(top , #FFFFFF, #EDEDED);
    background: -webkit-repeating-linear-gradient(top, #FFFFFF, #EDEDED);
    background: -o-repeating-linear-gradient(top, #FFFFFF, #EDEDED);
    background: -linear-repeating-gradient(top, #FFFFFF, #EDEDED);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid;
    float: right;
    position: relative;
    width: 200px;
    height: 40px;
    text-align: center;
    z-index: 40;
}

.letterExpirationDateMessage
{
    padding: 10px 5px 0px 5px;
}

.dueDateContentDivMessage
{
    height: 38px;
    padding: 7px 21px 1px 8px;
    text-align: center;
    width: 120px;
}

.contacttooltip table
{
    margin-left: 15px;
    height: 269px;
    width: 385px;
}

.sourceofbusinesstooltip table
{
    margin-left: 15px; /*height: 269px;*/
    width: 370px;
}

.contacttooltip table td.line1, .sourceofbusinesstooltip table td.line1
{
    border-bottom: 2px solid #8dc127;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #355902;
}

.contacttooltip table td.line2, .sourceofbusinesstooltip table td.line2
{
    border-top: 2px solid #8dc127;
    height: 37px;
    text-align: right;
    vertical-align: top;
}

.contacttooltip table td.first, .sourceofbusinesstooltip table td.first
{
    width: 130px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}
.contacttooltip table td, .sourceofbusinesstooltip table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}


.loanpurposebubble
{
    position: absolute;
    margin-top: -45px;
    margin-left: -10px;
    background-color: transparent;
    width: 538px;
    height: 266px;
}

.loanpurposetooltip
{
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    overflow: hidden;
}

.loanpurposetooltipg
{
    float: right;
    width: 500px;
    height: 266px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 5px #cecfcf;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}

.loanpurposetooltip table
{
    margin-left: 15px;
    height: 269px;
    width: 470px;
}

.loanpurposetooltip table td.line1
{
    border-bottom: 2px solid #8dc127;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #355902;
}

.loanpurposetooltip table td.line2
{
    border-top: 2px solid #8dc127;
    height: 37px;
    text-align: right;
    vertical-align: top;
}

.loanpurposetooltip table td.first1
{
    width: 100px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}

.loanpurposetooltip table td.first2
{
    width: 110px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}

.loanpurposetooltip table td.first3
{
    width: 120px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}
.loanpurposetooltip table td.first4
{
    width: 150px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}
.loanpurposetooltip table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}


.loanpurposebubble2
{
    position: absolute;
    margin-top: -45px;
    background-color: transparent;
    width: 538px;
    height: 266px;
}

.commandnamebubble
{
    position: absolute;
    margin-top: -45px;
    background-color: transparent;
    width: 538px;
    height: 266px;
}

.loanpurposetooltip2, .commandnametooltip
{
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    overflow: hidden;
}

.commandnametooltip2g
{
    float: right;
    width: 524px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}
.loanpurposetooltip2g
{
    float: right;
    width: 515px;
    height: 278px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 40;
}

.preApprovalRequestLetterIcon
{
    background: url('LO Sprites.png');
    background-position: -802px -122px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.loanpurposetooltip2 table
{
    margin-left: 15px;
    height: 269px;
    width: 485px;
}

.commandnametooltip table
{
    margin-left: 15px;
    height: 269px;
    width: 485px;
}

.commandnametooltip2g table
{
    margin-left: 20px;
    height: 269px;
    width: 485px;
}

.commandnametooltip2g table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 15px;
}

.commandnametooltip2g table td.line1, .commandnametooltip table td.line1
{
    border-bottom: 2px solid #8dc127;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #355902;
}

.commandnametooltip2g table td.line3
{
    border-top: 2px solid #8dc127;
    height: 0px;
    text-align: right;
    vertical-align: top;
}

.commandnametooltip table td.first1
{
    width: 140px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}

.commandnametooltip table td.first3
{
    width: 120px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}

.loanpurposetooltip2 table td.line1, .commandnametooltip table td.line1
{
    border-bottom: 2px solid #8dc127;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #355902;
}

.commandnametooltip table td.line2
{
    border-top: 2px solid #8dc127;
    height: 2px;
    text-align: right;
    vertical-align: top;
}

.loanpurposetooltip2 table td.line2
{
    border-top: 2px solid #8dc127;
    height: 37px;
    text-align: right;
    vertical-align: top;
}

.loanpurposetooltip2 table td.line3
{
    border-top: 2px solid #8dc127;
    height: 0px;
    text-align: right;
    vertical-align: top;
}

.loanpurposetooltip2 table td.first1
{
    width: 120px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}

.loanpurposetooltip2 table td.first2
{
    width: 115px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}

.loanpurposetooltip2 table td.first3
{
    width: 120px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 26px;
}
.loanpurposetooltip2 table td.first4
{
    width: 140px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}
.loanpurposetooltip2 table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}

.commandnametooltip table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}


.viewedit
{
    margin-top: 8px;
    margin-right: 10px;
    background-image: url('LO Sprites.png');
    background-position: -169px -105px;
    background-repeat: no-repeat;
    width: 90px;
    height: 22px;
    border: 0px;
}


.createatask
{
    width: 500px;
    height: 266px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    position: relative;
    z-index: 40;
}

.createatask table td.line1
{
    border-bottom: 2px solid #8dc127;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #355902;
}

.createatask table td.line2
{
    border-top: 2px solid #8dc127;
    height: 37px;
    text-align: right;
    vertical-align: top;
}

.createatask table
{
    margin-left: 15px;
    height: 269px;
    width: 470px;
}

.createatask table td
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    height: 20px;
}

.notdisplayed
{
    display: none;
}

/* Generic context menu styles */
.contextMenu
{
    position: absolute;
    z-index: 99999;
    padding: 0px;
    margin: 0px;
    display: none;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    border: solid 1px #b4b4b4;
    -moz-box-shadow: 0 5px 12px 3px #666666;
    -webkit-box-shadow: 0 5px 12px 3px #666666;
    box-shadow: 0 5px 12px 3px #666666;
    background-color: White;
    cursor: pointer;
}

.contextMenu li
{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: White;
    cursor: pointer;
}

.contextMenu li:first-child
{
    padding-top: 5px;
    background-color: White;
}
.contextMenu li:last-child
{
    padding-top: 5px;
    background-color: White;
}

.contextMenu A
{
    width: 155px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    outline: none;
    color: Black;
    padding: 1px 5px;
    background-color: White;
    font-weight: bold;
}

.contextMenu LI.hover A, .contextMenu A:hover
{
    color: Black;
    font-weight: bold;
    background-color: #eef1f2;
}

.contextMenu LI.selected A
{
    color: Black;
    font-weight: bold;
    background-color: #9BC6AB;
}

/* popup */

#PopupContainer, #PopupContainerForClick, #PopupContainerDueDateForClick
{
    position: absolute;
    float: left;
    z-index: 44440;
}


/* Subject */



#myDiv
{
    background: #6CC8EF;
    text-align: center;
    float: left;
}

#myList
{
    margin: 1em;
    float: left;
}

#myList UL
{
    padding: 0px;
    margin: 0em 1em;
}

#myList LI
{
    width: 100px;
    border: solid 1px #2AA7DE;
    background: #6CC8EF;
    padding: 5px 5px;
    margin: 2px 0px;
    list-style: none;
}

#options
{
    clear: left;
}

#options INPUT
{
    font-family: Helvetica,Arial, sans-serif;
    font-size: 11px;
    width: 150px;
}

.left1010
{
    float: left;
    padding: 0 10px 0 10px;
}


#today table.appointment
{
    width: 920px;
    height: 160px;
}

#today table.appointment td.td1, #thisweek table.appointment td.td1, #thismonth table.appointment td.td1
{
    width: 100px;
}

#today table.appointment td.td1spec, #thisweek table.appointment td.td1spec, #thismonth table.appointment td.td1spec
{
    width: 40px;
}

#today table.appointment td.td2, #thisweek table.appointment td.td2, #thismonth table.appointment td.td2
{
    width: 170px;
}

#today table.appointment tr:first-child td
{
    height: 30px;
    color: #589303;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

#today table.appointment tr td
{
    height: 29px;
    border-bottom: 1px dotted #b4b4b4;
}

#today table.appointment tr:last-child td
{
    border-bottom: 0px;
}


#thisweek table.appointment
{
    width: 920px;
    height: 160px;
}

#thisweek table.appointment tr:first-child td
{
    height: 30px;
    color: #589303;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

#thisweek table.appointment tr td
{
    height: 29px;
    border-bottom: 1px dotted #b4b4b4;
}

#thisweek table.appointment tr:last-child td
{
    border-bottom: 0px;
}

#thismonth table.appointment
{
    width: 920px;
    height: 160px;
}

#thismonth table.appointment tr:first-child td
{
    height: 30px;
    color: #589303;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

#thismonth table.appointment tr td
{
    height: 29px;
    border-bottom: 1px dotted #b4b4b4;
}

#thismonth table.appointment tr:last-child td
{
    border-bottom: 0px;
}

#inbox, #sent, #drafts
{
    height: 130px;
    border-bottom: 1px solid #529A3A;
}

#inbox table.email
{
    border-width: 0px;
    width: 100%;
    height: 132px;
}

#inbox table.email td.td1, #sent table.email td.td1, #drafts table.email td.td1
{
    width: 245px;
}

#inbox table.email td.td2, #sent table.email td.td2, #drafts table.email td.td2
{
    width: 330px;
}

#inbox table.email td.td3, #sent table.email td.td3, #drafts table.email td.td3
{
    width: 345px;
}

#inbox table.email tr:first-child td
{
    height: 30px;
    color: #589303;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

#inbox table.email tr td
{
    height: 29px;
    border-bottom: 1px dotted #b4b4b4;
}

#inbox table.email tr:last-child td
{
    border-bottom: 0px;
}


#sent table.email
{
    width: 100%;
    height: 132px;
}

#sent table.email tr:first-child td
{
    height: 30px;
    color: #589303;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

#sent table.email tr td
{
    height: 29px;
    border-bottom: 1px dotted #b4b4b4;
}

#sent table.email tr:last-child td
{
    border-bottom: 0px;
}

#drafts table.email
{
    width: 100%;
    height: 132px;
}

#drafts table.email tr:first-child td
{
    font-weight: bold;
    height: 30px;
    color: #589303;
    border-bottom: 1px solid #b4b4b4;
}

#drafts table.email tr td
{
    height: 29px;
    border-bottom: 1px dotted #b4b4b4;
}

#drafts table.email tr:last-child td
{
    border-bottom: 0px;
}

.calendarwidget
{
    width: 182px;
    height: 164px;
    float: right;
    margin-top: -185px;
    margin-right: 12px;
}

.cursorhand
{
    cursor: pointer;
}

iframe.embeddedIframe
{
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.detailsSection, .startNewProspect, .detailsSection, .loanDetailsSection
{
    overflow: hidden;
}

.xclose
{
    float: left;
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: 5px 10px 0 0;
    cursor: pointer;
}
.exceptionIcon
{
    cursor: pointer;
}
.exceptionIcon0
{
    float: left;
    background: url('LO Sprites.png') -171px -129px no-repeat;
    width: 15px;
    height: 15px;
    margin: 2px 0 0 6px;
}
.exceptionIcon1
{
    float: left;
    background: url('LO Sprites.png') -188px -129px no-repeat;
    width: 15px;
    height: 15px;
    margin: 2px 0 0 6px;
}

.exceptionIconAus
{
    cursor: pointer;
    float: left;
    background: url('LO Sprites.png') -188px -129px no-repeat;
    width: 15px;
    height: 15px;
    margin: 2px 0 0 6px;
}

.updateLenderStatusAus {
    cursor: pointer;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 0 0 6px;
}

.updateLenderStatusAus.cv-icon-check-circle {
    color: #1FB25A;
    font-size: 16px;
}

.updateLenderStatusAus.failedState {
    background: url('LO Sprites.png') -188px -129px no-repeat;
}

.pipelineActivityFilter, .pipelineLoanPurposeFilter, .contactStatusFilter, .alertsLoanPurposeFilter, .canceledBorrowerStatusFilter, .completedBorrowerStatusFilter, .alertsActivityFilter,
.orderRequestedLoanPurposeFilter, .orderRequestedRushFilter, .orderRequestedNonConformingFilter, .prospectLoanPurposeFilter, .mailroomLoanPurposeFilter, .prospectLoanLoConciergeFilter
{
    float: left;
    background-image: url('LO Sprites.png');
    background-position: -9px -71px;
    width: 15px;
    height: 15px;
    margin-top: 0px;
    margin-right: 20px;
    position: relative;
}
.pipelineActivityFilter:hover, .pipelineLoanPurposeFilter:hover, .contactStatusFilter:hover, .alertsLoanPurposeFilter:hover, .canceledBorrowerStatusFilter:hover, 
.completedBorrowerStatusFilter:hover, .alertsActivityFilter:hover, .orderRequestedRushFilter:hover, .orderRequestedLoanPurposeFilter:hover, 
.orderRequestedNonConformingFilter:hover, .prospectLoanPurposeFilter:hover, .mailroomLoanPurposeFilter:hover, .prospectLoanLoConciergeFilter:hover
{
    position: absolute;
    margin-top: 0px;
    height: 15px;
    background-position: -9px -71px;
}
.pipelinetablelist .loanNumber, .tablelistselected .loanNumber, .mailroomtablelist .loanNumber
{
    margin-left: 15px;
    float: left;
}
.pipelinetablelist .lockExpireDate, .newloanapplicationtablelist .lockExpireDate, .mailroomtablelist .lockExpireDate
{
    width: 70px;
}
.pipelinetablelistduedate .lockExpireDate, .newloanapplicationtablelistduedate .lockExpireDate, .alerttablelistduedate, .mailroomtablelistduedate .lockExpireDate
{
    width: 70px;
    color: red;
    font-weight: bold;
}
.pipelinetablelist .lockExpireTime, .newloanapplicationtablelist .lockExpireTime, mailroomtablelist .lockExpireTime
{
    width: 70px;
}
.pipelinetablelistduedate .lockExpireTime, .newloanapplicationtablelistduedate .lockExpireTime, .mailroomtablelistduedate .lockExpireTime
{
    width: 70px;
    color: red;
    font-weight: bold;
}
.pipelinetablistandpage
{
    overflow: visible !important;
}

.divLockRequestedImage
{
   padding-top: 2px; 
   padding-bottom: 3px; 
   background: url('images/tooltipLockExpireDate.png') no-repeat;
   width: 70px; 
   height: 20px;
   margin-left: -2px;
}

.divLockRequestedPopup
{
   background: none repeat scroll 0 0 #FFFFFF; 
   border: 1px solid #666666;
   display: block; 
   margin: 0; 
   padding: 5px; 
   height: 32px; 
   position: absolute; 
   width: 120px;
   z-index: 40; 
   font-weight: bold;
}

#pipelineActivityFilter a, #pipelineLoanPurposeFilter a, #alertsLoanPurposeFilter a, #contactStatusFilter a, #pipelineBorrowerStatusFilter a, 
#canceledBorrowerStatusFilter a, #completedBorrowerStatusFilter a, #alertsActivityFilter a,
#orderRequestedRushFilter a, #orderRequestedLoanPurposeFilter a, #orderRequestedNonConformingFilter a, #prospectLoanPurposeFilter a, 
#mailroomLoanPurposeFilter a, #mailroomBorrowerStatusFilter a, #prospectLoanLoConciergeFilter a
{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 8px 7px;
}

#pipelineActivityFilter li.lower:hover > a, #pipelineActivityFilter li.lowers:hover > a, 
#pipelineLoanPurposeFilter li.lower:hover > a, #pipelineLoanPurposeFilter li.lowers:hover > a, 
#pipelineBorrowerStatusFilter li.lower:hover > a, #pipelineBorrowerStatusFilter li.lowers:hover > a,
#alertsLoanPurposeFilter li.lower:hover > a, #alertsLoanPurposeFilter li.lowers:hover > a, 
#contactStatusFilter li.lower:hover > a, #contactStatusFilter li.lowers:hover > a, 
#canceledBorrowerStatusFilter li.lower:hover > a, #canceledBorrowerStatusFilter li.lowers:hover > a, 
#completedBorrowerStatusFilter li.lower:hover > a, #completedBorrowerStatusFilter li.lowers:hover > a, 
#alertsActivityFilter li.lower:hover > a, #alertsActivityFilter li.lowers:hover > a,
#orderRequestedRushFilter li.lower:hover > a, #orderRequestedLoanPurposeFilter li.lower:hover > a,
 #orderRequestedNonConformingFilter li.lower:hover, #mailroomLoanPurposeFilter li.lower:hover > a,
 #mailroomBorrowerStatusFilter li.lower:hover > a,
 #prospectLoanLoConciergeFilter li.lower:hover > a, #prospectLoanLoConciergeFilter li.lowers:hover > a
{
    background-color: #eef1f2;
    color: #333333;
    font-weight: bold;
}

 .cancelledTypeFilter li.lower:hover, .cancelProspectLoanPurposeFilter li.lower:hover
{
    background-color: #eef1f2;
    color: #333333;
    font-weight: bold;
}
#contactStatusFilter li.lowers:hover > a, #contactStatusFilter li:hover li a, #prospectLoanLoConciergeFilter li.lowers:hover > a, #prospectLoanLoConciergeFilter li:hover li a
{
    width: 150px;
}
#pipelineActivityFilter li.lowers > a, #alertsActivityFilter li.lowers > a
{
    background-color: #9BC6AB;
    color: #333333;
    font-weight: bold;
    margin-left: 0px;
    width: 170px;
}
#pipelineLoanPurposeFilter li.lowers > a, #alertsLoanPurposeFilter li.lowers > a, #pipelineBorrowerStatusFilter li.lowers > a, #canceledBorrowerStatusFilter li.lowers > a, #completedBorrowerStatusFilter li.lowers > a,
#orderRequestedRushFilter li.lowers > a, #orderRequestedLoanPurposeFilter li.lowers > a, #orderRequestedNonConformingFilter li.lowers > a, #prospectLoanPurposeFilter li.lowers > a, #mailroomLoanPurposeFilter li.lowers > a,
#mailroomBorrowerStatusFilter li.lowers > a
{
    background-color: #9BC6AB;
    color: #333333;
    font-weight: bold;
    margin-left: 0px;
    width: 100px;
}
#pipelineActivityFilter ul li:hover a, #pipelineLoanPurposeFilter ul li:hover a, #alertsLoanPurposeFilter ul li:hover a, #pipelineBorrowerStatusFilter ul li:hover a, #canceledBorrowerStatusFilter ul li:hover a, #completedBorrowerStatusFilter ul li:hover a, #alertsActivityFilter ul li:hover a,
#orderRequestedRushFilter ul li:hover a, #orderRequestedLoanPurposeFilter ul li:hover a, #orderRequestedNonConformingFilter ul li:hover a, #prospectLoanPurposeFilter ul li:hover a, #mailroomLoanPurposeFilter ul li:hover a,
#mailroomBorrowerStatusFilter ul li:hover a
{
    font-weight: bold;
    padding: 4px 0 1px 5px;
    border: none;
    margin-left: 0px;
    width: 170px;
}
#pipelineActivityFilter li:hover li a, #alertsActivityFilter li:hover li a
{
    font-weight: bold;
    padding: 4px 0 1px 5px;
    border: none;
    margin-left: 0px;
    width: 183px;
}
#pipelineLoanPurposeFilter li:hover li a, #alertsLoanPurposeFilter li:hover li a, #pipelineBorrowerStatusFilter li:hover li a, #canceledBorrowerStatusFilter li:hover li a, #completedBorrowerStatusFilter li:hover li a,
#orderRequestedRushFilter li:hover li a, #orderRequestedLoanPurposeFilter li:hover li a, #orderRequestedNonConformingFilter li:hover li a, #prospectLoanPurposeFilter li:hover li a, #mailroomLoanPurposeFilter li:hover li a,
#mailroomBorrowerStatusFilter li:hover li a
{
    font-weight: bold;
    padding: 4px 0 1px 5px;
    border: none;
    margin-left: 0px;
    width: 103px;
}
#pipelineActivityFilter ul, #alertsActivityFilter ul
{
    -moz-box-shadow: 0 5px 12px 3px #666666;
    -webkit-box-shadow: 0 5px 12px 3px #666666;
    box-shadow: 0 5px 12px 3px #666666;
    display: none;
    margin: 0;
    padding: 0;
    width: 190px;
    position: absolute;
    top: 20px;
    left: -175px;
    background: #fff;
    border: solid 1px #666666;
    z-index: 40;
}
#contactStatusFilter ul
{
    -moz-box-shadow: 0 5px 12px 3px #666666;
    -webkit-box-shadow: 0 5px 12px 3px #666666;
    box-shadow: 0 5px 12px 3px #666666;
    display: none;
    margin: 0;
    padding: 0;
    width: 155px;
    position: absolute;
    top: 20px;
    left: -124px;
    background: #fff;
    border: solid 1px #666666;
    z-index: 40;
}
#prospectLoanLoConciergeFilter ul
{
    -moz-box-shadow: 0 5px 12px 3px #666666;
    -webkit-box-shadow: 0 5px 12px 3px #666666;
    box-shadow: 0 5px 12px 3px #666666;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #666;
    display: none;
    height: 200px;
    left: -124px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 160px;
    z-index: 40;
}


#pipelineLoanPurposeFilter ul, #alertsLoanPurposeFilter ul, #pipelineBorrowerStatusFilter ul, #canceledBorrowerStatusFilter ul, #completedBorrowerStatusFilter ul,
#orderRequestedLoanPurposeFilter ul, #orderRequestedRushFilter ul, #orderRequestedNonConformingFilter ul, #prospectLoanPurposeFilter ul, #mailroomLoanPurposeFilter ul,
#mailroomBorrowerStatusFilter ul
{
    -moz-box-shadow: 0 5px 12px 3px #666666;
    -webkit-box-shadow: 0 5px 12px 3px #666666;
    box-shadow: 0 5px 12px 3px #666666;
    display: none;
    margin: 0;
    padding: 0;
    width: 108px;
    position: absolute;
    top: 20px;
    left: -92px;
    background: #fff;
    border: solid 1px #666666;
    z-index: 40;
}
.pipelineActivityFilterTwoRows, .pipelineActivityFilterTwoRows > li, .pendingApprovalActivityFilterTwoRows, .completedLoansActivityFilterTwoRows, .completedLoansActivityFilterTwoRows > li
{
    height: 35px !important;
}
.pipelineActivityFilterOneRow, .pendingApprovalActivityFilterOneRow, .completedLoansActivityFilterOneRow
{
    height: 20px;
}

.pipelineActivityFilterArrow, .penidngApprovalActivityFilterArrow, .completedLoansActivityFilterArrow, .alertsActivityFilterArrow
{
    float: right;
    width: 45px;
}
.contactStatusFilterArrow
{
    float: right;
    width: 90px;
}
.pipelineLoanPurposeArrow, .canceledBorrowerStatusArrow, .completedBorrowerStatusArrow, .alertsLoanPurposeArrow, .filterArrow, .orderRequestedNonConformingArrow,
.orderRequestedLoanPurposeArrow, .orderRequestedRushArrow, .prospectLoanPurposeArrow, .mailroomLoanPurposeArrow, .prospectLoanLoConciergeArrow
{
    float: right;
    width: 25px;
}

.loanpurposetooltip2g div.close, .subjecttooltipg div.close, #minimizelog div.close
{
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 497px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
}

.commandnametooltip2g div.close
{
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 495px;
    cursor: pointer;
    position: absolute;
     opacity: 1;
}
#closeemaildetails div.close
{
    background: url("LO Sprites.png") no-repeat scroll -321px -35px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 13px;
    margin: -38px 12px 0 377px;
    width: 13px;
    opacity: 1;
}
#closeconversationlog div.close
{
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: -38px 0 0 377px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
}
.contacttooltipg div.close
{
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 397px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
}
.exceptiontooltip div.close
{
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 663px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
}
.exceptiontooltip table td.firstColumn
{
    width: 150px;
    border-bottom: 1px dotted #8DC127;
}
.exceptiontooltip table td.secondColumn
{
    width: 220px;
    border-bottom: 1px dotted #8DC127;
}
.exceptiontooltip table td.thirdColumn
{
    width: 260px;
    border-bottom: 1px dotted #8DC127;
}
.tablerowplace14
{
    height: 14px !important;
}
.exceptiontooltip table td.firstColumn, .exceptiontooltip table td.secondColumn, .exceptiontooltip table td.thirdColumn, .exceptiontooltip table tr.trdotted td
{
    padding: 10px 0 10px;
}
.numbersright
{
    float: right;
    margin-right: 10px;
}
.textcenter
{
    text-align: center;
}
.eDisclosureNotSigned
{
    width: 20px;
    height: 20px;
    background: url('LO Sprites.png') -205px -128px no-repeat;
    margin-left: 4px;
}
.alertDocs
{
    text-align: center;
}
.Docs
{
    text-align: center;
}
.alertProgram
{
    text-align: left;
}
.alertLoanNumber
{
    text-align: left;
}
.alertBorrower
{
    text-align: left;
}
.alertCurrentActivity
{
    text-align: left;
}
.assignloaninfotitle
{
    margin: 10px 0 0 20px;
}
.assignloaninfodivleft
{
    margin: 20px 0 20px 20px;
    padding: 20px;
    width: 487px;
    height: 240px;
    float: left;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #F5F5F5;
}

.assignloaninfodivright
{
    margin: 20px 0 20px 20px;
    padding: 20px;
    width: 527px;
    height: 240px;
    float: left;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #F5F5F5;
}

.manageprospectleftsection
{
    float: left;
    padding-right: 5px;
    padding-top: 10px;
}

.manageprospectrightsection
{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 310px;
}

.manageprospectbthirdcolumnt
{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 310px;
}

.prospectstatusandinternalcontacts
{
    margin: 20px 0 20px 20px;
    padding: 20px;
    width: 1075px;
    height: 175px;
    float: left;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #F5F5F5;
}

.sentitemsdivright
{
    margin: 20px 0 20px 20px;
    padding: 20px;
    width: 350px;
    height: 220px;
    float: left;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #F5F5F5;
}

.prospectstatusandinternalcontacts .title, .sentitemsdivright .title, .conversationlognotes .title
{
    color: #198342;
    font-size: 16px;
    font-weight: bold;
}

.conversationlognotes .titleBlue
{
    color: #1a8bc4;
    font-size: 20px;
    font-weight: bold;
}

.assignloaninfodivright .title, .assignloaninfodivleft .title
{
    color: #198342;
    font-size: 16px;
}
.italic10
{
    font-style: italic;
    font-size: 10px;
}
.assignloaninfoinput
{
    width: 150px !important;
}
.assignloaninfoinput[type="text"]
{
    width: 144px !important;
}
.roundedinput
{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.assignloaninfotable
{
    color: #555555;
}
.assignloaninfotable tr
{
    height: 35px;
}
.assignloaninfotable tr td:first-child
{
    width: 135px;
}
.submit
{
    background: url('LO Sprites.png') -621px -123px no-repeat;
    width: 63px;
    height: 24px;
    border: 0px;
    cursor: pointer;
}
.smallloader
{
    background: url('ajax-loader-small.gif') center no-repeat !important;
    float: left;
    height:22px;
    width:22px;
}
.assignloaninfonotification
{
    float: right;
    margin: 4px 15px 0;
    color: #295ed6;
    display: none;
    width: 105px;
    font-weight: bold;
}

.borrowerInformationSavingNotification
{
    margin: 4px 15px 0;
    color: #295ed6;
    display: none;
    width: 90px;
    font-weight: bold;
}


.manageprospectnotification
{
    float: right;
    margin: 3px 5px 0 0;
    color: #295ed6;
    display: none;
    width: 95px;
    font-weight: bold;
    padding-top: 5px;
}

.alertSign_Yellow
{
    background: url('LO Sprites.png') -227px -131px no-repeat;
    width: 18px;
    height: 15px;
    display: block;
    float: left;
}
.alertSign_Red, .licenseExpiredNotification
{
    background: url('LO Sprites.png') -244px -130px no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    float: left;
}

.assignloaninfodivleft .content a
{
    text-decoration: none;
    color: #7AABCB;
    float: left;
}
.assignloaninfodivleft .content
{
    /*margin-top: 10px;*/
    color: #555555;
}
.orangearrow
{
    background: url('LO Sprites.png') -264px -130px no-repeat;
    width: 7px;
    height: 11px;
    display: block;
    float: left;
    margin: 3px 4px 0 0;
}
.errorInput
{
    background: #F2D56C !important;
}
.contextMenu li.tempdisabled, .tempdisabled a
{
    color: #d5d3d3 !important;
    background: white !important;
}
.tempdisabled:hover, .tempdisabled:hover A, .tempdisabled A:hover
{
    cursor: default !important;
}

.errorPopUp
{
    font-family: "Trebuchet MS" , "Helvetica" , "Arial" , "Verdana" , "sans-serif";
    font-size: 62.5%;
}
.loandetailscontent fieldset
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: #d7d7d7;
    border-width: 1px;
    float: left;
    margin-top: 20px;
    color: #949494;
}
.loandetailscontent fieldset legend
{
    font-size: 15px;
    padding: 3px 10px;
}
.loandetailscontent .fieldset1
{
    margin-right: 0px;
    margin-left: 20px;
    width: 350px;
    height: 235px;
    padding-top: 1px;
}

.loandetailscontent .fieldset2
{
    width: 320px;
    padding-top: 1px;
    height: 235px;
    margin-left: 27.5px;
}
.loandetailscontent .fieldset3
{
    width: 340px;
    padding-top: 1px;
    height: 235px;
    margin-left: 27px;
    margin-right: 0px;
}

.loandetailscontent .fieldset4
{
    margin-right: 0px;
    margin-left: 20px;
    width: 1100px;
    padding-top: 1px;
    margin-bottom: 10px;
}

.loandetailscontent .td0
{
    width: 170px;
    display: inline-block;
    padding-top: 7px;
}

.loandetailscontent .contactTableColumnWidth
{
    width: 150px;
    display: inline-block;
    padding-top: 7px;
}

.loandetailscontent .td1
{
    width: 21px;
    display: inline-block;
}

.loandetailscontent .td2
{
    padding-left: 40px;
    width: 110px;
    display: inline-block;
}

.loandetailscontent .td3
{
    width: 110px;
    display: inline-block;
    padding-top: 7px;
}

.loandetailscontent .td4
{
    display: inline-block;
    padding-top: 7px;
    width: 150px;
}

.loandetailscontent .td5
{
    display: inline-block;
    padding-left: 20px;
    width: 240px;
}


.borrowerdetailscontent fieldset
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: #d7d7d7;
    border-width: 1px;
    float: left;
    margin-top: 20px;
    color: #949494;
}
.borrowerdetailscontent fieldset legend
{
    font-size: 15px;
    padding: 3px 10px;
}
.borrowerdetailscontent .fieldset1
{
    margin-right: 0px;
    margin-left: 20px;
    width: 350px;
    height: 235px;
    padding-top: 1px;
}

.borrowerdetailscontent .fieldset2
{
    width: 320px;
    padding-top: 1px;
    height: 235px;
    margin-left: 27.5px;
}
.borrowerdetailscontent .fieldset3
{
    width: 340px;
    padding-top: 1px;
    height: 235px;
    margin-left: 27px;
    margin-right: 0px;
}

.borrowerdetailscontent .fieldset4
{
    margin-right: 0px;
    margin-left: 20px;
    width: 1100px;
    padding-top: 1px;
    margin-bottom: 10px;
}

.borrowerdetailscontent .td0
{
    width: 170px;
    display: inline-block;
    padding-top: 7px;
}

.borrowerdetailscontent .td1
{
    width: 21px;
    display: inline-block;
}

.borrowerdetailscontent .td2
{
    padding-left: 40px;
    width: 110px;
    display: inline-block;
}

.borrowerdetailscontent .td3
{
    width: 110px;
    display: inline-block;
    padding-top: 7px;
}

.td3.width150
{
    width: 150px;
}

.td3.width148
{
    width: 148px;
}

.td3.width149
{
    width: 149px;
}

.borrowerdetailscontent .td4
{
    display: inline-block;
    padding-top: 7px;
    width: 150px;
}

.borrowerdetailscontent .td5
{
    display: inline-block;
    padding-left: 20px;
    width: 240px;
}

.borrowerdetailscontent .td6
{
    display: inline-block;
    padding-left: 20px;
    width: 245px;
}

.tableBorrowerInfo
{
    height:50px;
}

.onlineUser.oneRowAlignment
{
    width: 80px;
    float: left;
    padding-left: 5px;
}

.notSignedEDisclosure.margT3PadL5
{
    margin-top: 3px;
    padding-left: 5px;
}

.td3.pdR40
{
    padding-right:40px;
}

.borrowerInformationButtons
{
    margin-top: 10px;
    margin-right: 10px;
}

.borrowerInformationButtons:disabled
{
    margin-top: 10px !important;
}

.loandetailscontent .tableContactInfoHeader
{
    -moz-box-shadow: inset 0px 1px 0px 0px #f7faf2;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f7faf2;
    box-shadow: inset 0px 1px 0px 0px #f7faf2;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A2D2B5), color-stop(1, #a6c282) );
    background: -moz-linear-gradient( center top, #A2D2B5 5%, #A2D2B5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D2B5', endColorstr='#a6c282');
    background-color: #A2D2B5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #BADB8F;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 28px;
    margin-left: -7px;
    margin-right: -20px;
    margin-top: -2px;
    padding: 0 24px;
    width: 1066px;
}

.loandetailscontent .tableBorrowerInfoHeader, .borrowerdetailscontent .tableBorrowerInfoHeader
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A2D2B5), color-stop(1, #a6c282) );
    background: -moz-linear-gradient( center top, #A2D2B5 5%, #A2D2B5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D2B5', endColorstr='#a6c282');
    background-color: #A2D2B5;
    border: 1px solid #BADB8F;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 28px;
    margin-left: -7px;
    margin-right: -20px;
    margin-top: -2px;
    padding: 0 24px;
}

.tableBorrowerInfoRow
{
    border-bottom: 1px dotted #555555;
    float: left;
    font-size: 13px;
    margin-left: -7px;
    margin-right: -8px;
    position: relative;
    width: 1165px;
    padding-top: 1px;
}

.imp-td-tableBorrowerInfoHeader-userInfo
{
    color:#6799D5; 
    font-style:italic;
    margin-left: -21px;
    margin-top: 5px;
}

.onlineUser
{
    color: rgb(71, 129, 211); 
    font-style: italic; 
    font-weight: bold; 
    font-size: small;
    width: 150px;
    margin-top: 10px;
}

.borrowerTypeText
{
    float:left;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.newBusinessContacButton
{
    float: right; 
    padding-right: 5px; 
    padding-top: 8px;
}

.loandetailscontent .fieldset4 .tableContactInfoRow
{
    border-bottom: 1px dotted #555555;
    float: left;
    font-size: 13px;
    margin-left: -7px;
    margin-right: -8px;
    position: relative;
    width: 1115px;
}

.loandetailscontent .fieldset4 .tableContactInfoRow:hover
{
    background-color: #eef1f2;
}

.loandetailscontent .fieldset4 .button
{
    cursor: pointer;
    border-style: none;
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    position: relative;
    margin-bottom: 3px;
}

.loandetailscontent .fieldset1 table
{
    width: 105%;
    padding-top: 7px;
    padding-top: 4px;
    border-collapse: collapse;
}
.loandetailscontent .fieldset2 table
{
    padding-top: 7px;
}

.loandetailscontent .style1
{
    height: 23px;
    width: 110px;
    text-align: right;
}
.loandetailscontent .style2
{
    padding-left: 10px;
    width: 105px;
}

.loandetailscontent .additionaldiv
{
    width: 35px;
    float: left;
    position: relative;
    height: 210px;
}
.loandetailscontent .additionaldiv .upperdiv
{
    width: 35px;
    height: 120px;
}

.loandetailscontent .additionaldiv .onlinetext
{
    color: rgb(71, 129, 211);
    font-style: italic;
    font-weight: bold;
    font-size: medium;
}
.loandetailscontent .fieldset2 .lowerdiv
{
    float: left;
    width: 285px;
}
.loandetailscontent .fieldset2 .lowerdiv table
{
    padding-top: 0px;
    width: 100%;
}
.loandetailscontent .fieldset3 .style1, .loandetailscontent .fieldset3 .style2
{
    height: 18px;
}
.loandetailscontent .fieldset3 .style2
{
    width: 160px;
}
.loandetailscontent .fieldset3 .coborrowerinformation
{
    padding-left: 19px;
    font-size: 14px;
    font-weight: bold;
}
.loandetailscontent .subcommandelements
{
    font-size: 12px;
    font-weight: bold;
}

.clearSearchButton
{
    background: url("LO Sprites.png") no-repeat scroll -321px -35px transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    margin: 5px 5px 0 10px;
    width: 13px;
    position: relative;
    float: left;
}

.width100
{
    width: 100px;
}

.mailingAddressCo
{
    width: 250px; 
    padding: 10px; 
    background-color:#F0F5F8;
}

.optionalfield
{
    float: right;
    font-style: italic;
    font-size: 10px;
    color: gray;
}


.numbersrightloanamount
{
    float: right;
    margin-right: 20px;
}

.numbersrightrate
{
    float: right;
    margin-right: 40px;
}

.txtRefresh
{
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    font-family: Helvetica,Arial,sans-serif;
}

.refreshPageButton
{
    background: url("LO Sprites.png") no-repeat scroll -275px -130px transparent;
    height: 20px;
    width: 15px;
    display: inline-block;
    padding-left: 5px;
}

.refreshMain
{
    float: right;
    padding-right: 10px;
    cursor: pointer;
    margin-top: 5px;
}

.titleInformation
{
    margin-left: 10px;
    float: left;
    font-size: 12px;
    padding-top: 3px;
}

.additionalInformation
{
    color: #267BB1;
    font-weight: bold;
    padding-left: 150px;
    padding-top: 2px;
    font-size: 12px;
    float: left;
}

.spnLeadSourceInfo
{
    color: #267BB1;
    padding-left: 100px;
}

.redbold
{
    color: Red;
    font-weight: bold;
}

.notSignedEDisclosure
{
    background: url(images/ConciergeHomeSprite.png);
    background-position: -3px -445px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-top: 10px;
}

/*----Business Contact Info Popup-----*/
 

 
.buttonsSectionBusinessContactPopup
{
    width: 172px;
    float: right;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contactPopupRow
{
    width: 450px;
    float: left;
    margin-top: 10px;
}
.contactPopupRow.contactRowMarginTop20
{
    margin-top: 20px;
}
.contactPopupRow.contactRowMarginBottom10
{
    margin-bottom: 10px;
}
.contactPopupRow.contactRowMarginTop30
{
    margin-top: 30px;
}
.contactPopupRowLeftSection
{
    width: 100px;
    display: inline-block;
}
.contactPopupRowLeftSection.contactRowLeftWidth105
{
    width: 105px;
}
.contactPopupRowLeftSection.popupLabelWidth
{
    width: 120px;
}
.contactPopupRowLeftSection.contactRowLeftWidthAuto
{
    width: auto;
}
.contactPopupRowSpan
{
    float: right;
}
.contactPopupRowInput
{
    width: 245px;
    display: inline-block;
}
.contactPopupRowInput.contactRowInputAutoWidth
{
    width: auto;
}
.contactPopupRowInputField.contactZipCode
{
    width: 45px;
}
.contactPopupRowInputField.contactCity
{
    width: 130px;
}
.phoneTypesComboBox.contactState
{
    width: 45px;
}
.phoneTypesComboBox.contactTypeWidth240
{
    width: 240px;
}
.contactPopupRowInputField
{
    width: 238px;
}
.businessContactPopup
{
    position: fixed;
    z-index: 102;
    margin: -200px 0 0 -250px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0 20px;
}


.systemAdminBussinessContactsPopup
{
    position: absolute;
    z-index: 102;
    margin: -200px 0 0 -250px;
    left: 45.5%;
    top: 35%;
    width: 625px;
    height: auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0 20px 20px 20px;
    color: #3d3d3d;
    font-family: Arial;
}

/* BUTTONS SECTION  */

.orangebutton
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #e88103) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #e88103 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#e88103');
    background-color: #ffc477;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    box-shadow: 1px 1px 2px #888888;
}


.orangebutton:hover, .bluebutton:hover
{
    cursor: pointer;
}

/* END OF BUTTONS SECTION */

/* EMAIL SECTION */
.mailList
{
    margin-top: 5px;
    height: 170px;
    overflow: auto;
}
.mailRow
{
    padding: 5px;
    background: white;
    border-bottom: 1px solid black;
    border-bottom-style: dotted;
}
.mailRow:hover
{
    background: #F9F9F9;
}
.mailRow:first-of-type
{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.mailRow:last-of-type
{
    border-bottom-style: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.mailRow:only-of-type
{
    border-bottom-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mailIcon
{
    background: url("LO Sprites.png") no-repeat scroll -800px -122px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 15px;
    width: 27px;
}
.questionmarkBulb
{
     border: 0;
    width: 14px;
    height: 20px;
    background: url("/Content/QuestionMarkBulb.png");
    float: right;
    cursor: pointer;
    display: block;
    background-size: 14px 20px;
    background-repeat:no-repeat;
    margin-right: 2px;
}

.mailLetterIcon
{
    background: url("MailLetterIcon.png") no-repeat scroll 0 0 / 20px 20px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    width: 27px;
}
/* END OF EMAIL SECTION */
.divConfirmationPopup
{
    position: fixed;
    z-index: 102;
    margin: -150px 0 0 -250px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.confirmationpopuptext
{
    padding: 10px 0px 0px 10px;
}
.divConfirmationPopupButtons
{
    margin-top: 65px;
    margin-right: 20px;
}
.confirmationPopupButtonNo
{
    background: url('images/nolabel.png');
    width: 55px;
    height: 24px;
    border: 0px;
    cursor: pointer;
    float: right;
}

.confirmationPopupButtonYes
{
    background: url('images/yeslabel.png');
    width: 55px;
    height: 24px;
    border: 0px;
    cursor: pointer;
    float: right;
}

/* CONVERSATION LOG/NOTES SECTION */
.conversationlognotes
{
    clear: both;
    margin-top: 10px;
    background-color: #F5F5F5;
    border: 1px solid #B4B4B4;
    border-radius: 10px 10px 10px 10px;
    margin: 20px 0 20px 20px;
    padding: 20px;
    width: 1072px;
    float: left;
}

#alertBoxOnManageProspects
{
    margin: 0 auto;
    width: 800px;
}
/* END OF CONVERSATION LOG/NOTES SECTION */

/* Closing Cost section*/

.closingCostSection
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1128px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSection700
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1140px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSection800
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1138px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSection900
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1138px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSection700Left
{
    float: left;
    padding-left: 11px;
    position: relative;
    width: 659px;
}

.closingCostSection800Left
{
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 28px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSection900Left
{
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 28px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSectionLeft
{
    float: left;
    width: 660px;
    position: relative;
    padding-top: 5px;
}

.closingCostSectionLeft1400
{
    float: left;
    width: 661px;
    position: relative;
    padding-top: 5px;
}

.closingCostSectionRight
{
    float: left;
    width: 460px;
    position: relative;
    padding-top: 5px;
}

.closingCostSection700Right
{
    float: left;
    position: relative;
    width: 460px;
}

.borderRight
{
    border-right-style: solid;
    border-width: 1px;
}

.closingCostSectionRightWithoutAmount
{
    width: 365px;
    float: left;
    padding-left: 105px;
}

.closingCostSectionRight800WithoutAmount
{
    width: 355px;
    float: left;
    padding-left: 105px;
}

.closingCostSectionRight800
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    position: relative;
}

.closingCostSectionRight900
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    position: relative;
}

.closingCostSectionTitle
{
    color: black;
    font-weight: bold;
    margin-top: 3px;
    float: left;
    width: 1100px;
}

.closingCostSectionTitleRight
{
    width: 263px;
    margin-top: 13px;
    padding-right: 25px;
    float: right;
}

.divTurnOffSmartGFE
{
    float: left;
    margin-top: 5px;
    width: 336px;
}

.spanTurnOffSmartGFE
{
    color: #5180A5;
    font-weight: bold;
}

.divClosingCostsSmartGFE
{
    background: url(images/SmartGFELogo.PNG) no-repeat;
    padding-left: 3px;
    width: 230px;
    height: 25px;
    margin-top: -25px;
    margin-left: 20px;
}
.divPdfIcon
{
    width: 16px;
    height: 25px;
    background: url(images/ConciergeHomeSprite.png);
    background-position: -123px -151px;
    margin-top: -10px;
}

.closingCostSectionTitleMedium
{
    color: black;
    font-weight: bold;
    margin-top: 3px;
    float: left;
    width: 205px;
}

.closingCostSectionTitleSmall
{
    color: black;
    font-weight: bold;
    float: left;
    width: 80px;
    margin-left: 5px;
    margin-top: 30px;
}

.paddingLeft40Width130
{
    width: 130px;
    padding-left: 40px;
}

.divPaidOutside
{
    width: 255px;
    border-bottom-style: solid;
    border-width: 1px;
    float: left;
    height: 25px;
}

.closingCostSectionTitleForDropdown
{
    color: black;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 30px;
    width: 40px;
}

.borderFiled
{
    border-left-style: solid;
    border-width: 1px;
    float: left;
    width: 101px;
    height: 50px;
    position: relative;
    z-index: 5;
}

.borderFiledsmall
{
    border-left-style: solid;
    border-width: 1px;
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 5;
}

.closingCostTitleNumber
{
    padding-right: 10px;
    font-size: 12px;
    float: left;
}

.closingCostSubtitleNumber
{
    padding-right: 10px;
    font-size: 12px;
    float: left;
    margin-top: 3px;
    width: 25px;
}

.width102
{
    width: 102px !important;
}

.divFirstRowRight
{
    border-left-style: solid;
    border-width: 1px;
    float: left;
    height: 29px;
}

.divBorrderleftBottom
{
    position: relative;
    z-index: 10;
    top: -50px;
    height: 1px;
    margin-left: 1px;
}



.closingCostRow
{
    float: left;
    position: relative;
    width: 475px;
}

.closingCostRow700
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 25px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.borderSmallTitle
{
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 1px;
    float: left;
    height: 83px;
    width: 101px;
}

.borderSmallTitleForDropdown
{
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 1px;
    float: left;
    height: 83px;
    width: 50px;
}
.closingCostRow700Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    position: relative;
    width: 636px;
}

.closingCostRow800Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    margin-left: 11px;
    padding-top: 5px;
    position: relative;
    width: 636px;
}

.closingCostRow900Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    margin-left: 11px;
    padding-top: 5px;
    position: relative;
    width: 636px;
}

.marginLeft30
{
    margin-left: 30px;
}

.divPaidatSettlement
{
    width: 203px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-width: 1px;
    float: left;
    height: 25px;
}

.closingCostTextBoxDiv
{
    float: left;
    position: relative;
    display: inline-block;
    
}

.closingCostText
{
    float: left;
    position: relative;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 5px;
}

.closingCostText700
{
    float: left;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
}

.closingCostTextBoxAmount
{
    width: 80px !important;
    border-radius: 6px;
    display: inline;
}

.manageFeesInputPadding
{
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

input.Amount, input.NegativeAmount
{
    background-image: url("images/input-decorators.png");
    background-position: 7px 4px;
    background-repeat: no-repeat;
    padding: 4px 5px 4px 15px;
    width: 75px !important;
    text-align: right;
    font-size: 12px;
    _background-image: url("images/input-decorators-dollar.png");
}

input.Percent
{
    background-repeat: no-repeat;
    padding: 4px 20px 4px 1px;
    text-align: right;
    font-size: 12px;
    width: 41px !important;
    background-image: url("images/input-decorators.png");
    background-position: 35px -26px;
}

.closingCostTextBoxAmountLeft
{
    width: 80px !important;
    border-radius: 6px;
    display: inline;
    margin-left: 5px;
}

.closingCostTextBoxPercent
{
    width: 30px !important;
    border-radius: 6px;
    display: inline;
    margin-left: 5px;
}

.closingCostTextBoxNumberSmall
{
    width: 30px !important;
    border-radius: 6px;
    display: inline;
    margin-left: 5px;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    text-align: right;
}

.closingCostTextBoxMedium
{
    width: 176px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostTextBoxLarge
{
    width: 294px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostDropDownLarge
{
    width: 255px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-size:12px;
    height: 25px;
}

.closingCostTextBoxLarge257
{
    width: 257px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostTextBoxLarge281
{
    width: 281px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostTextBoxFromToLarge
{
    width: 255px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostTextBoxFromToLarge236
{
    width: 236px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostDropDownMedium
{
    width: 236px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-size:12px;
    height: 25px;
}

.closingCostDropDownMedium225
{
    width: 225px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-size:12px;
    height: 25px;
}

.closingCostTextBoxFromToMedium
{
    width: 222px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostTextBoxFromToMedium207
{
    width: 207px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.closingCostTextBoxFromToMedium1101
{
    width: 208px !important;
    border-radius: 6px;
    display: inline;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-size:12px;
    height: 25px;
}

.closingCostTextBoxAmountRight
{
    width: 80px !important;
    border-radius: 6px;
    margin-right: 4px;
}

.borderLeftClosingCostSectionWithoutAmount
{
    border-left-style: solid;
    border-width: 1px;
    float: left;
    width: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    height: 40px;
    margin-left: -4px;
}

.borderLeftClosingCostSectionAmount
{
    border-left-style: solid;
    border-width: 1px;
    width: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    height: 100%;
    overflow: hidden;
    margin-left: -3px;
}

.borderMarginLeftSection
{
    margin-right: 3px;
}

.closingCostRowHeader
{
    float: right;
    margin-top: 10px;
    padding-right: 10px;
}

.closingCostRowHeaderDiv
{
    float: left;
    font-weight: bold;
    margin-top: 5px;
    min-width: 92px;
    padding: 0 5px 0 5px;
    text-align: center;
}
.closingCostRowHeaderDivSmall
{
    float: left;
    font-weight: bold;
    margin-top: 5px;
    min-width: 40px;
    padding: 0 5px 0 5px;
    text-align: center;
}

.overlayDiv-amountDisabled
{
    border-radius: 6px;
    height: 24px;
    left: 5px;
    opacity: 0.3;
    position: absolute;
    width: 96px;
    z-index: 5000;
}

.closingCostTextBoxAmountRight.disabled
{
    background-image: url("images/input-decorators.png");
    color: #333333;
    background-color: #E0E0E0;
}

.disabled
{
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    background-color: #E0E0E0;
}

.readOnly
{
    background-color: #F0F0F0;
}

.closingCostDropdownList
{
    width: 40px !important;
    border-radius: 6px;
    margin-right: 7px;
    margin-top: 2px;
    height: 25px;
}

.closingCostDropdownList700
{
    width: 40px !important;
    border-radius: 6px;
    margin-right: 7px;
    height: 25px;
}

.closingCostGfeRight, .closingCostRight
{
    float: right;
    padding-right: 10px;
}

.closingCostGfeRight1000
{
    float: right;
    margin-right: -10px;
}

.closingCostTwoRowsHeight
{
    height: 90px;
}

.closingCostTextWidth
{
    width: 145px;
}

.closingCostTextWidth220
{
    width: 220px;
}

.closingCostSection1400Title
{
    background-color: Black;
    color: White;
    width: 1114px;
    height: 25px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.closingCostTextBoxSection1400Amount
{
    width: 80px !important;
    border-radius: 6px;
    margin-right: 10px;
    margin-left: -5px;
    margin-top: -2px;
}

.closingCostSection1400Subtitle
{
    float: right;
    padding-right: 10px;
    margin-top: 3px;
    color: black;
    font-weight: bold;
}

.closingCostHistoryImage
{
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
    background: url("historyicon.jpg");
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.closingCostHistoryImageGreen
{
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
    background: url("/Content/historyicongreen.jpg");
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.divSaveCostsManageFees
{
    float: right;
    margin: 10px 10px 5px 0;
    width: 100%;
}

.btnSaveCosts
{
     float: right;
}

.divBorderTopBottom
{
    border-top-style: solid;
    border-bottom-style: solid;
    float: left;
    width: 100%;
    overflow: hidden;
}

.blue
{
    color: Blue !important;
}

.smartGFEAmountField1100, .smartGFEAmountField1200
{
    background-color: #F7F780;
}


/*End of Closing Cost section*/

/* Closing cost history popup*/

.closingCostHistoryRoot,.businessContactHistoryRoot,.imp-sa-history-root
{
    min-height: 300px;
    position: fixed;
    left: 1003px;
    top: 50%;
    width: 700px;
    z-index: 102;
    margin: -225px 0 0 -400px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family: Arial, Halvetica, Sans-Serif;
}


.divClosingCostsHistoryBody,.divBusinessContactHistoryBody
{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.divClosingCostsHistoryRoundedbox,.divBusinessContactHistoryRoundedbox
{
    width: 650px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 10px;
    float: left;
    max-height: 700px;
    overflow-x: hidden;    
}

.divClosingCostsHistoryPopup .divClosingCostsHistoryHeader,.businessContactsHistoryPopup .divBusinessContactHistoryHeader
{
    width: 100%;
    height: 32px;
    background-color: #D7DCDF;
    border-radius: 10px 10px 0 0;
}

.divClosingCostsHistoryPopup .divClosingCostsHistoryColumn,.businessContactsHistoryPopup .divBusinessContactHistoryColumn
{
    float: left;
    width: 190px;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.divClosingCostsHistoryPopup .divClosingCostsHistoryRow,.businessContactsHistoryPopup .divBusinessContactHistoryRow
{
    width: 630px;
    min-height: 32px;
    height: auto !important;
    margin-left: 10px;
    border-top: 1px dashed #CACACA;
    float: left;
}

.divClosingCostsHistoryPopup .divClosingCostsHistoryRow, .divClosingCostsHistoryPopup .divClosingCostsHistoryColumn,
.businessContactsHistoryPopup .divBusinessContactHistoryRow, .businessContactsHistoryPopup .divBusinessContactHistoryColumn
{
    font-weight: normal;
    color: #6E6E70;
    margin-bottom: 8px;
}

.divClosingCostsHistoryPopup .divClosingCostsHistoryTitle
{
    width: 640px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom: 2px solid #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    color: #6E6E70;
}

.divClosingCostsHistoryPopup span.exceptiontype,.businessContactsHistoryPopup span.exceptiontype
{
    color: #91B55A;
}

.divClosingCostsHistoryPopup .divClosingCostsHistoryCurrentdate
{
    margin-top: 10px;
    padding-left: 3px;
    font-size: 12px;
    color: #6E6E70;
}

.closingCostHistoryHead,.businessContactHistoryHead,.imp-sa-investor-history-head
{
    padding-top: 5px;
}
.closingCostHistoryHead div,.businessContactHistoryHead div,.investorHistoryHead div
{
    float: left;
}
.closingCostHistoryHeadLeftCorner,.businessContactHistoryHeadLeftCorner
{
    background-image: url("LO Sprites.png");
    background-position: 0 -256px;
    height: 25px;
    padding-left: 20px;
    margin-top: -5px;
}
.closingCostHistoryHeadContent,.businessContactHistoryHeadContent
{
    background-image: url("LO Sprites.png");
    background-position: -20px -256px;
    color: Black;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    width: 660px;
    margin-top: -5px;
}
.closingCostHistoryHeadRightCorner,.businessContactHistoryHeadRightCorner
{
    background-image: url("LO Sprites.png");
    background-position: -1140px -256px;
    height: 25px;
    width: 20px;
    margin-top: -5px;
}

#minimizeClosingCostHistory div.close,#minimizeBusinessContactHistory div.close
{
    display: block;
    background: url('LO Sprites.png') -321px -35px no-repeat;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 395px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
}

/* End of Closing cost history popup*/

.changeClosingDatePopup-inner, .imp-change-popup-inner
{
    position: fixed;
    left: 760px;
    top: 50%;
    margin: -90px 0 0 0;
    z-index: 99999;
    padding: 20px;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    border: solid 2px #b4b4b4;
    background-color: White;
    height: 70px;
    width: 320px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.turnOffSmartGFEPopupPopup-inner
{
    position: fixed;
    left: 760px;
    top: 50%;
    margin: -90px 0 0 0;
    z-index: 99999;
    padding: 20px;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    border: solid 2px #b4b4b4;
    background-color: White;
    height: 70px;
    width: 423px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.divPopupButtons
{
    padding-top: 20px; 
    text-align: center;
}

/* PTC popup*/

#ptc-popup-inner
{
    position: fixed;
    left: 746px;
    top: 50%;
    margin: -90px 0 0 0;
    z-index: 99999;
    padding: 20px;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    border: solid 2px #b4b4b4;
    background-color: White;
    border: 3px solid #b4b4b4;
    height: 188px;
    width: 410px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.ClosingCostInputField
{
    border: 1px solid #8E8E8E;
    border-radius: 6px 6px 6px 6px;
    font-size: 12px;
    height: 16px !important;
    margin-bottom: 0;
    padding: 1px 1px 2px;
    text-align: right;
    width: 96px !important;
}

.roundedDropdown
{
    border: 1px solid #8E8E8E;
    border-radius: 6px 6px 6px 6px;
    font-size: 12px;
    margin-bottom: 0;
    padding: 1px 1px 2px;
    min-width: 34px !important;
    width: 38px;
}
.ptcPopupTitle
{
    color: #6E6E70;
    line-height: 1em;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
}
/*End of PTC popup*/


/* Manage Fees info icon*/
.infoinconbubble
{
    position: absolute;
    margin-top: -45px;
    background-color: transparent;
    width: 340px;
    height: 75px;
    left: 1270px;
    top: 780px;
}


.infoincontooltip
{
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px 5px #cecfcf;
    -webkit-box-shadow: 0 0 5px 5px #cecfcf;
    box-shadow: 0 0 5px 5px #cecfcf;
    overflow: hidden;
}


.infoincontooltipg
{
    padding: 5px;
    float: right;
    width: 330px;
    height: 75px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    position: relative;
    z-index: 9999;
}

/*End of Manage Fees info icon*/

/*Manage Fees Header*/

.closingCostHeaderItemsTitle
{
    margin-right: 7px;
    float: left;
    color: black;
    font-weight: bold;
}

.closingCostHeaderItems
{
    margin: 7px 10px 0 10px;
    float: left;
}

.closingCostHeaderItemsHistory
{
    margin: 7px 10px 0 10px;
    float: right;
}

.manageFeesRoundedContainerHeader
{
    font-size: 12px;
    height: 28px;
    float: right;
    width: 760px;
    margin: 10px 10px -10px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #e9e9e9;
    border-radius: 10px 10px 0 0;
}

.contextMenu LI.disabled A
{
    color: #AAA;
    cursor: default;
}

.contextMenu LI.hover.disabled A
{
    background-color: transparent;
}

.locked
{
    background-image: url('lock.png');
    background-position: right 2px;
    background-repeat: no-repeat;
}
.lockImageSection
{
    display: inline;
    float: right;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 5px;
    position: relative;
    min-width: 16px !important;
    min-height: 18px !important;
    margin-right: -5px;
}
.lockedManageFeesImage
{
    background: url('images/lock.png') no-repeat;
}

.closingCostSection1000
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1138px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSection1000Left
{
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 28px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSectionRight1000WithoutAmount
{
    width: 355px;
    float: left;
    padding-left: 105px;
}

.closingCostSection1000Right
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    position: relative;
}

.closingCostRow1000Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    margin-left: 11px;
    padding-top: 5px;
    position: relative;
    width: 636px;
}

.closingCostSection1100
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1138px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSection1100Left
{
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 28px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSection1100LeftBorderRight
{
    border-top-style: none !important;
    height: 29px;
}

.closingCostSectionRight1100WithoutAmount
{
    float: left;
    padding-left: 105px;
    width: 355px;
}

.closingCostSection1100Right
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    position: relative;
}

.closingCostRow1100Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    margin-left: 11px;
    padding-top: 5px;
    position: relative;
    width: 470px;
}

.closingCostSection1200Left
{
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 28px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSection1200
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1138px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSectionRight1200WithoutAmount
{
    float: left;
    padding-left: 105px;
    width: 355px;
}

.closingCostSection1200Right
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    position: relative;
}

.closingCostRow1200Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    margin-left: 11px;
    padding-top: 5px;
    position: relative;
    width: 636px;
}

.closingCostSection1200LeftBorderRight
{
    border-right-style: solid;
    border-width: 1px;
    float: left;
    height: 29px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSection1300Left
{
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 28px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.closingCostSection1300
{
    float: left;
    position: relative;
    font-size: 12px;
    width: 1138px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-radius: 6px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.closingCostSectionRight1300WithoutAmount
{
    float: left;
    padding-left: 104px;
    width: 355px;
}

.closingCostSection1300Right
{
    border-top-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    position: relative;
}

.closingCostRow1300Title
{
    border-width: 1px;
    float: left;
    height: 25px;
    margin-left: 11px;
    padding-top: 5px;
    position: relative;
    width: 636px;
}

.closingCostSection1300LeftBorderRight
{
    border-right-style: solid;
    border-width: 1px;
    float: left;
    height: 29px;
    margin-left: 11px;
    padding-top: 2px;
    position: relative;
    width: 659px;
}

.divProcessingPopup
{
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    top: 300px;
    left: 40%;
    text-align: center;
    cursor: wait;
    width: 330px;
    height: 140px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 4px 4px -2px rgb(153, 153, 153);
}

.divProcessingPopupHeader
{
    background: url('LO Sprites.png') repeat-x 0 -410px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    height: 33px;
    padding-top: 12px;
    color: black;
}

/*End of Manage Fees Header*/
.switchBorrowerInformation
{
    height: 18px;
    width: 786px;
}
.borrowersInformation
{
    font-weight: bold;
    font-size: 12px;
    width: 800px;
    padding: 20px 20px 10px 20px;

    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.borrowerInformation
{
    color: #333333;    
    width: 358px;
    height: 455px;
    padding: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 4px 4px 4px -2px rgb(153, 153, 153);
    -moz-box-shadow: 4px 4px 4px -2px rgb(153, 153, 153);
    -webkit-box-shadow: 4px 4px 4px -2px rgb(153, 153, 153);
}
.borrowerInformation.borrowerAddress
{
    width: 768px; 
    height: auto;
    margin-top: 15px;
    overflow: auto;
}
.borrowerInformation.borrowerTitles
{
    width: 768px;
    height: 140px;
    margin-top: 15px;
}
.borrowerInformation.right
{
    margin-left: 20px;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}

.floatleft label {
    display: inline;
}

.borrowersInformation .bi-div-row
{
   padding-bottom: 5px;
   height: 45px;
}

.borrowersInformation .rowheigherright .bi-div-row
{ 
    padding-bottom: 5px;
    height: 25px;
}

.borrowersInformation .bi-div-row.title
{
    height: 25px;
    padding-bottom: 5px;
}

.borrowerInformationHolder
{
    height: 488px;
    width: 800px;
}
 .borrowersInformation .borrowerTitles .bi-div-row
{
    width: 768px;
}
.borrowersInformation .rowheigher
{
    height: 80px;
}
.borrowersInformation .bi-div-row.height20
{
    height: 20px;
}
.borrowersInformation .rowheigher.height100
{
    height: 100px;
}
.borrowersInformation .rowbuttons
{

    margin-top: 8px;
    min-height: 29px;
    text-align: right;
    width: 803px;
}
.borrowersInformation .smallerText
{
    font-size: 10px;
}
.borrowersInformation .txtSsn
{
}
.borrowersInformation .title
{
    color: #a1c35e;
    font-size: 14px;
}
input.txtZip
{
    width: 45px;
}
.rowcolumn
{
    float: left;
}
.rowcolumnLeft
{
    float: left;
    width: 210px;
}

.rowup, .rowdown
{
    clear: both;
}
.rowup
{
    height: 16px;
}
.borrowersInformation input
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ddlBPrefferedPhone, .ddlBAlternatePhone, .ddlCBPrefferedPhone, .ddlCBAlternatePhone, .ddlBPresentState, .ddlBMailingState, .ddlCBPresentState, .ddlCBMailingState
{
    width: 60px;
}
.ddlBMaritalStatus, .ddlCBMaritalStatus, .ddlMannerTitle
{
    width: 140px;
}
 
.marginL10
{
    margin-left: 10px;
}
.marginL5
{
    margin-left: 5px;
}
.marginL20
{
    margin-left: 20px;
}
.marginL35
{
    margin-left: 35px;
}
.marginL45
{
    margin-left: 45px;
}
.marginL60
{
    margin-left: 60px;
}
.marginL110
{
    margin-left: 110px;
}
.marginT5
{
    margin-top: 5px;
}
.marginT15
{
    margin-top: 15px;
}
.borrowersInformation .rowheigher .rowheigherleft
{
    float: left;
    width: 200px;
}

.borrowersInformation .rowheigher .rowheigherright
{
    float: left;
    width: 500px;
}

.borrowersInformation .divNoYears
{
    margin-left: 24px;
    margin-top: -23px;
}

.phoneTypesComboBox
{
    width: 100px;
    top: 5px;
}

.contactPopupRowSpanFloatR
{
    float:left;
}

.notValid
{
    background-color: #FFEBEC;
    border-color: red !important;

}


/* APPRAISAL SECTION*/

.subcommandtitle
{
    font-weight: bold;
    color: #198342;
    font-size: 16px;
    font-family: Trebuchet MS;
}

.subcommandtext
{
    color: #777777;
    font-size: 12px;
    font-family: Trebuchet MS;
    font: sharp;
}

fieldset.AppraisalFieldset
{
    margin: 10px 15px;
    border: 1px solid;
    padding-bottom: 10px;
}

fieldset legend
{
    color: #198342;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding: 3px 10px;
    width: auto;
    line-height: normal;
    border: none;
    margin-bottom: 0px;
}

.MMLhovertextbox
{
    border: solid 1px #8E8E8E;
    height: 16px;
    border-radius: 3px;
}

.MMLhovertextbox:hover
{
    border: solid 1px #515151;
}

.currency .t-input
{
    height: 18px;
    border-radius: 3px;
}

.currency .t-input:hover
{
    border: solid 1px #515151;
}

.rowitem
{
    float: left;
    width: 520px;
}
div.scttxttitle
{
    width: 140px;
    float: left;
    text-align: right;
    padding-right: 20px;
    height: 18px;
    margin-bottom: 8px;
    margin-top: 4px;
}

div.scttxttitleshort
{
    width: 50px;
    float: left;
    text-align: right;
    padding-right: 20px;
    height: 18px;
    margin-bottom: 8px;
    margin-top: 4px;
}

div.scttextcontent
{
    width: 350px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}

div.scttextcontentLong
{
    width: 250px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}
div.scttextcontentLong.paddingL160
{
    padding-left:160px;
}

div.scttextcontentShort
{
    width: 80px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}

div.sctRow
{
    margin-bottom: 12px;
    height: 18px;
}

div.uploadedDocumentFileDataContainer
{
    
}
/*div.clear
{
    clear: both;
}*/

.normalTextboxes
{
    height: 18px;
}

div.firstRow {
    padding-top: 10px;
    min-height: 10px !important;
    padding-bottom: 5px;
}

div.spanWrapper
{
    height: 22px;
}

div.rowWithSpan
{
    margin-top: 4px;
}

div.specialInstructions
{
    height: 100px;
}

.resizeable
{
    resize: none;
}

span.textTitle
{
    padding-left: 10px;
}

span.textRadio
{
    padding-left: 15px;
    width: 50px;
    text-align: center;
    float: left;
}

.textWithRadioButton
{
    margin-right: 10px;
    display: block;
    float: left;
}

span.itemWidth
{
    padding-right: 20px;
    display: block;
    float: left;
}

 span.itemWidth label, div.scttextcontentLong label
{
     display: inline;
}

div.largerTextContent
{
    width: 350px;
}

.propertyinfoCityCounty
{
    float: left;
    width: 110px;
}

div.mainDivAppointmentInformation
{
    /*margin-top: 10px;*/ /*display: none;*/
}

div.dropdownRow
{
    padding-top: 2px;
}

fieldset.AppraisalRequest
{
    padding-top: 10px;
}

.uxPreferredContact
{
    padding-left: 5px;
}

.uxBorrowerPreferredContact
{
    padding-left: 5px;
}

.textbox
{
    float: left;
}

.BorrowerInfoTextbox
{
    float: left;
}

.appraisalcontent input[type="text"]
{
    width: 270px;
    margin: 3px 3px 0px 0px;
    height: 16px;
}

.appraisalcontentshort input[type="text"]
{
    width: 160px;
    float: left;
    margin: 3px 3px 0px 0px;
    height: 16px;
}

.appraisalFee input[type="text"]
{
    width: 80px;
    margin: 3px 3px 0px 0px;
    height: 16px;
}

.appraisalFee .t-input
{
    height: 16px;
    border-radius: 3px;
}

.rightalign
{
    position: relative;
}

.rightalign .t-formatted-value
{
    left: auto;
    right: 0;
}

p.subcommandtext, span.subcommandtitle
{
    margin-left: 15px;
}

.quoted .t-input
{
    border: 2px solid #FF8000 !important;
}

.quoted
{
    border: 2px solid #FF8000 !important;
}

.t-input[type="text"], .t-input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}
li.t-item {
    line-height: normal;
}

.uxSpecialInstructions
{
    border: solid 1px #8E8E8E;
    border-radius: 3px;
}

.uxSpecialInstructions:hover
{
    border: solid 1px #515151;
}

.appraisalBillingInformationHistoryBlue
{
    cursor: pointer;
    background: url(historyicon.jpg);
    width: 15px;
    height: 17px;
    margin: 2px 2px 0 60px;
    float: left;
}

.appraisalBillingInformationHistoryGreen
{
    cursor: pointer;
    background: url(historyicongreen.jpg);
    width: 17px;
    height: 17px;
    margin: 2px 2px 0 60px;
    float: left;
}

.appraisalBillingHistoryPopup
{
    position: fixed;
    z-index: 102;
    margin: -200px 0 0 -250px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 370px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #EFEFEF;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.imp-doc-delivery {
    background-image: url('images/documentdelivery.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -3px;
}

.imp-doc-vault {
    background-image: url('images/docvault.png');
    background-repeat: no-repeat;
     width: 30px;
    height: 30px;
    float: left;
}

.imp-document-classification-icon::before
{
    content:url('images/documentClassification.png');
    display: block;
    float: left;
    padding-right: 10px;
}

.uploadDocument
{
    text-align: center;
    width: 250px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}

.uploadDropDown
{
    text-align: center;
    width: 170px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}

.uploadCheckBox
{
    text-align: center;
    width: 80px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}

.uploadDocumentContent
{
    text-align: left;
    width: 235px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
    margin-left: 15px;
}

.uploadDropDownContent
{
    width: 160px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
    padding-left: 10px;
}

.sctContentShort
{
    width: 20px;
    float: left;
    height: 18px;
    margin-bottom: 8px;
}

div.documents-button-upload-document
{
    float: left;
    width: 131px;
    height: 24px;
    background: url(images/ConciergeHomeSprite.png);
    background-position: -2px -356px;
    margin-top: 5px;
    margin-left: 110px;
    cursor: pointer;
}

.uploadButton {
  font-family: arial;
  font-weight: bold;
  cursor:pointer;
  color: #FFFFFF !important;
  font-size: 12px !important;
  box-shadow: 1px 1px 1px #F9ECDB;
  margin-top: 1px;
  padding: 1px 14px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  border: 1px solid #E88103;
  background: #FFFFFF;
  background: -linear-gradient(top,  #FFC477,  #E88103);
  background: -ms-linear-gradient(top,  #FFC477,  #E88103);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC477), to(#E88103));
  background: -moz-linear-gradient(top,  #FFC477,  #E88103);
}
.uploadButton:hover {
  background: #FFFFFF;
  background: -linear-gradient(top,  #E88103,  #FFC477);
  background: -ms-linear-gradient(top,  #E88103,  #FFC477);
  background: -webkit-gradient(linear, left top, left bottom, from(#E88103), to(#FFC477));
  background: -moz-linear-gradient(top,  #E88103,  #FFC477);
}

.saveAppraisalBtn {
  background: -moz-linear-gradient(center top , #FFC477, #F8720C) repeat scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 1px #C8C8C8;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  width: 80px;
  margin-top: 1px;
}
.saveAppraisalBtnDisabled {
  background: -moz-linear-gradient(center top , #ADADAD, #858585) repeat scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 1px #C8C8C8;
  color: #FFFFFF !important;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  width: 80px;
  margin-top: 1px;
}
.saveAppraisalBtn:hover {
  background: #468CCF;
  background: -linear-gradient(top,  #E88103,  #FFC477);
  background: -ms-linear-gradient(top,  #E88103,  #FFC477);
  background: -webkit-gradient(linear, left top, left bottom, from(#E88103), to(#FFC477));
  background: -moz-linear-gradient(top,  #E88103,  #FFC477);
}


.testbutton1 {
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 13px;
  text-shadow: 1px 0px 0px #FFFFFF;
  box-shadow: 4px 1px 5px #FFFFFF;
  padding: 3px 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #EE8B51;
  background: -linear-gradient(top,  #FFC477,  #F8720C);
  background: -ms-linear-gradient(top,  #FFC477,  #F8720C);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC477), to(#F8720C));
  background: -moz-linear-gradient(top,  #FFC477,  #F8720C);
}
.testbutton1:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: -linear-gradient(top,  #E88103,  #FFC477);
  background: -ms-linear-gradient(top,  #E88103,  #FFC477);
  background: -webkit-gradient(linear, left top, left bottom, from(#E88103), to(#FFC477));
  background: -moz-linear-gradient(top,  #E88103,  #FFC477);
}
.disabledTelerik
{
    border-radius: 3px 3px 3px 3px;
    height: 18px;
}
.disabledTelerik:hover
{
    border: solid 1px #515151;
}


/* END OF APPRAISAL SECTION*/


/* HISTORY SECTION*/

div.historytitle
{
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #6E6E70;
}

div.historyheadline
{
    width: 85%;
    height: 2px;
    background-color: #FFFFFF;
    margin-left: 20px;
}

#historyclose div.close
{
    display: block;
    background: url('CommandButtonSprites.gif') -90px 0px no-repeat;
    width: 25px;
    height: 20px;
    margin: -38px 0 0 370px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
}

div.historycurrentdate
{
    margin-top: 10px;
    padding-left: 10px;
    font-size: 12px;
    color: #6E6E70;
}

div.historyroundedbox
{
    border: 1px solid #CACACA;
    border-radius: 10px;
    margin: 15px;
}

div.historyheader
{
    width: 100%;
    height: 32px;
    background-color: #D7DCDF;
    border-radius: 10px 10px 0 0;
}

div.historycolumn
{
    float: left;
    width: 150px;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

div.historyvalue
{
    float: left;
    width: 150px;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #6E6E70;
}

div.historyrow
{
    height: 32px;
    margin-left: 10px;
    border-top: 1px dashed #CACACA;
}

div.historyrow div.historycolumn, div.historyrow div.historycolumnvalue
{
    font-weight: normal;
    color: #6E6E70;
}

/* END OF HISTORY SECTION*/

/* START LOAN SERVICES */
.loanservicesdivtitle
{
    border-bottom: 1px solid #999999;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 5px 15px;
}
.loanservicesdiv
{
    margin: 15px auto 13px auto;
    width: 1130px;
    background: white;
    color: black;
    padding-bottom: 7px;
    border: 1px solid #999999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.loanservicesdivrow
{
    overflow: hidden;
    width: 1130px;
    height: 30px;
}
.loanservicesdivrow.subjects
{
    background: #D8DBDC;
    border-bottom: 2px solid #609417;
    font-weight: bold;
    height: 20px;
    padding-top: 5px;
}
.loanservicesdivsubtitle
{
    margin: 10px 10px 10px 15px;
    font-weight: bold;
}
.loanservicesdivrow div.rowdiv
{
    height: 25px;
    float: left;
    font-size: 12px;
    display: block;
}
.loanservicesdivrow.subjects div.rowdiv.product
{
    margin-left: 20px;
}
.loanservicesdivrow div.rowdiv.arrow
{
    width: 20px;
    height: 20px;
}
.loanservicesdivrowfirst
{
    height: 25px;
    padding-top: 6px;
}
.loanservicesdivrowfirst.expandable:hover
{
    cursor: pointer;
    background: #F5F7F7;
}
.loanservicesdivrow div.rowdiv.arrow .arrowright
{
    width: 9px;
    height: 17px;
    background: url('LO Sprites.png') -837px -125px no-repeat;
    margin-left: 6px;
}
.loanservicesdivrow div.rowdiv.arrow .arrowdown
{
    background: url("LO Sprites.png") no-repeat scroll -829px -134px transparent;
    height: 17px;
    margin-left: 2px;
    margin-top: 4px;
    width: 16px;
}
.loanservicesdivrow div.rowdiv.product
{
    width: 140px;
}
.loanservicesdivrow div.rowdiv.borrower
{
    width: 200px;
}
.loanservicesdivrow div.rowdiv.vendor
{
    width: 90px;
}
.loanservicesdivrow div.rowdiv.file
{
    width: 70px;
}
.loanservicesdivrow div.rowdiv.datetime
{
    text-align: center;
    width: 130px;
}
.loanservicesdivrow div.rowdiv.source
{
    width: 90px;
}
.loanservicesdivrow div.rowdiv.orderid
{
    width: 110px;
}
.loanservicesdivrow div.rowdiv.orderstatus
{
    text-align: center;
    width: 150px;
}
.loanservicesdivrow div.rowdiv.orderstatus .completed
{
    background: url("LO Sprites.png") no-repeat scroll -850px -127px transparent;
    float: right;
    height: 18px;
    margin-right: 8px;
    width: 18px;
}
.loanservicesdivrow .ddlActions {
    width: 100px;
}
.loanservicesdivrow.subjects div.rowdiv.action {
    text-align: center;
}
.loanservicesdivrow div.rowdiv.action
{
    width: 190px;
}
.loanservicesdivrow div.rowdiv.serviceby
{
    text-align: center;
    width: 70px;
}
.loanservicesdivrow div.rowdiv.downloadpdf, .loanservicesdivrow div.rowdiv.downloadxml
{
    width: 70px;
}
.loanservicesdivadditionalrow
{
    height: 17px;
    padding: 5px;
}
.loanservicesdivadditionalrow div
{
    height: 25px;
    float: left;
    display: block;
}
.loanservicesdivadditional
{
    border: 1px solid #D8DBDC;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    width: 1086px;
}
.loanservicesdivadditionalrow.subjects
{
    height: 13px;
    padding-top: 3px;
    background: #D8DBDC;
    border-bottom: 2px solid #609417;
    font-weight: bold;
}
.loanservicesdivadditionalrow .integrationevent
{
    margin-left: 15px;
    width: 383px;
}
.loanservicesdivadditionalrow .date, .loanservicesdivadditionalrow .time
{
    text-align: center;
    width: 80px;
}
.loanservicesdivadditionalrow .eventstatus
{
    text-align: center;
    width: 140px;
}
.loanservicesdivadditionalrow .downloadxml, .loanservicesdivadditionalrow .downloadpdf
{
    text-align: center;
    width: 60px;
}
.btnSubmitGrey {
    background: url("LO Sprites.png") repeat scroll -1004px -112px transparent;
    border: 0 none;
    height: 24px;
    margin: -1px 0 0 10px;
    position: absolute;
    width: 67px;
}
/* END LOAN SERVICES */


/*  BEGINING OF TAB NAVIGATION SECTION */
.menutitleselected
{
    float: left; 
    padding-right: 5px; 
    padding-left: 5px;
    color: #555;
}

.menutitle
{
    float: left; 
    padding-right: 5px; 
    padding-left: 5px;
}

.menutitleRed
{
    float: left; 
    padding-right: 5px; 
    padding-left: 5px;
    color: #FF0000;
}

.tabrowarrow {
	text-align: center;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
	line-height: 22px;
	height: 29px;
	font-size: 12px;
	font-family: verdana;
	position: relative;
	float: right;
}
.tabrowarrow li a {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	text-shadow: 0 1px #FFF;
	margin: 0 2px 0 2px;
	padding: 0 10px;
	text-decoration: none;
}
.tabrowarrow {
    text-decoration: inherit;
    color: Black;
}
.tabrow 
{
	float: left;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 24px;
	height: 29px;
	overflow: hidden;
	width: 1100px;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}
.tabrow a li {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.tabrow a li:hover
{
    margin-top: -1px;
    background:  rgba(255, 255, 255, 0.2);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tabrow a li {
    text-decoration: inherit;
}
.tabrow a li.selected:hover
{
    margin-top: 0px;
}
.tabrow a li.selected
{
    color: #000000;
}
.tabrow a li
{
    color: white;
}
.tabrow a li.selected {
	border: 1px solid #AAA;
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	z-index: 2;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.tabrow a li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow a li:after{
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow a li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow a li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
/* EDN OF TAB NAVIGATION SECTION*/
.divborrowerpopup
{
    position: absolute;
    z-index: 102;
    margin: -300px 0 0 -400px;
    left: 50%;
    top: 300px;
    width: 500px;
    height: 280px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.imp-div-popup-CompleteLoanApplication
{
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    height: 100px;
    left: 60%;
    margin: 51px 0 0 -400px;
    padding: 17px;
    position: absolute;
    top: 400px;
    width: 420px;
    z-index: 102;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

.imp-div-popup-CompleteLoanApplication-buttonContainer
{
    margin-left:auto; 
    margin-right: auto; 
    width:100px; 
    margin-top: 10px;
}


.rateoptionshead2
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1044px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 0 0 ;
    -moz-border-radius: 7px 7px 0 0 ;
}

.rateoptionshead2round
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1044px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 7px 7px ;
    -webkit-border-radius: 7px 7px 7px 7px ;
    -moz-border-radius: 7px 7px 7px 7px ;
}

.rateoptionshead2Wide
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 0 0 ;
    -moz-border-radius: 7px 7px 0 0 ;
}

.rateoptionshead2WideRound
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 7px 7px ;
    -moz-border-radius: 7px 7px 7px 7px ;
}

.rateOptionsGrayHeader
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('GrayHeader.png');
    width: 1044px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 0 0 ;
    -moz-border-radius: 7px 7px 0 0 ;
}

.rateoptionsdetailcontent
{
    font-size: 12px;
    color: Black;
     width: 1062px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.rateoptionsdetailcontentWide
{
    font-size: 12px;
    color: Black;
     width: 1158px;
    height: auto;
    min-height:75px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius:  0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.rateoptionsdetailcontent2, .rateoptionsdetailcontentWide2, .rateoptionsliderforDiv2
{
    border: 0px;
    padding-top: 5px;
    overflow: hidden;
}

.rateoptionsdiv
{
    width: 1062px;
    margin-left: 4px;
    margin-top: 29px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}



.rateoptionsdetailcontent .tableRateOptionInfoHeader
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A2D2B5), color-stop(1, #a6c282) );
    background: -moz-linear-gradient( center top, #A2D2B5 5%, #A2D2B5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D2B5', endColorstr='#a6c282');
    background-color: #A2D2B5;
    border: 1px solid #BADB8F;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 15px;
    padding-left:15px;
    padding-top:7px;
}

.rateoptionsdetailcontent .tableRateOptionInfoRow
{
    border-bottom: 1px dotted #555555;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1065px;
    padding-top: 1px;
    padding-left: 15px;
}


.rateoptionsdetailcontentWide .tableRateOptionInfoHeader
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A2D2B5), color-stop(1, #a6c282) );
    background: -moz-linear-gradient( center top, #A2D2B5 5%, #A2D2B5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D2B5', endColorstr='#a6c282');
    background-color: #A2D2B5;
    border: 1px solid #BADB8F;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 15px;
    padding-left:15px;
    padding-top:7px;
}

.rateoptionsdetailcontentWide .tableRateOptionInfoRowWide
{
    border-bottom: 1px dotted #555555;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1065px;
    padding-top: 1px;
    padding-left: 15px;
}

.rateOptionsNotesPopup
{
    position: fixed;
    z-index: 102;
    margin: -200px 0 0 -250px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 300px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0 20px;
}

.roundedBoxRateOptions
{
    height: 120px;
    width: 350px;
    max-height: 120px;
    max-width: 350px;
    min-height: 120px;
    min-width: 350px;
    margin: 0;
    position: relative;
    text-align: left;
    vertical-align: text-top;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid gray;
}
.mailRowRateOptions
{
    padding: 1px;
}

.rateoptionsliderforDiv
{
    max-height:210px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

input[readonly].txtReadyOnlyDisableColor
{
    background-color: #f0f0f0;
}







.rateoptionsdetailcontent .tableRateOptionInfoHeaderGray
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4d4d4) );
    background: -moz-linear-gradient( center top, #d4d4d4 5%, #d4d4d4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#d4d4d4');
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 7px;
    padding-left:7px;
    padding-top:7px;
}

.rateoptionsdetailcontent .tableRateOptionInfoRowGray
{
    border-bottom: 2px solid #d4d4d4;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1048px;
    padding-top: 1px;
    padding-left: 7px;
}

.rateoptionsdetailcontentWide .tableRateOptionInfoHeaderGray
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4d4d4) );
    background: -moz-linear-gradient( center top, #d4d4d4 5%, #d4d4d4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#d4d4d4');
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 7px;
    padding-top:7px;
}

.rateoptionsdetailcontentWide .tableRateOptionInfoRowGray
{
    border-bottom: 2px solid #d4d4d4;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1140px;
    padding-top: 1px;
    padding-left: 7px;
}

.tableRateOptionInfoRowGray td
{
    border-right: 2px solid #d4d4d4;
}

.tableRateOptionInfoRowGray td div
{
    margin-left: 1px;
}

.rateoptionsliderforDivTable
{
    max-height:180px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

input[readonly].txtReadyOnlyDisableColor
{
    background-color: #f0f0f0;
}

.rateoptionshead2
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1044px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 0 0 ;
    -moz-border-radius: 7px 7px 0 0 ;
}

.rateoptionshead2round
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1044px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 7px 7px ;
    -webkit-border-radius: 7px 7px 7px 7px ;
    -moz-border-radius: 7px 7px 7px 7px ;
}

.rateoptionshead2Wide
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 0 0 ;
    -moz-border-radius: 7px 7px 0 0 ;
}

.rateoptionshead2WideRound
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('LO Sprites.png');
    background-position: 0px -256px;
    width: 1140px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 7px 7px ;
    -moz-border-radius: 7px 7px 7px 7px ;
}

.rateOptionsGrayHeader
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
    background-image: url('GrayHeader.png');
    width: 1044px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 7px 7px 0 0 ;
    -webkit-border-radius: 7px 7px 0 0 ;
    -moz-border-radius: 7px 7px 0 0 ;
}

.rateoptionsdetailcontent
{
    font-size: 12px;
    color: Black;
     width: 1062px;
    height: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.rateoptionsdetailcontentWide
{
    font-size: 12px;
    color: Black;
     width: 1158px;
    height: auto;
    min-height:75px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-radius:  0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.rateoptionsdetailcontent2, .rateoptionsdetailcontentWide2, .rateoptionsliderforDiv2
{
    border: 0px;
    padding-top: 5px;
    overflow: hidden;
}

.rateoptionsdiv
{
    width: 1062px;
    margin-left: 4px;
    margin-top: 29px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}



.rateoptionsdetailcontent .tableRateOptionInfoHeader
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A2D2B5), color-stop(1, #a6c282) );
    background: -moz-linear-gradient( center top, #A2D2B5 5%, #A2D2B5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D2B5', endColorstr='#a6c282');
    background-color: #A2D2B5;
    border: 1px solid #BADB8F;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 15px;
    padding-left:15px;
    padding-top:7px;
}

.rateoptionsdetailcontent .tableRateOptionInfoRow
{
    border-bottom: 1px dotted #555555;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1065px;
    padding-top: 1px;
    padding-left: 15px;
}


.rateoptionsdetailcontentWide .tableRateOptionInfoHeader
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A2D2B5), color-stop(1, #a6c282) );
    background: -moz-linear-gradient( center top, #A2D2B5 5%, #A2D2B5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D2B5', endColorstr='#a6c282');
    background-color: #A2D2B5;
    border: 1px solid #BADB8F;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 15px;
    padding-left:15px;
    padding-top:7px;
}

.rateoptionsdetailcontentWide .tableRateOptionInfoRowWide
{
    border-bottom: 1px dotted #555555;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1065px;
    padding-top: 1px;
    padding-left: 15px;
}

.rateOptionsNotesPopup
{
    position: fixed;
    z-index: 102;
    margin: -200px 0 0 -250px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 300px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0 20px;
}

.roundedBoxRateOptions
{
    height: 120px;
    width: 350px;
    max-height: 120px;
    max-width: 350px;
    min-height: 120px;
    min-width: 350px;
    margin: 0;
    position: relative;
    text-align: left;
    vertical-align: text-top;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid gray;
}
.mailRowRateOptions
{
    padding: 1px;
}

.rateoptionsliderforDiv
{
    max-height:210px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}





.rateoptionsdetailcontent .tableRateOptionInfoHeaderGray
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4d4d4) );
    background: -moz-linear-gradient( center top, #d4d4d4 5%, #d4d4d4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#d4d4d4');
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 7px;
    padding-left:7px;
    padding-top:7px;
}

.rateoptionsdetailcontent .tableRateOptionInfoRowGray
{
    border-bottom: 2px solid #d4d4d4;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1048px;
    padding-top: 1px;
    padding-left: 7px;
}

.rateoptionsdetailcontentWide .tableRateOptionInfoHeaderGray
{

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4d4d4) );
    background: -moz-linear-gradient( center top, #d4d4d4 5%, #d4d4d4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#d4d4d4');
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    display: inline-block;
    color: #000032;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    height: 25px;
    margin-top: -2px;
    padding: 0 7px;
    padding-top:7px;
}

.rateoptionsdetailcontentWide .tableRateOptionInfoRowGray
{
    border-bottom: 2px solid #d4d4d4;
    float: left;
    font-size: 12px;
    margin-right: -8px;
    position: relative;
    width: 1140px;
    padding-top: 1px;
    padding-left: 7px;
}

.tableRateOptionInfoRowGray td
{
    border-right: 2px solid #d4d4d4;
}

.tableRateOptionInfoRowGray td div
{
    margin-left: 1px;
}

.rateoptionsliderforDivTable
{
    max-height:180px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

/******************************************
**Loan details tabs (Loan Details and AUS)
******************************************/
#loanDetailsList, #conditionsTabsList
{
    margin-left: 7px; 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px; 
    margin-right: 15px;
}

#ausTabs
{
    margin-left: -16px !important;
}

 

.imp-inner-section .conciergecommandembeddeddiv
{
    margin-left: -5px;
    margin-top: -5px;
}
.imp-aus-header
{
    background-image: url('aus_header.png');
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-top: 5px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    /*line-height: 30px;*/
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    margin-top: 30px;
}
.imp-aus-header-caseidselect, .imp-aus-header-caseidselect-override{
    line-height: 20px;
    height: 23px;
    margin-top: -2px;
    margin-left: 2px;
}
.imp-aus-header-caseidselector-div
{    
    margin-left: 90px !important;
}
.imp-aus-header-caseidentry-div
{    
    float:left; 
    margin-left: 10px;
    margin-top: 5px;
}
.imp-aus-content {
     border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
.imp-aus-footer {
     border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}


 
/* ******************************************
**END Loan details tabs (Loan Details and AUS)
******************************************/

  .imp-inner-section  .conciergecommandembeddeddiv
  {
      margin-left: -25px;
      margin-top: -5px;
  }
  
  .loanServiceDocumentDownloadPopup
    {
        position: fixed;
        z-index: 102;
        margin: -200px 0 0 -250px;
        left: 50%;
        top: 50%;
        width: 703px;
        height: 315px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.6);
        padding: 0 20px;
        padding-top:10px;
    }
    
        #closedocdownlooad div.close
    {
        display: block;
        background: url('LO Sprites.png') -321px -35px no-repeat;
        width: 13px;
        height: 13px;
        margin: -38px 0 0 696px;
        cursor: pointer;
        position: absolute;
         opacity: 1;
    }
    
    .rowdiv.expandable:hover
    {
        cursor: pointer;
        background: #F5F7F7;
    }
    
    .loanservicesdivrowfirst.selection:hover
    {
        cursor: pointer;
        background: #F5F7F7;
    }
    
    .documentDownloaddivadditional div.rowdiv.arrow .arrowright
    {
        width: 9px;
        height: 17px;
        background: url('LO Sprites.png') -837px -125px no-repeat;
        margin-left: 6px;
    }
    .documentDownloaddivadditional div.rowdiv.arrow .arrowdown
    {
        background: url("LO Sprites.png") no-repeat scroll -829px -134px transparent;
        height: 17px;
        margin-left: 2px;
        margin-top: 4px;
        width: 16px;
    }
    
    .buttonsSectionDocumentDownload
    {
        width: 79px;
        float: right;
        padding-right: 20px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .downloadDocumentdivrow:hover
    {
        background: #F5F7F7;
    }
    
    .imp-aus-arrow-collapsed-div
    {
        background-image: url('images/ausArrows.png');
        background-position: 0px 0px;
        width: 13px;
        height: 11px;
        margin-left: 15px;
        cursor: pointer;
    }
    .imp-aus-arrow-exspanded-div
    {
        background-image: url('images/ausArrows.png');
        background-position: 0px -12px;
        width: 13px;
        height: 8px;
        margin-left: 15px;
        cursor: pointer;
    }
    .imp-aus-row-pdfimage-div, .imp-row-pdfimage-div
    {
        background-image: url('images/pdf-blue.png');
        width: 18px;
        height: 24px;
        cursor: pointer;
    }
    .imp-aus-row-title-tr
    {
        background-color: #e4e8e8;
        height: 25px;
        float: left;
        font-size: 13px;
        font-weight: bold;
        padding-top: 7px;
        margin-left: 1px;
    }
    .imp-aus-row-data-tr
    {
        float: left;
        border-bottom: 1px solid #C6C6C6;
        font-size: 13px;
    }
    .imp-aus-subtitle-div
    {
        font-family: Arial;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #C6C6C6;
    }
    .imp-aus-header-title-div
    {
        margin-left: 5px; 
        margin-top: 10px; 
        float: left; 
        display: block;
    }
    .imp-aus-header-buttons-div
    {
        margin-right: 10px; 
        margin-top: 5px; 
        float: right;
        margin-right: -70px;
    }
    
    .imp-aus-title-span
    {
        margin-top: 3px;
        float: left;
    }

    .imp-aus-case-id
    {
        float: right;
        display: none;
    }

    .imp-aus-case-left-id
    {
        float: left;
        display: none;
        padding-right: 8px;
    }
    .aus-error-popover .popover {
        max-width: none;
    }

    .aus-popover {
        width: 22px;
        margin-left: -25px;
        margin-top: 1px;
        position: absolute;
    }

    .aus-popover .popover {
        max-width: none;
        padding-left: 5px;
    }
    
  /*System Admin Business Contacts*/
.cCompanyLeft
{
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: right;   
    width: 48%;
    font-size: 15px;
    color:black;
}
.cCompanyRight
{
     float:left;
     width:40%;
}

.cCompanyRight input,.companyProfileTop input,.companyProfileTop-sec input
{
    border: 1px solid #A0A0A0;
    font-size: 13px;
    height: 16px !important;
}

.companyProfileTop
{
    float:left;
    clear:left;
    width:110px;
}

.companyProfile-div-text
{
    font-size: 15px;
    color:black;
}

.companyProfileTop input
{
    float:left;
    clear:left;
    width:100px;
}

.companyProfileTop-sec
{
    float:left;
    clear:left;
    width:50%;
}

.rowCompanyProfileContainer
{
    float: left;
    margin-bottom: 10px;
    min-width: 400px;
}

.rowCompanyProfileContainer-subcontainer
{
    float: left;  
    min-width: 100px;
    margin-right: 25px;
}


.imp-companyInformation-fieldset
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:600px;
    border: 1px solid transparent;
    margin-top: 10px;
    border-radius: 0;
    border-top-color: #CCCCCC;
}

.imp-companyInformation-fieldset legend 
{
    color:Black;
    font-size: 16px;
    font-weight:bold;
}

.companyProfileContainer
{
    min-width: 600px; 
    margin-top: 30px;   
}

.buttonContainer-companyProfileContainer-div
{
    float:right;
    margin-top:35px;
}

.separator {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    height: 18px;
    margin-bottom: 15px;
    clear: both;
}
.separator span {
    line-height: 15px;
    padding: 0 10px;
    background: white; /* Color of the element below */
    display: inline-block;
    margin-top: 10px;
    color: black;
    margin-left: 20px;
    font-size: 15px;
}



.globalContactsHistoryImageActive {
    float: left;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    background: url("historyicongreen.jpg");
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.globalContactsHistoryImageInactive 
{
    float: left;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    background: url("historyiconDisabled.png");
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.cCompanyPositionText span {
    display: inline-block;
    height: 18px;
    padding-bottom: 2px;
    vertical-align: bottom;
}

.rowCompanyProfileContainer input[readonly="readonly"] {
    background-color: #F0F0F1;
}

.rowCompanyProfileContainer-sec
{
    width: 550px;
    margin-left:30px;
}
.divcContactProfileDeactiveSection
{
    color: #000000;
    font-size: 15px;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    vertical-align: middle;
    width: 215px;
}

.divcContactProfileDeactiveSection span
{
    display: inline-block;
    height: 6px;
    vertical-align: middle;
}
 /*End of System Admin Business Contacts*/
 
 /*System Admin Business Contacts Search grid*/
 
     .page-selected
    {
      background-color: #208ddc;
        color: #FFF;
    }
     .page-not-selected
    {
        color: #3d3d3d;
        text-decoration: none;
    }   
    .page-not-selected:hover
    {
        background-color: #eef1f2;
    }
     .page-not-selected
    {
        color: #3d3d3d;
        text-decoration: none;
    }   
    .page-not-selected:hover
    {
        background-color: #eef1f2;
    } 
    .busniess-contacts-col-header
    {
        clear: both;
        display: table;
        background-color: #d9d9d9;
        width: 953px;
        padding: 5px 0px 5px 15px;
        color: #3d3d3d;
        border-bottom: 1px solid #bfbfbf;
        border-top: 1px solid #bfbfbf;
    }
    
    .busniess-contacts-col-header div
    {
        font-weight: bold;
        font-size: 13px;
    }
    .busniess-contacts-footer,.imp-sa-footer
    {
        clear: both;
        display: table;
        background-color: #ffffff;
        width: 953px;
        padding: 3px 0px 3px 15px;
        color: #000;
        height: 20px;
    }
	
    .imp-sa-footer 
    {
         margin-top: 2px; 
    }
    .busniess-contacts-footer-container,.imp-sa-footer-container
    {
        margin: auto;
        min-width: 67px;
        height: 20px;
        border: 1px solid white;
        clear: both;
        display: table;
    }
  /*  .business-contacts-footer-nav
    {
        float: left;
        width: 20px;
        height: 18px;
        background-color: #b8b8b8;
        text-align: center;
        cursor: pointer;
        padding-top: 2px;
    }*/
    .imp-sa-footer-nav {
        font-size: 12px;
    }
     .business-contacts-footer-nav-left,.imp-sa-footer-nav-left
    {
        background-image: url("LO Sprites.png");
        background-position: -10px -34px;
        float: left;
        height: 16px;
        width: 16px;
        margin-right: 5px;
        margin-top: 1px;
        cursor: pointer;
    }

    
   .business-contacts-footer-nav-right,.imp-sa-footer-nav-right
    {
        background-image: url("LO Sprites.png");
        background-position: -27px -34px;
        float: left;
        height: 16px;
        width: 16px;
        margin-left: 5px;
        margin-top: 1px;
        cursor: pointer;
    }

    .business-contacts-footer-numbers,.imp-sa-footer-nav-numbers
    {
        float: left;
        min-width: 18px;
        height: 17px;
        text-align: center;
        cursor: pointer;
        padding-top: 2px ;
        padding-right: 1px;   
    }
    
	 .imp-sa-footer-nav-numbers 
    {
         font-size: 12px
    }

    .business-contacts-footer-numbers:hover
    {
        background-color: #549B72;
        color: #ffffff;
    }
    .business-contacts-col-1
    {
        float: left;
        width: 190px;
        margin-right: 7px;
        min-height: 1px;
    }
    .business-contacts-col-2
    {
        float: left;
        width: 100px;
        margin-right: 7px;
        height: 15px;
        min-height: 1px;
    }
    .business-contacts-col-3
    {
        float: left;
        width: 190px;
        margin-right: 7px;
        min-height: 1px;
    }
    .business-contacts-col-4
    {
        float: left;
        width: 190px;
        margin-right: 7px;
        min-height: 1px;
    }
    .business-contacts-col-5
    {
        float: left;
        width: 120px;
        margin-right: 7px;
        min-height: 1px;
    }
    .business-contacts-col-6
    {
        float: left;
        margin-right: 7px;
        width: 50px;
        min-height: 1px;
    }
    .business-contacts-col-7
    {
        float: left;
        margin-right: 7px;
        width: 24px;
        min-height: 1px;
    }
    .business-contacts-col-8
    {
        float: left;
        margin-right: 7px;
        width: 25px;
        min-height: 1px;
    }
    .busniess-contacts-row-container
    {
        clear: both;
        display: table;
        width: 968px;
        border-bottom: 1px solid #e6e6e6;
        line-height: 41px;
    }
    .busniess-contacts-row-parent
    {
        clear: both;
        display: table;
        width: 100%;
    }
    
    .busniess-contacts-row-parent div
    {
        font-size: 13px;
    }
    .busniess-contacts-row-child-container
    {
        clear: both;
        display: table;
        width: 100%;
        display: none;
    }
    .business-contacts-row-child
    {
        clear: both;
        display: table;
        width: 937px;
        padding-left: 31px;
        line-height: 41px;
    }
    .busniess-contacts-row-parent-col-1
    {
        clear: both;
        display: table;
        padding-left: 15px;
    }
    .busniess-contacts-row-child-col-1
    {
        float: left;
        width: 154px;
        clear: both;
        display: table;
        margin-right: 7px;
        padding-left: 20px;
        min-height: 1px;
    }
    .business-contacts-delete-button
    {
        float: left;
        margin-right: 7px;
        width: 20px;
        height: 20px;
        background-color: Red;
        border-radius: 50%;
        margin-top: 10px;
        cursor: pointer;
    }
    .business-contacts-child-indicator
    {
        float: left;
        margin-left: 0px;
        margin-top: 13px;
        width: 12px;
    }

    .to-be-deleted
    {
        background-color: #FF7F7F !important;
    }
    
    .to-be-added
    {
        background-color: rgb(188, 236, 207) !important;
    }
   /*Contacts Company*/
   

  
  .imp-cCompanyAutocomplete-span-title, .span-conditions-itemcount-number
  {      
      font-size:14px;
  }
  
  .imp-cCompanyAutocomplete-span-subcontent
  {
      font-size: 13px;
      font-weight: normal;
      color: #666666;
      font-style: italic;
  }
  
  .business-contacts-add-contact-button
   {
        border-radius: 50%;
        background-color: green;
        cursor: pointer;
        width: 20px !important;
        height: 20px !important;
        margin-top: 10px;
   }
  /*End of System Admin Business Contacts Search grid*/
  
  /*Loan Center Business Contacts Search grid*/
  .imp-div-searchContainer-lcCompanyContact .imp-div-subContainer-lcCompanyContact
{
    display: block;
    float: left;
    height: 30px;
    margin-right: 5px;
    margin-top: 4px;
    vertical-align: middle;
}

.imp-telerik-ddlContactType
{
    margin-top:1px;
}

.imp-telerik-ddlContactType-container
{
    height:30px;
}

.imp-div-searchLabel-lcCompanyContact
{
      font-weight: bold;
    line-height: 24px;
    margin-left: 10px;
}


.imp-tbl-lcCompanyContact-searchResults-title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.imp-div-lcCompanyContact-searchResultContainer
{
   display: inline-block;
    width: 100%;
}

.imp-div-lcCompanyContact-searchResultContainer-header-prim
{
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background-color: #d9d9d9;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.imp-div-lcCompanyContact-searchResultContainer-header-prim div
{
    float:left;
    text-align: center;
    font-weight:bold !important;
    font-size:13px !important;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-left: 1px;
    color: #3d3d3d;
}
.imp-div-lcCompanyContact-searchResultContainer-header-prim-title
{
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
}

.imp-div-lcCompanyContact-searchResultContainer-row,.imp-div-lcCompanyContact-searchResultContainer-row-child
{
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.imp-div-lcCompanyContact-searchResultContainer-row 
{
    border-bottom: 1px solid #ECECEC;
    background-color: White;
}

.imp-div-lcCompanyContact-searchResultContainer-row div,.imp-div-lcCompanyContact-searchResultContainer-row-child div
{
    float:left;
    text-align: center;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-left: 1px;
}

.imp-div-lcCompanyContact-searchResultContainer-row > div
{
    font-size: 13px;
}

.imp-div-lcCompanyContact-searchResultContainer-row-child div
{
    font-size: 12px;
}
.imp-div-lcCompanyContact-collumn-0
{
    height: 12px !important;
    margin-left: 5px !important;
    margin-top: 6px;
    width: 12px;
    text-align: left;
}

.imp-div-lcCompanyContact-collumn-1
{
    margin-left : 6px !important;
    text-align: left !important;
    width: 170px;
}

.imp-div-lcCompanyContact-collumn-2
{
     width: 165px;
}

.imp-div-lcCompanyContact-collumn-3
{
     width: 161px;
}

.imp-div-lcCompanyContact-collumn-4
{
     width: 238px;
}

.imp-div-lcCompanyContact-collumn-5
{
     width: 180px;
}

.imp-div-lcCompanyContact-collumn-6
{
    width: 85px; 
}

.imp-div-lcCompanyContact-collumn-7
{
     width: 80px;
}

.imp-div-lcCompanyContact-collumn-8
{
    width: 43px; 
}

.imp-div-lcCompanyContact-searchResultContainer-row-child .imp-div-lcCompanyContact-collumn-7
{
	width: 75px;
}

.imp-div-lcCompanyContact-contactsChildContainer
{
    width: 100%;
}
.imp-div-lcCompanyContact-contactsChildContainer .imp-div-lcCompanyContact-searchResultContainer-row-child
{
    display: table-row;
    background-color: #F2F2F2;
}

.imp-div-lcCompanyContact-contactsChildContainer .imp-div-lcCompanyContact-searchResultContainer-row-child:hover
{
    background-color: #FFFFFF;
}

.imp-div-lcCompanyContact-buttons
{
    cursor: pointer;
}

.imp-div-companyContacts-arrow-expanded {
    height: 8px !important;
    margin-left: 5px !important;
    margin-top: 8px;
    width: 12px;
    background-image : url("../Content/images/ausArrows.png");
    background-position: 0 8px;
    cursor: pointer;
}
.imp-div-companyContacts-arrow-collapsed
{
    background-image: url("../Content/images/ausArrows.png");
    background-position: 0 0;
    cursor: pointer;
}

.loandetailscontent
{
   position: relative;
   
}
 .imp-div-AdminCompanyContacts-title,.imp-sa-history-title
 { 
    text-align: left !important;
    color: #3D3D3D;
    margin-top: 15px;
 }
 
  .imp-div-AdminCompanyContacts-title span
 { 
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: -5px;
    margin-left: auto !important;
    margin-right:auto !important;
    
 }
 .businessContactsSubTypes
{
    float: left;
    width: 115px;
}

.businessContactsSubTypes span
{
    height: 20px;
    width: 15px;
}

.businessContactsSubTypesContainer
{
    display: inline-block;
    margin-left: 120px;
    margin-top: 15px;
}

.realtorBusinessContactsSubTypes 
 {
    clear: left;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.realtorBusinessContactsDeleteMessage
 {
    clear: left;
    text-align: left;
    padding: 12px 12px 12px 18px;
}
.imp-div-globalToLoanContactsSeparator
{
    min-height:4px;
    min-width:96%;
    border-bottom: 2px solid #26b55f;
    margin:0 auto;
    display: inline-block;
}

.imp-div-chooseBuyerSellerAgentPoPup-container
{
    width: 350px; 
    height: 170px;
    background-color: #ffffff;
    position: fixed; 
    margin: auto; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px;
    z-index: 9999; 
    border-radius: 5px; 
    box-shadow: 0px 0px 30px #000; 
    display: none;
    text-align: center;
    color: #3d3d3d;
}

.imp-div-chooseBuyerSellerAgentPoPup-title
{
    height: 25px;  
    border-radius: 5px 5px 0px 0px;
    text-align: left; 
    line-height: 35px; 
    padding-left: 10px; 
    font-weight: bold;
    font-size: 13px;
    color: #3d3d3d;
}

.imp-div-duplicateContactPoPup-message
{
    display: inline-block;
    height: 20px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

  
 
 
.circle-text {
    width:50%;
    cursor: pointer;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #208ddc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-text.active:after {
    background: #208ddc;
  
} 
.circle-text.inactive:after {
    background-color: #797979
  
} 
.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}
.circle-text-container
{
    width: 50px; vertical-align: middle; 
    margin-top: 8px;
}
.circe-text-size
{
  font-size: 20px; 
}

.plusCC-hb.circle-text
{
    width: 24px;
    display: inline-block;
}
.plusCC-hb.circle-text div {
    width: 24px;
    font-size: 24px;
}
.plusCC-hb.circle-text:after {
    width: 24px;
}

.minCCon-hb.circle-text
{
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.minCCon-hb.circle-text div {
    width: 22px;
}
.minCCon-hb.circle-text:after {
    width: 22px;
    background-color: #DD3131;
}
.minCCon-hb.circle-text:hover:after {
    width: 22px;
    background-color: #913434; 
}
.minCCon-hb.circle-text.inactive:after {
    width: 22px;
    background-color: #797979;
    
} 
.minCCon-hb hr
{
    color:white; 
    min-height:2px;
    background-color:white;
    border:none;
    width:12px;
    margin-top: 6px;
    margin-left:5px;
}

.plusCCon-hb.circle-text
{
    width: 22px;
    display: inline-block;
}
.plusCCon-hb.circle-text div {
    width: 22px;
    padding-top:11px;
    font-size: 20px;
}
.plusCCon-hb.circle-text:after {
    width: 22px;
}

.business-contacts-col-8 .plusCCon-hb
{
   vertical-align : middle;
}
 
 .imp-button-contacts-hs-ws-sec
 {
    cursor: pointer;
    height: 13px;
    width: 24px ;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    border: 1px solid #acacac;
    font-family: Arial;
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
    background-image: -moz-linear-gradient(center top , #d7d7d7, #b9bebe);
    background-image: -webkit-linear-gradient(top, #d7d7d7, #b9bebe);
    background-image: -moz-linear-gradient(top, #d7d7d7, #b9bebe);
    background-image: -ms-linear-gradient(top, #d7d7d7, #b9bebe);
    background-image: -o-linear-gradient(top, #d7d7d7, #b9bebe);
    background-image: -linear-gradient(to bottom, #d7d7d7, #b9bebe);
 }

.imp-button-contacts-hl-wl-prim
{
    cursor: pointer;
    height: 22px;
    width: 45px ;
    padding: 8px 25px;
    border-radius: 3px;
    border: 0px;	
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);	
    background-image: -moz-linear-gradient(center top , #0396e4, #0271da);
    background-image: -webkit-linear-gradient(top, #0396e4, #0271da);
    background-image: -moz-linear-gradient(top, #0396e4, #0271da);
    background-image: -ms-linear-gradient(top, #0396e4, #0271da);
    background-image: -o-linear-gradient(top, #0396e4, #0271da);
    background-image: -linear-gradient(to bottom, #0396e4, #0271da);
    display:inline-block;
    line-height: 22px;
}

.imp-button-contacts-hl-wl-sec
{
    cursor: pointer;
    height: 20px;
    width: 45px ;
    padding: 8px 25px;
    border-radius: 3px;
    border: 1px solid #c5cbcc;	font-family: Arial;
    font-size: 14px;
    color: #3d3d3d;
    text-align: center	;
    background-image: -moz-linear-gradient(center top , #f6f8f8, #d9dedf);
    background-image: -webkit-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -moz-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -ms-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -o-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -linear-gradient(to bottom, #f6f8f8, #d9dedf);
    display:inline-block;
    line-height: 20px;
}


.imp-button-contacts-hm-wm-prim
{
    cursor: pointer;
    height: 20px;
    width: 50px;
    padding: 4px 15px;
    border-radius: 3px;
    border: 0px;	font-family: Arial;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);	
    background-image: -moz-linear-gradient(center top , #0396e4, #0271da);

    background-image: -webkit-linear-gradient(top, #0396e4, #0271da);
    background-image: -moz-linear-gradient(top, #0396e4, #0271da);
    background-image: -ms-linear-gradient(top, #0396e4, #0271da);
    background-image: -o-linear-gradient(top, #0396e4, #0271da);
    background-image: -linear-gradient(to bottom, #0396e4, #0271da);
    display:inline-block;
    line-height: 20px;
}

.imp-button-contacts-hm-wm-sec
{
    cursor: pointer;
    height: 19px;
    width: 50px;
    padding: 4px 15px;
    border-radius: 3px;
    border: 1px solid #c5cbcc;	font-family: Arial;
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
	background-image: -moz-linear-gradient(center top , #f6f8f8, #d9dedf);

    background-image: -webkit-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -moz-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -ms-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -o-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -linear-gradient(to bottom, #f6f8f8, #d9dedf);
    display:inline-block;
    line-height: 19px;
}
.imp-button-pen
{
    
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    min-height: 30px;
    min-width: 30px;
    width: 30px;
    margin-top: 6px;
    cursor: pointer;
}

.imp-button-pen.inactive 
{
    background: url('images/edit-pen_button_imp.png') no-repeat;
    background-position: 0px 0px;
}

.imp-button-pen.active 
{
    background: url('images/edit-pen_button_imp.png') no-repeat;
    background-position: 0px -29px;
}
  
.imp-img-pen
{
    background: url('images/edit-pen_button_imp.png') no-repeat; 
    height: auto;
    width: auto;
    cursor: pointer;
     max-width: 100%;
}

.imp-div-close-x
{
    background: url('images/btn-x-close.png') no-repeat;
 
    min-height: 16px;
    min-width: 16px;
    cursor: pointer;
    opacity: 1;
}

.imp-div-chooseBuyerSellerAgentPoPup-button-container
{
    display: inline-block; 
    float: right; 
    margin-top: 9px;
    margin-right:15px;
}
.imp-div-businesscontacts-secondnbutton
{
    margin-left: 5px;
}


.imp-button-contacts-hm-wm-sec-upload
{
    cursor: pointer;
    height: 15px;
    width: 70px;
    padding: 4px 15px;
    border-radius: 3px;
    border: 1px solid #c5cbcc;	font-family: Arial;
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
	background-image: -moz-linear-gradient(center top , #f6f8f8, #d9dedf);

    background-image: -webkit-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -moz-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -ms-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -o-linear-gradient(top, #f6f8f8, #d9dedf);
    background-image: -linear-gradient(to bottom, #f6f8f8, #d9dedf);
    display:inline-block;
    line-height: 15px;
}

.systemAdminBussinessContactsPopup input[type="text"],.imp-div-container-contactsTxtInput input[type="text"],
.imp-div-txt-input input[type="text"]
{
    border-radius: 3px;
    border: 1px solid #bdbebe;
    font-size: 12px;
    color: #3d3d3d;
    height: 16px;
}

.systemAdminBussinessContactsPopup input[type="text"]:hover,.imp-div-container-contactsTxtInput input[type="text"]:hover,.imp-sa-popup-content input[type="text"]:hover,
.imp-div-txt-input input[type="text"]:hover
{
    border: 1px solid #49a5e7;
}

.systemAdminBussinessContactsPopup input[type="text"]:focus,.imp-div-container-contactsTxtInput input[type="text"]:focus,.imp-sa-popup-content input[type="text"]:focus,
.imp-div-txt-input input[type="text"]:focus
{
    border: 1px solid #49a5e7;
    box-shadow: 0px 0px 5px #49a5e7;
}

.systemAdminBussinessContactsPopup input[type="text"].input-validation-error ,.imp-div-container-contactsTxtInput input[type="text"].input-validation-error,
.imp-div-container-contactsTxtInput input[type="text"].notValid,
.imp-div-txt-input input[type="text"].input-validation-error, .imp-div-txt-input input[type="text"].notValid
{
    border: 1px solid #ef1126;
}
 .systemAdminBussinessContactsPopup input[type="text"].input-validation-error:hover,.imp-div-container-contactsTxtInput input[type="text"].input-validation-error:hover,
 .imp-div-container-contactsTxtInput input[type="text"].notValid:hover,
 .imp-div-txt-input input[type="text"].input-validation-error:hover, .imp-div-txt-input input[type="text"].notValid:hover
{
    border: 1px solid #ef1126;
}

.systemAdminBussinessContactsPopup input[type="text"].input-validation-error:focus,.imp-div-container-contactsTxtInput input[type="text"].input-validation-error:focus,
.imp-div-container-contactsTxtInput input[type="text"].notValid:focus,
.imp-div-txt-input input[type="text"].input-validation-error:focus, .imp-div-txt-input input[type="text"].notValid:focus
{
    border: 1px solid #ef1126;
    box-shadow: 0px 0px 5px #ef1126;
}

.imp-div-container-contactsTxtInput .contactPopupRowSpan, .systemAdminBussinessContactsPopup .cCompanyLeft, .imp-div-container-contactsTxtInput .contactPopupRowSpanFloatR
{
    color: #3d3d3d;
    font-family: Arial;
    font-size: 12px
}
.imp-div-container-contactsTxtInput .contactPopupRowSpan,.imp-div-container-contactsTxtInput .contactPopupRowSpanFloatR
{
    line-height: 9px;
}

/*contacts dropdown*/
.imp-ddl-contacts, .imp-ddl-filter
{
    font-size: 12px;
    color: #3d3d3d;
    height: 21px;
    border: 1px solid #bdbebe;
    margin: 0;
    -moz-appearance: none;
    border:1px solid #B1B2B3;
    padding-right: 0.5em;
    text-indent: 0.01px;
    overflow:hidden;
    width: 200px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}
.imp-span-ddl-contacts-container, .imp-span-ddl-contacts-filter{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
 
.imp-span-ddl-contacts-container:after, .imp-span-ddl-contacts-filter:after
 {
    content: "\25BC";
    transform: scale(2, 1);
    font-size: 0.71em;
    height: 1em;
    line-height: 1;
    margin-top: -0.5em;
    right: 0.7em;
    top: 50%;
    color:#d0d0d0;
    pointer-events: none;
    position: absolute;
}


.imp-span-ddl-contacts-container:before, .imp-span-ddl-contacts-filter:before
{
     content: "";
    bottom: 0;
    right: 0;
    top: 0;
    width: 2em;
    background-color: white;
    border: 1px solid #bdbebe;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
    border-bottom: none;
    height: 19px;
    cursor: pointer;
    pointer-events: none;
    position: absolute;
}

select.imp-ddl-contacts, select.imp-ddl-contacts:focus, select.imp-ddl-filter, .select.imp-ddl-filter:focus{
   outline-color: transparent !important;
   outline:none !important;
}

.imp-span-ddl-contacts-container.container-input-validation-error:after
{
    border-color: #ef1126 !important;
    background-color: #FDEAEA !important;
    color:#ef1126 !important;
}

.imp-span-ddl-contacts-container.container-input-validation-error:before
{
    border-color: #ef1126 !important;
    background-color: #FDEAEA !important;
    color:#a3a3a3 !important;
}

.imp-ddl-contacts.input-validation-error
{
     border-color: #ef1126 !important;
     background-color: #FDEAEA !important;
     color: #a3a3a3;
}

.imp-span-ddl-contacts-container.container-input-disabled:before
{
   background-color: #f0f0f0;
}

.imp-ddl-contacts:hover, .imp-ddl-filter:hover
{
    border-color: #49a5e7;
}

.imp-span-ddl-contacts-container:hover , .imp-span-ddl-contacts-container:hover:after, .imp-span-ddl-contacts-container:hover:before,.imp-ddl-contacts:hover, .imp-sa-ddl:hover, .imp-sa-ddl:hover.after , .imp-sa-ddl:hover:before
{
    border-color: #49a5e7 ; 
}

.imp-span-ddl-contacts-container:focus, .imp-ddl-contacts:focus, .imp-span-ddl-filter-container:focus, .imp-ddl-filter:focus
{
    border-color: #49a5e7;
    box-shadow: 0px 0px 5px #49a5e7;
}

.imp-span-ddl-contacts-container-focus:after, .imp-span-ddl-filter-container-focus:after
{
    border-color: #49a5e7 !important;
    color:#49a5e7 !important;
}
.imp-span-ddl-contacts-container-focus:before, .imp-span-ddl-filter-container-focus:before
{
    border-color: #49a5e7 !important;
}

.container-input-validation-error:hover,.container-input-validation-error:hover:after,.container-input-validation-error:hover:before
{
    border-color: #ef1126 !important; 
}

.container-input-validation-error:hover,.container-input-validation-error .imp-ddl-contacts:hover
{
    border-color: #ef1126 !important;

}
.container-input-validation-error:focus, .container-input-validation-error .imp-ddl-contacts:focus
{
    border-color: #ef1126 !important;
    box-shadow: 0px 0px 5px #ef1126;
    background-color: #FDEAEA;
    color: #a3a3a3;
}

.container-input-validation-error-focus:after
{
    border: 1px solid #ef1126;
    box-shadow: 0px 0px 5px #ef1126;
     background-color: #FDEAEA;
    color: #a3a3a3;
}
.container-input-validation-error-focus:before
{
    border: 1px solid #ef1126;
    background-color: #FDEAEA;
    color: #a3a3a3;
}

select.imp-ddl-contacts::-ms-expand { display: none; }

select.imp-ddl-filter::-ms-expand { display: none; }



/*end of contacts dropdown*/

/*tooltip modification*/
.ui-tooltip-content
{
    border: 2px solid #ef1126;
}

.ui-tooltip-content span
{
    color: #FF0000;
    float: left;
    
      display: block;
   
    line-height: 16px;
    margin-bottom: auto;
    margin-top: auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.ui-tooltip-content span:before {
    background-color: #ef1126;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
    content: "!";
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    line-height: 15px;
    margin-bottom: auto;
    margin-right: 7px;
    margin-top: auto;
    min-width: 16px;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana;
}

.ui-tooltip .ui-tooltip-tip
{
    left: 48% !important;
}
.ui-tooltip
{
    max-width: 220px;
}

.ui-tooltip-content span
{
    font-size: 12px;
}
/*end of tooltip modification*/
   

.imp-div-contacts-rblContainer label 
{
    margin-right: 1px !important;
    padding-left: 20px !important;
}
/*System Admin History Popup*/

.imp-div-contacts-table-Container
{
    width: 500px; 
    border : 1px solid #bdbebe;
    margin-bottom:40px;
    display: table;
    min-height: 100%;
    height: 100%;
    color: #3d3d3d;

}

.imp-div-contacts-table-header
{
    height: 32px;
    background-color: #d9d9d9;
}

.imp-div-contacts-table-header div {
    color: #3d3d3d;
    float: left;
    font-size: 13px !important;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.imp-div-contacts-table-row 
{
    border-top : 1px solid #bdbebe;
    float: left;
    font-size: 12px !important;
   
}

.imp-div-contacts-table-row .divBusinessContactHistoryColumn
{
    font-size: 12px !important;
   color: #3d3d3d;
}
/*End of System Admin History Popup*/
 /*End of Loan Center Business Contacts Search grid*/


.mailroomsubjects td.t1
{
    width: 90px;
}

.mailroomsubjects td.t2
{
    width: 40px;
    text-align: center;
}

.mailroomsubjects td.t3
{
    width: 130px;
}
.mailroomsubjects td.t12
{
    width: 90px;
}
.mailroomsubjects td.t13
{
    width: 35px;
}
.mailroomsubjects td.t14
{
    width: 140px;
}

.mailroomsubjects td.t4
{
    width: 90px;
}

.mailroomsubjects td.t5
{
    width: 120px;
}

.mailroomsubjects td.t6
{
    text-align: center;
    width: 70px;
}
.mailroomsubjects td.t7
{
    text-align: center;
    width: 65px;
}
.mailroomsubjects td.t8
{
    text-align: center;
    width: 60px;
}
     .cocRepeatermainDiv td
    {
        height: 50px;
    }
    .cocRepeatermainDiv {
        width: 1105px; 
        float: left; 
        border-bottom: solid 1px #d7d7d7;
        border-left: solid 1px #d7d7d7; 
        border-right: solid 1px #d7d7d7; 
        height: 60px;
    }
    .cocRepeatermainDiv label {
        line-height: 16px;
    }
    .cocCheckBox {
        width: 35px; 
        height: 35px; 
        padding: 17px 5px 5px 20px; 
        border-right: Solid 1px #EAEAEA;
       float: left
    }
    .cocFieldName {
        height: 35px; 
        border-right: Solid 1px #EAEAEA; 
        width: 185px; 
        padding: 20px 5px 5px 10px;
        float: left
    }
    .cocFieldDescription {
        width:100% !important; 
        height:20px !important;
        font-size:1em !important;
        font-family: helvetica !important;
    }
    .descriptionTextArea {
        height:45px; width:360px;
    }
    .divAdditionalInformation
    {
        background-color: #E1E9E1;
        float: left;
        position: relative;
        width: 100%;
        border-radius: 4px;
        margin-top: 10px;
        width: 1107px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .cocmainDiv
    {
        float: left;
        position: relative;
        border-top: Solid 1px #d7d7d7;
    }
    
    .divTitleCoc
    {
        /*color: #949494;*/
        font-size: 18px;
        font-weight: bold;
        float: left;
    }
    
    .divAdditionalTitleCoc
    {
        /*color: #949494;*/
        font-size: 13px;
        font-weight: bold;
      float: left;
        padding-left: 5px;
        padding-top: 3px;
    }
    .cocHeader
    {
        padding-top: 10px;
    }
    
    .divSubtitleCoc
    {
      float: left;
        padding: 8px 0px;
        background-color: #A2D2B5;
        width: 1105px;
        margin-top: 20px;
    }
    
    .divAdditionalInformationMargins
    {
     float: left;
        position: relative;
        border-left: solid 1px #d7d7d7;
        border-right: solid 1px #d7d7d7;
        padding-bottom: 10px;
        width: 100%;
    }
    .cafRowDiv
    {
        position: relative;
       float: left;
        width: 370px;
        padding-left: 15px;
        padding-top: 5px;
    }
    
    .cafSectionSubtitle
    {
        position: relative;
       float: left;
        font-weight: bold;
        padding-top: 5px;
    }
    .cafMainDiv
    {
        width: 1076px;
        padding: 20px 15px 20px 15px;
        position: relative;
        border: 1px solid #D7D7D7;
        float: left;
    }
    .cafLeftSection
    {
        float: left;
        position: relative;
        width: 363px;
    }
    .cafRightSection
    {
        float: right;
        position: relative;
        width: 363px;
        padding-right: 150px;
    }
    .cafTitleDiv
    {
        background-color: #A2D2B5; 
        float: left;
        font-size: 16px;
        font-weight: bold;
        height: 24px;
        width: 1096px;
        padding-left: 10px;
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #D7D7D7;
        border-left: 1px solid #D7D7D7;
        border-right: 1px solid #D7D7D7;
    }
    
    .cafSubTitleDiv
    {
        background-color: #E1E9E1; /* color: #D7D7D7;*/
        float: left;
        font-size: 13px;
        font-weight: bold;
        height: 20px;
        width: 1096px;
        padding-left: 10px;
        border-left: 1px solid #D7D7D7;
        border-right: 1px solid #D7D7D7;
        padding-top: 10px;
    }

/*****************************
***Popup
*******************************/
.imp-popup-text
{
    font-size:13px;
    font-weight:bold;
    font-family: Helvetica,Arial, sans-serif;    
}


/*****************************
***System Admin
*******************************/
.imp-sa-grid-header
{
    border-radius: 5px 5px 0px 0px;
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(center top , #fefefe, #e4e8e8);
    width: 953px;
    padding: 7px 0px 10px 15px;
}
.imp-sa-grid-header .imp-sa-title
{
    font-size: 16px;
    font-weight: bold;
}
.imp-sa-grid-filter .imp-sa-title, .imp-sa-table-title-filter .imp-sa-title
{
    font-size: 13px!important;
    font-weight: bold;
    vertical-align: middle;
}

.imp-sa-grid-filter .imp-sa-ddl
{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.imp-sa-grid-filter .imp-sa-ddl:before, .imp-sa-grid-filter .imp-sa-ddl:after
{
    content: "";
    pointer-events: none;
    position: absolute;
}

.imp-sa-grid-filter .imp-sa-ddl:after
{
    content: "\25BC";
    transform: scale(2, 1);
    font-size: 0.825em;
    height: 1em;
    line-height: 1;
    margin-top: -0.5em;
    right: 0.7em;
    top: 50%;
    color: #d0d0d0;
}

.imp-sa-grid-filter .imp-sa-ddl:before
{
    bottom: 0;
    right: 0;
    top: 0;
    width: 2em;
    background-color: white;
    border: 1px solid #bdbebe;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
    border-bottom: none;
    height: 19px;
    cursor: pointer;
}

select.imp-sa-ddl, select.imp-sa-ddl:focus {
   outline-color: transparent !important;
   outline:none !important;
}

.imp-ddl-contacts:hover
{
    border-color: #49a5e7;
}

.imp-sa-ddl:hover, .imp-sa-ddl:hover:after, .imp-sa-ddlhover:before, .imp-ddl-contacts:hover
{
    border-color: #49a5e7 !important; 
}

.imp-sa-grid-add, .imp-grid-title-button
{
    text-align: right;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 8px;
}

.imp-sa-grid-edit
{
    text-align: right;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.imp-sa-grid-delete
{
    text-align: right;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 4px;
}

.imp-sa-grid-delete.ddisabled
{    
    cursor: default;    
}

.imp-sa-grid-active {
    float: right;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 10px;
}
.canvas-active { 
    margin-top: 4px;
}

.canvas-active.disabled {
    cursor: default;
    background-color: transparent;
}

.imp-sa-grid-history
{
    text-align: right;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 8px;
    background: url('history_icon_blue_filled.png') no-repeat scroll 0;
    width: 20px;
    height: 24px;
}

.imp-sa-grid-history-empty
{
    text-align: right;
    float: right;
    cursor: default;
    margin-right: 10px;
    margin-top: 8px;
    background: url('history_icon_blue_hollow.png') no-repeat scroll 0;
    width: 20px;
    height: 24px;
}

.imp-error-icon
{
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    background: url('errorIcon.png') no-repeat scroll 0;
    height: 24px;
}
.imp-sa-grid-add-title
{
    padding-left: 4px;
    padding-top: 4px;
    float: right;
    font-weight: bold;
}

.imp-sa-grid-row-container
{
     clear: both;
     display: table;
     width: 968px;
     border-bottom: 1px solid #e6e6e6;
     line-height: 41px;
}


.imp-sa-grid-row
{
    border-top: 1px solid #d3d7d8;
    line-height: 30px;   
    clear: both;
    padding: 0px 15px;
}

.div-conditions-conditionsgrid .imp-sa-grid-row, .imp-conditions-container .imp-sa-grid-row{
    border-top:none !important;
    border-bottom: 1px dotted #d3d7d8;
    padding: 0px !important;
    height: 30px;
}
.imp-sa-grid-row.active
{
    font-size: 13px;
    color: #3d3d3d;
} 

.imp-sa-grid-row.inactive
{
    font-size: 13px;
    color: #A3A3A3;
} 

.imp-sa-grid-row-first
{
    border-bottom: 1px dotted #d3d7d8;
    line-height: 30px;
    height: 30px;
    clear: both;
}

.imp-row-docvault-div
{
    background-image: url('images/docvault.png');
    cursor: pointer;
    height: 20px;
    width: 19px;
}

.imp-sa-grid-row-expanded
{
    border-bottom: none !important;
}

.imp-sa-grid-row:hover, .imp-sa-grid-row-first:hover
{
    background-color:#eef1f2;
}

.imp-sa-grid-row-collaps
{
    margin-top: 10px;
    cursor: pointer;
    height: 11px;
    float: left;
    width: 15px;
}

.imp-sa-grid-row-collaps.right
{
    background-image: url("images/ausArrows.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.imp-sa-grid-row-collaps.down
{
    background-image: url("images/ausArrows.png");
    background-position: 0 -12px;
    background-repeat: no-repeat;
}

.imp-sa-grid-subrow-container
 {
    clear: both;
    display: table;
    width: 100%;
}
.imp-sa-grid-subrow
{
    clear: both;
    border-top: 1px solid #bfbfbf;
    line-height: 30px;
    padding: 0px 15px;
    height: 30px;
}
.imp-sa-grid-subrow.active
{
    font-size: 13px;
    color: #3d3d3d;
} 

.imp-sa-grid-subrow.inactive
{
    font-size: 13px;
    color: #A3A3A3;
}
.imp-sa-grid-content
{
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(230, 230, 230);
    width: 968px;
    display: table;
}
.imp-sa-grid-col-header
{
    line-height: 35px;
    display: table;
    background-color: #d9d9d9;
    width: 953px;
    padding: 5px 0px 5px 15px;
    color: #3d3d3d;
    border-top: 1px solid #d3d7d8;
    border-bottom: 1px solid #d3d7d8;
}
.imp-sa-grid-col-1
{
    float: left;
    width: 40%; 
}

.imp-sa-investor-col 
{
    width: 78%; 
    float: left; 
}
.imp-sa-grid-col-1 span
{
    font-size: 12px;
    color: #3d3d3d;
}
.imp-sa-grid-section-header
{
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
    padding-left: 22px !important;
    line-height: 30px;
}
.conditions-grid-row-owner
{
    border-bottom:none;
}
.conditions-grid-row-owner:hover
{
    background-color:white!important;
}

.imp-sa-grid-col-2
{
    font-size: 13px;
    font-weight: bold;
    float: left;
    width: 30%;
}

.imp-sa-grid-col-r1
{
    font-weight: bold;
    float: right;
    width: 20%;
}

.imp-sa-popup-content
{
    top: 50%;
    left: 50%;
    z-index: 102;
    position: fixed;
    width: 625px;
    height: auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0 20px 20px 20px;
    color: #3d3d3d;
    font-family: Arial;
}

.imp-sa-split {
    min-height:4px;
    min-width:96%;
    border-bottom: 2px solid #26b55f;
    margin:0 auto;
    display: inline-block;
}
.imp-sa-modal-header {
    text-align: left !important;
   color: #3D3D3D;
    margin-top: 15px;
}

.imp-sa-modal-header span{
     font-size: 18px !important;
    font-weight: bold;
    margin-bottom: -5px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.imp-sa-modal-row
{
    float: left;
    margin-bottom: 10px;
    min-width: 400px;
}
.imp-sa-modal-cell-left {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: right;   
    width: 30%;
    font-size: 12px;
    color:#3d3d3d;
    font-family: Arial;
}
.imp-sa-modal-cell-right {
    float:left;
     width:65%;
}
.imp-sa-modal-cell-right input{
   border: 1px solid #a0a0a0;
    font-size: 13px;
    height: 16px !important;
}
.imp-sa-modal-cell-right input[type="text"]{
    border: 1px solid #bdbebe;
    border-radius: 3px;
    color: #3d3d3d;
    font-size: 12px;
    width: 335px;
}

.imp-sa-validation-error-message {
    float: left;
    color: Red;
    margin-top: 10px;
}

.imp-sa-no-results-message 
{
    padding-left: 10px;
    padding-top: 10px;
	font-size: 12px;
    font-style: Italic;
    font-family: Arial;
    color: #7b7c7c;
}
.imp-sa-investor-rb-list 
{
	margin-bottom: 8px;
}


input[type=text]:disabled
{
    background: none repeat scroll 0 0 #f1f0f0;
}

.imp-sa-investor-rb-list 
{
    margin-left: -5px;
	margin-bottom: 8px;	
}


input[type=text]:disabled
{
    background: none repeat scroll 0 0 #f1f0f0;
}

input[type=text]:disabled:hover
{
    background: none repeat scroll 0 0 #f1f0f0;
    border: 1px solid #ccc;
    color: #444;
}

.imp-sa-grid-row-container:hover 
{
    background-color: #eef1f2; 
    border-bottom-color: #eef1f2;
}
.imp-sa-grid-row-container:hover .imp-sa-grid-row 
{
    background-color: #FFF;
    border-bottom-color: #FFF;
}

/*SystemAdmin Investor History Popup*/

.imp-sa-history-body
{
    width: 725px;
    margin-left: 5%;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;      
    max-height: 500px;   
}
.imp-sa-history-table-container
{
    width: 775px; 
    border : 1px solid #bdbebe;
    margin-bottom:40px;
    display: table;
    min-height: 100%;
    height: 100%;
    color: #3d3d3d;

}
.imp-sa-history-table-header
{
    height: 27px;
    background-color: #d9d9d9;
}

.imp-sa-history-table-header div {
    color: #3d3d3d;
    float: left;
    font-size: 13px !important;
    font-weight: bold;
    height: 27px;
    line-height: 32px;
    vertical-align: middle;
}

.imp-sa-history-table-body {
	overflow-y: auto;
    overflow-x: hidden;
    max-height: 485px; 
}

.imp-sa-history-table-row
{
    border-top : 1px solid #bdbebe;
    font-size: 12px !important;   
    width: 800px;
    margin-left: 0;
    float: left;
    padding-top: 5px;
}

.imp-sa-history-table-column
{
    font-size: 12px !important;
    color: #3d3d3d;
    float: left;
    padding-bottom: 5px;
}

.imp-sa-warning
{
    width: 625px; 
    height: 170px;
    background-color: #ffffff;
    position: fixed; 
    margin: auto; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px;
    z-index: 9999; 
    border-radius: 5px; 
    box-shadow: 0px 0px 30px #000; 
    display: none;
    text-align: center;
    color: #3d3d3d;
} 
input.imp-percent
{
    background-image: url("images/input-decorators.png") !important;
    background-position: 11px -19px !important;
    background-repeat: no-repeat !important;
    background-size: 22px auto !important;
    padding: 4px 16px 4px 1px;
    text-align: left;
    width: 15px !important;
    height:16px;
}
/*End of SystemAdmin Investor History Popup*/

/*****************************
***End System Admin
*******************************/
 

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}


/************************ Conditions ****************************/

.conditions_red_lock_expiration_date
{
    color: Red;
    font-size: 8px;
    font-weight: bold;
}

.conditions_normal_lock_expiration_date
{
    color: Black;
    font-size: 9px;
    font-weight: bold;
}

.imp-conditions-loan-summary-fieldset
{
    border-top: none;
    color: #3d3d3d;
    font-weight: bold;
    padding-bottom: 2px;
    word-wrap: break-word;
}

.imp-conditions-loan-summary-fieldset span
{
    font-weight: normal;
}

.imp-conditions-loan-summary-fieldset-header
{
    border-top: none;
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.imp-conditions-loan-summary-fieldset-header span
{
    font-weight: normal;
    color: #3d3d3d;
}

.imp-conditions-loan-summary-fieldset-header-lock-expiration
{
    padding-left: 35px;
}

.imp-conditions-loan-summary-fieldset-header-lock-expiration.expired, .imp-conditions-loan-summary-fieldset span.expired
{
    color: #E73302;
}

.imp-conditions-container
{
    padding: 10px 0px 0px 0px; 
    margin-bottom: 20px;
    font-size: 12px; 
}

.imp-conditions-container table
{
    width: 100%;
}

.imp-conditions-container td
{
    width: 20%;
}

 .condition-history-title {
        float: left;
        padding: 2px;
    }
 .condition-category-property-header{
     width:115px;
 }
  .condition-category-header{
     width:95px;
 }
 
 .conditions-row-file-waived 
 {
    background-image: none !important;
    cursor: normal;
    height: 20px;
    width: 19px;
 }

  .div-condition-decision-status{
      float:right;
      margin-left:80px;
      margin-right:7px;
      margin-top:4px;
  }

  .div-condition-decision-status select{
      margin-left:15px;
      width: 150px;
  }

  .spn-condition-decision-last-change-name{
      padding-left:10px;
  }

  .spn-condition-decision-last-change-date{
      padding-left:43px;
  }

  .div-condition-decision-history{
      margin-top: -3px;
      margin-left: 30px;
  }




.condition-lock-history-td
{
    width:98px !important;
    }
.tooltip-inner{
        background-color: transparent !important;
        max-width: 100%;
        color: #000000 !important;
        border-radius: 10px !important;

    }
.tooltip.bottom .tooltip-arrow {
        border-bottom-color: #f5f5f5 !important;
        }
.tooltip.in {
    opacity: 1 !important;
}

.imp-conditions-loan-summary-fieldset .tooltip-inner {
    border-radius: 3px;
    background:repeat scroll 0% 0% transparent; 
     background-image:  -moz-linear-gradient(center top , #FFF, #EDEDED) ;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FFF, #EDEDED);
    background-image: -o-linear-gradient(top, #FFF, #EDEDED);
    background-image: linear-gradient(to bottom, #FFF, #EDEDED);
    box-shadow: 2px 2px 8px 3px #A9A9A9; 
}

.imp-conditions-loan-summary-fieldset .tooltip-inner  >div{
    padding: 10px 0;
}

.imp-conditions-loan-summary-fieldset .tooltip
{
    font-size: 12px;
}

.imp-conditions-loan-summary-fieldset .tooltip.bottom .tooltip-arrow{
    margin-left:11px;
}


.tooltip-arrow-center {
    left: 49% !important;
}

.tooltip-arrow-left {
    left:10% !important;
}

.tooltip-arrow-right {
    left:83% !important;
}

.tooltip-arrow-fixed {
    position: relative !important;
}

loanoptions-tooltip-arrow-right {
	left: 49% !important;
}
.tooltip-arrow-bottom {
	top: 100% !important;
	transform: rotate(180deg);
}

.tooltip-arrow-center-rates {
    left: 52% !important;
}

.tooltip-arrow-right-savings-calculations {
    left:54% !important;
}

.tooltip-arrow-right-cost-details {
    left:69.5% !important;
}


.tooltip-arrow-integration-logs {
    left: 50%!important;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
   /* top: 97.5%!important;*/
}

.tooltip-arrow-hide {
    display:none;
}

.tooltip-arrow-right-border-legal-desc {
    left: 99%!important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(90deg);
    top: 60%!important;
}

.tooltip-arrow-display-non {
    display:none;
}

.tooltip-arrow-right-dochistory {
    left:90% !important;
}

.tooltip-arrow-right-deletebnlitem {
    left: 90% !important;
}

/************************ Conditions Angular Modal Popup  ****************************/
.modal {
    background-color: transparent;
}
/* no border and box shadow for loader modals */
.modal.common-modal.common-modal-loader .modal-content {
    border: none;
    box-shadow: none;
    background: transparent;
    width: 600px;
    max-width: 100%;
}
/* forced positioning so it matches with block-ui-modal */
.modal.common-modal.common-modal-loader .modal-dialog {
    position:absolute;
    top:200px;
    left:0;
    right:0;
    margin-top:0;
}
/* make the content for the loader modal wider */
.modal.common-modal.common-modal-loader .modal-content .modal-body, .modal.common-modal.common-modal-loader .modal-content .modal-body .modal-body-half {
    width: 100%;
}

/* override the blockui-msg loader */
.block-ui-overlay {
    margin-top:60px;
}
.block-ui-message {
    background-color: transparent !important;
    color: #333 !important;
}
/* forced positioning so that it matches with .modal.common-modal.common-modal-loader */
.block-ui-message-container {
    top:200px !important;
}
.block-ui-message-container .block-ui-message {
    padding: 0;
}
.block-ui-message-container .spinner-cloud-modal .spinner {
    margin-top:115px; /* needs to line up with the common-modal-loader spinner */
}

/* BEGIN fancy spinner */
.spinner-cloud-modal {margin-top:150px;}
.spinner-cloud-modal .spinner {
    margin: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 46%;
    left: 50%;
    height: 90px;
    text-align: center;
    font-size: 0;
}

.spinner span {
    opacity: 0;
    display: block;
    font-size: 17px;
    color: #3d3d3d;
    margin-bottom: 20px;
    -webkit-animation: fadeInOut 4s infinite;
    animation: fadeInOut 4s infinite;
}

.spinner > div {
    margin-left: 5px;
    background-color: #9d9d9d;
    height: 100%;
    width: 8px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.1s infinite ease-in-out;
    animation: sk-stretchdelay 1.1s infinite ease-in-out;
    background: linear-gradient(180deg, #00B6E6 0%, #B0F588 100%);
}

.spinner .rect2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect3 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
        top: -.5em;
    }

    25% {
        opacity: 1;
        top: 0;
    }

    75% {
        opacity: 0;
        top: .5em;
    }

    100% {
        opacity: 0;
        top: .5em;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        top: -.5em;
    }

    25% {
        opacity: 1;
        top: 0;
    }

    75% {
        opacity: 0;
        top: .5em;
    }

    100% {
        opacity: 0;
        top: .5em;
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 80%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    40% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 80%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    40% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.spinner-width {
    width: 80%;
    height: 200px;
}

.spinner-text {
    display: block;
    text-indent: 10px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

.spinner-text span {
position: absolute;
opacity: 0;
overflow: hidden;
width: 100%;
color: #1c1c1c;
display: block;
-webkit-animation: fadeinout 12s infinite 0s;
-moz-animation: fadeinout 12s infinite 0s;
animation: fadeinout 12s infinite 0s;
}

.spinner-text span:nth-child(2) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
}

.spinner-text span:nth-child(3) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    animation-delay: 8s;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0.3;
    }

    10% {
        opacity: 0.8;
    }

    20% {
        opacity: 1;
    }

    27% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeinout {
    0% {
        opacity: 0.3;
    }

    10% {
        opacity: 0.8;
    }

    20% {
        opacity: 1;
    }

    27% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0.3;
    }

    10% {
        opacity: 0.8;
    }

    20% {
        opacity: 1;
    }

    27% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .spinner-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .spinner-text {
        font-size: 9px;
    }
}
/* END fancy spinner */

/******* add condition popup *********/
.div-loanDetails-sub-tab-loading {
    height: 100px;
    text-align: center;
    margin-top: 45px;
    display: none;
}

.imp-angular-subtabs
{
    margin-left: -3px !important;
}
    .conditions-codes-list-container
    {
        background: white;
        border: 1px solid grey;
        list-style: none;
        margin: 0;
        padding: 0 10px;
        overflow-y: scroll;
        height: 170px;
        width: 120px;
        margin-top: 10px;
    }
    .condition-codes-description-label {
        font-size: 12px;
        margin-top: 10px;
        height:28px;
    }
    .conditions-code-row
    {
        line-height: 20px;
        list-style: none;
        box-sizing: border-box;
        width: 113px;
    }
    .conditions-code-row:hover
    {
        background: #208ddc;
        color: white;
    }
    .conditions-code-row a:hover
    {
        color: white;
    }
    .imp-div-popup-header, .conditions-add-new-popup-header
    {
        padding: 20px 20px 0px 20px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        border-radius: 6px 6px 0px 0px;
    }
   .modal-body
    {
        position: relative;
        padding: 20px;
    }
    .imp-div-popup-footer
    {
        padding: 0px 20px 20px 20px;
        text-align: right;
    }
    .conditions-popup-footer
    {
        padding: 0 20px;
        text-align: right;
    }
    .condition-add-new-popup-cell
    {
        width: 180px;
        float: left;
        margin-left: 10px;
        font-size: 12px;
        font-weight: bold
    }
    .condition-add-new-popup-left-section
    {
        float: left;
        width: 20%;
    }
    .condition-add-new-popup-right-section
    {
        float: right;
        width: 80%;
        margin-top: 20px;
    }
    .condition-add-new-popup-comment-section
    {
        padding-top: 105px;
        height: 60px;
    }
    
    .condition-add-new-popup-select-section {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
        float: left;
    }
    
    .condition-add-new-popup-select {
        width: 180px;
    }
    .condition-add-new-popup-code-name {
        font-size: 15px;
        color: #000;
        font-weight: bold;
    }
      .conditions-add-new-popup-container
    {
        width: 815px;
    }
    .condition-new-item-td {
        width: 50px;
        padding: 5px;
        font-size: 12px;
    }
    .condition-new-item-td-headers {
        width: 60px;
        padding: 5px 3px 5px 6px;
        
    }
    .condition-new-item-add-item-icon {
        float: left;
        margin-right: 5px;
        width: 19px;
    }
      .condition-new-item-add-item-icon-text {
        padding: 8px 5px 5px;
        float: right;
        font-weight: bold;
    }
     .conditions-add-new-footer-add-button
    {
        width: 55px;
        margin-left: 5px;
    }
    .conditions-popup-footer-separator
    {
       min-width: 100%;
       margin-bottom: 20px;
    }
    .condition-popup-container-main {
        overflow: auto;
        position: relative;
        border-radius: 10px;
        background-color: white;
        padding: 10px 10px 5px;       
        
    }
    .modal-backdrop.custom-modal-backdrop-loader, .modal-backdrop.custom-modal-backdrop-loader.fade.in {
        background-color:white;
        opacity:0.85;
        z-index: 3080 !important;
    }
    .modal-backdrop.custom-modal-backdrop-shop, .modal-backdrop.custom-modal-backdrop-shop.fade.in {
        background: url("images/modalBackdrop_shop.png") no-repeat 108% 108%, linear-gradient(-170deg, #ffffff 0%, #ffffff 30%, #00decb 90%, #00b6e6 100%); 
        opacity:0.85; /* change back to 1? jshdbg */
        margin-top: 60px;
    }
    .condition-new-item-grid-header {
        background: #d9d9d9;
        line-height: 10px;
        font-size: 12px;
        font-weight: bold;
    }
    .condition-category-group-details {
        float:left; 
        width:100%;  
        padding: 5px 0px 0px 0px;
        border-bottom: 1px dotted #d3d7d8;
    }
    .imp-complete-icon {
        background: url("greenCompletedIcon.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
        cursor: pointer;
        float: left;
        height: 24px;
        margin: 2px 9px 5px;
        text-align: right;
        width: 20px;
    }
/******* end add condition popup *********/

.div-conditions-subtab  label{
    line-height: 14px;
}

.div-conditions-dashboard-itemscount
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: white white #1fb25a;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;    
    height: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
    width: 98.3%;
}

.hyperlink {
       color: #208ddc !important;
       cursor: pointer;
   } 
.hyperlink:hover {
       text-decoration: underline
   }
.imp-notification-highlight {
       background: #fddada;
   }
.condition-details-cell {
       float:left;
       padding: 0px 5px;
   }
.imp-span-ddl-condition-details-container {
       line-height: 19px;
   }
.condition-detail-main-header {
       background:#d9d9d9;
       float:left; 
       width:100%
   }
.condition-detail-sub-header {
    float:left; 
    width:100%;
    border-top: 1px dotted #d3d7d8;
    padding-top: 4px;
   }
.div-conditions-dashboard-documentscount
{
    float: right;
    padding-right: 142px;
}

.div-conditions-conditionsgrid
{
    width: 100%; 
    border: 1px solid #d6d9da;  
    border-bottom: none;
}

.div-conditions-grid-owned-sublist
{
    padding: 0 44px;
    margin-left:22px;
}

.div-conditions-grid-owned-items-sublist
{
    padding: 0 20px;
    width: 98.2%;
}

.div-table-row-parent
{
    clear: both;
    display: table;
    width: 100%;
    background-color: #fff;
    border-bottom-color: #0396e4;
    color: Black;
}

.condition-comment-history-content {
    width: 617px !important; 
    padding: 5px 0px 5px 16px; 
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}

.imp-incomplete-counter {
    background-color: #fdd54b;
    color: #3d3d3d;
    border-radius: 10px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    min-width: 16px;
    padding: 1px 3px 3px;
    text-align: center;
    margin: 5px;
}

.imp-counter {
    border-radius: 10px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 16px;
    min-width: 16px;
    padding: 1px 3px 3px;
    text-align: center;
    margin: 5px;
}

.imp-counter.zero-counter {
    background-color: #1fb25a;   
}

.imp-counter.total-counter {
     background-color: #4d4d4d;

}

.imp-counter.critical-counter {
      background-color: #ef1126;
}

.condition-documentclassification-popup-select
{
    width: 259px;
}

/***Sign-Off Condition PopUp ***/
.conditions-sign-off-popup-container-main 
{	
    position: relative;
    border-radius: 10px;
    background-color: white;
    padding: 10px;     
 }
 
.conditions-sign-off-popup-container
{
   width: 560px;
}

/************************ New style guide grid  ****************************/
.imp-sa-table-title-row
{
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(center top , #fefefe, #e4e8e8);
    color: #3d3d3d !important;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    width: 100%;
}
.imp-sa-table-title
{
    float:left;
    width: 35%;
    margin-top: 11px;
    margin-left: 22px;
}
.imp-sa-table-title-filter
{
    float:left;
    width: 35%;
    margin-top: 10px;
}
.imp-span-highlighted-text
{
    color: #1fb25a;
    font-family: Helvetica,Arial, sans-serif;
    font-weight:bold;
}
.span-conditions-itemcount
{
    padding: 0px 10px;
}

.width300 {
    width: 300px;
}
.width150 {
    width: 150px;
}

.width680 {
    width: 680px;
}
.boldFont12 {
    font-size: 12px;
    font-weight: bold;
}

.imp-lock
{
    display: inline-block;
    margin-top: -13px;
    position: absolute;
    padding-left: 3px;
}

.imp-loan-position-banner
{
    margin-top: -6px;
    position: absolute;
    padding-left: 10px;
}

.font12 {
    font-size: 12px;
}

.div-conditions-docvault-grid-col-header 
{
    width: 100%; 
    line-height: 0; 
    padding-left: 0;
    padding-top: 15px;
    padding-right: 0px;
	padding-bottom: 10px;
}

.div-docvault-display-header
{
    display: inline-block;
}

.div-docvault-display-row
{
    display: inline-block;
}

.div-docvault-display-row .imp-aus-row-pdfimage-div {
    position: relative;
    top: 7px;
}
.imp-notes
{
    cursor: pointer;
    display: block;
    float: left;
}

.imp-notes.read::before
{
    content:url('images/notes-read.png');
    margin-left: 4px;
}

.imp-notes.attached::before
{
    content:url('images/notes-attached.png');
    margin-left: -4px;
}

.imp-notes.popup
{
    cursor: default;
    float: left;
}

.imp-notes.blank::before
{
    content:url('images/notes-blank.png');
    margin-left: 4px;
}

.imp-notes.unread::before
{
    content:url('images/notes-unread.png');
}

.conditions-item-notes-popup-header-div
{
    margin-top: 4px;
    padding-left: 30px;
}

.imp-popup-div-scrollable
{
     background: white;
     border: 1px solid grey;
     list-style: none;
     margin: 0;
     overflow-y: scroll;
     height: 160px;
     min-width: 96.5%; 
     max-width: 96.5%;
     margin-top: 5px;
     padding: 15px 10px 10px 10px;
}

.imp-main-investor-div {
    width: 70%;
    padding-left: 23px;
    margin-top:10px;
    float: left;
}

.imp-main-buttons-div {
    float: right;
    display: block;
    padding-right: 5px;
    padding-top: 10px;
    margin-bottom:20px;
}

.imp-main-buttons-div-outer {
    height: 50px;
    margin-top: -5px;
    margin-right: 4px;
    border-bottom: 1px solid #d3d7d8;
    border-left: 1px solid #d3d7d8;
    border-right: 1px solid #d3d7d8;     
    padding-right: 15px;
    padding-top: 15px;
}

.ui-sortable-helper {
    border-top: none !important;
    background-color: #eef1f2;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#imp-loan-details-first-button.imp-button-hm-wxl-prim{
    margin-left: 18px;
}

/** Context menu **/

.condition-arrow-box {
    position: absolute;
    width: 150px;
    height: auto;
    margin-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    border: 1px solid #B4B4B4; 
    box-shadow: 0px 5px 12px 3px #666; 
    background-color: #FFF; 
    cursor: pointer;
    list-style: none;
}
.condition-arrow-box:after, .condition-arrow-box:before {
	right: 100%;
	top: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.condition-arrow-box:after {
	border-color: rgba(255, 200, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}
.condition-arrow-box:before {
	border-color: rgba(255, 200, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

.contextmenu-item{
    color: #222;
    margin: 0.2em;
    padding-left: 0.6em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

.contextmenu-item:hover{
    background-color: #208ddc; 
    color: #fff;
}

.contextmenu-item-disabled{
    color: #aaa; 
    cursor: default;
    margin: 0.2em;
    padding-left: 0.6em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

.contextmenu-item-disabled:hover{
    background-color: #fff;
}


/*#region Investor Extension*/

.imp-investor-extension {
    width: 600px;
    margin-left: 122px;
}

    .imp-investor-extension th,  .imp-investor-extension caption {
        /*border-right: solid 1px #e8eef4;
        border-left: solid 1px #e8eef4;
        border-top: solid 1px #e8eef4;*/
        border: none;
        padding: 2px;
        font-weight: normal;
      
    }

    .imp-investor-extension caption {
        /*background-color:  #e5e5e5;*/       
        font-size: 14px;
        font-weight: bold;
    }
 
    .imp-investor-extension td {   
        /*border: solid 1px black;*/
        /*border: solid 1px #d8dede;*/
        border: none;
        font-weight: normal;
        /*background-color: #BFBFBF;*/
        text-align: center;
        padding: 2px;
    }  

    .imp-investor-extension input.disabled {    
        background: none repeat scroll 0 0 #f1f0f0;
    }

     .imp-investor-extension input.disabled:hover, .imp-investor-extension input.disabled:focus {      
        background-color: #FFFFFF;
    }
              
     .imp-sa-date-picker
    {
        cursor: pointer;
        background: url("LoanCenterSprite.png") -116px -108px;
        width: 17px;
        height: 17px;
    }   
     
     .imp-historyIcon
    {
        cursor: pointer;
        background: url('history_icon_blue_filled.png') no-repeat scroll 0;
        width: 20px;
        height: 20px;
    }

    .imp-historyIcon-empty
    {
        cursor: pointer;
        background: url('history_icon_blue_hollow.png') no-repeat scroll 0;
        width: 20px;
        height: 20px;
    }     

    .imp-calculator-icon
    {
        cursor: default;
        background: url('CalculatorImage.png') no-repeat scroll 0;
        width: 15px;
        height: 17px;
    }   

    .imp-calculator-icon
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -137px -109px;
        width: 14px;
        height: 17px;
    }

     .imp-xml-icon
    {
        cursor: pointer;
        background: url("LoanCenterSprite.png") -207px -22px;
        width: 23px;
        height: 23px;
    }

     .imp-green-xml-icon
    {
        cursor: pointer;
        background: url("LoanCenterSprite.png") -199px -264px;
        width: 23px;
        height: 23px;
    }

       .imp-yellow-triangle-icon
    {
        cursor: pointer;
        background: url("LoanCenterSprite.png") -186px -175px;
        width: 24px;
        height: 20px;
    }

    .imp-black-triangle-icon
    {
        cursor: pointer;
        background: url(LoanCenterSprite.png) -197px -432px;
        width: 17px;
        height: 17px;
    }

/*#endregion Investor Extension*/
.imp-calculator-icon
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -137px -109px;
        width: 14px;
        height: 17px;
    }

    .imp-back-button-icon
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -77px -156px;
        width: 19px;
        height: 14px;
    } 

    .imp-bar-graph-icon
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -100px -154px;
        width: 15px;
        height: 17px;
    }

    .imp-file-icon
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -160px -174px;
        width: 23px;
        height: 24px;
    }

    .imp-white-bar-graph-icon {
        cursor: default;
        background: url('WhiteBarGraph.png') no-repeat scroll 0;
        /*background: url("LoanCenterSprite.png") -208px -47px;*/
        width: 9px;
        height: 10px;
    }

 

   .imp-left-arrow
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -130px -176px;
        width: 11px;
        height: 17px;
        z-index: 2;
        cursor:pointer;
    }
    
    .imp-right-arrow
    {
        cursor: default;
         background: url("LoanCenterSprite.png") -145px -176px;
        width: 11px;
        height: 18px;
        cursor:pointer;
    }

     .imp-left-arrow:hover
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -99px -176px;
        width: 11px;
        height: 17px;
        cursor:pointer;
    }

     .imp-right-arrow:hover
    {
        cursor: default;
        background: url("LoanCenterSprite.png") -115px -176px;
        width: 11px;
        height: 17px;
        cursor:pointer;
    }