/* links */

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

/* form styles */

select,
textarea,
input,
button {
	font-family: tahoma,sans-serif;
	font-size: 1em;
}
.button,
.buttonL,
.button:hover,
.buttonL:hover {
	height: 20px;
	margin: 0;
	border: 0;
	line-height: 20px;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-family: tahoma,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0;
}
.button,
.button:hover {
	width: 50px;
	background: transparent url(button.gif);
}
.buttonL,
.buttonL:hover {
	width: 90px;
	background-image: url(buttonL.gif);
}
.buttonX {
	border: 1px solid #000;
	background: #000 url(buttonX.gif); repeat-x;
	margin: 0;
	padding: 2px 6px;
	text-align: center;
	color: #fff;
	font-family: tahoma,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

/* page structure */

body {
	margin: 0;
	padding: 0;
	background: #fff url(bg.gif) repeat-x fixed;
	font-family: tahoma,sans-serif;
	font-size: .7em;
	color: #666;
}
body#blankBody,
body#blankBox {
	background-image: none;
}
body#blankBody {
	padding: 0 20px 20px 20px;
}
div#wrapper {
	background: transparent url(wrapper.gif) no-repeat fixed;
	background-position: 50% 0;
}
div#wrapper1 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
div#header {
	height: 98px;
}
div#header div#logo {
	float: left;
	padding: 20px 0 0 20px;
}
div#header div#logo h1 {
	margin: 0;
}
div#header div#topMenu {
	padding: 6px 20px 0 0;
	letter-spacing: 1px;
	text-align: right;
	position: absolute;
	right: 0;
}
div#menulinks {
	margin: 0;
	height: 31px;
	position: relative;
}
div#menulinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
}
div#menulinks ul li {
	float: left;
	width: 128px;
	height: 31px;
	margin: 0 0 0 5px;
	overflow: hidden;
}
div#menulinks ul li a {
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 0;
	background: url(menulinks.gif) no-repeat;
}
div#menulinks ul li.selected a {
	color: #fff;
	background-position: -128px 0;
}
div#contentBlock {
	/* border-top: 5px solid #00bafe; */
}
body#blankBody div#contentBlock, 
body#blankBox div#contentBlock {
	border-top: 0;
}
div#contentBlock div#feature {
	border-top: 5px solid #00bafe;
	float: left;
	width: 750px;
	height: 230px;
	overflow: hidden;
}
div#contentBlock div#loginBox label {
	display: block;
	margin-bottom: 3px;
}
div#contentBlock div#loginBox input.text {
	margin-bottom: 6px;
	width: 154px;
	border-color: #666;
	font-size: 1.2em;
}
div#contentBlock div#loginBox button {
}
/* login box layout 2 */
div#contentBlock div#loginBox {
	border-top: 5px solid #00bafe;
	float: left;
	width: 216px;
	height: 215px;
	padding: 15px 0 0 34px;
	background: #00bafe url(register.jpg) no-repeat;
	color: #fff;
	position: relative;
	overflow: visible;
}
div#contentBlock div#loginBox h2 {
	margin: 0;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div#contentBlock div#loginBox h2.register {
	background-image: url('registerheader.jpg');
}
div#contentBlock div#loginBox h2.login {
	background-image: url('loginheader.jpg');
}
div#contentBlock div#loginBox h2.password {
	background-image: url('passwordheader.jpg');
}
div#contentBlock div#loginBox button {
	margin-top: 10px;
	padding: 0 0 10px 0;
	border: 0;
	width: 156px;
	height: 30px;
	background-color: transparent;
	background-image: url('/static/themes/job_fair/en_CA/loginButton1.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
div#contentBlock div#loginBox button#reg {
	margin-top: 0;
}
div#contentBlock div#loginBox div#loginBoxMessageSpan {
	position: absolute;
	top: 250px;
	left: 35px;
	width: 155px;
	background: url(loginBoxMessagePointer.gif) no-repeat;
	background-position: 50% 0;
	
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.pass,
div#contentBlock div#loginBox div#loginBoxMessageSpan span.fail,
div#contentBlock div#loginBox div#loginBoxMessageSpan span.warn {
	display: block;
	margin-top: 6px;
	padding: 4px 4px 4px 26px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px solid #aaa;
	color: #444;
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.pass {
	background-image: url(/static/shared/testPass.png);
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.fail {
	background-image: url(/static/shared/testFail.png);
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.warn {
	background-image: url(/static/shared/testWarn.png);
}

div#contentBlock div#loginBox div#forgotPass {
	margin-top: 5px;
}
div#contentBlock div#loginBox div#forgotPass a {
	color: #fff;
	font-weight: bold;
}
div#contentBlock div#sponsors {
	float: left;
	width: 1000px;
	height: 86px;
	overflow: hidden;
	background: url(sponsors.gif);
}

