.calendar_table {
	border: 1px #b9b8b8 solid;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.calendar_month {
	font-size: 11px;
	font-weight: bold;
}

.calendar_month a:link, a:visited {
	text-decoration: none;
	color: #666666;
}

.calendar_month a:hover {
	text-decoration: underline;
	color: #666666;
}

.calendar_arrows {
	font-size: 12px;
	font-weight: bold;
}

.calendar_arrows a:link, a:visited {
	text-decoration: none;
	color: #666666;
}

.calendar_arrows a:hover {
	text-decoration: underline;
	color: #666666;
}

td .current_day {
	height: 10px;
	width: 10px;
	font-size: 16px;
	background-color: #fff;
	color: #750000;
	border: #750000 1px solid;
}

.current_day {
	background-color: #3a991f;
	color: #fff;
}

.current_day a:link {
	color: #fff;
	text-decoration: none;
}

.current_day a:visited {
	color: #fff;
	text-decoration: none;
}

.current_day a:hover {
	color: #fff;
	text-decoration: underline;
}

td .calendar_day {
	height: 10px;
	width: 10px;
	font-size: 12px;
	background-color: #fff;
}

.calendar_day {
	color: #000;
	/*color: #747369;*/
}

.calendar_day a:link {
	color: #3a991f;
	text-decoration: underline;
}

.calendar_day a:visited {
	color: #3a991f;
	text-decoration: underline;
}

.calendar_day a:hover {
	color: #3a991f;
	text-decoration: none;
}

.calendar_top a:link {
	color: #666666;	
	text-decoration: none;
}

.calendar_top a:visited {
	color: #666666;
	text-decoration: none;
}

.calendar_top a:hover {
	text-decoration: underline;
}
