/*   
Theme Name: CSB
Theme URI: http://csb.gc.ca
Description: Theme for the CSB site
.
*/
* /*Set's border, padding and margin to 0 for all values*/ {
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color: #000;
	font-family:  Verdana, Arial, sans-serif;
	height: 100%;
	text-align: center; /*** Centers the design in old IE versions ***/
	background: url(img/body_bg.gif) top center repeat-y #ffffff;
}
body {
	font-size: 11px;
	line-height: 15px;
}
p {
	padding: 7px 0 7px 0;
}
a {
	color: #51B3CB;
	text-decoration: none;
}
a:hover {
	color: #6C686E;
	text-decoration: underline;
}
h3 {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left:5px;
	font-weight:bold;
}
h2 {
	padding-bottom: 11px;
	padding-top: 11px;
	margin-left:5px;
	color:#333333;
	font-weight:normal;
}
h1 {
	font-size: 15px;
	display: block;
	line-height: 1.25em;
	color:#000;
	padding:3px 2px 1px 4px;
	font-weight:normal;
	clear: both;
}
h2 {
	font-size: 14px;
	color:#3A373A;
}
h3 {
	font-size: 13px;
	color:#3A373A;
}
h4 {
	font-size: 13px;
	color:#3A373A;
	font-weight:normal;
	margin-top:-7px;
}
h5 {
	font-size: 13px;
	color:#3A373A;
	font-weight:normal;
	margin-top:11px;
}
#contentnoright h1, #contentnoright h2, #contentnoright h3, #contentnoright h4, #contentnoright h5 {
	padding-left: 0px;
	margin-left: 0px;
}
h1 a, #header h2 {
	color: #000033;
}
.clear {
	clear: both;
}
#mainContainer {
	width: 823px; /*** Centers the design ***/
	min-height: 300px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	height: 100%;
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	height:150px;
	/*background-color: #de802c;*/
	/* background-image: url(img/header_bg.jpg); */
	font-size:1em;
}
#header #menu {
	width:823px;
	height:23px;
	background-color:#666666;
	color:#FFFFFF;
	padding:0px;
	margin-top:-2px;
}
* html #header #menu {
	margin-top:0px;
}
#header #menu ul {
	list-style:none;
}
#header #menu ul li {
	float:left;
	width:15%;
	height:20px;
	padding-left:11px;
	padding-top:4px;
}
#header #menu ul li.mid {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#header #menu ul li a {
	color:#FFFFFF;
	vertical-align: middle;
	height:23px;
}
/**************************
Breadcrumbs /img/04_Banners_Jpgs/03_01_Banners_CanadaSavings_En
**************************/
#breadcrumbs {
	padding-top:12px;
	padding-left:5px;
	color:#A7A3A8;
}
#breadcrumbs .split {
	color:#000000;
}
/**************************
CONTENT AND COLUMNS FOR 3 COLUMN LAYOUT
**************************/
.outer {
	padding-left: 175px;
	padding-top: 7px;
}
.inner {
	width: 630px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
/**************************
CONTENT AND COLUMNS FOR 2 COLUMN LAYOUT
**************************/
.outernoright {
	padding-left: 177px;
	padding-top: 7px;
}
.innernoright {
	width: 632px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
.float-wrap-noright {
	float: left;
	width: 827px;
	margin-left: -175px; /*** Same length as .outer padding-left but with negative value ***/
}
#contentnoright {
	float: right;
	width: 632px;
	background: #fff;
	position: relative; /*** IE needs this  ***/
	color:#0000000;
}
/** html .inner {
width: 100%;
}*/
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

.float-wrap {
	float: left;
	width: 830px;
	margin-left: -173px; /*** Same length as .outer padding-left but with negative value ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
	float: left;
	width: 630px;
	background: #fff;
	position: relative; /*** IE needs this  ***/
	color:#000000;
	padding-left:15px;
	position: relative;
}
.contentWrap {
	padding-top: 6px;
	width:440px;
	width:430px;
	float:left;
	padding-right: 6px;
}
#content ol, #content ul, .contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
#content il, .contentWrap li {
	padding-bottom: 2px;
}
.contentWrapnoright {
	padding-top: 6px;
	padding-bottom: 5px;
}
#sectionhead {
	margin-top: 6px;
	width: 100%;
}
/*
mid column styling
*/

