/*The Cascading style sheet for COSEWIC*/
/*Created by: Marc Belanger*/

/*defaults for the body*/
body
{
	background : #ffffff;
	/*set the background to white*/
	font-family : Arial, Helvetica, sans-serif;
	/*set the default font to arial*/
	color : #000000;
	/*set the font colour to black*/
	font-size : 0.90em;
	/*set the font size to 10 points*/
}

P
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

/*does not indent every new paragraph*/
P.noind
{
	text-indent: 0pt;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

/* does not add a space after every new paragraph*/
P.nospace
{
	margin-bottom: 0px;
	text-indent: 0pt;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

P.nospace_top_bottom
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0pt;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

.nospace_top_bottom
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.nospace_top
{
	margin-top: 0px;
}


.nospace
{
	margin-bottom: 0px;
}


.default_text
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

/*Used in form input text boxes at size=25 for browser consistency*/
P.form
{
	text-indent: 0pt;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

P.legend
{
	text-indent: 0pt;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

P.legend_nospace
{
	margin-top: 0px;
	text-indent: 0pt;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

P.pubinfo
{
	text-indent: 0pt;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}

P.caption
{
	text-indent: 0pt;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
}

P.sub
{
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 0.90em;
	font-weight: bold;
}

P.sub_nospace
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 0.90em;
	font-weight: bold;
}

P.warn
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 0.90em;
	font-weight: bold;
}

/*UL list*/
UL
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

UL UL
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

UL.news_list
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

UL.news_list li
{
	margin-left: -25px;
}

/*OL list*/
OL
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

/*the defaults inside a table*/

td
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

th.sub
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
}


/* --- Where the fonts are set --- */
H1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 1.5em;
	font-weight: bold;
}

H2
{   font-family: Arial, Helvetica, sans-serif;
    color: #993300;
	font-size: 1.4em;
	font-weight: bold;
}

H3
{   font-family: Arial, Helvetica, sans-serif;
    color: #993300;
	font-size: 1.3em;
	font-weight: bold;
}

H4
{   font-family: Arial, Helvetica, sans-serif;
    color: #993300;
	font-size: 1.2em;
	font-weight: bold;
}

H5
{   font-family: Arial, Helvetica, sans-serif;
    color: #993300;
	font-size: 1.0em;
	font-weight: bold;
}

H6
{   font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	font-weight: bold;
}

H7
{   font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
	font-size: 1.0em;
	font-weight: bold;
}



/* --- special classes for changing the text --- */

/*a class to use when we are displaying the file size --- changes font to red*/
font.filesize 			   
{   color: #FF0000;
 	font-size: 0.90em;
  	font-weight: normal;
}

div.footer
{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}

font.region
{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}

font.link
{
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- What to do for the links --- */			
			
A:link    /*what to do when a link is displayed*/
{    
	color : #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A:visited    /*what to do when a link has been visited*/
{    
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A:active /*what to do when a link is pressed*/
{
	color : #993300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A:hover
{
	text-decoration : none;
}

.test /*link in the user bar*/
{
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.select
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em; 
}


/*Created by Dominc Dionne
Part use for the Cosewic Document post*/

TD.userbar
{
	background-color : #000000;
	color: #FFFFFF;
}

TD.filedetail
{
	background-color: #003366;
	color: #FFFFFF;
	
}

TD.useranddesc
{
	background-color: #9BB2C8;
}

TD.commentdetail
{
	background-color: #205386;
	color: #FFFFFF;
	
}

TD.comment
{
	background-color: #BBD2E8;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.indented
{
	padding-left: 30px;
}

.nobreak
{
	margin-right: 0px;
}