/**********************************************************************************************************************
* #NewsList Style
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Himal Abeykoon                2007-10-17               Created this style.
* Marnie Wood										2007-12-13							 Some minor changes for OSLA news items.
**********************************************************************************************************************/
#NewsList
{  
  font-family: sans-serif;
  font-size: 11pt;
}
#NewsList #MainContainer
{
  padding: 0px 0px 0px 0px;
  width:100%;
}
#NewsList .TitleContainer
{
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 11pt;
  color: #9C0000;
  text-decoration: underline;
}

#NewsList .Name A
{
  font-style: normal;
  text-decoration: none; 
  font: .75em  Arial, Helvetica, sans-serif;
  color:#676767;
  text-transform:lowercase;
}

#NewsList a.name:hover
{
  font-style: normal;
  text-decoration: underline; 
  font: .875em  Arial, Helvetica, sans-serif;
  color:#E7E8E9;
}

#NewsList a.name:visited
{
  font-style: normal;
  text-decoration: underline; 
  font: .875em  Arial, Helvetica, sans-serif;
  color:#E7E8E9;
}

#NewsList a.name:link
{
  font-style: normal;
  text-decoration: underline; 
  font: .875em  Arial, Helvetica, sans-serif;
  color:#E7E8E9;
}
#NewsList .DisplayDate
{
	display: block;
  vertical-align:top;
  color: black;
  font-style: normal;
  text-decoration: none; 
  font-size: 11pt; 
  width: 200px;
}

#NewsList .Teaser
{   
  /* To hide the teaser regardless of the item, set the display attribute to none. To allow teasers to be shown, set
  the display attribute to block or another value. */
  display: block;
  color: black;
  font-style: normal;
  text-decoration: none; 
  font-size: 11pt; 
  padding: 0px 0px 0px 0px;   
}

#NewsList .ImageContainer
{
  vertical-align:top;
  width:15px;
}
#NewsList .HRContainer
{
  height:1px;
  background-color:#8EC341;
}

#NewsList .NewsListTitle
{   
 
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
  font-size: 11pt; 
  padding: 0px 0px 5px 0px;   
}

#NewsList .NewsCount
{
	/* when the news info count at the top is not needed, change the display to none */
	display: none;
  color: black;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
  font-size: 11pt;
}
#NewsList .MoreInfoClick
{
	/* when the news info blurb at the top is not needed, change the display to none */
	display: none;
  color: black;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; 
  font-size: 11pt;
}