#content #sectionbanner, #contentnoright #sectionbanner {
	margin-bottom:11px;
}
#content table, #contentnoright table {
	margin: 5px 0 5px 0;
	border: thin solid #CCCCCC;
	border-collapse: collapse;
}
#content td, #contentnoright td {
	padding:6px;
}
#content td, #contentnoright td, #content td.cell, #contentnoright td.cell {
	background:#ffffff;
	color:#6C686E;
	border-left: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-top: thin solid #CCCCCC;
}
#content td.cell, #contentnoright td.cell {
	text-align:center;
}
#contentnoright table.noborder, #contentnoright table.noborder tr td, #content table.noborder, #content table.noborder tr td {
	vertical-align: top;
	border: none;
}
#content td.emptycell, #contentnoright td.emptycell {
	color:#6C686E;
	text-align:center;
	border-left: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	background-image: url(img/na_cell.gif);
	background-repeat: repeat;
}
#content td.light, #contentnoright td.light {
	border-bottom: thin solid #CCCCCC;
	background:#E5E5E5;
	color:#6C686E;
}
#content td.medium, #contentnoright td.medium {
	border-left: thin solid #ffffff;
	background:#A7A3A8;
	color:#ffffff;
}
#content td.dark, #contentnoright td.dark {
	border-left: thin solid #ffffff;
	background:#6C686E;
	color:#ffffff;
}
#content .annoucement, #content p, #contentnoright p {
/*	margin: 5px 8px 0 5px; */
}
#content hr, #contentnoright hr {
	color:#6C686E;
	background:#A7A3A8;
	height:1px;
	margin:11px;
	margin:11px 11px 11px 7px;
}
#content img, #contentnoright img {
	margin: 0 8px 2px 0;
}
#content .date, #contentnoright .date {
	color:#000;
}
#content #searchresults, #contentnoright #searchresults {
	margin: 0 5px 0 5px;
}
#content #searchresult, #contentnoright #searchresult {
	padding-bottom:15px;
	border-bottom: thin solid #CCCCCC;
}
#content input[type=text], #contentnoright input[type=text] {
	border: thin solid #666666;
	padding:2px;
	margin-right:5px;
}
#content input.text, #contentnoright input.text {
	border: 1px solid #666666 !important;
	padding: 2px !important;
	margin-right: 5px !important;
}
#content input[type=submit], #contentnoright input[type=submit] {
	background-color:#EFEFEF;
	padding:1px;
	background-image: url(img/BCAN007_bt.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 91px;
}
#content input.submit, #contentnoright input.submit {
	background-color:#EFEFEF;
	padding:1px;
	background-image: url(img/BCAN007_bt.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 91px;
}
#content ul {
	list-style-type:square;
}
#contentnoright ul {
	list-style-type:square;
	margin-left:30px;
}
#contentnoright ol {
	margin-left:30px;
}
#content ul#collapsed, #contentnoright ul#collapsed {
	margin-top:5px;
	margin-bottom:5px;
	list-style:url(img/right_green.gif);
}
#content ul#collapsed li, #contentnoright ul#collapsed li {
	color:#529FA3;
}
#content #action, #contentnoright #action {
	margin: 0 5px 0 5px;
	border-top: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	padding: 2px 0 2px 0;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 170px;
	background: #fff;
	min-height: 250px;
	padding: 6px 0px 0px 0px;
	position: relative; /*** IE needs this  ***/
}
#left ul.sub1 {
	background-color: #999999;
	list-style: none;
}
#left ul.top1 {
	background-color: #FFF;
	list-style: none;
	margin-bottom:5px;
}
#left li.topitem1 {
	margin: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color:#FFF;
	width:170px;
}
#left li.topitem1 a {
	background: #51b3cb;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
}
#left li.topitem1 ul li a {
	background-color:#EAEAEB;
	color:#333333;
	display:block;
	font-weight:normal;
	margin:0;
	padding-bottom:4px;
	padding-left:14px;
	padding-top:4px;
	text-decoration:none;
}
#left li.topitem1 a:hover {
	background: #51b3cb;
	color: #fff;
	padding-bottom: 4px;
}
#left li.subitem1 a {
	color: #333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eaeaeb;
}
#left ul li a.selected1, #left ul li ul li a.selected1 {
	background-color: #51B3CB;
	color:#fff;
}
/******************TOP2*******************/
#left ul.sub2 {
	background-color: #999999;
	list-style: none;
}
#left ul.top2 {
	background-color: #FFF;
	list-style: none;
	margin-bottom:5px;
}
#left li.topitem2 {
	margin: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color:#FFF;
	width:170px;
}
#left li.topitem2 a {
	background: #dcdccf;
	color: #877b6d;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
}
#left li.topitem2 ul li a {
	background-color:#EAEAEB;
	color:#333333;
	display:block;
	font-weight:normal;
	margin:0;
	padding-bottom:4px;
	padding-left:14px;
	padding-top:4px;
	text-decoration:none;
}
#left li.topitem2 a:hover {
	background: #dcdccf;
	color: #877b6d;
	padding-bottom: 4px;
}
#left li.subitem2 a {
	color: #333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eaeaeb;
}
#left ul li a.selected2, #left ul li ul li a.selected2 {
	background-color: #DCDCCF;
	color:#877b6d
}
/**********************TOP3*****************************/
#left ul.sub3 {
	background-color: #999999;
	list-style: none;
}
#left ul.top3 {
	background-color: #FFF;
	list-style: none;
	margin-bottom:5px;
}
#left li.topitem3 {
	margin: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color:#FFF;
	width:170px;
}
#left li.topitem3 a {
	background: #73685a;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
}
#left li.topitem3 ul li a {
	background-color:#EAEAEB;
	color:#333333;
	display:block;
	font-weight:normal;
	margin:0;
	padding-bottom:4px;
	padding-left:14px;
	padding-top:4px;
	text-decoration:none;
}
#left li.topitem3 a:hover {
	background: #73685a;
	color: #fff;
	padding-bottom: 4px;
}
#left li.subitem3 a {
	color: #333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eaeaeb;
}
#left ul li a.selected3, #left ul li ul li a.selected3 {
	background-color: #73685A;
	color:#fff;
}
/***********************************TOP4**********************************/
#left ul.sub4 {
	background-color: #999999;
	list-style: none;
}
#left ul.top4 {
	background-color: #FFF;
	list-style: none;
	margin-bottom:5px;
}
#left li.topitem4 {
	margin: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color:#FFF;
	width:170px;
}
#left li.topitem4 a {
	background: #f5961d;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
}
#left li.topitem4 ul li a {
	background-color:#EAEAEB;
	color:#333333;
	display:block;
	font-weight:normal;
	margin:0;
	padding-bottom:4px;
	padding-left:14px;
	padding-top:4px;
	text-decoration:none;
}
#left li.topitem4 a:hover {
	background: #f5961d;
	color: #fff;
	padding-bottom: 4px;
}
#left li.subitem4 a {
	color: #333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eaeaeb;
}
#left ul {
	list-style: none;
}
#left li.subitem a:hover {
	background: #529FA3;
	color: #fff;
	padding-bottom: 4px;
}
#left ul li a.selected4, #left ul li ul li a.selected4 {
	background-color: #F5961D;
	color:#fff;
}
#left ul li ul li ul li #subitem1 a.selected, #left ul li ul li ul li a:hover, #left ul li ul li ul li a.selected {
	background-color: transparent;
	color:#529FA3;
}
#left li.subitemselected a, #left li.subitemselected a:hover {
	color: #fff;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #529FA3;
	/*background-image: url(img/down.gif);*/
	background-repeat: no-repeat;
	background-position: 160px center;
}
#left li.subitemunselected a {
	color: #333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eaeaeb;
	/*background-image: url(img/right_white.gif);*/
	background-repeat: no-repeat;
	background-position: 160px center;
}
#left li.subitemunselected a:hover {
	color: #fff;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*background-image: url(img/right_white.gif);*/
	background-repeat: no-repeat;
	background-position: 160px center;
	background-color: #529FA3;
}
#left ul.pages {
	background-color: #ffffff;
	list-style: none;
	padding-bottom:10px;
	padding-top:10px;
}
#left ul.pages li {
	padding-left: 11px;
	background-color: #FFFFFF;
}
#left ul.pages li a {
	text-indent: -11px;
	background-color: #FFFFFF;
}
#left li.page a {
	background-color: #FFFFFF;
	color: #333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#left li.page a:hover {
	background-color: #FFFFFF;
	color: #333;
	display: block;
	margin: 0;
	text-decoration: underline;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	padding-top:6px;
	margin-left:4px;
	float: right;
	width: 180px;
	background: #fff;
}
#right .outerbox {
	padding:0px;
	margin:0px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#right ul.outerbox {
	list-style: none;
}
#right ul.box {
	list-style: none;
	padding-left:3px;
	padding-top:5px;
	margin:0px;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(img/ul_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 5px;
}
#right ul.box li {
	padding: 3px 0px 3px 0px;
}
#right ul.nobox {
	list-style: none;
	padding-left:3px;
	margin-left:0px;
	color:#000000;
	margin-bottom:7px;
	background-color: #FFFFFF;
}
#right span#title {
	font-size:13px;
	background-color:#999999;
	padding: 0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	color:#fff;
}
.pbox_callout {
	width: 100%;
}
#content .contentWrap .subtitle, #contentnoright .contentWrapnoright .subtitle {
	font-size: 14px;
	color:#3A373A;
	border-top: 1px dotted #A7A3A8;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top: 8px;
}
#right .subtitle {
	font-size:14px;
	color:#3A373A;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0;
	margin-bottom:10px;
	border: none;
}
#right ul li {
	color:#000000;
}
#right ul.nobox li.mid {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #A7A3A8;
	margin-bottom:10px;
	padding-bottom:10px;
}
#right li a {
	color:#51B3CB;
}
#right li a:hover {
	color:#A7A3A8;
}
/**************************
FOOTER
**************************/
#footer {
	text-align: center;
	background-color: transparent;
	color:#A7A3A8;
	clear: both;
}
#footer hr {
	height: 15px;
	color: #666666;
	background-color: #666666;
}
.pbox_link_icon {
	margin-left: 3px;
	margin-top: 3px;
}
#page_heading_image {
	margin-top: 6px;
}
.announcement {
}
.announcement table.details {
	margin-bottom: 15px !important;
	border: none !important;
}
.announcement table.details td {
	border: none !important;
	text-align: left !important;
	vertical-align: top !important;
}
.announcement table.details td {
	background-color: #f2f2f2 !important;
}
.announcement {
	margin-bottom: 0.75em;
}
.all_announcements {
	padding: 0 1em;
}
div.outerbox p {
	border-bottom:1px solid #999;
	padding: 7px 5px;
	margin:0;
}
#s40 div.subtitle {
	font-size:14px;
	padding-top:15px;
}
#s40 ul {
	margin:0;
	margin-left: 1em;
}
#s40 ul li {
	float:left;
	list-style:none;
	padding:5px 0;
	width: 6.25em;
	text-align:center;
}
#contentnoright form table, #contentnoright form td {
	border:none;
}
.contentWrapnoright p, .contentWrap p {
	margin-left: 10px;
}
table#wp-calendar {
	border: 1px solid #ccc;
	margin-top: 0;
}
table#wp-calendar caption {
	width: 50%;
	padding: 3px;
	margin: 0;
	background: #ccc;
	font-weight: bold;
}
table#wp-calendar tr td {
	border: none;
}
table#wp-calendar tr th {
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
table#wp-calendar td.pad {
	background: url(img/na_cell.gif) top left repeat;
}
div.pbox_default div.outerbox p {
	background: url(img/ul_bg.gif) top left repeat-x;
}
#content ul.plain, #contentnoright ul.plain {
	list-style: none;
}
.contenttext {
	padding-left: 1em;
}

