/* Pontemagra.com Style Sheet Usato                   */
/* Copyright (C) 2000-2008 Nautica Ponte Magra s.n.c. */

h1 { color: #a3a073; }

/* mainMenu */

#mainMenu {
    border-top: 3px solid #dda;
    border-bottom: 1px solid #ccc;
    background: #f5f5dd;
}

#mainMenu a {
    color: black;
    display: block;
    border: 1px solid #dda;
    padding: 6px;
    text-decoration: none;
}

#mainMenu a:hover {
    color: white;
    border: 1px solid #ccc;
    background: #dda;
}

/* adList */

table.adList { font-size: small; }

table.adList th {
    background: #f5f5dd;
    color: black;
    font-size: small;
    font-weight: normal;
    text-align: left;
}

table.adList td {
    border-bottom: 1pt solid #eee;
    font-size: 85%;
}

table.adList td.withColor { background: #eee; }


/* Messaggi */

th.message-title {
    background: #f5f5dd;
    color: black;
    font-size: small;
    font-weight: normal;
    text-align: left;
    border: 1px solid #ccc;
}

.message-border { border: #06c 1pt solid; }
th.message { background: #f5f5dd; border: 1px solid #ccc; color: #000; font-weight: normal; text-align:left; font-size: small; }
td.message { background: #f6f6f6; color: #000;  }
td.message-read { background: #dddddd; color: #000; }
td.message-left0 { background: #f3f3f3; color: #000; }
td.message-left1 { background: #ececec; color: #000; }
td.message-right0 { background: #fcfcfc; color: #000; }
td.message-right1 { background: #f6f6f6; color: #000; }
td.index { background: #f5f5dd; border: 1px solid #ccc; color: #000; }
td.message-separator { background: #06c; }


