/*
directory start*/
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

/*directory end*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html{overflow-y:scroll;}
body {
	background: #fff;
	font-family: Arial,sans-serif;
	margin: 0 ;
	color: #000;
}


h1{
	font-size:24px;	
}


h2 {
	text-align:left;
	font-size:20px;
	padding:0 10px 0 10px;
	color:#000;
}

p{	
	font-family: "Times New Roman";
	text-align:left;
	font-size:18px;
	padding:0 10px 0 20px;
}

.highlight{
	font-weight: bold;
}

a:link {color: #46A3FF;} /* 未访问的链接 */
a:visited {color: #46A3FF;} /* 已访问的链接 */
a:hover{color: 	#0066CC;} /* 鼠标在链接上 */ 
a:active {color: #00F;} /*
/*

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
	
#container {

	margin: 0 auto;
	width:1040px;	
	border: 1.5px solid #ddd;
	border-radius: 10px;
/*	border-style: double;*/
	padding: 0 5px;
	
}
#container_table {

	margin: 0 auto;
	width: 1040px;	
	;
	border-radius: 10px;
/*	border-style: double;*/
	padding: 0 5px;
	
}
	
/*

/*------------------------------------------------------------*
**  table-5
**------------------------------------------------------------*/
/* Table Head */
#table-5 thead th {
background-color: rgb(156, 186, 95);
color: #fff;
border-bottom-width: 0;
}

/* Column Style */
#table-5 td {
color: #000;
}
/* Heading and Column Style */
#table-5 tr, #table-5 th {
border-width: 1px;
border-style: solid;
border-color: rgb(156, 186, 95);
}

/* Padding and font style */
#table-5 td, #table-5 th {
padding: 5px 10px;
font-size: 12px;
font-family: Verdana;
font-weight: bold;
}

/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/		
#banner {
	margin: 0 auto;
	width: 1000px;
	text-align:right;
}
  
/*------------------------------------------------------------*
**  Button
**------------------------------------------------------------*/
.push_button{
	position:relative;
	width:200px;
	color:#FFF;
	display:block;
	text-decoration:none;
	margin:0 auto;
	border-radius:5px;
	border:solid 1px #D94E3B;
	background:#cb3b27;
	text-align:center;
	padding:20px 30px;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	-webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 9px 0px #84261a;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav {
	background: #01814A; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 51px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 48px;
	}		
#nav li a {
	text-decoration: none;
	color: #FFF;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 2px 40px;
	font-size: 18px;
	float: left;/*往左浮动，将li列表变为横向*/
	font-weight: bold;
	}
#nav li a:hover { background-color: #019858; }
#nav li a.cn {
	background-color: #01814A;
	color: #FFF;
}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
.box1{
	border-bottom: 4px solid #fff;
	width:1000px;
}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
.text_content{
	line-height: 24px;
}

#contentindex {
	float: left;
	width: 700px;
	line-height: 24px; 
	text-align: justify; 
	word-spacing: 2px;	
	margin-top: 15px;
}	


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float:left;
	margin-left: 15px;
	width: 285px;
	line-height: 24px; 
	word-spacing: 2px;
	margin-top:15px;
}

#revolvermaps{
	float: right;
	width: 250px;
	line-height: 24px; 
	word-spacing: 2px;
}



/*------------------------------------------------------------*
**  Site display
**------------------------------------------------------------*/
#sequence_blow{
	width:1000px;
	margin:2px;
}
#gldiv{
	width:504px;
	height:500px;
	float:left;
	position: relative;
	Border:1px dashed #E0E0E0;
}

.column_right{
	overflow:scroll;
	width: 450px;
	height: 500px;
	float:right;
	border: 1px dashed #E0E0E0;
}
#pair_list{
	font-size:14px;
}

#pair_list td{
	overflow:ellipsis;
	overflow: white-space:nowrap;
	border: 1px solid #000;
	text-align:center;
}

#pair_list tr{
	overflow:ellipsis;white-space:nowrap;
	border: 1px solid #000;
	text-align:center;
}




#pair_list_big table
        {
            border-collapse: collapse;
            border: none;
        }
    #pair_list_big    td
        {
            border: solid #F8F8FF 1px;
            text-align:center;
        }

/*
#pair_list_big{
	font-size:14px;
}

#pair_list_big td{
	overflow:ellipsis;
	overflow: white-space:nowrap;
	border: 1px solid #000;
	text-align:center;
}

#pair_list_big tr{
	overflow:ellipsis;white-space:nowrap;
	border: 1px solid #000;
	text-align:center;
}*/
.all_seq {
	 font-family: "Courier New";
	 font-weight: 600;
	 font-size: 17px;
	 text-align: middle;
	 letter-spacing:1px;
}

/*------------------------------------------------------------*
**  Form 
**------------------------------------------------------------*/
#simple{
	padding:0 0 0 20px;
}

/*------------------------------------------------------------*
**  color interactin site
**------------------------------------------------------------*/
.specific_a{
	color:#F00;
}