div#contentBlock div#sponsors div.title {
	/* width:150px;
	height:86px; */
	float:left;
}

div#contentBlock div#sponsors ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:800px;
	height:30px;
	float:left;
	margin:28px 0 0 7px;
}
div#contentBlock div#sponsors ul li {
	display:inline;
	margin:5px 0 0 7px;
	height:30px;
	overflow-y:hidden;
}

div#contentBlock div#main {
	float: left;
	width: 950px;
	background-color: #fff;
	padding: 25px;
	min-height: 600px;
}
body#home div#contentBlock div#main {
	min-height: 300px;
}
body#blankBody div#contentBlock div#main,
body#blankBox div#contentBlock div#main {
	float: none;
	width: auto;
	padding: 0;
	min-height: 0;
}
body#blankBox div#contentBlock div#main {
	padding: 0;
}
body#guests div#contentBlock div#main {
	background: #fff url(bgBlank.gif) no-repeat;
	border-top: 5px solid #00bafe;
}
div#contentBlock div#main div#attendees {
	float: left;
	width: 215px;
	margin-right: 24px;
	padding-right: 25px;
	border-right: 1px solid #e0e9ed;
}
div#contentBlock div#main div#companies {
	float: left;
	width: 475px;
}
div#contentBlock h1 {
	margin: 0 0 1em 0;
	font-family: "trebuchet ms",sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #0da6de;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div#contentBlock h2 {
	margin: 0 0 1em 0;
	font-family: "trebuchet ms",sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #0da6de;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div#contentBlock h2 a,
div#contentBlock h2 a:hover {
	color: #0da6de;
}
div#contentBlock h3 {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.2em;
}
div#contentBlock div#main div#attendees ul,
div#contentBlock div#main div#companies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#contentBlock div#main div#attendees ul li,
div#contentBlock div#main div#attendees ul li {
	margin: 0;
}
div#contentBlock div#main a.button {
	float: right;
	display: block;
}
div#contentBlock div#main div#companies ul li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#contentBlock div#main div#companies ul li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e9ed;
	display: inline-block;
}
div#contentBlock div#main div#companies ul li.last {
	border-bottom: 0;
}
div#contentBlock div#main div#companies ul li div.companyImage {
	float: left;
	width: 200px;
}
div#contentBlock div#main div#companies ul li div.companyProfile {
	float: left;
	width: 275px;
}
div#footer {
	padding: 25px;
	position: relative;
}
div#footer div#footerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 25px;
}
div#footer div#footerNav ul li {
	float: left;
	border-left: 1px solid #666;
	margin-left: 5px;
	padding-left: 5px;
}
div#footer div#footerNav ul li.first {
	border-left: none;
}
div#footer div#footerNav ul li.languageHolder a.lang {
	font-weight: bold;
}
div#footer div#footerNav ul#langSelect {
	background-color: #b9dcf0;
	color: #0da6de;
}
div#footer div#footerNav ul#langSelect li a {
	color: #0da6de;
}
div#footer div#copyright {
}

/* content styles */

.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
.center {
	margin: 0 auto;
}
div.sponsor:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div.sponsor {
	display: inline-block;
}
div#contentBlock div.profileImage {
	float: left;
	width: 240px;
}
div#contentBlock div.profileText {
	margin-left: 240px;
}
div#contentBlock div.profileText h2 {
	margin: 1em 0 .5em 0;
}
div#contentBlock div.profileText p {
	margin: .5em 0 1em 0;
}
div#contentBlock div.newsItem {
	border-bottom: 1px solid #ccc;	
}

/* agenda */

