@charset "UTF-8";
/*	Canadapost.ca - Architecture CSS
	Document Structure
		 1. reset
		 2. baseline
		 3. topLevelContainers 
		 4. headerContainer
		 5. menuContainer
		 6. mainNavSubMenu - sub-element of menuContainer for Main Navigation
		 7. popup
		 8. cpoidContainer
		 9. mainContentContainer
		10. dashboardContainer
		11. dashboardNav - sub-element of dashboardContainer for Dashboard Navigation
		12. rightColContainer - Widgets & Related Links
		13. messageContainer - message Grid (advertising) elements
		14. footerContainer
		15. messageBox - Error, Warning, Success container
		16. popupInfoLayer - Learn More and QuickHelp Boxes
		17. homePage - Language and Section Page Styles
		
/* ===@reset - START */
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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; }
:focus { outline: 0; }
form { display:inline; margin:0; padding:0;	}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
p { margin-top:10px; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* ===@reset - END */

/* ===@baseline - START */
html { }
body {
  font-size: 0.75em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 15px;
}
input, select, textarea {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  padding: 0; margin: 0;
  font-size:100%;
}
img { border:0; }
a { color:#000066; }
a:hover { text-decoration: underline; }
.smallText { font-size: 0.72em; }
a.noPointer { cursor:default; }
h1 {
	font-size:175%;
	font-weight:normal;
	margin-bottom:10px;
	color:#1A4183;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
}
h2 {
	font-size:120%;
	font-weight:bold;
	display:block;	
	margin-bottom:10px;
}
h3 {
	color:#000000;
	font-size:120%;
	font-weight:bold;
	padding:3px 2px;
	border-bottom:1px solid #A1BEF0;
	margin:10px 0;
}
h4 {
	color:#000066;
	font-size:100%;
	font-weight:bold;
	padding:3px 2px;
	margin:10px 0;
}
h5 {
	color:#000000;
	font-size:100%;
	font-weight:bold;
	font-style: italic; 
	padding:3px 2px;
	margin:10px 0;
}
p.noTop { margin-top:0; }
.clear { clear: both; }
.left { float:left !important;}
.right { float:right !important; }
.topSpace { margin-top:10px; }
/* ===@baseline - END */

/* ===@topLevelContainers - START */
#PersonalTemplate, #BusinessTemplate, #CorporateTemplate, #SearchTemplate, #CommonTemplate {
	width:955px;
	padding:0px 8px 0px 8px;
	margin:0px auto;
}
.popup {
	width:687px;
	padding:0px;
}
/* ===@topLevelContainers - END */

/* ===@headerContainer - START */
#headerContainer {
	width:939px;
	height:89px;
}
.popup #headerContainer {
	width:687px;
}
#headerContainer #headLogo {
	float:left;
	width:185px;
	height:89px;
}
#headerContainer #headBanner {
	float:left;
	width:500px;
	height:89px;
	margin-left:2px;
}
#headerContainer #searchNavHolder {
	float:left;
	margin-left:2px;
	width:250px;
	height:89px;
}
#headerContainer #searchNavHolder #localeNav {
	width:250px;
	text-align:right;
	height:15px;
	font-size:11px;
	margin-top:2px;
	font-weight:bold;
}
#headerContainer #searchNavHolder #searchHolder {
	padding-top:2px;
	height:25px;
}
#headerContainer #searchNavHolder #searchHolder #QueryText {
	float:left;
	width:226px;
	color:#808183;
	font-size:11px;
	margin:5px 0px 0px 0px;
}
#headerContainer #searchNavHolder #segmentImagesHolder {
	height:45px;
	width:250px;
}
#headerContainer #searchNavHolder #segmentImagesHolder .holder {
	float:left;
	height:45px;
	width:124px;
	background:url(../images/template/headBusiness.png) no-repeat;
	cursor:pointer;
}
#headerContainer #searchNavHolder #segmentImagesHolder .holder.pers { 
	background-image:url(../images/structure/headPersonal.png);
}
#headerContainer #searchNavHolder #segmentImagesHolder .holder.bus {
	background-image:url(../images/structure/headBusiness.png);
}
#headerContainer #searchNavHolder #segmentImagesHolder .holder.corp {
	background-image:url(../images/structure/headCorporate.png);
}

