/* CSS for  Browse Page */

/* tables for the browse page (which is inside of the #browseTable div)*/
div#tblContainer {
  margin: 0.8em 0 0 0;
  padding-bottom: 1.5em;
  border: 1px solid #B0B0B0;
  width: 100%;
  background-color: #F7F7F7;
}

div#tblContainer h3 { 
  margin: 0.8em 1.5em;
  padding: 0;
}

div#tblContainer p { 
  margin: 0.8em 2.5em 0 2.5em;
  padding: 0;
}

div.dnaAlignment {
  margin: 0 2.5em;
}

div.dnaScanTable {
  margin-top: 1em;
}

table.browseTFs {
  border-collapse: collapse;
  margin: 0 2em;
/*  table-layout: fixed;  /* May increase loading speed, but causes table formatting problems in ie */
  font-size: 12px;
}

table.browseTFs td, table.browseTFs th {
  padding: 0.2em 0.4em 0.2em 0.4em;
  border: 1px solid black;
  background-color: #F0F0F0;  /* note that this value is subsequently overwritten for <th> tags */ 
}

table.browseTFs th {
  text-align: center;
  background-color: #80C0FF;
}

table.browseTFs th a { 
  text-decoration: none;
}

table.browseTFs th.tableName { 
  background-color: #E7F0F7;
  text-align: center;
}


table.browseTFs td.synonym { 
  font-size: smaller;
  white-space: nowrap;
}

table.browseTFs td.icon { 
  text-align: center;
}

.dnaTitle {
    font-size: larger;
    font-family: serif;
}


table.browseScan {
  border-collapse: collapse;
  margin: 0;
/*  table-layout: fixed;  /* May increase loading speed, but causes table formatting problems in ie */
  font-size: 12px;
}

table.browseScan td, table.browseScan th {
  padding: 0.2em 0.4em 0.2em 0.4em;
  border: 1px solid black;
  background-color: #F0F0F0;  /* note that this value is subsequently overwritten for <th> tags */ 
}

table.browseScan th {
  text-align: center;
  background-color: #3399FF;
}

table.browseScan th a { 
  text-decoration: none;
}

.searchword { 
  background-color: #FFFF66;
}

.searchword0 { 
  background-color: #FFFF66;
}
.searchword1 { 
  background-color: #FF6633;
}
.searchword2 { 
  background-color: #66CCFF;
}

.searchword3 { 
  background-color: #FF2255;
}

.searchword4 { 
  background-color: #C0C0C0;
}
