﻿* {
	padding:0;
	margin:0;
}
img, a {
	border:0;
}
html {
	background-color:#ccc;
	height:100%;
}
body {
	background-color:white;
	width:960px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	border-left:1px solid #888;
	border-right:2px solid gray;
}
h1 {
	font-family:Tahoma,Verdana,Arial;
	padding-bottom:3px;
	line-height:18px;
	font-size:14px;
	color:#555555;
}
h2 {
	font-family:Tahoma,Verdana,Arial;
	margin-bottom: 4px;
	font-weight:bold;
	line-height:18px;
	font-size:13px;
	color:#555555;
}
h3 {
	font-family:Tahoma,Verdana,Arial;
	margin-bottom: 3px;
	font-weight:bold;
	line-height:16px;
	font-size:11px;
	color:#555555;
}
ol, ul {
	font-family:Tahoma,Verdana,Arial;
	padding-top:5px;
	font-weight:bold;
	line-height:18px;
	font-size:13px;
	color:#555555;
}
li {
	margin-left:1.5em;
	padding-left:0px;
}
p, td, div, select, textarea {
	font-family:Tahoma,Verdana,Arial;
	line-height:15px;
	font-size:11px;
	color:#606060;
}
th {
	text-align:left;
}
input {
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	color:#606060;
}
fieldset {
	padding:8px;
	margin-right:10px;
}
legend {
	padding:0 4px 4px 4px;
	color:#606060;
}
.footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	border-bottom:2px solid gray;
}
a {
	text-decoration:none;
	color:#444444;
}
a:hover {
	text-decoration:underline;
	color:#222222;
}
a:focus { 
	outline:none; 
} 
.noline a:hover {
	text-decoration:none;
	color:#222222;
}
.header {
	position:relative;
	min-height:26px;
	border-top:1px solid #666;
}
.middle {
	padding:0 5px 2em 5px;
}
.diamond {
	border:0;
	margin-right:3px;
	position:relative;
	top:2px;
	height:11px;
	width:11px;
}
.footer table {
	color:#777777;
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	text-align:center;
	margin:15px 0 0 0;
	padding:0;
	width:100%;
}
.footer table td {
	text-align:center;
	width:100%;
}
.footer table a {
	color:#777777;
	text-decoration:none;
}
.footer table a:hover {
	color:#333333;
	text-decoration:underline;
}
.topnav span {
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	margin:4px 8px;
	color:white;
}
.topnav a {
	color:white;
	text-decoration:none;
}
.topnav a:hover {
	color:white;
	text-decoration:underline;
}
.leftnav {
	width:150px;
}
.leftnav table {
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	color:#777777;
	margin-left:6px;
	border:0;
	padding:0;
	border-collapse:collapse;
	width:100%;
	float:left;
}
.leftnav tr {
	height:26px;
}
.leftnav td {
	border-bottom:1px #ABABAB dotted;
	text-align:right;
}
.leftnav img {
	margin-left:3px;
	margin-bottom:-2px;
	border:0;
}
.leftnav a {
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	text-decoration:none;
	color:#777777;
}
.leftnav a:hover {
	text-decoration:none;
	color:#333333;
}
.splashBox {
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	color:#777777;
	width:228px;
	height:400px;
	border:2px #E6E7F2 solid;
	float:left;
	margin-top:10px;
	text-align:left;
	background-repeat:repeat-x;
	background-image:url(../images/gradient_gray2.jpg);
}
.splashBox img {
	float:left;
	margin:8px 0 12px 6px;
}
.splashBox li {
	float:left;
	width:100%;
	font-weight:normal;
	line-height:14px;
	margin:0 0 12px 24px;
}
.boxDisabled {
	filter: alpha(opacity:0.50);
	KHTMLOpacity: 0.50;
	MozOpacity: 0.50;
	-khtml-opacity:.50;
	-ms-filter:”alpha(opacity=50)”;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}
