/* Style Sheet for Updated Podcast Stats */

div#pstats_forshow {
	border: 1em solid #ADD8E6;
	width: 718px;
	margin: 20px auto 0px auto;
	background-color: #fff;
}

div#pstats_container {
	width:  678px;
	margin: 0px auto 0px auto; /* center it */
	padding: 10px 0px 10px 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #999;
	background-color: #fff;
}

table#pstats_table {
	margin: 10px 0px 30px 0px;
}

table#pstats_table td {
	text-align: center;
	vertical-align: middle;
}

table#pstats_table th {
	text-align: center;
	vertical-align: middle;
	background-color: #C7C3B8;
	font-size: 10px;
	font-weight: bold;
}

div.show_container {
	margin: 10px 0px 0px 0px;
}

div.show_title {
	font-size: 12px;
	padding: 2px 0px 2px 2px;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
	text-align: left;
	/* background-image: url(_img_bluefade.gif);
	background-position: bottom left; */
	background-color: #F59435;
	color: #fff;
}

/* subscribers */

div.blox {
	/* background-image: url(_img_grayfade.gif);
	background-position: bottom left; */
	background-color: #E0DBCE;
	border-right: 1px solid #C7C3B8;
	border-bottom: 1px solid #C7C3B8;
	padding: 3px;
	color: #7A7A7A;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	width: 150px;
	margin: 0px auto 10px auto;
}

div.blox img {
	width: 15px;
	/*padding-left: 4px;*/
}

.blox img {
	margin-left: 4px;
}

div.pstat {
	display: block;
	color: #444;
	font-size: 12px;
	font-weight: bold;
}

/* downloads */

div.episode_blox {
	/* background-image: url(_img_grayfade.gif);
	background-position: bottom left;
	background-repeat: repeat-x; */
	background-color: #E0DBCE;
	border-right: 1px solid #C7C3B8;
	border-bottom: 1px solid #C7C3B8;
	padding: 4px;
	color: #7A7A7A;
	font-size: 12px;
	text-align: center;
	margin: 0px auto 5px auto;
}

div.episode_blox img {
	width: 15px;
	/*padding-left: 4px;*/
}

.episode_blox img {
	margin-left: 4px;
}

div.episode_blox_name {
	padding: 4px;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

div.epstat {
	display: block;
	color: #444;
	font-size: 12px;
	font-weight: bold;
}

div.epdate {
	display: block;
	color: #444;
	font-size: 10px;
	font-weight: bold;
}

td.cursor {
	cursor: pointer;
}

/* bar charts */

table.stat_detail {
	border: 1px solid #999;
}
td.stat_legend {
	font-size: 9px;
	text-align: center;
}

div.stat_number {
	font-weight: bold;
	text-align: center;
}

div.vstat_bar {
	width: 100%;
	height: 30px;
	background-color: #E0DBCE;
	border-right: 1px solid #C7C3B8;
	border-top: 1px solid #C7C3B8;
}

div.hstat_bar {
	width: 100%;
	height: 30px;
	background-color: #E0DBCE;
	border-right: 1px solid #C7C3B8;
	border-bottom: 1px solid #C7C3B8;
}

#stats_explain{
	padding:20px;
	
}
