/* this css adapted from the psd2html css */

/*
body{
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}
a{
	color:#00295f;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img{
	display:block;
	border:0;
}
p{
	margin:0 0 14px 0;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
#main{
	width:900px;
	margin:0 auto; 
}

*/

/* was table-box */
.podcast-table-box{
	background:url(../img/table-bg-top.gif) no-repeat 0 0;
	width:547px;
	padding:5px 0 0 0;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}
table{
	padding:0;
	border-collapse:collapse;
}
td{
	padding:0;
	margin:0;
}
th{
	padding:8px 0;
	margin:0;
	vertical-align:top;
	text-align:left;
}
.th1{
	width:85px;
	padding:8px 0 8px 5px;
	border-top:none;
}
.th2{
	width:396px;
	border-top:none;
}
.th3{
	width:59px;
	border-top:none;
}
/*padcast table*/
table#podcasts-table{
	width:547px;
	border:1px solid #ded9d0;
	/* border:1px solid #000; */
	border-top:none; 
}
/*podcast table td's*/
table#podcasts-table td{
	background:#efebe2;
	vertical-align:top;
	padding:7px 0;
}
/*white background td*/
table#podcasts-table tr.bright td{
	background:#fff;
}
table#podcasts-table tr.b3 td{
	background:#fff url(../img/table-bg2.gif) repeat-x 0 0;
	padding-top:17px;
}
/* since1968: use b5 for first row in case there are only two or one episode. */
table#podcasts-table tr.b5 td{
	background:#fff url(../img/table-bg2.gif) repeat-x 0 0;
	padding-top:17px;
}
table#podcasts-table tr.b4 td{
	background:#efebe2 url(../img/table-bg2.gif) repeat-x 0 0;
	padding-top:17px;
}
table#podcasts-table tr.b2 td{
	background:#efebe2 url(../img/table-bg1.gif) repeat-x 0 100%;
}
table#podcasts-table tr.b1 td{
	background:#fff url(../img/table-bg1.gif) repeat-x 0 100%;
}
table#podcasts-table .td1{
	width:85px;
	padding:7px 0 7px 6px;
}
table#podcasts-table .td2{
	width:396px;
}
table#podcasts-table .td3{
	width:59px;
	vertical-align:middle;
	text-align:center;
}
/*play link*/
a.play-ico{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/play-ico.gif) no-repeat 0 0;
	width:10px;
	height:7px;
	float:right;
	margin:3px 3px 0 0;
	display:inline;
}
table#podcasts-table th{
	font-weight:normal;
	background:#f4f1ec;
	border-bottom:1px solid #c5c5c5;
}
table#podcasts-table th span{
	display:block;
	font:10px Georgia, "Times New Roman", Times, serif;
}
table#podcasts-table th img{
	border:1px solid #ccc;
}
table#podcasts-table ul{
	overflow:hidden;
	margin:4px 0 0 -4px;
}
/*default list*/
table#podcasts-table ul li{
	padding:0 6px;
	border-left:1px solid #333;
	display:inline;
	overflow:hidden;
	margin:0 0 0 -1px;
	font-size:10px;
}

/*player box*/
.playerhome{
	/* background:url(../img/player.gif) no-repeat 0 0;
	width:161px;
	height:29px; */
	float:left;
	margin:8px 9px 0 0;
	display:inline;
}
div.playerhome object
{
	width: 161px;
	height: 29px;
}


.player{
	/* background:url(../img/player.gif) no-repeat 0 0;
	width:169px;
	height:29px; */
	float:left;
	margin:8px 9px 0 0;
	display:inline;
}

div.player object
{
	width: 169px;
	height: 29px;
}

.player img{
	border:0 !important;
}


/*subscribe link*/
a.subscribe{
	float:left;
	margin:16px 0 0 0;
	background:url(../img/subscribe-button.gif) no-repeat 0 0;
	width:75px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
}