/* 	These can be used to make a nice schedule (like for a Sense of Drawing) 
	Styles changed from 2007 to 2008, so 2007 schedule son't look quite right any more
	Also may want to include style.css for DIV.space-line */

/* 	Wrap this around the presenter container to make the 
	day centered vertically in a gray stripe */
.day-container {
	padding-top:	 	.8em;
	padding-bottom: 	.8em;
	width: 100%;
	font-size: 1.2em;
	background-color: #888888; 
}
.end-of-presenters {
}
.presenter-container { 
}
// 	Width shrunk from 32% in 2007 to 12% for 2008.
// 	The left hand column can't be shrunk any more if it has long words like 
//	'presentation' & 'auditorium'
td.presenter-left { // 4-15-08 This style was presenter-leftB, now it's presenter-left
	margin: 0; 
	padding: 0; 
	width: 12%;	
} 
td.presenter-right { // 4-15-08 This style was presenter-rightB, now it's presenter-right
	margin: 0; 
	padding: 0; 
//	width: 80%;
	height: auto;
}
.presenter-summary { 
	margin-top:	.5em;
//	margin-left:	5%;
//	width:			90%;
	font-style: italic;
}
.presenter-sold-out {
	color: #888888;
}
//.presenter-room { 
//	float: left; margin: 0; padding: 0; 
//	width: 12%;
//} 

.schedule TD {
	padding: .5em .25em .5em .25em; 
	vertical-align: top;
}
.schedule TD.slim {
	padding: .25em .25em .25em .25em; 
	vertical-align: top;
}
.time {	// This style was timeB, now it's time
	font-weight: normal;
}
