/* File: basic.css  */
/* Author: CMCD, Health Canada */
/* Date: 2004-06-08 */
/* Purpose: This style sheet will work in all all CSS-Level 1 compliant Browsers.
   Note the font sizing fields all use pt's which are not re-sizable except in
   Netscape 4.X. An additional style sheet "advanced.css" will overwrite all sizing
   options in this one with Percentage sizing. */

/* Sets font characteristics for all basic tags */
body, p, blockquote, table, td, th, li, ul, ol, dd, dl, dt
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif; 
	color:#ffffff;
	

}

.red{color:#9D2300}
.button{background:#9D2300; border:1px solid #9d2300; color:white}
input {background:#5B6668; border:1px solid #808A8C; color:white}
select {background:#5B6668; border:1px solid #808A8C; color:white;}

td.main
{
padding-left:10px; 
padding-top:10px;
padding-right:10px;  
padding-bottom:0px; 

border-left: 1px solid #454A4C;
border-right: 1px solid #454A4C;
}

td.main2
{
padding-left:10px; 
padding-top:10px;
padding-right:10px;  
padding-bottom:20px; 

border-left: 1px solid #454A4C;
border-right: 1px solid #454A4C;
border-bottom: 1px solid #454A4C;
}

td.side
{
padding-left:5px; 
padding-top:8px;
padding-right:4px;  
padding-bottom:8px; 
background-image: url(images/bg_box.gif); background-repeat: no-repeat; 
}

.meta {color:#333739; font-size:1px}
.meta2 {color:#B3B8BB; font-size:1px}


.black {color:#000000}

td.truck {background-image: url(images/bg_truck.gif); background-repeat: no-repeat; padding-left:10px; }


/* All header share some common characteristics. Sizes specified separately */
h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
	color: black;
	background: transparent;
	font-weight: bold;
}

h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }


/* Simple text-sizing classes */
.size-largest	{ font-size: 14pt; }
.size-larger	{ font-size: 13pt; }
.size-large 	{ font-size: 12pt; }
.size-normal	{ font-size: 10pt; }
.size-small		{ font-size: 9pt; }
.size-smaller	{ font-size: 8pt; margin-bottom: 1px; }
.size-smallest	{ font-size: 7.5pt; margin-bottom: 1px; }

a {color:black}
a:hover {color:black; text-decoration:none}

/* Unordered list formats */
ul.bullet-check		{ list-style-image:   url(file:///C|/Documents%20and%20Settings/Tstjean/Desktop/%22/tb-bo/images/common/bullet_check.gif%22); }

/* Simple but useful text color display classes. */
.colour-subject { color: #006699; }


/* Table Cell background colours, dark background colours complemented with white text */
.bg-subject		{ background-color: #006699; color: #FFFFFF; }



/* Indents using increments of 10 and 15 pixels */
.indent10 		{ padding-left: 10px; }
.indent			{ padding-left: 3px; padding-bottom:5px; color:black}
.indent20 		{ padding-left: 20px; }
.indent30 		{ padding-left: 30px; }
.indent40 		{ padding-left: 40px; }
.indent45		{ padding-left: 45px; }
.indent50		{ padding-left: 50px; }


/* border types */
.border-solid			{ border: 1px solid #000000; padding: 1px; }


