﻿/**************************************
* CALC STYLES -- STYLES FOR LAYOUT OF *
* THE CALC CELLS & FORMATTING ON PAGE *
**************************************/

.calculator
{
	width: 200px;
	padding: 0px;

}
.calcBackground
{
	width: 220px;
}
.calcHeader
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.calcLeft
{
	text-align: right;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 60px;
	height: 20px;
	vertical-align: middle;

}
.calcMiddle
{
	width: 80px;
	height: 20px;
	vertical-align: top;
	text-align: center;
}
.calcRight
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 60px;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}
.calcSubmit
{
	width: 105px;
	vertical-align: top;
	text-align: right;
}

.calcReload
{
	width: 95px;
	vertical-align: top;
	text-align: left;
}
.submitButtons
{
	background-color: #888888;
	color: #000000;
	font-family: Garamond;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	width: 75px;
	border: 1px solid #000000;.
	text-align: center;
}

