/* -------------------------------------------------------
Loans search filters and sliders  - TMFAndrewT
---------------------------------------------------------- */
        
table.Status {
	border-top: 1px #e1e1e1 solid !important;
	border-bottom: 1px #e1e1e1 solid !important;
	line-height: normal;
	text-align: left;
	width: 100%;
	}
	table.Status tr {
	    background-color: #fefefe;
	    }
		table.Status tr.Odd {
			background-color: #EBE7DB;
			border-top: 1px #e1e1e1 solid !important;
			border-bottom: 1px #e1e1e1 solid !important;
			}
	table.Status td {
		vertical-align: middle;
		padding: 5px 7px 3px 2px !important;
		}
		table.Status tr td.StatusValue {
			text-align: right !important;
			}
							
	table.Status tr.Answered {
		background-color: #effaff;
		}
		table.Status tr.Answered td.StatusText {
			color: #444;
			}
		table.Status tr.Answered td.StatusValue {
			color: #a1a1a1;
			font-weight: bold;
			text-align: right !important;
			}
						
/*Secured PopUp*/
#SecuredLoansDialog {margin: 20px;}
.ui-dialog-titlebar-close {top: 40px;}
.InnerDialog {padding: 10px;}

.Tooltip #tooltip {width: 180px;}
.Tooltip .ttMessage {width: 180px;}
