@charset "utf-8";
/* CSS Document */

/* Begin Updated CSS for template fix - April 28, 2010 */

@charset "utf-8";
li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.content_left {
	width: 480px;
	float:left;
	height:auto;
	background:#FFFFFF;
	overflow:visible;
	padding: 0px;
}

.content_left p{
	padding: 10px 10px 0px 10px;
}

.content_right {
	width:180px;
	float:right;
	height:auto;
	background:#FFFFFF;
	margin-top:5px;
	overflow:visible;
	text-align: center;
}

/* CSS Document */

.roundbox_grey01 {
	background-color: #CCC;
	border: 1px solid #999;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 0px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: auto;
}

.roundbox_grey01 h1{
	font-size: 18px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	margin-left: 10px;
}

.roundbox_white01 {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 8px 5px 8px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: auto;
}

.roundbox_white01 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	margin: 8px 10px 8px 10px;
	text-align: justify;
	padding: 0px;
}

.roundbox_white01 a {
	color: #036;
	text-decoration: underline;
}

.roundbox_white01 a:hover {
	color: #00F;
	text-decoration: underline;
}

.roundbox_white01 li {
	list-style-position: outside;
	list-style-image: url(../images/img_bulletpoint_arrow.gif);
	list-style-type: none;
	font-size: small;
	padding-bottom: 10px;
}

.roundbox_white01 table {
}

.roundbox_white01 table tr.grey{
	background-color: #DDD;
}

.roundbox_white01 table th {
	border: 2px solid #FFF;
	color: #FFF;
	background-color: #036;
	font-size: 14px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

.roundbox_white01 table td {
	border: 1px solid #FFF;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	padding: 0px 0px 0px 0px;
}

.roundbox_white01 table td.coltop {
	background-image:url(../images/bg_coltop.png);
	font-weight: bold;
	color: #FFF;
	width: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

.roundbox_white01 table td.coltop p {
	color: #FFF;
	padding: 0px;

}

.roundbox_white01 table td.col01{
	background-color: #004c7e;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFF;
	border-bottom-color: #FFF;

}
.roundbox_white01 table td.col01 p {
	color: #FFF;

}

.roundbox_white01 .packagebox{
	margin:0px;
	padding:0px;
	width: 100%;
	overflow: auto;
	clear: both;
	display: block;
}


.roundbox_white01 .packagebox .even{
	float: left;
	width: 150px;
	min-height: 370px;
	background-color: #FFF;
	padding: 3px;
}
.roundbox_white01 .packagebox .odd{
	float: left;
	width: 150px;
	background-color: #DDD;
	min-height: 370px;
	padding: 3px;
}



.text_centered {margin:5px; text-align:center;}

.headerbox_blue01 {
	background-color: #0a3057;
	border: 0px solid #FFF;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFF;
	background-image: url(../images/hd_bluebar.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.headerbox_blue01 p, h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.headerbox_green01 {
	background-color: #0a3057;
	border: 0px solid #FFF;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #000;
	background-image: url(../images/hd_greenbar.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.headerbox_green01 p{
	padding: 0px;
	margin: 0px;
	color: #FFF;
	background-image: url(../images/hd_bluebar.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.col_breaker {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.roundbox_white01 .packagebox p {
	text-align: left;

}
.roundbox_white02 {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 46%;
	padding: 5px 5px 5px 5px;
	margin: 8px 5px 8px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: auto;
	float: left;
	min-height: 160px;
}
.roundbox_white03 {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 47%;
	padding: 5px 5px 5px 5px;
	margin: 8px 0px 8px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: auto;
	float: right;
	min-height: 160px;
}
.roundbox_white04 {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 30%;
	padding: 2px 2px 2px 2px;
	margin: 0px 5px 0px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: auto;
	float: right;
}

.font14pxs {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin-top: 10px;
}
.font16pxs {
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
	margin-top: 10px;
}
.font18pxs {
	font-size: 18px;
}
.fontOrange {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	text-align: left;
}

/* END Updated CSS for template fix - April 28, 2010 */

/* Default CSS declarations - Do not delete - Other styles however are outdated */
a{
	color: RGB(0, 76, 126 );
}

#agenda {
	background-position: center;
	font-size: 12px;
	text-transform: uppercase;
}
#agenda_ltconner {
	background-image: url(../images/bg_agendaheader_to.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
}
#agenda_rbconner {
	background-image: url(../images/bg_agendafooter_to.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
	height: 100px;
}

#frame #h_navigation li a{
	background-image:url(../images/btn_h_nag_off_to.gif);
	color: #c9c9c9;
}

#frame #topbanner #arrow_to_calgary {
	top:80px;
	position:relative;
	float: right;
}

#frame #v_navigation ul{
	margin:10px 0px 0px 0px;
}

#frame #v_navigation li a{
	background-color:#CCCCCC;
	color:#000;
}

#frame #v_navigation li a:hover{
	background:url(../images/btn_mainNag_hover_toronto.jpg);
	color:#FFFFFF;
}

.pullquote {
	font-size: small;
	font-style: italic;
	color: #333333;
}
.pullquote_footer {
	font-size: x-small;
	font-style: italic;
	color: #666666;
}


.pullquote_container_showtime {
	height: 180px;
	width: 180px;
	background-image: url(../images/bg_pullquote_torontoshowtime.png);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 5px;
	background-position: center;
}

#torontoPanelHeader{
	overflow:hidden;
}

#agendadeatil{
width:100%; height:auto;
}

#panel_day1{
	width:50%;
	float:left;
	background-color:#999999;
	background-image: url(../images/bg_agenda_day1panel_heading.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#day1{
	width:325px;
	height:20px;
	margin:5px;
	padding:5px;
	text-transform: uppercase;
	font-size:medium;
	color:RGB(0, 76, 126 );
	font-weight:900;
	background-image:url(../images/bg_agenda_day1_title.gif);
	background-repeat:no-repeat;
 }

#day1_event {
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	color: #FFFFFF;
}

#day2_event {
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #333333;
}

#day1_seminar_title, #day2_workshop_title{
	width:auto;
	height:auto;
	margin:5px;
	padding:5px;
	text-transform: uppercase;
	font-size:small;
	color:#FFFFFF;
	font-weight:900;
	background-color: RGB(0, 76, 126 );
}

#day1_seminar_details,#day2_workshop_details{
width:auto; height:auto;margin:5px; padding:5px; font-size:small; color:#000000;
}

#day2{
	width:auto;
	height:auto;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	text-transform: uppercase;
	font-size:medium;
	color:RGB(0, 76, 126 );
	font-weight:900;
	background:#FFFFFF
}

#panel_day2{
	width:50%;
	float:right;
	background-color: #CCCCCC;
	background-image: url(../images/bg_agenda_day2panel_heading.gif);
	background-repeat: no-repeat;
	background-position:0px 34px;
}

#day2_seminar_title, #day1_workshop_title{
	width:auto;
	height:auto;
	margin:5px;
	padding:5px;
	text-transform: uppercase;
	font-size:small;
	color:#000000;
	font-weight:900;
	background-color: #FFFFFF;
}

#day2_seminar_details, #day1_workshop_details{
width:auto; height:auto;margin:5px; padding:5px; font-size:small; color:#000000;
}
.header_title {
	background-image: url(../images/img_header_rightarrow_blue.png);
	background-color: #0C4495;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px;
}
.gallery {
	background-color: #CCCCCC;
	background-image: url(../images/bg_greyslash.png);
}
