@charset "utf-8";
/* CSS Document */
/* Updated 10 January 2020 */

hr.fancy {
}
hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #4caf50 inset;
}
img {
	border: none;
}
img.cert {
	border: none;
	height: 3em;
	width: 9em;
}
img.cert5 {
	border: none;
	height: 5em;
	width: 5em;
	margin-left: 2em;
	margin-top: 1em;
}
a {
	text-decoration: underline;
	border: none;
	color: inherit;
}
a:visited {
	text-decoration: underline;
	border: none;
	color: inherit;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: inherit;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
.greeting {
	margin-top: 1em;
	color: maroon;
	font-size: 2.5em;
	font-family: "times new roman", times, serif;
	text-align: center;
	font-style: italic;
}
.greeting a {
	color: #03f;
	text-decoration: none;
}
.greeting a:visited {
	color: #03f;
	text-decoration: none;
	font-style: italic;
}
.greeting a:hover, greeting a:focus, greeting a:active {
	color: #ff0;
	text-decoration: none;
	font-style: italic;
}
.justCentered {
	text-align: center;
}
/*************************************************************/
table.schedule {
	width: 75%;
	margin-left: auto;
	border: 2px;
	border-color: blue;
	margin-right: auto;
	border-style: solid;
	border-collapse: collapse;
	overflow-x: auto;
}
tr.schedule {
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	border: 2px;
	border-width: 2px;
}
tr.schedule:nth-child(even) {
	background-color: #ddd;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	border-width: 2px;
}
tr.space {
	color:#fff;
	background-color:#607d8b;
	border-color: #607D8B;
	border-collapse: collapse;
}
tr.schedule:nth-child(odd) {
	background-color: #bbb;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	border-width: 2px;
}
th, td.schedule {
	border: 2px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	border-width: 2px;
}
td {
	border: 2px;
	border-style: solid;
	border-color: #000;
	border-width: 2px;
	border-collapse: collapse;
	text-align: center;
	width: 14.29%;
}
td.blue {
	color:#fff;
	background-color:#2196F3;
}
td.normal {
	background-color: inherit;
	color: inherit;
}
td.space2 {
	border-left-color: #607d8b;
	border-right-color: #607D8B;
	color: #607D8B;
}
td.emptyCell {
	background-color: #FF6666;
	color: #FF6666;
}
select.drpDown {
	border: none;
	margin-left: 5%;
	display: block;
	float: left;
}
.topButton	/* Left Side of Page */ {
	position: fixed;
	margin-left: 12px;
}
