/*
 * Stylesheets for the Adrian Duncan Engine Reviews
 * (also use common.css
 */

body.main {
  background: url(../images/paper_12.gif);
  font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
  color: black;
}

.byad {
  position: relative;
  font-size: 11pt;
  text-align: right;
  font-style: italic;
}

.smallprint {
  position: relative;
  top: 20px;
  left: 30px;
  width: 90%;
  font-size: 7pt;
  text-align: justify;
}

.content {
  position: relative;
  font-size: 16px;
  left: 90px;
  width: 650px;
  line-height: 110%;
}
 
div.toc {
  position: relative;
  left: 32px;
}

*.indent {
  position: relative;
  left: 90px;
  width: 85%;
}
 
*.indented {
  position: relative;
  left: 10%;
  width: 80%;
}
 
table.po {
  border-style: groove;
  background: white;
}

th {
  background: #bbbbbb;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  text-align: left;
}

tr.odd {
  background: #ffffdc;
  font-size: 10pt;
}

tr.evn {
  background: #eeeeee;
  font-size: 10pt;
}

td {
  padding-left: 5px;
  padding-right: 5px;
}

td.num {
  text-align: right;
}

img.scan {
  border-style: solid;
  border-width: thin;
  border-color: black;
}
