/* @override http://localhost:8080/bio/res/res/page/main.css */

/*-- krznzgll --*/
body {
  font-family: arial, sans-serif;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}

a {
  color: #000000;
}

a:hover {
  color: #0000ff;
}

img {
  border: 0px none white;
}
.ruler{
  height:0px;
  overflow:hidden;
  border-bottom:dotted 1px grey;
  margin:5px;
}

/* mouseover */
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 1000;
     background-color:#ffffff;
     filter:alpha(opacity=33);
     -moz-opacity:.33;
     opacity:.33;
}        
div.mouseOverElement {
     z-index: 1001;
}


div.mouseOverElement {
  position: absolute;
  display: none;
  left: 0px;
  top: 500px;
  border: solid 1px black;
}

div.mouseOverElement div.copyright {
  padding: 3px;
  overflow: hidden;
  background-color: white;
  color: gray;
  font-size: 8pt;
}

div.mouseOverElement div.description {
  padding: 3px;
  overflow: hidden;
  background-color: white;
  color: gray;
  font-size: 8pt;
}

div.mouseOverElement div.title {
  padding: 3px;
  overflow: hidden;
  background-color: white;
  font-weight: bold;
}

div.mouseOverElement table.tbl {
  width: 1px;
  border-collapse: collapse;
  border-spacing: 0px;
}

div.mouseOverElement table.tbl td {
  padding: 0px;
}

.gLink{
  font-size:8pt;
  color:grey;  
}

/*-- layout elements --*/

#footer{
  text-align:right;
  font-size:8pt;
  color:grey;
  margin:5px 15px;
}
#footer a{
  color:grey;
}

#contentFunctions{
  text-align:right;
  padding:6px 8px;
}

#contentFunctions a{
  padding:1px 3px 0px 3px;
  margin:0px 2px;
  border:solid 1px #acc6d5;
  font-size:8pt;
  color:#888888;
}

#contentFunctions a:hover{
  color: #0000ff;
}

#contentFunctions span.disabled{
  padding:1px 3px 0px 3px;
  margin:0px 2px;
  border:solid 1px #acc6d5;
  font-size:8pt;
  color:#888888;
}

#header {
  position: relative;
  background-image: url(header.png);
  height: 126px;
  min-width:820px;
}

#header a.mm {
  position: absolute;
  display: block;
  width: 145px;
  height: 70px;
  bottom: 0px;
}

#nav1{
  position:absolute;
  bottom:0px;
  left:585px;  
}

#nav2{
  position:absolute;
  bottom:26px;
  left:585px;  
}

#nav1 a, #nav2 a{
  padding:0px 5px;
  font-size:8pt;
  color:#666666;
}
#nav1 a:hover, #nav2 a:hover {
  color: #0000ff;
}


#columns td{
  width:125px;
  border-right:solid 1px white;
  background-repeat:no-repeat;
  padding:10px;
  vertical-align:top;
}

#columns td.news{
  width:auto;
}

#columns a{
  padding:3px 0px 3px 0px;
  display:block;
  font-weight:bold;
}

#homeLink{
  position:absolute;
  left:15px;
  width:160px;
  height:60px;  
}

