#newsbox_outer
{
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  background: #FFFF00 none repeat scroll 0 0;
  border: 1px solid red;
  color: black;
  display: block;
  font-size: 10pt;
  font-weight: normal;
  position: relative;
  width: 780px;
  padding: 4px;
  z-index: 1;
}

#newsbox_controls 
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 200;
}

#newsbox_controls button
{
  border: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 1px;
  padding: 10px;
}

.prev-button
{
  background: transparent url(images/prev-button.png) no-repeat scroll 0 0;
}

.next-button
{
  background: transparent url(images/next-button.png) no-repeat scroll 0 0;
}

.all-button
{
  background: transparent url(images/full-button.png) no-repeat scroll 0 0;
}

.rss-button
{
  background: transparent url(images/RSS_Logo20x20.gif) no-repeat scroll 0 0;
}

.news
{
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
  -moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.news a
{
  text-decoration: underline;
  color: black;
}

.news a
{
  text-decoration: underline;
  color: black;
}

.news a:hover
{ 
  border: none;
}

/*shared class for all elements in an RSS feed*/
.rss
{
  display: inline;
}

.rssdata
{
  display: block;
  overflow: hidden;
  height: 1.4em;
}

.rssmeta
{
  display: block;
  font-style: italic;   
  font-size: 8pt;  
  margin-top: 3px;
}

.rssindex
{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 170px;
  z-index: 200;
}

/*shared class for all title elements in an RSS feed*/
.rsstitle
{ 
  font-weight: bold;
}

/* shared class for all date elements in an RSS feed */
.rssdate
{ 
  color: gray;
  display: inline;
  margin-left: 5px;  
}

/*shared class for all description elements in an RSS feed*/
.rssdescription
{ 
  z-index: 1;
  margin-left: 5px;
}

/*shared class for all source elements in an RSS feed*/
.rsssource
{

}

#fade
{ 
  position: absolute;
  top: 5px;
  right: 5px;
  height: 35px;
  width: 100px;
  background: transparent url(images/right-fade-yellow-100.png) repeat-y scroll left top;
  z-index: 99;
}

#base
{
  margin: 10px auto;
  width: 800px;
  z-index: 1;
}
