.mainContainer
{
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.subContainerFade
{
  width: 100%;
  height: 250px;
  background: url('../images/newsviewer/news_viewer_fade.png') no-repeat left;
  position: absolute;
  top: 0px;
  left: 0px;
}

.subContainerBorderLeft
{
  width: 8px;
  height: 250px;
  background: url('../images/newsviewer/news_viewer_holder_left.png') no-repeat left;
  position: absolute;
  top: 0;
  left: 0;
}

.subContainerBorderRight
{
  width: 8px;
  height: 250px;
  background: url('../images/newsviewer/news_viewer_holder_right.png') no-repeat right;
  position: absolute;
  top: 0;
  right: 0;
}

.newsContainer
{
  position: relative;
  padding-top: 5px;
  padding-left: 8px;
  color: #cccccc;
  z-index: 50;
}

.title
{
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}

.newsThumb
{
  border: 1px solid #fff;
  width: 61px;
  height: 46px;
}

.newsTextTable
{
  width: 450px;
}

.newsHeading
{
  font-weight: bold;
}

.newsShort
{
  font-size: 10px;
  padding-top: 3px;
}

.highlightActive
{
  color: #ffffff;
}

.highlightActive:hover
{
  color: #ffffff;
}

.highlightHovered
{
  color: #ffffff;
  cursor: pointer;
}

.fade
{
  color: #555555;
}

a
{
  color: #ff9000;
  text-decoration: none;
}