#headerContainer #searchNavHolder #segmentImagesHolder .holder.search {
	background-image:url(../images/structure/headSearch.png);
}
/* ===@headerContainer - END */

/* ===@menuContainer - START */

#menuContainer {
	width:939px;
	height:30px;	
	margin-top:2px;
}
* html #menuContainer {
	margin-top:0px;
}
#menuContainer #segmentLinks {
	float:left;
	width:250px;
	height:30px;
	margin-left:2px;	
}
#menuContainer #segmentLinks ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	width:124px;
}

#menuContainer #segmentLinks ul ul {
	display:none;
}

#menuContainer #segmentLinks a {
	display:block;
	width:124px;
	height:21px;
	background-color:#ca9700;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:9px;
	font-size:11px;
}
#menuContainer #segmentLinks a.pers { background-color:#a5be00; }
#menuContainer #segmentLinks a.bus { background-color:#F38C03; }
#menuContainer #segmentLinks a.corp { background-color:#1a4183; }
#menuContainer #segmentLinks a.search { background-color:#999999; }
#menuContainer #segmentLinks ul.empty 
{	
	height:30px;
	background-color:#999999;
}
#menuContainer hr { 
	width:265px;
	background: #D2DF80;
}
#menuContainer #homeArrow {
	float:left;
	height:30px;
	width:30px;
}
#menuContainer #mainNav {
	float:left;
	width:687px;
	height:30px;
	background-color:#a5be00;
}
#SearchTemplate #menuContainer #mainNav { background-color:#999999; }
#CorporateTemplate #menuContainer #mainNav { background-color:#1a4183; }
#BusinessTemplate #menuContainer #mainNav { background-color:#F38C03; }
#menuContainer #mainNav ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menuContainer #mainNav ul ul { /* hide sub navs */ display:none; }
#menuContainer #mainNav li {
	float:left;
	height:30px;
}
#menuContainer #mainNav li.current { }
#menuContainer #mainNav li a {
	float:left; /* for ie < 7 */
	display:block;
	padding:9px 10px 0 10px;
	height:21px;
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	background:#a5be00 url(../images/structure/mainNavPipe.png) left center no-repeat;
}
#menuContainer #mainNav li a.bus { background-color:#F38C03; }
#menuContainer #mainNav li a.corp { background-color:#1a4183; }
#menuContainer #mainNav li a.search { background-color:#999999; }
#menuContainer #mainNav li.first a { background-image:none; }
#menuContainer #mainNav li.current a { text-decoration:none; }
#menuContainer #mainNav li a:hover { text-decoration:underline;	}

#menuContainer .singleLevelBook { font-weight: normal; }

#mainNavHomeLink {
	background:url(../images/structure/homeIconPersonal.png) left top no-repeat;
	width: 17px;
	height: 16px;
	text-indent:-10000px;
	cursor: pointer;
}
#CorporateTemplate #mainNavHomeLink {
	background:url(../images/structure/homeIconCorporate.png) left top no-repeat;
}
#BusinessTemplate #mainNavHomeLink {
	background:url(../images/structure/homeIconBusiness.png) left top no-repeat;	
}
#SearchTemplate #mainNavHomeLink {
	background:url(../images/structure/homeIconSearch.png) left top no-repeat;
}

/* ===@menuContainer - END */

/* ===@mainNavSubMenu - START */
#mainNavSubMenu {
	display:none;
	z-index:1001;
	width:auto;
	position:absolute;
	background-color:#A5BE00;
	color:#ffffff;
	padding:10px 0px;
}
#mainNavSubMenu.bus { background-color:#F38C03; }
#mainNavSubMenu.corp { background-color:#1A4183; }
#mainNavSubMenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainNavSubMenu li {
	padding:0;
	margin:0;
}
#mainNavSubMenu li a {
	display:block;
  	padding:2px 15px;
	margin:0px;
	color: #ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#mainNavSubMenu li a.fWidth {
	width: 150px;
}

