Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
skins/larry/mail.css
@@ -2,21 +2,19 @@
 * Roundcube webmail styles for the Email section
 *
 * Copyright (c) 2012, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
 * License. It is allowed to copy, distribute, transmit and to adapt the work
 * by keeping credits to the original autors in the README file.
 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
 *
 * $Id$
 */
#mailview-left {
   position: absolute;
   top: 0;
   left: 0;
   width: 220px;
   width: 200px;
   bottom: 0;
   z-index: 2;
}
@@ -24,42 +22,47 @@
#mailview-right {
   position: absolute;
   top: 0;
   left: 232px;
   left: 212px;
   right: 0;
   bottom: 0;
   z-index: 3;
}
#mailview-top {
   position: absolute;
   top: 42px;
#mailview-right.fullwidth {
   left: 0;
   width: 100%;
   bottom: 28px;
}
#mailview-top.fullheight {
   border-radius: 4px 4px 0 0;
#mailview-top {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0px;
}
html.ie #mailview-top {
   overflow: visible; /* fixes display issues of fixed list header in IE */
}
#mailview-bottom {
   display: none;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 26px;
   right: 0;
   height: 0;
   border-radius: 4px;
   border-top: none;
}
#folderlist-header {
   width: 100%;
   height: 12px;
   top: 32px;
#composeview-right #mailview-bottom {
   border-radius: 0 0 4px 4px;
}
#mailboxcontainer,
#messagelistcontainer {
   position: absolute;
   top: 42px;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 0;
@@ -69,6 +72,12 @@
   top: 0;
   bottom: 30px;
   overflow: auto;
}
/* Real browsers accept this (not IE) */
html>/**/body #messagelist {
   overflow: auto;
   overflow-x: hidden;
}
#messagelistfooter {
@@ -84,12 +93,9 @@
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#c6c6c6));
   background: -o-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: -ms-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: linear-gradient(to bottom, #ebebeb 0%, #c6c6c6 100%);
   border-radius: 0 0 4px 4px;
}
#mailview-top.fullheight #messagelistfooter {
   border-radius: 0;
   white-space: nowrap;
}
#messagelistfooter.rightalign {
@@ -131,159 +137,41 @@
   background-position: -26px -497px;
}
#mailboxlist li.mailbox {
   position: relative;
   background-repeat: no-repeat;
   background-position: 6px 2px;
#mailboxlist > li:first-child {
   border-top: 0;
}
#mailboxlist li.mailbox a {
   padding-left: 36px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   background-image: url(images/listicons.png);
   background-repeat: no-repeat;
   background-position: 6px 3px;
