.printOnly {
	display: block;
}
.noPrint {
	display: none;
}
* {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

table {
	border-collapse: collapse;
}

thead th {
	vertical-align: bottom;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}
td,
th {
	text-align: left;
	padding: 3px 12px 3px 6px;
}
a {
	text-decoration: none;
	color: #000000;
}


h3.printHeading {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#pagefooter {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
}

/* Programs */
.programsPage table {
	width: 100%;
	font-size: 12px;
	page-break-after: always;
}
.programsPage table tr.even th,
.programsPage table tr.even td {
	border-bottom: 1px solid #CCCCCC;
}
.programsPage table a {
	color: black;
}
.programsPage table h3 {
	font-size: 24px;
}
.programsPage table td.time {
	white-space: nowrap;
}
.programsPage table .register {
	display: none;
}


/* Schedule */
.schedulePage {
	text-align: center;
}
.sessionTabs ul,
.sessionTabs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sessionTabs li a {
	display: none;
}
.sessionTabs li a.current {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	font-size: 17px;
}


