td.tab-silver {
    background-image: url('../../uk/content/v4.1/tab_silver.gif');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    width: 100px;
    padding-bottom: 2px;
    padding-top: 3px;
    cursor: pointer;
}

td.tab-silver A,
td.tab-silver A:visited,
td.tab-silver A:hover {
    color:#444444;
    text-decoration:none;
}

td.tab-silver-disabled {
    background-image: url('../../uk/content/v4.1/tab_silver.gif');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    width: 100px;
    padding-bottom: 2px;
    padding-top: 3px;
    cursor: default;
    color: #999999;
}

td.tab-gold {
    background-image: url('../../uk/content/v4.1/tab_gold.gif');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    width: 100px;
    padding-bottom: 2px;
    padding-top: 3px;
    cursor: pointer;
}

td.tab-gold A,
td.tab-gold A:visited,
td.tab-gold A:hover {
    color:#444444;
    text-decoration:none;
}

td.tab-gold-no-link {
    background-image: url('../../uk/content/v4.1/tab_gold.gif');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    width: 100px;
    padding-bottom: 2px;
    padding-top: 3px;
    cursor: default;
}

