/**
 * $Horde: imp/themes/rtl.css,v 1.1.2.5 2008/03/09 00:52:01 jan Exp $
 * S.Niksefat & C.Mortezania in Amirkabir MetaNET Ltd.
 */

/* Align styles, added for BC. */
.leftAlign {
    text-align: right;
}
.rightAlign {
    text-align: left;
}

.leftFloat {
    float: right;
}
.rightFloat {
    float: left;
}

/* Message list table styles. */
.messageList th {
    text-align: right;
}

/* Navbar action styling. */
.msgactions li {
    float: right;
    border-right: 0;
    border-left: 1px solid #888;
}
.msgactions li.lastnavbar {
    border-left: 0;
}
.msgactions a.hasmenu {
    padding-right: 0;
    padding-left: 11px;
    background-position: center left;
}
.msgactions li ul {
    left: auto;
    right: -1px;
}

#msgheaders {
    clear: right;
}

/* Based on the Mozilla default defintions */
#html-message blockquote[type="cite"] {
    padding-left: 0;
    padding-right: 1em;
}

/* Pad the addressbook icon in header compose links. */
.msgheader img {
    padding: 1px 2px 1px 1px;
}

/* Redbox styles. */
#RB_window {
    text-align: right;
}