html.mozilla #mailboxlist > li:first-child {
   border-radius: 4px 4px 0 0;
}
#mailboxlist li.mailbox.unread a {
.folderlist li.mailbox.unread > a {
   padding-right: 36px;
}
#mailboxlist li.mailbox.selected > a {
   background-position: 6px -21px;
}
#mailboxlist li.mailbox.inbox > a {
   background-position: 6px -189px;
}
#mailboxlist li.mailbox.inbox.selected > a {
   background-position: 6px -213px;
}
#mailboxlist li.mailbox.drafts > a {
   background-position: 6px -238px;
}
#mailboxlist li.mailbox.drafts.selected > a {
   background-position: 6px -262px;
}
#mailboxlist li.mailbox.sent > a {
   background-position: 6px -286px;
}
#mailboxlist li.mailbox.sent.selected > a {
   background-position: 6px -310px;
}
#mailboxlist li.mailbox.junk > a {
   background-position: 6px -334px;
}
#mailboxlist li.mailbox.junk.selected > a {
   background-position: 6px -358px;
}
#mailboxlist li.mailbox.trash > a {
   background-position: 6px -382px;
}
#mailboxlist li.mailbox.trash.selected > a {
   background-position: 6px -406px;
}
#mailboxlist li.mailbox.archive > a {
   background-position: 6px -1699px;
}
#mailboxlist li.mailbox.archive.selected > a {
   background-position: 6px -1723px;
}
#mailboxlist li.unread {
.folderlist li.unread {
   font-weight: bold;
}
#mailboxlist li.virtual > a {
   color: #aaa;
}
#mailboxlist li.recent > a {
.folderlist li.recent > a {
   color: #017cb4;
}
#mailboxlist li.mailbox ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border-top: 1px solid #bbd3da;
}
#mailboxlist li.mailbox ul li {
   padding-left: 26px;
}
#mailboxlist li.mailbox ul li a {
   background-position: 6px -93px;
}
#mailboxlist li.mailbox ul li.selected > a {
   background-position: 6px -117px;
}
#mailboxlist li.mailbox ul li:last-child {
   border-bottom: 0;
}
#mailboxlist li.mailbox div.collapsed,
#mailboxlist li.mailbox div.expanded {
   position: absolute;
   top: 13px;
   left: 19px;
   width: 13px;
   height: 13px;
   background: url(images/listicons.png) -3px -144px no-repeat;
   cursor: pointer;
}
#mailboxlist li.mailbox div.expanded {
   background-position: -3px -168px;
}
#mailboxlist li.mailbox.selected > div.collapsed {
   background-position: -23px -144px;
}
#mailboxlist li.mailbox.selected > div.expanded {
   background-position: -23px -168px;
}
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
   left: 43px;
   top: 14px;
}
#mailboxlist li.mailbox .unreadcount {
.folderlist li.mailbox .unreadcount {
   position: absolute;
   top: 3px;
   right: 6px;
   min-width: 1.8em;
   line-height: 15px;
   padding: 2px 4px;
   background: #82acb5;
   background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
   background: -o-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: -ms-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: linear-gradient(to bottom, #82acb5 0%, #6a939f 100%);
   box-shadow: inset 0 1px 1px 0 #536d72;
   -o-box-shadow: inset 0 1px 1px 0 #536d72;
   -webkit-box-shadow: inset 0 1px 1px 0 #536d72;
   -moz-box-shadow: inset 0 1px 1px 0 #536d72;
   border-radius: 9px;
   color: #fff;
   text-align: center;
@@ -291,37 +179,33 @@
   text-shadow: none;
}
#mailboxlist li.mailbox.selected > a .unreadcount {
.folderlist li.mailbox.selected > a .unreadcount {
   background: #005d76;
   background: -moz-linear-gradient(top, #005d76 0%, #004558 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005d76), color-stop(100%,#004558));
   background: -o-linear-gradient(top, #005d76 0%, #004558 100%);
   background: -ms-linear-gradient(top, #005d76 0%, #004558 100%);
   background: linear-gradient(top, #005d76 0%, #004558 100%);
   background: linear-gradient(to bottom, #005d76 0%, #004558 100%);
   box-shadow: inset 0 1px 1px 0 #003645;
   -o-box-shadow: inset 0 1px 1px 0 #003645;
   -webkit-box-shadow: inset 0 1px 1px 0 #003645;
   -moz-box-shadow: inset 0 1px 1px 0 #003645;
}
#mailboxlist li.mailbox.recent > a .unreadcount {
.folderlist li.mailbox.recent > a .unreadcount {
   background: #017cb4;
   background: -moz-linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017cb4), color-stop(100%,#006ca4));
   background: -o-linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: -ms-linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: linear-gradient(to bottom, #017cb4 0%, #006ca4 100%);
   box-shadow: inset 0 1px 1px 0 #005080;
   -o-box-shadow: inset 0 1px 1px 0 #005080;
   -webkit-box-shadow: inset 0 1px 1px 0 #005080;
   -moz-box-shadow: inset 0 1px 1px 0 #005080;
}
#searchfilter {
   position: absolute;
   right: 256px;
   width: auto;
   top: 7px;
   top: 2px;
}
#searchfilter select {
@@ -337,7 +221,6 @@
#messagetoolbar {
   position: absolute;
   top: -6px;
   right: 390px;
   left: 0;
   height: 40px;
   white-space: nowrap;
@@ -348,23 +231,16 @@
   right: 0;
}
#messagetoolbar .toolbarselect {
   position: absolute;
   bottom: 6px;
   right: 3px;
}
#messagesearchtools {
   position: absolute;
   right: 0;
   top: 0;
   width: 240px;
}
#mailpreviewtoggle {
   display: block;
   position: absolute;
   top: 6px;
   top: 7px;
   right: 4px;
   width: 20px;
   height: 18px;
@@ -375,145 +251,156 @@
   background-position: -28px -458px;
}
#s_interval {
   margin: 3px 8px;
}
/*** message list ***/
#messagelist thead td:first-child {
   border-radius: 4px 0 0 0;
table.messagelist {
   z-index: 1;
}
#messagelist thead td:last-child {
   border-radius: 0 4px 0 0;
table.messagelist.fixedcopy {
   z-index: 2;
}
#messagelist tr td.attachment,
#messagelist tr td.threads,
#messagelist tr td.status,
#messagelist tr td.flag,
#messagelist tr td.priority {
.messagelist thead th:first-child {
   border-radius: 4px 0 0 0; /* for Chrome */
}
.messagelist tr > .attachment,
.messagelist tr > .threads,
.messagelist tr > .status,
.messagelist tr > .flag,
.messagelist tr > .priority {
   width: 20px;
   padding: 2px 3px;
   padding: 2px 3px !important;
}
.webkit #messagelist tr td.attachment,
.webkit #messagelist tr td.threads,
.webkit #messagelist tr td.status,
.webkit #messagelist tr td.flag,
.webkit #messagelist tr td.priority {
.messagelist tr > .threads {
   width: 26px;
}
#messagelist tr td.threads {
   width: 26px;
}
.webkit #messagelist tr td.threads {
   width: 30px;
}
#messagelist tr td.threads,
#messagelist tr td.threads + td {
.messagelist tr > .threads + td,
.messagelist tr > .threads + th {
   border-left: 0;
}
#messagelist tr td.size {
.messagelist tr > .size {
   width: 60px;
   text-align: right;
}
#messagelist tr td.fromto,
#messagelist tr td.from,
#messagelist tr td.to,
#messagelist tr td.cc,
#messagelist tr td.replyto {
.messagelist thead tr th.size {
   text-align: left;
}
.messagelist tr > .fromto,
.messagelist tr > .from,
.messagelist tr > .to,
.messagelist tr > .cc,
.messagelist tr > .replyto {
   width: 200px;
}
#messagelist tr td.date {
   width: 125px;
