.calendarContainer {
	clear: both;
	position: relative;
	width: 185px;
}
.calendar .day {
	width: 21px;
	height: 21px;
	line-height: 21px;
	border: 1px #d5d5d5 solid;
	float: left;
	background: url("../../../../../_default/widgets/calendar/entries/fpCalendarDayBg.gif") repeat-x left center;
	text-align: center;
	margin: 1px 2px 2px 1px;
	font-size: 14px;
}
.calendar .event {
	background: url("../../../color_green/pics/fpCalendarDayEventBg.gif") no-repeat left bottom;
	width: 23px;
	height: 23px;
	line-height: 23px;
	border: 0;
	color: #09730b;
}
.calendar .current {
	width: 21px !important;
	height: 21px !important;
	line-height: 21px !important;
	border: 1px #f00 solid;
	overflow: hidden;
}
.calendar .current A {
	text-decoration: none !important;
}
.calendar .event A {
	display: block;
	width: 23px;
	height: 23px;
	color: #09730b;
	text-decoration: none;
}
.calendar .event A:hover {
	text-decoration: none;
}
.curMonth {
	position: relative;
	width: 179px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url("../../../../../_default/widgets/calendar/entries/fpCalendarHeader.gif") no-repeat left top;
	font-size: 14px;
	margin: 1px 2px 5px 1px;
}
.curMonth a {
	position: relative;
	z-index: 20;
	text-decoration: none;
	color: #000;
	outline: 0;
}
.curMonth a:hover {
	text-decoration: none;
}
.calendarControllers {
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	z-index: 19;
}
.calendarControllers .nextMonth {
	float: right;
	background: url("../../../../../_default/widgets/calendar/entries/fpCalendarNext.gif") no-repeat center center;
	text-decoration: none;
	display: block;
	width: 25px;
	height: 25px;
	outline: none;
}
.calendarControllers .prevMonth {
	float: left;
	background: url("../../../../../_default/widgets/calendar/entries/fpCalendarPrev.gif") no-repeat center center;
	text-decoration: none;
	display: block;
	width: 25px;
	height: 25px;
	outline: none;
}
.ttEntry {
	padding: 0 10px 7px 10px;
}
.ttTime {
	color: #797979;
	padding: 0 10px 0 15px;
}
.ttText {
	background: url("../../../../../_default/widgets/calendar/entries/fpCalendarStar.gif") no-repeat left 11px;
	width: 115px;
	padding: 10px 10px 0 15px;
}
.ttDate {
	padding: 0 10px 0 15px;
	color: #797979;
}

/* Tooltip */

