﻿table.ChannelSchedule td.Date
{
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #808080;
	white-space: nowrap;
	height: 12px;
}

table.ChannelSchedule td.Content
{
	vertical-align: top;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	height: 12px;
}

table.ChannelSchedule td.Content a,
table.ChannelSchedule td.Content a:link,
table.ChannelSchedule td.Content a:visited,
table.ChannelSchedule td.Content a:active
{
	color: #808080;
	text-decoration: none;
}
table.ChannelSchedule td.Content a:hover
{
	color: #3366CC;
	text-decoration: none;
}

table.ChannelSchedule td.Content a.Selected,
table.ChannelSchedule td.Content a.Selected:link,
table.ChannelSchedule td.Content a.Selected:visited,
table.ChannelSchedule td.Content a.Selected:active
{
	color: #000000;
	text-decoration: none;
}
table.ChannelSchedule td.Content a.Selected:hover
{
	color: #3366CC;
	text-decoration: none;
}

table.ChannelSchedule td.Content a.Box,
table.ChannelSchedule td.Content a.Box:link,
table.ChannelSchedule td.Content a.Box:visited,
table.ChannelSchedule td.Content a.Box:active
{
	color: #000000;
	text-decoration: none;
}
table.ChannelSchedule td.Content a.Box:hover
{
	color: #3366CC;
	text-decoration: none;
}

table.ChannelSchedule .TableLineGrey
{
	background-color: #999999;
	height: 1px;
}
table.ChannelSchedule .TableLineBlack
{
	background-color: #000000;
	height: 1px;
}
