h1.tv-title {
	color:				#CC0000 ;
	font-size:			130% ;
}

table.tv-listings {
	width:				480px ;
	font-size:			90% ;
	border-top:			1px solid #999999 ;
	border-left:		1px solid #999999 ;
	border-collapse:	collapse ;
}

table.tv-listings thead {
	font-weight:		bold ;
	background-color:	#CCCCCC ;
	border-right:		1px solid #999999 ;
	border-bottom:		1px solid #999999 ;
}

table.tv-listings td {
	vertical-align:		middle ;
	padding:			3px ;
	border-right:		1px solid #999999 ;
	border-bottom:		1px solid #999999 ;
}

table.tv-listings td.odd {
	background-color:	#FFFFFF ;
}

table.tv-listings td.even {
	background-color:	#EEEEEE ;
}

div.on-demand {
	width:				470px ;
	border:				1px dotted #666666 ;
	padding:			5px ;
	margin-bottom:		10px ;
	text-align:			center ;
	background:			#EEEEEE ;
}

div.on-demand h3 {
	font-size:			110% ;
	margin:				0 ;
}

div.on-demand-left {
	float:				left ;
	width:				310px ;
}

div.on-demand-left h1 {
	color:				#CC0000 ;
	font-size:			120% ;
}

div.on-demand-right {
}

