/*
******************************************************************************
* $Id: journal_article.css 205 2010-04-04 19:10:48Z erico $
******************************************************************************
*/

body {padding-bottom: 0.1in}
body {padding-top:    0.1in}
body {padding-left:   0.2in}
body {padding-right:  0.2in}

table.header {
  background-color: #aaaaaa;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: large;
}

h1.author {
  text-align: center;
  font-weight: normal;
  font-size: small;
  position: relative;
  top: -10px;
}

h1.copyright {
  text-align: center;
  font-weight: normal;
  font-size: small;
}

h2 {
  text-align: left;
  font-weight: bold;
  font-size: medium;
  font-variant: small-caps;
  clear: both;
}

h2.newline {
  text-align: left;
  font-weight: bold;
  font-size: medium;
  font-variant: small-caps;
  clear: both;
}

div.table p {
  text-align: center;
  color: #aa3333;
}

div.table table {
  border-style: solid;
  border-width: 2;
  border-color: #aa3333;
}

div.table table tr td {
  text-align: center;
  color: #aa3333;
  border-style: solid;
  border-width: 1;
  border-color: #aa3333;
}

div.figure {
  float: left;
  clear: none;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

div.header {
  position:relative;
}

p.topcontrol {
  text-align: left;
  font-size: small;
  background-color: white;
  width: 100%;
}

p.topcontrol a {
  text-decoration: none;
}

p.topcontrol a:hover {
  background-color: #dddddd;
}

p.reference {
  text-indent: -4em;
  padding-left: 4em;
  font-size: smaller;
}

p.index_entry {
  margin-left: 1.5in;
  margin-right: 1.5in;
  text-indent: -4em;
  padding-left: 4em;
  font-size: medium;
}

p.index_entry a {
  text-decoration: none;
}

p.index_entry a:hover {
  background-color: #dddddd;
}

p.linnaean_index_entry {
  font-size: medium;
  text-align: center;
}

p.linnaean_index_entry a {
  text-decoration: none;
}

p.linnaean_index_entry a:hover {
  background-color: #dddddd;
}

table.header tr td a {
  color: black;
  text-decoration: none;
}

table.header tr td a:visited {
  color: black;
  text-decoration: none;
}

table.header tr td a:hover {
  background-color: #dddddd;
}

table.header tr td img {
  vertical-align: middle;
  position: absolute;
  top: -15px;
  right: 5px;
}

p.nofloat {
  clear:both;
}

p.quote {
  padding-left: 4em;
  padding-right: 4em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #aa3333;
}

p.quote_center {
  text-align: center;
  padding-left: 4em;
  padding-right: 4em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #aa3333;
}

quote {
  color: #aa3333;
}

p.peer_review {
  text-align: center;
  background-color: #00eeee;
  clear: both;
}

p.language_link {
  float: right;
}

p.language_link a:link {
  text-decoration: none;
}

p.language_link a:visited {
  text-decoration: none;
}

p.language_link a img {
  border-style: none;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

div.image_banner table tr td {
  text-align: center;
}

div.image_banner table tr td img {
  vertical-align: middle;
}

