/**
 * Onetel theme.
 */

/* Message list table styles. */
.messageList th {
    border-bottom: 2px solid #b4d002;
}
.messageList td {
    height: 30px;
    border-bottom: 1px solid #b4d002;
    margin: 2px;
}

/* Legend styles. */
.mailboxLegend li div div, .mailboxLegend li div div:hover {
    background-color: transparent;
}

.seen {
    background-color: #ffffff;
    margin-top: 2px;
}
.seen:hover {
    background-color: #eeff77;
}
.seen-over {
    background-color: #eeff77;
}
.deleted {
    background-color: #ffffff;
}
.deleted:hover {
    background-color: #eeff77;
}
.deleted-over {
    background-color: #eeff77;
}
.important {
    background-color: #ffffff;
}
.important:hover {
    background-color: #eeff77;
}
.important-over {
    background-color: #eeff77;
}
.unseen {
    background-color: #ffffff;
}
.unseen:hover {
    background-color: #eeff77;
}
.unseen-over {
    background-color: #eeff77;
}
.answered {
    background-color: #ffffff;
}
.answered:hover {
    background-color: #eeff77;
}
.answered-over {
    background-color: #eeff77;
}

