/*
========================================
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
a {
	outline: none; /* activis: This prevents the link from having a dotted outline in Firefox */
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	color: black;
	background-color: #ff9;
	text-decoration: none;
}
mark {
	color: black;
	background-color: #ff9;
	font-style: italic;
	font-weight: bold;
}
del,strike,s {
	text-decoration: line-through;
}
acronym,
abbr[title],
dfn[title]{
	border-bottom: 1px dotted black;
	cursor: help;
}
/*
========================================
©YUI base, Adapted by Martin Dube for Activis Technologies inc.
Created: 2009-12-15
Updated: 2009-12-17 - mDube
*/

body, form, input, textarea, select, option {
	font-family: arial,sans-serif;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /*62.5%*/
}
iframe {
	width: 100%;
}
span {
	display: inline;
}

/* Typo */
p, q, a, h1, h2, h3, h4, h5, h6, 
pre, code, legend, input, textarea, button, 
li, dt, dd, th, td {
	font-size: 100%;
	line-height: 1.2em;
}
h1 { font-size: 2.2em; margin-bottom: 0.42em; }
h2 { font-size: 1.8em; margin-bottom: 0.56em; }
h3 { font-size: 1.4em; margin-bottom: 0.77em; }
h4 { font-size: 1em; margin-bottom: 1.15em; }
h5 { font-size: 0.93em; margin-bottom: 0.13em; }
h6 { font-size: 0.86em; margin-bottom: 0.18em; }


h2, h3, h4, h5, h6,
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
strong em, strong i, b em, bi,
em strong, i strong, em b, i b {
	font-style: italic;
	font-weight: bold;
}
sup {
	vertical-align: super;
	font-size: 0.7em;
}
big {
	font-size: 120%;
}
small {
	font-size: 84%;
}
code {
	font-size: 120%;
	line-height: 1.2em; /*(1.2) default line-height (mDube)*/
	color: #004D00;
}
h1 code,h2 code,h3 code,h4 code {font-weight: bold;}
h2 code { font-size: 197%; }
h3 code { font-size: 146.5%; }

blockquote {
	/*giving blockquotes room to breath (yui)*/
	margin: 1.2em 1em;
}
ul,ol {
	/*giving blockquotes and lists room to breath (yui)*/
	margin: 0 0 1.2em 0.5em;
}
ul {
	min-height: 1%;
}
ol {
	/*bringing lists on to the page with breathing room (yui)*/
	margin-left: 1.6em;
	vertical-align: top;	
}
li {
	margin: 0.3em 0 0.3em 1em; /* top+bottom = 50% of the (1.2) default line-height (mDube)*/
	text-align: left;
}
ul li {
	/* giving UL's LIs generated disc markers (yui)*/
	list-style: disc outside;
	margin-left: 1.32em; /*fix IE6+IE7 bug (mDube)*/
}
ol li,
ul li ol li {
	/*giving OL's LIs generated numbers (yui)*/
	list-style: decimal outside !important;
}
dl { 
	display: block;
	min-height: 1%;
	overflow: hidden;
	margin: 0 0 1.2em 1em;
}
dt {
	float: left;
	clear: left;
	width: auto;
	margin-right: 0.25em;
	font-weight: bold;
}
dd {
	float: left;
	width: auto;
}

th,td {
	/*borders and padding to make the table readable (yui)*/
	border: 1px solid black;
	padding: .6em .5em; /*top+bottom = (1.2) default line-height (mDube)*/
	text-align: left;
}
th {
	/*distinguishing table headers from data cells (yui)*/
	font-weight: bold;
}
thead th {
	background-color: gray;
}
tbody th {
	background-color: #EEE;
}
tfoot {
	font-size: 0.84em;
}
table {
	width: 100%;
	line-height: 1.2em; /*(1.2) default line-height (mDube)*/
	font-size: 93%;
	border-collapse: collapse; /* html5doctor.com Reset Stylesheet */
	border-spacing: 0; /* html5doctor.com Reset Stylesheet */
	background-color: white;
}
table h2,table h3,table h4 {
	margin: 0;
}
table p,table ul,table dl {
	margin: 0 0 0.3em 0;
}
caption {
	margin-bottom: .6em; /* 50% of the (1.2) default line-height (mDube)*/
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}
p,fieldset,table,pre {
	margin-bottom: 1.2em; /*1.2 = default line-height (mDube)*/
}
li p {
	margin-bottom: 0.3em; /* 25% of the (1.2) default line-height (mDube)*/
}
object {
	margin: 0;
	padding: 0;
}
label {
	display: inline;
	line-height: 2.4em; /* 200% of the (1.2) default line-height (mDube)*/
}
button {
	display: inline;
	width: auto; /* clean fix for IEs inner horizontal padding */
	overflow: visible; /* clean fix for IEs inner horizontal padding */
	margin: 0;
	padding: 0;
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	border: 1px solid gray;
	background: #EEE none repeat-x left top;
	cursor: pointer;
}
address {
	font-size: 100%;
	font-style: normal;
}

/* Quotes */
q {
	font-style: italic;
}
/*
| Quote style.
| Conforme aux normes de l'Office de la langue francaise du Quebec.
| mDube
*/
/* English lang quotes don't use space within the wrapper */
.en q:before, .en-CA q:before,
html[lang=en] q:before, :lang(en) q:before,
html[lang=en-CA] q:before, :lang(en-CA) q:before,
html[lang=en-US] q:before, :lang(en-US) q:before {
	content: "“"; /*left*/
}
.en q:after, .en-CA q:after,
html[lang=en] q:after, :lang(en) q:after,
html[lang=en-CA] q:after, :lang(en-CA) q:after,
html[lang=en-US] q:after, :lang(en-US) q:after {
	content: "”"; /*right*/
}
/* French and Spanish lang quotes need spaces within theire wrapper */
.fr q:before, .fr-CA q:before,
html[lang=fr] q:before, :lang(fr) q:before,
html[lang=fr-CA] q:before, :lang(fr-CA) q:before,
html[lang=es] q:before, :lang(es) q:before {
	content: "« "; /*left*/
}
.fr q:after, .fr-CA q:after,
html[lang=fr] q:after, :lang(fr) q:after,
html[lang=fr-CA] q:after, :lang(fr-CA) q:after,
html[lang=es] q:after, :lang(es) q:after {
	content: " »"; /*right*/
}

