
.RotatorSimple 
{
  border:solid 1px black; 
  width:450px; 
  height:25px; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameSimple 
{
  border:solid 1px white; 
  width:250px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOverSimple 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  width:250px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitleSimple
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:none; 
  color:Black;
}

.NewsTextSimple
{
  font-family:Verdana;
  font-size:10px;   
  text-decoration:none; 
  color:Black;
}

.NewsDateSimple
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

.RotatorTyping 
{
  border:solid 1px black; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameTyping 
{
  border:solid 1px white; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOverTyping 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitleTyping
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:none; 
  color:Black;
}

.NewsTextTyping
{
  font-family:Verdana;
  font-size:10px;   
  text-decoration:none; 
  color:Black;
}

.NewsDateTyping
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

.FrameMultipleNews
{
  border:solid 1px gold; 
  border-right-color:darkgoldenrod;
  border-bottom-color:darkgoldenrod;
  padding:3px; 
  background-color:orange; 
}

.RotatorMultipleNews
{
  border:solid 1px gold; 
  border-left-color:darkgoldenrod;
  border-top-color:darkgoldenrod;
  width:450px; 
  height:25px; 
  padding:3px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:bisque; 
  cursor:default;
}

.DemoNewsTitleMultipleNews
{
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
  color:darkred;
  text-decoration:none; 
}

.DemoNewsTextMultipleNews
{
  font-family:Verdana;
  font-size:12px;   
  text-decoration:none; 
}

.NewsItemMultipleNews
{
  border:1px;
  border-width:1px;
  border-style:solid; 
  border-color:bisque; 
  cursor:hand;
}

.NewsItemOverMultipleNews
{
  border:solid 1px white; 
  border-right-color:#FFA500;
  border-bottom-color:#FFA500;
  background-color:#FFCE80; 
  cursor:hand;
}

.NewsItemDownMultipleNews
{
  border:solid 1px white; 
  border-left-color:#FFA500;
  border-top-color:#FFA500;
  background-color:#FFCE80; 
  cursor:hand;
}


.RotatorVertical
{
  border:solid 1px black; 
  border-left-color:gray;
  border-top-color:gray;
  background-color:white;
  cursor:default; 
}

.TimeVertical
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:gray; 
}

.HeadlineVertical
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  text-decoration:none; 
  color:#1E3787; 
}


.RotatorHorizontal
{
  background-color:black; 
  cursor:default; 
}

.TimeHorizontal
{
  font-family:Tahoma; 
  font-size: 10px; 
  color:#F8B400; 
  font-weight:bold;
}

.HeadlineHorizontal
{
  font-family:Tahoma; 
  font-weight:bold;
  font-size: 10px; 
  text-decoration:none; 
  color:bisque; 
}

