﻿

/*
 * These were used on the original schedule page.
 * Removed 1/10/11
 
#schedule table {
	border-collapse: collapse;
}

#schedule th {
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #111;
}

#schedule tr.done td {
	border-bottom: 1px solid #111;
	background:gray;
}

#schedule td {
	border-bottom: 1px solid #111;
	padding: 0.1em 0.5em;
}

#schedule a {
    color: #0000FF;
	text-decoration: none;
}

#schedule tr.done a {
	text-decoration: none;
}

#schedule a:hover {
	background-color: yellow;
	text-decoration: none;
}

#schedule tr.done a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}

*/

#infolink {
    font-size: 0.8em;
}

#infolink td {
	padding: 0.0em 0.5em 0.0em 0.0em;
}

#infolink a {
    color: #0000FF;
	text-decoration: none;
}

#infolink a:hover {
	background-color: yellow;
	text-decoration: none;





