/* #####  Style sheet definitions for 'JenAge' V.08/03/2010, by Rolf Huehne ##### */
/*lastChange: TT 2014/04/23*/
/*color/width independent settings*/

/* ### Basic Settings ### */

.clearFloat {
  clear: both;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.bold{
  font-weight:bold;
}

html { 
  margin:           0.0em 0em;
  padding:          0em;
  font-family:      Verdana, Arial, sans-serif;
  font-size:        11pt;
  background-color: white;
  color:            rgb(75,75,75);
}

body { 
  margin:           0px;
  padding:          0em;
  background-color: white;
}

p {
  margin-top:    0.5em;
  margin-bottom: 0.5em;
}

p.home {
  max-width: none;
}
p.desc_all_parts {
  margin-top: 20px;
  font-size: small;
  font-style: italic;
}
p.desc_all_parts a{
  font-weight: bold;
}

p.sub1{
  margin-left: 1.2em;
}

p.sub2 {
  margin-left: 2.4em;
}

p.newsCitation {
  font-size: 80%;
  max-width: 62em;
}

h1 {
  margin:  0em;
  padding: 0.1em 0.4em 0.1em 0em;
  text-align: left;
  font-family: Arial, Verdana, sans-serif;
}

h2, h3, h4, h5, h6 {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  font-family: Arial, Verdana, sans-serif;
} 

h1 { font-size: 136%; }
h2 { font-size: 125%; margin-top: 0.4em; margin-bottom: 0.2em;}
h3 { font-size: 114%; }
h4 { font-size: 103%; }
h5 { font-size:  92%; }
h6 { font-size:  81%; }

ul {
  list-style: none;
  list-style-image: url("/assets/images/general/bullet-blue.gif");
  margin: 0.1em 0.1em;
}

li {
  margin-left: 0.5em;
}

a:link {
  text-decoration: none;
  color: #082bab;
}

a:visited {
  text-decoration: none;
  color: rgb(125,17,71);
}

a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 0.00em;
  border-bottom-color: #ab1313;
  color: #ab1313;
}

a.highslide > img {
  border-width: 0px;
  text-decoration: none;
}

a.highslide:hover > img {
  border-width: 0px;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #ab1313;
}

a > img {
  border: 0px solid white;
}

hr {
  height: 2px;
  border: 1px solid rgb(211,211,211);
  border-bottom-width: 0px;
  background-color: rgb(211,211,211);
}

hr.libraryMain {
  margin: 2em 0em;
  height: 2px;
}

hr.librarySub {
  margin: 1.5em 0em;
  height: 1px;
}

table {
  margin-top: 0px;
}

table.dataTable {
  margin-top: 0.5em;
}

tr.header {
}

th {
  /*21px because of datatable arrows*/
  padding: 0.1em 21px 0.1em 0.4em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: white;
}

td {
  padding: 0.1em 0.4em;
  text-align: left;
  vertical-align: top;
  background-color: white;
}

dt {
  font-size: 116%;
  font-family: Arial, Verdana, sans-serif;
}

.species {
  font-style: italic;
}

img.logo {
  margin: 6px 20px;
}

img.cover {
  width: 108px;
}

img.includeImage {
  float:left;
  border: 1px solid silver;
  margin: 8px 10px 0px 2px;
}

/* ### Class Definitions ### */

div.header {
  margin: 0em;
  height: 100px;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  right:0px;
  text-align: left;
  vertical-align: middle;
  background: white;
}

div.headerBar {
  margin: 0em;
  height: 7px;
  position: absolute;
  top: 108px;
  left: 0px;
  right: 0px;
  text-align: center;
  vertical-align: middle;
}

div {  
}

div.leftSide {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 188px;
  padding: 0px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: white;
  float: left;
}


div.mainContent {
  position: relative;
  top: 130px;
  margin: 0px 6px 0px 210px;
  padding: 0px;
  width: auto;
  line-height: 1.5;
}

div.mainContent_DB {
  position: relative;
  top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: auto;
  line-height:   1.5;
}

div.rightSide {
  position: absolute;
  top: 130px;
  right: 10px;
  bottom: 10px;
  padding: 0px;
  width: 180px;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-color: rgb(211,211,211);
  float: right;
}

div.pagePath {
  margin: 0em 0.3em 0.4em 0em;
  font-size: 80%;
}