* html #mainNavSubMenu li { /* ie6 */ display:inline; }
#mainNavSubMenu li li a { 
	padding-left:30px;
	font-weight:normal;
}
#mainNavSubMenu li a:hover { background-color:#618902; }
#mainNavSubMenu.bus li a:hover { background-color:#9d6518; }
#mainNavSubMenu.corp li a:hover { background-color:#1c386f; }
#mainNavSubMenu li.rule {
	display:block;
	width:5px;
	background-color:#FFFFFF;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:3px 0;
	padding:0;
}
/* ===@mainNavSubMenu - END */

/* ===@popup - START */
.popup #topBar {
	display:block;
	height:18px;
	padding:5px 17px 0 17px;
	text-align:right;
	border-bottom:1px solid #7397d6;
	border-left:1px solid #7397d6;
	border-right:1px solid #7397d6;
	background-color:#7ca4ea;
	margin-top:2px;
}
.popup #topBar a {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.popup #popupContent {
	display:block;
	min-height:265px; /* min height hack for ie6 */
    height:auto !important;
	height:265px;
	background-color:#eef3fc;
	border-top:5px solid #a1bef0;
	border-left:5px solid #a1bef0;
	border-right:5px solid #a1bef0;
	padding:10px;
}
.popup #popupFooter {
	display:block;
	background-color:#eef3fc;
	border-bottom:5px solid #a1bef0;
	border-left:5px solid #a1bef0;
	border-right:5px solid #a1bef0;
	padding:0 10px 2px 10px;
}
.popup #popupFooter #footContent {
	display:block;
	height:47px;
	border-top:1px solid #a1bef0;
	padding-top:5px;
	font-size:10px;
}
/* ===@popup - END */

/* ===@cpoidContainer - START */
#cpoidContainer {
	width:933px;
	height:27px;
	padding:0 3px;
}
#cpoidContainer .textHolder {
	float:left;
	margin-top:7px;
	font-size:11px;
}
.cpidColBox {
	padding:4px; border:1px #CCCCCC solid;
}
.cpidColBoxTitle {
	background-color:#5e8dd9;padding:5px;color:#fff;font-weight:bold;
}
.cpidInlineBox {
	border:1px solid #74a0e9;background-color:#e6eaf3; padding:10px;
}
.cpidBox {
	padding:4px; 
	border: 1px solid #CCCCCC;
	margin-bottom:3px;
}
.cpidBoxHeader {
	height: 18px;
	background-color: #3D6189;
	padding: 5px;
	border-top-color:#FFFFFF;
	border-top-width:4px;
}
.cpidBoxHeaderText {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	/* text-align:center; */
}
.cpidBoxBody {
	font-size: 11px;
	background-color:#e6eaf3;  /*E4EEC4; e6eaf3*/
	padding:5px; 
}
.tipCPID {
	float: left;
	font-size:11px;
	padding:0px 0px 0 20px;
	margin:2px 0 5px 0;
	/* background:url(../../../../images/cpid/tip_icon3.gif) no-repeat left top; */
}
#dashboardContainer #dashboardNav .singleAppCPID {
	padding:13px 2px 0 10px;
	height:24px;
	color: #ffffff;
	font-size:120%;	
	font-weight:bold;
}

#singleAppContainer {
	background-color:#EEF3FC;
	border:1px solid #6392E6;
	float:left;
	margin:0pt;
	width:681px;
}

#singleAppContainer .Header {
	background: #EEF3FC url(../images/personal/dashboard/dashboardMenuBack.png) repeat-x scroll 0% 0%;
	height:38px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	height:24px;
	padding:13px 2px 0pt 10px;
}

/* ===@cpoidContainer - END */

/* ===@mainContentContainer - START */
#mainContentContainer { 
	width:939px;
	margin-top:2px;	
}

#mainContentContainer #leftColContainer {
	float:left;
	width:689px;
}
#mainContentContainer #genericContainer { width:687px; }
#mainContentContainer #wideContainer { width: 939px; }
#mainContentContainer #wideContainer .footer { width: 919px; }
#mainContentContainer .corpTitleBar { border-top:1px solid #1A4183;	}
#mainContentContainer .persTitleBar { border-top:1px solid #a5be00; }
#mainContentContainer .busTitleBar { border-top:1px solid #F38C03; }

