/**
 * THEME     WPS - Sober
 * VERSION   2004-11-15
 * 
 * AUTHOR    Mats Djärf <md@webbplatsen.se>
 *           WebbPlatsen i Sverige AB
 *           www.webbplatsen.se
 *
 * NOTE      styles marked with "???" means that I have not
 *           figured out were to use it ;)
 * 
 *           Please contact the theme's author for any missing style.
 * 
 * You will find more themes at http://www.w8.se/horde/
 *
 */ 


/**
 * MESSAGE LIST
 */

/* Table */
.messageList {
    table-layout : fixed;
    width        : 100%;
}

/* Rows */
.messageList tr {
    height : 20px;
}

/* Column headers */
.messageList th {
    text-align     : left;
    vertical-align : middle;
    cursor         : pointer;
    white-space    : nowrap;
}


.messageList td {
    white-space   : nowrap;
    overflow      : hidden;
    text-overflow : ellipsis;
}
.messageList img {
    vertical-align: middle;
}

/* 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;
}
.mailboxLegend li div div {
    padding: 2px;
    border: 1px solid #666666;
    margin-right: .3em;
}

/* Textarea were you compose a message */
.composebody {
    font-family: Courier New, Monospace;
    font-size: 9pt;

}

.folders {
    font-size: 11px;
}
.seen {
    background-color: white;
}
.seen:hover {
    background-color: #f3f3f3;
}
.seen-over {
    background-color: #f3f3f3;
}
.deleted {
    background-color: #CCC;
}
.deleted:hover {
    background-color: #BBB;
}
.deleted-over {
    background-color: #BBB;
}
.important {
    background-color: #ffcccc;
}
.important:hover {
    background-color: #ffaaaa;
}
.important-over {
    background-color: #ffaaaa;
}
.unseen {
    background-color: #DEE8F8;
}
.unseen:hover {
    background-color: #C7D8F3;
}
.unseen-over {
    background-color: #C7D8F3;
}
.answered {
    background-color: #ccffcc;
}
.answered:hover {
    background-color: #99ee99;
}
.answered-over {
    background-color: #99ee99;
}
.folderunsub {
    font-style: italic;
}
.quotawarn {
    color: black;
    background-color: yellow;
}
.quotaalert {
    color: white;
    background-color: red;
}

table {
    border: none;
}

