/**********************************************************************************************************************
* WEBSITE CONTENT MODULE
* 
* Copyright ©2006 - ASI Technologies Inc. (1167644 Ontario Inc.) - All rights reserved.
* No use or modification without the expressed, written permission of ASI Technologies Inc. (1167644 Ontario Inc.)
**********************************************************************************************************************/

/**********************************************************************************************************************
* ORCGAHomeNews.css
*
* Contains styles for use with TEMPLATE1.XSL and TEMPLATE1.XML that illustrate how different styles can be applied to 
* the same XSL template to achieve varied results. 
*
* All styles can be distributed for use on client websites.
*
* STYLES (in alphabetical order)
* ---------------------------------------------------------------------------------------------------------------------
* #NewsListSponsors
*
* MODIFICATION HISTORY
*
* Any modifications made to this file require updating the associated documentation (which is separate from the code)
* For more information on the current location of this documentation on the network, please contact Andrew McKendrick.
*
* MODIFIED BY					          DATE (YYYY-MM-DD)		     DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Himal Abeykoon                2007-04-09               Created this file.
**********************************************************************************************************************/

/**********************************************************************************************************************
* NewsListSponsors Style
*
* A Teaser Template (such as this) should be displayed within an HTML container such as a DIV or SPAN. This style 
* is applied to any HTML container having an ID of 'NewsLIst' (notice the # symbol that appears in front of the style 
* name, this signifies an ID follows).
*
* By changing this stylesheet, several variations of the same Teaser Template can be created. Examples include:
* 
* - Hiding the More Link image.
* - Hiding the Display Date.
* - Hiding the Bullets or changing them to a different style (i.e. a square) or changing them to a client-specific 
*   image.
* - Showing the date on the same line as the title with or without a more link.
* - Allowing teasers to be displayed, or hiding them regardless of individual item/article settings.
*
* Examples of what cannot be done using a style sheet include the following. In these cases a new template must be 
* created.
*
* - Changing the wording or characters displayed by the template (such as displaying the words [Full Text] instead 
*   of More... or using Square brackets around a date instead of Parenthesis)
* - Some re-positioning may not be possible.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY/MM/DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-09-27               Created this style.
**********************************************************************************************************************/
#NewsListSponsors                                                
{  
  /* Any HTML elements contained within this HTML control, will have this font by default, unless otherwise 
  specified. */
  font-family: Arial;
  font-size: 9pt;
  /* Specifies that the width of the HTML control is X number of pixels. Usually 'Teaser Templates' will be displayed
  in an area to the side of other content. 
  width: 195px;*/
}

/**********************************************************************************************************************
* Properties for item name link
*/
#NewsListSponsors .link
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: black;
  FONT-FAMILY: Arial,Verdana,Helvetica;
  TEXT-DECORATION: none
}

/**********************************************************************************************************************
* #NewsListStake IMG Style
*
* Applies to any image within the News List DIV.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY/MM/DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Himal Abeykoon               2006-11-23               Created this template.
**********************************************************************************************************************/
#NewsListSponsors .Image
{
  border: none 0px;
}