.colForm {
	float:left;
	clear:left;
	width:450px;
}
.colTips {
	float:right;
	width:186px;
	min-height:300px; /* min height hack for ie6 */
    height:auto !important;
	height:300px;
	padding-left:12px;
	background:url(../images/personal/dashboard/dashboardCol2bg.png) top left no-repeat;
}

#singleAppContainer .colForm {
	padding: 10px 0 10px 10px;
	width: 430px;
}
/* ===@mainContentContainer - END */

/* ===@dashboardTabs - START */
#dashboardTabs{
	overflow: hidden;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	margin: 8px 0 0 0;
	padding: 0;
}

#dashboardTabs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#dashboardTabs li{
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
	background: url(../images/structure/dashboardTabsLeft.gif) no-repeat left top;
	padding: 0 0 0 6px;
}

#dashboardTabs a{ 
	text-decoration: none;
	float: left;
	position: relative;
	display: block;
	background: url(../images/structure/dashboardTabsRight.gif) no-repeat right top;
	font-weight: bold;
	color: #FFF;
}

#dashboardTabs ul.en a {padding: 22px 0 14px 0; }
#dashboardTabs ul.en li#FPC a {width: 132px;padding-right: 6px;}
#dashboardTabs ul.en li#FAR a {width: 110px;}
#dashboardTabs ul.en li#SHIP a {width: 127px;padding-right:6px;}
#dashboardTabs ul.en li#FPO a {width: 129px;padding-left: 4px; padding-right: 11px;}
#dashboardTabs ul.en li#TAP a {width: 125px;padding-right:3px;}
#dashboardTabs ul.en .selected a {padding: 14px 0 22px 0; }

#dashboardTabs ul.fr a {padding: 17px 0 5px 0; }
#dashboardTabs ul.fr li#FPC a {width: 130px;padding-right: 4px;}
#dashboardTabs ul.fr li#FAR a {width: 112px;padding-right: 6px;padding-bottom: 19px;}
#dashboardTabs ul.fr li#SHIP a {width: 125px;padding-right:4px;padding-bottom: 19px;}
#dashboardTabs ul.fr li#FPO a {width: 129px;padding-left: 4px; padding-right: 11px;}
#dashboardTabs ul.fr li#TAP a {width: 125px;padding-right:3px;padding-bottom: 19px;}
#dashboardTabs ul.fr .selected a {padding: 12px 0 10px 0; }
#dashboardTabs ul.fr li#FAR.selected a {padding-bottom: 24px;}
#dashboardTabs ul.fr li#SHIP.selected a {padding-bottom: 24px;}
#dashboardTabs ul.fr li#TAP.selected a {padding-bottom: 24px;}

#dashboardTabs a:hover {color: #000066;}

#dashboardTabs .selected {
	background-position: 0 -50px;
	top: 0;
}

#dashboardTabs .selected a {
	background-position: 100% -50px;
	top: 0;
	color: #000066;
}

/* ===@dashboardNav - END */

/* ===@dashboardContainer  - START */
#dashboardContainer {
	background-color:#EEF3FC;
	border-bottom:1px solid #6392E6;
	border-left:1px solid #6392E6;
	border-right:1px solid #6392E6;
	clear:both;
	margin:0pt;
	padding:6px 0 0 0;
	width:681px;
}

