/* external style sheet for the SACS */

body {margin:0;}

b {font-weight: bold;}
i {font-style: italic;}
img {border:0;}

.body {
	font-weight: normal;
	color:#1E508F;
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, arial, helvetica;
	font-variant: normal;
	font-style: normal;
}

a {text-decoration: none;
	font-weight: normal;
	color:#1E508F;
}

a:hover {text-decoration: underline;
	font-weight: normal;
	color:#4D7CB6;
}

.doubleUnderline {
	border-bottom:3px double #1E508F;
}



.calcHeader {
	width:100%;
	height:64;
	background:url(graphics/calculator/calc_back.gif) repeat-x;
}

.calcContent {
	padding:15;
}

.calcContent .subPadding {
	padding:15 10 15 20;
}

.calcContent .mainPageText {
	padding:5 10 15 25;
}

.calcTable {
	padding:1 7 3 1;
}

.calcTable th {
	text-align:right;
}

.resultsTable table {
	border-collapse:collapse;
	padding:6;
	background-color:#FFF;
	border:1px solid #CCC;
}

.resultsTable .alignRight {
	text-align:right;
	border-left:1px solid #CCC;
}

.resultsTable .totalCost {
	color:#FF6600;
	font-weight:bold;
	border:1px solid #CCC;
	background-color:#F5F5F5;
}

.resultsTable td {
	border:1px solid #CCC;
}

.calcButtons {
	text-align:right;
	margin-top:20;
	margin-right:15;
}

.calcTable2 td {
	padding:1 7 3 1;
}

.inputDataTable {
	margin:10 0 15 25;
	padding:10;
	background-color:#F5F5F5;
	border:1px solid #999;
}

.tableSubHeader {
	font-weight:bold;
}

.symbolColor {
	color:#FF6600;
}


.paddingH1 {
	margin:0 0 2 25;
}

h1 {
	margin:0 0 2 0;
	font-weight: bold;
	color:#FF6600;
	font-size: 12px;
	line-height: 15px;
	font-family: verdana, arial, helvetica;
	font-variant: normal;
	font-style: normal;
}

h2 {
	margin:0 0 2 0;
	font-weight: bold;
	color:#FF6600;
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, arial, helvetica;
	font-variant: normal;
	font-style: normal;
}

h3 {
	margin:0 0 2 0;
	font-weight: bold;
	color:#FF6600;
	font-size: 17px;
	line-height: 15px;
	font-family: verdana, arial, helvetica;
	font-variant: normal;
	font-style: normal;
}



.hideLayer {
	display: none;
}


.errormsg {
	padding:8;
	border:1px solid #CC0000;
	width:300;
}

.errormsg img {
	margin-bottom:7;
}



.calcResults {
	list-style-type: none;
	margin:6 0 15 10;
	padding:0;
}

.calcResults li {
	padding-left:20;
	background: url(graphics/bullet.gif) no-repeat;
	background-position: 5 4;
}