.messagelist tr > .date {
   width: 155px;
}
#messagelist tr.message {
.messagelist tr > .folder {
   width: 135px;
}
.messagelist tr > .hidden {
   display: none;
}
.messagelist tr.message {
/*   background-color: #fff; */
}
#messagelist tr.thread.expanded td {
.messagelist tr.thread.expanded td {
   background-color: #ededed;
}
#messagelist tr.unread {
.messagelist tr.unread {
   font-weight: bold;
/*   background-color: #fff; */
}
#messagelist tr.flagged td,
#messagelist tr.flagged td a {
.messagelist tr.flagged th,
.messagelist tr.flagged td,
.messagelist tr.flagged td a {
   color: #f30;
}
#messagelist thead tr td.sortedASC a,
#messagelist thead tr td.sortedDESC a {
.messagelist thead tr th.sortedASC a,
.messagelist thead tr th.sortedDESC a {
   color: #004458;
   text-decoration: underline;
   background: url(images/listicons.png) right -912px no-repeat;
   background-image: url(images/listicons.png);
   background-repeat: no-repeat;
   background-position: right -912px;
}
#messagelist thead tr td.sortedASC a {
.messagelist thead tr th.sortedASC a {
   background-position: right -944px;
}
#messagelist td img {
.messagelist td img {
   vertical-align: middle;
   display: inline-block;
}
#messagelist tbody td a {
.messagelist tbody td a {
   color: #333;
   text-decoration: none;
   white-space: nowrap;
   cursor: default;
}
#messagelist tbody tr td.flag,
#messagelist tbody tr td.status,
#messagelist tbody tr td.subject span.status {
.messagelist tbody tr td.flag,
.messagelist tbody tr td.status,
.messagelist tbody tr td.subject span.status {
   cursor: pointer;
}
#messagelist tr td.flag span,
#messagelist tr td.status span,
#messagelist tr td.attachment span,
#messagelist tr td.priority span {
.messagelist tr > .flag span,
.messagelist tr > .status span,
.messagelist tr > .attachment span,
.messagelist tr > .priority span {
   display: block;
   width: 20px;
   text-indent: -5000px;
   overflow: hidden;
}
#messagelist tr td div.collapsed,
#messagelist tr td div.expanded,
#messagelist tr td.threads div.listmenu,
#messagelist tr td.attachment span.attachment,
#messagelist tr td.attachment span.report,
#messagelist tr td.priority span.priority,
#messagelist tr td.priority span.prio1,
#messagelist tr td.priority span.prio2,
#messagelist tr td.priority span.prio3,
#messagelist tr td.priority span.prio4,
#messagelist tr td.priority span.prio5,
#messagelist tr td.flag span.flagged,
#messagelist tr td.flag span.unflagged,
#messagelist tr td.flag span.unflagged:hover,
#messagelist tr td.status span.status,
#messagelist tr td.status span.msgicon,
#messagelist tr td.status span.deleted,
#messagelist tr td.status span.unread,
#messagelist tr td.status span.unreadchildren,
#messagelist tr td.subject span.msgicon,
#messagelist tr td.subject span.deleted,
#messagelist tr td.subject span.unread,
#messagelist tr td.subject span.replied,
#messagelist tr td.subject span.forwarded,
#messagelist tr td.subject span.unreadchildren {
.messagelist tr td div.collapsed,
.messagelist tr td div.expanded,
.messagelist tr > .threads .listmenu,
.messagelist tr > .attachment span.attachment,
.messagelist tr > .attachment span.report,
.messagelist tr > .priority span.priority,
.messagelist tr > .priority span.prio1,
.messagelist tr > .priority span.prio2,
.messagelist tr > .priority span.prio3,
.messagelist tr > .priority span.prio4,
.messagelist tr > .priority span.prio5,
.messagelist tr > .flag span.flagged,
.messagelist tr > .flag span.unflagged,
.messagelist tr > .flag span.unflagged:hover,
.messagelist tr > .status span.status,
.messagelist tr > .status span.msgicon,
.messagelist tr > .status span.deleted,
.messagelist tr > .status span.unread,
.messagelist tr > .status span.unreadchildren,
.messagelist tr > .subject span.msgicon,
.messagelist tr > .subject span.deleted,
.messagelist tr > .subject span.unread,
.messagelist tr > .subject span.replied,
.messagelist tr > .subject span.forwarded,
.messagelist tr > .subject span.unreadchildren {
   display: inline-block;
   vertical-align: middle;
   height: 18px;
@@ -522,135 +409,149 @@
   background: url(images/listicons.png) -100px 0 no-repeat;
}
#messagelist tbody tr td.attachment span.attachment {
.messagelist tbody tr td.attachment span.attachment {
   background-position: 0 -996px;
}
#messagelist thead tr td.attachment span.attachment {
   background-position: -24px -997px;
