body {
	text-align: center
}

#keypadTable {
	position: absolute;
	visibility: hidden;
	top: 142px;
	width: 283px;
	z-index: 11;
	background-color: rgb(200,200,200);
	border: 4px solid rgb(102,0,0);
	border-collapse: collapse;
}

#keypadTable td {
	text-align: left;
	border-width: 0px;
	padding-top: 4px;
}

button {
	background-color: rgb(255,255,153);
}

.keypadButton {
	-webkit-appearance: push-button;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 78px;
	height: 31px;
	margin-right: 7px;
}

.keypadButtonRight {
	margin-right: 0px;
}

.keypadButtonSemiNarrow {
	width: 78px;
	margin-right: 0px;
}

.keypadButtonNarrow {
	width: 44px;
	margin-right: 0px;
	font-size: 14px;
	position: relative;
	top: -1px;
}

#calculationTable {
	border: 5px ridge gray;
	position: absolute;
	width: 290px;
	margin: 5px;
	top: 0px;
	left: 0px;
	visibility: visible;
	border-collapse: collapse;
}

td {
    border: 1px solid gray; 
	padding: 8px;
	text-align: right;
}

th {
    border: 1px solid gray; 
    height: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
}

#foodBevCell {
	width: 150px
}

#foodBevLabel {
	width: 170px
}

.label {
	font-family: Helvetica, san-serif;
	font-size: 16px;
	text-align: right;
}

.entryField {
	height: 21px;
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	color: black;
}

.entryFieldSelected {
	height: 21px;
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	color: rgb(255,255,255);
	background-color: black;
}

.editOff {
	background-color: pink;
	border-style: solid;
	border-color: gray;
}

.editOn {
	background-color: lightyellow;
	border-color: rgb(0, 255, 255);
}

.resultField {
	height: 21px;
	font-family: Helvetica, sans-serif;
	font-size: 21px;
}

.infoIcon {
	position: relative;
	top: 1px;
	padding-right: 10px;
	width: 15px;
	height: 15px;
}

#taxPct {
	font-size: 15px;
}

#prefsTable {
	border: 5px ridge gray;
	position: absolute;
	width: 290px;
	top: 5px;
	left: 5px;
	visibility: hidden;
	border-collapse: collapse;
}

input[type=radio] {
	-webkit-appearance: radio;
	height: 24px;
	width: 24px;
}

#done {
	height: 30px;
	width: 60px;
}

.radButtonCell {
	border-right-width: 0px;
	padding-right: 3px;
}

.radButtonLabelCell {
	border-left-width: 0px;
	padding-left: 3px;
}

select {
	height: 30px; 
	width: 110px; 
	font-size: 20px
}

#about {
	position: absolute;
	top: 260px;
	left: 35px;
	text-align: center;
	font-family: "Helvetica Neue Light", sans-serif;
	z-index: 0;
}

#appName {
	font-size: 16px;
}

#appVersion {
	font-size: 9px;
}

#author {
	font-size: 12px;
	position: relative;
	top: -7px;
}
