/* HTML elements. */
BODY {
	background-color: white;
	margin: 0px;
	overflow: auto;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 19px;
}

BODY, TD, TH, TEXTAREA, A{
	font-family: Verdana, Arial, Tahoma, "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 9px;
	color: black;
}

A IMG {
	border: 0px;
}

TH {
	white-space: nowrap;
}

FORM {
	display: inline;
}

LABEL, LABEL INPUT {
	cursor: pointer;
}
/**/

/* Misc. */
.warning {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.message {
	color: #25479c;
	font-size: 11px;
	font-weight: bold;
}
/**/

/* Header. */
@media print {
	.headerOptionsBar {
		display: none;
	}
}

.doctorName {
	font-size: 18;
	font-weight: bold;
	font-family: Arial;
	color:#999999;
	padding-right: 12px;
	padding-bottom: 5px;
}

.headerOptionsBar TD {
	background-color: #666666;
	white-space: nowrap;
	font-weight: bold;
	color: white;
	padding: 2px 2px 2px 6px;
}

.headerOptionsBar A {
	color: white;
	text-decoration: none;
}

.demographicArea {
	height: 35px;
	background-color: #C9F0F7;
}

.demographicArea .patientName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c75500;
}

.demographicArea TD {
	white-space: nowrap;
}

.headerBar TD {
	text-align: left;
	background-color: #FFFFFF;
	height: 21px;
	padding-right: 12px;
}

.headerBar TD, .headerBar A {
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}

@media print {
	.headerBar {
		display: none;
	}
}
/**/

/* Vertical expanded menu. */
.menuTableArea {
	border-right: 1px solid #003466;
	
}
@media print {
	.menuTableArea {
		display: none;
	}
}

.menuTable {
	width: 185px;
	border-bottom: 1px solid #003466;
}

.menuTable TD A:hover {
	background-color: #4F4F4F;
	color: white;
}

.menuTable TH {
	height: 21px;
	background-color: #003466;
}

