@CHARSET "ISO-8859-1";

body{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	min-width: 700px;
	overflow: hidden;
	}

a:visited{
	color: blue;
}

#logo{
	float: left;
	height: 80px;
	}
	
#companyName{
	font-family: Arial,Verdana,Trebuchet MS,Times,Tahoma,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #780031;
	}
		
#companyNameHeader{
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	}
	
#assayTracHeader{
	float: right;
	}
	
#menuBorder{
	border-top: solid #780031;
	margin-left: 74px;
	position: relative;
	bottom: 6px;
	}
	
#iconMenu{
	width: 65px;
	min-width: 65px;
	float: left;
	}

.iconMenuText{
	font-size: 10px;
	}

img{
	border-style: none;
	}
		
#pageContents{
	margin-left: 74px;
	}

table{
	border-collapse: collapse;	
	}
	
.tableHeader{
	background: #780031;
	color: white;
	font-weight: bold;
	border-right: solid white 1px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	}

.tableData{
	border-right: solid #780031 1px;
	border-bottom: solid #780031 1px;
	}

.selectable:hover{
	cursor: pointer;
	background: #FCEEE9;
	color: #333333;
	}

.buttons{
	cursor: pointer;
	}

.legend{
	border: solid;
	border-width: 1px;
	border-color: #333333;
	}

#searchField{
	width: 170px;
	color: gray;
	font-style: italic;
	font-size: 11px;
	}

.assayTrac{
	color: #ff5c0a;
	font-variant: small-caps;
	}
	
/* Tabs
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1*/
.tab-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-menu li em {
	font-style: normal;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.tab-menu {
	float: left;
	position: relative;
	left: 10px;
	zoom: 1;
}

.tab-menu .tab-list li
	{
	display: inline-block;
	display: -moz-inline-stack; *
	display: inline;
	vertical-align: bottom;
	cursor: pointer;
	zoom: 1;
}

.tab-menu .tab-list a {
	position: relative;
}

.tab-menu .tab-list li a
	{
	display: block;
	display: inline-block;
	vertical-align: bottom;
	zoom: 1;
}

.tab-menu .tab-list li a em
	{
	display: block;
}

.tab-menu .tab-list
	{
	border-width: 0 0 5px;
	Xposition: relative;
	zoom: 1;
}

.tab-menu .tab-list li
	{
	margin: 0 0.16em 0 0;
	padding: 1px 0 0;
	zoom: 1;
	position: relative;
}

.tab-menu .tab-list .selected
	{
	margin: 0 0.16em -1px 0;
}

.tab-menu .tab-list a
	{
	background: #d8d8d8 url(../images/sprite.png) repeat-x;
	border: solid #a3a3a3;
	border-width: 0 1px;
	color: #000;
	position: relative;
	text-decoration: none;
}

.tab-menu .tab-list a em
	{
	border: solid #a3a3a3;
	border-width: 1px 0 0;
	cursor: hand;
	padding: 0.25em .75em;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: -1px;
}

.tab-menu .tab-list .selected a,.tab-menu .tab-list .selected a:focus,.tab-menu .tab-list .selected a:hover
	{
	background: #780031;
	color: #fff;
}

.tab-menu .tab-list a:hover,.tab-menu .tab-list a:focus
	{
	background: #FCEEE9;
	outline: 0;
}

.tab-menu .tab-list .selected a em {
	padding: 0.35em 0.7em;
	color: white;
}

.tab-menu .tab-list .selected a,.tab-menu .tab-list .selected a em
	{
	border-color: #780031;
}