/* maui-3d.css */

body {
	/* Use a sans-serif font by default, instead of Times. */
	font-family: Arial, Helvetica, sans-serif;
}

.table0 {
	border-width: 1px;
	border-collapse: collapse;
}

td {
	text-align: left;
	vertical-align: middle;
}

.tdLabel {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.tdCenterLabel {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}

.tdInput {
}

.calibrationData {
	font-size: 90%;
	text-align: right;
	border-width: 1px;
	border-collapse: collapse;
}

.notesLabel {
	font-weight: bold;
	font-size: 90%;
}

.notes {
	font-size: 90%;
}

.previousPlotsLabel {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

.previousPlots {
	font-size: 90%;
	border-width: 1px;
	border-collapse: collapse;
}

.centerTitle {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #666666;
}

.greyTitle {
	font-size: 150%;
	font-weight: bold;
	color: #666666;
}

.centerNormal {
	font-size: 100%;
	text-align: center;
}

.feedback {
	font-size: 60%;
	color: #444444;
}

.copyright {
	font-size: 60%;
	color: #444444;
}

.redError {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.button {
	font-size: 120%;
	font-weight: bold;
	border: 1px outset #404040;
	border-radius: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 4px 4px 4px #a0a0a0;
	background-color: #a0ffa0;
}

.grayButton {
	font-weight: bold;
	border: 1px outset #404040;
	border-radius: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 4px 4px 4px #a0a0a0;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.outTdLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.outTdLabelL {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.outTdLabelC {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.outTdDataR {
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.outTdDataC {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.outTdData {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.tdL {
	text-align: left;
	white-space: nowrap;
}

.tdR {
	text-align: right;
	white-space: nowrap;
}

.tdC {
	text-align: center;
	white-space: nowrap;
}

.thC {
	text-align: center;
	white-space: nowrap;
}