.menuTable TH SPAN, .menuTable TH A {
	display: block;
	text-align: left;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.menuTable TD A {
	display: block;
	padding: 1px 7px 1px 6px;
	text-decoration: none;
	background-color: #8098AD;
	font-size: 12px;
	_width: 100%; /* IE only. */
}
/**/

/* Page content. */
@media screen {
	.print {
		display: none;
	}
}

@media print {
	.screen {
		display: none;
	}
}

.contentArea {
	padding: 12px;
}
/**/

/* Forms. */
.formTable TD {
	padding: 1px 10px 1px 1px;
}

.formTable TD TABLE TD {
	padding: 0px;
}

.formTable TH {
	text-align: right;
	padding-right: 4px;
	font-weight: normal;
}

.boldTH TH {
	font-weight: bold;
	white-space: nowrap;
}

.checkbox {
	cursor: pointer;
	margin: 0px;
	_width: 13px; /* IE only. */
	_height: 13px;
	_overflow: hidden;
}

SELECT .bar {
	border-top: 1px solid #DDDDDD;
}
/**/

/* Content index page. */
.contentIndexArea DIV {
	float: left;
	width: 125px;
	height: 100px;
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
	text-align:center;
	cursor: pointer;
}

.contentHeader TD {
	border-bottom: 3px solid #62AECE;
	text-align: center;
	font-size: 15pt;
	color: #62AECE;
}
/**/

/* Panels. */
.panelTable {
	border: 1px solid grey;
	background-color: #F7F4E5;
}

@media print {
	.panelTable {
		border: 0px;
	}
}

.panelTableHeader TD {
	background-color: #98C9E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	height: 22px;
}
/*xxx*/
.panelTableHeader TD, .panelTableHeader A {
	font-weight: bold;
	color: #000000;
}

.panelTableHeader .panelToggle {
	padding: 1px 0px 1px 6px;
	cursor: pointer;

}

.panelTableHeader .panelToggle DIV {
	background-color: #0277BD;
	width: 15px;
	height: 13px;
	_width: 17px; /* IE only. */
	_height: 15px;
	overflow: hidden;
	text-align: center;
	padding-top: 1px;
}

.panelTableHeader .panelToggle SPAN {
	position: relative;
	top: -2px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana;
}
/**/

/* Results tables. */
.resultsTable {
	background-color: white;
	width: 100%;
}

.resultsTable TH {
	height:30px;
	padding: 1px 6px 1px 6px;
	text-align: left;
	background-color: #CCCCCC;
	color: black;
	white-space: nowrap;
	font-size: 10px;
}

.resultsTable A  {
	font-family: Verdana, Arial, Tahoma, Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 10px;
	color: black;
}

.resultsTable TD, .resultsTableEmpty {
	padding: 3px 6px 3px 6px;
}

.rowEven {
	background-color:#F7F4E5;
}

.rowOdd {
}

.rowOver {
	background-color: #D6E9F5;
}

.disabledRow TD {
	color: #666666;
	font-style: italic;
}

.resultsTableEmpty {
	background-color: white;
	font-style: italic;
}
/**/

/* Buttons. */
.button A {
	cursor: pointer;
	text-decoration: none;
	background-color: #D1E4F1;
	padding-left: 5px;
	padding-right: 3px;
	color: black;
	font-weight: normal;
	text-align: center;
	border: 1px solid grey;
	white-space: nowrap;
	zoom: 1;
}

.button A:hover {
	background-color: #6AA9D2;
}
/**/

/* Results tree. */
.tree {
	position: relative;
	overflow: auto;
	z-index: 1;
	width: 270px;
}

.tree .node {
	font-weight: bold;
	background: url('../News and Information - NMHIC_files/images/plus.gif') 2px 3px no-repeat;
	padding: 1px 0px 1px 13px;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	zoom: 1;
}

.tree .expanded {
	background: url('../News and Information - NMHIC_files/images/minus.gif') 2px 3px no-repeat;
}

.tree .children {
	display: none;
	padding-left: 13px;
}

.tree .leaf {
	cursor: pointer;
	display: block;
	padding: 1px 0px 2px 0px;
	text-decoration: none;
	white-space: nowrap;
}

.tree .abnormal {
	position: absolute;
	display: block;
	left: 16px;
}

.tree .separator {
	border-bottom: 1px solid silver;
}

.treeHighlight {
	background-color: #E6EEFF;
}
/**/

/* Result detail. */
.resultHeader {
	color: white;
	background-color: #98C9E7;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid black;
}

.abnormal {
	color: orange;
	font-weight: bold;
}

.veryAbnormal {
	color: red;
	font-weight: bold;
}

.cancelled {
	color: blue;
}

.corrected, .corrected TD {
	color: red;
	text-decoration: line-through;
}
/**/

/* Result comparison. */
.comparisonTable TH, .comparisonTable TD {
	padding: 3px 6px 3px 6px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	white-space: nowrap;
}

.comparisonLeftTable {
	border-left: 1px solid black;
}
.comparisonLeftTable TH {
	background-color: #F7F4E5;
	text-align: right;
}
.comparisonLeftTable INPUT {
	padding: 0px;
	margin: 0px 6px 0px 0px;
	float: left;
}
.comparisonLeftTable TABLE TH {
	text-align: right;
	padding: 0px;
	border: none;
}

.comparisonCenterTable TH {
	border-right-width: 0px;
	font-weight: normal;
	text-align: left;
	empty-cells: show;
}
.comparisonCenterTable SPAN {
	border-bottom: 1px dashed black;
	cursor: default;
}

.comparisonComment {
	display: none;
	position: absolute;
	padding: 5px;
	border: 1px solid black;
	background-color: #F7F4E5;
}
.comparisonComment PRE {
	margin: 0px;
	padding: 0px;
}

.comparisonRightTable TH {
	text-align: left;
	background-color: #F7F4E5;
}
.comparisonRightTable TD {
	border-bottom: 1px solid #F7F4E5;
	background-color: #F7F4E5;
	border-left: 1px solid black;
}
/**/

/* IE fix for using width 100% inside a container with padding. */
.hasLayout {
	zoom: 1;
}

.headerLink A {
	font-size:11px;
	font-family:Arial;
	color: #666666;
	text-decoration: none;
}

.normal-color {
	color: #ffffff;
}

.tabTable {
	background-color: #C9F0F7;
	
}

.tabtextbiglightgreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #369FD5;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	text-decoration: none;
}

.tabtextbiggreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #03649B;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	text-decoration: none;
}

.tabDisabled {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	text-decoration: none;
}

.tabCursor {
	cursor: pointer;
}

.line {
	height: 3px;
	background-color: #6DABCF;		
}

.tab {
	background: url(../News%20and%20Information%20-%20NMHIC_files/images/light-purple-tab-right.gif) top right no-repeat;
}
.tab a {
	background: url(../News%20and%20Information%20-%20NMHIC_files/images/light-purple-tab-left.gif) top left no-repeat;
}
.tabSelected {
	background: url(../News%20and%20Information%20-%20NMHIC_files/images/dark-purple-tab-right.gif) top right no-repeat;
}
.tabSelected a {
	background: url(../News%20and%20Information%20-%20NMHIC_files/images/dark-purple-tab-left.gif) top left no-repeat;
	color: white;
}
.tab a, .tabSelected a {
	padding: 0px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.PassWords {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.headerPassword {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.LeftNav {
	background-image: url(left_bar3.jpg);
	background-repeat: repeat-y;
}
