/**********************************************************************************************************************
* #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: Tahoma;
  font-size: 11pt;
}
#NewsList #MainContainer
{
  padding: 8px 0px 0px 0px;
  width:100%;
}
#NewsList .TitleContainer
{
  padding: 0px 0px 0px 0px;
  font-weight:bold;
  font-size: 10pt;
  color:#9C0000;
  text-decoration: underline;
}

#NewsList .Name
{
  /* Similar to using the BR tag in HTML, the display attribute can be used to force the contents following the News
  Item Name to appear on the next line. */
  display: block;
  
  /* Causes the News Item Name to appear in bold letters. */
  font-style:  normal;
  text-decoration: underline; 
}
#NewsList .Name A
{
  font-style: normal;
  text-decoration: underline; 
  font-weight: normal;
  font-size: 10pt;  
}
#NewsList .DisplayDate
{
	display: block;
  vertical-align:top;
  color: black;
  font-style: normal;
  text-decoration: none; 
  font-size: 10pt; 
  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: 10pt; 
  padding: 5px 0px 5px 0px;   
}

#NewsList .ImageContainer
{
  vertical-align:top;
  width:15px;
}
#NewsList .HRContainer
{
  height:1px;
  background-color:#8EC341;
}

#NewsList .NewsListTitle
{   
 
  color: black;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
  font-size: 10pt; 
  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: 10pt;
}
#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: 10pt;
}