/* #####  Color scheme definition for 'JenAge' - Information Centre Subdomain by Torsten Thalheim ##### */
/*lastChange: TT 2013/07/15*/

/* demo_Table.css, standard background: rgb(221,238,243);*/
/*dataTables addon*/
div.wrapper, div.wrapper div {
  background-color: rgb(210, 255, 181);
}
div.wrapper button{
  border: thin solid rgb(80, 167, 51);
}
.startSearch_button{
  background-color: white;
  padding: 2px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6, 
ul.archive li span.date,
#infoPanel li,
#smallMenu a{
  color: rgb(80, 167, 51);
}

table, tr.header, div.headerBar,
#siteNavigation li:hover a.noLink, 
#siteNavigation a:hover, 
#navigation ul li:hover, 
#smallMenu a:hover{
  background-color: rgb(80,167,51);
}

/*all specs are necessary at this point*/
th {
  border: 0px solid rgb(80,167,51);
  border-top-width:0px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

td {
  border: 0px solid rgb(80,167,51);
  border-bottom-width: 1px;
}

p{max-width: 80em;}

#biologicalDataTable tr td:first-child,
#demographicDataTable tr td:first-child,
#diseasesTable tr td:first-child,
#metadataTable tr td:first-child,
#newsTable tr td:first-child{
  font-weight:bold;
}
