body {
	margin: 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #F0F0F0  repeat-x;
}

h1 {
	font-size: 28px;
	margin: -6px 0 0 0;
	font-weight: normal;
}
#detail_hr{
	font-size: 28px;
	margin: 20px 0 0 0;
	font-weight: normal;
	background:#597dbd;
	height:37px;
	color:white;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

a {
	color: #6e92ff;
}

a:hover {
	text-decoration: none;
}

p {
	text-indent: 24px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

/* head start*/
/* #head old css  
height: 180px;
-webkit-box-shadow: 0 0 10px #999999;    
-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	background-color: #ffffff;*/
#head {
	background-color: #eee;
	width: 1200px;

    height: 195px;

	
	
	margin: 0 auto 0 auto;
}

#menu {
	text-align: right;
	height: 40px;
    background:#dfe6f3;

}

#menu_top {
	width:1200px;
	height:140px;
	padding: 0;
	background-image: url("./../images/ATOdb4.png");
	margin-top: -22px;
	/*margin-bottom: 2px;*/
}

#menu_top a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 5px 5px 5px #606060;
	-webkit-transform: translate(2px, 20px);
	-moz-text-shadow: 0 0 10px #606060;
	-webkit-text-shadow: 0 0 10px #606060;
}
#menu_top label {
	text-decoration: none;
	color: #ffffff;
	
}

#menu ul {
	line-height: 40px;
	margin: 0 40px 0 0;
	padding: 0;
	
}

#menu li {
	font-size: 18px;
	width: 180px;
	list-style: none;
	list-style-image: none;
	float: right;
	text-align:left;
	
}
#menu button {
    font-size: 18px;
    width: 92px;
    list-style: none;
    list-style-image: none;
    float: left;
    text-align: left;
    background-color: #e9eef8;
    border: 0px;
    margin: 9px 20px auto auto;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#menu a {
	color: #434343;
	text-decoration: none;
}

#menu a:hover {
	color: #6e92ff;

}
#menu .active a {
	color: #6e92ff;
	text-decoration: none;
}

/* head end*/

/* Content start*/
#content {
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
    height:618px;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}
#content2 {
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
    height:auto;
	width: auto;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}
#content p {
	font: normal 90% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 28px;
	margin: 8px 0 0 0;
}
#content .intr {
	font: normal 130% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 34px;
	margin: 4px 0 0 0;
}
#content .select{
	width:300px;
}
#content #intro{
	background:#ffffff;
	float: left;
	height:620px;
	width: 58%;
	padding: 5px 10px 5px 20px;
}
#content #right{
	background:#ffffff;
	float: left;
	width: 36%;
	height:620px;
	padding: 5px 10px 5px 30px;
}
#content #right .right_pic{
	margin-top: 30px;
	width:432px;
	height:590px;
}
#content #pic {
	margin-top: 10px;
	width:432px;
	height:150px;
}
#content #Statistics {
	margin-top: 20px;
	background:#f7fcfe;
	width:432px;
	height:420px;
}
#content #Statistics h1 {
	font-size: 28px;
	margin: 0 0 0 0;
	font-weight: normal;
	color:red;
}
#content #Statistics p{
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 19px;
	margin: 4px 0 0 0;
}
#content #Statistics .p_1{
	font: normal 130% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 30px;
	margin: 10px 0 0 0;
	color:#0080ff;
}
#content #Statistics .p_2{
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 15px;
	margin: 4px 0 0 0;
	color:#008080;
}
/*content end*/

/* result start*/
#result {
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#result #introduction{
	width:1200px;
	backgroun-color:#fff;
	margin:0;
	padding:0;
}

#result p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 24px;
	margin: 8px 0 0 0;
}
#num_pag {
	padding:0 0 10px ;
}
#num_pag .go{
    cursor:pointer;
}
#num_pag .go:hover {
	color: #6e92ff;
    cursor:pointer;
}
#result #download_button{
	width:100%;
	
}

#result #download_button .td_r{
	width:100%;
	text-align:right;
	padding:0;
}
#result #download_button .download_button_s{
	width:100%;
	padding: 0;
	font-size: 18px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: white;
}
#result #download_button .download_button_s:hover{
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}
/*result end*/

