div.titoloAppuntamenti 
{
    float:left;
    width:549px;
    height:21px;
    color:#ffffff;
    text-align:center;
    padding-top:7px;
    font-weight:bold;
    background-image:url(../img/bgkTitoloAppunti.gif);
}

#divAppuntamenti {
    width:550px;
    height:250px;
    overflow:auto;
    border-bottom:solid 1px #B7B7B7;
    float:left;
    margin-right:10px;
}
div.itemAppuntamenti {
    padding-top:10px;
    padding-bottom:3px;
    width:528px;
    border-bottom:solid 1px #DADADA;
}
div.itemAppuntamenti img {
   margin-top:4px;
   width:45px;
   height:57px;
   margin-bottom:5px;
}
div.itemAppuntamenti a {
   font-size:12px;
   text-decoration:underline;
}
td.data  {
    color:#F66014;
    font-weight:bold;
    font-size:12px;
}
td.img {   
    width:55px;
}
td.titolo {   
    color:#004682;
    font-weight:bold;
    font-size:12px;
    padding:none;
    vertical-align:top;
}
td.descrizione {   
    color:#8A8A8A;
    font-size:10px;
    text-align:justify;
}
td.descrizione a {   
    color:#F66014;
    text-decoration:underline;
    font-size:10px!important;
}
#divSpotAppuntamenti {
    height:243px;
    float:right;
    background-image:url(../img/bgkSpotHome.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    color:#ffffff;

}
#divSpotAppuntamenti img {
    margin-bottom:5px;

}
#divRollImg {
    height:100px;
    margin-top:10px;
    margin-bottom:2px;
    width:566px;
    float:left;
}
#divRollImg img {
    margin-right:12px;
    float:left;
    border:solid 1px #8A8A8A;
}
div.boxTesto {
    margin-top:6px;
    font-size:12px;
    color:#8A8A8A;
    text-align:justify;
    line-height:16px;
}
div.boxTesto span {
    color:#004682;
    font-weight:bold;
}
div.boxTesto a {
    color:#F66014;
    text-decoration:underline;
}

#divSpot
{
    width:160px;
    height:85px;
    float:right;
    background-image:url(../img/interrogativo.jpg);
    background-repeat:no-repeat;
    background-position:center;
    text-align:center;
    font-size:17px;
    line-height:22px;
    font-weight:bold;
    color:#1A70A6;
    padding-top:7px;
}
#divSpot a
{
    text-decoration:underline;
    color:#F66014;
}