.calendar {
	background: #fff;
	width: 539px;
	border-collapse:collapse;
}
.calendar td {
	width: 72px;
	height: 72px;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #ddd;
}
.calendar tr td h3 {
	margin: 0;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
}
.beforeafter {
	background: #eee;
}
.daysofweek {
	background: #ccc;
}
.daysofweek td {
	height: 16px;
}
.start {
	color: #fff;
}
.start p {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
}
.start a:link,
.start a:visited {
	color: #fff;
	text-decoration: none;
}
.start a:hover {
	color: #CC9900;
}
.start.satsun a:hover {
	color: #003366;
}
.monwed {
	background: #990000;
}
.tuth1 {
	background: #003366;
}
.tuth2 {
	background: #165b9f;
}
.satsun {
	background: #CC9900;
}
.calendarlist {
    background: #fff;
	width: 539px;
	border-collapse:collapse;
}
.calendarlist td {
	height: 12px;
	font-size: 11px;
	padding: 5px;
}
td.calhead {
	height: 20px;
}