hr {
	border: 1px dashed #f98e60;
}
/*search start*/
#content #search {
	padding: 40px 20px 0 20px;
	font-size: 20px;
}
#content #search #sub_search {
	height: 152px;
	margin: -51px auto 0 auto;
	width: 85%;	
border: 1px solid #97CBFF;
background:  white;	
-webkit-box-shadow:0 0 10px #CAE1FF;
-moz-box-shadow:0 0 10px #CAE1FF;  
box-shadow: 0 0 10px #CAE1FF;
border-radius:25px;
-moz-border-radius:25px; /* Old Firefox */
padding-top:0.8em;
padding-left:1em;
padding-right:1em;
padding-bottom:0.8em;
}
#content #search #sub_description{
	height: 200px;
	margin: 20px auto 5px auto;
	width: 94%;	
}

#content #search #sub_eg{
	height: 30px;
	margin: 0;
	width: 94%;	
	margin-left: 50px;
}
#content #search #sub_eg .p{
	text-align: justify;
	text-indent:0em;
	line-height: 28px;
	margin: 0;
	font-size: 14px;
}

#search .input_in{
	float:left;
	width:620px;
	padding: 25px 0 0 0;
}
#search .input_submit{
	width:305px;
	float:right;
	padding: 19px 0 0 0;
}
#search .input_submit_l{
	width:100px;
	float:left;
}
#search .input_submit_r{
	width:193px;
	float:right;
}

#search .pullB_option{
	
}
#search .eg {
	width: 200px;
	height: 23px;
}

#search .ele_1 {
	width: 420px;
	height: 32px;
	border: 1.8px solid #CAE1FF;
	padding:0;
	margin:-2px 21px 9px 52px;
}

#search .submit:hover {
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}

#search .submit {
	width:125px;
	padding: 7px;
	font-size: large;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: #dfe6f3;
    border-radius: 10px;
}

#search .reset {
	width:125px;
	padding: 7px;
	font-size: large;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: #dfe6f3;
    border-radius: 10px;
}

#search .reset:hover {
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}

#search .example:hover {
	color:#0080FF;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}
#search .example {
	width:101px;
	padding: 5px;
	font-size: 18px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
	color: #000;
	border: 1px solid #79A2BD;
    background-color: white;
}

/* Footer */
#footer {
	width: 1200px;
	height: 40px;
	font: normal 110% arial, helvetica, sans-serif;
	margin: 10px auto;
	background: #222; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff' ); /* for IE */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
}

#footer p {
	text-align:center;
	padding: 10px 1px 1px 1px;
	display: block;
	line-height: 48px;
	font: normal 100% arial, helvetica, sans-serif;
	color: #000000;
}
#footer .p_browse {
	text-align:center;
	padding: 10px 1px 1px 1px;
	display: block;
	line-height: 48px;
	font: normal 100% arial, helvetica, sans-serif;
	color: #000000;
}
#Table_body{
	height: 400px;
	width: 97%;
	overflow-y:scroll;
}
#Table_body_ot{
	height: 400px;
	width: 100%;
	overflow-y:scroll;
	margin: 0 0 10px 0;
}
#Table_body_ot .ot_break{
    word-break:break-all; 
    word-wrap:break-all;
}

#Table_body_ot a {
	color: #6e92ff;
	font-style: italic;
	text-decoration: underline;
}
#Table_body_ot th {
	background: #CAE1FF; /* for non-css3 browsers */
    
	box-shadow: 1px 0 10px #CAE1FF
	box-shadow: -1px 0 10px #CAE1FF
	box-shadow: 0 1px 10px #CAE1FF
	color: #222;
	padding: 5px;
}
#Table_body_ot .single {
	background: #F0F0F0;
}

#Table_body_ot .double {
	background: #77afee99;
}
#Table_body_ot tr:hover {
	background: #CAE1FF;
	cursor: pointer;
}

