/*
Use .pagewidth to center an element and give it the standard width for a CBC.ca page
*/
.pagewidth, .pagewidth_padded {
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 986px;
}
/*
.pagewidth_padded gives the element the same total width as .pagewidth but pads the interior to leave a
usable content area equal to the width of 12 grid columns.
*/
.pagewidth_padded {
    padding: 0 13px;
    width: 960px;
    margin-bottom: 20px;
}
/* == TYPOGRAPHY == */
h1 {
    font-size: 2.5em;
    margin: 0.67em 0;
}
.blue_text {
	color: #094161;
}
.red_text {
	color: #E82C1D;
}
.grey_text {
	color: #666666;
}
/* == VERTICAL RHYTHM == */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .wrap1, .wrap2, .wrap3, .wrap4, .wrap5, .wrap6, .wrap7, .wrap8, .wrap9, .wrap10, .wrap11, .wrap12, .sep1, .sep2, .sep3, .sep4, .sep5, .sep6, .sep7, .sep8, .sep9, .sep10, .sep11, .sep12 {
    display: inline;
    float: left;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    margin: 0 10px;
}

.col1, .col1width {
    width: 60px;
}

.col2, .col2width {
    width: 140px;
}

.col3, .col3width {
    width: 220px;
}

.col4, .col4width {
    width: 300px;
}

.col5, .col5width {
    width: 380px;
}

.col6, .col6width {
    width: 460px;
}

.col7, .col7width {
    width: 540px;
}

.col8, .col8width {
    width: 620px;
}

.col9, .col9width {
    width: 700px;
}

.col10, .col10width {
    width: 780px;
}

.col11, .col11width {
    width: 860px;
}

.col12, .col12width {
    width: 940px;
}

.wrap1 {
    width: 80px;
}

.wrap2 {
    width: 160px;
}

.wrap3 {
    width: 240px;
}

.wrap4 {
    width: 320px;
}

.wrap5 {
    width: 400px;
}

.wrap6 {
    width: 480px;
}

.wrap7 {
    width: 560px;
}

.wrap8 {
    width: 640px;
}

.wrap9 {
    width: 720px;
}

.wrap10 {
    width: 800px;
}

.wrap11 {
    width: 880px;
}

.wrap12 {
    width: 960px;
}

/*
.module represents a contained block of content, normally seen on a side rail or used to populate a landing page. It
has an optional .module-head and .module-foot but requires a .module-body wrapper around the module content.
*/
.module,
.module_contained {
    margin-bottom: 24px;
    margin-bottom: 2rem;
}
.module-head {
	padding-top: 8px;
}
.module-body p {
    margin-bottom: 0.5em;
}
.module-foot {
    background: #f0f0f0;
    background: -moz-linear-gradient(center top , #fff 1%, #f0f0f0 2%) repeat scroll 0 0 #f0f0f0;
    border-top: 1px solid #cbcbcb;
    margin: 0;
    padding: 8px;
}
/*
.module_contained pads the inside of the module. This is normally used with a background colour on the module.
*/
.module_contained {
    background-color: #eee;
}
.module_contained .module-head,
.module_contained .module-body,
.module_contained .module-foot {
    padding-left: 10px;
    padding-right: 10px;
}
.module_contained ul, .module_contained ol {
	margin-left: 15px;
	margin-right: 0;
}
/* == SITE ELEMENTS == */
a, a:visited, a:active {
	text-decoration: none;
	color: #094161;
}
p a:hover, p a:focus {
	text-decoration: underline;
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	background-color: #333;
}
.help-sitebody {
	background-color: white;
	font-size: 14px;
	line-height: 1.428571429;
}
.no_margin {
	margin: 0;
}
.reduced_bottom_margin {
	margin-bottom: 0; 
}
.reduced_top_margin {
	margin-top: 0; 
}
.invalid {
	border: 1px solid #E72B1C;
}
.help-header {
	height: 80px;
	line-height: 80px;
	background-color: #333;
	color: #fff;
}
.help-header h1 {
	margin:0 20px;
}
table {
	border-collapse: collapse;
}
td, th {
	border: 1px solid #ababab;
	padding: 0.5rem;
	text-align: left;
}
.data-content table {
	width: 100%;
}
.data-content table tbody tr {
	background-color: #e2e2e2;
	border-top: 1px solid #ababab;
}
.data-content table tbody tr:nth-child(2n+1), thead tr th {
	background-color: #efefef;
}
.data-content table td {
	padding-left: 20px;
	padding-right: 20px;
	height: 75px;
	text-align: center;
}
.data-content table thead th {
	line-height: 75px;
	font-family: Arial;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
table thead tr {
	border-bottom: 6px solid #ababab;
}
#tabs {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li, #tabs {
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav {
	padding-top: 2em;
}
.ui-tabs .ui-tabs-nav li {
	float: right;
}
#date-select {
	float: left;
}
#date-select select {
	font-weight: 600;
	width: 210px;
	font-size: 18px;
	margin-left: 20px;
	border-radius: 0;
}
.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.ui-tabs .ui-tabs-panel {
	padding: 1.5em;
}
#more-info {
	position: absolute;
	top: 24px;
	right: 315px;
}
#more-info p {
	font-size: 12px;
}
#more-info a {
	color: blue;
	float: none;
	margin: 0;
	padding: 0;
}
#more-info a:hover {
	text-decoration: underline;
}