.calendar_meta {
	position:relative;
	height:60px;
}
.calendar_meta p {
	position:absolute;
	top:5px;
}
.calendar_meta p a {
	color:#2C55A6;
}
.calendar_meta p.prev {
	left:0px;
}
.calendar_meta p.next {
	right:0px;
}
.calendar_meta p.ical {
	left:198px;
}

.calendar table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	font-size: 18px;
	margin-bottom:3px;
}
.calendar td, th {
	width: 59px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/calendar/cells.png);
	color: #444;
	position: relative;
}
.calendar th {
	height: 20px;
	font-weight: bold;
	font-size: 13px;
}
.calendar td:hover, th:hover {
	background-position: 0px -56px;
	color: #222;
}
.calendar td.date_has_event {
	background-position: 118px 0px;
	color: white;
}
.calendar td.date_has_event:hover {
	background-position: 118px -56px;
}
.calendar td.padding {
	background: url(../images/calendar/calpad.jpg);
}
.calendar td.today {
	background-position: 59px 0px;
	color: white;
}
.calendar td.today:hover {
	background-position: 59px -56px;
}
div.events {
	position: relative;
}
div.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/calendar/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
div.events li {
	padding-bottom: 5px;
	margin:0;
}
div.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
div.events li a.title {
	font-weight: bold;
	color: #222;
	text-decoration:none;
	font-size:12px;
}
