/*
 * $Source: /home/chris/CVS/offloadonline/style/main.css,v $
 * $Revision: 1.11 $
 * $Author: chris $
 */

a:link { color: #0000cc }
a:visited {color: #cc00cc }
a:hover { color: #00cccc; background-color: #3366ff }
a:active { color: #cc0000 }

body
{
  background-color: #3399cc;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* To make table text appear correctly in Netscape 4.5. */
tr
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border-bottom: 1px #9999ff solid;
  border-right: 1px #9999ff solid;
  border-top: 1px #9999ff solid;
  border-left: 1px #9999ff solid;
}

h1
{
  font-size: 1.3em;
  font-weight: bold;
}

h2
{
  font-size: 1.2em;
  font-weight: bold;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
}

table.maintable
{
  background-color: #99ccff;
  border-bottom: 2px #000066 solid;
  border-right: 2px #000066 solid;
  border-top: 2px #000066 solid;
  border-left: 2px #000066 solid;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}

table.group
{
  background-color: #99ccff;
  border-bottom: 1px #000066 solid;
  border-right: 1px #000066 solid;
  border-top: 1px #000066 solid;
  border-left: 1px #000066 solid;
}

table.music
{
  font-size: smaller;
  border-bottom: 1px #000066 solid;
  border-right: 1px #000066 solid;
  border-top: 1px #000066 solid;
  border-left: 1px #000066 solid;
}

table.music td
{
  background-color: #99ccff;
}

table.simple
{
  background-color: #99ccff;
}

table.navbar 
{
  background-color: #6699cc;
  font-size: smaller;
}

th
{
  background-color: #6699cc;
}

th.lhs
{
  text-align: right;
}

th.rhs
{
  text-align: left;
}

td.body 
{
  background-color: white;
}

td.buttons
{
  text-align: center;
}

.footnote
{
  font-size: smaller;
}

.quote
{
  font-style: italic;
}

.price
{
  font-weight: bold;
}

.title
{
  font-style: italic;
}

.error
{
 color: #ff0000;
 font-weight: bold;
}
