#cal_title_links {
	font-family: 'Times New Roman';
	font-size: 16px;
	width: 100%;	
	height: 20px;
}
#cal_title_links .prev {
	float: left;		
}

#cal_title_links .next {
	float: right;	
}

#cal_title {
	font-family: 'Times New Roman';
	font-size: 48px;	
	text-align: center;
	margin-bottom: 10px;
}


#cal_month {
	border: solid 1px #000000;
	width: 100%;
}

#cal_month td {
	height: 80px;
	text-align: right;
	vertical-align: top;
	white-space: normal;
}

#cal_month th {
	width: 14.2857%;
	white-space: normal;
	text-align: center;
}

#cal_month .sunset {
	font-size: 10px;
	font-weight: normal;
	color: green;
	text-align: right;		
	height: 10px;
	margin-top: 15px;
	float: bottom;
}

#cal_month .event {
	text-align: center;
	margin-top: 5px;
}

#cal_legend {
	border: solid 1px #000000;
	margin-bottom: 30px;
}

