
.Rotator 
{
  border:none; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:transparent; 
  cursor:default;
}

.RotatorFrame 
{
  border:none; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:none; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

.Time
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:gray; 
}

.Headline
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:black; 
  white-space:nowrap;
}

.Headline_hor
{
  font-family:Tahoma; 
  font-weight:bold;
  font-size: 10px; 
  color:black; 
}

/* treeview */
.TreeView { padding-top: 4px; padding-left: 1px; border: #7C7C94 1px solid; cursor: default; }
.TreeNode { font-family: tahoma; font-size: 11px; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; }
.GrayedTreeNode { font-family: tahoma; font-size: 11px; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; color: gray; cursor: default; }
.HoverTreeNode { font-family: tahoma; font-size: 11px; text-decoration: underline; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.SelectedTreeNode { font-family: tahoma; font-size: 11px; background-color: gray; color: white; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.NodeEdit { border: 1px gray solid; font-family: tahoma; font-size: 11px; }