/* @override http://lofothallen.no/fileadmin/templates/lofothallen/css/calendar.css */

div.tx-cal-controller {
	width: 105%;
}

div.calendaritem {
	width: 140px;
	float: left;
	height: 54px;
	background: url(../images/calendar-event-back.jpg) no-repeat 0 bottom;
	padding: 6px 5px;
	margin-right: 8px;
	cursor: pointer;
	z-index: 500;
	text-align: center;
}

div.calendardate {
	text-transform: uppercase;
	font-size: 10px;
}

ul.bubbleInfo {
    
}

li.trigger {
	position: relative;
	font-weight: bold;
	line-height: 14px;
}

div.calendaritem:hover ul.popup {
	display: block;
}

ul.popup {
	background: url(../images/calendar-description-bottom.png) no-repeat 0 bottom;
    position: absolute;
    display: none;
	width: 250px;
	bottom: 10px;
	left: -70px;
	z-index: 1000;
	padding-bottom: 7px;
}

div.descriptiontop {
	background: url(../images/calendar-description-top.png) no-repeat;
	height: 10px;
	margin-top: -10px;
	z-index: 1100;
}

div.description {
	padding-right: 13px;
	padding-left: 13px;
	background: url(../images/calendar-description-back.png) repeat-y 0 bottom;
	z-index: 1200;
}
