#calendar {
	width: 937px;
	font-family:"Lucida Grande","Lucida Sans Unicode", Arial;
	font-size: 11px;
}

.calendar_prev {
	height: 28px;
	display: block;
	text-indent: -3000px;
	margin-top: 3px;
	float: left;
	background-image: url(../img/arrows.png);
    background-position: 0px 0px;
    width: 20px;
    margin-left: 130px;
}

.calendar_prev a {
	display: block;
	height: 28px;
	width: 20px;
}

.calendar_prev a:hover {
	background-image: url(../img/arrows.png);
    background-position: -28px 0px;
}


.calendar_next {
	height: 28px;
	display: block;
	text-indent: -3000px;
	margin-top: 3px;
	float: left;
	background-image: url(../img/arrows.png);
    background-position: -5px -28px;
    width: 20px;
    margin-right: 130px;

}

.calendar_next a {
	text-indent: -3000px;
	display: block;
	height: 28px;
	width: 20px;
}

.calendar_next a:hover {
	background-image: url(../img/arrows.png);
    background-position: -33px -28px;

}


.calendar_title {
	width: 637px;
	height: 18px;
	margin-top: 12px;
	float: left;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar_days {
	width: 937px;
}

.calendar_day {
	background: #989A67;
	float: left;
	margin: 1px;
	width: 131px;
	height: 77px;
	font-size: 22px;
	text-transform: uppercase;
}

.calendar_weekend {
	background: #989A67;
}

.calendar_day_noncurrent {
	background: #ffffff;
}

.calendar_day_title {
	width: 131px;
	margin: 1px;
	height: 18px;
	padding-top: 7px;
	background: #ffffff;
	float: left;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.calendar_date {
	font-size: 22px;
	margin: 8px 8px 8px 2px;
}

.calendar_event a {
	font-size: 12px;
	margin-left: 2px;
	text-decoration: none;
	color: #ffffff;
}

.calendar_has_events {
	background: #000000;
	color: white;
}

/* TOOLTIP */
.calendar_tooltip {
	width: 379px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../img/tool_tip_top.png) no-repeat top;}
	
.calendar_tooltip .tipMid {background: transparent url(../img/tool_tip_middle.png) repeat-y; padding: 5px 15px 5px 35px;}
.calendar_tooltip .tipBtm {background: transparent url(../img/tool_tip_bottom.png) no-repeat bottom; height: 18px;}
