/* General style */
.shadow {
  box-shadow: 3px 3px 4px #aaa;
  -moz-box-shadow: 3px 3px 4px #aaa;
  -webkit-box-shadow: 3px 3px 4px #aaa;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA');
}

iframe {
  display: block;
  border: none;
  width: 100%;
}

body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  background-color: #eeeeee;
}

h2 {
  padding: 0.2em;
  margin: 0;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #eee;
}

a,
a:link,
a:visited,
b {
  color: blue;
  text-decoration: none;
}

img {
  border: 0px solid #fff;
}

#pane {
  width: 1024px;
  background-color: white;
  padding: 0.4em;
  margin: 2px auto;
}

/* Header section */
div#nav {
  background: url("nav_tile.png") repeat-x scroll left top transparent;
  vertical-align: middle;
  height: 30px;
}
ul#nav {
  list-style-type: none;
  padding: 5px 0px;
  margin: 0;
}
ul#nav li {
  display: inline;
  position: relative;
  padding: 0 20px;
}
ul#nav li.left {
  border-right: 1px solid #6699ff;
}
ul#nav li.middle {
  border-right: 1px solid #6699ff;
}
ul#nav li.right {
}
ul#nav li a {
  color: white;
}

div#search {
  background: url("nav_tile.png") repeat-x scroll left top transparent;
  float: right;
  margin: 2px;
}
div#search form {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.6) inset,
    0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  width: 100%;
  height: 20px;
  padding: 0;
}
div#search form input {
  color: #555;
  border: 0px;
  margin: 0;
  padding: 4px 8px;
  font-size: 0.8em;
  background: none repeat scroll 0 0 transparent;
  width: 230px;
}

/* Main section */
#main {
  padding: 5px 2px;
}
div.title h2 {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #eeeeee;
  margin: 0 0 0.5em 0;
}
div.title a {
  text-decoration: underline;
}
table.data {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
}
table.data td {
  vertical-align: top;
}
table.data a {
  text-decoration: underline;
  color: blue;
}
table.data thead td {
  background: #e6e6e6 url(jquery.ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50%
    50% repeat-x;
  text-align: center;
}
div.action {
  padding: 5px;
  background-color: #eee;
}
div.action form {
  margin: 0;
  padding: 0;
}
div.action ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.action ul li {
  display: inline;
  margin-right: 1em;
}
div.action a {
  font-weight: bold;
}

div.info {
  margin: 10px 0;
  padding: 5px 3px;
  background-color: #eee;
}
div.info a {
  text-decoration: underline;
}
div.info ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
div.info ul li {
  margin: 0;
  padding: 0;
  width: 49%;
  display: inline-block;
}
div.section,
div.section2 {
  margin-bottom: 2em;
  padding: 0 0 0.5em 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
div.section p {
  margin: 1em;
}
div.section span {
  padding: 0.5em 1em 0.5em 0.2em;
}
div.section h2,
div.section2 h2 {
  padding: 0.2em;
  margin: 0;
  background: #e6e6e6 url(jquery.ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50%
    50% repeat-x;
  font-size: 1.1em;
  font-weight: bold;
}
div.section table.info {
  width: 100%;
  border-collapse: collapse;
}
div.section table.info td,
th {
  border: 0px solid #ddd;
  border-collapse: collapse;
  padding: 4px;
  vertical-align: top;
}
div.section table.info td.label {
  width: 135px;
  padding-right: 1em;
  background-color: #f7f7f7;
  text-align: right;
  vertical-align: top;
}
div#sequence div {
  text-align: left;
  letter-spacing: 0.1em;
  word-break: break-all;
}

/* Foot section */
#foot {
  text-align: center;
  font-size: 11px;
  clear: both;
}
div#links {
  margin: 0px 0px 0px 0px;
}
div#links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
div#copyright {
  color: #555555;
  font-size: 12px;
}
div#visit {
  border: 0;
  font: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