/*-------------------------------------------------------------
 --- Style for the S40 Tables plugin --------------------------
 ------------------------------------------------------------*/

a.landing_link {
	/* landing page links (4 of them) */
}

ul.bond_list {
	list-style:none;
	overflow:hidden;
	margin: 20px 0;
	background-color: #F9F9F9;
	position: relative;
	margin: 0 auto;
	padding: 5px;
}

ul.bond_list li {
	float:left;
    padding: 0 0 7px 2em;
	width: 5em;
	list-style: none;
}

table.s40_details caption {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding-bottom:3px;
}

table.s40_details th {
	background-color: #FAFAFA;
	padding: 7px;
	border: thin solid #CCC;
}

table.s40_details td {
	background-color: #F7F7F7;
}

select.redemption_year {
	border:1px solid #CCC;
}

select.redemption_month {
	border:1px solid #CCC;
}

.pagination_left 
{
	float: left;
	margin: 0 0 0 0;
}

.pagination_right 
{
	float: right;
	margin: 0 0 0 0px;
}

.pagination_center
{
	margin: 0 auto;
	width: 100%;
}

.pagination_cpb
{
	float: left;
	margin: 0 8% !important; 
	width: 397px !important;
	text-align: center;
}

.pagination_csb
{
	float: left;
	margin: 0 16% !important;
	width: 292px !important;
	text-align: center;
}

.page_block
{
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 5px; 
	margin: 5px 0; 
	background: #fafafa;
}

.submitbutton
{
	border: 0px !important;
	background-color: #FAFAFA !important;
	background-image: url('img/magnifier.png') !important;
	cursor: pointer !important;
	float: right !important;
	height: 16px !important;
	width: 16px !important;
	margin: 2px !important;
	padding: 0px !important;
}

.bond_type_box
{
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 5px; 
	margin: 5px; 
	float: left;
	background: #fafafa;
	clear:both;
}

.page_date_selector_on_bondlist
{
	margin: 0 auto !important;
	width: 75% !important;
}