﻿#PodcastsList
{
	margin-top:20px;
}

#PodcastListing
{
	border:solid 1px #efefef;
}

#PodcastListing td
{
	background-color:#efefef;
	border-bottom:solid 1px #ffffff;
	vertical-align:middle;
}


#PodcastListing .ListingTitle
{
	width:342px;
}

#PodcastListing .ListingButton
{
	width:70px;

}

#PodcastListing .ListingButton a,
.Podcast .DownloadLink a
{
	background:#2C8A8C url(../Images/ArrowRightInverse.gif) no-repeat 5px 3px;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	color:#ffffff;
	display:block;
	padding:2px 5px 2px 18px;
	text-decoration:none;
	width:5em;
}

.Podcast
{
	padding-bottom:10px;
	padding-top:10px;
}

.Podcast .Date
{
	font-weight:bold;
	margin-bottom:10px;
}

.Podcast .ReturnToPodcastsLink
{
	background:url(../Images/ArrowUp.gif) no-repeat 1px 3px;
	padding-left: 20px;
}
