﻿body
{
	background: url(/Portals/_default/images/sub/bg.jpg) top center no-repeat;
}
.SubContentPane
{
	padding: 0 0 0 20px;
}

/* --------------- PODCASTS ------------------ */
#podcastlistingwrapper
{
	width:176px;
	padding: 15px 0 0 0;
}
#podcastlistingtop
{
	background: url(/portals/_default/images/podcast/latesttop.gif);
	width: 176px;
	height: 7px;
	font-size: 1px;
}
#podcastlistingbody
{
	background-color: #EEF0F1;
	padding: 0 0 0 0px;
}

#podcastlistingbottom
{
	background: url(/portals/_default/images/podcast/latestbottom.gif);
	width: 176px;
	height: 7px;
	font-size: 1px;
}

#podcastwrapper
{
   	 padding: 23px;
}

#subscribepodcast a, #subscribepodcast a:link, #subscribepodcast a:active, #subscribepodcast a:visited
{
    	height: 19px;
	width: 160px;
	background:url(/images/subscribeitunes.gif) top left;
	float: left;
}

#subscribepodcast a:hover
{
	background:url(/images/subscribeitunes.gif) bottom left;
}

#downloadpodcast a, #downloadpodcast a:link, #downloadpodcast a:active, #downloadpodcast a:visited
{
   	 margin: 0 0 0 16px;
   	 height: 19px;
	width: 160px;
	background:url(/images/downloadpodcast.gif) top left;
	float: left;
}

#downloadpodcast a:hover
{
	background:url(/images/downloadpodcast.gif) bottom left;
}
