/* AtMet Search CSS Document */
html {
/*	overflow: hidden;*/
	height: 100%;
}

body {
	background-color: #e0e0e0;
}

div#searchoutline {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background-color: white;
}

div#menuTop {
	width: 100%;
	height: 0px;
	color: red;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #999999;
}

div#menuBottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #999999;
}

div#menuArea {
	width: 100%;
	height: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #CCCCCC;
}
div#menu_l {
	float: left;
	width: 50%;
	text-align: left;
}
div#menu_r {
	float: left;
	width: 50%;
	padding: 3px 0px;
	font-size: 12px;
	text-align: right;
/*	color: #87CEEB;*/
}
div#menu_r a:link, a:visited {
	color: #ff6347;
	text-decoration: none;
}

div#menu_r a:hover {
	color: black;
	text-decoration: underline;
}
div#menuArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#menuArea {
	height: 1em;
	overflow: visible;
}

div#nolist {
	padding: 0px 0px 20px 50px;
	color: red;
	font-size: 12pt;
}

div#genetable {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

div#metabotable {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

table.tableclass {
	width: 100%;
	border: 0px;
	border-collapse: separate;
	border-spacing: 1px;
}

td {
	padding: 4px;
}

tr.trheader {
	background-color: #333;
	color: White;
	white-space: nowrap;
}

tr.trclass1 {
	background-color: #EEE;
	font-size: 12px;
}

tr.trclass2 {
	background-color: #CCC;
	font-size: 12px;
}

th.thno {
	width: 30px;
	text-align: center;
}

th.thcode {
	width: 155px;
}

th.cid {
	width: 80px;
}

th.thname {
}

th.thdesc {
}

th.thinfo {
	width: 80px;
}