/* /stylesheets/https-autoloans/calculator.css - Style sheet for non-templated autoloans calculator pages */

/* Standardizes cross-browser rendering on common elements */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,.pageContainer td { 
	margin: 0;
	padding: 0;
}
.pageContainer table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
.pageContainer ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
.clearer {
	clear: both;
}

/* Text link formatting */
a:link,
a:hover,
a:active {
	color: #2866af;
	outline: none;
}
a:visited {
	color: #5780ae;
	outline: none;
}

/* Paragraph formatting */
p {
	margin: 0 0 14px 0;
}

/* Begin tab styles  */
.tabNavigation {
	float: left;
	width: 720px;
	margin: 14px 15px -2px 13px;
	line-height: 25px;
	position: relative;
	z-index: 1;
}
.tabNavigation li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0 14px 0 0;
	font-size: 12px;
}
.tabNavigation a:link {
	display: block;
	text-decoration: none;
	color: #000 !important;
}
.tabNavigation a:visited {
	color: #000 !important!;
	text-decoration: none;
}
.tabNavigation a:hover {
	color: #000;
	text-decoration: underline;
}
.tab {
	background: transparent url(/images/https-common/bg/tab_right_off.gif) no-repeat top right;
}
.tabNavigation span, .tabSelected span {
	display: block;
	padding: 0 0 0 14px;
}
.tabNavigation span {
	background: transparent url(/images/https-common/bg/tab_left_off.gif) no-repeat top left;
}
.tabSelected {
	background: transparent url(/images/https-common/bg/tab_right_on.gif) no-repeat top right;
	border-bottom: #fff solid 1px;
}
.tabSelected span {
	background: transparent url(/images/https-common/bg/tab_left_on.gif) no-repeat top left;
	font-weight: bold;
}

/* Begin page styles  */
body {
	width: 765px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.pageContainer {
	padding: 9px 0 15px 10px;
	font-size: 12px;
}
.pageContainer h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 15px;
	color: #333;
}
.withBorderCallout .pageBorder {
	width: 749px;
	clear: left;
	padding-top: 7px;
}
.withBorderCallout .pageBorder {
	background: #fff url(/images/https-common/bg/border_top.gif) no-repeat top left;
}
.withBorderCallout .pageContent {
	width: 749px;
	padding-bottom: 7px;
	background: #fff url(/images/https-common/bg/border_bottom.gif) no-repeat bottom left;
}
.withBorderCallout .pageBackground {
	background: #fff url(/images/https-common/bg/border_bg.gif) repeat-y top left;
}
.withBorderCallout .primaryContentColumn {
	width: 452px;
	float: left;
	padding: 19px 0 20px 14px;
}
.pageBody h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 16px 0;
}
.pageContainer dt {
	float: left;
	width: 17px;
	text-align: right;
	margin: 0 6px 0 0;
}
.pageContainer dd {
	margin: 0 0 0 22px;
}

/* Header formatting - Ensures that the global nav dropdown menus overlap the tabbed navigation */
.header {
	position: relative;
	z-index: 2;
}

/* Superscript formatting */
.pageContainer sup {
	font-size: 9px;
	line-height: 0;
}

