﻿#calendario
{
    border: 0px;
    background-color: White;
}
#boxCalend
{
    margin: 10px 0 0 0;
    padding: 0px;
}
.calhead
{
    font-family: Century Gothic, Hei;
    font-size: 11px;
    color: #333333;
    border: 0px;    
    background-color: white;
    height: 10px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin: 0px 0px 3px 0px;
}
.calhead a
{
    font-family: Century Gothic, Hei;
    font-size: 11px;
    color: #ff6600;
    text-decoration: none;
    border: 0px;
}
.calhead a:hover
{
    font-family: Century Gothic, Hei;
    font-size: 11px;
    color: #ffcc99;
    text-decoration: none;
}        
.giorni
{
    font-family: Century Gothic, Hei;
    font-size: 10px;
    color: #666666;
    height: 25px;
    padding-right: 2px;
    padding-top: 2px;
    vertical-align: text-top;
}
.numGiorni
{
    font-family: Century Gothic, Hei;
    font-size: 10px;
    color: #666666;
    padding-right: 2px;    
    height: 10px;
}
.numGiorni a
{
    font-family: Century Gothic, Hei;
    font-size: 10px;
    color: #ff9966;
    text-decoration: none;
}
.eventi
{
    font-family: Century Gothic, Hei;
    font-size: 10px;
    color: #ff9966;
    text-decoration: none;   
}
.eventi a
{
    font-family: Century Gothic, Hei;
    font-size: 10px;
    color: #ff9966;
    text-decoration: none;   
}
.eventi a:hover
{
    font-family: Century Gothic, Hei;
    font-size: 10px;
    color: #fbd7bf;
    text-decoration: none;   
}
.next
{
    font-family: Century Gothic, Hei;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-image: url(Immagini/fondo_bimbi_top.gif);
    background-repeat: no-repeat;
    width: 153px;
    height: 20px;
    padding: 3px 0;
    text-decoration: none;     
}
.next a
{
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.next a:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #ffcc99;
    text-decoration: none;     
}
.brdCal
{
    width: 161px;
    margin: 6px 0 25px 0;    
    border-bottom: 1px solid #ff6600;
}
.brdCalDx
{
    width: 161px;
    margin: 6px 0 25px 5px;    
    border-bottom: 1px solid #ff6600;
}
