<style type="text/css">
bodyText {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
p {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
li {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
.pressroomlist1 {
	margin-top: 0px;
	margin-bottom: 8px;
}
.pressroomlist2 {
	margin-top: 0px;
	margin-bottom: 4px;
}
td {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
.headline {
	font-size: 14pt;
}
.headline2 {
	font-size: 12pt;
	font-weight: bold;
}
.headline3 {
	font-size: 11pt;
}
.footer {
	font-size: 8pt;
}
.LessParagraphSpace {
	margin-top: 10px;
	margin-bottom: 0px;
}
.PhotoLeft {
	margin-right: 16px;
	margin-bottom: 8px;
}
.PhotoRight {
	margin-left: 16px;
	margin-bottom: 8px;
}
.small {
	font-size: 9pt;
}
.white-line {
	border-bottom: 1px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
}
.trigger {
	font-size: 8pt;
	margin-bottom: 0;
}
.trigger-active {background-position: left bottom;}
/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

A:ACTIVE {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
A:LINK, A:VISITED {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER {
	color: #006;
	text-decoration: none;
}
A.other:LINK, A.other:VISITED {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
A.other:HOVER {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
A.footer:HOVER {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
A.footer:LINK, A.footer:VISITED {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.tableCalendar {
	border-collapse: collapse;
}
.tableCalendar td {
	padding: 8px 4px;
	border-top: 1px solid #0A489D;
}
.tableEvent {
	border-top: 1px solic #CCCCCC;
}
.tableEvent td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 0px;
	border-bottom: 1px solid #FFCC00;
}
td.Directory {
	border-bottom: 1px dashed #CCCCCC;
}
.tableSponsors {
	border-collapse: collapse;
	width: 100%;
}
.tableSponsors td {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tableHomePage {
	border-top: 1px solid #0A489D;
	width: 100%;
}
.tableHomePage td {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #0A489D;
}
.tablePlain {
	border-collapse: collapse;
}
.tablePlain td {
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
}
.tableAwardWinners {
	border-collapse: collapse;
}
.tableAwardWinners td {
	padding-bottom: 6px;
}

/* ------- SALES CONGRESS ------- */

.nav {margin:0px 0px 7px 8px;}

td.agenda-session {
	padding-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #0A489D;
	vertical-align: bottom;
	font-size: 13px;
	font-weight: bold;
	color: #0A489D;
}
td.agenda-time {
	padding-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #0A489D;
	vertical-align: bottom;
	text-align: right;
	color: #0A489D;
	width: 120px;
}
td.agenda-title {
	padding-top: 8px;
	padding-bottom: 4px;
}
td.agenda-details {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}
.agenda-speakers {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.hr { color:#999;}

</style>

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

<script type="text/javascript">
$(document).ready(function(){
	
	$(".toggle_container").hide();

	$("p.trigger").toggle(function(){
		$(this).addClass("trigger-active"); 
		}, function () {
		$(this).removeClass("trigger-active");
	});
	
	$("p.trigger").click(function(){
		$(this).next(".toggle_container").slideToggle("slow,");
	});

});
</script>
