/* Created by Marc Rolli    */
/* last modified 06.02.2010 */

/* content */
.title { 
    font-size: 14px;
    font-weight: 600;
    }
ul br { display:none; }

.upd { font-size: 9px; }
span.upd a:link { font-size: 9px; }

.th {
    background-color: #CC0000;
    color: #FFFFFF;
    }

.odd {
    background-color: #EEEEEE;
    }
.even {
    background-color: #DDDDDD;
    }

/* tables */
table.tablesorter {
    /* font-family: Helvetica,Arial; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0pt 15px;
    /* font-size: 9pt; */
    font-size: 11px;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    border-right: 1px solid #FFF;
    /* font-size: 9pt; */
    font-size: 11px;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #DDDDDD;
    vertical-align: top;
    }
table.tablesorter tbody tr.odd td {
    background-color: #EEEEEE;
    }
table.tablesorter thead tr .headerSortUp {
    background-image: url(images/asc.gif);
    }
table.tablesorter thead tr .headerSortDown {
    background-image: url(images/desc.gif);
    }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    }
thead th { 
    background-color: #CC0000;
    color: #FFFFFF; 
    /* border-bottom: 2px solid #066; */
    }


/* --- special --- */
ul br { display:none; }

/* --- iphone --- */
.no_iphone { display:none; }
.iphone { display:block; }