#mainContentContainer #dashboardContainer #mainContent {
	width:655px;
	margin:10px 13px;
}
#mainContentContainer #genericContainer #mainContent {
	width:663px;
	padding:5px;
}
#mainContentContainer #dashboardContainer .footer, #mainContentContainer #singleAppContainer .footer {
	clear:both;
	height:18px;
	width:661px;
	background-color:#a1bef0;
	border-top:1px solid #6392e6;
	padding:2px 10px 0 10px;
	font-size:10px;
}
#mainContentContainer #dashboardContainer .footer a, #mainContentContainer #singleAppContainer .footer a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#dashboardContainer #dashboardNav .singleApp {
	padding:13px 2px 0 10px;
	height:24px;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
}
#mainContentContainer #wideContainer #dashboardContainer { width: 937px; }
#mainContentContainer #wideContainer #dashboardContainer .footer { width: 917px; }
#mainContentContainer #wideContainer #dashboardContainer #mainContent { width: 910px; }
#mainContentContainer #wideContainer #dashboardContainer .colForm { width:670px; }
#mainContentContainer #wideContainer #dashboardContainer .colTips { width:228px; }

/* ===@dashboardContainer - END */

/* ===@rightColContainer - START */
#mainContentContainer #rightColContainer {
	clear:right;
	float:right;
	width:250px;
}
#mainContentContainer #rightColContainer #titleBar {
	width:233px;
  	height:24px;	
	border: 1px solid #a5be00;
	color:#ffffff;
	font-weight:bold;
	padding-top:12px;
	padding-left:15px;
	background: url(../images/structure/personaltools-bg.png) repeat-x;
}
.widget {
	width:250px;
	margin-bottom:2px;
}
.widget.blue {
	background-color:#C8D7F6;
}

.widget .body {
	width:218px;
	padding:10px 8px 10px 12px;
	font-size:11px;
}
.widget ul {
	line-height: 20px;
	list-style-type: none;
	margin-top: 8px;
}
.widget li {
	line-height: 14px;
	margin-top: 8px;
	margin-left:-30px;
}
.widget li a:link {
	color: #003366;
	text-decoration: none;
}
.widget li a:hover {
	color: #000000;
	text-decoration: underline;
}
.widget li a:visited {
	color: #003366;
	text-decoration: none;
}
.widget li a:visited:hover{
	color: #000000;
	text-decoration: underline;
}
.widget a:link {
	color: #003366;
	text-decoration: none;
}
.widget a:hover {
	color: #000000;
	text-decoration: underline;
}
.widget a:visited {
	color: #003366;
	text-decoration: none;
}
.widget a:visited:hover{
	color: #000000;
	text-decoration: underline;
}
.widget .actionButton a:link {
	color:#ffffff;
}
.widget .actionButton a:visited {
	color:#ffffff;
}
.widget .lightBox {
	width: 225px; 
	font-size: 13px; 
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #000066;
	background: #e6eefb;
}
.widget .lightBox div {
	padding: 10px 15px 0px 70px;
	height: 50px;
}
.widget .lightBox a, a:visited {
	color: #000066;
}
.widget .lightBox a:hover {
	color: #000066;
	text-decoration: none;
	cursor: pointer;
}
.widget .lightBox .clock { background: url(../images/widgets/widgetClock.jpg) no-repeat 10px 10px; }
.widget .lightBox .lock { background: url(../images/widgets/widgetLock.jpg) no-repeat 10px 10px; }
.widget .lightBox .shout { background: url(../images/widgets/widgetShout.jpg) no-repeat 10px 10px; }
.widget .headBar {
	height:21px;
	padding:1px 5px 0 3px;
	border-color: #86A6D7;
	height: 22px;
	border-width: 1px;
	border-style: solid;
	background-color:#a0c1ee;
	color:#ffffff;
}
.widget .headBar a, .widget .headBar a:visited, .widget .headBar a:link {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.widget .headBar a:hover, .widget .headBar a:visited:hover {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
.widget .headBar .title {
	float:left;
	height:14px;
	background: url(../images/widgets/downArrow.jpg) left top no-repeat;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.widget .headBarDouble {
	height:21px;
	padding:1px 5px 0 3px;
	border-color: #86A6D7;
	height: 35px;
	border-width: 1px;
	border-style: solid;
	background-color:#a0c1ee;
	color:#ffffff;
}
.widget .headBarDouble a, .widget .headBar a:visited, .widget .headBar a:link {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.widget .headBarDouble a:hover, .widget .headBar a:visited:hover {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
.widget .headBarDouble .title {
	float:left;
	height:14px;
	background: url(../images/widgets/downArrow.jpg) left top no-repeat;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.widget .body strong {
	font-weight: bold;
}

.widget .add {
	height: 213px;
	margin: 0;
	padding: 0;
}

.widget .add img {
	height: 213px;
	padding-bottom: 0px !important;
	padding-bottom: 1px;
}

.widget .footer {
	height:18px;
	padding-top:4px;
	padding-right:5px;
	color:#ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #86A6D7;
	background-color:#a0c1ee;
	text-align:right;
}
.widget .footer a {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
}
.widget .footer a:visited {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
}
.widget .footer a:hover {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration: underline;
}

#rightColContainer .landingPage { background: #C8D7F6; }

.contentHolder {
	font-size: 11px;
	border: 1px solid #A0C1EE;
}
.contentHolder a:active {
	text-decoration: none;
}
.contentHolder a:hover {
	text-decoration: underline;
}
.contentHolder a:visited {
	color: #000033;
	text-decoration: none;
}	
.contentHolder a:visited.hover {
	color: #000033;
	text-decoration: underline;
}
.contentHolder tr {
	margin-top: 4px;
}

.contentHolder strong {
	font-weight: bold;
}

.contentHolder em {
	font-style: italic;
}

#rightColContainer p img {
	margin-bottom: 5px;
}

/* ===@rightColContainer - END */

/* ===@messageContainer - START */
#messageContainer {
	clear:left;
	float:left;
	width:687px;
}
#messageContainer .messageRow {
	margin-top: 6px;
}
#messageContainer .spacerRow {
	height: 9px;
	border-bottom: 1px solid #999999;
	clear:both;
}
#messageContainer .messageRow .adSpaced {
	float: left;
	margin-right: 10px;
}
#messageContainer .messageRow .adTight {
	float: left;
}
.bannerHeader {
	height: 14px;
	width: 214px;
	background-color: #a5be00;
	border-width: 1px;
	border-style: solid;
	border-top-color: #acc313;
	border-right-color: #7ea500;
	border-bottom-color: #91b100;
	border-left-color: #dae497;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 6px;
}
.bannerHeaderCorp {
	height: 14px;
	width: 214px;
	background-color: #1A4183;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8ca2ce;
	border-right-color: #183042;
	border-bottom-color: #183042;
	border-left-color: #8ca2ce;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
}	
.banner {
	width: 222px;
	height: 110px;
	font-size: 11px;
	background-image:  url(/corporateContent-war/content/images/ad_bg.jpg);
	margin-top:0px;
	padding-top: 1px;
}
.banner ul {
	margin-left: 0px;
	padding-left: 20px;
}
.banner li {
	margin-top: 3px;
	font-weight: bold;
}
.banner li a:active {
	color: #003366;
}
.banner li a:hover {
	color:#000000;
}
.banner	li a:visited hover {
	color:#000000;
}
.banner	li a:visited {
	color:#003366;
}
/* ===@messageContainer - END */

