﻿/* media print */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h4 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h5 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
applet {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11pt;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ /*background-color: #46383a;*/ /*background-color: #FFFFFF;*/
	line-height: 125%;
	font: normal normal normal 11pt Arial, Helvetica, sans-serif;
/*background: url('http://www.canadiancrc.com/images/layout/browser_background.gif') repeat-y center;*/	padding: 0 0 0 0;
	color: #000000;
	margin: 0 0 0 0;
	/*background-color: #5F6976;*/
}
table {
  background-color:#FFF;
  border-collapse:collapse;
}

/* the border will be defined by the td tags */
td {
  background-color:#FFF;
  border:1px solid #000000;
  padding:5px;
}

/* Commonly used to style page titles. */
h1 {
	/*margin: 0;*/
	color: #000;
	font: normal normal bold 13pt Arial, Helvetica, sans-serif;
	line-height: 125%;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font: italic normal bold 13pt Arial, Helvetica, sans-serif;
	line-height: 125%;
}
.bold {
	font-weight: bold;
}
.border-1px_black {
	border: 1px #000000 solid;
}
.white {
	color: #FFFFFF;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-left-15 {
	margin-left: 15px;
}
.margin-top-0 {
	margin-top: 0px;
}
.margin-right-0 {
	margin-right: 0px;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-left-0 {
	margin-left: 0px;
}
/* Sets the style for unvisited links. */
a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/*  not in the style_08MAR08.css file.buttons {
	padding: 0;
	margin: 2px;
	font: normal normal normal 11px Arial, Helvetica, sans-serif;
*/
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	width: 100%; /*border: 1px #C0C0C0 solid;*/ /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */;
	background-color: #FFFFFF;
	/*padding: 10px 10px 10px 10px; */ /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#header_print {
	width: 100%;
	margin: 0px;
}
#contentWrapper {
	width: 100%; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) ;*/ /*margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) ;*/ /*display: block;*/;
	clear: left;
}
#content {
	width: 100%; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */;
	border-top: #C0C0C0 solid 1px;
	/*margin: 0px; */ /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#searchbox_017227504876183493238:dx3co3pv9wk {
	display: none;
}
.clearFloat {
	display: block;
	clear: left;
}
.pict_top_right {
	margin: 0px 0px 10px 0px;
	border: 1px #000000 solid;
}
#sidebar_left {
	display: none;
}
.sidebar_182 {
	text-align: left; /* body Centers the page content container in IE 5 browsers. */;
	border-width: 1px;
	width: 168px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	padding: 6px;
	margin: 0px 0px 10px 0px;
}
.sidebar_182_red {
	text-align: left; /* body Centers the page content container in IE 5 browsers. */;
	border-width: 1px;
	width: 168px;
	background-color: #FFFFFF;
	border-color: #990000;
	border-style: solid;
	padding: 6px;
	margin: 0px 0px 10px 0px;
}
.sidebar_right_top_gray {
	padding: 5px;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
}
.sidebar_top_red_full {
	padding: 5px;
	background-color: #990000;
	text-align: center;
	color: #FFFFFF;
	margin: -5px -5px 15px -5px;
}
.sidebar_top_red {
	padding: 5px;
	background-color: #990000;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
}
#footer_div {
	display: none;
}
.MenuQuickLink {
	font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
}
.MenuQuickLink a {
	font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.MenuQuickLink a:link {
	font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.MenuQuickLink a:visited {
	font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.MenuQuickLink a:hover {
	font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
#header_issues_container {
	display: none;
}
#header_issues_box1 {
	display: none;
}
* header_issues_content {
	display: none;
}
#IT_login {
	display: none;
}
#header_middle {
	display: none;
}
#virtual_div {
	display: none;
}
#header_issues_title {
	display: none;
}
#right {
	display: none;
}
#menu-Horiz {
	display: none;
}
#foxlingo {
	display: none;
}
.flag {
	width: 69px;
	height: 30px;
	text-align: right;
	margin: 0px;
	padding: 0;
}
.CCRC_title {
	font: normal normal bold 16pt Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0;
	color: #FFFFFF;
}
.virtual {
	font: normal normal normal 14pt Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #FFFFFF;
}
.logo {
	border: 0;
	padding: 0;
	margin: 0;
}
.white {
	color: #FFFFFF;
}
/****** used in top large link boxes ***/
.normal {
	font: normal normal normal 12pt Arial, Helvetica, sans-serif;
	color: #000000;
}
.search_boxForm {
	display: none;
}
#dropmenudiv {
	display: none;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #808080;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#dropmenudiv a:hover {
	background: #990000 url('../images/layout/linkarrow.gif') no-repeat left center;
	color: #FFFFFF;
}
#dropmenudiv ul li a {
	padding: 5px 0px 3px 5px;
	color: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu-top1 {
	clear: both;
	float: right; /*width: 400px;*/;
	margin: 0;
	/*background-color: #FFFFFF;*/
}
#menu-top1 ul {
	padding-left: 0;
	margin: 7px 10px 7px 0px;
