/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	}
	
ol, ul {
	list-style: none outside none;
	}

blockquote, q {
	quotes: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
*/
/* structure
----------------------------------------- */

* html {
	margin: 0;
	padding: 0;
	}
#main-body {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	}
#main {
	text-align: left;
	width: 980px;
	}
#header {
	width: 980px;
	background-color: #004000;
	text-align: center;
	}
#header img {
	padding: 12px;
	border: 0;
	margin: 0;
	}


/* regular left column */

#left-col {
	width: 540px; float: left;
	}


/* left column with no sidebar */

#left-col-full { width: 980px; float: left; }


/* main content */

.article {
	padding: 10px 0;
	border-bottom: 1px solid #004000;
	width: 490px; }



/* sidebar 
---------------------------------------- */

#sidebar {
	float: right;
	width: 410px;
	background: #d6deca;
	height: 100%;
	padding: 12px 10px;
	}
#sidebar ul,
#sidebar dl {
	margin: 0;
	padding: 0;
	}
#sidebar a {
	border-bottom: none;
	}
.sidebar-inner {
	width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
	text-align: left;
	}
.sidebar-innerleft {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
	}
	
/* conference sidebar */

#sideconf {
	width: 400px;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #fff;
	}
#sideconf div#logoconf {
	margin: 10px auto;
	text-align: center;
	}
#sideconf div.en {
	float: left;
	width: 175px;
	}
#sideconf div.fr {
	float: right;
	width: 175px;
	}
#sideconf div.clear {
	clear: both;
	}
#sideconf a {
	text-decoration: none;
	}



/* major links 
--------------*/

#majorlinks {
	width: 400px;
	margin: 0;
	border-bottom: 1px solid #aaa;
	}
#majorlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
	}
#majorlinks ul li {
	float: left;
	width: 125px;
	margin-right: 8px;
	}
#majorlinks ul li a {
	}
#majorlinks ul li img {
	border: 1px solid #aaa;
	}
#majorlinks ul li a img {
	width: 125px;
	margin: 3px;
	border: 1px solid #aaa;
	   -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	           box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	   -webkit-transition: opacity 0.2s ease-in-out;
	      -moz-transition: opacity 0.2s ease-in-out;
	        -o-transition: opacity 0.2s ease-in-out;
	           transition: opacity 0.2s ease-in-out;
	}
#majorlinks ul li a:hover img {
	opacity: .7;
	}
	

/* minor links */

#minorlinks {
	width: 400px;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
	}
#minorlinks ul {
	margin: 0;
	list-style-type: none;
	}
#minorlinks ul li {
	margin: 0;
	font-size: .95em;
	line-height: 1.4;

	}
#minorlinks ul li a {
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	}
#minorlinks ul li a em,
#minorlinks ul li a cite {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	}
#minorlinks ul li a cite {
	font-style: italic;
	}
#minorlinks ul li a img {
	float: left;
	width: 40px;
	margin: 2px 12px 8px 0;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	   -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	           box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	   -webkit-transition: opacity 0.2s ease-in-out;
	      -moz-transition: opacity 0.2s ease-in-out;
	        -o-transition: opacity 0.2s ease-in-out;
	           transition: opacity 0.2s ease-in-out;
	}
#minorlinks ul li a:hover img {
	opacity: .7;
	}
	

/* footer 
---------------------------------------- */

#footer {
	width: 980px;
	margin: 0 auto;
	background-color: #004000;
	padding: 0;
	}

#footer-inner {
	padding: 6px 12px;
	}
	
#footer-inner p {
	color: #fff;
	text-align: center;
	}

#footer-inner a {
	text-decoration: none;
	color: #fff;
	}
	
	
/* end structure
-------------------------------------------------------------------------------- */


body {
	background-color: #fff;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 100%;
	}


h1 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #004000;
	}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #55724A;
	padding-top: .5em;
	}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #333; }
ul {
	list-style:none;
	}
ul.bulletedlist {
	list-style: disc;
	}
dl, ol, ul {
	font-size: 0.8em;
	line-height: 18px;
	}
ol li ol {
	font-size: 100%;
	}
ol.full, ul.full, li.full {
	font-size: 12px;
	list-style: disc;
	}

/* images in left column */
img.postpic {
	width: 490px;
	}

	
