.tabBox_panelContainer { 
clear: left; 
border-left: 1px solid #ccc; 
border-right: 1px solid #ccc; 
border-bottom: 1px solid #ccc;
border-top: 2px solid #eb8814;
text-align: center;
}

.tabBox_tabContainer{ 
height: 30px; 
}

.tabBox_tab { 
float: left;
}

.tabBox_tab div { 
float: left; 
height: 30px;  
cursor: pointer; 
overflow: hidden;
}

.tabBox_tabMiddleInactive {
width: 141px; 
background: url(/images/analysis/bg_tab_inactive.gif) no-repeat bottom left; 
line-height: 30px;
}

.tabBox_tabMiddleActive { 
width: 141px; 
background: url(/images/analysis/bg_tab_active.gif) no-repeat bottom left; 
line-height: 30px;
color: #fff;
}

.tabBox_tabTitle { 
font-weight: bold; 
padding: 0 10px;
}
