.available_podcasts{
	background-color: #15428D;
}
.pod_episode_bg{
	background-color: #15428D;
}
.pod_episode_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.pod_stream_bg{
	background-color: #CCCCCC;
}
.pod_div{
	background-color: #5FAEC6;
	border: 1px solid rgb(67, 95, 142);
	overflow: auto;
	position: relative;
	width: 100%;
	height: 250px;
	z-index: 1;
}
.pod_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.pod_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}
.pod_text_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
a.pod_text_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.pod_text_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.pod_text_bold_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
a.pod_text_bold:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
.podcast_list_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.podcast_stream_list{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	background-color: #FFFFFF;
}
.podcast_stream_list_bg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	background-color: #CCCCCC;
}
.stream_list_border{
	border: 1px solid rgb(67, 95, 142);
}
.stream_list_inside_header_border{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border-left: 1px solid rgb(67, 95, 142);
	border-right: 1px solid rgb(67, 95, 142);
}
.stream_list_inside_header_border_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border-right: 1px solid rgb(67, 95, 142);
}
.stream_list_inside_border{
	border-left: 1px solid rgb(67, 95, 142);
	border-right: 1px solid rgb(67, 95, 142);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.stream_list_inside_border_right{
	border-right: 1px solid rgb(67, 95, 142);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}