/*
 * No empty stylesheets...
 */
 div#content {
	 background-image: url(/images/bg/ad3.jpg);
 }
  div#header {
	 background-image: url(/images/bg/headerbgpink.gif);
 }
table.schedule {	
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border: solid 1px black;
}
table.schedule thead tr th {
	border: solid 1px;
	border-collapse: collapse;
	padding: 3px 0.5em 3px 0.5em;
	background-color: #9BF4FE;
}
table.schedule tbody tr.odd {
	background-color: #efefef;
}
table.schedule tbody tr.even {
}
table.schedule tbody tr td {
	vertical-align: top;
	font-size: 90%;
	border-collapse: collapse;
	padding: 3px 1em 3px 1em;
}
table.schedule tbody tr td.date {
	font-weight: bold;
	white-space: nowrap;
}
table.schedule tbody tr td.datetime {
	white-space: nowrap;
}
table.schedule tbody tr td.datetime div.date {
	font-weight: bold;
}
table.schedule tbody tr td.datetime div.time {
}
table.schedule tbody tr td.comment {
	font-weight: normal;
	font-style: italic;
	border-bottom: solid 1px;
	text-align: left;
	padding-left: 2em;
}
table.schedule tbody tr td.comment div.poster {
	float: left;
	margin-right: 0.75em;
	margin-bottom: 0.5em;
}
table.schedule tbody tr td.comment div.poster img {
	border: solid 1px;
}
table.schedule div.maplink {
	font-size: 80%;
}
