/*
 * style.css
 *
 *   Default style sheet used for Niagara documentation.
 *
 * @author    Brian Frank
 * @creation  2 Oct 01
 * @version   $Revision: 1.1 $ $Date: 2009/09/09 10:06:22 $
 * @since     Niagara 3.0
 * 
 * Updated to CNS format 08 Sep 09
 * 
 */

/***************************************************************
* Body
***************************************************************/

body
{
  background: #ffffff;
  font-family: Arial;
}

/***************************************************************
* Headers
***************************************************************/
 
h1 
{ 
  color: #000;
  background: #ddd; 
  border-bottom: black;  
  font-size: 18pt;  
}

h1.title
{
  color: #669;
  background: none;  
  font-size: 24pt;
  border: none;
}

h1.cns
{
  font-family: Arial;
  font-size:18px;
  font-weight: bold;
  color: #0062A4;
  background: none;  
  border: none;
  font-style: italic;
}

h2
{ 
  font-size: 16pt;
  padding-left: 0.5em;
}

h2.cns
{
  font-family: Arial;
  font-size:18px;
  font-weight: bold;
  color: #2b316d;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px;
}

h3, h4, h5, h6
{ 
  font-size: 16px;
  padding-left: 0em;
}

/***************************************************************
* Paragraphs
***************************************************************/

p 
{ 
  padding-left: 30px;
  font-size: 14px;  
}

p.caution, p.important, p.note, p.tip, p.warning
{ 
  color: #800000;
}        

p.navbar
{ 
  background: #bbb;
  border-top: black;
  border-bottom: black;
  margin: 5;
  text-align: left;  
}           

p.copyright
{ 
  margin: 0;
  text-align: center;
}        

pre
{ 
  font-family: monospace;
  padding-left: 4em;
  color: #008000;
}

/***************************************************************
* Lists
***************************************************************/

ul
{
  padding-left: 2em;
}

ol
{
  padding-left: 2em;
}

li
{
  margin: 0.3em;
  font-size: 14px;  
}

/***************************************************************
* Tables
***************************************************************/

table
{ 
  padding-left: 3em;
  font-size: 14px;  
}

/***************************************************************
* Font Styles
***************************************************************/

font.index
{ 
  font-style: bold;
}

a:link, a:visited, a:link:active, a:link:hover, a:visited:hover
{
	color: #0062A4;
	font-weight: bold;
	text-decoration: none;
}

a:link:active
{
	color: #5964DE;
	text-decoration: underline;
}

a:link:hover, a:visited:hover
{
	text-decoration: underline;
}

a img
{
	text-decoration: none;
	border: 0px;
}

img
{
	border-style: none !important;
}

