/*  news.css  tjb  08-jul-2004  Active Space Media  */

.newsEditLink
{
  font-family: Arial, Geneva, sans-serif;
  font-size: 16px; 
  font-weight: bold;
  letter-spacing: 0.2em;
  word-spacing:   0.05em; 
  padding: 2px;
  color: #ff4400;
  background-color: #111111;
}
.newsEditLink a:link    { color: #ff4000; text-decoration: none; }
.newsEditLink a:visited { color: #ff4000; text-decoration: none; }
.newsEditLink a:hover   { color: #ff4000; text-decoration: none; }

.newsTitle
{ 
  font-family: Arial, Geneva, sans-serif;
  font-size: 19px; 
  font-weight: normal;
  letter-spacing: 0.2em;
  word-spacing:   0.05em; 
  color: #dddddd; 
}

.newsArea
{	
  overflow: auto;	
  background-color: #101429;
  text-align: left;	
  padding: 0px;

  scrollbar-base-color: #282c41;
/*
  scrollbar-face-color: #1d2135;
  scrollbar-highlight-color: #202439;
  scrollbar-arrow-color: #000000;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #E0E0E0;
  scrollbar-face-color: #C0C0C0;
  scrollbar-shadow-color: #808080;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #E0E0E0
*/
  font-family: Arial, Geneva, sans-serif;
  font-size: 11px; 
  font-weight: normal;
  letter-spacing: 0.1em;
  word-spacing:   0.1em; 
  line-height: 130%;  
  color: #fefefe;
}

@media print
{
  .newsArea 
  { 
    background-color: #ffffff; 
    scrollbar-base-color: #d0d0d0;
  }
}

.itemTitle
{ 
  font-family: Arial, Geneva, sans-serif;
  font-size: 11px; 
  font-weight: bold;
  letter-spacing: 0.12em;
  word-spacing:   0.1em; 
  color: #fbb671;
}

.itemSubtitle
{ 
  font-family: Arial, Geneva, sans-serif;
  font-size: 9px; 
  font-weight: normal;
  letter-spacing: 0.12em;
  word-spacing:   0.1em; 
  color: #fefefe;
}
