body
{
  color: #FFFFFF;
  background-color: #303030;
  background-image: none;
}

A:link    {text-decoration: none; color: #A0A0A0;}
A:visited {text-decoration: none; color: #A0A0A0;}
A:active  {text-decoration: none; color: #A0A0A0;}
A:hover   {text-decoration: none; color: #303030; background: #A0A0A0; }

.HR
{
  color: #A0A0A0;
  background-color: #A0A0A0;
  border:1px;
  height:1px;
}

.Title
{
  color: #FFFFFF;
  font-size: 18px;
}

.Descr
{
  color: #C0C0C0;
  font-size: 16px;
  font-style: italic;
}

.Help
{
  color: #908080;
  font-size: 12px;
  font-style: italic;
}

.ImageBorderOuter
{
  background: #303030;
  font-size: 12px;
  font-family: helvetica,arial;
  color: #303030;
  padding: 0;
  border-spacing: 2pt;
}

.ImageBorderInner
{
  background: #303030;
  font-size: 12px;
  font-family: helvetica,arial;
  color: #303030;
  padding: 0;
  border-spacing: 2pt;
}

.SelectedThumbIn  { background: #000000; }
.SelectedThumbOut { background: #505050; }

.ThumbStrip
{
  background: #000000;
}

.Update
{
  color: #505050;
  font-size: 12px;
  font-style: italic;
}

.Copyright
{
  color: #A0A0A0;
  font-size: 12px;
  font-family: helvetica,arial;
}

.Statusbar
{
  font-size: 12px;
  font-family: helvetica,arial;
}

.Input
{
  background: #303030;
  font-size: 12px;
  font-family: helvetica,arial;
  color: #FFFFFF;
}

.LowLight
{
  background: #101010;
  font-size: 12px;
  font-family: helvetica,arial;
  color: #FFFFFF;
}

.MediumLight
{
  background: #705050;
  font-size: 12px;
  font-family: helvetica,arial;
  color: #FFFFFF;
}

.HighLight
{
  background: #905050;
  font-size: 12px;
  font-family: helvetica,arial;
  color: #FFFFFF;
}