/* Table formatting */
.pageContainer table {
	width: 100%;
}
table.tableFormatting {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.tableFormatting td {
	padding: 7px 4px 9px 4px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: top;	
}
.tableGray {
	background-color: #f6f6f6;
}
.tableTitleYellow {
	background-color: #ffe67f; /* What is the standard? */
}
.tableYellow {
	background-color: #fcfae9;
}

/* Horizontal rule formatting */
.hrDiv {
	background: transparent url(/images/common/border.gif) repeat-x top left;
	margin: 8px 0 20px 0;
	/*clear: left;*/
}

/* Primary callout formatting */
.withBorderCallout .calloutColumn {
	width: 245px;
	float: right;
	margin: 0 15px 0 0;
	padding: 9px 0 0 0;
}
.withBorderCallout .calloutGroup {
	background-color: #f6f7fb;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.withBorderCallout .calloutColumn .alternateCallout {
	background-color: #fcfae9;
}
.withBorderCallout .calloutContent {
	/*background: #fff url(/images/https-common/bg/primary_callout_bottom.gif) no-repeat bottom left;*/
	padding: 0 0 10px 0;
}
/*.withBorderCallout .calloutColumn .alternateCallout .calloutContent {
	background: #fff url(/images/https-common/bg/primary_callout_alt_bottom.gif) no-repeat bottom left;
}*/
.withBorderCallout .calloutBackground {
	background-color: #f6f7fb;
	padding: 2px 10px 5px 15px;
}
.withBorderCallout .calloutColumn .alternateCallout .calloutBackground {
	background-color: #fcfae9;
}
.calloutColumn h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

.withBorderCallout .calloutGroupwhitebackground {
	background-color: #ffffff;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.withBorderCallout .calloutBackgroundwhite {
	background-color: #ffffff;
	padding: 2px 10px 5px 15px;
}

/* Calculator formatting */
#mpc label,
#lac label {
	clear: left;
	float: left;
	width: 110px;
	line-height: 22px;
}
#mpc input,
#lac input {
	float: left;
	margin: 0 0 10px 0;
	height: 18px;
}
#mpc #apr_input,
#mpc #term_input,
#lac #apr_input,
#lac #term_input {
	margin: 0 0 10px 13px;
}
#mpc span,
#lac span {
	float: left;
	padding: 2px 3px 0 3px;
	line-height: 18px;
}
#mpc #apr_message,
#mpc #term_message,
#mpc #amount_message,
#lac #apr_message,
#lac #term_message,
#lac #payment_message {
	width: 38%;
	font-size: 10px;
	font-weight: bold;
	color: #a12830;
	padding: 0;
	line-height: 13px;
}
#mpc #apr_message,
#lac #apr_message {
	padding: 0 0 0 55px;
}
#mpc #term_message,
#lac #term_message {
	padding: 0 0 0 24px;
}
#mpc #amount_message,
#lac #payment_message {
	padding: 0 0 0 72px
}
#mpc #calculate,
#lac #calculate {
	clear: left;
	float: left;
	margin: 2px 0 0 123px;
	height: 20px;
}

/* Results box */
#monthlyPayment #results {
	clear: both;
	margin-top: 20px;
	padding: 10px 15px 13px;
	background: transparent url(/images/https-autoloans/calc_results_btm.png) no-repeat 0 100%;
	border-top: 1px solid #efefef;
}
#results h3 {
	font-size: 16px;
	color: #78ae24;
	font-weight: bold;
	padding: 0 0 2px 0;
}
#resultsCTA {
	margin: 10px 0 0;
}
#resultsCTA span {
	padding-left: 6px;
	vertical-align: 5px;
}

/* Rates table */
#ratesTable {
	clear: both;
	padding: 10px 0 15px;
}
#ratesTable p {
	font-weight: bold;
}
#ratesTable table {
	width: 100%;
	border-collapse: collapse;
}
#ratesTable table td {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
#ratesTable .rateColumn {
	text-align: center;
}

/* List */
#listTable {
	clear: both;
	padding: 5px 0px 0px;
}
#listTable p {
	font-weight: normal;
}
#listTable table {
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
}
#listTable table td {
	padding: 3px 0;
	
}
/*Calculators*/
#calculatorTable{
	clear: both;
	padding: 10px 0px 15px;
}

/*apply now table */
#applyTable{
	clear: both;
	padding: 10px 0px 15px;
}
#applyTable p {
	font-weight: bold;
}
#applyTable table {
	width: 100%;
	border-collapse: collapse;
	border-bottom:#999999 thin;
	background-color:#f6f6f6;
	padding: 3px;
}
#applyTable table td {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
#applyTable .buttonColumn {
	text-align: center;
}

/* APR disclosure */
#apr_disclosure {
	font-size: 10px;
	margin: 10px 0 0 0;
}

/* Callouts */
.findTodaysRates label {
	padding: 0 0 0 5px;
	margin: 0 20px 0 0;
	vertical-align: 0.2em;
}
.findTodaysRates select {
	width: 80%;
	margin: 10px 0 0 0;
}
.findTodaysRates #find_rate {
	margin: 10px 0;
}
.findTodaysRates #rate_display {
	padding: 4px 0 0 0;
	text-align: center;
}
.findTodaysRates #rate_display h4 {
	font-weight: bold;
}
.findTodaysRates #rate_display #find_rate_output {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ff5c00;
}
.applyNowCallout span {
	display: block;
	margin: 4px 0 0 0;
}
.otherCalculators img {
	float: none;
}
.otherCalculators h3 {
	float: left;
	padding: 0 0 0 4px;
}
.otherCalculators .calloutBody {
	clear: left;
	padding: 10px 0 0 0;
}
.secondaryCallout {
	margin: 0 0 0 24px;
}
.secondaryCallout p {
	font-size: 10px;
}

