.tabBox .tabs {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: -1px;
    height: 2.25em;
}

#cvedit_tabs.tabBox .tabs {
    padding: 0;
}

#cvedit_tabs.tabBox .tabs .jix_tab_0 {
    padding-left: 0;
}

.tabBox .tabs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: .3em .3em 0;
    height: 2em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
    box-sizing: content-box;
}

.tabBox .tabs li.selected {
    z-index: 3;
}

.tabBox .tabs a {
    float: left;
    height: 2em;
    line-height: 2em;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: #EEE;
    border: 1px solid #CCC;
    border-bottom: 0;
    padding: 0 10px;
    color: #003269;
    text-decoration: none;
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#fff), to(#ebebeb));
    background: -moz-linear-gradient(#fff, #ebebeb 70%);
    background: linear-gradient(#fff, #ebebeb 70%);
    -pie-background: linear-gradient(#fff, #ebebeb 70%);
    behavior: url(/css/PIE.htc);
}

#cvedit_tabs.tabBox .tabs a {
    padding: 0 14px;
}

.tabBox .tabs .selected a {
    background: #FFF;
//    -webkit-box-shadow: #CCC 0 0 .25em;
//    -moz-box-shadow: #CCC 0 0 .25em;
//    box-shadow: #CCC 0 0 .25em;
     color: #b4101b;
}

.jix_design_safari .tabBox .tabs .selected a {
    color: #eb850f;
}

.tabBox .tabs a:hover {
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#ebebeb), to(#FFF));
    background: -moz-linear-gradient(#ebebeb, #FFF 70%);
    background: linear-gradient(#ebebeb, #FFF 70%);
    -pie-background: linear-gradient(#ebebeb, #FFF 70%);
}

.tabBox .content {
    clear: left;
    position: relative;
    z-index: 2;
    padding: 2em 12px;
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
//    -webkit-box-shadow: #CCC 0 0 .25em;
//    -moz-box-shadow: #CCC 0 0 .25em;
//    box-shadow: #CCC 0 0 .25em;
    behavior: url(/css/PIE.htc);
}

#cvedit_tabs.tabBox .content {
    padding: 35px;
}

/* Added by Jobindex */
#cvedit_tabs.tabBox .content > div.jix_tab_content,
div.jix_analysis .content > div.jix_tab_content {
    display: none;
}

#cvedit_tabs.tabBox .content > div.jix_tab_content {
    min-height: 500px;
}

#cvedit_tabs.tabBox .content > div.jix_tab_content.selected,
div.jix_analysis .content > div.jix_tab_content.selected {
    display: block;
}

.jix_companyindex_companyprofile.tabBox .content > div {
    display: none;
    min-height: 500px;
}

.jix_companyindex_companyprofile.tabBox .content > div.selected {
    display: block;
}

td.jix_wf_tabs .tabBox .content {
    width: 600px;
}

td.jix_wf_tabs_sidebar {
    width: 300px; 
    padding-right: 14px;
}
	
.tabBox .tabs {
    font-size: 16px;
    font-weight: bold;
}

#cvedit_tabs.tabBox .tabs {
    font-size: 13px;
}

td.jix_wf_tabs_sidebar {
    vertical-align: top;
    padding-top: 39px;
}

.jix_sidebar_content_box {
    border: 1px solid #CCC;
    margin-bottom: 20px;
    padding: 8px 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

table.jix_wf_tabs_outer {
    margin-bottom: 25px;
}
