.IccProfileListe
{
    padding-left:            30px;
}


.IccProfileListe table
{
    border-collapse:        collapse;
    border:                 1px solid #666;
    width:                  650px;
    margin:                 10px 2px;
}

.IccProfileListe table tr,
.IccProfileListe table td,
.IccProfileListe table th
{
    border:                 1px solid #666;
    padding:                10px;
}

.IccProfileListe table th
{
    background-color:       #454545;
    color:                  #fff;
}

.IccProfileListe table .odd
{
    background-color:       #eee;
}

.toTopLink
{
    font-size:              12px;
    float:                  right;
}

