﻿#panelTabsWrapper {
    position: relative;   
}
#cbPanel {
    border: 1px solid #C1C1C1;
    background: #fff;  
    z-index: 1000000; 
    position: absolute;
    top: 25px;
    width: 100%;
}
#tab2 {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    height: 499px;
}
#cbPanel .pnlContent {
    margin: 0px;
}
#tabs {
    margin: 0;
    padding: 0;  
    list-style-type: none;     
    overflow: visible;
    position: relative;
    border: 1px solid #C1C1C1;
    border-bottom: 0;
    background: #fff url(http://img.icbdr.com/images/js/tab_grad.jpg) repeat-x;
    height: 24px;
    line-height: 24px;
    z-index: 1000;
    width: 100%;
}
#tabs li {
    float: left;
    margin: 0;
    padding: 0 10px;    
    border-right: 1px solid #C1C1C1;
    color: #363FB5;
    font-weight: bold;
}
#tabs li a,
#tabs li a:link,
#tabs li a:active,
#tabs li a:visited {
    color: #363FB5;
    border: 0;
    outline: 0;
}
#tabs li.first {
    margin: 0 0 0 10px;  
    border-left: 1px solid #C1C1C1;
}
#tabs li a {
    text-decoration: none;
}
#tabs li:hover {
    text-decoration: underline;   
}
#tabs .selected {
    height: 28px; 
    top: -5px;
    border: 1px solid #C1C1C1;
    background: #fff;
    z-index: 10000;
    left: -1px;
    line-height: 28px;
    color: #f60;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
#tabs .selected a,
#tabs .selected a:link,
#tabs .selected a:active,
#tabs .selected a:visited {
    color: #f60;
    border: 0;
    outline: 0;
}