#FreshGridsMiniSchedule {
	position: relative;
	border: 2px solid #ABABAB;
}
#FreshGridsMiniSchedule table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
#FreshGridsMiniSchedule td {
	padding: 3px 5px;
	text-align: center;
}
#FreshGridsMiniSchedule td.time { 
	width: 30%;
	border-top: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	font-weight: bold;
}
#FreshGridsMiniSchedule td.program {
	border-left: solid 1px #C6C6C6;
	border-top: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	padding: 7px 5px;
}
#FreshGridsMiniSchedule tr.active {
	background-color: #00CCE1;
	color: white;
}
#FreshGridsMiniSchedule tr.active a, #FreshGridsMiniSchedule tr.active em {
	color: white;
	font-weight: bold;
}
#FreshGridsMiniSchedule table tr.odd td.time {
	background-color: #F2AEA9;
}
#FreshGridsMiniSchedule table tr.odd td.time { /* Temporarily for WLOF */
	background-color: #AFC0CC;
}
#FreshGridsMiniSchedule .header a.fullSchedule {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 80%;
	background-color: #ABABAB;
	color: white;
	padding: 2px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#FreshGridsMiniSchedule h2 {
	color: black;
	background: none;
	font-size: 110%;
	margin: 0px;
	text-align: center;
}
#FreshGridsMiniSchedule .header a.fullSchedule + h2 { margin-left: 30%; }

#FreshGridsMiniSchedule .footer {
	padding: 10px 0px;
	font-size: 90%;
	text-align: center;
}