div.tableControl1 {
  background-color: rgb(221,238,243);
}

div.tableControl2 {
  background-color: rgb(221,238,243);
}

div.tableControl3 {
  background-color: rgb(221,238,243);
}

div.footnote {
  margin-top: 2em;
}

div.tableSymbolExplanation{
  margin-top: 1em; 
  margin-bottom: 0.5em; 
  font-size: 90%;
}

div.tableLinkToAnywhere{
  margin-top: 1em; 
  margin-bottom: 0.5em; 
  font-size: 90%;
}

div.tableNoteContent{
  margin-bottom: 1em; 
  font-size: 90%;
}

div.footer {
  font-size: 80%;
  text-align: center;
  margin-top: 4em;
  margin-bottom:  0em;
  padding-top: 0.5em;
  position: relative;
  width: auto;
}

div.footer > div {
  margin-top: 1.2em;
  margin-bottom:  0em;
  padding-bottom: 0px;
}

/*What does popup do? no element of this class found -> use in JA database?*/
div.popup {
  position: absolute;
  display: none;
  width: 300px;
  background-color: white;
  border: 2px solid rgb(0,153,198);
  padding: 0.3em;
  font-size: 90%;
  z-index: 999;
}

div.popup th {
  padding: 0px 2px;
  text-align: right;
  vertical-align: text-top;
  color: rgb(75,75,75);
  background-color: white;
}

div.popup td {
  border: 0px;
  padding: 0px 2px;
  width:220px;
  vertical-align: text-top;
}

span.footerStart {
  border:           0px solid  rgb(211,211,211);
  border-top-width: 1px;
  padding:          0.4em 2em;
}

span.searchBox {
  position: absolute;
  top: 12px;
  right: 16px;
}

span.imageBox {
  position: absolute;
  top: 47px;
  right: 2px;
}


img.barImage {
  position: relative;
  top: 4px;
  margin: 0px 0px 0px 2px;
  height: 56px;
}

img.barImageOld {
  width: 90px;
  height: 60px;
  position: absolute;
  top: -45px;
}

div.standardOld {
  margin: 1em 2.6em 0.8em 2.7em;
  border-width: 0.15em;
  border-style: solid;
  border-color: #cccccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #ffffff;
  padding: 0.2em 1em 0.4em 1em;
  width: auto;
}

h2.publications {
  margin-top: 1.5em;
}

ul.publications, span.publications{
  font-size: 90%;
}

ul.publications {
  list-style-type: none;
  list-style-image: none;
  margin: 0.5em 0em;
  padding: 0em;
  width:auto;
  position: relative;
}

ul.publications li {
  margin: 0.7em 0em 0em 0em;
}

ul.publications p {
 margin: 0em;
}

ul.collectionLast {
  border-width: 0em;
}

ul.collection {
  list-style-type: none;
  list-style-image: none;
  margin: 1.0em 0em;
  width:auto;
  position: relative;
}

ul.collection > li {
  margin: 0.5em 0em 1em 0em;
  border-width: 0em;
  border-bottom-width: 0.15em;
  border-style: solid;
  border-color: #cccccc;
  background-color: #ffffff;
  padding: 0.2em 1em 0.4em 0em;
  width: 92%;
}

/*TODO: where is it used*/
ul.collection > li > ul {
  list-style-image: url("/assets/images/general/bullet-blue.gif");
  margin: 0.6em 0em;
  width:auto;
  position: relative;
}

ul.collection > li > ul > li {
  margin: 0em 0em 0em 0em;
  border-width: 0em;
  border-style: solid;
  border-color: #cccccc;
  padding: 0.2em 0.4em 0.2em 0.1em;
  width: 92%;
}

li.last {
  border-width: 0em;
}

ul.pageContent {
  margin: 0em 0em 1.5em 1em;
  padding: 0em;
}

ul.pageContent > li {
  margin: 0.1em 0em;
  padding: 0em;
}

