/* AtMet Query Table CSS for gene Document */

/* Menu Area*/
div#menuArea {
	float: right;
	position: absolute;
	width: auto;
	height: 750px;	/* for gene -> 1150px */
	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 {
	width: 1000px;
	margin: 0px 300px 0 30px;
	padding: 5px;
	border-collapse: collapse;
	border: 2px solid #696969;

}

div#descriptionArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*/
/*\*/
/*
* html div#descriptionArea {
	height: 1em;
	overflow: visible;
}
*/
/**/
/*
div#descriptionTitle {
	float: left;
	font-weight: bold;
}
div#description {
	float: left;
	padding-left: 4px;
	height: inherit;
}
*/
/* Table Area */
div#tableArea {
	clear: both;
	position: absolute;
	top: 820px;
	left: 0px;
	right: 0px;
/*	bottom: 0px;*/
	color: #333;
/*	background-color: #CCF;
	border-top: 4px solid #333;*/
	padding: 30px 0px;
	font-size: 16px;
}

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