/* CSS Document */


#timetable a, #timetable a:link, #timetable a:visited {
	text-decoration: none;
	color: #fff;
	}

#timetable a:hover {
	text-decoration: none;
	color: #fff
	}

.tt-active a, .tt-inactive a {
	float: left;
	display: block;
	margin: 10px 5px 10px 0;
	width: 40px;
	height: 28px;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	}
	
.tt-inactive a {
	background-image: url(../images/timetable/tt-days-back.gif);
	background-position: 0 40px;
	}
.tt-inactive a:hover {
	cursor: default;
	}
	
.tt-active a, .tt-active a:link, .tt-active a:visited {
	background-image: url(../images/timetable/tt-days-back.gif);
	background-position: 0 0;
	}
	
.tt-active a:hover {
	background-image: url(../images/timetable/tt-days-back.gif);
	background-position: 0 -40px;
	}

#tt-info {
	float: left;
	clear: both;
	color: #ccc;
	}

		
		
		
		
		
		
.third1, .third2, .third3				{ float: left; display: inline; width: 232px; margin: 0 21px 0 0; }
.third3									{ margin: 0; }
.third1 h1, .third2 h1, .third3 h1		{ margin: 0; background: url(../images/dayBack.png) top left no-repeat #e72677; padding: 5px; font-size: 1.6em; }
.third1 p, .third2 p, .third3 p			{ margin: 0; font-weight: bold; }		
p.target, p.time						{ float: left; background: #fbadce; color: #e72677; width: 106px; padding: 5px; margin: 0; padding-top: 10px; }
p.time									{ text-align: right; font-weight: normal; }
p.venue									{ float: left; padding: 5px; color: #e72677; background: #555; width: 222px; font-size: 1.2em; text-align: left; 
										background: url(../images/venueBack.png) bottom left no-repeat; padding-bottom: 10px; }
										
.termTimeOnly							{ font-weight: normal; text-align: left; font-size: 1.2em; margin: 20px 0 0 0; }


