﻿#classTime {
	text-align: center;
	font-family: Verdana;
	font-size: xx-small;
	font-weight:bold;
}



table.schedule
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
}
table.schedule thead
{
	background-color: #5A86BD;
	color: white;
	text-align:center;
}



table.schedule th
{
	padding: 5px;
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	
}
td.schedule, td.satv
{
	border-color: #000000;
    padding:5px;
	border-width: thin;
	border-style: solid;
	
}

.schedule
{
	font-family: Verdana;
	font-size: small;
	text-align:center;
}
ul.schedule
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	font-size: inherit;
	
}
.categoryHead
{
	font-size: larger;
	text-align: left;
}

li.schedule
{
	white-space:nowrap;
}

.title
{
	text-align:left;		
}
.schedule .scheduleHeader
{
	padding: 5px;
}
.schedule .dates
{
	white-space: nowrap;
}

.imageKey
{vertical-align:middle}

td.satv
{    
    vertical-align:middle;
    text-align:left;
    padding:0px;
}

.scheduleHeader
{
    text-align:left;
}