.app-start {
	background: #fff;
	font: 12px/12px Arial, Helvetica, sans-serif;
}

#cluetip-outer {
	padding: 3px;
}

#cluetip-inner {
	font-size: 12px;
}

#dealer-fee-calculator .table_header_row th {
	font-size: 13px;
}

#dealer-fee-calculator td {
	font-size: 12px;
}

.login {
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}

#container {
	width: 835px;
	clear: both;
	margin: 0 auto;
	padding-top: 15px;
}

.inline {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inline li {
	float: left;
}

.app-start {
	clear: both;
}

.loan-info {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: -1px;
	padding: 10px 10px 0;
	position: relative;
	width: 650px;
	z-index: 10;
}

.loan-info label {
	font-weight: bold;
	color: #444444;
}

.loan-info table {
	width: 100%;
}

.loan-info td {
	white-space: nowrap;
	font-size: 14px;
	padding: 3px;
}

.loan-info .creditDescription {
	font-size: 10px;
	color: #444444;
}

.loan-info-title {
	color: #04569e;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 10px;
}

.sort {
	background: url(../img/app_entry/lender/sort-bg.jpg) repeat-x bottom #ffde75;
	border: 1px solid #04569e;
	border-bottom: none;
	height: 42px;
}

.sort-criteria li {
	padding: 15px;
}

.sort-criteria li a {
	color: #095ba3;
	text-decoration: none;
	font-weight: bold;
}

.sort-criteria li a:hover {
	text-decoration: underline;
}

.sort-criteria li.active {
	background: url(../img/app_entry/lender/active-sort-bg.png) no-repeat bottom center;
}

.sort-criteria li.active a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.options a {
	color: #000;
}

.options {
	border: 1px solid #04569e;
	border-top: none;
	height: 415px;
	overflow-y: scroll !important;
	overflow-x: hidden;
}

.options table {
	border-collapse: collapse;
	width: 100%;
}

.options td {
	background-color: #fafafa;
	height: 45px;
}

.options-wrapper {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
}

.options-select {
	padding-left: 15px;
}

.options-name {
	color: #0c5ea6;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.options-sub {
	color: #666;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
}

.options-choice {
	border-bottom: 1px solid #ffe9a1;
}

#select_lender_table .options-choice td {
	background-color: #FFE091;
}

#select_lender_table td.active_sort, #select_lender_table .options-lender td.active_sort {
	font-weight: bold;
}

#select_lender_table .options-choice td:hover, #select_lender_table td:hover {
	font-style: italic;
	font-weight: bold;
}

#select_lender_table .options-lender td {
	background-color: #C2DCC1
}

.options-choice .options-sub {
	color: #cfa22a;
}

.options-status {
	background-image: url(../img/app_entry/lender/status-bg.png);
	background-repeat: no-repeat;
	padding-left: 25px !important;
}

.options-status.is-approved {
	background-position: left 10px;
}

.options-status.is-condition {
	background-position: left -74px;
}

.options-status.is-referral {
	background-position: left -31px;
}

.options-status.is-counter {
	background-position: left -116px;
}

.options-level {
	background-image: url(../img/app_entry/lender/levels-bg.png);
	background-repeat: no-repeat;
	color: #0d0d0d;
	padding-left: 25px !important;
}

.options-level.is-platinum {
	background-position: left -27px;
}

.options-level.is-titanium {
	background-position: left 10px;
	cursor: pointer;
}

.options-level.is-gold {
	background-position: left -65px;
}

.options-level.is-silver {
	background-position: left -105px;
}

.options-ltv {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.options-rate {
	font-size: 14px;
}

.options-interest {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

.options-term {
	color: #000;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.options-actions {
	margin-top: 15px;
}

.options-actions td {
	width: 416px;
}

.options-actions td.options-cancel {
	text-align: left;
}

.options-actions td.options-submit {
	text-align: right;
}

.options-actions td input[type="submit"],
.options-actions td input[type="reset"] {
	background: url(../img/app_entry/lender/submit-bg.jpg) repeat-x bottom white;
	border: 1px solid #004e87;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	padding: 5px 10px;
}

.option-detail {
	cursor: pointer;
}

.zebra .is-odd td {
	background-color: #fafafa;
}

.zebra .is-even td {
	background-color: #f2f2f2;
}

.starting_page {
	display: block;
	float: left;
	font-size: .6em;
	padding: 1px;
	padding-right: 3px;
	padding-left: 3px;
	background: #fafafa;
	border: 1px solid #e7e7e7;
}

.current_page {
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}

.past_page {
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}