.defaultStyle {background-color: #e8f1f8}


#mcPlant {background-image:url(header/plantShade.png)}
#mmPlant {left: 0px}
#mmPlant:hover, #mmPlant.selected  {background-image: url(header/plant.png)}
.plantHealthStyle {background-color: #ccf2bd}
.plantHealthStyle_bright {background-color: #e8f8e6 !important}
.plantHealthStyle_dark {background-color: #bae5a9 !important}

#mcHuman {background-image:url(header/humanShade.png)}
#mmHuman {left:146px}
#mmHuman:hover, #mmHuman.selected  {background-image: url(header/human.png)}
.humanHealthStyle {background-color: #b4def6}
.humanHealthStyle_bright {background-color: #e1f2fb !important}
.humanHealthStyle_dark {background-color: #b4def6 !important}

#mcAnimal {background-image:url(header/animalShade.png)}
#mmAnimal {left: 292px}
#mmAnimal:hover, #mmAnimal.selected  {background-image: url(header/animal.png)}
.animalHealthStyle {background-color: #f1c7b2}
.animalHealthStyle_bright {background-color: #f8e3d9 !important}
.animalHealthStyle_dark {background-color: #f2c8b3 !important}

#mcEnvironment {background-image:url(header/environmentShade.png)}
#mmEnvironment {left: 438px}
#mmEnvironment:hover, #mmEnvironment.selected {background-image: url(header/environment.png)}
.environmentalHealthStyle {background-color: #fbeaa4}
.environmentalHealthStyle_bright {background-color: #fdf4d1 !important}
.environmentalHealthStyle_dark {background-color: #fbeaa4 !important}

#bottom{
  position:relative;
}

#sponsors{
  width:560px;
  left:0px;
  padding:10px;
  color:gray;
  font-size:8pt;
}


#download{
  position:absolute;
  right:0px;
  left:584px;
  padding:20px;
  top:0px;  
  background-color:#e8f1f8;
  border-top:solid 4px #d3e0e8;
  font-weight:bold;
}

div#download div#ad{
	margin-top: 22px;
}

div.logo{
	float: left;
	margin: 5px;
}
div.logo-pi{
	float: left;
	padding-top: 5px;
	width: 100px;
}

div.logo-logo{
	float: left;
	width:  460px;
}

/* @group progress */

#progress{
	position: absolute;
	width: 190px;
	height: 15px;
	left: 593px;
	top: 1px;
	z-index: 100;
	background-image: url(progress.png);
}

#percent{
	position: relative;
	left: 80px;
	top: 2px;
	font-size: 0.8em;
}

/* @end */


#breadcrumbs {
  padding:2px 0px 2px 10px;
  font-size:8pt;
  position:relative;
}
#breadcrumbs a.link{
  color:#888888;
}
#breadcrumbs a.link:hover{
  color: #0000ff;
}

#breadcrumbs span.del{
  color:#888888;
}

#back{
  position:absolute;
  display:block;
  right:15px;
  top:2px;
  font-weight:bold;
}

#body {
  position: relative;
  min-width:820px;
  height:1%; /* hasLayout bug */
}

#menu {
  position: absolute;
  width: 145px;
  top:0px;
  right:auto;
}

#content {
  margin-left: 145px;
  margin-right: 0px;
  background-color: white;
}

#contentFunctions{
  height:16px;  /*beekaboo*/
}
/*-- homeMenu --*/

.homeMenu div{
  font-size:8pt;
  padding:5px 0px;
}


/*-- menu --*/
.menu {
  font-size: 8pt;
  border-top: solid 1px white;
  padding-top: 10px;
}

.menu a {
  text-decoration: none;
}

.menu a:hover {
  text-decoration:underline;
}

.menu .description{
  font-weight:normal;
  padding-left:5px;  
}

.menu .menuEntry_1 {
  font-weight: bold;
  padding: 3px 5px 3px 10px;
}

.menu .menuEntrySel_1 {
  font-weight: bold;
  padding: 3px 5px 3px 10px;
}
.menu .menuEntrySel_1 a{
  color:#0000ff;
  text-decoration:underline;
}

.menu .menuEntry_2 a{
  display:block;
  padding: 1px 5px 1px 20px;
  background-image:url(elements/bullet.gif);
  background-repeat:no-repeat;
  background-position:10px 5px;
}
.menu .menuEntry_2 a:hover {
  background-image:url(elements/bulleth.gif);
}

.menu .menuEntrySel_2 a{
  display:block;
  padding: 1px 5px 1px 20px;
  background-image:url(elements/bulleth.gif);
  background-repeat:no-repeat;
  background-position:10px 5px;
  color:#0000ff;
  text-decoration:underline;
}

.menu .delimiter {
  height: 1px;
  background-color: #aaaaaa;
  overflow: hidden;
  margin: 1px 2px 1px 2px;
}

/* GLOSSARY */
span.glossaryWord{
  cursor:pointer;
  /*background-color:#fffaa2;*/
  /*background-image:url(glossar.png);*/
  background-repeat:repeat-x;
  border-bottom:solid 2px yellow;
}

.glossaryEntry{
  display:none;  
}

div#glossaryPopup{
  border:solid 1px #bdd0d9;
  background-color:#ddf0f9;
  width:300px;
  position:absolute;
  display:none;
  padding:5px;
  z-index:1000;
}

iframe#glossaryPopupFrame{
  border:none;
  background-color:red;
  width:300px;
  position:absolute;
  display:none;
}

div#glossaryPopup div.glossaryTitle{
  font-weight:bold;
  padding:1px 0px 3px 0px;  
}

div#glossaryPopup div.close{
  text-align:right;
}


/*-- bioElement --*/

.bioElement{
  padding:10px; 
}

.bioElement .title{
  font-size:140%;
  font-weight:bold;
  padding:3px; 
}

div.moreImages div.copyright{
  color:gray;
  font-size:8pt;
}

.backToIndex{
  text-align:right;
}

.backToIndex a{
  color:grey;
  padding:0px 10px;
} 
