/* ****************************************
 * CALENDAR.css
 * ***************************************/

/*AREA CALENDARIO*/

#calendar  {
    clear:both;
}

/*INTESTAZIONE AREA CALENDARIO*/

#calendar h1 {
    color: #ED2024;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:0.9em;
    font-variant:small-caps;
    font-weight:bold;
    padding: 6px 6px 6px 6px;
    border-bottom: 1px dashed #CCCCCC;
    background: url(themes/theme_baragiano/images/eventi.png) top right no-repeat;
    }

/*GRIGLIA CALENDARIO*/

#calendar table {
    margin:0 10px 10px 10px;
    border:0;
    padding:0;
}

/*DATA*/

#calendar table caption  {
    padding:6px 0 4px 10px;
    margin:0; border:0;
    color: #999;
    text-transform: uppercase;
    font-size:0.7em;
}

#calendar table caption  a {
    font-size:0.9em;
    text-decoration: none;
}

/*CELLE*/

#calendar td, #calendar th {
    width:30px;
    font-size:0.75em;
}

/*GIORNI (LU, MA, ME, ...)*/

#calendar th {
    padding:10px 3px 2px 1px;
    text-align:right;
    background: #D1443E;
    font-weight:normal;
    color:#fff;
    border-bottom:1px solid  #50514D;
}

/*GIORNI (numero)*/

#calendar td {
    padding:4px 3px 2px 1px;
    text-align:right;
    color:#000;
}

/*FERIALI*/
#calendar td.weekday {background: #DDDDDD}

/*FESTIVI*/
#calendar td.holiday {background: #0AAAFD; color: #fff;}
/*GIORNO CON EVENTO*/
#calendar td.eventday  {background:#555555;}
#calendar td.eventday a {color:#fff}

#calendar .last  {margin-right:0;}