.messagelist thead tr th.attachment span.attachment {
   background-position: -24px -996px;
}
#messagelist tbody tr td.attachment span.report {
.messagelist tbody tr td.attachment span.report {
   background-position: -24px -1116px;
}
#messagelist tr td.priority span.prio5 {
.messagelist thead tr th.priority span.priority {
   background-position: -25px -1845px;
}
.messagelist tr td.priority span.prio5 {
   background-position: 0 -1905px;
}
#messagelist tr td.priority span.prio4 {
.messagelist tr td.priority span.prio4 {
   background-position: 0 -1885px;
}
#messagelist tr td.priority span.prio2 {
.messagelist tr td.priority span.prio2 {
   background-position: 0 -1865px;
}
#messagelist tr td.priority span.prio1 {
.messagelist tr td.priority span.prio1 {
   background-position: 0 -1845px;
}
#messagelist tbody tr td.flag span.flagged {
.messagelist tbody tr td.flag span.flagged {
   background-position: 0 -1036px;
}
#messagelist thead tr td.flag span.flagged {
   background-position: -24px -1036px;
.messagelist thead tr th.flag span.flagged {
   background-position: -22px -1037px;
}
#messagelist tr td.status span.msgicon:hover {
   background-position: -23px -1056px;
.messagelist tr:hover td.status span.msgicon {
   background-position: -23px -1057px;
}
#messagelist tr td.flag span.unflagged:hover {
.messagelist tr:hover td.flag span.unflagged {
   background-position: -23px -1076px;
}
#messagelist tr td.subject span.msgicon,
#messagelist tr td.subject span.unreadchildren {
.messagelist tr td.subject span.msgicon,
.messagelist tr td.subject span.unreadchildren {
   background-position: 0 -1056px;
   margin: 0 1px 0 0;
   width: 24px;
}
#messagelist tr td.subject span.replied {
.messagelist tr td.subject span.replied {
   background-position: 0 -1076px;
}
#messagelist tr td.subject span.forwarded {
.messagelist tr td.subject span.forwarded {
   background-position: 0 -1096px;
}
#messagelist tr td.subject span.replied.forwarded {
.messagelist tr td.subject span.replied.forwarded {
   background-position: 0 -1116px;
}
#messagelist tr td.status span.msgicon,
#messagelist tr td.flag span.unflagged,
#messagelist tr td.status span.unreadchildren {
.messagelist tr td.status span.msgicon,
.messagelist tr td.flag span.unflagged,
.messagelist tr td.status span.unreadchildren {
   background-position: 0 1056px; /* no icon */
}
/*
#messagelist tr td.status span.msgicon:hover {
.messagelist tr td.status span.msgicon:hover {
   background-position: 0 -272px;
}
*/
#messagelist tr td.status span.deleted,
#messagelist tr td.status span.deleted:hover,
#messagelist tr td.subject span.deleted {
   background-position: -22px -1096px;
.messagelist tr td.status span.deleted,
.messagelist tr:hover td.status span.deleted,
.messagelist tr td.subject span.deleted {
   background-position: -21px -1096px;
}
#messagelist tr td.status span.status,
#messagelist tr td.status span.unread,
#messagelist tr td.subject span.unread,
#messagelist tr td.status span.unread:hover {
   background-position: 0 -1016px;
.messagelist tr td.status span.status,
.messagelist tr td.status span.unread,
.messagelist tr td.subject span.unread,
.messagelist tr td.status span.unread:hover {
   background-position: 0 -1017px !important;
}
#messagelist thead tr td.status span.status {
   background-position: -24px -1016px;
.messagelist thead tr th.status span.status {
   background-position: -23px -1017px;
}
#messagelist tr td div.collapsed {
   background-position: 0 -1136px;
.messagelist tr td div.collapsed {
   background-position: 0 -1137px;
   cursor: pointer;
}
#messagelist tr td div.expanded {
   background-position: 0 -1156px;
.messagelist tr td div.expanded {
   background-position: 0 -1157px;
   cursor: pointer;
}
#messagelist tr td.threads div.listmenu {
   background-position: 0 -976px;
