/* CSS for schedules.htm created by Katja Hetmanchuk 13-12-2006 for the City of Toronto */


hr {
	height: 1px; color: #666;
}

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.0em;
}

td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%; 

}

.date-title {
	color: #FFF;
	font-weight: bold;
	background-color: #669966;
	border: thin 1px solid #000;
	padding: 5px;
}

.weekday-title {
	color: #000;
	font-weight: bold;
	background-color: #d5f3d5;
	border: thin 1px solid #000;
	padding-left: 5px;
}


.small {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 90%;
}

.tiny {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 75%;
}

.bold {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}

.lineheightbig {
	line-height: 0.5cm;
}

.whitetext {
	color: #FFF;
}

.thinborder {
	border: thin 1px solid #000;
}

.greentext {
	font-weight: bold;
	color: #336633;
}
