.dynamic-tab-pane-control.tab-pane { 
    position: relative;
    margin: 1em 0px 0px 0px;
    padding: 0pt 8px 0pt 8px;
    border: 0px none;
}

.dynamic-tab-pane-control .tab-row .tab { 
    display: inline;
    float: left;
    position: relative;
    z-index: 1;
    margin: 1px -5px 1px 5px;
    padding: 3px 16px 3px 16px;
    color: inherit;
    background: #FFF;
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}

/* MPP - September 15, 2010 */
.tab-link:hover
{
    color: #C00 !important;
    background: #FFF !important;
}
/*                          */



.dynamic-tab-pane-control .tab-row .tab.selected { 
    position: relative;
    z-index: 3;
    margin: -1px -6px -2px 5px;
    padding: 2px 16px 5px 15px;
    border: 1px solid #CCC;
    border-bottom: 0px none;
    color: inherit;
    background: #FFF;
}

.dynamic-tab-pane-control .tab-row .tab a { 
    /* Making invisible tabs more readable
     * per requests on the public profile
     * 
     * Michael Patterson
     * Feb 12, 2010
     */
    /*color: #CCC;*/
    color: #777;
    background: #FFF;
    text-decoration: none;
}

.dynamic-tab-pane-control .tab-row .hover a {
    color: #C00;
    background: #FFF;
}

.dynamic-tab-pane-control .tab-row .tab.selected a { 
    font-weight: bold;
    color: #2e78df;
    background: #FFF;
}

.dynamic-tab-pane-control .tab-page {
    clear: both;
    position: relative;
    z-index: 2;
    border-top: 1px solid #CCC;
    position: relative;
    top: -2px;
    padding: 12px;
    min-height: 200px;
}

.dynamic-tab-pane-control .tab-row {
    white-space: nowrap;
    color: inherit;
    background: #FFF;
}

.dynamic-tab-pane-control .tab-page {
    border-top: 1px solid #CCC;
    overflow: auto;
    width: 100%;
    height: auto;
}
