.radioShows {
	border:1px solid #565D60;
	margin-bottom:20px;
	overflow:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.radioShows .title {
	color:#ffffff;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../../templates/DivineForcesMedia/images/box-title.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding:5px 0px 5px 20px;
}

.radioShows .content {
	background-image:url(../../templates/DivineForcesMedia/images/box-content.png);
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	overflow:auto;
	padding:20px 5px;
}
.radioShows .content a {
	color: #FE390F;
	text-decoration: none;
	font-weight: bold;
}
.radioShows .content a:hover {
	text-decoration: underline;
}
.radioShows img {
	border:0px;
}
.radioShows .content table tr.radio_labels td {
	background-image:url(../../templates/DivineForcesMedia/images/box-content.png);
}
.radioShows .content table tr.shows_odd td {
/*	background-image: url('images/px-blue.png'); */

}
.radioShows .content table tr.links td {
	
}

.radioShows .content table tr.radio_labels td {
	border-bottom: 2px dotted #333;
}

/* For Listened Shows */
.radioShows .content table tr.listened td {
	background-image: url('images/px-white.png');
	color: #CCC;
}
.radioShows .content table tr.listened td a {
	color: #666;
}
.radioShows .content table tr.links td {
	border-bottom: 1px dotted #333;
}
