/* GENERAL TAB STYLING */

#tabhead .tabs {
    position: absolute;
    bottom: -1px; /* must be same thickness as tab border */
    left: 5px; /* based on width and padding of logo */
}
#tabhead .tabs td {
    vertical-align: bottom;
    padding-right: 0; /* space between tabs */
    padding-bottom: 1px; /* must be same thickness as tab border */
}
#tabhead .tab a, #tabhead .tab a:visited {
    color: #000000; /* unselected tab text colour */
    font-weight: bold;
    text-decoration: none;
}
#tabhead .tab a:hover {
    color: #666; /* unselected tab text hover colour */
}
#tabhead .tab div {
    background-color: #d8d8d8; /* unselected tab colour */
    padding: 0;
    padding-bottom: 4px;
    padding-top: 5px;
    margin: 0 1px; /* to compensate for border */
}
#tabhead .tab div a {
    padding: 5px 12px;
}
#tabhead .right_tab {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -1px; /* must be same thickness as tab border */
    background: #d8d8d8;
}
#tabhead .right_tab table {
    width: 100%;
}
#tabhead .right_tab td {
    vertical-align: bottom;
    text-align: center;
    border: thin solid #000000;
    padding-right: 0; /* space between tabs */
    padding-bottom: 1px; /* must be same thickness as tab border */
    font-size : 12px;
    font-family : Times New Roman;
    font-weight : bold;
    font-style : normal;
    text-decoration : normal;
}
