.meeting {
    float: left;
    width: 16px;
    height: 16px;
    background: url('/ods/receipt/icons/meeting.gif') no-repeat;
    cursor: pointer;
}

.vote {
    float: left;
    width: 16px;
    height: 16px;
    background: url('/ods/receipt/icons/meeting.gif') no-repeat;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.priority {
    color: red;
    margin-right: 2px;
}

#img.alert {
    width: 15px;
    height: 15px;
}

body table tr td a.receipt, .cyan-table-cell .cyan-table-left a.receipt {
    color: blue;
    margin-right: 4px;
}

body table tr td a.receipt:hover, .cyan-table-cell .cyan-table-left a.receipt:hover {
    color: red;
}
.tag {
    color: #ef3333;
    margin-right: 2px;
}