.calendar { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:175px;
}

.cal_dayname, a.current {
	color:#666666;
	width:25px;
	text-align:center;
}

a.current {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.current:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.calendar-month {
	color:#000000;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

.calendar-prev {
	padding-right:20px;
}

.calendar-next {
	padding-left:20px;
}

img {border:0px;}

a.links {
	color:#d55e19;
	font-weight:bold;
	text-decoration:none;
}

a.links:hover {
	color:#d55e19;
	font-weight:bold;
	text-decoration:underline;
}
