div.calendar {
	background-color: #D9D9D9;
	color: #444;
	float: left;
	margin: 15px 0 25px 2px;
	width: 161px;
}
	div.calendar table {
		width: 100%;
	}
	div.calendar td {
		height: 26px;
		padding: 0 5px;
	}

#cal-date-info {
	width: 720px;
}
	#cal-date-info #date-go-to {
		text-align: right;
	}
	#cal-date-info #date-select {
		text-align: right;
		width: 75px;
	}

#times {
	background-color: #D9D9D9;
	color: #444;
	float: left;
	margin-top: 15px;
}
	#times td {
		text-align: right;
		padding: 0 5px;
		height: 26px;
	}

div.calendar td.title,
#times .title {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.gymcal-event {
	background: #698F2C url(/graphics/calendar_green_grad.jpg) repeat-x 0 0;
}
.ttvcal-event {
	background: #A13243 url(/graphics/calendar_red_grad.jpg) repeat-x 0 0;
}
.ttscal-event {
	background: #507B8E url(/graphics/calendar_blue_grad.jpg) repeat-x 0 0;
}
.ttfcal-event {
	background: #F3AC13 url(/graphics/calendar_orange_grad.jpg) repeat-x 0 0;
}
.gymcal-event,
.ttvcal-event,
.ttscal-event,
.othercal-event {
	color: #FFF;
	cursor: pointer;
}
tr.even-cells td {
	background-color: #C2D8EF;
}
tr.odd-cells td {
	background-color: #FFF;
}
div.event-name {
	margin: 5px 0 0;
}
div.event-details {
	margin: 7px 0 5px;
}