/**********************************************************************************************************************
* 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.)
**********************************************************************************************************************/

/**********************************************************************************************************************
* Academic.CSS
*
* Contains styles for use with Academic.XSL and Academic.XML.
*
* All styles can be distributed for use on client websites.
*
* STYLES (in alphabetical order)
* ---------------------------------------------------------------------------------------------------------------------
* #Academic
* #Academic .AdditionalInformation
* #Academic .DisplayDate
* #Academic .DocumentAuthor
* #Academic .DocumentAuthorCaption
* #Academic .DocumentDescription
* #Academic .DocumentFileName
* #Academic .DocumentFileName A
* #Academic .DocumentRevision
* #Academic .DocumentRevisionCaption
* #Academic .Documents
* #Academic .Documents TABLE
* #Academic .Documents TABLE TD
* #Academic .DocumentStatus
* #Academic .DocumentStatusCaption
* #Academic .DocumentTypeIcon
* #Academic .DocumentTypeIcon IMG
* #Academic .Link
* #Academic .Name
* #Academic .Text
*
* MODIFICATION HISTORY
*
* MODIFIED BY					          DATE (YYYY-MM-DD)		     DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this file.
**********************************************************************************************************************/

/**********************************************************************************************************************
* #Academic Style
*
* A Template (such as this) should be displayed within an HTML container such as a DIV or SPAN. This style is applied 
* to any container having an ID of 'Academic' (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 Template can be created. If the desired result cannot be
* achieved, a new template should be created.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic
{  
  /* Any HTML elements contained within this HTML control, will have this font by default, unless otherwise 
  specified. */
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 9pt;
}

/**********************************************************************************************************************
* #Academic .AdditionalInformation
*
* A caption that displays above the document section that reads 'Additional Information' is enclosed in a span. This
* style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .AdditionalInformation
{  
  /* Sets the padding between the Text of the item and the caption. */
  padding-top: 0px;
  font-weight: bold;
  /* Center the caption within the page. Width is required, otherwise the caption will always appear left-justified
     regardless of the value of the text-align attribute. */
  text-align: center;
}

/**********************************************************************************************************************
* #Academic .DisplayDate
*
* The display date of this item is enclosed in a span. This style is applied to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DisplayDate
{
  /* Similar to using the BR tag in HTML */
  display: block;
}

/**********************************************************************************************************************
* #Academic .DocumentAuthor
*
* The author of a document is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentAuthor
{
}

/**********************************************************************************************************************
* #Academic .DocumentAuthorCaption
*
* The caption that is displayed before the author of a document is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentAuthorCaption
{
  font-weight: bold;
}

/**********************************************************************************************************************
* #Academic .DocumentDescription
*
* The description of a document is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentDescription
{
}

/**********************************************************************************************************************
* #Academic .DocumentFileName
*
* The filename of a document appears in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentFileName
{
}

/**********************************************************************************************************************
* #Academic .DocumentFileName A
*
* The filename of a document appears in a span as a link which the user can click to view the document. This style is 
* applied to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentFileName A
{
  font-weight: bold;
  text-decoration: none;
}

/**********************************************************************************************************************
* #Academic .DocumentRevision
*
* The document revision is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentRevision
{
}

/**********************************************************************************************************************
* #Academic .DocumentRevisionCaption
*
* The caption that is displayed before the document revision is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentRevisionCaption
{
  font-weight: bold;
}

/**********************************************************************************************************************
* #Academic .Documents
*
* The section that displays all of the documents Academicd with this item is enclosed within a span. This style 
* applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .Documents
{
}

/**********************************************************************************************************************
* #Academic .Documents TABLE
*
* All of the documents Academicd with this item are displayed within a table. This style applies to that table.
* Without this style, the default font will be used for all text in the table.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .Documents TABLE
{
  font-family: Arial;
  font-size: 9pt;
  /* Indent the documents. */
  margin-left: 25px;
}

/**********************************************************************************************************************
* #Academic .Documents TABLE TD
*
* All of the documents Academicd with this item are displayed within a table. This style applies to all of the cells
* within that table.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .Documents TABLE TD
{
  /* Eliminates spacing between cells. */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/**********************************************************************************************************************
* #Academic .DocumentStatus
*
* The document status is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentStatus
{
  display:none;
}

/**********************************************************************************************************************
* #Academic .DocumentStatusCaption
*
* The caption that is displayed before the document status is enclosed in a span. This style applies to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentStatusCaption
{
  font-weight: bold;
  display:none;
}

/**********************************************************************************************************************
* #Academic .DocumentTypeIcon
*
* The image that indicates the type of a document appears in a span. This style is applied to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentTypeIcon
{
}

/**********************************************************************************************************************
* #Academic .DocumentTypeIcon IMG
*
* The image that indicates the type of a document appears in a span. This style is applied to the image itself.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .DocumentTypeIcon IMG
{
  border: none 0px;  
}

/**********************************************************************************************************************
* #Academic .Link
*
* A Link (enclosed in a span) that is Academicd with this item.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .Link
{ 
  /* Similar to using the BR tag in HTML */
  display: block;
}

/**********************************************************************************************************************
* #Academic .Name
*
* The name of each item is enclosed in a span. This style is applied to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .Name
{
  /* Similar to using the BR tag in HTML */
  display: block;
  padding: 10px 0px 0px 0px;
  color: #0173B9;
  font-weight:bold;
  font-size: 11pt;
  text-align:left;   
}

/**********************************************************************************************************************
* #Academic .Text
*
* The text of the item is displayed in a span. This style is applied to that span.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-02               Created this style.
**********************************************************************************************************************/
#Academic .Text
{   
  /* Similar to using the BR tag in HTML */
  display: block;
  /* Displays a blank line before and a blank line after the item text. */  
  padding: 0px 0px 0px 0px;
}
#MainContainer
{
}
