﻿/*
    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: 24px/1.5 Arial,Sans-serif;color:#fff;}
h2 {font: 700 18px/1.5 Arial,Sans-serif;color:#006eb0;margin:10px 0;}
h3 {font: 700 16px/1.5 Arial,Sans-serif;color:#575757;margin:7px 0;}
h4 {font: 15px/1.5 Arial,Sans-serif; color: #575757;}
.wf-active h1 {font: 700 36px/1.5 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial,Sans-serif; color: #fff;}
.wf-active h2 {font: 700 24px/1.5 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial,Sans-serif; color: #006eb0; margin:10px 0;}
.wf-active h3 {font: 700 18px/1.5 'myriad-pro-condensed-1', 'myriad-pro-condensed-2', Arial,Sans-serif; color: #575757; margin:7px 0;}

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(https://faecdn.com/global/i/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(https://faecdn.com/global/i/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(https://faecdn.com/global/i/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%;
    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: #e2e3e6 url(/canada/images/splash/HolidayHeader.jpg) 0 0 no-repeat;}
.LandingFR {background: #e2e3e6 url(/canada/images/splash/AvoidFineFR.jpg) 0 0 no-repeat;}
#TakeExamContainer {position:absolute; top: 42px; left:11px;}
#TakeExamContainer h1 {
    font-size:40px;
    line-height:1;
    margin-bottom: 27px;
    color: #006eb0;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.80);
}
.wf-active #TakeExamContainer h1 {
    font-size:60px;
    line-height:1;
    margin-bottom: 27px;
    color: #006eb0;
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}
#TakeExamContainer h2 {
    font-size:20px;
    font-weight: 400;
    position: relative;
    top: -30px;
    left: 2px;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
}
.wf-active #TakeExamContainer h2 {
    font-size:30px;
    font-weight: 400;
    position: relative;
    top: -35px;
    left: 2px;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
}
#TakeExamContainerFR {position:absolute; top: 42px; left:11px;}
#TakeExamContainerFR h1 {
    font-size:30px;
    line-height:1;
    margin-bottom: 27px;
    color: #006eb0;
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}
.wf-active #TakeExamContainerFR h1 {
    font-size:44px;
    line-height:1;
    margin-bottom: 27px;
    color: #006eb0;
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

#TakeExamContainerFR h2 {
    font-size:16px;
    font-weight: 400;
    position: relative;
    top: -26px;
    left: 2px;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
}
.wf-active #TakeExamContainerFR h2 {
    font-size:22px;
    font-weight: 400;
    position: relative;
    top: -26px;
    left: 2px;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
}
.SubHeader {
    background: transparent url(https://faecdn.com/global/i/subHeaderBack.jpg) left top no-repeat;
    width: 954px;
    padding: 15px;
    color: #ffffff; 
    margin: 4px 0 24px 0;  
    position:relative;
}
.SubHeader h1 {
    line-height:40px
}
.wf-active .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(https://faecdn.com/global/i/Add.png) no-repeat 5% 51%}
.PDFBullet a {background: url(https://faecdn.com/global/i/pdfIcon.png) no-repeat 3% 50%}
.CheckBullet li {background: url(https://faecdn.com/global/i/check.png) no-repeat 5% 15px}

.Popit {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 10px 0;
    background: #ffffff url(https://faecdn.com/global/i/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(https://faecdn.com/global/i/NoticeMe.png) no-repeat 0 0;
    width: 984px;
    height: 100px;
    padding: 10px 0 0 0;
    position:relative;
}

.NoticeMeFR {    
    background: #fff url(/canada/images/NoticeMeTCFR.jpg) 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; 
}

.NoticeMe .button, .NoticeMeFR .button  {
    position:absolute;
    top:40px;
    left: 775px; 
}

/* Newer attempt at CSS3 Buttons, but more object oriented so they can change on the fly */
.button::-moz-focus-inner {
    border:none;
    padding:0
}
.button,.button:visited {
	font: 700 18px "myriad-pro-condensed-1","myriad-pro-condensed-2",Arial,Sans-serif;
	padding: .25em 1em;
	margin-bottom: 3px;
	display:inline-block;
	width:auto;       /* ie 6/7 width fix */
	overflow:visible; /* ie 6/7 width fix */
	outline:0;
	border: 1px solid #555;
    -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);
	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: #000;
	color: #fff !important;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.80);
	-webkit-background-clip: padding-box;
}
.button:hover,.button:focus {
	-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-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0.0, rgba(255, 255, 255, 0.9)),
			color-stop(0.01, rgba(255, 255, 255, 0.7)),
			color-stop(0.5, rgba(255, 255, 255, 0.4)),
			color-stop(0.5, rgba(255, 255, 255, 0.3)),
			color-stop(1.0, rgba(255, 255, 255, 0.05)));
	background-image: -moz-linear-gradient(top,
			rgba(255, 255, 255, 0.7) 0%,
			rgba(255, 255, 255, 0.4) 50%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.05) 100%);		
    text-shadow: 0px 0px 6px rgba(255,255,255,0.8);
	outline:0;
	cursor: pointer;
}    
.button:active {
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.75);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.75);
}
.small.button {font-size:14px;}
.large.button {font-size:22px;}
.larger.button {font-size:28px;}
.largest.button {font-size:36px;}
.slate.button {background-color: #4b5f6a;}
.brown.button {background-color: #604926;}
.orange.button {background-color: #F4961F;}
.green.button {background-color: #76A628;}
.blue.button {background-color: #1570A5;}
.lightBlue.button {background-color: #86d6f7;}
.standard.button {min-width:145px;text-align:center;}
#banner.button, #bannerDemo.button {border: 1px solid #fff; padding:.15em 1.15em;}
/*course specific buttons - duplication needed, sadface :( */
.disabled.button {opacity: 0.4;-ms-filter:"alpha(opacity=50)";filter: alpha(opacity=50); background-color:#1570A5}
.disabled.button:hover,.disabled.button:focus{
	-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);
	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%);    
	text-shadow: 0px 0px 4px rgba(0,0,0,0.80);
	-webkit-background-clip: padding-box;			
}
.enabled.button {opacity: 1.0;-ms-filter:"alpha(opacity=100)";filter: alpha(opacity=100);background-color:#1570A5}
.enabled.button:hover,.enabled.button:focus {
	-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-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0.0, rgba(255, 255, 255, 0.9)),
			color-stop(0.01, rgba(255, 255, 255, 0.7)),
			color-stop(0.5, rgba(255, 255, 255, 0.4)),
			color-stop(0.5, rgba(255, 255, 255, 0.3)),
			color-stop(1.0, rgba(255, 255, 255, 0.05)));
	background-image: -moz-linear-gradient(top,
			rgba(255, 255, 255, 0.7) 0%,
			rgba(255, 255, 255, 0.4) 50%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.05) 100%);		
    text-shadow: 0px 0px 6px rgba(255,255,255,0.8);
	outline:0;    
}
/* - end new buttons */

/*  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;
	display:inline-block;
	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:750px; font-size:1.5em;}
.wf-active #subHeaderBtn {position:absolute; top:18px; left:790px; font-size:1.5em;}
#BobBox {
    background: transparent url(https://faecdn.com/global/i/fullbob.jpg) no-repeat right bottom;
    width:325px;
    height:250px;
    margin-left: 12px;
    padding-top:25px;
    position:relative;
}

#BobBoxFR {
    background: transparent url(https://faecdn.com/global/i/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 .button {position:absolute; bottom: 10px; left: 85px;} /* 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(https://faecdn.com/global/i/rightback.jpg) left top no-repeat;overflow:hidden;}
.RightColumnShort {width:345px; min-height: 434px; height: auto; float:left; background: url(https://faecdn.com/global/i/rightbackshort.jpg) left top no-repeat;overflow:hidden;}
.LeftColumn {width:345px; min-height: 782px; height: auto; float:left; background: url(https://faecdn.com/global/i/leftback.jpg) right top no-repeat;overflow:hidden;}
.WideColumn {width:629px;float:left; overflow:hidden; padding: 0 0 0 10px;}
.WideColumnCourse {width:665px;float:left; overflow:hidden;padding:0 10px 0 0}
.RightColumnCourse {width:289px; min-height: 782px; height: auto; float:left; background: url(https://faecdn.com/global/i/rightback.jpg) left top no-repeat;overflow:hidden;}
.RightColumnShortCourse {width:289px; min-height: 434px; height: auto; float:left; background: url(https://faecdn.com/global/i/rightbackshort.jpg) left top no-repeat;overflow:hidden;}
.WideColumnExam {width:736px;float:left; overflow:hidden;padding:0 10px 0 0}
.RightColumnExam {width:238px; min-height: 782px; height: auto; float:left; background: url(https://faecdn.com/global/i/rightback.jpg) left top no-repeat;overflow:hidden;}
.RightColumnShortExam {width:225px; min-height: 434px; height: auto; float:left; background: url(https://faecdn.com/global/i/rightbackshort.jpg) left top no-repeat;overflow:hidden;}
/* 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;
}
.wf-active .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(https://faecdn.com/global/i/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('https://faecdn.com/global/i/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('https://faecdn.com/global/i/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(https://faecdn.com/global/i/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(https://faecdn.com/global/i/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;}


/**************************************/
/* SPECIFIC TO REG PAGES BEGINS HERE */
/************************************/



/* ADDED tableStyle2 to the table code in css above */



/*dynamic card*/
div.DynamicCarden, div.DynamicCardfr {
    font: bold 12px Arial,Sans-serif;
    color: #000;
	height:260px;
	width:300px;
	margin: 0 auto;

}

div.DynamicCarden {
background-image:url('/content/Images/RegCard-EN.png');
background-repeat: no-repeat;
}

div.DynamicCardfr {
background-image:url('/content/Images/RegCard-FR.png');
background-repeat: no-repeat;
}

div.DynamicCardDisplayName {
	margin:37px 0 0 31px;
	width:238px;
	white-space:nowrap;
	text-transform:uppercase;
}

div.DynamicCardDateOfBirth {
	margin:0px 0 0 32px;
	width:80px;
	white-space:nowrap;
}

div.DynamicCardDateOfIssue {
	float:left;
	margin:-2px 0 0 64px;
	width:80px;
	white-space:nowrap;
}

/*header toll-free info*/
.SubHeader h4 {
color:#FFFFFF;
float:right;
font: 18px "myriad-pro-condensed-1","myriad-pro-condensed-2",Arial,Sans-serif;
letter-spacing:1px;
position:relative;
margin:-40px 9px 0 0;
padding:0;
text-align:right;
}

/* form for Date of Birth subTitles */
.subTitleBelow {
    float:left; 
    padding: 0px 20px 0px 3px; 
    text-align:center; 
    font-size:x-small;
}

/*FORM STYLES */

.loginFormLeftReg {
    width: 50%;
    border-right: dotted 1px #ccc;
    float:left;
    padding:5px;
    position:relative;
}
.loginFormLeftReg .holder {
    width:225px;
    margin: 5px 0 0 15px;
    border: solid 1px;
}
.loginFormRightReg input[type="text"],.loginFormRightReg input[type="password"] {
    margin-right:5px;
}
.loginFormRightReg {
    width:50%;
    float:right;
    padding: 15px 5px;
    position:relative;
    margin-top: -145px;
    left: 5px;
}
.loginFormRightReg h2 {
    margin:-10px;
    padding:0;
    font-size:44px;
}

.examLogin fieldset {
background:url(https://faecdn.com/global/i/PopitBack.jpg) repeat-x scroll left top #FFFFFF;
height:auto;
padding:5px 15px 0;
width:92%;
}

/* ERROR MESSAGE STYLES */

#validation-summaries {
    width:500px;
    max-width:500px;
}
/*.validation-summary-errors ul {
    margin:0 0 0 15px;
    padding:0;
}*/

.error-validation-summary {
    color:#ee8f00;
    font-weight:bold;
    font-size:14px;
    background: url('https://faecdn.com/global/i/warning.png') no-repeat 0 0;
    padding: 0 0 0 35px;
    width:400px;
    max-width:400px;
    position:relative;
    height:auto;
    line-height:32px;
}
    
.field-validation-error
{
    color: #ee8f00;
    font-weight: bold;
    border-color: #dd3c10;

}
        
/*.error, .warning
{
    margin-left: 10px;
    padding: 5px;
    border: dotted 1px #ccc;
}
        
.error
{
    color: #ee8f00;
}*/

.errorMsg{
    color:#ee8f00;
    font-weight:bold;
    font-size:14px;
    background: url('https://faecdn.com/global/i/warning.png') no-repeat 0 0;
    height: auto;
    padding: 0px 0 0 35px;
    margin: 0 0 35px 0;
    line-height:32px;
}

/*.warning
{
    color: Orange;
}
*/

.displayNone {display:none;}

/* watermark & hint bubble */
.watermark{
    color: #ccc;
}

.hintBubble {
    background: #8bc540;
    padding: 10px;
    font: 23px/1.2 'MyriadProCondBold',Arial,Sans-serif;
    color: #fff;
    display:inline;
    width:250px;
    height: auto;
    float:left;
    margin: 10px 0 10px 25px;
    border: solid 1px #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;    
    position:relative;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.50);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);    
}
.hintArrow {
    z-index:10;
    width:20px;
    height:40px;
    display:block;
    padding: 0;
    margin:0;
    position:absolute;
    top:20px;
    left:-20px;
    background: transparent url('/Content/Images/hintArrow.png') no-repeat 0 0;
}
.hintBubble p {margin:0;}

.Popit2 {
    width: 395px;
    height: auto;
    padding: 15px;
    margin: 10px 0;
    background: #ffffff url(https://faecdn.com/global/i/PopitBack.jpg) top left repeat-x;  
}

/* Supervisor Signature Styles */
.eSignatureArea
{
    height: 300px;
    border: solid 1px #CCCCCC;
    background-image: url(/Content/Images/eSigBg.gif);
    background-position: bottom;
}
            
.eSignatureDot
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 6px;
    background-image: url(/Content/Images/dot.gif);
    background-position: top;
    background-repeat: no-repeat;
}
            