.messagelist tr th.threads .listmenu {
   background-position: 4px -972px;
   cursor: pointer;
   width: 26px;
   width: 24px;
   height: 21px;
   overflow: hidden;
   text-indent: -5000px;
   margin: -3px -5px -2px -6px;
   padding: 3px  5px  2px  6px;
}
#messagelist thead tr td.subject,
#messagelist tbody tr td.subject {
.messagelist tr th.threads .listmenu:focus {
   background-color: rgba(73,180,210,0.7);
   outline: none;
}
.messagelist thead tr th.subject,
.messagelist tbody tr td.subject {
   width: 99%;
   white-space: nowrap;
}
#messagelist tbody tr td.subject a {
.messagelist tbody tr td.subject a {
   cursor: default;
   vertical-align: middle; /* #1487091 */
}
/* thread parent message with unread children */
#messagelist tbody tr.unroot td.subject a {
.messagelist tbody tr.unroot td.subject a {
   text-decoration: underline;
}
/**** tree indicators ****/
#messagelist tbody tr td span.branch div {
.messagelist tbody tr td span.branch div {
   display: inline-block;
}
#messagelist tbody tr td span.branch div.tree {
.messagelist tbody tr td span.branch div.tree {
   width: 15px;
}
@@ -666,35 +567,43 @@
   top: 0;
   left: 0;
   width: 100%;
   bottom: 28px;
   bottom: 0px;
}
#messagecontframe {
   border: 0;
   border-radius: 4px 4px 0 0;
   border-radius: 4px;
}
#messagecontent {
   position: absolute;
   top: 140px;
   top: 110px;
   left: 0;
   width: 100%;
   bottom: 0;
   bottom: 1px;
   overflow: auto;
   border-radius: 4px 4px 0 0;
   -webkit-overflow-scrolling: touch;
}
#messageheader,
#partheader,
#composeheaders {
   position: relative;
   padding: 3px 0;
   background: #f9f9f9;
   background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9));
   background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
   background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
   background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
   background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
   border-bottom: 1px solid #dfdfdf;
}
#mailview-right #messageheader {
   border-radius: 4px 4px 0 0;
   padding-left: 78px;
   /* avoid headers eating up all the vertical space */
   max-height: 50%;
   overflow: auto;
}
h2.subject {
@@ -706,9 +615,13 @@
   text-overflow: ellipsis;
}
#mailview-right #messageheader h2.subject {
   margin-left: -56px;
}
h3.subject {
   font-size: 14px;
   margin: 0 8em 0 0;
   margin: 0 15em 0 0;
   padding: 8px 8px 4px 8px;
   white-space: nowrap;
   overflow: hidden;
@@ -717,30 +630,43 @@
.headers-table td {
   color: #666;
   padding: 2px 8px;
   padding: 1px 8px;
}
.headers-table td.header {
.headers-table td.header,
.ui-dialog-content.popup span.adr {
   font-weight: bold;
}
.headers-table td.header a {
.headers-table td.header-title {
   white-space: nowrap;
}
.headers-table td.header a,
.ui-dialog-content.popup span.adr a {
   color: #666;
   text-decoration: none;
}
.headers-table td.header a:hover {
.headers-table td.header a:hover,
.ui-dialog-content.popup span.adr a:hover {
   text-decoration: underline;
}
.headers-table td.subject {
   color: #333;
   font-size: 110%;
   font-weight: bold;
}
.headers-table td.header span {
.headers-table td.header span,
.ui-dialog-content.popup span.adr {
   white-space: nowrap;
}
.headers-table td.header a.morelink {
   color: #0069a6;
   white-space: nowrap;
   font-weight: normal;
}
.rcmaddcontact {
@@ -767,7 +693,7 @@
   padding-right: 18px;
}
#previewheaderstoggle {
.moreheaderstoggle {
   display: block;
   position: absolute;
   top: 0;
@@ -783,9 +709,20 @@
   background: -ms-linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
   background: linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
   border-right: 1px solid #dfdfdf;
   border-radius: 3px 0 0 0; /* for Opera */
}
#previewheaderstoggle .iconlink {
.moreheaderstoggle:focus {
   background: #f2f2f2;
   background: -moz-linear-gradient(left, #66bcd9 0, #49b3d2 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0,#66bcd9), color-stop(100%,#49b3d2));
   background: -o-linear-gradient(left, #66bcd9 0, #49b3d2 100%);
   background: -ms-linear-gradient(left, #66bcd9 0, #49b3d2 100%);
   background: linear-gradient(left, #66bcd9 0, #49b3d2 100%);
   border-right-color: #149cc5;
}
.moreheaderstoggle .iconlink {
   display: inline-block;
   position: absolute;
   top: 8px;
@@ -795,30 +732,40 @@
   background: url(images/buttons.png) -27px -242px no-repeat;
}
#previewheaderstoggle.remove .iconlink {
.moreheaderstoggle.remove .iconlink {
   top: auto;
   bottom: 5px;
   background-position: -5px -242px;
}
#full-headers {
   position: relative;
}
div.more-headers {
   cursor: pointer;
   position: absolute;
   top: -12px;
   right: 10px;
   width: 12px;
   height: 10px;
   background: url(images/buttons.png) center -1619px no-repeat;
   cursor: pointer;
   background: url(images/buttons.png) center -1579px no-repeat;
}
div.hide-headers {
   background-position: center -1629px;
   background-position: center -1590px;
}
#all-headers {
   position: relative;
   margin: 0 10px;
   margin: 4px 10px;
   padding: 0;
   height: 180px;
   border: 1px solid #bbb;
   border: 1px solid #ccc;
   border-radius: 4px;
   background: #fff;
   background: #fdfdfd;
   box-shadow: inset 0 0 1px 1px rgba(0,0,0, 0.1);
   -webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0, 0.1);
}
#headers-source {
@@ -828,25 +775,28 @@
   left: 0;
   right: 0;
   bottom: 0;
   padding: 2px 5px;
   padding: 3px 6px;
   overflow: auto;
   text-align: left;
   color: #333;
}
#messagepreviewheader {
   position: relative;
   height: auto;
   margin: 0 8px 0 0;
   padding: 0 0 6px 72px;
   border-bottom: 2px solid #f0f0f0;
#messageheader.previewheader #all-headers {
   margin-left: 0;
}
#messagepreviewheader h3.subject {
#messageheader.previewheader {
   position: relative;
   height: auto;
   min-height: 52px;
   padding: 0 0 3px 72px;
}
#messageheader.previewheader h3.subject {
   padding: 8px 8px 2px 0;
}
#messagepreviewheader #contactphoto {
#messageheader.previewheader #contactphoto {
   display: block;
   position: absolute;
   top: 11px;
@@ -858,21 +808,27 @@
   border-radius: 3px;
}
#messagepreviewheader #contactphoto img {
#messageheader.previewheader #contactphoto img {
   width: 32px;
   height: auto;
   border-radius: 3px;
}
#messageheader .message-headers {
   min-height: 60px;
}
#messageheader #contactphoto {
   display: block;
   position: absolute;
   top: 40px;
   right: 10px;
   top: 34px;
   left: 30px;
   width: 48px;
   height: 48px;
   overflow: hidden;
   border-radius: 4px;
   border: 1px solid #e6e6e6;
   background: url(images/contactpic_48px.png) center center no-repeat #fff;
}
#messageheader #contactphoto img {
@@ -881,18 +837,21 @@
   border-radius: 4px;
}
#messagepreviewheader #countcontrols,
#messageheader #countcontrols {
#messageheader #countcontrols,
#messageheader #formatcontrols {
   position: absolute;
   top: 8px;
   right: 8px;
   width: 20em;
   text-align: right;
   white-space: nowrap;
}
#messageheader #formatcontrols {
   top: 38px;
   right: 8px;
}
#messageheader .pagenav .countdisplay {
   min-width: 0;
   padding-right: 0.5em;
   white-space: nowrap;
}
@@ -900,26 +859,26 @@
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 252px;
   overflow-x: auto;
}
#messagecontent .rightcol,
#messagepreview .rightcol {
   float: right;