.specific_b{
	color:#00F;
}
.comman{
  color:  #FFFFFF;
}

/*------------------------------------------------------------*
**  Download table
**------------------------------------------------------------*/
#download_table {
	  width: 900px;

}
#download_table tr td{text-align:center; } 

#download_table tr{
    height:30px;
    line-height:30px;
}

/*------------------------------------------------------------*
** help nav
**------------------------------------------------------------*/
.height{
	line-height: 30px;
}


/*------------------------------------------------------------*
**  nice go
**------------------------------------------------------------*/

.btn {
  position: relative;
  top: 0;
  cursor: pointer;
  background: white;
  border-radius: 2px;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  margin: 0 7px 11px 0;
  color: #888;

  text-align: center;

  /* so nobody selects the inside text on button */
  user-select: none;

  /* Smoothing out hover using css3 transitions, if not, the pressed button effect looks a bit hard */
  transition: all 0.2s ease;
}

.btn-small {
  line-height: 20px;
  width: 60px;
  height: 20px;
}


.go {
  background: #00ddeb;
  box-shadow: 4px 4px #028d96;
  color: black;
}

.go:hover {
  background: #01d1de;
  box-shadow: 0px 2px #006066;
  color: white;
}

/* Imitate a pressed effect for buttons */
.go:active {
  top: 4px;
  box-shadow: 0px 2px #d3545d;
}



/*------------------------------------------------------------*
**  zebra table
**------------------------------------------------------------*/
.zebra{
	TABLE-LAYOUT:fixed;
	WORD-BREAK:normal;
}
.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
/*------------------------------------------------------------*
**  Network container
**------------------------------------------------------------*/


.network {
	float: left;
	width: 1000px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px; 
	background: #ffffff;
	border: 1px solid #ddd;
}
/*.network-in {
	width: 940px;
	margin: 0 auto;
}*/
.network-in img {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.read1 {
	width: 301px;
	background: #eeeeee;
	float: left;
	padding: 26px 0 23px 0;
	margin: 0 18px 0 0;
}
.read1-img1 {
	width: 32px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 22px;
}
.read1 h3 {
	font-weight: normal;
	text-align: center;
	padding: 0 0 22px;
}
.read1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	padding: 0 9px 27px 9px;
}
.read1 a {
	width: 97px;
	margin: 0 auto;
	background: #1ca6d7;
	border-radius: 6px;
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 0 6px;
}
.read1 a:hover {
	text-decoration: underline;
}


.read2 {
	width: 301px;
	background: #eeeeee;
	float: right;
	padding: 26px 0 23px 0;
	margin: 0 18px 0 0;
}

/*------------------------------------------------------------*
**  footer
**------------------------------------------------------------*/
.footer{
	width: 1000px;
	height:200px;
	text-align:center;
	vertical-align:middle;
	line-height:200px;
	float: left;		
}


/*------------------------------------------------------------*
**  network
**------------------------------------------------------------*/
#network {
		margin:50px 30px 50px 30px;
		text-align: center;
		width: px; /* total computed width */
		zoom: 1;
	}

	#network:before, #network:after {
	  content: "";
	  display: table
	}

	#network:after {
	  clear: both
	}

	/* --------------- */	

	#network .subnetwork {
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 255px;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin: 0 80px;
		-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
	}

	/* --------------- */	

	#network .header {
		position: relative;
		font-size: 20px;
		font-weight: normal;
		padding: 20px;
		margin: -20px -20px 20px -20px;
		height:113px;
		padding-top:27px;
		border-bottom: 8px solid;
		background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	}
	#network .header p{
  		font-family: "Times New Roman";
		text-align:center;
		font-size:18px;
		padding:0 10px 0 10px;

	}

	#network .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 3px; width: 100%;
		content: '';
		background-image: url(images/bar.png);
	}

	#network .subnetwork1 .header{
		border-bottom-color: #B3E03F;
	}

	#network .subnetwork3 .header{
		border-bottom-color: #3AD5A0;
	}

	#network .subnetwork4 .header{
		border-bottom-color: #45D0DA;
	}			
	
	/* --------------- */
	
	#network .enter {
		position: relative;
		padding: 10px 20px;
		color: #fff;
		font: bold 14px Arial, Helvetica;
		text-decoration: none;
		display: inline-block;       
		background-color: #72ce3f;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;     
		text-shadow: 0 -1px 0 rgba(0,0,0,.15);
		opacity: .9;       
	}

	#network .enter:hover {
		opacity: 1;       
	}

	#network .enter:active {
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
	}			

	#network .subnetwork1 .enter{
		background: #B3E03F;
	}

	#network .subnetwork3 .enter{
		background: #3AD5A0;
	}

	#network .subnetwork4 .enter{
		background: #45D0DA;
	}	
	
	/* end --------------- */


/*------------------------------------------------------------*
**  alignment
**------------------------------------------------------------*/
.align_common{
  letter-spacing: 1px;
  font-family:"Courier New", Courier, monospace;
  font-size: 18px;

}

/*alignment column 1*/
.col1{
	width: 120px;
}