.tabbed-blue {
    background: none;
}

table.tabbed-blue-table,
table.tabbed-blue-table td
{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

table.tabbed-blue-table .tabbed-blue-tab {
    text-decoration: none;
    display: block;
}

table.tabbed-blue-table {
    width: 10px;
    margin: 0px 0px 0px 20px;
    border: none;
}

table.tabbed-blue-table td {
    vertical-align: bottom;
    border-left: 1px solid white;

}

.tabbed-blue .tabbed-blue-top {
    cursor: pointer;
    background-image: url(images/bgd_tab_blue.gif);
    height: 22px;
    width: 150px;
    display: block;
}

.tabbed-blue .tabbed-blue-top-content {
    margin-bottom: -1px;
    height: 18px;
    padding: 3px 0px 2px 2px;
    color: white;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    display: block;
}

.tabbed-blue .tabbed-blue-top-select {
    background-image: url(images/bgd_tab_blue_select.gif);
    height: 22px;
    width: 150px;
}

.tabbed-blue .tabbed-blue-top-content-select {
    margin-bottom: -1px;
    height: 18px;
    padding: 3px 0px 2px 2px;
    color:  #0066C5;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
}

.tabbed-blue .tabbed-blue-sheet {
    background-color: #DDF0FE;
    background-repeat: repeat-y;
    overflow: visible;
}

.tabbed-blue-sheet .tabbed-blue-container {
    padding: 20px 0px 0px 0px;
}