#Table_body_drug{
	height: 180px;
	width: 100%;
	overflow-y:scroll;
	margin: 0 0 10px 0;
}
#Table_body_drug .ot_break{
    word-break:break-all; 
    word-wrap:break-all;
}

#Table_body_drug a {
	color: #6e92ff;
	font-style: italic;
	text-decoration: underline;
}
#Table_body_drug th {
	background: #CAE1FF; /* for non-css3 browsers */
    
	box-shadow: 1px 0 10px #CAE1FF
	box-shadow: -1px 0 10px #CAE1FF
	box-shadow: 0 1px 10px #CAE1FF
	color: #222;
	padding: 5px;
}
#Table_body_drug .single {
	background: #F0F0F0;
}

#Table_body_drug .double {
	background: #DEDEDE;
}
#Table_body_drug tr:hover {
	background: #CAE1FF;
	cursor: pointer;
}


#Table_body_pic{
	height: 400px;
	width: 100%;
}
#Table_body_pic .pic{
	width: 100%;
	height: 400px;
}
#Table_body .down{
    width:30px;
}
#Table_body .table_re{
    
}

#Table_body a {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
#Table_body .mi_len{
	width:100px;
}
#Table_body td {
	text-align: center;
	padding: 2px;
}
#Table_body .lim_num{
	width:127px;
	text-align: center;
	padding: 2px;
}
#Table_body th {
	background: #e9eef8; /* for non-css3 browsers */
    
	box-shadow: 1px 0 10px #e9eef8
	box-shadow: -1px 0 10px #e9eef8
	box-shadow: 0 1px 10px #e9eef8
	color: #222;
	padding: 5px;
}
#Table_body .top111 {
	background: #F0F0F0;
}
#Table_body .single {
	background: #F0F0F0;
}


#Table_body tr:hover {
	background: #CAE1FF;
	cursor: pointer;
}


#set_pages a {
	border: 1px solid #ddd;
	color: #1267B8;
	white-space: nowrap;
	text-decoration: none;
}

#set_pages a:hover {
	background-color: #1267B8;
	color: #fff;
	border: 1px solid #888
}

#content #download {
    padding: 40px 20px 0 20px;
	font-size: 20px;

}
#download .td{
	width:500px;
	
}
#download .col1 {
	width: 80%;
	height: 60px;
	text-align: center;
	background:#F2F2F2;
}
#download .col2 {
	width: 100%;
	height: 60px;
	text-align: center;
	background:#c0c0c0;
}

#download .col3 {
	width: 20%;
	height: 60px;
	text-align: center;
	background:#F2F2F2;
}
#help {

	font-size: 18px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
	padding:0 0 10px 0;
}
.help_top{
	width:1200px;
	height:60px;
}
.help_sub{
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 30px;
	font-size: 23px;
}

.help_content{
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 30px;
	
}

.help_content p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 24px;
	line-height: 28px;
	margin: 8px 0 0 0;
}
.help_subcontent p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 24px;
	line-height: 28px;
	margin: 8px 0 0 66px;
}
#help a {
	color: #e83428;
	text-decoration: none;
}

#help a:hover {
	color: black;
	text-decoration: underline;
}
.content-sub-head {
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 60px;
	font-size: 20px;
}
.content-sub-sub {
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 91px;
}


#quickMenu {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 170px;
	left: 0;
	border: 1px solid #e1f2fd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	background-color: #e1f2fd;
}

#quickMenu a {
	font-family: arial, helvetica, sans-serif;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#quickMenu a:hover {
	text-decoration: underline;
}

#contact_us {
	font-size: 20px;

	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#contact_us a {
	color: green;
	text-decoration: none;
}
#contact_us a:hover {
	color: green;
	text-decoration: underline;
}

#statistics {
	float: left;
	margin: 10px 0 0 10px;
}
/*details*/
#details{
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
    height:630px;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}
