/* podPress CSS for the frontend */
.podPress_imgicon {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
.podPress_previewImage table td tr {
	border:0;
	margin: 0;
	padding: 0;
}
.podPress_previewImage img {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
.podPress_content {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: left;
}
.podPress_content img {
	border: 0;
	margin: 0;
	padding: 0;
}

.podPress_downloadlinks {
	clear:left;
	margin-bottom:1em;
}
/* uncomment this to hide the "Play Now" link
.podPress_playerspace_playlink {
	display:none;
}
*/

.podPress_videoplayer_wrapper:hover {
	cursor:pointer;
}

/* Navi
***********************************************
these CSS are now in podpress_admin_statistics.css
*/

/* Stats
***********************************************
these CSS are now in podpress_admin_statistics.css
*/

.podpress_feed_buttons {
	border-style:none;
}
.podpress_feed_icon {
	border-style:none;
	vertical-align:middle;
	background:orange;
	color:white;
	width:14px;
	height:14px;
}

/* if you do not like the bullets in front of buttons list
.podpress_feed_buttons_list li {
	list-style-image:none;
	list-style-type:none;
	text-indent:-1em;
}
*/