﻿/*
    Browsers apply their own default values for these elements,
    so we're resetting everything to even the playing field.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0; /* Removes nasty dotted outline, be sure to style links and  */
}               /* form elements for accessibility */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* General styles for all pages */
html,body {
    font: 13px/1.5 Arial,Sans-serif;
    color: #645B73;
    background: #FFFFFF;
}


h1 {font: 36px/1.5 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial,Sans-serif; color: #fff;}
h2 {font: 24px/1.5 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial,Sans-serif; color: #006eb0; margin:10px 0;}
h3 {font: 18px/1.5 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial,Sans-serif; color: #575757; margin:7px 0;}
h4 {font: 15px/1.5 Arial,Sans-serif; color: #575757;}
a:link {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}    
a:link, a:visited {color:#0099cc; text-decoration:none;}
/*a:visited {color:#73cae7; text-decoration:none;} <-- TBD  */
a:hover,a:focus {color:#000000;}
a:active {color:#6aac25;}
h2 a:link, h2 a:visited, h2 a:hover {color: #006eb0; text-decoration:none;}
ul {list-style:circle;}
hr {
    color: #fff;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-style: none none solid;
    width: 100%;
}
sup {vertical-align:text-top;}
/* General Classes that can be applied to most elements */
.mPro {font-family: 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial, Sans-Serif; letter-spacing: 0.03em;}
.blue {color: #006eb0;}
.gray {color: #575757;}
.leader {font: 16px/1.5 Arial,Sans-serif; border-bottom: solid 1px #e7e7e7; padding: 0 0 15px 0;}
.left {float:left;}
.right {float:right;}
.center {margin: 0 auto;}
.rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    border-radius: 2px;
}
.roundedMore{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    border-radius: 5px;
}    
.indent {margin-left:7px;}
.rightMargin {margin-right:20px;} /* still need this for Lost cards page, looking for a solution */
.leftMargin {margin-left: 30px;} /* this is used on Manual1.aspx and Manual2.aspx */
.inline {display:inline;}       /* to fix IE6/7 float bugs */
.topMargin {margin-top: 10px;}
.WhiteSpace {margin-top:25px !important;}
.NoSpace {
    margin:0px !important;
}
.NoBorder {
    border:none !important;
}
.border {
    border: solid 1px #e7e7e7;
}
.clear  {
    clear:both;
}
.spacer {
    border-right: 1px solid;
}
/* Typographic manipulation */
.txtLowercase { 
    text-transform: lowercase;
}
.quoter {
    font-size: 11px !important;
}
.txtCenter {text-align: center;}
.txtRight {text-align: right;}
.FinePrint, .TinyText {
    font-size:9px;
}
.FinePrint {color: #bbb;}
.alphalist {list-style-type: upper-alpha;}
.noBullet {list-style-type: none;}
.txtTop {vertical-align:text-top;}      /* Used for aligning images to text */
.txtMid {vertical-align:middle;}        /*              ||                 */
.txtBot {vertical-align:text-bottom;}   /*              \/                */
/* Specific content sections */
.Frame1024 {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}
.MenuBar {
    background: #000000;
    height: 50px;
    width: 100%; 
    color: #ffffff; 
    margin: 0;            
}
.MenuBar img {
    margin:10px 15px; 
    float:left; 
    position:relative;
}
Blockquote {background: #fff url(/canada/images/QuoteSprite.gif) no-repeat scroll -2px -60px;}
Blockquote {
    width:600px;
    height:130px;
    margin: 15px 0 0 0;
    padding: 10px 0 0 25px;
    border-top: solid 1px #e7e7e7;
    background-repeat:no-repeat;
}
.QuoteClose {
    background: #fff url(/canada/images/QuoteSprite.gif) no-repeat -2px -2px;
    width:18px;
    height:18px;
    display:inline-block;
    margin:0 0 -4px 5px;
}       
.NavMenu {
    height:15px; 
    position:relative; 
    z-index:100; 
    margin: 18px 15px 0 0;
    float:right;
}
.NavMenu ul {
    list-style-type:none;
}
.NavMenu li {
    float:left;
    position:relative;
    border-right:1px dotted #666666; 
}
.NavMenu a, .NavMenu a:visited {
    display:block;
    font-size:12px;
    text-decoration:none; 
    text-align:center;
    color:#fff;  
    height:15px; 
    background: #000;
    padding-left:10px;
    padding-right:10px; 
    line-height:15px;
    letter-spacing: 1px;
    font-weight:bold;
}
/* These hovers are specified for IE6, because it is stupid. */
.NavMenu a:hover, .NavMenu ul ul a:hover {
    color:#fff; 
    background: #000;
}
.NavMenu :hover > a, .NavMenu ul ul :hover > a {
    color:#fff; 
}/* end IE6 stupidity */
.WideColumn p {
    width:95%;
    margin: 5px 0 10px 0;
}
.WideColumn ul {
    margin:0 0 0 25px;
}
.winterize li {padding-bottom: 15px;}
.contactPic {
    background: transparent url(/canada/images/NewCustomerService.jpg) 0 0 no-repeat;
    width: 625px;
    height: 166px;
    position:relative;  
    left: -10px; 
    
}
.contactPic p {
    padding: 15px 0 0 20px;
    font: 16px/24px Arial,Sans-serif;
}
/* IMAGES CODE */
.imgRight {
    float: right;
    margin: 0 0 10px 10px;    
}

.imgLeft {
    float: left;
    margin: 0 15px 10px 0;    
}

.pad {
    padding-right: 15px;
}
/* END IMAGES CODE */

/* Tables Code */

.tableStyle,.tableHeader  {
    border:1px solid #e0e0e0;
    font-size:small;
    text-align:center;
    width:95%;
    border-collapse:collapse;
    margin: 15px 0;
}

/* used for a few reg pages */
.tableStyle2 {
    border:1px solid #e0e0e0;
    font-size:small;
    text-align:center;
    width:425px;
}

.tableStyle th, .tableHeader th {
    color:#2F3840;
    font-size:small;
    font-weight:bold;
}

td, th {
    line-height:1.3em;
    padding:10px;
    margin:0;
}

.tableStyle th, .tableHeader th, .tableStyle2 th {
    background-color:#f4f4f4;
    border-bottom:1px solid #e0e0e0;
    color:#2F3840;
    font-size:small;
    font-weight:bold;
    margin:0;
    padding:3px 10px;
}
.tableStyle .odd{background:#f4f4f4;}
/* End Tables Code */
.switcher {
    width:100%;
    height: 15px;
    margin: 0;
    padding: 5px 0 4px 0; 
    background: #fff;   
}
.switcher a {
    float:right; 
    padding:0 5px 0 5px;
    line-height:12px;
}
.MainHeader { 
    background: #0d5e99;
    height: 280px;
    width: 954px; 
    margin-top: 4px;
    padding: 15px;
    color: #ffffff;
    position:relative;            
}
.LandingEN {background: #0d5e99 url(/canada/images/splash/AvoidFine.jpg) 0 0 no-repeat;}
.LandingFR {background: #0d5e99 url(/canada/images/splash/AvoidFineFR.jpg) 0 0 no-repeat;}
#TakeExamContainer {position:absolute; top: 42px; left:11px;}
h1#TakeExam, h1#TakeExamFR {
    width:672px;
    height:99px;
    position:relative;
    color: #fff;
    font-size: 14px;
    cursor:pointer;
}
h1#TakeExam span {
    background: transparent url(/canada/images/splash/h1text.jpg) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position:absolute;   
}
h1#TakeExam2 span {
    background: transparent url(/canada/images/splash/h1text2.jpg) 0 0 no-repeat;
    width: 495px;
    height: 124px;
    position:absolute;  
}    
h1#TakeExamFR span {
    background: transparent url(/canada/images/splash/h1textFR.jpg) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position:absolute;   
}
.SubHeader {
    background: transparent url(/canada/images/subHeaderBack.jpg) left top no-repeat;
    width: 954px;
    padding: 15px;
    color: #ffffff; 
    margin: 4px 0 24px 0;  
    position:relative;
}
.SubHeader h1 {
    line-height: 40px;
    letter-spacing: 1px;
}
/* Different item types for the sidebars, these can be reused.*/
.SideBarBox {
    height: auto;
    width:325px;
    margin: 10px auto;     
    text-shadow: 0 1px 1px rgba(255,255,255,1.0);
    position: relative;
}

.SideBarBox p {padding: 0 10px 10px;}

.SideBarLinks ul {list-style:none; margin:0 auto;}
.SideBarLinks li {border-top:solid 1px #fff; border-bottom:solid 1px #e7e7e7;}
.SideBarLinks li.active {background-color:#f4f4f4;}
.SideBarLinks a {display:block;padding:10px 10px 10px 45px}
.SideBarLinks a:hover {background-color:#f4f4f4;}
.SideBarList ul {list-style:none; margin:0 auto;}
.SideBarList li {border-top:solid 1px #fff; border-bottom:solid 1px #e7e7e7;padding:15px 10px 15px 45px;}
.ArrowBullet a {background: url(/canada/images/icons/Add.png) no-repeat 5% 51%}
.PDFBullet a {background: url(/canada/images/icons/pdfIcon.png) no-repeat 3% 50%}
.CheckBullet li {background: url(/canada/images/icons/check.png) no-repeat 5% 50%}

.Popit {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 10px 0;
    background: #ffffff url(/canada/images/PopitBack.jpg) top left repeat-x;  
}
.Popit ul {
    margin:0 0 0 15px;
}

.group:after {      /* for clearing floats */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.NoticeMe {   
    background: #fff url(/canada/images/NoticeMe.png) no-repeat 0 0;
    width: 984px;
    height: 100px;
    padding: 10px 0 0 0;
    position:relative;
}

.NoticeMeFR {    
    background: #fff url(/canada/images/NoticeMeFR.png) no-repeat 0 0;
    width: 984px;
    height: 100px;
    padding: 10px 0 0 0;
    position:relative;
}

.NoticeMe div, .NoticeMeFR div {
    margin: 0 auto;
    width:50%;
    }   
.NoticeMe div.p, .NoticeMeFR div.p {margin-top:25px;} 
.NoticeMe span, .NoticeMeFR span {
    position:absolute;
    left:670px;
}
.NoticeMe .btnBlue, .NoticeMeFR .btnBlue {
    position:absolute;
    top:40px;
    left: 775px; 
}
/*  Pure CSS3 buttons -- Most of these are not handled by IE, so there are
    conditional comments to give them a background image */
.submitBtn::-moz-focus-inner, .submitBtnGray::-moz-focus-inner{
    border:none;    /* This removes the nasty inner outline */
    padding:0;      /* Mozilla thought would be a good idea */
}
.submitBtn,.submitBtnGray,.btnBlue,#btnGreen {
	font: 16px "myriad-pro-condensed-1","myriad-pro-condensed-2",Arial,Sans-serif;
	padding: 5px 15px;
	margin-bottom: 3px;
	width:auto;       /* ie 6/7 width fix */
	overflow:visible; /* ie 6/7 width fix */
	outline:0;
	border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0.0, rgba(255, 255, 255, 0.8)),
			color-stop(0.01, rgba(255, 255, 255, 0.6)),
			color-stop(0.5, rgba(255, 255, 255, 0.3)),
			color-stop(0.5, rgba(255, 255, 255, 0.2)),
			color-stop(1.0, rgba(255, 255, 255, 0.0)));
	background-image: -moz-linear-gradient(top,
			rgba(255, 255, 255, 0.6) 0%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.0) 100%);
	background-color: #1570A5;
	color: #fff !important;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.80);
}
.submitBtn:hover,.submitBtn:focus,.submitBtnHover,.submitBtnGray:hover,.submitBtnGray:focus,.submitBtnGrayHover,.btnBlue:hover,.btnBlue:focus,#btnGreen:hover,#btnGreen:focus{ /* Redundant classes are for IE 6 hover */
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: #1981bd;
	color: #fff;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.8);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	outline:0;	
}
.submitBtn:active{
	background-color: #115c88;
	-webkit-transition-duration: 0.0s;
	-moz-transition-duration: 0.0s;
	-o-transition-duration: 0.0s;
	outline:0;
}    
.submitBtnGray {
    background-color: #888;  
    color: #ddd;
}
.submitBtnGray:hover,.submitBtnGray:focus,.submitBtnGrayHover {
    background-color: #999;
}
/*a.submitBtn, a.submitBtnGray  {
    color:White;           
}*/
.btnBlue {
    min-width:145px;
    color:#fff !important;
    width:auto;
    font-size:18px;
    letter-spacing: 0.06em;
    text-align: center;
    cursor:pointer;
    display:inline-block;
}
#buttonContainer {position:absolute; top: 225px; left: 20px;}
#btnGreen {
    height: 57px;
    width: 275px;
    display:block;
    padding:0;
    color:#fff !important;
    font-size: 36px;
    line-height: 57px;
    border: 1px solid #fff;
    background-color: #76a628;
}
#btnGreen:hover,#btnGreen:focus {
    background-color: #80b42c;
}
#subHeaderBtn {position:absolute; top:18px; left:790px; font-size:1.5em;}
#BobBox {
    background: transparent url(/canada/images/fullbob.jpg) no-repeat right bottom;
    width:325px;
    height:250px;
    margin-left: 12px;
    padding-top:25px;
    position:relative;
}

#BobBoxFR {
    background: transparent url(/canada/images/fullbobFR.jpg) no-repeat right bottom;
    width:325px;
    height:250px;
    margin-left: 12px;
    padding-top:25px;
    position:relative;
}

#BobBox p {
    margin-left:15px;
    width:190px;
}

#BobBoxFR p {
    margin-left:15px;
    width:175px;
}

#BobBox span, #BobBoxFR span {
    position:absolute;
    bottom:2px;
    left:6px;
    color: #000;
    font-size: 11px
}
/* specs for the three lower content columns - Landing page */
.columnContainer {
	width: 984px;
	overflow:hidden;
}
.column01, .column02, .column03 {
    width: 324px;
    height: 130px;
    position:relative;
}
.column01 h2, .column02 h2, .column03 h2 {
    margin-top: 5px;
}
.column04 {
    width:500px;
}
.columnGeneric { /* Used on the overview page */
    width:300px;
    height:270px;
    margin-right:8px;
    padding:9px;
    position:relative;
}
.columnGeneric .btnBlue {position:absolute;bottom: 10px; left: 73px;} /* Normalization of buttons on overview page */
/* 
    Secondary page columns
    Overflow:hidden is set to fix ie6 bugginess
*/
.RightColumn {width:345px; min-height: 782px; height: auto; float:left; background: url(/canada/images/rightback.jpg) left top no-repeat;overflow:hidden;}
.RightColumnShort {width:345px; min-height: 434px; height: auto; float:left; background: url(/canada/images/rightbackshort.jpg) left top no-repeat;overflow:hidden;}
.LeftColumn {width:345px; min-height: 782px; height: auto; float:left; background: url(/canada/images/leftback.jpg) right top no-repeat;overflow:hidden;}
.WideColumn {width:629px;float:left; overflow:hidden; padding: 0 0 0 10px;}
/* End column code */
/* lost cards login form */
.loginFormRight {
    width: 50%;
    border-right: dotted 1px #ccc;
    height: 100%;
    float:left;
    padding: 20px 0 0 0;
    position:relative;
    z-index:10;
}
.loginFormRight .holder {
    width:180px;
    margin: 5px 0 10px 80px;
}
.loginFormRight input[type="text"],.loginFormRight input[type="password"] {
    margin-right:40px;
}
.loginFormLeft {
    width:275px;
    float:left;
    padding: 20px 0 0 5px;
    position:relative;
    z-index:10;
}
.loginFormLeft h2 {
    margin:-7px 0 -10px 0;
    padding:0;
    font-size:44px;
}
/* Footer */
.FooterContainer{ 
    margin: 40px 0 15px 0;
    border: dotted 1px #d7d7d7;
    height: 200px;
    width: 977px;
    padding: 3px;
    clear: both;
}
.footer {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -webkit-gradient( linear, 0 40%, 0 150%, from(#ffffff), to(#f2f2f2) ); 
   	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#ffffff, 
                endColorstr=#f2f2f2, 
               GradientType=0); 
    width:100%;
    height: 100%;
    display:block;
    overflow:hidden;
    font-size: 0.8461em;
    line-height:1.5;
}    
.footer div.line {
    margin: 15px;

}
.footer div.line ul{
    list-style: none;
}
/* KEEPPING THIS JUST FOR CLASSROOM UNTIL IT GETS DEPLOYED - AUG 20 */
.footer div.content {
    margin: 15px;
    float:left;
    width:195px;
}
.footer div.content ul{
    list-style: none;
    position:relative;
}
/* END OF CODE ABOVE FOR TEMPORARY CLASSROOM */

.footer a:link, .footer a:visited { color: #848484; outline:none; position:relative}
.footer a:hover {color: #0099cc}
.footer a:active, .footer a:focus { color: #0099cc}

.footer div.contact {width:250px}
.footer div.socialMedia {position:relative}
.footer div.socialMedia img,.subFooter img {margin: 0 5px 0 0; border:none; opacity: 0.5; -webkit-transition: all .5s ease-in-out; -moz-transition: opacity .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;-ms-filter:"alpha(opacity=50)";filter: alpha(opacity=50);}
.footer div.socialMedia img:hover,.footer div.socialMedia img:focus,.subFooter img:hover,.subFooter img:focus {opacity: 1;-ms-filter:"alpha(opacity=100)";filter: alpha(opacity=100);}
.subFooter img {margin-left: 5px;}
/* form styles */
fieldset {
    width: 580px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background: #ffffff url(/canada/images/PopitBack.jpg) top left repeat-x;      
}
legend {
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #848484;
}
label {color:#006EB0; margin: 5px 0 0 3px;}

input[type="text"],input[type="password"], textarea {
    padding: 6px 9px 5px;
    background: #FFFFFF url('/global/images/inputback.png');
    font:12px Helvetica,Arial,Geneva,sans-serif;
    color:#848484;
    width: 150px;
    border:1px solid #ccc;
    margin: 1px 2px 5px 2px;
}  
input:focus, textarea:focus, select:focus {
    -moz-box-shadow:0 0 5px #8bc540;
    -webkit-box-shadow:0 0 5px #8bc540;
    box-shadow:0 0 5px #8bc540;    
    border: 1px solid #8bc540;
    color:#848484; 
    background-repeat: no-repeat;   
    outline: none;
}
select { 
    width: 220px;
    background: #FFFFFF url('/global/images/inputback.png');    
    font:12px Helvetica,Arial,Geneva,sans-serif;
    color:#848484;
    border:1px solid #ccc;
}

/* COMMENTED THIS OUT, ITS NOT ON THE REG CSS, ONLY ON MAIN SITE CSS, NOT SURE WHERE THIS IS BEING USED */
/*input[type="text"] 
{
    width: 150px;

}

input[type="password"] 
{
    width: 150px;

}*/
.formError {
    color:#ee8f00;
    font-weight:bold;
    font-size:14px;
    background: url(/global/images/icons/warning.png) no-repeat 0 0;
    line-height:32px;
    height: 32px;
    padding: 0 0 0 35px;
}

.formError2 {
    color:#ee8f00;
    font-weight:bold;
    font-size:12px;
    background: url(/global/images/icons/warning.png) no-repeat 0 0;
    line-height: 20px;
    padding: 10px 0 3px 35px;
}

/* Style for Transport Canada Accredited img & title */
#transportCanadaTitle {
    position: absolute; 
    top: 5px;  
}

/* 
╠ Column layouts - Explanation below ╣ 
╠ line     ╣    Groups units on one horizontal line. Note: for mobile layout units may be stacked to avoid horizontal scrolling.
╠ unit     ╣    Base class which divides a line into sections (columns).
╠ widthX   ╣	Extends unit. X Indicates the Percentage width of the unit. The following fractions are supported: 1 1/2 1/3 2/3 1/4 3/4 1/5 2/5 3/5 4/5
╠ lastUnit ╣	Extends unit. Applied to the last child of every line. Removing the float fixes IE6 bugs
*/
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; }
.unit{float:left;_zoom:1;}
.width100{float:none;}
.width25{width:25%;}
.width50{width:50%;}
.width75{width:75%;}
.width33{width:33.33333%;}
.width66{width:66.66666%;}
.width20{width:20%;}
.width40{width:40%;}
.width60{width:60%;}
.width80{width:80%;}
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}

/* Media Block [ image with text floated next to it ] */
.mediaBlock {margin:10px;}
.mediaBlock, .copy {overflow:hidden; _overflow:visible; zoom:1;}
.mediaBlock .img {float:left; margin-right: 10px;}
.mediaBlock .img img{display:block;}
.mediaBlock .imgExtra{float:right; margin-left: 10px;}