@import url("feed_html.css");

HTML, BODY {
    font-family: Verdana, Arial, Helvetica, sans;
    background-color: #EFEFEF;
}

P, LI {
    text-align: justify;
}

A {
    text-decoration: none;
    color: black;
}

IMG {
    border: 0px;
}

DIV.titolo {
    padding-top: 1em;
    font-weight: bold;
    border-bottom: solid 1px #C0C0C0;
}

.tag TD {
    width: 50%;
    font-size: 8pt;
}

TD {
    font-family: Verdana, Arial, Helvetica, sans;
    vertical-align: top;
/*    font-size: 8pt;*/
}

THEAD TD {
    font-weight: bold;
    font-size: 10pt;
}

#listona TD {
    background-color: white;
    text-align: left;
    vertical-align: top;
    font-size: 8pt;
}

#listona TR.pari TD {
    background-color: #EFEFEF;
}

#listona IMG {
    border: solid 1px black;
    width: 50px;
    height: 50px;
}

#listona IMG.rss {
    border: 0px;
    width: 37px;
    height: 14px;
}

TABLE.news {
    border-spacing: 0px;
    border-collapse: collapse;
}

TABLE.news TD {
    border: solid 1px #A0A0A0;
    white-space: nowrap;
    overflow: hidden;
}

.tooltip {
    display: none;
    position: absolute;
    margin: -3px 0 0 -3px;
    background-color: #E0E0E0;
    border: solid 1px #A0A0A0; 
    padding: 2px;
}

:hover > .tooltip {
    display: block;
    /* meglio usare "visiblity: hidden/visible;"? */
}