div#contentBlock div#main div#agendaBody {
	font: 11px arial,sans-serif;
}
div#contentBlock div#main div#agendaBody h3 {
	font-weight: bold;
}
div#contentBlock div#main div#agendaBody div.profile {
	border-bottom: 1px solid #ccc;  
	margin-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
	clear: left;
}
div#contentBlock div#main div.agendaTabs {
	height: 24px;
	margin: 0;
}
div#contentBlock div#main div.agendaTabs ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
	margin-left: 0 !important;
}
div#contentBlock div#main div.agendaTabs ul li {
	float: left;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-image: url(agendaTabs.gif);
	list-style: none !important;
}
div#contentBlock div#main div.agendaTabs ul li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	background-image: url(agendaTabs.gif);
	background-position: 100% 0;
	outline: 0;
}
div#contentBlock div#main div.agendaTabs ul li.selected {
	color: #fff;
	background-position: 0 -24px;
}
div#contentBlock div#main div.agendaTabs ul li.selected a {
	color: #fff;
}
div#contentBlock div#main #room1,
div#contentBlock div#main #room2,
div#contentBlock div#main #room3,
div#contentBlock div#main #room4,
div#contentBlock div#main #room5,
div#contentBlock div#main #room6,
div#contentBlock div#main #room6,
div#contentBlock div#main #room7,
div#contentBlock div#main #room8,
div#contentBlock div#main #room9,
div#contentBlock div#main #room10,
div#contentBlock div#main #room11,
div#contentBlock div#main #room12 {
}
div#contentBlock div#main div.scroller {
	padding: 10px;
	height: 380px;
	overflow: auto;
	overflow-x: hidden;
}
div#contentBlock div#main ul.roomTabs {
	margin: 0;
	padding: 5px 10px;
	list-style: none;
	background-color: #00bafe;
	margin-left: 0 !important;
	width: 930px;
}
div#contentBlock div#main ul.roomTabs li {
	float: left;
	border-left: 1px solid #ffcd82;
	margin-left:5px;
	padding-left:5px;
	list-style: none !important;
}
div#contentBlock div#main ul.roomTabs li.first {
	border-left: 0px none;
	margin-left:0;
	padding-left:0;
}
div#contentBlock div#main ul.roomTabs li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #ffcd82;
}
div#contentBlock div#main ul.roomTabs li a.selected {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
div#contentBlock div#main h2.agendaDate {
	width: 260px;
	height: 24px;
	margin: 0 auto;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
div#contentBlock div#main table.agendaTable {
	width: 615px;
	border-collapse: collapse;
	margin: 20px 0 0 0;
}
div#contentBlock div#main table.agendaTable tr td,
div#contentBlock div#main table.agendaTable tr th  {
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
div#contentBlock div#main table.agendaTable tr .time  {
	width: 80px;
}
div#contentBlock div#main table.agendaTable tr th.time  {
	visibility: hidden;
	border: 0 none;
}
div#contentBlock div#main table.agendaTable tr .trackFull  {
	width: 526px;
}
div#contentBlock div#main table.agendaTable tr .track1,
div#contentBlock div#main table.agendaTable tr .track2,
div#contentBlock div#main table.agendaTable tr .track3  {
	width: 168px;
}
div#contentBlock div#main table.agendaTable tr th  {
	background-color: #def;
}
div#contentBlock div#main table.agendaTable tr.b td  {
	background-color: #eee;
}
div#contentBlock div#main table.agendaTable tr.b td.time  {
	background-color: transparent;
}
div#contentBlock div#main table.agendaTable tr td.track1  {
	background-color: #f5e5e1;
}
div#contentBlock div#main table.agendaTable tr td.track2  {
	background-color: #f7f5d4;
}
div#contentBlock div#main table.agendaTable tr td.track3  {
	background-color: #dfeebf;
}
div#contentBlock div#main div.profile div.agendaTime {
	float: left;
	width: 90px;
	margin-right: 10px;
	clear: left;
}
div#contentBlock div#main div.profile div.agendaSeminar {
	float: left;
	width: 575px;
	margin-right: 10px;
}
div#contentBlock div#main div.profile div.agendaSpeakers {
	float: left;
	width: 220px;
}
div#contentBlock div#main div.profile div.agendaSpeakers img.agendaSpeakersImage {
	float: left;
	width: 40px;
	margin: 0 10px 10px 0;
	clear: left;
}
div#contentBlock div#main div.profile div.agendaSpeakers div.agendaSpeakersText {
	float: left;
	width: 170px;
}
div#contentBlock div#main div.profile div.agendaTime h3,
div#contentBlock div#main div.profile div.agendaSeminar h3,
div#contentBlock div#main div.profile div.agendaSpeakers h3,
div#contentBlock div#main div.profile div.agendaTime p,
div#contentBlock div#main div.profile div.agendaSeminar p,
div#contentBlock div#main div.profile div.agendaSpeakers p {
	margin: 0 0 5px 0;
}


/* end agenda */