/**
 * $Horde: imp/themes/screen.css,v 1.2.2.6 2005/10/13 16:52:16 slusarz Exp $
 */

/* Message list table styles. */
.messageList {
    table-layout: fixed;
    width: 100%;
    background-color: #b6cee4;
}
.messageList tr {
    height: 20px;
}
.messageList th {
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}
.messageList td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.messageList img {
    vertical-align: middle;
}

/* Style for div that fixes KHTML browsers. */
.ohide {
    overflow: hidden;
}

/* Message styles. */
#html-message td {
    padding: 0px;
}

/* Legend styles. */
.mailboxLegend {
    padding: 5px;
}
.mailboxLegend li {
    color: black;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    list-style: none;
    display: inline;
}
.mailboxLegend li div {
    float: left;
    margin-right: 1em;
    line-height: 24px;
}
.mailboxLegend li div div {
    padding: 2px;
    border: none;
    margin-right: .3em;
}

/* Navbar action styling. */

ul.msgactions, ul.msgactions ul {
    list-style: none;
}
.msgactions li {
    float: left;
    padding: 1px 3px;
    border-right: 1px solid #888;
    position: relative;
}
.msgactions li.lastnavbar {
    border-right: 0;
}
.msgactions a.hasmenu {
    padding-right: 11px;
    background: url("graphics/popdown.png") no-repeat center right;
}
.msgactions li a {
    font-size: 90%;
    white-space: nowrap;
}
.folders .msgactions li a {
    font-size: 100%;
}
.msgactions li ul {
    display: none;
    position: absolute;
    left: -1px;
    margin-top: -2px;
    padding: 2px;
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    z-index: 99;
}

.bottomborder .msgactions li ul {
    top: 1.25em;
}
.topborder .msgactions li ul {
    bottom: 1.25em;
}
.msgactions li ul a:hover, .msgactions li ul a:active {
    background: gray;
    color: #fff;      
}               
.msgactions li:hover ul, .msgactions li.hover ul {
    display: block;
}
.msgactions li ul li {
    float: none;        
    padding: 0;    
    border: none;
    display: inline;
}

.msgactions li ul li a {
    display: block;
    padding: 2px;
}
.mboxcontrol {
    color: #000;
    background: #bedbee;
    border-bottom: 1px solid #999;

}
.bottomborder {
    border-bottom: 1px solid #999;
}
.bottombordercollapse {
    border-bottom: 2px solid #999;
}
.topborder {
    border-top: 1px solid #999;
}

#msgheaders {
    clear: left;
}


.widget {               
    font-size: 90%;
}

/* Popdown styles. */
a.popdown {
    cursor: pointer;
    background: url("graphics/popdown.png") no-repeat center center;
    padding-left: 6px;                  
    padding-right: 6px;
}
a.popdown:hover {          
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
} 


.composebody {
    font-family: Courier New, Monospace;
    font-size: 12px;
}
.folders {
    font-size: 12px;
}
.folderselect {
    padding-top: 5px;
}
.seen {
    background-color: #e6f2f9;
}
.seen:hover {
    background-color: #cff5aa;
}
.seen-over {
    background-color: #cff5aa;
}
.deleted * {
    background-color: #d9d9d9;
    text-decoration: line-through;
}
.deleted:hover {
    background-color: #cff5aa;
}
.deleted-over {
    background-color: #cff5aa;
}
.important {
    background-color: #f6d4b0;
}
.important:hover {
    background-color: #cff5aa;
}
.important-over {
    background-color: #cff5aa;
}
.unseen {
    font-weight: bold;
    background-color: white;
}
.unseen:hover {
    font-weight: bold;
    background-color: #cff5aa;
}
.unseen-over {
    background-color: #cff5aa;
}
tr.unseen:hover, tr.unseen-over {
    font-weight: bold;
    background: #cff5aa;
}

.answered {
    background-color: #c7e4f5;
}
.answered:hover {
    background-color: #cff5aa;
}
.answered-over {
    background-color: #cff5aa;
}
.folderunsub {
    font-style: italic;
}
.quotawarn {
    color: black;
    background-color: yellow;
}
.quotaalert {
    color: white;
    background-color: red;
}

/* Pad the addressbook icon in header compose links. */
.addrbookicon {
    vertical-align: middle;
    padding: 1px;
}


/* Pad the addressbook icon in header compose links. */
.addrbookicon {
    vertical-align: middle;
    padding: 1px;
}
