/* General */
#tv-table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border: 1px solid #CCC;
}
#tv-table td {
	padding:3px;
}
#tv-table tr.odd td {
	background-color: #E7E7E7;
}
/* Links */
#tv-table h3 a,
#tv-table h3 a:link
#tv-table h3 a:active
#tv-table h3 a:visited {
	color: #000;
}
#tv-table h3 a:hover {
	text-decoration: none;
}

/* Headings */
#tv-table .header h2 {
	display: inline;
}
#tv-table h2,
#tv-table h3 {
	margin:0px;
}
#tv-table .header {
	background-color: #C6DCE9;
	height: 20px;
}
#tv-table .day-top {
	background-color: #C6DCE9;
	text-align: center;
}
#tv-table .channel {
	vertical-align: top;
}
#tv-table .time {
	width:100px;
}
#tv-table.block .time {
	width:50px;
}
#tv-table .day-top,
#tv-table .title,
#tv-table .time {
	font-weight: bold;
}
/*
#tv-table .title {
}
#tv-table .description{
}
*/
