﻿
/* Start Calculator Styles */

#CalculatorWrapper
{
	width:230px;
	height:290px;
	padding:0px 0 0 0;
	text-align:center;
	background:url('../../../images/calculator/caculator_02.jpg') no-repeat 0 0;
}

#CalculatorWrapper .one
{
	width: 220px;
	margin: 5px 0 3px 0;
	color: #333333;
	font-size: .95em;
	font-weight: bold;
}

#CalculatorWrapper .two
{
	width:225px;
	margin:0 0 5px 0;
	color:#d17706;	
	font-size:.95em;
	font-weight:bold;
}

#CalculatorForm
{
	width:220px;
	margin:0px auto 0 auto;
	display:table;
}

.CalculatorRow
{
	width:215px;
	float:left;
	margin:0 0 9px 0;
	padding:0 0 0 2px;
}

.CalculatorLabel
{
	width: 75px;
	height: 15px;
	float: left;
	text-align: left;
	padding: 2px 7px 0 0;
	font-size: 12px;
}

.CalculatorReq
{
	color:#a24402 !important;
	font-weight:bold;
}

.CalculatorInput
{
	width:130px;
	height:15px;
	float:left;
}

.CalculatorInputSmall
{
	width:55px;
	height:15px;
	float:left;
}

.CalculatorInput input
{
	width:130px;
	height:15px;
	font-size:.85em;
	padding:2px 0 0 2px;
}

.CalculatorInputSmall input.small
{
	width:55px;
	height:15px;
	font-size:.9em;
	padding:2px 0 0 2px;
}

.CalculatorBtnRow
{
	width:212px;
	height:26px;
	margin:3px 0 0px 0;
	display:table;
	float:left;
	text-align:center;
}


/* End Calculator Styles */


/* Start Calculator Results Pane */

#CalculatorResults
{
	display:none;
	width:220px;
	text-align:justify;
	margin:9px auto 0 auto;
}

.ResultsRow
{
	width:215px;
	height:20px;
	margin:0 0 6px 0;
	font-size:.90em;
	border-bottom:1px solid #BBBBBB;
}

#DealerShipLabel
{
	width:75px;
	float:left;
}

#DealerShipData
{
	width:135px;
	float:right;
	text-align:right;
	color:#CADB2B;
}

#AnonVisitsLabel
{
	width:135px;
	float:left;
}

#AnonVisitsData
{
	width:50px;
	float:right;
	text-align:right;
	color:#CADB2B;
}

#PotLeadsLabel
{
	width:155px;
	float:left;
}

#PotLeadsData
{
	width:50px;
	float:right;
	text-align:right;
	color:#CADB2B;
}

#EstSalesLabel
{
	width:100px;
	float:left;
}

#EstSalesData
{
	width:75px;
	float:right;
	text-align:right;
	color:#CADB2B;
}

.ResultsBtnRow
{
	width:100%;
	float:left;
	text-align:center;
}

.ResultsPrintBtn
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:122px;
		height:26px;
		cursor:pointer;
	position:relative;
		left:5px;
		position:relative;
}

.ResultsPrintBtn:hover
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:122px;
		height:26px;
		cursor:pointer;
		position:relative;
}

/* End Calculator Results Pane */


/* Start Printed Page */

body#CalculatorPrintPage
{
	margin:0;
	padding:0;
	font-family:Arial, Sans-Serif;
	font-size:70%;
	color:#6A6664;
}

body#CalculatorPrintPage p
{
	margin:0 0 15px 0;
}

.print-text-dark-grey
{
	color: #333333;
}

#PrintCalculatorWrapper
{
	width:500px;
	height:245px;
	margin:0 auto;
}

#PrintCalculatorWrapper #Header
{
	width:500px;
	height:60px;
	padding:25px 0 0 0;
}

#PrintCalculatorWrapper #Header #AeLogo
{
	float:left;
}

#PrintCalculatorWrapper #Header #PhoneNumber
{
	float:right;
	color:#196A37;
	font-weight:bold;
	font-size:2.4em;
	position:relative;
	top:25px;
}

#PrintCalculatorWrapper #SubHeader
{
	width:500px;
	height:142px;
}

#PrintCalculatorWrapper #SubHeader #CalculatorImg
{
	float:left;
}

#ChatLeadSlogan
{
	float: left;
	color: #000000;
	font-weight: bold;
	font-size: 2.5em;
	position: relative;
	top: 44px;
	right: 20px;
	text-transform: uppercase;
}

#PrintResultsTable
{
	width:500px;
	margin:0 0 15px 0;
	color:#484848;
	border-top:1px solid #C5C4C3;
	border-right:2px solid #C5C4C3;
	border-bottom:2px solid #C5C4C3;
	border-left:2px solid #C5C4C3;
}

#PrintResultsTable tr
{
	height:25px;
}

#PrintResultsTable tr td
{
	border-top:1px solid #C5C4C3;
	vertical-align:middle;
}

#PrintResultsTable tr td.one
{
	padding:0 0 0 10px;
	width:450px;
}

#PrintResultsTable tr td.one span
{
	font-size:.85em;
	font-style:italic;
}

#PrintResultsTable tr td.two
{
	width:75px;
	padding:1px;
	text-align:center;
	border-left:1px solid #C5C4C3;
}

#PrintResultsTable tr td.two table tr td
{
	width:90px;
	height:25px;
	border:none;
	background:#E5EED7;
}

#PrintResultsTable tr td.two table tr td#TotalIncome
{
	width: 90px;
	height: 25px;
	border: none;
	color: #000000;
	background: #C4D4A9;
}



/* End Printed Page */
