  .dhtmlgoodies_tabPane{
    height:26px;  /* Height of tabs */
    width: 100%;
    padding-left: 5px;
  }
  .dhtmlgoodies_aTab{
    border-left: 0px;
    font-family: Arial, sans-serif;
    padding:0px;    
    background-color: #FFFFFF;
  }
  .dhtmlgoodies_tabPane DIV{
    float:left !important;
    height:26px;  /* Height of tabs */
    padding-left:3px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:bottom left;
    cursor:pointer;
    position:relative;
    bottom:-1px;
    margin-left:0px;
    margin-right:0px;
  }
  .dhtmlgoodies_tabPane .tabActive{
    background-image:url('/_img/tab-view/tab_left_active.gif');
    margin-left:0px !important;
    margin-right:0px !important; 
    z-index:10; 
    width: auto;
  }
  .dhtmlgoodies_tabPane .tabInactive{
    background-image:url('/_img/tab-view/tab_left_inactive.gif');
    margin-left:0px !important;
    margin-right:0px !important;
    z-index:1;
    width: auto;
  }

  .dhtmlgoodies_tabPane .inactiveTabOver{
    background-image:url('/_img/tab-view/tab_left_over.gif');
    margin-left:0px !important;
    margin-right:0px !important;
    width: auto;
  }
  .dhtmlgoodies_tabPane span{
    font-family:arial;
    vertical-align:middle;
    font-size:11px;
    padding-left:3px;
    padding-right:3px;    
    line-height:26px;
    float:left !important;
    height: 26px;
  }
  .dhtmlgoodies_tabPane .tabActive span{
    padding-bottom:1px;
    line-height:20px;
  }
  
  .dhtmlgoodies_tabPane img{
    float:left;
  }