ul.wide > li {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul.archive {
  position: relative;
  width: auto;
  max-width: 50em;
  z-index: 990;
  margin: 2px 0px 0px -6px;
  padding: 0px 2px 2px 0px;
  background-color: transparent;
  font-weight: normal;
  border-width: 0px;
}

ul.archive li {
  list-style: none; 
  margin: 0.3em 0em;
  padding: 3px 0px 3px 14px;
  color: rgb(75,75,75);
  width: auto;
  font-weight: normal;
  text-indent: -12px;
}

ul.archive li span.date {
  font-weight: bold;
}


dl.standard {
  margin: 0em 1em;
}

dt {
  margin: 0.5em 0em 0.2em 0em;
  font-size: 120%;
  font-weight: bold;
}

dl.standard > dd {
  margin: 0em 1.5em;
  max-width: 50em;
}

table.verticalHeader {
  margin: 0em 1em;
  font-size: 90%;
}

table.verticalHeader th {
  padding: 0px 2px;
  text-align: right;
  vertical-align: text-top;
  color: rgb(75,75,75);
  background-color: white;
}

table.verticalHeader td {
  border: 0px;
  padding: 0px 2px;
  width:auto;
  vertical-align: text-top;
}

table.verticalHeader2 {
  margin: 0em;
}

table.verticalHeader2 th {
  padding: 0px;
  text-align: right;
  vertical-align: text-top;
  color: rgb(75,75,75);
  background-color: white;
  font-weight: normal;
}

table.verticalHeader2 td {
  border: 0px;
  padding: 0px 2px;
  width:auto;
  vertical-align: text-top;
}

.contactInfo {
  position: relative;
  top: 70px;
  left: 10px;
}

/* ### Element-specific Definitions ### */

#mainContainer {
  margin: 0em 0em;
  padding: 0em 0em 0.2em 0em;
  top: 115px;
  position: relative;
  z-index: 900;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
}

#mainContentHome > h1 {
  text-align: center;
  z-index: 10;
  position: relative;
}

#mainMenu ul li {
  margin-left: 0px;
}

/* site navigation */

#navigation {
  width: 180px;
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  z-index: 990;
  position: relative;
}

/*   Main Menu */
#navigation ul {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  background-color: transparent;
}

#navigation ul li {
  list-style: none; 
  padding: 2px 2px 2px 22px;
  cursor: pointer;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-color: rgb(211,211,211);
  text-indent: -12px;
}

#navigation ul li:hover {
  position: relative;
}

/*   Sub Menu */
#navigation ul ul {
  display: none;
  position: absolute;
  left: 180px;
  top: 0px;
  border: #444444 solid;
  border-width: 0px;
  background-color:  rgb(219,230,239);
}

#navigation ul li:hover ul {
  display: block;
}

#navigation ul ul li {
  width: 180px;
  float: left;
  display: inline;
  border: none;
  text-indent: -12px;
}

#navigation ul ul li:hover {
 text-decoration: underline;
 border: none;
}

#navigation li:hover ul li ul {
  display: none;
}

#navigation ul ul li ul {
  left: 110px;
  background-color: #0099CC;
}

#navigation ul ul li:hover ul {
  display: block;
}

/* site navigation - old version not working in IE */

#siteNavigation {
  list-style: none;
  padding: 0em 0em 0em 0em;
  width: 136px;
  z-index: 990;
  position: absolute;
  left: 0em;
  top: 120px;
  float: left;
}

#siteNavigation li div {
  display: inline;
}

#siteNavigation li {
  margin: 0em 0.0em 0em 0em;
  padding: 0em;
  width: 136px;
  position: relative;
  float: left;
}

#siteNavigation li.empty {
  margin: 0em 0.0em 0em 0em;
  padding: 0em;
  width: auto;
}

#siteNavigation li ul {
  list-style: none;
  margin: -1em 0.0em 0em 180px;
  padding: 0em 0em 0.3em 0em;
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: #dddddd;
  border-right-width: 0px;
  background-color: rgb(219,230,239);
  width: 180px;
  left: -999em;
  z-index: 992;
}

#siteNavigation li ul li {
  
}

#siteNavigation li:hover ul, #siteNavigation li.sfhover ul {
  left: auto;
  top: 1em;
}


#siteNavigation li.logo {
  display: inline;
  margin: 0em 0.0em 0em 0.0em;
  padding: 0em;
  width: 6em;
}

#siteNavigation a {
  width: 136px;
  margin: 0em;
  padding: 0.2em 0.5em;
  background-color: transparent;
  color: #444444;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 90%;
  text-decoration: none;
  text-align: left;
  border-top-style: solid;
  border-top-width:    0em;
  border-top-color:    #ffffff;
  border-right-style: solid;
  border-right-width:    0.00em;
  border-right-color:    #999999;
  border-bottom-style: solid;
  border-bottom-width:    0.0em;
  border-bottom-color:    #ffffff;
  border-left-style: solid;
  border-left-width:    0.00em;
  border-left-color:    #dddddd;
  float: left;
  z-index: 992;
}