/*
   position: absolute;
   top: 10px;
   right: 10px;
   height: 90%;
*/
   right: 8px;
   width: 230px;
   margin: 8px;
   min-height: 200px;
   background: #f0f0f0;
   padding: 8px;
   border-radius: 4px;
   z-index: 1;
}
#messagecontent .rightcol {
   margin-top: 8px;
}
#messagebody {
   position: relative;
   margin: 8px;
}
@@ -928,46 +887,43 @@
   margin: 8px;
}
#message-objects div.notice,
#message-buttons div.notice {
#message-objects div.notice {
   display: block;
   color: #960;
   border: 1px solid #ffdf0e;
   background-color: #fef893;
   background-position: 5px -85px;
   padding: 6px 12px 4px 30px;
   background-position: 5px -83px;
   padding: 6px 12px 6px 30px;
   white-space: normal;
}
#message-objects div a.button,
#messagebody span.part-notice a.button {
   margin-left: 10px;
   margin-top: -1px;
}
div.message-part,
div.message-htmlpart {
   padding: 0 2px 10px 2px;
   border-top: 2px solid #f0f0f0;
div.message-htmlpart,
div.message-partheaders {
   padding: 10px 2px;
   border-top: 1px solid #ccc;
}
#messagebody div:first-child {
   padding-top: 0;
   border-top: 0;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre {
   margin: 0px;
   padding: 0px;
   margin: 0;
   padding: 0;
   font-family: monospace;
   font-size: 12px;
   white-space: -moz-pre-wrap !important;
   white-space: pre-wrap !important;
   white-space: pre;
}
div.message-part span.sig {
   color: #666666;
   color: #666;
}
div.message-part blockquote {
@@ -975,8 +931,10 @@
   border-left: 2px solid blue;
   border-right: 2px solid blue;
   background-color: #F6F6F6;
   margin: 2px 0px 2px 0px;
   padding: 1px 8px 1px 10px;
   margin: 2px 0;
   padding: 0 0.4em;
   overflow: hidden;
   text-overflow: ellipsis;
}
div.message-part blockquote blockquote {
@@ -986,9 +944,28 @@
}
div.message-part blockquote blockquote blockquote {
   color: #990000;
   border-left: 2px solid #bb0000;
   border-right: 2px solid #bb0000;
   color: #900;
   border-left: 2px solid #b00;
   border-right: 2px solid #b00;
}
div.message-partheaders {
   margin-top: 8px;
   padding: 8px 0;
}
div.message-partheaders .headers-table {
   width: 100%;
}
div.message-partheaders .headers-table td.header-title {
   width: 1%;
   padding-left: 0;
   vertical-align: top;
}
div.message-partheaders .headers-table td.header {
   width: 99%;
}
#messagebody > hr {
@@ -998,21 +975,89 @@
   border-bottom: 2px solid #f0f0f0;
}
#messagebody > p > img {
#messagebody fieldset.image-attachment {
   border: 0;
   border-top: 1px solid #ccc;
   margin-top: 1em;
}
#messagebody fieldset.image-attachment p > img {
   max-width: 80%;
}
#messagebody legend.image-filename {
   color: #999;
   font-size: 0.9em;
   margin: 0 1em;
}
#messagebody p.image-attachment {
   position: relative;
   padding: 1em;
   margin-bottom: 0;
   border-top: 1px solid #ccc;
}
#messagebody p.image-attachment a.image-link {
   float: left;
   display: block;
   margin-right: 2em;
   min-width: 160px;
   min-height: 60px;
   text-align: center;
}
#messagebody p.image-attachment .image-filename {
   display: block;
   font-weight: bold;
   line-height: 1.6em;
}
#messagebody p.image-attachment .image-filesize {
   padding-right: 1em;
}
#messagebody p.image-attachment .attachment-links a {
   margin-right: 0.6em;
}
#messagepartcontainer {
   position: absolute;
   top: 60px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   top: 0;
   left: 232px;
   right: 0;
   bottom: 0;
}
#messagepartframe {
   border: 0;
   width: 100%;
   height: 100%;
}
#messagepartheader {
   position: absolute;
   top: 0;
   left: 0;
   width: 220px;
   bottom: 0;
}
#messagepartheader table {
   table-layout: fixed;
   overflow: hidden;
}
#messagepartheader table td {
   text-overflow: ellipsis;
   overflow: hidden;
}
#messagepartheader table td.title {
   width: 60px;
   padding-right: 0;
}
/*** message composition ***/
@@ -1020,24 +1065,28 @@
   position: absolute;
   top: 0;
   left: 0;
   width: 250px;
   width: 200px;
   bottom: 0;
}
#composeview-right {
   position: absolute;
   top: 0;
   left: 262px;
   left: 212px;
   right: 0;
   bottom: 0;
}
#compose-contacts {
   position: absolute;
   top: 42px;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 0;
}
#compose-contacts .listsearchbox {
   display: block;
}
#compose-contacts #directorylist {
@@ -1061,11 +1110,37 @@
   display: block;
}
#compose-contacts li a, #contacts-table td {
   background: url(images/listicons.png) -100px 0 no-repeat;
