/*
----------------------------------------------------------------------------------------
PBS Station Module: TV Schedules: What's On Tonight CSS
----------------------------------------------------------------------------------------
*/

.whatsontonight div, .whatsontonight td
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.whatsontonightdate
{
	color: #000000;
	margin: 0 0 4px 0;
	font-size: 12px !important;
}

.whatsontonightprogram
{
	text-align: left;
	width: 100%;
}

.whatsontonightprogram a:link,
.whatsontonightprogram a:visited
{
	color: #0000CC;
	text-decoration: underline;
}

.whatsontonightprogram a:hover,
.whatsontonightprogram a:active
{
	text-decoration: none;
}

.whatsontonightprogram .time
{
	color: #000;
	font-weight : bold;
	padding-left: 3px;
	padding-right: 5px;
	vertical-align: top;
}

.whatsontonightprogram .programinfo
{
	/*padding: 5px 0 5px 5px;*/
	vertical-align: top;
}

.whatsontonightprogram .programinfo .title
{
	color: #000;
}

.whatsontonightprogram .programinfo .episode
{
	color: #000;
	font-style: italic;
	/* To turn off episode titles: Remove the comment tags (slashs and asterisks) from the "display: none;" attribute below. */
	/* display: none; */
}