
/* TAB ELEMENTS */

.pf-tabs-001 {
    float: left;
    width: 100%;
    line-height: normal;
    background-image: url(/cmscore/images/tabs/xp/tabs_bg.gif);
}

.pf-tabs-001-upper {
    background-image: none;
}

.pf-tabs-001 ul {
    margin: 0;
    padding: 0 0 0;
    list-style: none;
}

.pf-tabs-001 li {
    float: left;
    background: url(/cmscore/images/tabs/xp/tab_bg.gif) no-repeat left top;
    margin: 0;
    margin-left: 0;
    margin-right: 2px;
    padding: 0 0 0 10px;
    line-height: 18px;
}

.pf-tabs-001 li.current {
    background: url(/cmscore/images/tabs/xp/tab_sel_bg.gif) no-repeat left top;
    margin-right: 2px;
}

.pf-tabs-001 span {
    float: left;
    display: block;
    background: url(/cmscore/images/tabs/xp/tab_end.gif) no-repeat right top;
    padding: 0px 10px 0 0;
}

.pf-tabs-001 .current span {
    background: url(/cmscore/images/tabs/xp/tab_sel_end.gif) no-repeat right top;
}

.pf-tabs-001 a {
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 10px;
}

.pf-tabs-001 a:link, .tabs a:visited, .tabs a:hover {
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: black;
}

.pf-tabs-001 a:hover {
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #0066FF;
}

.pf-tabs-001 .current {

}

.pf-tabs-001 .current a, .tabs .current a:link, .tabs .current a:visited {

}

/* PANEL WRAPPER */

.pf-tabs-001-panel-wrapper div.panel {
    display: none;
}

.pf-tabs-001-panel-wrapper div.current {
    display: block;
    width: 100%;
    /*height: 350px;*/
    overflow: auto; /* Should be auto but that breaks Safari */
}

.pf-tabs-001-panel-wrapper {
    border: 1px solid #919B9C;
    border-top: 0px;
    padding: 10px;
    padding-top: 5px;
    clear: both;
    background-color: white;
}

fieldset.tab-system-001 {
    border: 1px solid #919B9C;
    padding: 0;
    margin: 0;
    padding: 4px;
    margin-bottom:4px;
}

legend.tab-system-001 {
    font-family: Verdana, Arial;
    color: #2B6FB6;
    font-weight: bold;    
    font-size:12px;
    /*font-size:20px;   Use 20px with Icons*/
}

/* TAB SYSTEM ACTIONS */

.tab-system-001-actions {
    margin-top: 7px;
}
