#calendar a {
	
	color: #0099CC;
}

#calendar_days_name {
	
	padding-bottom: 5px;
	padding-top: 10px;
}

#calendar_days {
	
	padding-bottom: 10px;
}

#calendar_days .selected {
	
	background-image: url(/images/calendar/selected_day.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
	/*background-color: #0099CC;*/
}

#calendar_days .selected a {
	
	color: #FFFFFF;
	font-weight: bold;
}

#calendar_days td {
	
	padding: 5px;
}

#calendar_days .selected a:hover, #calendar_days a:hover,
#calendar_years td a:hover, #calendar_month td a:hover {
	
	text-decoration: underline;
}
