#tablist
{
    padding: 3px 0px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: bold 11px Verdana;
}
#tablistrecerca
{
    padding: 3px 0px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: bold 11px Verdana;
}

#tablist li
{
    list-style: none;
    display: inline;
    margin: 0;
}
#tablistrecerca li
{
    list-style: none;
    display: inline;
    margin: 0;
}

#tablist li a
{
    padding: 3px 10px;
    margin-left: 0px;
    border: 1px solid #778;
    border-bottom: none;
    background: white;
}
#tablistrecerca li a
{
    padding: 3px 68px;

    border: 1px solid #778;
    border-bottom: none;
    background: white;
}

#tablist a:link
{
    color: navy;
    text-decoration: none;
    background: gainsboro;
}
#tablistrecerca a:link
{
    color: navy;
    text-decoration: none;
    background: gainsboro;
}

#tablist li a.current
{
    background: white;
}
#tablistrecerca li a.current
{
    background: white;
}

#tabcontentcontainer
{
    width: 491px;
    /* Insert Optional Height definition here to give all the content a unified height */
    padding: 5px 0 0 5px;
    /*border: 1px solid black;*/
}

.tabcontent
{
    display:none;
}
