body
{
  font-family: sans-serif;
}

#maincontainer
{
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

#menubar
{
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px;
  width: 150px;
}

table, tr, td
{
  border-collapse: collapse;
}

#menubar a
{
  display: block;
  text-decoration: none;
  text-indent: 10px;
}

#menubar div#menuwindow
{
  border: 1px solid;
  width: 100%;
}

#menubar a.menusectiontitle
{
  text-indent: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#menubar div.menusection
{
  visibility: hidden;
  position: absolute;
}

#mainwindow
{
  margin-bottom: 25px;
  margin-top: 25px;
}

#header
{
  margin-bottom: 5px;
  font-size: 60%;
}
#helpbar
{
  margin-bottom: 5px;
}

#footer
{
  margin-bottom: 5px;
  border-top: 1px solid;
  padding: 10px;
  font-size: 60%;
  text-align: center;
}

#mainwindow div.titletext
{
  text-indent: 10px;
  font-size: 130%;
  font-weight: bold;
  background-image: url(/images/hbar1.png);
}

#mainwindow div.entryheader
{
  font-size: 110%;
  font-style: oblique;
  background-image: url(/images/hbar1.png);
}

#mainwindow div.titletext, #mainwindow div.entrytext, #mainwindow div.entryheader, #footer
{
  border: 2px solid;
  border-color: #700 #500 #400 #600;
  padding: 2px;
}

#mainwindow div.entrytext, #footer
{
  padding-top: 20px;
  text-indent: 0px;
  background-image: url(/images/semitrans.png);
}

#helpbar span.helpbartext
{
  font-size: 80%;
}

div.center
{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

a
{
  text-decoration: none;
}

a:hover
{
  /*background-image: url(/images/a-hover.png);*/
}

a:hover img
{
  background-image: none !important;
}

img
{
  border-width: 0px;
}

input, select
{
  border: 1px dotted #888;
  background-color: #000;
  color: #fff;
}

input.button
{
  background-image: url(/images/a-hover.png);
  border: 1px outset #888;
}