﻿.usersandgroups-user,
.usersandgroups-group,
.usersandgroups-privilege,
.usersandgroups-locked,
.usersandgroups-new,
.usersandgroups-needsconfirmation {
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    padding-left: 18px;
    white-space: nowrap;
    position: relative;
}

.usersandgroups-user 
{
    background-image: url('../images/user.png');
}

.usersandgroups-group
{
    background-image: url('../images/group.png');
}

.usersandgroups-privilege {
    background-image: url('../images/shield.png');
}

.usersandgroups-locked {
    background-image: url('../images/delete.png');
}

.usersandgroups-new {
    background-image: url('../images/star.png');
}

.usersandgroups-needsconfirmation {
    background-image: url('../images/key.png');
}
