@charset "iso-8859-1";
abbr
{
  border-bottom: thin dotted;
  cursor: help;
}
div#content
{
  background-color: rgb(80%, 80%, 80%);
  border: thin outset rgb(0%, 0%, 40%);
  left: 26%;
  padding: 1%;
  position: absolute;
  top: 300px;
  width: 48%;
}
div#lside
{
  font-family: sans-serif;
  position: absolute;
  top: 100px;
  width: 24%;
}
div#logo
{
  height: 200px;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 51%;
}
div#logo img
{
  height: 192px;
  width: 256px;
}
div#rside
{
  font-family: sans-serif;
  position: absolute;
  right: 1%;
  text-align: right;
  top: 100px;
  width: 23%;
}
div#lside ul, div#rside ul
{
  font-size: small;
  line-height: 1.2;
  list-style-image: url(/woodcliff/spot.png);
}
div#rside ul { direction: rtl }
div#lside a, div#rside a, h1 a
{
  text-decoration: none;
}
div#lside li a:hover, div#rside li a:hover, h1 a:hover
{
  background-color: rgb(20%, 20%, 40%);
  border-color: rgb(40%, 40%, 60%) rgb(20%, 20%, 20%) rgb(20%, 20%, 20%) rgb(40%, 40%, 60%);
  border-style: outset;
  border-width: thin;
  color: fuchsia;
}
div#lside div, div#rside div
{
  font-weight: bolder;
  margin: 0.5%;
}
fieldset#search
{
  font-size: x-small;
  padding: 2%;
}
h1
{
  background-color: rgb(20%, 20%, 20%);
  border-color: rgb(40%, 40%, 40%) rgb(0%, 0%, 0%) rgb(0%, 0%, 0%) rgb(40%, 40%, 40%);
  border-style: double;
  color: silver;
  font-family: "courier new", monospace;
  font-size: large;
  position: absolute;
  top: 1.5em;
  width: 98%;
  z-index: 1;
}
h1 img
{
  height: 30px;
  vertical-align: middle;
  width: 100px;
}
img { border: 0 }
img.bar
{
  height: 1px;
  margin: 5% auto;
  width: 100%;
}
img.button
{
  height: 31px;
  width: 88px;
}
label#hidden { display: none }
div#lside li img, div#rside li img
{
  height: 8px;
  width: 8px;
}
p
{
  text-align: justify;
  text-indent: 2em;
}
@media print
{
  a
  {
    color: black;
    text-decoration: none;
  }
  a:after { content: " <" attr(href) ">" }
  abbr { border-style:none }
  abbr:after { content: " (" attr(title) ")" }
  div#content
  {
    border-style: none;
    position: static;
    width: 100%;
  }
  div#lside, div#rside, fieldset#search, h1 { display: none }
  div#logo { position: static }
}