#details .ch_pic{
	width:80px;
	height:80px;
}
#details .left_ul{
	line-height: 40px;
	width:100%;
	padding: 0;
	margin: 26px 0 26px 0;
	list-style: none;
	list-style-image: none;
}#details li{
	
	font-size: 20px;
    width: 96%;
	list-style: none;
	list-style-image: none;
	float: right;
	text-align: left;
	margin:3px 3px 3px 3px;
}
#details .left_a{
	list-style: none;
	list-style-image: none;
	background:#597dbd;
	display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    width: 100%;
    font-size: 85%;
    padding-left: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}
#details .left_a_n{
	list-style: none;
	list-style-image: none;
	background:#DEDEDE;
	display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    width: 100%;
    font-size: 85%;
    padding-left: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}
#details a:hover {
	text-decoration: none;
	
}
#details .input{
	margin:0;
	list-style: none;
	list-style-image: none;
}
#details .span{
	font-family: Hevetica neue,Helvetica,sans-serif;
    border-left: 1px solid #fff;
    line-height: 30px;
    height: 30px;
    padding-left: 2px;
    display: inline-block;
    white-space: nowrap;
}
#details #details_left{

	float: left;
	width: 15%;
	height:620px;
	padding: 5px 0 5px 30px;
	
}
#details #details_right{
	float: right;
	width: 80%;
	overflow-y:scroll;
	height:600px;
	padding: 5px 10px 5px 0;
	margin:10px 0 20px 0;
	
}
#details .right_tab{
}
#details_drug{
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}
#details_drug .ch_pic{
	width:160px;
	height:80px;
}

/**/
#Table_details{
	width:100%;
    padding:0 0 10px 0;	
}

#Table_details td {
	
}
#Table_details .th_single{
	width:40%;
	text-align:center;
	background: #F0F0F0;
	padding: 5px;
}
#Table_details .th_double{
	width:40%;
	text-align:center;
	background: #ffffff;
	padding: 5px;
}
#Table_details .th_red{
	width:40%;
	text-align:right;
	background: #D8EAE4;
	padding: 5px;
	color:red;
}

#Table_details .single {
	background: #F0F0F0;
	
}

#Table_details .double {
	background: #ffffff;
	
}
#Table_details .single_red {
	background: #F0F0F0;
	color:red;
}

#Table_details .double_red {
	background: #DEDEDE;
	color:red;
}

#table_7{
	width:80%;
    overflow-x:scroll;	
    margin:30px 0 0 118px;    
    white-space:nowrap; 
}
#Table_details .rowname {
	text-align:right;
	background: #D8EAE4;
	padding: 2px;
}
#Table_details .colname {
	background: #DEDEDE;
	padding: 2px;
	font-size: 15px;
}
#Table_details .colname_spec {
	background: #D8EAE4;
	padding: 2px;
	font-size: 15px;
}
#Table_details .spec_red {
	padding: 2px;
	color:red;
	background: #D8EAE4;
	font-size: 10px;
}
#Table_details .spec {	
	padding: 2px;
	background: #D8EAE4;
	font-size: 10px;
}
#Table_details .tdstyle_s {
	background: #F0F0F0;
	padding: 2px;
	font-size: 10px;
}
#Table_details .tdstyle_d {
	background: #DEDEDE;
	padding: 2px;
	font-size: 10px;
}
#cytoscape{
	width:100%;
    padding:0 0 10px 0;	
	
}
#cytoscape .pic{
	width:100%;
	height:500px;
    padding:0 0 10px 0;	
	
}
#cytoscape .cydiv{	
	width:600px;
	height:500px;
	float: left;
}
#cytoscape .legend_p{
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 0px;
	line-height: 24px;
	margin: 8px 0 0 0;
}
#cytoscape .config{
	width:300px;
	height:500px;
	float: right;
}
#note{
	padding:70px 0 0 0;
	float: right;
	
}
#tree_left{

	float: left;
	width: 21%;
	height:620px;
	padding: 5px 0 5px 30px;
}
#tree_right{

	float: right;
    width: 72%;
	height:620px;
	padding: 25px 30px 5px 0;
}

.btn_bio{
    background-color: #79a2bd;
    width: 125px;
    height: 44px;
    font-size: large;
    margin-left: 796px;
    margin-top: 22px;
    border: 1px solid #79A2BD;
    -moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #000;
}	
