/* CSS Document */
body{
	background-color:rgb(216,226,255);
	font-family:sans-serif;
	font-size:16px;
}
div.schedfor{
	font-weight:bold;
}
table.sched td{
	font-size:16px;
}
table.sched tr.rowTitle td{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
table.sched tr.rowHeader td{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
/********************************************/
/***DO NOT MODIFY ANYTHING BELOW THIS LINE***/
/********************************************/
body{
	margin:0;
	padding:0;
	color:#000000;
}	
div.schedfor{
	margin:0px 0px 0px 4px;
}
table.sched{
	border-collapse:collapse;
	margin:2px 10px 20px 10px;
}
table.sched td{
	padding:0px 10px 0px 0px;
}
table.sched tr.rowTitle td{
	padding-top:4px;
	padding-bottom:4px;
}
table.sched tr.rowHeader td{
	padding-top:20px;
}
table.sched tr.rowHeader:first-child td{
	padding-top:5px;
}
table.sched td.colChannel{
	text-align:center;
}
table.sched td.colStartDate{
	text-align:left;
}
table.sched td.colStartTime{
	text-align:left;
}
div.disclaimer, div.source{
	font-style:italic;
	font-size:10px;
	padding:10px 0px;
}
div.disclaimer{
	width:400px;
	margin:0px 0px 0px 4px;
}
#source{
	text-align:center;
}
#source img{
	border:0px none;
}
#source a{
	font-weight:bold;
}
div.error{
	text-align:center;
	font-size:18px;
	padding:100px;
}
div.error span{
	font-weight:bold;
}