
/*
 * Standard view
 */

div.events table.linear {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	margin-top: 0.5em;
	margin-bottom: 1em;
	width: 100%;
}
div.events table.linear thead tr th {
	border: solid 1px;
	border-collapse: collapse;
	padding: 3px 0.5em 3px 0.5em;
}
div.events table.linear tbody tr.odd {
}
div.events table.linear tbody tr.even {
}
div.events table.linear tbody tr td {
	vertical-align: top;
	font-size: 90%;
	border-collapse: collapse;
	padding: 0.5em;
}
div.events table.linear tbody tr td.thumbnail img {
	border: solid 1px;
}
div.events table.linear tbody tr td.titperf div.title {
	font-weight: bold;
}
div.events table.linear tbody tr td.titperf div.performer {
	font-weight: bold;
}
div.events table.linear tbody tr td.date {
	font-weight: bold;
	white-space: nowrap;
}
div.events table.linear tbody tr td.datetime {
	white-space: nowrap;
}
div.events table.linear tbody tr td.datetime div.date {
	font-weight: bold;
}
div.events table.linear tbody tr td.location div.maplink {
	font-size: 80%;
}
div.events table.linear tbody tr td.location tickets img {
}
div.events table.linear tbody tr td.comment {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding-left: 2em;
}
div.events table.linear tbody tr td.comment span.details_link {
	font-style: normal;
	font-size: 80%;
	margin-left: 1.5em;
}
div.events table.linear tbody tr td.bottom {
	border-bottom: solid 1px;
}



/*
 * Calendar View.
 */

div.events.calendar {
}
div.events.calendar table.calendar_heading {
	margin: auto;
	text-align: center;
	border: none;
	margin-bottom: 1em;
}
div.events.calendar table.calendar_heading td {
	border: none;
}
div.events.calendar table.calendar_heading td.prev {
	padding-right: 40px;
}
div.events.calendar table.calendar_heading td.next {
	padding-left: 40px;
}
div.events.calendar table.calendar_heading td.calendar_title {
	width: 10em;
	text-align: center;
}
div.events.calendar table.calendar_heading img {
	vertical-align: middle;
}
div.events.calendar table.calendar_heading td.calendar_title {
	font-size: 150%;
	font-weight: bold;
	vertical-align: middle;
}
div.events.calendar table.calendar_body {
	margin: auto;
	border: solid 1px;
	border-collapse: collapse;
}
div.events.calendar table.calendar_body thead tr th {
	border: solid 1px;
	border-collapse: collapse;
	padding: 2px 4px;
}
div.events.calendar table.calendar_body tbody tr td {
	border: solid 1px;
	border-collapse: collapse;
	width: 75px;
	height: 65px;
	padding: 2px;
	vertical-align: top;
	font-weight: normal;
	font-size: 80%;
}
div.events.calendar table.calendar_body tbody tr td.noday {
}
div.events.calendar table.calendar_body tbody tr td div.date {
	text-align: right;
}
div.events.calendar table.calendar_body tbody tr td.active div.date {
	font-weight: bold;
}
div.events.calendar table.calendar_body tbody tr td.active div.event {
	margin-top: 2px;
	text-align: center;
	padding: 2px 1px;
}
div.events.calendar table.calendar_body tbody tr td.active div.event.hover {
	cursor: pointer;
	cursor: hand;
	background-color: white;
	color: black;
	padding: 1px 1px;
	border-top: solid 1px red;
	border-bottom: solid 1px red;
}
div.events.calendar table.calendar_body tbody tr td div.event div.time {
}
div.events.calendar table.calendar_body tbody tr td div.event div.title {
	font-weight: bold;
}
div.events.calendar table.calendar_body tbody tr td div.event div.performer {
	font-weight: bold;
}
div.events.calendar table.calendar_body tbody tr td div.event div.venue {
	font-weight: bold;
}
div.events.calendar table.calendar_body tbody tr td div.event div.citystate {
}


/*
 * OVERLAYER
 */
#overlayer div.details_view {
	text-align: left;
}
#overlayer div.details_view div.photo {
	margin: 0px 0px 1em 1em;
	float: right;
}
#overlayer div.details_view div.photo img {
	border: solid 1px;
	display: block;
}
#overlayer div.details_view div.title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#overlayer div.details_view div.performer {
	font-weight: bold;
	margin-bottom: 1em;
}
#overlayer div.details_view div.venue {
	font-weight: bold;
	margin-bottom: 1em;
}
#overlayer div.calendar_view div.location {
	margin-bottom: 0.5em;
}
#overlayer div.calendar_view div.location div.address {
	font-size: 90%;
	margin-left: 2em;
	margin-top: 0.25em;
}
#overlayer div.calendar_view div.phone {
	margin-bottom: 0.5em;
}
#overlayer div.calendar_view div.website {
	margin-bottom: 0.5em;
}
#overlayer div.calendar_view div.comment {
	margin-top: 1em;
	margin-bottom: 1em;
}
#overlayer div.calendar_view div.details {
	margin-top: 1em;
	margin-bottom: 2em;
}
#overlayer div.details_view div.date {
	margin-bottom: 0.5em;
}
#overlayer div.details_view div.time {
	margin-bottom: 0.5em;
}
#overlayer div.details_view div.details {
	margin-top: 1em;
	margin-bottom: 2em;
}
#overlayer div.details_view table.info td.fieldname {
	font-weight: bold;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
#overlayer div.details_view table.info td.fieldval {
	font-size: 90%;
}



