﻿/* ---------------- main menu -------------------- */
#center-top
{
    height: 89px;
}
#center-top TABLE
{
    width: 100%;
    height: 89px;
    background-image: url(images/center-top-bg.jpg);
    background-repeat: repeat-x;
}
#center-top TD.top-left
{
    width: 89px;
    height: 89px;
    background-image: url(images/center-top-left.jpg);
    background-repeat: no-repeat;
}
#center-top TD.top-center
{
    background-image: url(images/center-top-center.jpg);
    background-repeat: no-repeat;
}
#center-top TD.top-right
{
    width: 89px;
    height: 89px;
    background-image: url(images/center-top-right.jpg);
    background-repeat: no-repeat;
}
#center-top TABLE.clear
{
    width: 0px;
    height: 0px;
    background-image: none;
}
/* ---------- pannello amministratore ----------------*/
#center-top TD.top-center DIV
{
    margin-top: 25px;
}
#center-top TD.top-center DIV SPAN
{
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px;
}
#center-top TD.top-center DIV A
{
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin-left: 10px;
    border: solid 1px #dde0e5;
    background-color: #dde0e5;
    color: #9c341b;
    font-weight: 700;
}