#contacts-table td span.email {
   display: inline;
   color: #69939e;
   font-style: italic;
   margin-left: 0.5em;
}
#compose-contacts li a,
#contacts-table td {
   background-image: url(images/listicons.png);
   background-position: -100px 0;
   background-repeat: no-repeat;
   overflow: hidden;
   padding-left: 36px;
   text-overflow: ellipsis;
}
#compose-contacts li a {
   padding-left: 36px;
}
#contacts-table td.contactgroup a {
   color: #376572;
   text-decoration: none;
}
#contacts-table td.contactgroup a span {
   display: inline-block;
   font-size: 16px;
   font-weight: bold;
   line-height: 11px;
   margin-left: 0.3em;
}
#contacts-table tr:first-child td {
@@ -1076,6 +1151,7 @@
   background-position: 6px -766px;
}
#compose-contacts li.addressbook a:focus,
#compose-contacts li.addressbook.selected a {
   background-position: 6px -791px;
}
@@ -1084,7 +1160,6 @@
   background-position: 6px -1555px;
}
#contacts-table tr.unfocused td.contactgroup,
#contacts-table tr.selected td.contactgroup {
   background-position: 6px -1579px;
}
@@ -1093,51 +1168,50 @@
   background-position: 6px -1603px;
}
#contacts-table tr.unfocused td.contact,
#contacts-table tr.selected td.contact {
   background-position: 6px -1627px;
}
#compose-content {
   position: absolute;
   top: 42px;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 28px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   right: 0;
   bottom: 0px;
   overflow: hidden;
}
#composeheaders {
   border-radius: 4px 4px 0 0;
   -webkit-box-shadow: 0 2px 3px 0 #999;
   -moz-box-shadow: 0 2px 3px 0 #999;
   box-shadow: 0 2px 3px 0 #999;
   padding-left: 19px;
}
#composebuttons {
   position: absolute;
   top: 8px;
   right: 8px;
   top: 6px;
   right: 6px;
   width: auto;
   white-space: nowrap;
   z-index: 100;
}
#composebuttons a.button.extwin {
   padding: 2px 3px;
}
.compose-headers {
   width: 99%;
   margin: 4px 0;
   margin-bottom: 2px;
}
.compose-headers td {
   padding: 4px 4px 4px 8px;
   padding: 2px 4px;
}
.compose-headers td.title {
   width: 11%;
   white-space: nowrap;
   padding-left: 6px;
}
.compose-headers td.title label {
@@ -1179,49 +1253,32 @@
   display: none;
}
#composeoptionsbox {
   padding: 4px 8px 0 8px;
   background: #d2d2d2;
   border-bottom: 1px solid #e8e8e8;
   -webkit-box-shadow: 0 2px 3px 0 #999;
   -moz-box-shadow: 0 2px 3px 0 #999;
   box-shadow: 0 2px 3px 0 #999;
   white-space: nowrap;
}
#composeoptions {
   display: none;
   padding: 2px 0;
   padding: 2px 0 0 8px;
   white-space: normal;
   border-top: 1px solid #dfdfdf;
   box-shadow: inset 0 1px 0 0 #fff;
   -webkit-box-shadow: inset 0 1px 0 0 #fff;
}
.composeoption {
   color: #666;
   padding-right: 22px;
   white-space: nowrap;
}
#composeoptions .composeoption {
   display: inline-block;
   padding: 4px 28px 4px 0;
   padding: 4px 22px 4px 0;
}
#composeoptions .composeoption:last-child {
   padding-right: 4px;
}
#composeoptionstoggle {
   display: inline-block;
   position: relative;
   top: -1px;
   left: 6px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -1640px no-repeat;
   text-decoration: none;
}
#composeoptionstoggle.enabled {
   background-position: -28px -1640px;
