/**
 * $Horde: imp/themes/bluewhite/screen.css,v 1.1.10.2 2005/10/18 12:14:13 jan Exp $
 */

.folders {
    font-size: 11px;
}
.answered {
    background: #aca;     
}

.deleted {
    /* OSC
    background: #999; */
    background: #fff;
}
tr.deleted:hover, tr.deleted-over {
    /* OSC
    background: #777; */
    background: #eee;
}
.important {
    background: #fcc;
}
tr.important:hover, tr.important-over {
    background: #faa;
}
.unseen {
    /* OSC
    background: #ded; */
    background: #fff;
}
tr.unseen:hover, tr.unseen-over {
    /* OSC 
    background: #cdc; */
    background: #eee;
}
.answered {
    /* OSC
    background: #cfc; */
    background: #fff;
}
tr.answered:hover, tr.answered-over {
    /* OSC 
    background: #9e9; */
    background: #eee;
}

/* OSC */
.mailboxLegend {
  background-color: #6389CD;
  padding: 5px 10px;
}
/* OSC */
.mailboxLegend li {
  color: white;
}

/* OSC */
#menu{
  margin-bottom: 0;
}

/* OSC */
.leftAlign a,
.rightAlign a {
  margin: 0 10px;
}

/* OSC */
.leftAlign em,
.leftAlign strong {
  margin-left: 10px;
}
