@charset "ISO-8859-1";
#ingredientContainer {
	position: relative;
	width: 626px;
	border: 2px solid #333333;
}
#calculatorContainer #ingredientContainer {
	height: 1012px;
}
#analysisContainer #ingredientContainer {
	height: 392px;
}
#ingredientContainer .vertLabel {
	position: absolute;
	background-color: #666666;
	width: 20px;
	padding-top: 30px;
	padding-left: 10px;
}
#ingredientContainer th {
	background-color: #e6e0d1;
	height: 56px;
}
#ingredientContainer th.item {
	text-align: left;
}
#ingredientContainer tr.row1 td {
	background-color: #f7f3ea;
}
#ingredientContainer tr.row2 td {
	background-color: #eee9db;
}
#ingredientContainer tr.inactive td {
	background-color: #cccccc;
}
#ingredientContainer tr.row1 td.error,
#ingredientContainer tr.row2 td.error
{
	background-color: #ff6666;
}
#ingredientContainer td.quantity {
	width: 60px;
	text-align: center;
}
#ingredientContainer td.quantity input {
	width: 40px;
	font-size: 10px;
}
#ingredientContainer td.selector {
	width: 30px;
	text-align: center;
}
#ingredientContainer td.alpha {
	text-align: center;
}
#ingredientContainer td.form {
	text-align: center;
}
#ingredientContainer td.time {
	text-align: center;
}
#ingredientContainer td.stage {
	text-align: center;
}
#ingredientContainer td.unit {
	width: 120px;
	text-align: center;
}
#ingredientContainer td.comment {
	text-align: center;
}
#ingredientContainer th.item select {
	width: 170px;
	font-size: 10px;
}
#ingredientContainer td.item input {
	width: 170px;
	font-size: 10px;
}
#ingredientContainer td.alpha input {
	width: 40px;
	font-size: 10px;
}
#ingredientContainer td.time input {
	width: 40px;
	font-size: 10px;
}
#ingredientContainer td.form select {
	font-size: 10px;
}
#ingredientContainer td.stage select {
	font-size: 10px;
}
#ingredientContainer td.unit select {
	font-size: 10px;
}
#grainForm {
	position: absolute;
	height: 392px;
	width: 313px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#grainForm .vertLabel {
	height: 362px;
}
#grainForm table {
	position: absolute;
	width: 283px;
	left: 30px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#grainForm td {
	height: 28px;
}
#extractForm {
	position: absolute;
	height: 168px;
	width: 313px;
	left: 313px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#extractForm .vertLabel {
	height: 138px;
}
#extractForm table {
	position: absolute;
	width: 283px;
	left: 30px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#extractForm td {
	height: 28px;
}
#adjunctForm {
	position: absolute;
	height: 224px;
	width: 313px;
	left: 313px;
	top: 168px;
	right: auto;
	bottom: auto;
}
#adjunctForm .vertLabel {
	height: 194px;
}
#adjunctForm table {
	position: absolute;
	width: 283px;
	left: 30px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#adjunctForm td {
	height: 28px;
}
#hopForm {
	position: absolute;
	height: 420px;
	width: 626px;
	left: 0px;
	top: 392px;
	right: auto;
	bottom: auto;
	border-top: 2px solid #333333;
}
#hopForm .vertLabel {
	height: 390px;
}
#hopForm table {
	position: absolute;
	width: 596px;
	left: 30px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#hopForm td {
	height: 28px;
}
#specialForm {
	position: absolute;
	height: 196px;
	width: 626px;
	left: 0px;
	top: 814px;
	right: auto;
	bottom: auto;
	border-top: 2px solid #333333;
}
#specialForm .vertLabel {
	height: 166px;
}
#specialForm table {
	position: absolute;
	width: 596px;
	left: 30px;
	top: 0px;
	right: auto;
	bottom: auto;
}
#specialForm td {
	height: 28px;
}

