/* css file for home */

body.AtMetHomeStyle {
	background-color: #f0f0f0;
	width: 100%;
}

div#Horizontal {
	width: 100%;
	height: 380px;
	margin: 200px auto;
	background-color: #c0c0c0;
	text-align: center;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

div#Content {
	width: 820px;
	height: 380px;
	margin: 0 auto;
	color: white;
	background-color: #7b7b7b;
}
div#Content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#Content {
	height: 1em;
	overflow: visible;
}

div#Title {
	float: left;
	width: 190px;
	height: 340px;
	padding: 40px 0 0 10px;
	font-size: 34px;
	text-align: left;
	background-color: #376a97;
}

div#SeearchOutline {
	float: left;
	width: 620px;
	background-color: #f0f8ff;
}
div#Menu {
	width: 620px;
	height: 34px;
	margin-left: 200px;
	background-color: #d2d2d2;
	font-size: 12pt;
}

div#Search {
	width: 620px;
	height: 312px;
	margin-left: 200px;
}
div#Form {
	float: left;
	width: 620px;
	height: 292px;
	margin: 20px 0 0 20px;
	color: white;
	text-align: left;
}

table#searchForm {
	width: 500px;
}

span#selNone {
	visibility: visible;
}

span#selGene {
	visibility: hidden;
	display: none;
}

span#selMet {
	visibility: hidden;
	display: none;
}

span#keyword {
	visibility: visible;
}

div#Copyright {
	width: 620px;
	height: 34px;
	margin-left: 200px;
	background-color: #d2d2d2;
}
div#Copyright:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#Copyright {
	height: 1em;
	overflow: visible;
}
div#cr_L {
	float: left;
	width: 580px;
	padding: 10px 0 0 5px;
	color: #696969;
	text-align: left;
	font-size: 12px;
}
div#cr_R {
	float: left;
	width: 40px;
	text-align: right;
}

div#mutantLink {
	margin: 30px 0px 0px 60px;
}

div#mutantLink a:link, div#mutantLink a:visited {
	text-decoration: none;
	color: #ffe4c4;
}

div#mutantLink a:hover {
	text-decoration: underline;
	color: #ff4500;
}


div.ButtonBox {
	float: left;
	height: 27px;
	padding: 7px 8px 0 8px;
	border-right: 1px solid black;
	font-weight: bold;
}

.ButtonBox a:link, .ButtonBox a:visited {
	text-decoration: none;
	color: #606060;
}

.ButtonBox a:hover {
	text-decoration: none;
	color: #101010;
}

td.tdTitle {
	width: 250px;
	padding: 10px 4px;
}

td.tdForm {
	width: 250px;
	padding: 10px 4px;
}
