﻿body 
{
	font-family:Tahoma;
	font-size:large;
	background-color:Black;
	color:White;
}
#navigation {
	width: 900px;
	margin: 0px 0px 0px 0px;
	max-height: 80px;
	background: #3F3F3F;
	font-size:11px;
}
#wrapper { 
	width: 900px;
}
.Rotator 
{
  border:solid 1px black; 
  cursor:default;
  background-color:white;
  background-image:url(images/rotator/bg.gif);
}
.Headline
{
  font-family:Tahoma;
  font-size:12px;
  font-weight:bold;
  background-color:#0EE48E;
}
.InfoLabel
{
  font-family:Tahoma;
  font-size:10px;
  font-weight:bold;
  color:silver;
}
.InfoValue
{
  font-family:Tahoma;
  font-size:10px;
  font-weight:bold;
  color:orange;
}
.FullStory
{
  font-family:Tahoma;
  font-size:10px;
  font-weight:bold;
  color:White;
}
.nobr
{
	white-space:nowrap;
}
.MenuGroup
{
  background-color:#3F3F3F;
  border:solid 1px black; 
  border-top-color:gray;
  border-left-color:gray;
}

.MenuItem
{
  background-color:#3F3F3F;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px #3F3F3F; 
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#0EE547;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:1px;
  border:solid 1px gold; 
  border-right-color:#1CE40E;
  border-bottom-color:#1CE40E;
  cursor:pointer;
}

.MenuItemActive
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px gold; 
  border-left-color:#1CE40E;
  border-top-color:#1CE40E;
  cursor:pointer;
}

.MenuItemExpanded
{
  background-color:#635233;
  color:White;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px orange; 
  border-right-color:#1CE40E;
  border-bottom-color:#1CE40E;
  cursor:pointer;
}

.MenuBreak
{
  width:100%;
  height:2px;
}

