
#calendar {
	width: 215px;
	margin-left: 8px;
}

#calendar tbody tr td {
	width: 20px;
	height: 17px;
	line-height: 17px;
	font-size: 8px;
	text-align: right;
	vertical-align: text-bottom;
	padding: 2px;
	font-weight: bold;
}

#calendar tbody tr td a {
	display: block;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #FFF;
}

.calendarWeekDay {
	background-color: #E1E1E1;
}

.calendarWeekEnd {
	background-color: #CAC8C9;
}

#calendarHeader {
	width: 100%;
}

#calendarHeader #calendarPrevious {
	text-align: left;
}

#calendarHeader #calendarMonth {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	width: 70px;
	white-space: nowrap;
}

#calendarHeader #calendarPrevious a, #calendarHeader #calendarNext a {
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	color: #666;
}