body { margin-left: 10px; }
#content_podcast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width:535px;
	padding: 10px;
	background-color: transparent;
}
html>body #content_podcast { width: 495px; }
h2 {
	color: #ff8400;
	margin-bottom:6px;
	font-size: 14px;
}
p { margin-top: 0; }
.expertname {
	font-weight: bold;
	font-size: 10px;
}
table.experts { width:100% }
table.experts td {
	width:50%;
	padding-bottom:11px;
	font-size: 9px;
}
table.experts a { font-size: 9px; }
table.experts td img {
	float: left;
	margin-right: 10px;
}
.podcastdetail {
	padding:10px;
	width:515px;
	background-color: #ebebeb;
}
html>body .podcastdetail { width: 475px; }
.podcastdetail h3 {
	font-size: 14px;
	margin:0 0 6px 0;
}
.podcaststats {
	float: right;
	text-align: right;
	line-height:150%;
}
a.listen {
	background-image:url(/img/podcast/icon_listen.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 10px;
}
a.download {
	background-image:url(/img/podcast/icon_download.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 10px;
}
/***********************************************************************************************
//CSS markup for toggle mechanism on Podcast page
/**********************************************************************************************/
.key, .keys {
	margin: 0px 0 5px 0;
	width: 500px;
}
.keyToggleContainer {
	width:500px;
	display:block;
}
.keyToggle, .keyToggleOpen, .keyToggleLong, .keyToggleLongOpen, .keyToggleOver, .keyToggleLongOver {
	/*background-image: url(../../img/downtoggle.gif);*/
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 500px;
	font-weight:bold;
}
.keyToggleOpen { /*background-image: url(../../img/uptoggle.gif);*/ color: #ff0000; }
.keyToggleLong { /*background-image: url(../../img/downtoggle.gif);*/ }
.keyToggleLongOpen { /*background-image: url(../../img/uptoggle.gif);*/ color: #ff0000; }
.keyToggleOver { /*background-image: url(../../img/downtoggle-o.gif);*/ }
.keyToggleLongOver { /*background-image: url(../../img/downtoggle-o.gif);*/ }
.keyCopy {
	/*background-color: #EDF0DE;*/
	padding: 15px 10px 10px 15px;
	width: 500px;
	font-weight:bold;
	clear:both;
	color: #5f6268;
}
.keyCopy p, .keyCopy a {
	color: #000000;
	font-size: 1.0em;
}
#contentLeft .keyCopy a, #contentLeftShort .keyCopy a {
	border-bottom: 1px dashed #2b5bad;
	color: #2b5bad;
}
#contentLeft .keyCopy a:hover, #contentLeftShort .keyCopy a:hover {
	border-bottom: 1px dashed #4b4b4b;
	color: #4b4b4b;
}
.keyCopy p.author {
	font-size: 0.8em;
	margin: 3px 0 0 0;
}
.keyCopy ul {
	list-style-type: none;
	margin: 15px 0 0 15px;
	padding: 0;
}
.keyCopy ul.doubleArrowList {
	list-style-type:none;
	margin: 0 0 0 24px;
	padding: 0;
}
.keyCopy ul li {
	color: #000000;
	font-size: 1.0em;
	line-height: 1.4em;
	list-style-image: url(../images/key-arrow.gif);
	margin-top: 5px;
}
.keyCopy ul.doubleArrowList li {
	list-style-image: url(../images/key-double-arrow.gif);
	margin-top: 5px;
	padding-bottom: 5px;
}