.awardabstract { margin-top: 0; padding-top: 0; }

p { font-size: 0.8em; color: #000000; line-height: 18px; }
a img { border: 0; }
sup, sub { vertical-align: 0; position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }
hr.lightline {border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; margin: 0 0 20px; height: 0;}



.menu { font-size: 11px; color: white; line-height: normal; cursor:default; }

.sidetxt { font-size: 11px; color: #55724A; line-height: normal; margin: 10; }
.tinytxt { font-weight: normal; font-size: 11px; color: #55724A; }
.bottomtxt { font-weight: normal; font-size: 12px; color: white; margin: 10; }
.Txt { font-size: 12px; color: #000000; line-height: normal; text-align: justify; }
.table { font-size: 13px; color: navy; line-height: bold; }
.TxtHd { font-weight: bold; font-size: 13px; color: #000000; line-height: normal; }
.TxtSubHd { font-weight: bold; font-size: 12px; color: #000000; line-height: normal; }

a:link { color: #bb0000; text-decoration: underline; }
a:visited { color: #880000; text-decoration: underline; }
a:hover { color: gray; text-decoration: none; }
a:active { color: gray; text-decoration: underline; }

.navLeftHd { font-weight: bold; font-size: 12px; color: #000000; line-height: normal; }
.navLeft { font-size: 11px; color: #333; line-height: normal; }
.navLeft a:link { color: #333; text-decoration: none; }
.navLeft a:visited { color: #333; text-decoration: none; }
.navLeft a:active { color: #333; text-decoration: underline; }
.navLeft a:hover { color: #000; text-decoration: underline; }

.minitxt { font-size: 11px; line-height: normal; }

.txtHd { font-weight: bold; text-decoration: underline; font-size: 16px; color: #004000; text-align: center; }
.txtSubHd { font-weight: bold; font-size: 14px; color: #000000; text-align: center; }

.postHd { font-weight: bold; font-size: 16px; color: #000000; text-align: left; }
.postHd2 { font-weight: bold; font-size: 16px; color: #000000; }
.postSubHd { font-weight: bold; font-size: 14px; color: #000000; text-align: left; }
.postTxt { font-size: 12px; color: #000000; text-align: left; }
.txtPost { font-size: 14px; color: #000000; text-align : center; }
.txtPostRed { font-size: 14px; font-weight: bold; color: #f00; text-align: center; }

.noborder { border-bottom: none; width: 460px; }
.agm { width: 420px; padding: 10px; background-color: #fff; text-align: left; border: 2px solid #014C8F; }
.agm h1, .agm h2 { color: #333; }

img.post { padding: 6px; display:block; margin-left:auto; margin-right:auto; }

.ad { width: 410px; padding: 10px; text-align: center; }
.sci h1, .sci h2, .sci a, .toh h3 { color: #0079c2; }
.toh { padding: 20px 0; }
.toh ul { padding-left: 1em; }
.sickkids h2, .sickkids h2 input {
	color:#0068B3;
	font-family:Helvetica,Arial,sans-serif;
	font-size:15pt;
	font-weight:bold;
	line-height:25px;
	margin:0 0 5px;
	padding-bottom:3px;
	}
.sickkids h4 {
	font-size:12pt;
	}
.sickkids h2, .sickkids h4 {
	color:#0068B3;
	font-weight:bold;
	margin:1px 0;
	}
.sickkids { padding: 30px 10px; border: 1px solid #0468B4; text-align: center; }

.toh a { color:#0079c2; }
.nursinglinks { padding: 20px 0; border: 1px solid #ccf; }
.nursinglinks h1, .nursinglinks h2, .nursinglinks h3 { color: #6B4189; }
.nursinglinks a { color:#6B4189; }
.vch { padding-top: 10px; padding-bottom: 10px; }
.vch p, .vch ul { line-height: 1.2em; }
.vch ul { padding-left: 1em; }
.vch h1, .vch h2, .vch h3, .vch acarr { color: #005696; }
.acc img { border: 1px solid #004389; }
.acc a { color: #004389; }
.hziegler a { color: #00315C; }
.torontorehab a { color: #C69E00; }
.torontorehab h3, .torontorehab h4 { margin-top: 0; text-align: center;}
.viha { font-family: arial, sans-serif; text-align: left; border: 1px solid #0F238C; }
.viha h1 { color: #0F238C; font-size: 1.7em; }
.viha h2 { color: #5765AF; font-size: 1.4em; padding-bottom: 0; }
.viha p { padding-top: 0; }
.viha a { color: #0f238c; }
.lhsc { border: 1px solid #3e647e; }
.lhsc p, .lhsc h1 { text-align: left; }
.lhsc h1, .lhsc a { color: #3e647e; }
.lhsc img { padding-bottom: 20px; margin-top: 10px; }
.lhsc_bottom { background-color: #3e647e; padding: 10px; }
.lhsc_bottom h2 a { color: #fff; width: 100%; }
.ahs { font-family: arial, sans-serif; border: 1px solid #0F238C; }
.ahs h1 { color: #216AB7; font-size: 1.7em; line-height: 1.5em;}
.ahs h2 { text-align: left; color: #5CA361; font-size: 1.4em; padding-bottom: 0; }
.ahs h3 { text-align: left; color: #5CA361; font-size: 1.2em; padding-bottom: 0; }
.ahs p { text-align: left; padding-top: 0; }
.ahs ul { text-align: left; }
.ahs a { color: #216AB7; }
.mni { border: 2px solid #c9db36; text-align: left;font-size:100%;color:#222;background:#fff;font-family: 'Verdana', Arial, Helvetica, sans-serif;}
.mni h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111; font-family: ,'Arial',sans-serif;}
.mni h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
.mni h2 {font-size:2em;margin-bottom:0.75em;}
.mni h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
.mni h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
.mni h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
.mni h6 {font-size:1em;font-weight:bold;}
.mni h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
.mni p {margin:0 0 1.5em;}
.mni p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
.mni p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
.mni a:focus, a:hover {color:#000;}
.mni a {color:#009;text-decoration:underline;}
.mni blockquote {margin:1.5em;color:#666;font-style:italic;}
.mni strong {font-weight:bold;}
.mni em, dfn {font-style:italic;}
.workshop h2, .workshop h3 {text-align: center; font-family: Helvetica, Arial, sans-serif;}

.theneuro { width: 410px; padding: 10px; border: 1px solid #c2c0bc; background-color: #fdfdfc;}
.theneuro p {font: 11px verdana, geneva, sans-serif;}
.theneuro h1 {font: 14px verdana, geneva, sans-serif; color: #b9bc9d;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;}
.theneuro h2 { font: 14px verdana, geneva, sans-serif;
	color: #0c537d;
	font-size: 14px;
	}
.theneuro h3 { font: 12px verdana, geneva, sans-serif;
	font-size: 12px;
	color: #0c537d; 
	/*padding: 1.2em 3px 0 5px;*/
    }
.theneuro a {color: #0c537d;}




/* special notice */

.notice {
	border: 1px solid #bbb;
	text-align: center;
	font-size:100%;
	color:#222;
	background:#fff;
	font-family: 'Lucida Grande','Verdana', Arial, Helvetica, sans-serif;
	}


.listreport li {margin-bottom: 6px; color: #777;}





/* MedicineNet links */

.box { padding: 10px 5px; margin: 10px 0; background-color: #f3f1e9; border: 1px solid #aaa; color: #333; }
.box ul { margin-left: -25px; list-style: disc url(list_arrow.gif) outside; }
.box li { margin: 0 0 6px 0; }


/* forms
----------------------------------------- */

form.memberform {
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #55724A;
	margin: 25px 0;
	}
form.memberform input { margin-bottom: 10px; }

/* survey form */	
div.surveyform {
	width: 460px;
	}

	
	
/* Conference styles */

.session-time { color: #004000; }
.session-place, .session-presenter { font-style: italic; }

table.session-program { 
	padding: 0; 
	margin: 10px 0; 
	border-top: 4px solid #bbb; }
table.session-program th { 
	padding: 5px; 
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb; }
table.session-program th.left { 
	border-left: 1px solid #bbb; }
table.session-program td { 
	padding: 5px; 
	vertical-align: top; 
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb; }
table.session-program td.time {
	border-left: 1px solid #bbb; }

tr.session-note {
	background-color: #ddd; }

table.stats {
	font: 11px/14px Verdana, Arial, sans-serif;
	border-collapse: collapse; width: 440px; }
table.stats th {
	padding: 0 0.5em;
	text-align: left; }
table.stats tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC; }
table.stats td {
	border-bottom: 1px solid #CCC;
	padding: 0.5em 0.5em; }
table.stats td.adjacent {
	border-left: 1px solid #CCC;
	text-align: left; }

dl.sb_links { background-color: #fff; color: #000; padding: 8px; text-align: center; }
dl.sb_links a { color: #004EA2; font-weight: bold; text-decoration: none; }
dl.sb_links a:hover { text-decoration: underline; }
dl.sb_links dd { text-align: left; margin-left: 0; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #bbb; }
dl.sb_links dd.ddbottom { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }

table.program { border-collapse: collapse; width: 100%; margin: 10px 0; }
table.program th {
	text-align: left;
	padding: 8px 6px 4px 6px;
	color: #57679f;
	background: #ededed;
	font-size: 0.95em;
	line-height: 1.2857142857142858em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8; }
table.program th.left {
	width: 60%; }
table.program td {
	padding: 3px 6px;
	font-size: 0.95em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	border-bottom: 1px solid #efefef;
	vertical-align: top; }
table.program tr.odd td {
	background: #E2EAF0; }
table.no-stripe tr.odd td, table.no-stripe tr.highlight td {
	background: transparent}
table.program .rate img {
	float: left;
	margin: 1px 1px 0 0; }
table.program .comments {
	text-align: right; }
table.program tr.highlight td, table td.highlight {
	color: #222;
	background: #a6d6f9; }

table.program th.task {
	width: 140px; }
table.program th.amount {
	width: 50px; }
table.program td.amount, table tr.odd td.amount  {
	background: #efefef;
	font-weight: bold;
	color: #000;
	text-align: right;
	width: 60px; }
table.program tr.total td, table tr.total td.amount  {
	background: #27343C;
	font-weight: bold;
	color: #fff; }

table.program tr#header td {
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold; }
table.program tr#subtotal td {
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold; }
table.program tr#subtotal td.text {
	text-align: right; }
table.program tr.sessions td { 
	background: #f2f2f2; 
	border-bottom: 1px solid #e0e0e0;}
table.program tr.sessions td.double { 
	background: #f2f2f2; 
	border-bottom: none; }

div.abstract {
	width: 400px;
	font-size: 95%;
	margin: 0 auto;
	}
div.abstract hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0; }




/* Parkinson */

div.parkinson {
	width: 400px;
	border: 1px solid rgb(168, 108, 48);
	padding: 12px;
	margin-top: 25px;
	}
div.parkinson h1 {
	color: rgb(168, 108, 48);
	}



/* Brain development and learning */

#bdlconf {
	width: 400px;
	border: 1px solid #999;
	padding: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #333;
	}
#bdlconf h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: .3em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 2em;
	line-height: .95em;
	color: #2374e0;
	}
#bdlconf h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 2.5em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 2.0em;
	line-height: 1.3;
	}
#bdlconf h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 1.5em;
	padding-left: 8px;
	padding-right: 8px;
	}
#bdlconf h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: .8em;
	font-size: 1.3em;
	line-height: 1.6;
	}
#bdlconf h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;	
	font-size: 1.2em;
	line-height: 1.6;
	}
#bdlconf p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 100%;
	line-height: 1.7;
	}
#bdlconf p.bdlquote {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	}
#bdlconf ul li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.7;
	}
#bdlconf div.bdlcomments {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: rgba(236, 240, 252, .8);
	padding: 5px;
	margin-top: 10px;
	}
#bdlconf ul.endorse {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-left: 0;
	list-style: none;
	}
#bdlconf a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
#bdlconf a:hover {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #2374e0;
	}
	
	
/* Canadian Stroke Congress */
	
#cscongress {
	width: 400px;
	border: 2px solid #7BB9A8;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #888;
	}
#cscongress h1 {
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: .3em;
	font-size: 2em;
	line-height: 1.2em;
	color: #363465;
	}
#cscongress h2 {
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 2.5em;
	font-size: 1.7em;
	line-height: 1.1em;
	padding-top: 0.3em;
	}
#cscongress p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.5;
	}
#cscongress a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #666699;
	}
#cscongress a:hover {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #2374e0;
	}
#cscongress img.logo {
	margin-right: 10px;
	}
#cscongress img.logolast {
	margin-right: 0;
	}
	
	
	
	
.ppnote {
	background-color: #F0F7F0;
	border: 1px solid #999;
	width: 401px;
	padding: 10px;
	margin: 20px 0;
	}
.ppnote img {
	border: 1px solid #999; }
	
hr.lightline {
	}
	
div.conf_reg {
	margin-left: 25px;
	}

ul.dblsplist li {
	padding-bottom: 10px;
	}

.mintable {
	background: #fff;
	margin: 0;
	width: 420px;
	border-collapse: collapse;
	text-align: left;
	}
.mintable td {
	border-bottom: 1px solid #ccc;
	color: #444;
	padding: 6px 8px;
	}
.mintable tr.first {
	border-top: 1px solid #ccc;
	}

/* Conference 2011 */
/*
table.conf {
	font-family: Arial, sans-serif;
	 
	background: #fff;
	color: #333;
	padding: 0; 
	margin: 10px 0; 
	border-top: 4px solid #bbb; }
table.conf th { 
	padding: 5px; 
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb; }
table.conf th.left { 
	border-left: 1px solid #bbb; }
table.conf td { 
	padding: 5px; 
	vertical-align: top; 
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb; }
table.conf td.time {
	border-left: 1px solid #bbb; }
tr.session-note {
	background-color: #ddd; } */
	
.confhead {
	color: #0678b4;
	}

table.conf {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
	font-size: 0.75em; /* 16 * 0.75 = 12 */
	}
table.conf a:link {
	color: #b90005;
	}
.nolink {
	color: #b90005;
	}
table.conf th#day1, table.conf th#day2, table.conf th#day3, table.conf th#day4 {
	border-top: 4px solid #fed00b;
	}
table.conf th {
	text-align: left;
	padding: 8px 6px 4px 6px;
	color: #0678b4;
	background: #f3f0dd;
	line-height: 1.2857142857142858em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #fed00b;
	border-bottom: 1px solid #fed00b; }
table.conf th.left {
	width: 60%; }
table.conf td {
	padding: 3px 6px;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	border-bottom: 1px solid #fed00b;
	vertical-align: top; }
table.conf tr.odd td {
	background: #f3f0dd; }
table.no-stripe tr.odd td, table.no-stripe tr.highlight td {
	background: transparent}
table.conf .rate img {
	float: left;
	margin: 1px 1px 0 0; }
table.conf .comments {
	text-align: right; }
table.conf tr.highlight td, table td.highlight {
	color: #222;
	background: #f3f0dd; }

table.conf th.task {
	width: 140px; }
table.conf th.amount {
	width: 50px; }
table.conf td.amount, table tr.odd td.amount  {
	background: #f3f0dd;
	font-weight: bold;
	color: #000;
	text-align: right;
	width: 60px; }
table.conf tr.total td, table tr.total td.amount  {
	background: #f3f0dd;
	font-weight: bold;
	color: #fff; }

table.conf tr#header td {
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold; }
table.conf tr#subtotal td {
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold; }
table.conf tr#subtotal td.text {
	text-align: right; }
table.conf tr.sessions td { 
	background: #f9f9f1; 
	border-bottom: 1px solid #fed00b;}


/* CNA */
ul.slats {
	margin: 0;
	list-style-type: none;
	}
ul.slats li {
	margin: 0;
	font-size: .95em;
	line-height: 1.4;

	}
ul.slats li a {
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	}
ul.slats li a em,
ul.slats li a cite {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	}
ul.slats li a cite {
	font-style: italic;
	}
ul.slats li a img {
	float: left;
	margin: 2px 12px 8px 0;
	   -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	           box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	   -webkit-transition: opacity 0.2s ease-in-out;
	      -moz-transition: opacity 0.2s ease-in-out;
	        -o-transition: opacity 0.2s ease-in-out;
	           transition: opacity 0.2s ease-in-out;
	}
ul.slats li a:hover img {
	opacity: .7;
	}
div.cleardiv {
	clear: both;
	}
	
img.hotelpic {
	float: left;
	width: 120px;
	border: 1px solid #000;
	margin-right: 5px;
	}
