/* general site styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff;
}
a {
	color: black;
	text-decoration: none;
}
#logo {
	display: none;
}
.special {
	font-weight: bold;
}
.highlight {
	font-weight: bold;
}
ul#topnav {
	display: none;
}

ul#secnav {
	display: none;
}
#side-nav {
	display: none;
}
#copyright {
	font-size: 70%;
	color: #000;
	padding: 10px 0px 15px 100px;
}


ul#schedule-notes {
	display: none;
}

ul#schedule-toplinks {
	display: none;
}
body#schedule-body #inside-content {
	background: #fff;
}
p.small {
	display: none;
}
ul.small {
	display: none;
}
#schedule-body h1 {
	text-align: center;
}
#schedule-body h2 {
	display: none;
}
#sch-text {
	text-align: justify;
	color: #000;
	padding-left: 3px;
	margin: 30px 0px 15px 3px;
	font-size: 90%;
}
#cal {
	clear: both;
	font-size: 90%;
}
table#sched-tab {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 100%;
}
table#sched-tab td {
	vertical-align: top;
	margin: 0px 2px;
	width: 89px;
} 
.sch-hd {
	font-size: 105%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.sch-col {
	border: 1px solid #000;

}
.sch-class {
	text-align: center;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #000;
}
.sch-time {
	display: block;
	color: #000;
}
.sch-title {
	font-size: 85%;
	white-space: nowrap;
	font-weight: bold;
}
.sch-title a {
	color: #000;
}
.sch-title a:hover {
	text-decoration: none;
}
.sch-name {
	font-size: 85%;
	white-space: nowrap;
}
.sch-name a {
	color: #000;
}
.sch-name a:hover {
	text-decoration: none;
}
ul#sch-notes {
	font-size: 80%;
}
table#rates {
	display: none;
}
ul#ratelist {
	display: none;
}

