#eventsLeft {
	float: left;
	width: 116px;
}

#eventsRight {
	float: left;
	line-height: 18px;
	width: 584px;
}

td {
	color: #5d77a1;
	font-size: 11px;
	padding: 4px 3px 0px 3px;
	white-space: nowrap;
	background-color: #fff;
	text-align: center;
}

table .calendar {
	background-color: #5d77a1;
}

.tdWhite {
	color: #5d77a1;
	background-color: #fff;
}

.tdHeader {
	color: #fff;
	background-color: #5d77a1;
}

.monthLink {
	color: #fff;
}

a.monthLink:link, a.monthLink:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

a.monthLink:hover, a.monthLink:active {
	text-decoration: none;
	color: #132e57;
	border-bottom: 1px dotted #132e57;
}

.dayLink {
	color: #fff;
}

.tdLink {
	color: #fff;
	background-color: #5d77a1;
}

a.dayLink:link, a.dayLink:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

a.dayLink:hover, a.dayLink:active {
	text-decoration: none;
	color: #ff6;
	border-bottom: 1px dotted #ff6;
}

.title {
	font: normal bold 16px "Myriad Pro", "Myriad", Verdana, Arial, Helvetica, sans-serif;
	color: #1f3455;
}

hr {
	float: left;
	height: 1px;
	color: #1f3455;
	width: 700px;
	background-color: #1f3455;
	border: 0px;
	margin-bottom: 8px;
}
