﻿body
{
	font-family: source-sans-pro, Arial;
	font-size: 13pt;
	font-weight: bold;
	background-color: #00A4DB; /*#0099CC*/
	color: #FFFFFF;
	margin-top: 0px;
}

a, a:visited, a:active
{
	color: White;
}

.step
{
	 width: 644px;
	 height: 700px;
}

.title
{
	font-size: 20pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.line
{
	padding: 3px 3px 3px 3px;
}

.next0
{
	padding: 5px 5px 5px 5px;
	float: right;
	font-size: 14px;
	background-color: #008000;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.next
{
	padding: 5px 5px 5px 5px;
	float: right;
	font-size: 14px;
	background-color: #008000;
	width: 150px;
	margin-top: 10px;
}

.back
{
	padding: 5px 5px 5px 5px;
	float: left;
	font-size: 14px;
	background-color: #008000;
	width: 150px;
	margin-top: 10px;
}

.mytable td 
{
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}

.decimal
{
	width: 60px;
}

.integer
{
	width: 50px;
}

.feet
{
	width: 60px;
}

.inches
{
	width: 50px;
}

.resultsTable 
{
	width: 650px;
	border: none;
	padding-bottom: 20px;
}

.resultsTable td 
{
	margin: 4px 4px 4px 4px;
	padding: 2px 7px 2px 7px;
}

.resultsWhite
{
	background-color: White;
	color: Black;
	text-align: right;
}

.resultsYellow
{
	background-color: #FFFF66;
	color: Black;
	text-align: right;
}

.resultsNumber
{
	width: 72px;
}
