/*
// +----------------------------------------------------------------------+
// | OpenConf                                                             |
// +----------------------------------------------------------------------+
// | Copyright (c) 2002-2008 Zakon Group LLC.                             |
// +----------------------------------------------------------------------+
// | This source file is subject to the OpenConf license, that is bundled |
// | with this package in the file LICENSE, and is available at:          |
// | http://www.zakongroup.com/technology/openconf-license.shtml          |
// +----------------------------------------------------------------------+
*/

#oc_program {
}

.oc_program_Date {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}
.oc_program_TimeSlot {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	page-break-inside: avoid;
}
.oc_program_TimeSlot th, td {
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
}
.oc_program_time {
	border: 0;
	padding: 5px;
	white-space: nowrap;
	width: 7em;
}
.oc_program_concurrentSessions {
	border-collapse: collapse;
	width: 100%;
}
.oc_program_concurrentSessions td{
	padding: 3px;
}
.oc_program_concurrentSessionsTitle {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #aaa;
	color: inherit;
}
.oc_program_concurrentSession {
	border-bottom: 0;
	border-right: 1px #000 solid;
	background-color: #fff;
	color: inherit;
}
.oc_program_concurrentSession:last-child {
	border-right: 0;
}
.oc_program_concurrentSessionRoom {
	text-align: center;
	font-size: 0.8em;
	border-bottom: 0;
	background-color: #ccc;
	color: #000;
	border-right: 1px #000 solid;
	font-weight: bold;
}
.oc_program_concurrentSessionRoom:last-child {
	border-right: 0;
}
.oc_program_concurrentSessionRoomInline {
	font-weight: normal;
}
.oc_program_concurrentSessionTitle {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}
.oc_program_singleSessionInfo {
	display: block;
}
.oc_program_concurrentSessionChairName {
	display: block;
	border-bottom: 1px dashed #000;
}
.oc_program_concurrentSessionChairName:before {
	content: "Chair:";
	font-style: italic;
}
.oc_program_concurrentSessionPaper {
	display: block;
	border-bottom: 1px dashed #000;
}
.oc_program_concurrentSessionPaper:last-child {
	border-bottom: 0;
}
.oc_program_concurrentSessionPaperTitle {
	display: block;
	font-style: italic;
}
.oc_program_concurrentSessionPaperAuthors {
	display: block;
}
.oc_program_concurrentSessionDiscussantName {
	display: block;
}
.oc_program_concurrentSessionDiscussantName:before {
	content: "Discussant:";
	font-style: italic;
}

.oc_program_type_Break, .oc_program_type_Breakfast, .oc_program_type_Lunch, .oc_program_type_Dinner, .oc_program_type_Reception {
	background-color: #ffc;
	color: inherit;
}
.oc_program_type_Plenary {
	background-color: #aef;
	color: inherit;
}


/* GLANCE */

.oc_program_glance {
	padding: 0;
	margin: 0;
	border: 0;
}
.oc_program_glance td, th {
	border: 0;
	padding: 3px;
}
.oc_program_glance_Date {
	font-size: 1.1em;
	font-weight: bold;
}
.oc_program_glance_Time {
	white-space: nowrap;
}
