﻿body
{
	font-family: helvetica, Arial, sans-serif;
}

.message
{
	color: #aa0000;
}

table.results
{
	border: 2px solid #999;
	border-collapse:collapse;
}

	table.results th
	{
		background-color: #000;
		color: #fff;
		padding: 3px;
	}

	table.results td.name
	{
		border-bottom: 1px solid #999;
	}

	table.results td.old, table.results td.current, table.results td.change, table.results td.distribution
	{
		text-align: right;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}

	table.results td.current
	{
		font-weight: bold;
		border-bottom: 1px solid #999;
	}

input.number
{
	width: 35px;
}
div.formElement
{
	padding-bottom: 10px;
}