﻿.page
{
	margin: 0px auto;
	padding: 0px;
	width: 1250px;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 8px #bbbbbb;
	-webkit-box-shadow: 0px 0px 8px #bbbbbb;
	box-shadow: 0px 0px 8px #bbbbbb;
}

/* Header
----------------------------------------------------------*/
#header
{
	border-bottom: solid 1px #fff;
	color: #000;
	height: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 999;
}

.headerEn
{
	background: url('/Content/Images/newheader.png') no-repeat;
}

.headerEnTest
{
	background: url('/Content/Images/newheadertest.png') no-repeat;
}

.headerFr
{
	background: url('/Content/Images/newheader_fr.png') no-repeat;
}

.navbarTitle
{
	/*background: url('/Content/Images/site-title.png') no-repeat;*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 220px;
}

.navbarTitleFr
{
	/*background: url('/Content/Images/site-title.png') no-repeat;*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 220px;
}

/* Navbar Menu
----------------------------------------------------------*/
.mainMenu
{
	right: 0;
	z-index: 9999;
	border-bottom: solid;
	border-bottom-color: #08A8E2;
	border-bottom-width: 1px;
	width: 100%;
	margin-bottom: 10px;
}

.mainMenu:after
{
	clear: both;
	display: table;
	content: " ";
}

.mainMenu > div
{
	cursor: pointer;
	float: left;
	line-height: 27px;
	padding: 0 15px;
	position: relative;
}

.mainMenu > div:hover
{
	background-color: #eee;
}

.mainMenu > div > label
{
	background: url('/Content/Images/main-menu-down-arrow.png') no-repeat;
	background-position: right center;
	padding-right: 24px;
}

.mainMenu > div > a
{
	background-position: 10px center;
	cursor: pointer;
	float: left;
	line-height: 27px;
	padding: 0 5px 0 5px;
	color: #08A8E2; /*font-family: Verdana;*/
	font-size: .9em;
	font-weight: bold;
}

.mainMenu > div > label
{
	color: #08A8E2; /*font-family: Verdana;*/
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

.mainMenu .subMenu
{
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #000;
	display: none;
	left: 0;
	list-style: none;
	min-width: 200px;
	position: absolute;
	width: auto;
	z-index: 9999;
}

.mainMenu .subMenu > li
{
	line-height: 24px;
	margin: 0;
	padding: 5px;
	position: relative;
	padding-right: 5px;
}

.mainMenu .subMenu > li > a
{
	color: #08A8E2;
	display: inline-block; /*font-family: Verdana;*/
	font-size: .9em;
	padding: 0 0 0 16px;
	text-decoration: none;
	min-width: 230px;
	width: auto;
	white-space: nowrap;
}

.mainMenu .subMenu > li > a > img
{
	padding-right: 3px;
	position: absolute;
	left: 15px;
	top: 2px;
}

.mainMenu .subMenu > li > a.img
{
	font-size: .9em;
	padding: 0 0 0 8px;
}

.mainMenu .subMenu > li:hover
{
	background: #08A8E2;
}

.mainMenu .subMenu > li:hover > a
{
	color: #fff;
}
.mainMenu .subMenu > li > a.subMenuHeading
{
	font-weight: bold;
	font-size: 1em;
	padding-left: 16px;
}
/* Site Offline Warning
----------------------------------------------------------
#site-offline-warning {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	position: relative;
	padding: 8px;
	font-size: 16px;
	
}
*/

/* Sub Header
----------------------------------------------------------*/
#subHeader
{
	background-color: #08A8E2;
	height: 25px;
	padding-left: 10px;
	padding-right: 150px;
	position: relative;
	padding-top: 3px;
}

#subHeader .logo
{
	/*background: url('/Content/Images/navbar-logo.png') no-repeat;*/
	background-position: right top;
	bottom: 0;
	height: 46px;
	position: absolute;
	right: 0;
	width: 140px;
}

.loginDisplay
{
	color: #fff;
	display: block;
	font-size: 1.0em;
	line-height: 20px;
	position: absolute;
	right: 15px;
}

.loginDisplay a
{
	color: #fff;
	text-decoration: underline;
}

.loginDisplay a:hover
{
	text-decoration: none;
}

.subHeaderRegion
{
	line-height: 20px !important;
}

#subHeader .breadTitle
{
	color: #003366;
	font-weight: 600;
	padding: 0;
}

#subHeader .subTitle
{
	color: #fff;
}

/* Main
----------------------------------------------------------*/
#main
{
	background-color: #fff;
	min-height: 800px;
	overflow-x: hidden; /*padding: 0 150px 0 0;*/
	padding: 0;
	position: relative;
}

/* Right Sidebar
----------------------------------------------------------*/
.sidebarContainer
{
	background-color: #fff;
	border-left: solid 1px #006699;
	height: 100%;
	min-height: 400px;
	position: absolute;
	right: -140px;
	top: 0;
	width: 140px;
}

.sidebarContainer .sidebarTab
{
	background: url('/Content/Images/sidebarTab.png') no-repeat;
	height: 150px;
	position: absolute;
	left: -19px;
	top: 45px;
	width: 19px;
}

.sidebarContainer .sidebarTabfr-CA
{
	background: url('/Content/Images/sidebarTab-fr-CA.png') no-repeat;
	height: 150px;
	position: absolute;
	left: -19px;
	top: 45px;
	width: 19px;
}

.sidebarContainer .version
{
	padding-right: 5px;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	color: Gray;
}

.photoContainer
{
	background-repeat: no-repeat;
	background-image: url('/Content/Images/photo-container.png');
	height: 157px;
	margin: 20px auto 20px auto;
	width: 126px;
	text-align: center;
	line-height: 157px;
}


.profilePhoto
{
	vertical-align: middle;
}
/*margin: 10px auto auto 10px;		
width:100%; 
    max-width:98px;
    height:100%;
    max-height:130px;
*/

.sidebarMenu li
{
	padding-right: 25px;
	text-align: right;
}

.sidebarMenu li:hover
{
	background: #003366;
	color: #fff;
}

.sidebarMenu li:hover a
{
	color: #fff;
}

/* Language Choice
----------------------------------------------------------*/
.languageChoice
{
	background: #fff;
	height: 50px;
	margin-top: -1px;
	position: relative;
	text-align: center;
	width: 140px;
	z-index: 99;
}

.languageChoice li
{
	display: inline;
	float: left;
	list-style: none;
	padding: 0;
}

.languageChoice li a
{
	color: #000;
	display: inline-block;
	height: 49px;
	font-size: 12px;
	font-weight: bold;
	line-height: 49px;
	padding: 0 8px;
	text-decoration: none;
}

.languageChoice li a:hover, .languageChoice li a:active, .languageChoice li.selected a
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/Content/Images/language-active.png');
	color: #fff;
	text-decoration: none;
}

.statusBar
{
	background: #c4e3f3;
	border: solid 1px #eee;
	bottom: -25px;
	color: #000;
	display: none;
	font-size: 0.95em;
	min-height: 20px;
	left: -5px;
	line-height: 20px;
	padding-left: 11px !important;
	padding-right: 5px !important;
	position: fixed;
	width: 600px;
	z-index: 101;
}
.statusBarImage
{
	background-image: url('/Content/Images/loading.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 26px;
}

.statusBarRed
{
	background: #ffc9c9 !important;
	border: solid 1px #cd0a0a;
	color: #cd0a0a;
}
.statusBarYellow
{
	background: #ffff99 !important;
	border: solid 1px #9999ff;
}

.awcbcSource
{
	font-size: .9em;
	font-style: italic;
	width: 100%;
	text-align: center;
}

.noTopPadding
{
	padding-top: 0 !important;
}

.noTopMargin
{
	margin-top: 0 !important;
}

.noBottomPadding
{
	padding-bottom: 0 !important;
}

.noBottomMargin
{
	margin-bottom: 0 !important;
}
