/**
 * Icon Styles
 *
 * The following styles add icons to whatever element they are added to.
 * They are used mostly on links but could conceivably be used anywhere.
 *
 */
.accept,
.addFriend,
.addressBook,
.book,
.download,
.edit,
.email,
.externalLink,
.ignore,
.new,
.rating,
.removeFriend,
.sendMessage,
.tag,
.telephone,
.online,
.offline
{
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.accept
{
    background-image: url('../images/icons/tick.png');

}

.addFriend
{
    background-image: url('../images/icons/user_add.png');

}

.addressBook
{
    background-image: url('../images/icons/report.png');
}

.book
{
    background-image: url('../images/icons/book_open.png');

}

.download
{
    background-image: url('../images/icons/download.png');
}

.edit
{
    background-image: url('../images/icons/edit.png');
}

.email
{
    background-image: url('../images/icons/email.png');
}

.externalLink
{
    background-image: url('../images/icons/world_link.png');
}

.ignore
{
    background-image: url('../images/icons/cross.png');

}

.new
{
    background-image: url('../images/icons/new.png');
}

.rating
{
    background-image: url('../images/icons/star.png');
}

.removeFriend
{
    background-image: url('../images/icons/user_delete.png');
}

.sendMessage
{
    background-image: url('../images/icons/email.png');
}

.tag
{
    background-image: url('../images/icons/tag_blue.png');
}

.telephone
{
    background-image: url('../images/icons/telephone.png');
}

.online
{
    background-image: url('../images/icons/user_green.png');

}

.offline
{
    background-image: url('../images/icons/user_red.png');

}