.mozilla .composeoption input {
   vertical-align: -3px;
}
#composeview-bottom {
@@ -1236,26 +1293,44 @@
   left: 0;
   right: 260px;
   bottom: 0;
   border-radius: 0 0 0 4px;
}
#composebodycontainer.buttons {
   bottom: 42px;
}
#composebodycontainer.mailvelope {
   right: 0;
   z-index: 10;
}
#composebodycontainer.mailvelope > iframe[scrolling='no'] {
   position: relative;
   top: -12px;
}
#composebody {
   position: absolute;
   top: 1px;
   top: 0;
   left: 0;
   bottom: 0;
   width: 99%;
   border: 0;
   border-radius: 0;
   padding: 8px 0 8px 8px;
   box-shadow: none;
   border-radius: 0 0 0 4px;
   padding: 4px;
   resize: none;
   font-family: monospace;
   font-size: 9pt;
   outline: none;
   box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
   -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
}
#composebody:active,
#composebody:focus {
   box-shadow: inset 0 0 3px 2px rgba(71,135,177, 0.9);
   -webkit-box-shadow: inset 0 0 3px 2px rgba(71,135,177, 0.9);
}
#compose-attachments {
@@ -1282,22 +1357,35 @@
#compose-attachments.droptarget.active {
   border-color: #019bc6;
   box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
   -moz-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
   -webkit-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
   -o-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
}
#compose-attachments.droptarget.hover {
   background-color: #d9ecf4;
   box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
}
.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceLast td {
#compose-attachments .attachment-size {
   color: #888;
}
#composeview-bottom .formbuttons.floating {
   position: absolute;
   width: auto;
   right: 260px;
   z-index: 200;
   padding-bottom: 8px;
}
#composebodycontainer .mce-tinymce {
   border: 0 !important;
   margin-top: 1px;
}
#composebodycontainer .mce-panel {
   border-color: #ccc !important;
   background: #f0f0f0;
}
#composebody_toolbargroup {
@@ -1313,3 +1401,55 @@
   margin: 4px 0;
}
.mailvelopekeyimport div.key {
   position: relative;
   margin-bottom: 2px;
   padding: 1em;
   background-color: #ebebeb;
}
.mailvelopekeyimport div.key.revoked,
.mailvelopekeyimport div.key.disabled {
   color: #a0a0a0;
}
.mailvelopekeyimport div.key label {
   display: inline-block;
   margin-right: 0.5em;
}
.mailvelopekeyimport div.key label:after {
   content: ":";
}
.mailvelopekeyimport div.key label + a,
.mailvelopekeyimport div.key label + span {
   display: inline-block;
   margin-right: 2em;
   white-space: nowrap;
}
.mailvelopekeyimport div.key label + a {
   font-weight: bold;
}
.mailvelopekeyimport ul.uids {
   margin: 1em 0 0 0;
   padding: 0;
}
.mailvelopekeyimport li.uid {
   border: 0;
   padding: 0.3em;
}
.mailvelopekeyimport div.key input.button.importkey {
   position: absolute;
   top: 0.8em;
   right: 0.8em;
   padding: 4px 6px;
}
.mailvelopekeyimport div.key input.button[disabled] {
   display: none;
}