

.timetable {
	color: #5d6e84;
}

.timetable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58337;
}

.timetable th {
	color: #FFFFFF;
	background-color: #5d6e84;
	font-size: 60%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.timetable-instructor {
	font-style: italic;
}

.timetable-month {
	color: #FFFFFF;
	background-color: #e58337;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

.timetable-date-date {
	color: #999999;
}

.timetable-date-day {
	font-weight: bold;
	color: #5d6e84;
}

.timetable-date-day-off {
	font-weight: bold;
	color: #e58337;
}

.timetable-date-time {
	font-size: 80%;
	color: #999999;
}

.timetable-action {
}

.timetable-action-adv1 {
	font-weight: bold;
}

.timetable-action-adv2 {
	font-weight: bold;
	color: #e55837;
}

.timetable-action-adv2 a:visited {
	color: #e55837;
}

.timetable-action-adv2 a:link {
	color: #e55837;
}

.timetable-action-adv2 a:hover {
	color: #f73f13;
}

.timetable-action-adv2 a:active {
	color: #f73f13;
}

.timetable-action-free {
	color: #999999;
}

.timetable-action-free a:visited {
	color: #999999;
}

.timetable-action-free a:link {
	color: #999999;
}

.timetable-action-free a:hover {
	color: #999999;
}

.timetable-action-free a:active {
	color: #999999;
}


.timetable-access {
	font-size: 80%;
	text-align: center;
	color: #999999;
}

.timetable-duration {
	color: #999999;
  font-size: 80%;
}

.timetable-company {
	font-size: 85%;
}