#eSignatureCursor
{
    cursor: url(/Content/Images/pen.cur);
}

#tabs ul li
{
    list-style-type:none;
}


/* Supervisor contract */
.contractDiv
{
    overflow-y:scroll;
    height:200px;
    width:606px;
    border:1px solid #000;
    padding:5px 10px;
    line-height:2.0;
}
.contractDiv ol {margin-left:20px;}
/* Exam protocol */
.protocolDiv
{
    overflow-y:scroll;
    height:200px;
    width:605px;
    border:1px solid #000;
    padding:5px;
}

.hidden
{
 display:none;
}

/* added some generic border classes I needed to fix the exam login form. Revisit */
.rightborder {border-right: dotted 1px #ccc;}

/* these classes are specifically for the tabs on the boater payment page */
.tab_wrapper {
	width: 500px; 
	margin: 10px 0;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

ul.tabs {
	margin: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	width: 596px;
}

ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	border: 1px solid #E0E0E0;
	border-left: none;
	margin-bottom: -1px;
	background: #f3f4f4;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #645B73;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #eff7ff;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #E0E0E0;
	border-top: none;
	clear: both;
	float: left; 
	width: 595px;
	min-height: 175px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom: 10px;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

li.tabsHide, #tab2, #tab3, #tab4 {display: none;}

/* Supervisor Account Activation Code...on profile page */

.red {color: #b70707;}

.green {color: #8BC540;}
    
#ajaxLoading{
    width:20px;
    height:20px;
}

/* supervisor fax - screen styles */
.superContract{   
   float: left;
   width: 48%;
   padding:1%; 
   font: 10px Arial,Sans-serif;
   line-height: 1.5em;
}

.superContract img {
    display:inline;
    width:157px;
    height:38px;   
}

.superContract h4 {
    padding:0 !important;   
    margin: 5px 0 -2px !important;
    font: bold 10px/1em Arial,Sans-serif !important;
}

.superContract ol {   
   	list-style-type: upper-alpha;
   	margin-left:10px;
}

.superContract p.address {   
   	font-size: 10px;
   	line-height:1em;
   	padding-left:1%;
}
/* Footer Reg for pages without footer */
.FooterContainerReg { 
    margin:  85px 0 20px 0;
}

/* Added for specific payment page styles */
#ShoppingCart .tableStyle th, #ShoppingCart .tableStyle td {  
    padding-top: 5px; padding-bottom: 5px;  
}

/* Bread Crumbs Styles */
.supBreadCrumbsEN1, .supBreadCrumbsEN2, .supBreadCrumbsEN3, .supBreadCrumbsEN4, .supBreadCrumbsEN5, .boatBreadCrumbsEN1, .boatBreadCrumbsEN2, .boatBreadCrumbsEN3 {
    background: url(https://faecdn.com/global/i/SpriteBreadCrumbsEN.png) no-repeat; 
    width: 575px;
    height: 30px;
    display: block;
    float: left; 
    margin: 5px 0 20px 0;
}

.supBreadCrumbsFR1, .supBreadCrumbsFR2, .supBreadCrumbsFR3, .supBreadCrumbsFR4, .supBreadCrumbsFR5, .boatBreadCrumbsFR1, .boatBreadCrumbsFR2, .boatBreadCrumbsFR3 {
    background: url(https://faecdn.com/global/i/SpriteBreadCrumbsFR.png) no-repeat; 
    width: 575px;
    height: 30px;
    display: block;
    float: left; 
    margin: 5px 0 20px 0;
}

.supBreadCrumbsEN1, .supBreadCrumbsFR1 {
    background-position: -5px -5px;
}

.supBreadCrumbsEN2, .supBreadCrumbsFR2 {
    background-position: -5px -40px;
}

.supBreadCrumbsEN3, .supBreadCrumbsFR3 {
    background-position: -5px -75px;
}

.supBreadCrumbsEN4, .supBreadCrumbsFR4 {
    background-position: -5px -110px;
}

.supBreadCrumbsEN5, .supBreadCrumbsFR5 {
    background-position: -5px -145px;
}

.boatBreadCrumbsEN1, .boatBreadCrumbsFR1 {
    background-position: -5px -180px;
}

.boatBreadCrumbsEN2, .boatBreadCrumbsFR2 {
    background-position: -5px -215px;
}

.boatBreadCrumbsEN3, .boatBreadCrumbsFR3 {
    background-position: -5px -250px;
}


