body
{
    margin: 0 auto;
    background-color: white;
    font-size:10pt;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h3 {
    font-size: 13pt;
    color: #919191;
    margin-bottom: -2px;
    font-family: "Helvetica Neue", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

textarea#sequence {
    width: 685px;
    height: 120px;
    border: 2px solid #c91617;
    padding: 2px;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    font-weight: bold;
    border-radius: 5px;
}
textarea#bstate {
    width: 685px;
    height: 40px;
    border: 2px solid #c91617;
    padding: 2px;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    font-weight: bold;
    border-radius: 5px;
}

textarea#sequence_small {
    width: 512px;
    height: 120px;
    border: 2px solid #c91617;
    padding: 2px;
    font-family: "Courier New", Courier, monospace;
    font-size: 8pt;
    font-weight: bold;
    border-radius: 5px;
}
textarea#bstate_small {
    width: 512px;
    height: 40px;
    border: 2px solid #c91617;
    padding: 2px;
    font-family: "Courier New", Courier, monospace;
    font-size: 9pt;
    font-weight: bold;
    border-radius: 5px;
}

div#prettyseqstuff {
    font-family: "Courier New", Courier, monospace;
    font-size: 11pt;
}

.reset_msg{
  position:absolute;
  /* width:200px; */
  /* height:100px; */
  text-align:center;
  color:#FF0000;
  font-size: 18pt;
  font-weight: bold;
  display:none;
}

.histags_msg{
  width: 660px;
  color:#FF0000;
  font-size: 8pt;
  font-weight: bold;
  display:none;
  font-style: italic;
  font-size: smaller;
  padding: 4px;
  border: thin solid rgba(145,145,145,0.34);
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  background-color: #f8f8f8;
}

.histags_msg_small{
  width: 486px;
  color:#FF0000;
  font-size: 8pt;
  font-weight: bold;
  display:none;
  font-style: italic;
  font-size: smaller;
  padding: 4px;
  border: thin solid rgba(145,145,145,0.34);
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  background-color: #f8f8f8;
}

.help {
    font-style: italic;
    font-size: smaller;
    padding: 4px;
    width: 660px;
    clear: both;
    border: thin solid rgba(145,145,145,0.34);
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    background-color: #f8f8f8;
}

.help_small {
    font-style: italic;
    font-size: smaller;
    padding: 4px;
    width: 486px;
    clear: both;
    border: thin solid rgba(145,145,145,0.34);
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    background-color: #f8f8f8;
}

table{
    border-collapse: collapse;
}
td{
    font-size:10pt;
    border-style: none;
    border-width: 1px;
    padding: 2px;
    padding-left: 5px;
}
p{
    clear: both;
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 5px;
}
p#abstract{
    width: 685px;
}
p#abstract_small{
    width: 512px;
    
}

dt{
	font-style: italic;
	margin-left: 13pt;
}
dd {
	text-indent: -3ex;
	margin-bottom: 6px;
}
a{
    color: #7da013;
    cursor:pointer;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{    
    color: red;
}
div#wrap {
    width: 940px;
    margin-left:-20px;  
    background-color: transparent;
}

div.container
{
    width: 95%;
    height: auto;
    margin: auto;
    text-align: left;
    background-color:#ffffff;
}

hr.header
{
    color: red;
    width: 90%;
}

input.submit
{
}


div.results
{
    width: 90%;
    height: auto;
    margin: auto;
    text-align: left;
    background-color:#ffffff;
}

#footer {
    font-size: 9pt;
    width: 685px;
    text-align: center;
}
.address{
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 9pt;
    margin-left: 0em;
}
