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

.whatsontonight
{
	font: 10px/10px Arial, Helvetica, Sans Serif;
	width: 163px;
	/*margin: 1;*/
}

.whatsontonightdate
{
	margin: 0 0 2px 4px;
	color: #41709F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}


.whatsontonightprogram
{
	text-align: left;
	width: auto;
}

.whatsontonightprogram a:link,
.whatsontonightprogram a:visited
{
	color: #000;
	text-decoration: underline;
	/*color: #c64934; text-decoration: none;*/
	color: #41709F; text-decoration: none;
	font-weight: normal;
}

.whatsontonightprogram a:hover,
.whatsontonightprogram a:active
{
	text-decoration: none;
	/*color: #900;	text-decoration: none;*/
	color: #113E6C;	text-decoration: none;
	font-weight: normal;
}

.whatsontonightprogram .time
{
	color: #000;
	font-weight : normal;
	width:1px;
	padding: 6px 0 2px 1px;
	vertical-align: top;
	text-transform:uppercase;
}

.whatsontonightprogram .programinfo
{
	padding: 6px 0 1px 6px;
	vertical-align: top;
}

.whatsontonightprogram .programinfo .title
{
	color: #00008B;
	font-weight: bold;
}

.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;
}

