/* CSS Document */

#schedule {
	background: #C2D1E8 url(../images/topcorner.gif) no-repeat left top;
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#schedule h2 {
	font-size: 120%;
	color: #44638C;
	font-weight: bold;
	border-bottom: 1px solid #000099;
	margin-bottom: 3px;
}
#schedule dl {
	list-style: none;
	color: #44638C;
	margin: 0px;
	padding: 5px 10px 8px;
	text-align: center;
	background: url(../images/bottomcorner.gif) no-repeat right bottom;
	display: inline-table;
}
/* Holly Hack hide from IE/Mac \*/
* html #schedule dl { height: 1%; }
#schedule dl { display: block; }
/* End hide from IE/Mac */
#schedule dt {
	font-weight: bold;
	float: left;
	font-size: 85%;
}
#schedule dd {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#schedule .place {
	font-style: italic;
	float: right;
	font-size: 85%;
}
#schedule .description {
	clear: both;
	border-bottom: 1px dotted #000099;
	line-height: 1em;
	font-size: 85%;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
/* Holly Hack hide from IE/Mac \*/
* html #schedule .description { border-bottom: 1px solid #000099; }
/* End hide from IE/Mac */
#schedule p {
	font-size: 80%;
	padding-top: 5px;
}