BODY {
    font-family: Verdana, Tahoma, Arial, serif;
    color: Black;
    margin: 0px;
    padding: 0px;
    height: 97%;
    background-color: White;
    background-image: none;
}
BODY.xMas {
    font-family: Verdana, Tahoma, Arial, serif;
    color: Black;
    margin: 0px;
    padding: 0px;
    height: 97%;
    background-color: White;
    background-image: url(../images/fiocco.jpg);
}
BODY.easter {
    font-family: Verdana, Tahoma, Arial, serif;
    color: Black;
    margin: 0px;
    padding: 0px;
    height: 97%;
    background-color: White;
    background-image: url(../images/easter.jpg);
}
.rowResult{
    width: 100%;
    height: 60%;
    overflow:auto;
}
.news{
    height: 30%;
    width: 95%;
    text-align: left;
    font-size: 13px;
    overflow: auto;
}
.newsHome{
    height: 100%;
    width: 92%;
    font-size: 13px;
    padding-left:10px;
}
.backgroundNews{
    background-image: url(../images/bg_minibasket.jpg);
    color: white;
    vertical-align: middle;
}

.backgroundMainEvent{
    background-image: url(../images/bg_mainevent.jpg);
    color: black;
    vertical-align: middle;
}
.borderLeftNews{border-left: thin solid red;}
.borderRightNews{border-right: thin solid red;}

.borderLeftMainEvent{border-left: thin solid yellow;}
.borderRightMainEvent{border-right: thin solid yellow;}
#tabellaOrari{
		 width:610px;
		 position: absolute;
		 display:none;
		 top:10px;
		 left: 100px;
		 z-index:50;
		 padding:10px 10px 10px 10px;
}
