@charset "utf-8";
/* CSS Document */

 /* Dropdown Button */
.dropbtn {
  background-color: white;
  color: black;
  padding: 0px;
  border: none;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Monaco", "Courier New", "monospace" ;
  font-size: 10pt;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 20px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #f1f1f1;} 

 /* unvisited link */
a:link {
    color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: darkgray;
	text-decoration: none;
}

/* selected link */
a:active {
    color: darkgray;
	text-decoration: none;
} 

.menu {font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace" ;font-size: 10pt;}

.heading {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";  font-size: 16pt; font-weight: bold}

.section_heading {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";  font-size: 14pt; font-weight: bolder;}

.section_subheading {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; font-size: 12pt; font-weight: bold;}

.normal_text {font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 12pt;}

.tiny_table_text {font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 10pt;}

.references {font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 12pt;}

.note_text {font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 11pt;}

.research_text {font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 14pt; color: crimson;}

.c2h2 {background-color: darkgray}

.c2hc {background-color: lightcoral}

.c2h2_alpha {background-color: lightgray}

.c2h2_contact {color: crimson; font-weight: bolder}

.mut {color: red}
	
.coiled {background-color: goldenrod}

.lcr {text-decoration: underline}

.nls {color: blueviolet; font-weight: bolder}

.minus {text-decoration-line: underline; text-decoration-style: wavy}

.pxvxl {background-color: darkolivegreen; color: white}

.cdna_probe {background-color: darkolivegreen; color: white}

.phospho {font-weight: bold; color:chartreuse }

.acetyl {font-weight: bold; color: chartreuse}

.exon {font-weight: bold; color: green}

.probe {color: blue}

.alpha {font-weight: bold; color: red}

.beta {font-weight: bold; color: blue}

.full_match {font-weight: bold; background-color: darkgrey}

.partial_match {font-weight: bold; background-color: lightgrey}

.little_match {background-color: lightgrey}

.zre_box {background-color: lightgray}

.pou1f1_box {background-color: goldenrod}

.start_codon {font-weight: bold; color: skyblue}

.l0 {color: #ff0000}

.l1 {color: #cc4444}

.l2 {color: #cc8888}

.l3 {color: #aabbbb}

.l4 {color: #aaffff}

.l5 {color: #ffffff}

.v0 {color: #ffffff}

.v1 {color: #ff0000}

.v2 {color: #ff8800}

.v3 {color: #888800}

.v4 {color: #00ff00}

.sbrf_title {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"}

.sbrf_link {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"}

.sbrf_header {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"}

.sbrf_text {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"}




