/*
-----------------------------------------------
RBS CSS: Screen
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url(reset.css);
@import url(datePicker.css);

/* podcsatPlayer
---------------------------*/
body.podcastTarget {
	background: #FFF none repeat scroll 0%;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 0.75em;
	width:600px;
}
#podcastPlayeriFrame .leader h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0pt 0pt 0.7em;
}
#podcastPlayeriFrame p {
	line-height: 1.25em;
	margin: 0pt 0pt 0.8em;
}
#podcastPlayeriFrame div.linkList li a,
#podcastPlayeriFrame div.linkList li a:visited {
	padding: 0pt;
	font-weight: bold;
	color: #7E9E2F;
	text-decoration: none;
}
#podcastPlayeriFrame div.linkList li a:hover {
	text-decoration: underline;
}
#podcastPlayeriFrame div.linkList ul li {
	margin-bottom: 0pt;
	float: none;
	padding-bottom: 4px;
	background: transparent url(../images/bullet.png) no-repeat scroll left 0.4em;
	padding-left: 11px;
}
#podcastPlayeriFrame .podcastSelector {
	float: right;
	width: 150px;
}
#podcastPlayeriFrame .podcastPlayer {
	border-right: solid 1px #CCC;
	float: left;
	width: 411px;
	margin: 0;
	padding: 0 20px 0 0;
}
#podcastPlayeriFrame .podcastPlayer .playerControl {
	float: left;
	width: 100px;
	margin: 10px 0 0 0;
}

#podcastPlayeriFrame .podcastPlayer .playerOptions {
	float: right;
	width: 290px;
}
#podcastPlayeriFrame .podcastPlayer div.linkList {
	margin: 10px 0 0 0;
	padding: 0px;
}
#podcastPlayeriFrame .podcastPlayer div.linkList ul li.podCast {
	background-image: none;
	padding-left: 0;
}
#podcastPlayeriFrame .podcastPlayer div.linkList ul li.topmargin {
	margin: 10px 0 0 0;
}
#podcastPlayeriFrame .podcastPlayer div.linkList ul li.podCast {
	padding-bottom: 0;
}
.podcastPlayer div.heading h2 {
	margin-bottom:15px;
}
.podcastPlayer div.linkList {
	margin-left:10px;
}

/* HIDE YEAR nav FOR PODCAST PAGE
-------------------------------------- */
div.podcastSelector a.dp-nav-prev-year,
div.podcastSelector a.dp-nav-next-year,
div.podcastSelector div#hidden {
	display:none !important;
}
div.podcastSelector div.dp-popup {
	background:transparent url(../images/calenderbg.gif) no-repeat scroll 0px;
}