.table p {
	width:595px;
	padding:8px 2% 4px;
	border-bottom:1px dotted #999;
	margin:0px;
}
p.day {
	font-size:115%;
	font-weight:bold;
/*	width:98%;*/
	color:#FFFFFF;
	background-color:#EF8D0D;
	width:595px;
}
/* temporary override */
.table .day {
	width:595px;
}
p.time {
	font-size:115%;
	font-weight:bold;
	background-color:#CFE3E3;
	clear:both;
}
p.title {
	font-size:115%;
	font-weight:bold;
}
div.details {
	background-color:#edf3f3;
	border-bottom:1px dotted #999;
	padding-bottom:0.5em;
}
div.details p {
	border-bottom:0px;
}
div.spacer {
	height:1em;
	padding:8px 2% 4px;
	border-bottom:0px dotted #999;
}
