/*
  CSS specifically for the printing of the factsheet page to pdf
  @import used in header.cfm as this works well with cfdocument
*/

* {
  padding: 0px;
  margin: 0px;
  font-family: arial;
  line-height: 150%;
}

#head, #letterBox, #footer, #admintoolbox, #contentNav, #thumbImgs,
#fsNav ul, p.download, #searchFactsheet, 
a#alertSpeciesImg, #alertSpecies img, p.download, #loading, #pleaseWait,
#gallery, #copyright {
  display: none;
  visibility: hidden;
}

#galleryImgs,
#galleryImgs #mainImg {
  border: none;
}

#fsMaps {
  position: absolute;
  top: 150px;
  left: 10px;
  width: 225px;
}

#thumb1, #thumb2, #thumb3 {
  width: 225px;
  height: 150px;
  border: none;
  float: right;
  clear: both;
  margin: 0 15px 15px 15px;
}

h1 {
  color: #527300;
  margin: 5px;
  font-size: 1.2em;
}

h2 {
  color: #527300;
  margin: 5px;  
  font-size: 0.85em;  
}

h3, h4 {
  font-size: 0.75em;
  margin: 0 0 0 5px;
}

p, #alertSpecies {
  margin: 5px;
  font-size: 0.75em; 
}

.overviewTable {
  font-size: 0.75em;
  border: solid 1px #e0e0e0;
  text-align: left;
  margin: 0 0 10px 0;
}

.overviewTable td, .overviewTable th {
  vertical-align: top;
}

#fsBody ul {
  font-size: 0.9em;
  list-style-type: none;
  margin: 5px 0 0px 18px;
}

#fsNav a {
  text-decoration: none;
}

#alertSpecies {
  border: solid 1px red;
}

#alertSpecies h1 {
  margin-left: 0px;   
}    

#alertSpecies h1 a {
  color: #D1191B;
  font-size: 1em;
}