﻿div.channel
{
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 11px;
}

table.episodes, table.series
{
	width: 100%;
}

table.series td.series
{
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 11px;
}

table.episodes td.episode
{
	font-weight: bold;
}

table.episodes td.text
{
	color: #595959;
	font-weight: bold;
}

table.episodes td.text input
{
	color: #595959;
	font-weight: bold;
	margin-left: 35px;
}

table.episodes td.text label
{
	margin-left: 10px;
}

input.subscribe
{
	margin-left: 10px;
	padding-right: 5px;
	font-weight: bold;	
	width: 82px;
	height: 18px;
	color: #969696;
	font-size: 8px;
	font-family: Tahoma;
	border: none;
	cursor: pointer;
	background: url(images/subscribe.gif) no-repeat;
}