/*background-color: #990000;*/	color: #FFFFFF;
	float: right;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; /*height: 21px;*/;
	border-right: 1px #989898 solid;
}
#menu-top1 ul li {
	display: inline;
}
#menu-top1 ul li a {
	padding: 3px 7px 3px 7px;
/*background-color: #990000;*/	color: #FFFFFF;
	text-decoration: none;
	float: right;
	border-left: 1px #989898 solid;
	/*border-top: 5px solid #990000;
	border-bottom: 5px solid #990000;*/
}
#menu-top1 ul li a:hover {
	display: none;
}
#menu-top2 {
	display: none;
}
#menu-top2 ul {
	padding-left: 0;
	margin: 0;
	background: #808080 url('../layout/grey_menu2_FFFFFF-808080_2x25.png') repeat-x top;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
}
#menu-top2 ul li {
	display: none;
}
#menu-top2 ul li a {
	background: #808080 url('../layout/grey_menu2_FFFFFF-808080_2x25.png') repeat-x bottom;
	padding: 5px 7px 3px 7px;
	color: #990000;
	text-decoration: none;
	float: left;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #808080 solid;
	border-bottom: 3px #808080 solid;
}
#menu-top2 ul li a:hover {
	border-bottom: 3px #990000 solid;
}
/****** id for Google search button ****/
#search {
	display: none;
}
#menu-top3 {
	display: none;
}
#menu-top3 ul {
	margin: 0;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 978px;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}
* html #menu-top3 ul {
}
#menu-top3 ul li {
	display: inline;
}
#menu-top3 ul li a {
	float: left;
	color: #990000;
	font-weight: bold;
	padding: 5px 6px 4px 6px;
	text-decoration: none;
	border-left: 1px #666666 solid;
	height: 100px;
	width: 126px;
}
#menu-top3 ul li a:hover {
	color: black;
	background-color: #FCC9D1;
	border-bottom: 4px solid #990000;
	padding-bottom: 0;
}
/*#exp_coll {
	text-align: center;
	width: 182px;
	padding: 0;
	margin: 0;
}*/
#exp_coll_form {
	display: none;
}
#exp_coll_form2 {
	display: none;
	margin: 0;
}
.button_coll {
	height: 23px;
	width: 85px;
	padding: 0;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.button_coll a:hover {
	height: 23px;
	width: 85px;
	padding: 0;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.button_exp {
	height: 23px;
	width: 85px;
	padding: 0;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
/*** column width is 182 px ***/
/****.exp_coll_field {
	width: 176px;
	padding: 3px;
	margin: 0px;
	border: 0;***/
}
.search_button {
	display: none;
}
.button1 {
	padding: 2px;
	margin-bottom: 5px;
	font: normal normal normal 11px Tahoma, Arial, Helvetica, sans-serif;
}
.button2 {
	padding: 2px;
	margin-bottom: 5px;
	font: normal normal normal 11px Tahoma, Arial, Helvetica, sans-serif;
}
#header {
	clear: both;
	width: 100%;
}
#header_middle {
	width: 100%;
}
#header2 {
	display: none;
}
#header_right {
	float: right;
	text-align: right;
	width: 350px;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0px;
	height: 16px;
	vertical-align: bottom;
}
#header_right2 {
	float: right;
	text-align: right;
	width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px;
