@charset "utf-8";

.ScheduleTableDate {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #FFFFFF;
	text-align: center;
}

.ScheduleTableBSessionTitle {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}

.ScheduleTableTrack {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.ScheduleTableTime {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
}

.ScheduleTableSessionTitle {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}

.ScheduleTableSessionDescription {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0px 6px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	line-height: normal;
}

.ScheduleTableSpeakerType {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 4px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
}

.ScheduleTableSpeaker {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 2px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: normal;
}

.ScheduleTableKeynote {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0px 6px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	line-height: normal;
}

.TableOutline {
	background-color: #FF9900;
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0px 0px 0px 0px;
}

.TableDate {
	background-color: #4B897F;
	padding: 2px 7px 2px 7px;
}

.TableTime {
	width: 120px;
	background-color: #FECD04;
	text-align: left;
	vertical-align: top;
	padding: 7px 7px 7px 7px;
	min-width: 120px;
	max-width: 120px;
}

.TableTrack {
	background-color: #A7DFD6;
	padding: 2px 7px 2px 7px;
}

.TableSession {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 7px 7px 7px 7px;
}
.TableBSession {
	background-color: #FFEC9F;
	text-align: left;
	vertical-align: top;
	padding: 7px 7px 7px 7px;
}