/* ===@footerContainer - START */
#footerContainer {
	width:939px;
	border-top:2px solid #a5be00;
	margin:10px 0;
	font-size:10px;
	padding-top:5px;
	clear: both;
}
#CorporateTemplate #footerContainer { border-top-color:#1a4183; }
#BusinessTemplate #footerContainer { border-top-color:#F38C03; }
#canLogo {
  	width:83px;
	height:20px;
	background:url(../images/structure/footerCanadaLogo.gif) no-repeat;
	margin-left: 4px;	
	float:right;
}
.popup #canLogo {
	margin-top:5px;
	background-image:url(../images/structure/footerCanadaLogo-blue.gif);
}
/* ===@footerContainer - END */

/* ===@messageBox - START */
.messageBox {
	width:auto;
	margin:5px 0px;
	border: 1px solid #6392e6;
	background: #ffffff url(../images/personal/dashboard/messageBox/iconError.png) 7px 7px no-repeat;
	padding:10px 5px 5px 36px;
	font-size:11px;
	font-weight:bold;
	min-height:18px; /* min height hack for ie6 */
    height:auto !important;
	height:18px;
}
.messageBox.confirmBox {
	position:absolute;
	top:300px;
	z-index:1600;
	width:535px;
}
.messageBox.warning { background-image: url(../images/personal/dashboard/messageBox/iconWarning.png); }
.messageBox.success { background-image: url(../images/personal/dashboard/messageBox/iconSuccess.png); }
.messageBox .answerContainer { 
	float:right;
	margin-top:-3px;
}
.messageBox .answerContainer .actionButton.Blue { margin-left:5px; }
label.fieldError {
	padding-left:16px;
	background: none left center no-repeat;
}
label.fieldError.success {
	background-image: url(../images/personal/dashboard/icons/labelSuccess.png);
}
label.fieldError.warning {
	background-image: url(../images/personal/dashboard/icons/labelWarning.png);
}
label.fieldError.error {
	background-image: url(../images/personal/dashboard/icons/labelError.png);
}
input.fieldError {
	background-color:#b6cffc;  	
}
.messageBox .answerContainerLeft {
	float:left;
	margin-top:0px;
	padding-right:20px;
}
.messageBox .answerContainerLeft .actionButton.Blue {
	margin-left:5px;
	margin-top:10px;
}
/* ===@messageBox - END */

