table#calendar, .h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: white;
	text-align: center;
	background: url(../images/calendar/body.png) repeat-x;
}
table#calendar h1, .h1 {
	font-size: 18px;
	color: #4dc5e2;
	text-align: center;
	margin-top:10px;
}
table#calendar {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0 1px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
table#calendar td, table#calendar th {
	width: 38px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/calendar/cells.png);
	color: #444;
	position: relative;
	font-size:12px;
}
table#calendar th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
table#calendar td:hover, table#calendar th:hover {
	background-position: 0px -81px;
	color: #222;
}
table#calendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
table#calendar td.date_has_event:hover {
	background-position: 162px -81px;
}
table#calendar td.padding {
	background: url(../images/calendar/calpad.jpg);
}
table#calendar td.today {
	background-position: 81px 0px;
	color: white;
}
table#calendar td.today:hover {
	background-position: 81px -81px;
}
table#calendar .events {
	position: relative;
}
table#calendar .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;
}
table#calendar .events li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333;
	font-size:11px;
}
table#calendar .events li .title {
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
	font-size:13px;
}
table#calendar .events li .foto {
	float:right;
}
