table {
	margin-top: 10px;
	width: 100%;
	font: normal 13px Arial, verdana, sans-serif;
	color: black;
}

table p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
}

tr.blue td.date, tr.green td.show, tr.yellow td.location {
	background-color: #00c0c0;
}

tr.green td.date, tr.yellow td.show, tr.blue td.location {
	background-color: #00c000;
}

tr.yellow td.date, tr.blue td.show, tr.green td.location {
	background-color: #c0c000;
}

td.date {
	width: 120px;
	padding: 5px;
}

td.show {
	padding-left: 5px;
}

td.location {
	width: 120px;
	padding-left: 5px;
}

p.booth {
	font-size: 20px;
}
