.schedulepage{
	padding-left:20px;
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.thumb {
	vspace: .5em;
	margin-right:20px;
	}
#h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	}
.track {
	display: block;
	background: #777;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: .2em .5em;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	}
.class, .register, .note {
	display: block;
	clear: both;
	border: 1px solid #fff;
	}
.class .short {
	clear: both;
	display: block;
	}
.odd {
	background: #f3f1e9;
	}
.even {
	background: #f6f4ed;
	}
.register {
	background: #c7a290;
	}
.register .title {
	font-weight: bold;
	}
.note {
	background: #eee;
	}
.special {
	background: #c4ebfb; 
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	}
.special .title {
	font-weight: bold;
	}
.short .time, .short .title, .short .view {
	padding: .5em;
	display: block;
	float: left;
	height:200px;
	}
.short p {
	margin: 0;
	padding: .5em .5em .5em .5em;
	}	
.short .time {
	width: 9em;
	color: #333;
	}
.short .view {
	width: 5em;
	text-align: right;
	float: right;
	color: #444;
	}
.short .title {
	width: 28em;
	}
.long {
	display: none;
	background: #f1bd6c;
	margin: 0;
	padding: 0 .5em .5em .5em;
	border: 1px solid #6f849b; 
	border-top: none;
	}
.long p {
	display: block;
	background: #fff;
	margin: 0;
	padding: .5em;
	}
.active {
	background: #f1bd6c;
	border: 1px solid #6f849b;
	border-bottom: 0px;
	}
.active .title {
	font-weight: bold;
	color: #444;
	}
.short:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.highlight {
	background: #e8e6de;
	}
small {
	font-size: 1em;
	}
.short {display: inline-table;}
/* Hides from IE-mac \*/
* html .short {height: 1%;}
.short {display: block;}
/* End hide from IE-mac */

