table.episodeList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
}

table.episodeList th {
	font-weight: bold;
	color: #CC0000;
	background-color: #9F0;
	white-space: nowrap;
	border-right: 2px solid white;
	padding: 3px;
	text-align: left;
}

table.episodeList th.lastColumn {
	border-right: none;
}

table.episodeList td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

table.episodeList td.lastRow {
	border-bottom: none;
}

table.episodeList td.number {
	text-align: center;
}

table.episodeList td div.title {
	font-weight: bold;
	margin-bottom: 2px;
}

table.episodeList div.description {
	font-size: 12px; 
}

table.episodeList div.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 5px 5px;
}

table.episodeList td.listen { 
	font-size: 12px;
	padding-left: 10px;
}

table.episodeList td.listen div { 
	margin-bottom: 3px;
}

table.episodeList td.listen a { 
	font-weight: bold;
}