/* ===@popupInfoLayer - START */
.popupInfoLayer {
	display:none;
	position:absolute;
	top:300px;
	left:45px;
	width:600px;
	background-color:#a1bef0;
	margin-bottom:1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	z-index:1500;
}
.popupInfoLayer.small {
	width:330px;
}
.popupInfoLayer .headBar {
	width:588px;
	height:20px;
	padding:3px 5px 0 5px;
	border-top: 1px solid #c1d4f5;
	border-right: 1px solid #95b0de;
	border-bottom: 1px solid #8fa8d4;
	border-left: 1px solid #b1c9f2;
	background-color:#7ca4ea;
	color:#ffffff;
}
.popupInfoLayer.small .headBar {
	width:318px;
}
.popupInfoLayer .headBar a {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
}
.popupInfoLayer .headBar .title {
	float:left;
	font-weight:bold;
	padding-top:2px;
}
.popupInfoLayer .body {
	width:570px;
	padding:10px;
	background-color:#e6eefb;
	border: 5px solid #a0bef0;
    overflow:auto;	
}
.popupInfoLayer.small .body {
  	width:300px;
}
#popupBlock {
	z-index:1499;
  	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:.75;filter: alpha(opacity=75);
}
/* ===@popupInfoLayer - END

/* ===@buttonLink - START */
.actionButton {
	float:left;
  	height:30px;
	background: url(../images/personal/dashboard/roundGreenEEF3FCL.png) no-repeat top left;
}
.actionButton a {
	float:left;
  	padding: 9px 35px 0 20px;
	background: url(../images/personal/dashboard/roundGreenEEF3FCR.png) no-repeat top right;
  	height: 21px;
  	color:#ffffff;
	font-size:11px;
  	text-decoration:none;
  	font-weight:bold;
}
.actionButton.Blue {
  	height:21px;
	background-image: url(../images/personal/dashboard/roundBlueFFFFFL.png);
}
.actionButton.Blue a {
	background-image: url(../images/personal/dashboard/roundBlueFFFFFR.png);
  	height: 17px;
	padding:4px 6px 0 6px;
}
.defaultButton.hidden {
  position:absolute;
  left:-100px;
  width:0px;
  height:0px;	









}
.iconLink { /* default Left */
	float: right;
	font-size:11px;
	line-height: 17px;
	padding:0px 25px 0 0;
	height: 17px;
	background:url(../images/personal/dashboard/dashboardArrowLeft.png) no-repeat right top;
}
.iconLink.Up {
	background-image:url(../images/personal/dashboard/dashboardArrowUp.png);
}
.iconLink.GoRight {
	background-image:url(../images/personal/dashboard/dashboardArrowGoRight.png);
}
.iconLink.GoRight.Search {
	padding-right:20px;
	border:none;
}
.iconUpRight {
	font-size:11px;
	line-height:17px;
	padding:0px 0 0 20px;
	background:url(../images/personal/dashboard/dashboardArrowUpRight.png) no-repeat left top;
}
.breadcrumbs {
	margin-bottom:10px;
	font-size:11px;
}
sup {
	line-height: -1;
	vertical-align: text-top;
	font-size: smaller;
}
/* ===@homePage - START */
.homePage {
width:939px;
margin-top:3px;
}	
.homeImage {
width:687px;
height:312px;
margin-right:1px;
float:left;
}
.comheader {
background-image:url(/personalContent-war/content/common/images/header.gif);
background-repeat:no-repeat;
height:68px;
width:939px;
}
.comheaderFrench {
background-image:url(/personalContent-war/content/common/images/headerf.gif);
background-repeat:no-repeat;
height:68px;
width:939px;
}
.comtext{
color:#FFF;
font-weight:700;
position:relative;
font-size:10px;
}	
.comheaderText {
font-size:18px;
left:650px;
top:28px;
width:280px;
line-height:22px;
}		
.comtitleText {
font-size:18px;
left:45px;
top:18px;
width:180px;
line-height:22px;
}	
.comcontentText {
font-size:11px;
left:25px;
top:15px;
width:370px;
font-weight:normal;
}	
.languageTextE {
width:355px; 
height:43px; 
float:left;
font-size:18px;
padding:18px 0 0 100px;
background-image:url(../images/structure/languageButton.gif);
border: 1px solid #6392e6;
}
.languageTextF {
width:380px;
height:43px; 
float:left;
font-size:18px;
padding:18px 0 0 100px;
background-image:url(../images/structure/languageButton.gif);
border: 1px solid #6392e6;
}

