BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A 
{ 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: normal; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal 
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TR 
{ 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	LINE-HEIGHT: normal; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal 
}
INPUT 
{ 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	LINE-HEIGHT: normal; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal 
}

MASKEDEDIT
{
	display:inline;
	margin-left: -3px;
	vertical-align:middle;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
}	

SELECT 
{ 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	LINE-HEIGHT: normal; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal 
}
TD.ActionMenu
{
	background-color: #c0c0c0;
}

.DataItem
{
	font-size: medium;
	font-style:italic;
	background-color:skyblue;
}

.DataTitle
{
	font-size: medium;
	font-style:italic;
	background-color:skyblue;
}

.PageTitle
{
	font-family: Arial;
	font-size: medium;
}

.SubTitle
{
	font-size: medium;
	font-style:italic;
	background-color:skyblue;
}

.GridSelect
{
	font-weight: bold;
	color: black;
	background-color: lemonchiffon;
}

.GridAlt
{
	background-color: SkyBlue;
}

.GridItem
{
	color: Black;
	background-color: #EEEEEE;
}

.GridHeader
{
	font-size: x-small;
	font-weight: bold;
	text-align:center;
	height: 30px;
	color:Black;
	vertical-align:super;
	background-color: DeepSkyBlue;
}

.GridHeader2
{
	font-weight: bold;
	text-align:center;
	height: 20px;
	color:Black;
	vertical-align:super;
	background-color: DeepSkyBlue;
}

.GridFooter
{
	color: Black;
	background-color: PaleTurquoise;
}

.MsgBoxBody_Win2000
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 911;
	border-left: black 1px solid;
	width: 262px;
	border-bottom: black 1px solid;
	position: absolute;
	height: 176px;
	background-color: gainsboro;
}
.MsgBoxTitleBar_Win2000
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	z-index: 902;
	width: 100%;
	cursor: default;
	color: white;
	border-bottom: black 1px solid;
	position: absolute;
	top: 0px;
	height: 18px;
	background-color: #92B5DF;
}
.MsgBoxMessage_Win2000
{
	padding-right: 2px;
	padding-left: 2px;
	z-index: 900;
	left: 48px;
	padding-bottom: 2px;
	overflow: auto;
	width: 200px;
	padding-top: 2px;
	position: absolute;
	top: 30px;
	height: 90px;
	background-color: gainsboro;
}
.MsgBoxCloseButton_Win2000
{
	z-index: 905;
	left: 242px;
	cursor: default;
	position: absolute;
	top: 3px;
}
.MsgBoxIcon_Win2000
{
	z-index: 907;
	left: 4px;
	position: absolute;
	top: 30px;
}
.MsgBoxInputBox_Win2000
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 908;
	left: 10px;
	border-left: black 1px solid;
	width: 240px;
	border-bottom: black 1px solid;
	position: absolute;
	top: 124px;
	background-color: white;
}
.MsgBoxButton1_Win2000
{
	font-weight: bold;
	z-index: 906;
	left: 61px;
	width: 58px;
	position: absolute;
	top: 149px;
}
.MsgBoxButton2_Win2000
{
	font-weight: bold;
	z-index: 906;
	left: 141px;
	width: 58px;
	position: absolute;
	top: 149px;
}
.MsgBoxButton3_Win2000
{
	font-weight: bold;
	z-index: 906;
	left: 97px;
	width: 58px;
	position: absolute;
	top: 149px;
}

.SectionTitle
{
	font-size: small;
	font-weight: bold;
}



A.navlink {
font-family:Arial, sans-serif;
font-size: 14px; color:  Blue;
text-decoration:underline;
}
A.navlink:hover {
font-weight:bold;
}
A.navlink:active {
}
A.navlink:visited {
}


A.bignavlink {
font-family:Arial, sans-serif;
font-size: 12px; color:  Maroon;
text-decoration:none;
}


A.leftnav {
font-family:Arial, sans-serif;
font-size: 11px; color:  Maroon;
text-decoration:none;
}

A.leftnav:hover {
font-size: 11px; color: Blue;
text-decoration:underline;
font-weight:bold;
}

A.leftnav:active {
color: Blue;
}

A.leftnav:visited {
}


table.ReagentQC {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

table.ReagentQC th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
table.ReagentQC td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
