.tabList
{
  
}

.tab
{
    border-right: 1px solid #777;
    cursor: pointer;
    float: left;
    font-size: 14px;
   color:#777;
    height: 22px;
    padding: 5px 20px;
        
   
}

.tab:first-child
{
    border-top-left-radius: 5px;
}

.tabTarget
{
   
}

.tab.selected
{
    background-color: #fff;
    color: #000;   
}

.module.tabHolder
{
    background-color: transparent;
    padding-bottom: 20px;
}

.fL
{
    float:left;   
}

.spacer.tall10
{
    height: 10px;   
}