/* This is not for IE6 */

/* Color1 DEE3E4 */
/* Color2 B4BFCC */
/* Color3 597C98 */
/* Color4 476E96 */
/* Color5 2D5B89 */
/* Color6 103B61 */
/* Color7 001F3E */

/* Defaults for everything */
body {
  background-color: #DEE3FF; /* outside the panel */
  color: #001F3E;  /* dark blue instead of black */
  font-size: 15px;
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}

/* 
   STUFF FOR THE BANNER ON EVERY PAGE
   h1 is used exclusively for this banner
   */
h1 {
  /* inverted colors */
  background-color: #001F3E;
  color: white;
  text-align: left;
  padding: 5px;
  font-size: 1.3em;
  margin: 0; /* Seem to need this */
}
/* for the link back to the main page */
h1 img {
  border: 0;
  padding: 0;
  margin: 0;
}
h1 a:link, h1 a:visited {
  background-color: #001F3E;
  color: white;
  text-decoration:none;
}

/* 
   STUFF FOR THE SECTION HEADINGS
   */
h2 {
  font-size: 1.1em;
  font-weight: bold;
}
/* 
   FOR LINKS IN GENERAL
   */
a:link {color: #22437f;}
a:visited {color: #22437f;}
a:hover {color: red;}

/* 
   For links on the main page
*/

#mzlabresources ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0px;
}
#mzlabresources ul li {
  padding-left: 0px;
}
#mzlabresources ul li a {
  padding-left: 0px;
  text-align: left;
}
#mzlabresources ul li a:hover {
  color: red;
}

/* 
   FOR IMAGES IN GENERAL
   */
img {
  border: 2px solid #fff;
  padding: 2px;
  margin: 2px;
}
a:hover img {
  border-color: red;
}

/*
   THIS CLASS IS FOR THE FOOTER, COMMON TO ALL PAGES
   AND DISPLAYS THE CONTACT INFO, MODIFICATION TIME
   AND COPYRIGHT.
*/
.page-footer {
  clear: both;
  font-size: 0.8em; /* copyright in small print! */
  text-align: center;
  margin: 10px;
}

/* THIS IS THE PANEL THAT HOLDS THE MAIN TEXT ON MOST PAGES.
   THE WIDTH IS 758 PIXELS, WITH NO MARGINS OR PADDING,
   BUT 1 PIXEL OF BORDER ON EACH SIZE FOR A TOTAL OF 760 PIXELS,
   WHICH IS IDEAL FOR 800x600 RESOLUTION.
   */
#panel {
  width: 758px;
  margin: 20px auto 20px auto;
  padding: 10px 0px 20px 0px;
  border: 1px solid #001F3E;
  background-color: #ffffff; 
  overflow: auto;
} /* Total width should add up to 760px */

/* THIS STUFF IS FOR THE LOG SECTIONS THAT KEEP TRACK OF COMMENTS
   ON THE DATA DISPLAY PAGES. */
.log { 
  margin: 0px 20px 0px 20px;
}

/* STUFF FOR TABLES IN GENERAL
   */
td { /* normal cells */
  text-align: left;
} 
td.num { /* numeric cells */
  text-align: right;
}

/* THIS STUFF IS ONLY USED ON THE MAIN PAGE */
.content-middle {
  margin: 0px 20px 0px 20px;
}
.content-columns {
  /* Setting relative positioning allows for absolute positioning for
     sub-classes */
  position: relative;
  margin: 0;
}
.content-column-left {
  width: 348px;
  margin: 0px 10px 0px 20px;
  float: left;
}
.content-column-right {
  width: 348px;
  margin: 0px 20px 0px 10px;
  float: right;
}

