div#calendar {
position: relative;
border: 1px solid #0c0c0b;
background-image: url(images/home/calendar-background.jpg);
background-position: bottom left;
background-repeat: no-repeat;
padding: 0;
}



div#calendar table {
width: 173px;
margin: 0px;
}

div#calendar td {
padding: 1px;
}

/* month */
div#calendar h2 {
font-size: 11px;
text-align: center;
color: #fff;
margin: 0;
font-weight: regular;
}

/* giorni settiaman */
div#calendar strong {
font-size: 10px;
text-transform: uppercase;
color: #E90055;
font-weight: normal;
}

/* days */
td.nonmonthdays, td.days, td.today {
text-align: right;
border-right: 1px solid #555;
background-position: top left; /* per marker */
width: 28px;
}

td.nonmonthdays {
visibility: hidden;
}

td.today {
background-color: #E90055;
}

td.nonmonthdays span, td.days span, td.today span {
position: relative;
left: -3px;
font-size: 11px;
color: #fff;
}



/* balloon */

#balloon h1 {
margin:0;
font-size: 12px;
}

#balloon ul {
margin-top: 2px;
}

#balloon ul li {
color: #222;
margin: 0;
}

#balloon small {/* date */
float: right;
}
