@CHARSET "ISO-8859-1";

.monthlyTimeline ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-aligh: center;
}

.monthlyTimeline ul li {
	display: inline-block;
	text-decoration: none;
	padding: 2px 10px;
	width: 35px;
	text-align: center;
	margin-bottom: 4px;
	color: #00007C;
	border: 1px #00007C solid; 
	background-color: #FFF;
}

.monthlyTimeline .bestMonth {
	background-color: #00007C;
	color: #fff;
}

.monthlyTimeline .legend {
	font-size: 12px;
	font-weight:bold; 
	color: #00007C;
}