.boxDisabled a:hover {
	text-decoration:none;
	color:inherit;
}
.splashBoxBorder {
	width:224px;
	height:394px;
	border:2px white solid;				
}
.formTable table,td {
	padding:2px;
}
.formTable span {
	padding:2px;
	text-align:right;
	float:left;
}
.subChoices {
	margin-left:4px;
	line-height:26px;
}
.subChoices span {
	font-size:13px;
	padding:2px 6px;
	height:26px;
}
.subChoices a:hover {
	text-decoration:none;
}
.subChoices a:focus, a:active {
	border:0;
	outline:0;
}
.subChoicesActive {
	border:1px gray solid;
	font-size:13px;
	padding:2px 6px;
	height:26px;
}
.hidden_on {
	display: none;
}
.hidden_off {
	display: inherit;
}
.print_only {
	display: none;
}
.empList {
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
	padding:0;
}
.empList th {
	padding:2px;
	border-bottom:1px gray solid;
}
.empList td {
	padding:2px;
	border-bottom:1px gray dotted;
}
.formLabel {
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
}
.sessionCheckText {
	font-size:13px;
	line-height:18px;			
}
.smallLink {
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:11px;
}
.empHistory fieldset {
	margin-bottom:12px;
	padding-top:2px;				
}
.empHistory legend {
	font-weight:bold;				
}
.empHistory tr {
	height:20px;
}
.empHistory input {
	margin-right:5px;				
	margin-left:2px;				
}
.audChart table {
	border-collapse:collapse;
	border: 1px white solid;
	width:100%;
}
.audChart td {
	text-align:center;
	border-bottom:1px silver dotted;
}
.audChart #setLeft {
	text-align:left;
	text-indent:2px;
}
.audChart #bdLeft {
	border-left:1px silver dotted;
}
.audChart #bdRight {
	border-right:1px silver dotted;
}
.audChart #hlCol {
	background:#F3F3F3;
	border-right:1px silver dotted;
}
.pulmChart table {
	border-collapse:collapse;
	border: 1px white solid;
	width:100%;
}
.pulmChart td {
	text-align:center;
	border-bottom:1px silver dotted;
}
.pulmChart #setLeft {
	text-align:left;
	text-indent:2px;
}
.pulmChart #bdLeft {
	border-left:1px silver dotted;
}
.pulmChart #bdRight {
	border-right:1px silver dotted;
}
.rmcChart table {
	border-collapse:collapse;
	border: 1px white solid;
	width:100%;
}
.rmcChart td {
	text-align:left;
	border-bottom:1px silver dotted;
}
.assReports fieldset {
	margin-bottom:12px;
	padding-top:2px;				
}
.assReports legend {
	font-weight:bold;				
}
.toolsMenu {
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	padding:0;
	margin:0;
	float:left;
}
.errRow {
	background-color:#FFFFE6;
}
.errRow div {
	text-align:left;
	color:red;
}
.assMachines table {
	border-collapse:collapse;
}
.assMachines th {
	line-height:20px;
	border-bottom:1px gray solid;
}
.assMachines td {
	line-height:20px;
	border-bottom:1px gray dotted;
}
.audColor {
	color:#388FD4;
}
.fitColor {
	color:#D9702E;
}
.pulmColor {
	color:#9D3BC2;
}
.respColor {
	color:#D9702E;
}
.errColor {
	color:red;				
}
.highlightColor {
	background-color: #FFFFCC;
}
.calibHistory table {
	border-collapse:collapse;
}
.calibHistory th {
	border-bottom:1px gray solid;
	text-align:center;
}
.calibHistory td {
	border-bottom:1px gray dotted;
	text-align:center;
}
.calibHistory #setLeft {
	text-align:left;
	text-indent:2px;
}
.sup {
	font-size:70%;
	vertical-align:super;
	margin-top:-2px;
}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
.inputDisabled {
	background-color:#EEEEEE;
}
.qCotton tr {
	border-bottom:1px gray dotted;
}
.qCotton td {
	text-align:left;
}
.deBox1 {
	float:left;
	width:30px;
	height:16px;
	margin-right:6px;
}
.deBox2 {
	float:left;
	width:70px;
	height:16px;
	margin-right:6px;
}
