.tableHeader{
    font-size: 11px;
    color:#999997;  
    text-transform: uppercase;
    background-color: #D6EF4B;
    height: 25px;    
    line-height: 25px;    
}

.tableHeader div{
    text-align: center;
}

#adslListContainer{
    min-height: 200px;
    width: 1450px;
    float:left;
}

.tr{
    height: 25px;
    width: 1450px;
    float:left;
}
.tr:hover{
    background-color: #FFC42B;
}

.td{
    height: 25px;
    line-height: 25px;  
}

.id{
    width: 100px;
    float:left;
    text-align: center;
}
.ip{
    width: 70px;
    float:left;
    text-align: center;
}

.PCID{
    width: 80px;
    float:left;
    text-align: center;
}
.vlan{
    width: 75px;
    float:left;
    text-align: center;
}
.tgu{
    width: 100px;
    float:left;
    text-align: center;
}
.banda{
    width: 80px;
    float:left;
    text-align: center;
}

.cliente{
    width: 100px;
    float:left;
    text-align: center;
    overflow: hidden;
}

.indirizzo{
    width: 150px;
    float:left;
    text-align: center;
    overflow: hidden;
}

.descrizione{
    width: 150px;
    float:left;
    text-align: center;
    overflow: hidden;
}


.note{
    width: 150px;
    float:left;
    text-align: center;
}


.username{
    width: 100px;
    float:left;
    text-align: center;
}
.password{
    width: 100px;
    float:left;
    text-align: center;
    color: white;
}
.links{
    width: 80px;
    float:left;
    text-align: center;    
}