/*=============== calendar ==================*/
.calendarEvent {
	position: absolute;
	padding: 5px;
	border: 1px solid #333;
	background: #ffffff;
	width: 200px;
	visibility: hidden;
	text-align: center;
	
}
.calendarLink {
	line-height:11px;
	margin-bottom: 4px;
	display: block;
	text-decoration: none;
}
.calendarEvent h5 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #333;
}
