body {
    color: #636363;
    background-color: White;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: small;
    margin: 1% 5% 5% 5%;
}

span.key {
    display: block;
    float: left;
    width: 10em;
    text-align: left;
  }
  
div.section, div.annotation, div.gene_info, div.sequencetable {
    border-bottom: #3366CC dotted 1px; 
    padding-bottom: 5px;
    margin-top: 25px;
    text-align: center;
}

div.distinctresult {
    border-bottom: #880000 solid 3px; 
    padding-bottom: 5px;
    padding-top: 5px;
}

div.sequence {
    width: 100%;
    height: 5em;
    overflow: auto;
    background-color: #FFFFCC;
}

div.center {
    text-align: center;
}

span.box {
	height: 220px;
    line-height: 220px;
	border: 2px solid #0000FF;
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

span.empty_box {
	height: 220px;
    line-height: 220px;
	border: 0px;
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

p.help {
    padding-left: 10em;
    padding-right: 10em;
    padding-top: 2em;
    text-align: left;
    width: 75%;
}

div.header {
 /* background-color: #CCCCCC; */
 background-color: #B0C4DE;
 color: #000000;
 border: 1px solid #999999;
 font-size: 10px;
 text-align: center;
}

div.header h1 {
    color: black;
    font-size: 200%;
    margin-bottom: 15px;
    background-color: #B0C4DE;
}

div.header table {
   margin-left: auto;
   margin-right: auto;
}

div.footer {
    text-align: center;
    border-top: 1px;
}

p.help {
 text-align: left;
 font-weight: bold;
 font-size: 150%;
}

span.key {
    font-weight: bold;
}

select {
 font-size: 10px;
 background-color: white;
 color: black;
 border: 1px solid #666666;
}

input {
 font-size: 10px;
 /* background-color: #DBDEAF; */
 background-color: white;
 border: 1px solid #666666;
}

aaa {
    color: #FF7F50;
    text-decoration: none;
}

table.result {
    width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.result th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
}
table.result td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
}

a:hover {
    color: #FF6347;
    text-decoration: none;
}

h1 {
    font-size: 200%;
}

.search_submit {
    background: url("../images/search.jpg") no-repeat;
    margin-left: 5px;
    height: 22px;
    width: 22px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    }
    
.submit:hover, .search_submit:hover {
    height: 22px;
    width: 22px;
    border: 0;
    background: url("../images/search.jpg") no-repeat;
    cursor: pointer;
    }

/* This only works in Firefox */

section h {
  font-size: 180%;
  font-weight: bold;
}

section section h {
  font-size: 135%;
  font-weight: bold;
}
section section section h {
  font-size: 100%;
  font-weight: bold;
}

#NCBI_SUBMIT {
	font-size: 120%;
	font-weight: bold;
}