/**
 * name:        style.css
 * author:      Stefan Benicke - www.opusonline.at
 * used at:     http://www.opusonline.at/foxitools/foxiblob/
 * copyright:   (c) 2009 Stefan Benicke (www.opusonline.at)
 * last update: 19.10.2009
 */
* {
  margin: 0;
  padding: 0;
}
body, table {
  font: 10pt 'trebuchet ms',verdana;
  color: #000;
}
body {
  margin: 1em;
}
h1, h2, p, div.code, table {
  margin-bottom: 1em;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 150%;
}
a {
  color: #00f;
  text-decoration: underline;
}
pre {
  font-size: 85%;
  color: #333;
  padding: 0.5em;
  border: 2px solid #ddd;
}
pre:hover {
  color: #000;
  border-color: #888;
}
small {
  font-size: 85%;
}
#paypal-button {
  vertical-align: middle;
}
.properties thead th {
  background: #ddd;
}
.properties th {
  text-align: left;
  font-weight: bold;
}
.properties th, .properties td {
  padding: 0 1em 0.2em 0;
  border-bottom: 1px solid #ddd;
}
#menu {
  width: 770px;
  height: 2.5em;
  background-color: #6ca80e;
  margin-bottom: 1em;
}
#menu li {
  float: left;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
#menu li.a {
  width: 80px;
}
#menu li.b {
  width: 150px;
}
#menu li.c {
  width: 170px;
}
#menu li.d {
  width: 120px;
}
#menu li.e {
  width: 140px;
}
#menu li.f {
  width: 110px;
}
#menu li a {
  display: block;
  line-height: 2.5em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#menu li a:hover {
  text-decoration: underline;
}
.menu2 {
  margin-left: 1em;
  margin-bottom: 1em;
  list-style: none;
}
.menu2 li {
  width: 5em;
  padding: 2px 0;
  padding-left: 2em;
}
.menu2 a{
  text-decoration: none;
}
#menu3 {
  width: 300px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 1em;
}
#menu3 li {
  float: left;
  width: 100px;
  text-align: center;
}
#menu3 a {
  display: block;
  line-height: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#menu3 .link1 {
  background: #ff0;
}
#menu3 .link2 {
  background: #fa0;
}
#menu3 .link3 {
  background: #af0;
}
/* here's the style for the blobs */
.foxiblob {
  position: absolute;
  z-index: 100;
  background: #000;
}
.foxiblob2 {
  position: absolute;
  z-index: 100;
  border: 2px solid #00f;
  padding: 1px 2px;
}
.foxiblob3 {
  position: absolute;
  z-index: 100;
  padding: 2px 0;
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
}
