/* CSS Document */
body{
	color:#424242;
	background-color:#FFFFFF;
	font-family:sans-serif;
	font-size:20px;
}
div.schedfor{
	margin:15px 0px 10px 20px;
}
table.sched td{
	font-size:16px;
	padding:0px 20px 3px 0;
}
table.sched tr.rowTitle td{
	font-size:16px;
	text-decoration:underline;
}
table.sched tr.rowHeader td{
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
	/*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:0 10px 20px 20px;
}
/*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:right;
}
div.disclaimer, div.source{
	/*font-style:italic;*/
	font-size:10px;
	padding:10px 0px;
}
div.disclaimer{
	width:400px;
	/*margin:0px 0px 0px 4px;*/
	margin:0px 0px 0px 20px;
}
#source{
	/*text-align:center;*/
	margin:0px 0px 0px 20px;
}
#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;
}