/* *** LITTLE CALENDAR CSS *** */

div.little_calendar { font-family:calibri,verdana; font-size:11px; margin-top:8px; text-align:center; width:auto; }
div.little_calendar > table { background-color:#FFFFFF; border:1px solid #C6B884; margin:0 auto; width:100%; }
div.little_calendar > table td { cursor:default; padding:1px 0; }
div.little_calendar > table td div.event_day { background-color:#F3DE7E; color:#000000; margin:0; padding:0; }
div.little_calendar > table td div.event_day a { text-decoration:none; color:#333; }
div.little_calendar > table td div.event_day a:hover { color:#333; }
div.little_calendar > table tr.header td { padding:1px 0; vertical-align:middle; }
div.little_calendar > table tr.header td.anno_prima { text-align:right; }
div.little_calendar > table tr.header td.anno_prima_anno { text-align:left; color:#888; }
div.little_calendar > table tr.header td.mese_prima { text-align:left; }
div.little_calendar > table tr.header td.mese { color:#777777; font-weight:bold; text-align:center; }
div.little_calendar > table tr.header td.mese_dopo { text-align:left; }
div.little_calendar > table tr.header td.anno_dopo_anno { text-align:right; color:#888; }
div.little_calendar > table tr.header td.anno_dopo { text-align:left; }
div.little_calendar > table tr.weekdays td { background-color:#C6B884; color:#FFFFFF; padding:1px 0; text-align:center; }
div.little_calendar > table tr.row_even,
div.little_calendar > table tr.row_odd { height:10px; }
div.little_calendar > table tr.row_even td,
div.little_calendar > table tr.row_odd td { text-align:center; vertical-align:middle; border-bottom:1px solid #ccc; }
/*
div.little_calendar > table tr.row_even td a,
div.little_calendar > table tr.row_odd td a { text-decoration:none; display:block; }
div.little_calendar > table tr.row_even td a:hover,
div.little_calendar > table tr.row_odd td a:hover { color:#77f; }
*/
div.little_calendar > table tr td.no_day { background-color:#eee; }
div.little_calendar > table tr td.last_top_no_day { border-right:1px solid #ccc; }
div.little_calendar > table tr td.first_bottom_no_day { border-left:1px solid #ccc; }
div.little_calendar > table tr td.day { background-color:#fff; }
div.little_calendar > table tr.first_row td { border-bottom:1px solid #ccc; }
div.little_calendar > table tr.last_row td { border-bottom:none; }