.comtext a, .comtext a:visited, .comtextDescriptive a, .comtextDescriptive a:visited {
color:#FFF;
text-decoration:none;
}
.comtext a:hover, .comtext a:visited .hover, .comtextDescriptive a:hover, .comtextDescriptive a:visited .hover {
color:#FFF;
text-decoration:underline;
}
.languageTextE.comtext a, .languageTextF.comtext a 
{
font-size:18px;
line-height:22px;
}	
.homeBottomPersonal {
height:50px;
width:415px;
float:left;
background-image:url(/personalContent-war/content/common/images/personal.png);
}	
.homeBottomBusiness {
height:50px;
width:300px;
float:left;
background-image:url(/personalContent-war/content/common/images/business.png);
}	
.homeBottomCorporate {
height:50px;
width:220px;
float:left;
background-image:url(/personalContent-war/content/common/images/aboutus.png);
}	
.comtextDescriptive {
	height:100px;
	float:left;
	font-size:13px;
	padding: 15px 25px 0 20px;
	width:345px;
	font-weight:bold;
}

.comarrow {
width:32px;
height:30px;
float:left;
position:relative;
left:30px;
top:10px;	
}	

.languageTextE .comarrow, .languageTextF .comarrow {
	position: relative;
	top: -3px;
	left: 0px;
}
/* ===@homePage - END */

/* ===@maintenancePages - START */

#maintenancePage{
	width:939px; 
	padding:5px 0px; 
	background:#d9e5fb;
}

#maintenancePage #contentContainer{
	float:left; 
	padding-left: 25px;
	margin-top:20px;
}

#maintenancePage #contentContainer #column{
float:left;
}

#maintenancePage #contentContainer #column #messageHead{
	width:400px;  
	padding:10px 10px; 
	margin:10px 10px; 
	background:#fff; 
	border:1px solid black;
}

h2.warningMessage{
	color:#FF0000;
}

/* ===@maintenancePages - END */

/* ===@commonHeader - START */
#commonHeader #searchNavHolder{
	background: url(../images/structure/search_area_image.jpg) no-repeat 0 37px; 
} 

#commonHeader #localeNav{
	margin:0;
	padding:0;
} 

#commonHeader #searchHolder{
	margin:0;
	padding:0;
} 

#commonHeader #mainNav{
	background-color: #1a4183;
} 

#commonSegment{
	float:left; 
	background-color: #1a4183; 
	width:250px; 
	height:30px; 
	margin:0 0 0 2px;
}

/* ===@commonHeader - End */