/* Form section */
form {
  padding: 0;
  margin: 0;
}
form div.fieldWrapper {
  margin: 5px 0 5px 0;
}
form div.fieldWrapper label {
  display: inline-block;
  margin-right: 5px;
  min-width: 10%;
  text-align: right;
  vertical-align: top;
}

form div.fieldWrapper span.indicator {
  color: red;
  vertical-align: top;
}
form div.fieldWrapper span.separator {
  vertical-align: top;
}
form div.fieldWrapper span.help {
  vertical-align: top;
  font-size: 0.8em;
}
form div.submit {
  margin-top: 10px;
  height: 22px;
}
form input.submit {
  float: right;
}
form input.content {
  left: 33%;
  position: absolute;
  vertical-align: top;
  font-size: 12px;
}
form span.help {
  vertical-align: top;
  font-size: 14px;
  left: 45%;
  position: absolute;
}

/* Legacy section*/
.address {
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main #pfamTab {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  text-indent: 0px;
  height: 10px;
}

#main #browseForm #pfamTab #reset {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: auto;
  height: auto;
}

#main #browseForm #pfamTab #submit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: auto;
  width: auto;
}
#main #pfamTab input {
  font-size: 8px;
  list-style-type: disc;
  height: 8px;
  width: 10px;
  left: auto;
  visibility: visible;
  position: static;
  margin-left: 0px;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  text-align: left;
  text-indent: 0px;
  word-spacing: 0px;
  vertical-align: middle;
}

#main #listTable #result {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}

.Msg {
  font-size: 16px;
  font-weight: 16;
  width: 30px;
  height: 16px;
  color: #993366;
}

.tableHead {
  color: #ffffff;
  background-color: #88cc99;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.resultTableBody {
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.Sequence {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
/* huangle begin add title_two Feb.17th */
.title_two {
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
/* wupeizhi begin add title_three  */
.title_three {
  font-size: 2.1em;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
#main_content > div:nth-child(3) .dtree {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
  line-height: 25px;
  color: #000000;
}
.dtree a.node,
.dtree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
  font-size: 1.2em;
}
.dtree a {
  color: #008800;
  text-decoration: none;
}
a,
a:link,
a:visited,
b {
  color: rgba(121, 85, 72, 0.81);
  text-decoration: none;
}

/*table*/
.tf_info {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.2em;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
  border: 1px solid #c1c1c1;
}

.tf_info td {
  border: 1px solid rgba(150, 115, 115, 0.31);
  padding: 2px 5px 2px 7px;
}
element {
  width: 16%;
}
.tf_info tr.alt {
  color: #000000;
}

/* huangle end add title_two Feb.17th */
/* huangle start add title_two Feb.25th */
.sp_info {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.2em;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
  border: 1px solid #99ffff;
  color: #000000;
  padding: 2px 5px 2px 7px;
}
.species_name {
  font-style: normal;
  font-weight: bold;
  display: inline;
}
#info_list {
  text-align: center;
  margin-bottom: 10px;
}
a:visited {
  color: #298fe0;
  text-decoration: none;
}
a:link {
  color: #0d47a1;
  border-color: black;
  text-decoration: none;
  font-size: 1em;
}

/* huangle end add title_two Mar.25th */

div.popup {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
  height: -3px;
  width: -3px;
  padding: 1px;
  border: solid 1px black;
  background-color: #cccccc;
  color: #333333;
  filter: Alpha(opacity=80);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
div.popup div.head {
  padding: 1px;
  border: 1px solid #003399;
  font-size: 14px;
  cursor: move;
  background-color: #ccccff;
  color: #990000;
  text-align: right;
  text-decoration: none;
}
div.popup h2 a:link,
.popup a:visited {
  font-size: 14px;
  font-weight: bold;
  padding: 0 3px;
}

div.popup div {
  font-size: 12px;
  background-color: #ffff99;
  color: #000000;
}

/*sequence.php huangle begin add*/
div.section,
div.section2 {
  margin-bottom: 2em;
  padding: 0 0 0.5em 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

div.color-rectangle {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FF0000; /* 设置背景颜色 */
}

user agent stylesheet div {
  display: block;
}

/*sequence.php huangle end add*/
