/*	Modify some styles for "print preview" behavior.
	Print preview doesn't really work, but still need these styles for printing.
*/

.day-container {
	padding-top:	 	0em;
	padding-bottom: 	0em;
	font-size: 1em;
}

.presenter-container {
}

// The left hand column will not shrink down all the way 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: 8%;	
} 
div.presenter-left {
	padding-left: 1em;
}
.presenter-summary { 
	margin-top:	0em;
	font-style: italic;
}

.schedule td {
	padding: 0em .25em 0em .25em; 
	vertical-align: top;
}
.schedule td.slim {
	padding: 0em .25em; 
	vertical-align: top;
}

