@charset "utf-8";
/* CSS Document */

#sub-content table
{
	width:100%;
	text-align:left;
	border-width:1px;
}

#sub-content th
{
	text-align:center;
	border-width:1px;
}
th.tbl-nav-all, th.tbl-nav-a,th.tbl-nav-g,th.tbl-nav-m,th.tbl-nav-s
{
	width:63px;
	height:24px;
	border-right-color:#FFFFFF;
	background-color:#ebe6c1;
	border-bottom-color:#ebe6c1;
	border-width:1px;
	color:#48484a;
}
th.tbl-nav-empty
{
	background-color:#ebe6c1;
	border-bottom-color:#ebe6c1;
	border-width:1px;
	border-right-color:#ebe6c1;
}
th.tbl-nav-all-on, th.tbl-nav-a-on,th.tbl-nav-g-on,th.tbl-nav-m-on,th.tbl-nav-s-on
{
	background-color:#809a5c;
	width:63px;
	height:24px;
	border-bottom-color:#809a5c;
	border-width:1px;
}
#sub-content th.main-header
{
	background-color:#4c721d;
	border-color:#4c721d;
	border-bottom-color:#e5a04d;
	border-bottom-width:3px;
	padding-left:20px;
	text-align:left;
}

#assay-head th
{
	text-align:left;
	padding-left:20px;
}

#assay-list
{
	height:200px; 
	overflow:auto;
	overflow-x: hidden;
}
#assay-list table
{
	border-left:solid;
	border-left-color:#c9d4b7;
	border-left-width:2px;
	max-width:100%;
}
#assay-list td
{
	padding-left:20px;
	text-align:left;
}
.compound
{
	width:242px;
}

.matrix
{
	width:109px;
}

.calibration
{
	min-width:auto;
}

a.tbl-nav-on
{
	color:#FFFFFF;
}
a.tbl-nav-off
{
	color:#48484a;
}
.new-table{
	width:560px;
	height:250px;
	overflow:auto;
}
.new-table td{
	text-align: left;
	padding:0 0 0 20px;
	}