.tooltip_calendar {
	display: none;
	width: 160px;
	background-color: #996666;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	padding: 25px;
	color: #fff;
	z-index: 1000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
}
.tooltip_calendar h4 {
	color: #ffffff;
	margin-bottom: 1em;
}
.tooltip_calendar ul li a {
	color: #ffffff;
}
.tooltip_calendar ul li a:hover {
	text-decoration: none;
}
div#calendar div.fc-content table tr th.holiday,
div#calendar div.fc-content table tr td.holiday {
	background-color: #ffddff;
	background-image: none;
}
a.button_flip_month {
	cursor: pointer;
}