#siteNavigation a.first {
  background-color: rgb(165,18,59);
}

#siteNavigation a.second {
  background-color: rgb(1,95,45);
}

#siteNavigation a.third {
  background-color: rgb(95,9,80);
}

#siteNavigation a.fourth {
  background-color: rgb(163,170,30);
}

#siteNavigation a.last {
  border-bottom-width: 0em;
}

#siteNavigation a.itemName {
  width: 136px;
  font-weight:bold;
  z-index: 991;
}

#siteNavigation a.empty {
  width: auto;
  font-weight:bold;
  z-index: 991;
}

#siteNavigation a.noLink {
  cursor: default;
}

#siteNavigation a.header {
  cursor: default;
  background-color: #0eadff;
}

#siteNavigation a:hover {
  background-image: none;
  color: #ffffff;
  font-weight: bold;
}

#siteNavigation li:hover a.noLink {
  background-image: none;
  color: #ffffff;
  font-weight: bold;
}

#siteNavigation li:hover a.header {
  background-image: none;
  background-color: rgb(170,208,239);
  color: #000000;
  font-weight: bold;
}

#navContainer {
  text-align: center;
}


#logo{
  top: 5px;
  left: 34px;
  padding: 6px;
  z-index: 1000;
  position: absolute;
  max-height: 90px;
  max-width: 114px;
}

#logo img{
  border: none;
  height: 90px;
}

#searchInput{
  width: 100px;
  background-color: white;
  border: 1px solid rgb(167,167,167);
  padding: 1px 2px;
}

/*TODO: where is it used? */
#searchButton {
  background-image: url("/assets/images/general/button_background.gif");
  background-repeat: repeat-x;
  border: 0px solid rgb(167,167,167);
}

#barImageFirst {
  right: 230px;
}

#barImage1 {
  right: 230px;
}

#barImage2 {
  right: 324px;
}

#barImage3 {
  right: 418px;
}

#barImage4 {
  right: 434px;
}

#barImage5 {
  right: 502px;
}

#barImage6 {
  right: 570px;
}

#barImage7 {
  right: 638px;
}

#barImage8 {
  right: 706px;
}

#barImage9 {
  right: 774px;
}

#barImage10 {
  right: 842px;
}

#headline {
  position: absolute;
  left: 210px;
  top: 9px;
  z-index:             900;
  font-size:           200%;
  font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Luxi, Verdana, Arial, sans-serif;
  font-weight:         bold;
  width:               auto;
  margin:              0em;
  padding-right:       0.2em;
  color:               #444444;
  border-bottom-style: solid;
  border-bottom-width: 0.00em;
  border-bottom-color: #17375e;
  border-right-style:  solid;
  border-right-width:  0.00em;
  border-right-color:  #999999;
  vertical-align: middle;
  text-align: left;
}

/* extra site navigation */
#domainMenu{
  right:20px;
  margin-top: 2px;
  float:right;
} 

/*JenAge different parts (Centre Website, Information Centre, Database) got different colors*/

.toResearchCentre,.toInfoCentre,.toDatabase{
  font-weight:bold;
  font-size:13px; /*leads to an error in height of elements*/
  text-align:center;
}

span.currentPart{
  margin-right:2px;
  height: 1.25;	/*16px fits perfect, but fails if browser zoom is activated*/
}

a.moveToOtherJenagePart, span.currentPart{
  padding: 0px 7px; /*if padding-top/bottom != 1px, than a different range behaviour occurs*/
  padding-bottom:2px;
}

a.toResearchCentre, a.toResearchCentre:visited{
  color: rgb(0,153,198); 
}
a.toInfoCentre, a.toInfoCentre:visited{
  color: rgb(80,167,51); 
}
a.toDatabase, a.toDatabase:visited{
  color: rgb(255, 100, 25); 
}

.toResearchCentre, .toResearchCentre:hover{
  border-left: 2px solid rgb(0,153,198);
  border-bottom: 2px solid rgb(0,153,198); 
}
a.toResearchCentre:hover, span.toResearchCentre{
  background-color: rgb(0,153,198); 
  color:white;
}

