span.mailshot-has-recipients {
    background: transparent url(images/icon-user-has.png) no-repeat scroll left top;
    font-size: 0.8em;
    padding: 0 0 5px 35px;
    text-decoration: none;
}

span.mailshot-no-recipients {
    background: transparent url(images/icon-user-none.png) no-repeat scroll left top;
    font-size: 0.8em;
    padding: 0 0 5px 35px;
    text-decoration: none;
}

span.progress-1 {
    background: url(images/icon-mailshot-progress-1.png) no-repeat center center;
    display:inline-block;
    width:40px;
    height: 18px;
}
span.progress-2 {
    background: url(images/icon-mailshot-progress-2.png) no-repeat center center;
    display:inline-block;
    width:40px;
    height: 18px;
}
span.progress-3 {
    background: url(images/icon-mailshot-progress-3.png) no-repeat center center;
    display:inline-block;
    width:40px;
    height: 18px;
}

a.delete {
    text-indent: -9999px;
    display: block;
    background: url(images/icon-table-delete.png) no-repeat center top;
    height: 19px;
}

a.dispatch-not-ready {
    background: url(images/icon-mailshot-dispatch-not-ready.gif) no-repeat center top;
    display:block;
    width:40px;
    height: 18px;
}

a.dispatch-ready {
    background: url(images/icon-mailshot-dispatch-ready.gif) no-repeat center top;
    display:block;
    width:40px;
    height: 18px;
}

a.has-content {
    background: url(images/icon-mailshot-has-content.png) no-repeat center top;
    display:block;
    width:40px;
    height: 18px;
}

a.no-content {
    background: url(images/icon-mailshot-no-content.png) no-repeat center top;
    display:block;
    width:40px;
    height: 18px;
}

a.scheduled {
    background: url(images/icon-dispatch-scheduled.png) no-repeat center top;
    display:block;
    width:40px;
    height: 18px;
}

a.mailshot-report {
    background: url(images/icon-reports.png) no-repeat center top;
    display:block;
    width:40px;
    height: 18px;
}

a.mailshot-preview {
    text-indent: -9999px;
    display: block;
    background: url(images/icon-mailshot-preview.gif) no-repeat center top;
    height: 19px;
}

a.mailshot-report.mailshot-status-queued-send {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}