/**height: 16px;*//	vertical-align: bottom;
}
.flag {
	width: 69px;
	height: 30px;
	text-align: right;
	margin: 0px;
	padding: 0;
}
.CCRC_title {
	font: normal normal bold 14pt Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	color: #FFFFFF;
}
.virtual {
	font: normal normal normal 12pt Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #FFFFFF;
}
.logo {
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
#sitepath {
	display: none;
}
#my_menu {
	display: none;
}
div.sdmenu {
	display: none;
}
div.sdmenu div {
	/*background-image: url('../images/layout/menu_L_gradient.jpg');*/
		/*background: url('../images/layout/title_40.gif') repeat-x;*/
	/*background-color: #D4D4D4;*/
	background-color: #FFFFFF;
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url('../images/layout/toptitle.gif') no-repeat;*/ /*background: url('../images/layout/title_40.gif') repeat-x;*/	
	/*background-color: #D4D4D4;*/
	background-color: #FFFFFF;
 /*background-image: url('../images/layout/menu_L_gradient.jpg');*/;
	/*background-image: url('../images/layout/grey_180_37_1.jpg');*/
}
div.sdmenu div.collapsed {
	/*border-bottom: 1px #989898 solid;*/
	/*border-bottom: 1px #FFFFFF solid;*/

/*height: 38px;*/	height: 35px;
}
/*******  Below is the major category box ****/
div.sdmenu div span {
	/*border-bottom: 2px #989898 solid;*/
	/*border-top: 2px #FFFFFF solid;*/
	border-top: 1px #989898 solid;
	display: block; /*padding: 5px 5px 5px 22px;*/;
	padding: 3px 3px 3px 22px;
	font-weight: bold; /*color: #990000; */; /*color: #FFFFFF; */ /*background: url('../images/layout/arrow_10_up.gif') no-repeat 10px center;*/ /*background: url('../images/layout/arrow_10_up.gif') no-repeat 10px center;*/; /*color: #990000;*/;
	color: #000000;
	cursor: default;
	background: url('../layout/Minus_grey_11x11.png') no-repeat 5px center;
}
div.sdmenu div.collapsed span {
	/*background-image: url('../images/layout/arrow_10_down.gif');*/
	background: url('../layout/Plus_grey_11x11.png') no-repeat 5px center;
	background-color: #EBEBEB;
/*background: no-repeat;*/
}
div.sdmenu div a {
	padding: 5px 7px;
/*background: #E1E1E1;*/	display: block; /*border-bottom: 2px #C5C5C5 solid;*/;
	border-top: 1px #C5C5C5 solid;
	font: normal normal bold 11px Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
}
div.sdmenu div a.current {
	/*background : #ccc;
	text-decoration: none;*/	/*background: url('../layout/180x37_CC0000-FF6666.jpg') no-repeat;*/
	background: #990000;
/*url('../layout/arrow_white_right.png') no-repeat right center;*/	font: normal normal bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
div.sdmenu div a:hover {
	/*background: url('../layout/180x37_CC0000-FF6666.jpg') no-repeat;*/
	background: #990000;
/*url('../images/layout/linkarrow.gif') no-repeat right center;*/	font: normal normal bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.search {
	display: none;
}
#search {
	display: none;
}
.search_box {
	display: none;
}
#middle_left {
	width: 100%;
	text-align: left;
	min-height: 50px;
	/*border: 1px #808080 solid;*/
}
#left_column {
	display: none;
}
#right_column {
	display: none;
}
#page_title {
	margin: 0 0 15px 0;
	padding: 7px;
	background: url('../layout/Title_gradient_FF8080-FFFFFF_500x2.png') repeat-y left;
	/*line-height: 16px;*/
}
.editor_ccrc {
	background: #FCC9D1;
	border: 1px #990000 dashed;
	padding: 7px;
	margin: 10px 0px 10px 0px;
}
.page_title {
	font: normal normal bold 16px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.normal {
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.white_type_red {
	background: #990000;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
.picture_links {
	border: 0;
}
.red {
	color: #990000;
}
.highlight_body {
	background-color: #FFFF66;
}
.editor_comments {
	background: #E10000;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
.grey_body_div {
	border: 3px #666666 solid;
	background-color: #666666;
	font: normal normal bold 14px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.line_body {
	color: #C0C0C0;
	line-height: 2px;
}
