﻿.input_table, .volume_table
{
	background: #ffffe0;
	height: 376px;
	width: 310px;
}

.volume_table
{
	height: 320px;
}

.input_table_tr
{
	background-color: #ece5b6;
}

.input_table_input_td
{
	text-align: right;
	width: 100px;
}

.input_table_text_td
{
	text-align: left;
	width: 200px;
	padding-left: 5px;
}

.input_text_select
{
	text-align: left;
	/*width: 100px;*/
}

.input_text
{
	text-align: right;
	width: 70px;
}

.output_fixed_td, .output_variable_td
{
	color: #ffffc0;
	background: #990033;
	padding-top: 5px;
	padding-bottom: 5px;
}

.output_fixed_td
{
	text-align: left;
	font-style: italic;
	width: 180px;
}

.output_table
{
	width: 300px;
	background: #c35617;
}

.output_variable_td
{
	text-align: right;
}

.title_td
{
	text-align: center;
}

#help_instructions
{
	background-color: #ffffe0;
	width: 400px;
	height: 707px;
	text-align: left;
	padding-top: 6px;
	position: absolute;
	left: 0px;
	top: 50px;
}

.help_text_title
{
	color: #990033;
	font-style: italic;
}

#volumes_table
{
	position: absolute;
	left: 404px;
	top: 434px;
}

#device_table
{
	position: absolute;
	left: 404px;
	height: 380px;
	top: 48px;
}

#copyright_note
{
	font-size: xx-small;
	color: #990033;
	text-align: center;
}

#header
{
	position: absolute;
	left: 120px;
	color: #990033;
}