.toInfoCentre, .toInfoCentre:hover{
  border-left: 2px solid rgb(80,167,51);
  border-bottom: 2px solid rgb(80,167,51); 
}
a.toInfoCentre:hover, span.toInfoCentre{ 
  background-color: rgb(80,167,51); 
  color:white;
}

.toDatabase, .toDatabase:hover{
  border-left: 2px solid rgb(255, 100, 25);
  border-bottom: 2px solid rgb(255, 100, 25); 
}  
a.toDatabase:hover, span.toDatabase{
  background-color: rgb(255, 100, 25); 
  color:white;
}
 
/*JenAge different parts end*/

#smallMenu {
  clear:both;
  float:right;
  margin-top: 8px;
  margin-right: 2px;
  list-style: none;
  padding: 0px;
  z-index: 990;
  right: 10px;
  font-size: 12px;
  display: inline;
}

#smallMenu li div {
  display: inline;
}

#smallMenu li {
  margin: 0em 0.0em 0em 0em;
  padding-left: 8px;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline;
}

#smallMenu a {
/*  margin: 0em;*/
  background-color: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  z-index: 992;
  position: relative;
}

#smallMenu a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
}
/* Info Panel (right side of start page) */

#infoPanel {
  list-style: none;
  list-style-image: none; 
  position: relative;
  margin-left: 6px;
  width: 174px;
  font-size: 11px;
  font-weight: normal;
  z-index: 990;
  margin: 0px;
  padding: 0px;
  background-color: white;
}

#infoPanel li {
  margin: 0px 0px 15px 6px;
  padding: 3px 2px 3px 8px;
  border-style: solid;
  border-width: 0px;
  width: 174px;
  font-weight: bold;
}

#infoPanel li ul {
  list-style: none;
  list-style-image: none;
  position: relative;
  width: 176px;
  z-index: 990;
  margin: 2px 0px 0px -6px;
  padding: 0px 2px 2px 0px;
  background-color: white;
  font-weight: normal;
  border-width: 0px;
}

#infoPanel li ul li {
  list-style: none; 
  margin: 0px;
  padding: 3px 0px 3px 14px;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgb(211,211,211);
  color: rgb(75,75,75);
  width: 164px;
  font-weight: normal;
  text-indent: -12px;
}

#leaderInfo {
  clear:both;
  margin-top:0.5em;
}

#leaderInfo2 {
  margin-top:0.5em;
}

#imprint {
  margin-left: 0em;
  font-size: 100%;
}

#imprint th {
  padding-left: 0em;
}

#imprint td {
/*  width: auto;*/
  max-width: 550px;
  padding-left: 0.5em;
}

#disclaimer {
  margin-top: 2em;
}

#jenageContactInfo {
  font-size: 100%;
  margin-left: 0em;
}

#jenageContactInfo td, #jenageContactInfo th {
  padding-bottom: 0.5em;
}

#event {
  font-size: 100%;
}

#event h2 {
  font-weight: normal;
}

#event th,td {
  padding: 0.4em;
}

#siteMap {
  margin-left: 0em;
  padding: 0em;
}

#siteMap ul {
  margin-left: 0em;
}

#siteMap li {
  margin-top: 0.2em;
  margin-left: 1em;
}

#siteMap dt {
  font-size: 100%;
  font-weight: normal;
  margin-left: 0em;
}
  
#siteMap dd {
  font-size: 90%;
  font-style: italic;
  margin: -0.3em 0.5em 0em 0.7em;
}

.commentColumn {
  max-width: 17em;
}

#about_team{
  margin-top: 50px;
}

/*if it is the first element*/
h1 + #about_team{
  margin-top: 0;
}


/*datatables*/
#datatables_search{
  border: thin solid black;
  height: 19px;
  position: relative;
  width: 180px;
  display: inline-block;
  margin: 0 5px; 
//  outline-style: inset;
}

#datatables_search input, #datatables_search button{
  border: none;
  position: absolute; 
  top: 0;
  bottom: 0;
  height: 100%;
}

#datatables_search input{ 
  width: 84%;
  padding: 0 3px;
}

#datatables_search button{
  width: 13%;
  right: 0;
  border-left: thin solid black;
  padding: 0;
}

#datatables_search img{ 
  margin: 0;
  height: 70%;
  position: relative;
}

label.negateDTSearch{
  top: -3px;
  font-weight: normal;
  position: relative;
}