/* FOR THE TISSUES PAGES */
.tissue-page img {  
  border: 2px solid;
  border-color: #001F3E;
}
.tissue-column-left { /* Left + Right width no more than 740 */
  width: 348px;
/*   min-height: 740px; */
  margin: 0px 10px 0px 20px;
  float: left;
}
.tissue-column-right {
  width: 348px;
/*   min-height: 740px; */
  margin: 0px 20px 0px 10px;
  float: right;
}
.tissue-page table { 
  border: 1px solid #001F3E; 
  background: #ddd;
}
.tissue-page table caption { 
  text-align: left;
}
.tissue-page thead th { 
  background: #001F3E;
  text-align: center;
  vertical-align: top;
  color: white;
}
.tissue-page th {
  text-align: left;
}
.tissue-page td {
  text-align: right;
}
.tissue-page tbody tr th {
  padding-right: 20px;
}
.tissue-page tbody tr td {
  padding-left: 8px;
}

/* TABLES OF MOTIFS */
.motifs-table table {
  margin: 1em auto;
  border-collapse: collapse; 
  border: 1px solid #001F3E; 
}
.motifs-table table caption { 
  margin: 1em auto;
  font-size: 1.2em;
  text-align: left;
}
.motifs-table table img {
  padding: 0;
  margin: 0;
}
.motifs-table thead th { 
  background: #001F3E;
  text-align: center;
  vertical-align: top;
  color: white;
}
.motifs-table tbody tr { 
  border-collapse: collapse;
  border-bottom: 1px solid #001F3E;
  border-top: 1px solid #001F3E;
}
.motifs-table tr.odd td, .motifs-table tr.even td {
  padding: 0px 10px 0px 10px;
}
.motifs-table tr.odd td {background: #999999;}
.motifs-table tr.even td {background: #ddd;}
.motifs-table tr.odd th, .motifs-table tr.even th { 
  text-align: center;
  padding: 0px 10px 0px 10px;
}
.motifs-table tr.odd th {background: #999999;}
.motifs-table tr.even th {background: #ddd;}
.motifs-table tr.odd td.logocell, .motifs-table tr.even td.logocell { 
  text-align: center;
  background: white; 
  height: 30px;
  border-right: 1px solid #001F3E;
  border-left: 1px solid #001F3E;
}

/* TABLES OF MODULES */
.modules-table table {
  margin: 10px;
  border-collapse: collapse; 
  border: 1px solid #001F3E;
  background: #ddd;
}
.modules-table table img {
  padding: 0;
  margin: 0;
}
.modules-table table caption { 
  margin: 10px;
  font-size: 1.2em;
  text-align: left;
}
.modules-table thead th { 
  background: #001F3E;
  text-align: center;
  color: #fff;
}
.modules-table tbody tr {
  border-collapse: collapse; 
}
.modules-table tbody tr.odd {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.modules-table tbody tr.even {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.modules-table tr.odd td { 
  background: #999999;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.modules-table tr.odd th { 
  text-align: center;
  background: #999999;
}
.modules-table tr.even td { 
  background: #ddd;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.modules-table tr.even th { 
  text-align: center;
  background: #ddd;
}
.logotable { 
  border-left: 1px solid;
  border-right: 1px solid;
}
.modules-table tbody td.logotable {
  margin: 0;
  padding: 0;
  border-bottom: 1px;
  background: white;
}
.modules-table tr td.logocell {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  background: white;
  text-align: center;
}
.modules-table table.motif-subtable {
  margin: 0;
  padding: 0;
  border: 0;
}
.modules-table table.motif-subtable tr {
  height: 30px;
}
.modules-table table.motif-subtable td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* TRANSCRIPTS TABLE */
.transcripts-table table {
  margin: 10px;
  border: 1px solid #001F3E;
}
.transcripts-table table caption { 
  margin: 1em 20px auto;
  font-size: 1.1em;
  text-align: left;
}
.transcripts-table table th.head-set { 
  border-collapse: collapse;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-decoration: underline;
}
.transcripts-table table th.left-edge { 
  border-left: 1px solid white;
}
.transcripts-table thead th { 
  background: #001F3E;
  text-align: center;
  vertical-align: bottom;
  color: white;
}
.transcripts-table tr.odd td, .transcripts-table tr.even td { 
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  padding: 0px 1px 0px 1px;
  margin: 0;
}
.transcripts-table tr.odd th, .transcripts-table tr.even th { 
  vertical-align: top;
  text-align: center;
}
.transcripts-table tr.odd td {background: #999999;}
.transcripts-table tr.even td {background: #ddd;}
.transcripts-table tr.odd th {background: #999999;}
.transcripts-table tr.even th {background: #ddd;}

/* Stuff for the factors table */
.factors-table table {
  margin: 10px;
  border: 1px solid #001F3E;
}
.factors-table table caption { 
  margin: 10px;
  font-size: 1.1em;
  text-align: left;
}
.factors-table table th.head-set { 
  border-collapse: collapse;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-decoration: underline;
}
.factors-table thead th { 
  background: #001F3E;
  text-align: center;
  vertical-align: bottom;
  color: white;
}
.factors-table tr.odd td, .factors-table tr.odd th {
  background: #999999;
}
.factors-table tr.even td, .factors-table tr.even th {
  background: #ddd;
}
.factors-table tr.odd td { 
  border-left: 1px solid #ddd;
}
.factors-table tr.even th, .factors-table tr.odd th { 
  text-align: center;
}

/* Stuff for the GO terms table */
.go-terms-table table {
  margin: 1em 1em;
  border: 1px solid #001F3E;
}
.go-terms-table table caption { 
  margin: 1em 1em;
  font-size: 1.2em;
  text-align: left;
}
.go-terms-table thead th { 
  background: #001F3E;
  color: white;
}
.go-terms-table tr.odd td { 
  background: #999999;
}
.go-terms-table tr.even td { 
  background: #ddd;
}

/* Stuff for the CSHLmpd table */
.cshlmpd-table table {
  margin: 1em 1em;
  border: 1px solid #001F3E;
}
.cshlmpd-table table caption { 
  margin: 1em 1em;
  font-size: 1.2em;
  text-align: left;
}
.cshlmpd-table thead th { 
  text-align: left;
  background: #001F3E;
  color: white;
}
.cshlmpd-table tr.odd td { 
  background: #999999;
}
.cshlmpd-table tr.even td { 
  background: #ddd;
}

/* Stuff for the Paralogs table */
.paralogs-table table {
  margin: 1em auto;
  border: 1px solid #001F3E;
}
.paralogs-table table caption { 
  margin: 1em auto;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
.paralogs-table thead th { 
  background: #001F3E;
  padding: 0px 10px 0px 10px;
  color: white;
}
.paralogs-table tr.odd td, .paralogs-table tr.even td {
  padding: 0px 10px 0px 10px;
}
.paralogs-table tr.odd td, .paralogs-table tr.odd th { 
  background: #999999;
}
.paralogs-table tr.even td, .paralogs-table tr.even th {
  background: #ddd;
}

/* Stuff for the Legend table */
.table-legend table {
  margin-left: 1em;
  margin-top: 1em;
  margin-right: 1em;
  border: none;
  text-align: left;
}
.table-legend table thead tr th {
}
.table-legend table tr {
  vertical-align: top;
}
.table-legend table tr th {
  padding-right: 20px;
}
.table-legend table caption {
  margin: 0em 1em;
  font-size: 1.2em;
  text-align: left;
  width: 718px;
}
.table-legend table tr {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Stuff for the Legend table */
.glossary table {
  margin-left: 1em;
  margin-top: 1em;
  margin-right: 1em;
  border: none;
  text-align: left;
}
.glossary table tr {
  vertical-align: top;
}
.glossary table tbody tr th {
  text-align: left;
  padding-right: 20px;
}
.glossary table caption {
  margin: 0em 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  width: 718px;
}
.glossary table tr {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* COFACTORS TABLE */
.cofactors-table table {
  margin: 1em auto;
  border-collapse: collapse; 
  border: 1px solid #001F3E;
  background: #ddd;
}
.cofactors-table table img {
  padding: 0;
  margin: 0;
}
.cofactors-table table caption { 
  margin: 1em auto;
  font-size: 1.2em;
  text-align: left;
}
.cofactors-table thead th { 
  background: #001F3E;
  text-align: center;
  color: #fff;
}
.cofactors-table tbody tr {
  border-collapse: collapse; 
}
.cofactors-table tbody tr.odd {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.cofactors-table tbody tr.even {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.cofactors-table tr.odd td { 
  background: #999999;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.cofactors-table tr.odd th { 
  text-align: center;
  background: #999999;
}
.cofactors-table tr.even td { 
  background: #ddd;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.cofactors-table tr.even th { 
  text-align: center;
  background: #ddd;
}
.logotable { 
  border-left: 1px solid;
  border-right: 1px solid;
}
.cofactors-table tbody td.logotable {
  margin: 0;
  padding: 0;
  border-bottom: 1px;
  background: white;
}
.cofactors-table tr td.logocell {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  background: white;
  text-align: center;
}
.cofactors-table table.motif-subtable {
  margin: 0;
  padding: 0;
  border: 0;
}
.cofactors-table table.motif-subtable tr {
  height: 30px;
}
.cofactors-table table.motif-subtable td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* MOTIF SITES TABLE */
.motif-sites-table table {
  margin: 10px;
  border-collapse: collapse; 
  border: 1px solid #001F3E;
  background: #ddd;
}
.motif-sites-table table img {
  padding: 0;
  margin: 0;
}
.motif-sites-table table caption { 
  margin: 1em auto;
  font-size: 1.2em;
  text-align: left;
}
.motif-sites-table thead th { 
  background: #001F3E;
  text-align: center;
  color: #fff;
}
.motif-sites-table tbody tr {
  border-collapse: collapse; 
}
.motif-sites-table tbody tr.odd {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.motif-sites-table tbody tr.even {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.motif-sites-table tr.odd td { 
  background: #999999;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.motif-sites-table tr.odd th { 
  text-align: center;
  background: #999999;
}
.motif-sites-table tr.even td { 
  background: #ddd;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.motif-sites-table tr.even th { 
  text-align: center;
  background: #ddd;
}
.sitestable { 
  border-left: 1px solid;
  border-right: 1px solid;
}
.motif-sites-table tbody td.sitestable {
  margin: 0;
  padding: 0;
  border-bottom: 1px;
  background: white;
}
.motif-sites-table tr td.sitescell {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  background: white;
  text-align: center;
}
.motif-sites-table table.sites-subtable {
  margin: 0;
  padding: 0;
  border: 0;
}
.motif-sites-table table.sites-subtable tr {
  height: 30px;
}
.motif-sites-table table.sites-subtable td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* MODULE SITES TABLE */
.module-sites-table table {
  margin: 10px;
  border-collapse: collapse; 
  border: 1px solid #001F3E;
  background: #ddd;
}
.module-sites-table table img {
  padding: 0;
  margin: 0;
  border: 0;
}
.module-sites-table table caption { 
  margin: 10px;
  font-size: 1.2em;
  text-align: left;
}
.module-sites-table thead th { 
  background: #001F3E;
  text-align: center;
  color: #fff;
}
.module-sites-table tbody tr {
  vertical-align: top;
  border-collapse: collapse; 
}
.module-sites-table tr.odd td { 
  background: #999999;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.module-sites-table tr.odd th { 
  text-align: center;
  background: #999999;
}
.module-sites-table tr.even td { 
  background: #ddd;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.module-sites-table tr.even th { 
  text-align: center;
  background: #ddd;
}
.module-sites-table tr td.sitescell {
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: 30px;
  background: white;
  text-align: center;
  border-top: 1px solid black;
}
.module-sites-table tr th.firstsite, td.firstsite { 
  border-top: 1px solid black;
}
.module-sites-table tr td.firstsiteright { 
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.module-sites-table tr td.firstsiteleft { 
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.module-sites-table tr td.siteright { 
  border-right: 1px solid black;
}
.module-sites-table tr td.siteleft { 
  border-left: 1px solid black;
}

