/* IB */

table.tntable {
        background: #FBFDFF;
        border: 1px solid #aaaacc;
        padding: 2px;
        font-family: Arial;
    font-size: 12px;
}

table.userTable {
        width: 520px;
        background: #FBFDFF;
        border: 1px solid #aaaacc;
        font-family: Arial;
    font-size: 12px;
}

table.thumbnailtable {
    width: 520px;
}

.menuitem {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #3333f0;
    text-decoration: none;
    line-height: 12px;
}

.submenuitem {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #3333f0;
    text-decoration: none;
    line-height: 12px;
}

.menuitem:hover {
    color: #5555ff;
    text-decoration: none;
}

table.previewtable {
}

