/* Playlists-specific styles (public views: radio week, show archives, search) */

.radioShowHover {
	font-weight: bold;
	background: #CC0000;
}

.radioShowDisplayBlock {
	font-size: 0.6em;
	text-align: center;
	background: #bbb;
}

.radioShowDisplayBlockHover {
	font-size: 0.6em;
	text-align: center;
	background: #eee;
}

.playlistEntryHighlight {
	background: #FF0000;
	font-weight: bold;
}

.radioWeekHeader {
	font-size: 0.9em;
	text-align: center;
	background: #bbb;
}

.radioDayHeader {
	font-size: 0.9em;
	text-align: center;
	background: #bbb;
}

.radioDayNonshow {
	background: #444;
}

.radioDayLine {
	background: #000;
}

.endOfDay {
	background: #900;
}

ul {
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
}

/* Playlists: search result rows are clickable */
.entry-table .entry-row {
	cursor: pointer;
}

/* Year histogram chart */
.year-chart-container {
	max-width: 800px;
	height: 200px;
	margin: 10px auto 20px auto;
	padding: 0 10px;
}

.year-chart-note {
	text-align: center;
	font-size: 0.75em;
	color: #999;
	margin-top: 4px;
}
