
#links{
    height: 30px;
    text-align: center;
}
#links div{
    height: 30px;
    width: 100px;
    float: left;
    text-align: center;
    vertical-align: text-bottom;
    position: relative
}
#links div img{
    height: 40px;
}
.backFoto{
    background-image: url(../images/minibasket/pergamena.gif);
    background-repeat: no-repeat;
    width: 700px;
    height: 500px;
}
.contenutoSup{
    background-image: url(../images/minibasket/tab_not_selected.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
.tabSelected{
    background-image: url(../images/minibasket/tab_selected.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    color: White;
}
.calendario th{
    background-color: Red;
    color: White;
}
.calendario td{
    border-right-color: Red;
    border-right-style: solid;
    border-right-width: thin;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}
.calendarioGreen th{
    background-color: Red;
    color: White;
}
.calendarioGreen td{
    border-right-color: Red;
    border-right-style: solid;
    border-right-width: thin;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}



