/* AtMet Query Table CSS for metabolite Document */

/* Menu Area */
div#menuArea {
	float: right;
	position: absolute;
	width: auto;
/*	height: 1150px;	/* for gene -> 750px */
	height: 750px;
	top: 74px;
	left: 80%;
	right: 0;
/*	bottom: 0;*/
	text-align: left;
	white-space: nowrap;
	border-left: 4px solid #333;
	border-bottom: 4px solid #333;
	overflow: auto;
}

/* Description Area */
div#descriptionArea {
	margin: 0px 20px 0 20px;
	padding: 5px;
}
/**/
div#descriptionTitle {
	width: 200px;
	font-weight: bold;
	font-size: 16pt;
}
div#description {
/*	padding-left: 4px;
	height: inherit;*/
}
table#metDescriptionTable {
	border-collapse: collapse;
	border: 1px solid #708090;
}
table#metDescriptionTable td {
	border-collapse: collapse;
	border: 1px solid #708090;
}
td.descriptionTh {
	width: 180px;
	font-weight: bold;
	background-color: #98fb98;
}
td.descriptionTd {
	width: 1020px;
}

/* Table Area */
div#tableArea {
	clear: both;
	position: absolute;
/*	top: 1260px;*/
	top: 824px;
	left: 0px;
	right: 0px;
/*	bottom: 0px;*/
	color: #333;
/*	background-color: #CCF;*/
	padding: 30px 0px;
	font-size: 16px;
}

div.table_help {
	width: 100%;
	text-align: right;
}

div#metabonote {
	margin: 4px 0 0 15px;
	font-size: 12px;
}

