﻿.savingscalculator-result
{
	float: left;
	margin-top: 1em;
	width: 44em;
}

.savingscalculator-result-t
{
	background:  url(images/dot.gif) 0 0 repeat-x;
}

.savingscalculator-result-b
{
	background: url(images/dot.gif) 0 100% repeat-x; 
}

.savingscalculator-result-l
{
	background: url(images/dot.gif) 0 0 repeat-y;
}

.savingscalculator-result-r
{
	background: url(images/dot.gif) 100% 0 repeat-y;
}

.savingscalculator-result-tr
{	
	background: Transparent url(images/topright-corner.gif) no-repeat top right;
	padding: 2px;
}


.savingscalculator-result-noresultsmessage
{
	margin: 1em;
	line-height: 3em;
}

.savingscalculator-result-table
{
	width: 100%;
	font-size: 0.75em;
}

.savingscalculator-result-hcell-accountname
{
	border-bottom: solid 1px #96999C;
	padding: 1em 1em 0.2em 1em;
	text-align: left;
	vertical-align: bottom;
}


.savingscalculator-result-hcell-interestrate
{
	border-left: solid 2px #96999C;
	border-bottom: solid 1px #96999C;
	padding: 0.2em 1em 0.2em 1em;
	text-align: center;
	vertical-align: bottom;
}

.savingscalculator-result-hcell-interestearned
{
	border-left: solid 1px #96999C;
	border-bottom: solid 1px #96999C;
	padding: 0.2em 1em 0.2em 1em;
	text-align: center;
	vertical-align: bottom;
}

.savingscalculator-result-hcell-notes,
.savingscalculator-result-hcell-learnmore
{
	border-left: solid 1px #96999C;
	border-bottom: solid 1px #96999C;
	padding: 1em 1em 0.2em 1em;
	text-align: center;
	vertical-align: bottom;
}

.savingscalculator-result-dcell-accountname
{
	border-top: solid 1px #96999C;
	padding: 0.6em 1em 0.6em 1em;
	text-align: left;
	background-color: #ffffff;
}

.savingscalculator-result-dcell-interestrate
{
	border-top: solid 1px #96999C;
	border-left: solid 2px #96999C;
	padding: 0.3em 1em 0.3em 1.5em;
	text-align: center;
	background-color: #ffffff;
	background-position: left center;
	background-image: url(images/rightarrow.gif);
	background-repeat: no-repeat;
}

.savingscalculator-result-dcell-interestearned,
.savingscalculator-result-dcell-notes,
.savingscalculator-result-dcell-learnmore
{	
	border-top: solid 1px #96999C;
	border-left: solid 1px #96999C;
	padding: 0.3em 1em 0.3em 1em;
	text-align: center;
	background-color: #ffffff;
}

.savingscalculator-result-dcell-learnmore
{
	font-size: 1.33em;			/*Lightstone 03/06/08 [#1435] re-increase button column, so button class can safely apply it's 73% width*/
}
