body {
    background: #FFF;
    color: #333;
    font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
}
body.noscroll {
    overflow: hidden;
}
.iphone body.noscroll {
    overflow: auto;
}
a {
    color: #0069a6;
}
a:visited {
    color: #0186ba;
}
img {
    border: 0 none;
}
.voice {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
html.mozilla select {
    padding: 2px 1px;
}
input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
}
input[type="text"], input[type="password"], textarea {
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
    margin: 0;
    padding: 4px;
}
input[type="text"]:focus, input[type="password"]:focus, input.button:focus, textarea:focus {
    border-color: #4787b1;
    box-shadow: 0 0 5px 2px rgba(71, 135, 177, 0.9);
    outline: 0 none;
}
input[type="text"]:required, input[type="password"]:required {
    border-color: #4787b1;
}
input.placeholder, textarea.placeholder {
    color: #aaa;
}
.bold {
    font-weight: bold;
}
label input + span {
    vertical-align: middle;
}
input.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0px, #e6e6e6 100%) repeat scroll 0 0;
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
    color: #525252;
    display: inline-block;
    margin: 0 2px;
    outline: 0 none;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}
.formbuttons input.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7b7b7b 0px, #606060 100%) repeat scroll 0 0;
    border-color: #465864;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 #ccc, 0 1px 0 0 #888 inset;
    color: #ddd;
    font-size: 110%;
    padding: 4px 12px;
    text-shadow: 0 1px 1px #333;
}
.formbuttons input.button:hover, .formbuttons input.button:focus, input.button.mainaction:hover, input.button.mainaction:focus {
    border-color: #465864;
    box-shadow: 0 0 5px 2px rgba(71, 135, 177, 0.6), 0 1px 0 0 #888 inset;
    color: #f2f2f2;
}
.formbuttons input.button:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5c5c5c 0px, #7b7b7b 100%) repeat scroll 0 0;
    color: #fff;
}
input.button.mainaction {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #505050 0px, #2a2e31 100%) repeat scroll 0 0;
    border-color: #1f262c;
    box-shadow: 0 1px 0 0 #777 inset;
    color: #ededed;
    text-shadow: 0 1px 1px #333;
}
input.button.mainaction:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2a2e31 0px, #505050 100%) repeat scroll 0 0;
    color: #fff;
}
input.button[disabled], input.button[disabled]:hover, input.button.mainaction[disabled] {
    color: #aaa !important;
}
input.mainaction {
    font-weight: bold;
}
a.button, .buttongroup {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0px, #e6e6e6 100%) repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
    color: #525252;
    display: inline-block;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}
.buttongroup {
    padding: 0;
    white-space: nowrap;
}
a.button:focus, input.button:focus {
    border-color: #4fadd5;
    box-shadow: 0 0 2px 1px rgba(71, 135, 177, 0.6);
    outline: 0 none;
}
label.disabled, a.button.disabled {
    color: #999;
}
a.button.disabled, input.button.disabled, input.button[disabled], a.button.disabled:hover, input.button.disabled:hover, input.button[disabled]:hover {
    border-color: #c6c6c6;
    box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.4);
}
a.button.disabled span.inner {
    opacity: 0.4;
}
.buttongroup a.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-radius: 0;
    border-width: 0 1px 0 0;
    box-shadow: none;
    margin: 0;
}
.buttongroup a.button.first, .buttongroup a.button:first-child {
    border-left: 0 none;
    border-radius: 4px 0 0 4px;
}
.buttongroup a.button.last, .buttongroup a.button:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 0 none;
}
a.button.pressed, a.button:active, input.button:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e6e6e6 0px, #f9f9f9 100%) repeat scroll 0 0;
}
.pagenav.dark a.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d8d8d8 0px, #bababa 100%) repeat scroll 0 0;
    border-color: #e6e6e6;
    box-shadow: 0 1px 1px 0 #999;
    font-weight: bold;
}
.pagenav.dark a.button.pressed {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #bababa 0px, #d8d8d8 100%) repeat scroll 0 0;
}
.buttongroup a.button.selected, .buttongroup a.button.selected:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #909090 0px, #858585 100%) repeat scroll 0 0;
    border-left-color: #555;
    border-right-color: #555;
    box-shadow: 0 1px 2px 0 #555 inset;
}
.buttongroup a.button:focus, .buttongroup a.button.selected:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #49b3d2 0px, #66bcd9 100%) repeat scroll 0 0;
}
.pagenav a.button {
    height: 16px;
    margin-bottom: 1px;
    padding: 1px 3px;
    vertical-align: middle;
}
.pagenav .buttongroup a.button, .pagenav .buttongroup a.button:hover {
    margin-bottom: 0;
    padding: 1px 5px;
}
a.button span.icon, .pagenav a.button span.inner {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -6px -211px;
    display: inline-block;
    height: 13px;
    overflow: hidden;
    text-indent: 1000px;
    width: 16px;
}
a.button.prevpage span.icon, .pagenav a.prevpage span.inner {
    background-position: -7px -226px;
}
a.button.nextpage span.icon, .pagenav a.nextpage span.inner {
    background-position: -28px -226px;
}
a.button.lastpage span.icon, .pagenav a.lastpage span.inner {
    background-position: -28px -211px;
}
a.button.pageup span.icon, .pagenav a.pageup span.inner {
    background-position: -7px -241px;
}
a.button.pagedown span.icon, .pagenav a.pagedown span.inner {
    background-position: -29px -241px;
}
a.button.reply span.icon, .pagenav a.reply span.inner {
    background-position: -7px -256px;
}
a.button.forward span.icon, .pagenav a.forward span.inner {
    background-position: -29px -256px;
}
a.button.replyall span.icon, .pagenav a.replyall span.inner {
    background-position: -7px -271px;
}
a.button.extwin span.icon, .pagenav a.extwin span.inner {
    background-position: -29px -271px;
}
a.button.changeformat.html span.icon, .pagenav a.changeformat.html span.inner {
    background-position: -7px -1859px;
}
a.button.changeformat.html.selected span.icon, .pagenav a.changeformat.html.selected span.inner {
    background-position: -29px -1859px;
}
a.button.changeformat.text span.icon, .pagenav a.changeformat.text span.inner {
    background-position: -7px -1874px;
}
a.button.changeformat.text.selected span.icon, .pagenav a.changeformat.text.selected span.inner {
    background-position: -29px -1874px;
}
a.button.add span.icon {
    background-position: -7px -2009px;
}
a.button.delete span.icon {
    background-position: -29px -2009px;
}
.pagenav .countdisplay {
    display: inline-block;
    min-width: 16em;
    padding: 3px 1em 0;
    text-shadow: 0 1px 1px #fff;
}
.pagenavbuttons {
    position: relative;
    top: -2px;
}
.pagenav .pagejumper {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ddd 0px, #f8f8f8 100%) repeat scroll 0 0;
    cursor: default;
    padding: 3px 0;
    text-align: center;
}
a.iconbutton {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -1000px 0;
    display: inline-block;
    height: 18px;
    text-decoration: none;
    text-indent: -5000px;
    width: 20px;
}
a.iconbutton.disabled {
    cursor: default;
    opacity: 0.4;
}
a.iconbutton.searchicon, a.iconbutton.searchoptions {
    background-position: -2px -317px;
    width: 24px;
}
a.iconbutton.searchicon {
    width: 15px;
}
a.iconbutton.reset {
    background-position: -25px -317px;
    width: 24px;
}
a.iconbutton.remove, a.iconbutton.cancel {
    background-position: -7px -378px;
}
a.iconbutton.delete {
    background-position: -7px -338px;
}
a.iconbutton.add {
    background-position: -7px -358px;
}
a.iconbutton.remove {
    background-position: -7px -379px;
}
a.iconbutton.cancel {
    background-position: -7px -398px;
}
a.iconbutton.edit {
    background-position: -7px -418px;
}
a.iconbutton.upload {
    background-position: -6px -438px;
}
a.iconlink {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -1000px 0;
    color: #888;
    display: inline-block;
    padding: 2px 8px 2px 20px;
    text-decoration: none;
    white-space: nowrap;
}
a.iconlink:hover {
    text-decoration: underline;
}
a.iconlink.delete {
    background-position: -7px -337px;
}
a.iconlink.add {
    background-position: -7px -357px;
}
a.iconlink.remove {
    background-position: -7px -378px;
}
a.iconlink.cancel {
    background-position: -7px -397px;
}
a.iconlink.edit {
    background-position: -7px -417px;
}
a.iconlink.upload {
    background-position: -6px -437px;
}
#message div.loading, #message div.uploading, #message div.warning, #message div.error, #message div.notice, #message div.confirmation, #message-objects div.notice {
    background: rgba(0, 0, 0, 0) url("images/messages.png?v=3a4f.1461") no-repeat scroll 0 5px;
    color: #555;
    cursor: default;
    display: inline-block;
    font-weight: bold;
    padding: 6px 30px 6px 25px;
    white-space: nowrap;
}
#message div.warning {
    background-position: 0 -86px;
    color: #960;
}
#message div.error {
    background-position: 0 -55px;
    color: #cf2734;
}
#message div.confirmation {
    background-position: 0 -25px;
    color: #093;
}
#message div.loading {
    background: rgba(0, 0, 0, 0) url("images/ajaxloader.gif?v=c252.1434") no-repeat scroll 2px 6px;
}
#message div a, #message div span {
    padding-right: 0.5em;
    text-decoration: none;
}
#message div a:hover {
    cursor: pointer;
    text-decoration: underline;
}
#message.statusbar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eaeaea 0px, #c8c8c8 100%) repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #ddd;
    bottom: 0;
    display: none;
    height: 27px;
    left: 0;
    overflow: hidden;
    padding-left: 8px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#messagestack {
    bottom: 20px;
    height: auto;
    max-height: 85%;
    overflow-y: auto;
    padding: 2px;
    position: absolute;
    right: 12px;
    width: auto;
    z-index: 50000;
}
#messagestack div {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(64, 64, 64, 0.85) 0px, rgba(48, 48, 48, 0.85) 100%) repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.8), 0 1px 0 0 #888 inset;
    color: #ebebeb;
    cursor: default;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin: 3px 2px 5px;
    min-height: 16px;
    padding: 8px 10px 7px 30px;
    position: relative;
    text-shadow: 0 1px 1px #000;
    width: 280px;
}
#messagestack div::after {
    background: rgba(0, 0, 0, 0) url("images/messages_dark.png?v=270a.1471") no-repeat scroll 0 7px;
    content: "";
    display: block;
    height: 24px;
    left: 4px;
    position: absolute;
    top: 0;
    width: 20px;
}
#messagestack div.error {
    color: #ff615d;
}
#messagestack div.error::after {
    background-position: 0 -55px;
}
#messagestack div.warning {
    color: #f4bf0e;
}
#messagestack div.warning::after {
    background-position: 0 -84px;
}
#messagestack div.confirmation {
    color: #00e05a;
}
#messagestack div.confirmation::after {
    background-position: 0 -25px;
}
#messagestack div.uploading, #messagestack div.loading {
    color: #ddd;
}
#messagestack div.uploading::after, #messagestack div.loading::after {
    background: rgba(0, 0, 0, 0) url("images/ajaxloader_dark.gif?v=cf1b.1849") no-repeat scroll 0 4px;
    left: 6px;
    top: 4px;
}
#messagestack div.voice {
    position: absolute;
    top: -1000px;
}
#messagestack div a {
    color: #94c0da;
}
#messagestack div a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.ui-dialog.error .ui-dialog-title, .ui-dialog.warning .ui-dialog-title, .ui-dialog.confirmation .ui-dialog-title {
    background: rgba(0, 0, 0, 0) url("images/messages.png?v=3a4f.1461") no-repeat scroll 0 5px;
    padding-left: 25px;
    text-shadow: 0 1px 1px #fff;
}
.ui-dialog.warning .ui-dialog-title {
    background-position: 0 -90px;
    color: #960;
}
.ui-dialog.error .ui-dialog-title {
    background-position: 0 -60px;
    color: #cf2734;
}
.ui-dialog.confirmation .ui-dialog-title {
    background-position: 0 -30px;
    color: #093;
}
.ui-dialog.popupmessage .ui-dialog-titlebar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e3e3e3 0px, #cfcfcf 100%) repeat scroll 0 0;
    padding: 8px 1em 4px;
}
.ui-dialog.popupmessage .ui-widget-content {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eee 0px, #dcdcdc 100%) repeat scroll 0 0;
    font-size: 12px;
}
.ui-autocomplete {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
}
#header {
    overflow-x: hidden;
}
#topline {
    background: #1D75C8 none repeat scroll 0 0;
    border-bottom: 0px solid #4f4f4f;
    color: #aaa;
    height: 18px;
    padding: 2px 0 2px 10px;
    text-align: center;
}
#topnav {
    background: #1D75C8;
    height: 55px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    position: relative;
}
#topline a, #topnav a {
    color: #eee;
    text-decoration: none;
}
#topline a:hover {
    text-decoration: underline;
}
#toplogo {
    border: 0 none;
    cursor: pointer;
    padding-top: 2px;
}
.topleft {
    float: left;
}
.topright {
    float: right;
}
.closelink {
    display: inline-block;
    padding: 2px 10px 2px 20px;
}
#topline span.username {
    padding-right: 1em;
}
#topline .topleft a {
    color: #aaa;
    display: inline-block;
    padding: 2px 0.8em 0 0;
}
#topline a.button-logout {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -6px -193px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px 2px 20px;
}
#taskbar .button-logout {
    display: none;
}
#taskbar a.button-logout span.button-inner {
    background-position: -2px -1791px;
}
#taskbar a.button-logout:hover span.button-inner {
    background-position: -2px -1829px;
}
.minimal #topline {
    background: #444 none repeat scroll 0 0;
    box-sizing: border-box;
    height: 22px;
    position: fixed;
    top: -18px;
    width: 100%;
    z-index: 5000;
}
.minimal #topline:hover {
    opacity: 0.94;
    top: 0;
    transition: top 0.3s ease-in-out 0s;
}
.extwin #topline, .extwin #topline:hover {
    box-sizing: content-box;
    height: 18px;
    opacity: 0.999;
    position: static;
    top: 0;
    width: auto;
}
.minimal #topline a.button-logout {
    display: none;
}
.minimal #topline span.username {
    display: inline-block;
    padding-top: 2px;
}
.minimal #topnav {
    height: 42px;
    position: relative;
    top: 4px;
}
.minimal #taskbar a {
    height: 32px;
    padding: 10px 10px 0 6px;
    position: relative;
}
.minimal #taskbar .button-logout {
    display: inline-block;
}
.minimal #taskbar .button-inner {
    height: 24px !important;
    padding: 0;
    text-indent: -5000px;
    top: -4px;
    width: 27px;
}
#taskbar .tooltip {
    display: none;
}
.minimal #taskbar .tooltip {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #444 0px, #333 100%) repeat scroll 0 0;
    border: 1px solid #777;
    box-shadow: 0 1px 5px 0 #333;
    color: #eee;
    display: inline-block;
    font-weight: bold;
    padding: 2px 8px 3px;
    position: absolute;
    right: 2px;
    text-shadow: 0 1px 1px #000;
    top: -500px;
    white-space: nowrap;
    z-index: 200;
}
.minimal #taskbar .tooltip::after {
    border-color: #888 transparent;
    border-style: solid;
    border-width: 0 4px 4px;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: -4px;
    width: 0;
    z-index: 251;
}
.minimal #taskbar a:hover .tooltip {
    display: block;
    top: 39px;
}
#taskbar {
    padding-right: 18px;
    position: relative;
}
#taskbar a {
    display: inline-block;
    height: 34px;
    padding: 12px 10px 0 6px;
}
#taskbar a span.button-inner {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -1000px 0;
    display: inline-block;
    font-size: 110%;
    font-weight: normal;
    height: 19px;
    padding: 5px 0 0 34px;
    text-shadow: 0 1px 1px black;
}
#taskbar a:focus {
    background-color: rgba(73, 180, 210, 0.7);
    color: #fff;
    outline: 0 none;
    text-shadow: 0 1px 1px #666;
}
#taskbar a.button-selected {
    background-color: #155897;
    color: #FFF;
}
#taskbar a.button-mail span.button-inner {
    background-position: 0 2px;
}
#taskbar a.button-mail:hover span.button-inner, #taskbar a.button-mail.button-selected span.button-inner {
    background-position: 0 -22px;
}
#taskbar a.button-addressbook span.button-inner {
    background-position: 0 -48px;
}
#taskbar a.button-addressbook:hover span.button-inner, #taskbar a.button-addressbook.button-selected span.button-inner {
    background-position: 0 -72px;
}
#taskbar a.button-settings span.button-inner {
    background-position: 0 -96px;
}
#taskbar a.button-settings:hover span.button-inner, #taskbar a.button-settings.button-selected span.button-inner {
    background-position: 0 -120px;
}
#taskbar a.button-calendar span.button-inner {
    background-position: 0 -144px;
}
#taskbar a.button-calendar:hover span.button-inner, #taskbar a.button-calendar.button-selected span.button-inner {
    background-position: 0 -168px;
}
#taskbar .minmodetoggle {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -35px -1778px;
    cursor: pointer;
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
}
.minimal #taskbar .minmodetoggle {
    background-position: -35px -1820px;
    height: 42px;
}
#mainscreen {
    bottom: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 88px;
}
#mainscreencontent {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 42px;
}
#mainscreen.offset {
    top: 132px;
}
#mainscreen .offset {
    top: 42px;
}
.minimal #mainscreen {
    top: 62px;
}
.minimal #mainscreen.offset {
    top: 102px;
}
.extwin #mainscreen {
    top: 40px;
}
.extwin #mainscreen.offset {
    top: 86px;
}
.uibox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    box-shadow: 0 0 2px #999;
    overflow: hidden;
}
.minwidth {
    min-width: 1024px;
}
.scroller {
    overflow: auto;
}
.watermark {
    background-image: url("images/watermark.jpg?v=e784.5000");
    background-position: center center;
    background-repeat: no-repeat;
}
@media not all {
.iframebox {
    overflow: auto;
}
}
.listbox {
    background: #F3F3F3 none repeat scroll 0 0;
    overflow: hidden;
}
.listbox .scroller {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.listbox .scroller.withfooter {
    bottom: 42px;
}
.listbox .boxtitle + .scroller {
    top: 34px;
}
.boxtitle, .uibox .listing thead th, .uibox .listing thead td {
    border-bottom: 1px solid #bbd3da;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 7px 8px 6px;
    text-shadow: 0 1px 1px #fff;
    white-space: nowrap;
}
.uibox .listing thead th, .uibox .listing thead td {
    height: auto;
    padding-bottom: 8px;
}
.uibox .boxtitle, .uibox .listing thead th, .uibox .listing thead td {
    background: #b0ccd7 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #004458;
}
.listbox .listitem, .listbox .tablink, .listing tbody td, .listing li {
    border-bottom: 1px solid #bbd3da;
    border-top: 1px solid #fff;
    cursor: default;
    display: block;
    font-weight: normal;
}
.listbox .listitem a, .listbox .listitem span, .listbox .tablink a, .listing tbody td, .listing li a {
    color: #333333;
    cursor: default;
    display: block;
    height: 17px;
    line-height: 17px;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
    white-space: nowrap;
}
.listing tbody td {
    display: table-cell;
    min-height: 14px;
    outline: 0 none;
}
.listing tbody td a {
    color: #376572;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}
.webkit .listing tbody td {
    height: 14px;
}
.listing thead tr td:first-child, .listing tbody tr td:first-child {
    border-left: 2px solid transparent;
    padding-left: 6px;
}
.listing.iconized thead tr td:first-child, .listing.iconized tbody tr td:first-child {
    padding-left: 34px;
}
.listing.focus tbody tr.focused > td:first-child {
    border-left: 2px solid #739da8;
}
.listbox .listitem.selected, .listbox .tablink.selected, .listbox .listitem.selected > a, .listbox .tablink.selected > a, .listing tbody tr.selected td, .listing li.selected, .listing li.selected > a {
    background-color: #D8D8D8;
    color: #004458;
    font-weight: bold;
}
ul.listing {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.listing li {
    background-color: #F3F3F3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.listing li ul {
    border-top: 1px solid #bbd3da;
}
ul.listing li.droptarget, table.listing tr.droptarget td {
    background-color: #e8e798;
}
.listbox table.listing {
    background-color: #d9ecf4;
}
table.listing, table.layout {
    border: 0 none;
    border-spacing: 0;
    width: 100%;
}
table.layout td {
    vertical-align: top;
}
ul.treelist li {
    position: relative;
}
ul.treelist li ul {
    margin: 0;
    padding: 0;
}
ul.treelist li ul li:last-child {
    border-bottom: 0 none;
}
ul.treelist li a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
}
ul.treelist li a:focus, ul.listing .listitem a:focus, ul.listing .listitem span:focus, ul.listing.focus .listitem.focused span {
    background-color: rgba(73, 180, 210, 0.6);
    color: #fff !important;
    outline: 0 none;
    text-shadow: 0 1px 1px #666;
}
ul.treelist ul li a {
    padding-left: 38px;
}
ul.treelist ul ul li a {
    padding-left: 54px;
}
ul.treelist.iconized li a {
    padding-left: 36px;
}
ul.treelist.iconized ul li a {
    padding-left: 62px;
}
ul.treelist.iconized ul ul li a {
    padding-left: 88px;
}
ul.treelist.iconized ul ul ul li a {
    padding-left: 114px;
}
ul.treelist li div.treetoggle {
    background: rgba(0, 0, 0, 0) url("images/listicons.png?v=1877.13442") no-repeat scroll -3px -144px;
    cursor: pointer;
    height: 13px;
    left: 4px;
    position: absolute;
    top: 7px;
    width: 13px;
}
ul.treelist li ul li div.treetoggle {
    left: 22px;
}
ul.treelist.iconized li div.treetoggle {
    left: 19px;
    top: 13px;
}
ul.treelist.iconized ul li div.treetoggle {
    left: 45px;
}
ul.treelist.iconized ul ul li div.treetoggle {
    left: 71px;
}
ul.treelist li div.treetoggle.expanded {
    background-position: -3px -168px;
}
ul.treelist li.selected > div.collapsed {
    background-position: -23px -144px;
}
ul.treelist li.selected > div.expanded {
    background-position: -23px -168px;
}
.listbox .boxfooter {
    background: #F3F3F3 none repeat scroll 0 0;
    border-top: 1px solid #ccdde4;
    bottom: 0;
    box-shadow: 0 1px 0 0 #fff inset;
    height: 42px;
    left: 0;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}
.uibox .boxfooter {
    border-radius: 0 0 4px 4px;
}
.boxfooter .listbutton {
    background: #D8D8D8 none repeat scroll 0 0;
    border-right: 1px solid #fff;
    display: inline-block;
    margin-top: 1px;
    padding: 3px 0;
    text-decoration: none;
    width: 48px;
}
.boxfooter a.listbutton:focus {
    background-color: rgba(73, 180, 210, 0.6);
    color: #fff;
    outline: 0 none;
    text-shadow: 0 1px 1px #666;
}
.uibox .boxfooter .listbutton:first-child {
    border-radius: 0 0 0 4px;
}
.boxfooter .listbutton .inner {
    background-image: url("images/buttons.png?v=32cf.15571");
    background-position: -1000px 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    text-indent: -5000px;
    width: 48px;
}
.boxfooter .listbutton.add .inner {
    background-position: 10px -1301px;
}
.boxfooter .listbutton.delete .inner {
    background-position: 10px -1342px;
}
.boxfooter .listbutton.groupactions .inner {
    background-position: 5px -1382px;
}
.boxfooter .listbutton.addto .inner {
    background-position: 5px -1422px;
}
.boxfooter .listbutton.addcc .inner {
    background-position: 5px -1462px;
}
.boxfooter .listbutton.addbcc {
    width: 54px;
}
.boxfooter .listbutton.addbcc .inner {
    background-position: 2px -1502px;
    width: 54px;
}
.boxfooter .listbutton.removegroup .inner {
    background-position: 5px -1540px;
}
.boxfooter .listbutton.disabled .inner {
    opacity: 0.4;
}
.boxfooter .countdisplay {
    color: #69929e;
    display: inline-block;
    padding: 3px 6px;
    position: relative;
    top: 10px;
}
.boxpagenav {
    position: absolute;
    right: 6px;
    top: 10px;
    width: auto;
}
.boxpagenav a.icon {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -4px -286px;
    display: inline-block;
    height: 13px;
    overflow: hidden;
    padding: 1px 3px;
    text-indent: 1000px;
    vertical-align: bottom;
    width: 14px;
}
.boxpagenav a.icon.prevpage {
    background-position: -4px -301px;
}
.boxpagenav a.icon.nextpage {
    background-position: -28px -301px;
}
.boxpagenav a.icon.lastpage {
    background-position: -28px -286px;
}
.boxpagenav a.icon.disabled {
    opacity: 0.4;
}
.centerbox {
    margin: 16px auto;
    width: 40em;
}
.errorbox {
    padding: 20px;
    width: 40em;
}
.errorbox h3 {
    font-size: 16px;
    margin-top: 0;
}
table.records-table {
    border: 1px solid #bbd3da;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.boxlistcontent .records-table {
    border: 0 none;
}
.records-table thead th, .records-table thead td {
    background: #1d75c8;
    border-left: 1px solid #bbd3da;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 8px 7px;
    text-align: left;
    text-overflow: ellipsis;
}
.records-table.sortheader thead th, .records-table.sortheader thead td {
    padding: 0;
}
.records-table thead th a, .records-table thead td a, .records-table thead th span, .records-table thead td span {
    color: #FFF;
    display: block;
    overflow: hidden;
    padding: 7px;
    text-decoration: none;
    text-overflow: ellipsis;
}
.records-table thead th a:focus, .records-table thead td a:focus {
    background-color: rgba(73, 180, 210, 0.7);
    color: #fff;
    outline: 0 none;
    text-shadow: 0 1px 1px #666;
}
.records-table tbody td {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px dotted #bbd3da;
    cursor: default;
    outline: 0 none;
    overflow: hidden;
    padding: 2px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.records-table thead tr th:first-child, .records-table thead tr td:first-child, .records-table tbody tr td:first-child {
    border-left: 2px solid transparent;
    padding-left: 4px;
}
.records-table.focus tbody tr.focused > td:first-child {
    border-left: 2px solid #49b3d2;
}
.records-table tr.selected td {
    background-color: #4db0d2 !important;
    color: #fff !important;
}
.records-table.focus tr.selected td {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #019bc6 0px, #017cb4 100%) repeat scroll 0 0;
}
.records-table tr.selected td a, .records-table tr.selected td span {
    color: #fff !important;
}
.records-table tr.deleted td, .records-table tr.deleted td a {
    color: #ccc !important;
}
#aboutframe {
    border: 0 none;
    height: 100%;
    padding: 0;
    width: 97%;
}
body.iframe {
    background: #fff none repeat scroll 0 0;
    margin: 38px 0 10px;
}
body.iframe.error {
    background: #ededed none repeat scroll 0 0;
}
body.iframe.floatingbuttons {
    margin-bottom: 40px;
}
body.iframe.fullheight {
    margin: 0;
}
.contentbox .boxtitle, body.iframe .boxtitle {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eee 0px, #dfdfdf 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #777;
}
body.iframe .boxtitle {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
body.iframe .footerleft.floating, #composeview-bottom .formbuttons.floating {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding-bottom: 12px;
    padding-top: 8px;
    position: fixed;
    width: 100%;
    z-index: 110;
}
body.iframe .footerleft.floating::before, #composeview-bottom .formbuttons.floating::before {
    background: rgba(0, 0, 0, 0) url("images/overflowshadow.png?v=71ba.250") no-repeat scroll center top;
    content: " ";
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}
.boxcontent {
    padding: 10px;
}
.boxcontent .boxwarning {
    background: #fef893 url("images/messages.png?v=3a4f.1461") no-repeat scroll 5px -85px;
    border: 1px solid #ffdf0e;
    color: #960;
    display: block;
    margin: 0 0 10px;
    padding: 6px 12px 6px 30px;
}
.contentbox .scroller {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 34px;
}
.iframebox {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.footerleft {
    padding: 0 12px 4px;
}
.propform fieldset {
    border: 0 none;
    margin-bottom: 20px;
    padding: 0;
}
.propform fieldset legend {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.propform fieldset fieldset legend {
    color: #666;
    font-size: 12px;
}
.propform div.prop {
    margin-bottom: 0.5em;
}
.propform div.prop.block label {
    display: block;
    margin-bottom: 0.3em;
}
.propform div.prop.block input, .propform div.prop.block textarea {
    width: 95%;
}
.propform a.disabled {
    color: #999;
    cursor: default;
    text-decoration: none;
}
fieldset.floating {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
table.propform {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
ul.proplist li, table.propform td {
    background: #eee none repeat scroll 0 0;
    border-bottom: 2px solid #fff;
    padding: 4px 10px;
    width: 80%;
}
table.propform td.title {
    color: #333;
    padding-right: 20px;
    white-space: nowrap;
    width: 20%;
}
table.propform .mceLayout td {
    border-bottom: 0 none;
    padding: 0;
}
ul.proplist {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.proplist li {
    width: auto;
}
#pluginbody {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#login-form {
    margin: 20ex auto 2ex;
    position: relative;
    width: 580px;
}
#login-form .box-inner {
    background: #5c5c5c url("images/linen_login.jpg?v=0484.10363") no-repeat scroll left top;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 0 1px #ccc inset;
    margin: 0 50px;
    padding: 10px 24px 24px;
    width: 430px;
}
#login-form .box-bottom {
    background: rgba(0, 0, 0, 0) url("images/login_shadow.png?v=1169.789") no-repeat scroll center top;
    margin-top: -3px;
    padding-top: 10px;
}
#login-form .noscriptwarning {
    color: #cf2734;
    font-size: 110%;
    font-weight: bold;
    margin: 0 auto;
    width: 430px;
}
#login-form td.input {
    padding: 8px;
    width: 80%;
}
#login-form input[type="text"], #login-form input[type="password"] {
    border-color: #666;
    width: 100%;
}
#login-form input.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0px, #e2e2e2 100%) repeat scroll 0 0;
    border-color: #f9f9f9;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #444;
    text-shadow: 0 1px 1px #fff;
}
#login-form input.button:hover, #login-form input.button:focus {
    box-shadow: 0 0 5px 2px rgba(71, 135, 177, 0.9), 0 1px 0 0 #fff inset;
}
#login-form input.button:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dcdcdc 0px, #f9f9f9 100%) repeat scroll 0 0;
    color: #333;
}
#login-form form table {
    width: 98%;
}
#login-form td.title {
    color: #FFF;
    padding-right: 1em;
    text-align: right;
    text-shadow: 0 1px 1px black;
    white-space: nowrap;
    width: 20%;
}
#login-form p.formbuttons {
    margin-top: 2em;
    text-align: center;
}
#login-form #logo {
    border: 0 none;
    margin-bottom: 20px;
}
#login-form #message {
    font-size: 1.1em;
    min-height: 40px;
    padding: 5px 25px;
    text-align: center;
}
#login-form #message div {
    display: inline-block;
    font-size: 12px;
    padding-right: 0;
}
#bottomline {
    font-size: 90%;
    margin-top: 2em;
    text-align: center;
}
.searchbox {
    position: relative;
}
#quicksearchbar {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 240px;
}
.searchbox input, #quicksearchbar input {
    background: #f1f1f1 none repeat scroll 0 0;
    border-color: #ababab;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    margin: 0;
    padding: 3px 30px 3px 34px;
    width: 176px;
}
.searchbox .searchicon, .searchbox #searchmenulink, #quicksearchbar #searchmenulink {
    left: 6px;
    position: absolute;
    top: 5px;
}
.searchbox #searchreset, .searchbox .iconbutton.reset, #quicksearchbar #searchreset {
    position: absolute;
    right: 1px;
    top: 4px;
}
.listsearchbox {
    background: #D8D8D8 none repeat scroll 0 0;
    display: none;
    padding: 4px;
}
.listsearchbox input {
    box-sizing: border-box;
    height: 26px;
    width: 100%;
}
.toolbar .spacer {
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 24px;
}
.toolbar a.button {
    background: transparent url("images/buttons.png?v=32cf.15571") no-repeat scroll -100px 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 10px;
    height: 13px;
    max-width: 70px;
    min-width: 50px;
    overflow: hidden;
    padding: 28px 2px 0;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px #eee;
    white-space: nowrap;
}
.dropbutton .dropbuttontip:focus, .toolbar a.button:focus {
    background-color: rgba(30, 150, 192, 0.5);
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 1px 1px #666;
}
.toolbar a.button.disabled {
    opacity: 0.4;
}
.toolbar a.button.selected {
    color: #1978a1;
}
.toolbar a.button.selected:focus {
    color: #fff;
}
.toolbar a.button.hidden {
    display: none;
}
.dropbutton {
    display: inline-block;
    position: relative;
}
.dropbutton .dropbuttontip {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll 0 -1255px;
    cursor: pointer;
    display: block;
    height: 41px;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -5000px;
    top: 0;
    width: 18px;
}
.dropbutton .dropbuttontip:focus, .dropbutton .dropbuttontip:hover {
    background-position: -26px -1255px;
}
.dropbutton a.button.disabled + .dropbuttontip {
    opacity: 0.5;
}
.dropbutton a.button.disabled + .dropbuttontip:hover {
    background-position: 0 -1255px;
}
.dropbutton a.button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.toolbar a.button.back {
    background-position: 0 -1216px;
}
.toolbar a.button.checkmail {
    background-position: center -1176px;
}
.toolbar a.button.compose {
    background-position: center -530px;
}
.toolbar a.button.reply {
    background-position: center -570px;
}
.toolbar a.button.reply-all {
    background-position: 0 -610px;
    min-width: 64px;
}
.toolbar a.button.forward {
    background-position: 0 -650px;
    min-width: 64px;
}
.toolbar a.button.delete {
    background-position: center -690px;
}
.toolbar a.button.archive {
    background-position: center -730px;
}
.toolbar a.button.junk {
    background-position: center -770px;
}
.toolbar a.button.print {
    background-position: center -810px;
}
.toolbar a.button.markmessage {
    background-position: center -1094px;
}
.toolbar a.button.move {
    background-position: center -1971px;
}
.toolbar a.button.more {
    background-position: center -850px;
}
.toolbar a.button.attach {
    background-position: center -890px;
}
.toolbar a.button.spellcheck {
    background-position: 0 -930px;
    min-width: 64px;
}
.toolbar a.button.spellcheck.selected {
    background-position: 0 -1620px;
    color: #1978a1;
}
.toolbar a.button.insertsig {
    background-position: center -1135px;
}
.toolbar a.button.search {
    background-position: center -970px;
}
.toolbar a.button.import {
    background-position: center -1012px;
}
.toolbar a.button.export {
    background-position: 0 -1054px;
    min-width: 64px;
}
.toolbar a.button.send {
    background-position: center -1660px;
}
.toolbar a.button.savedraft {
    background-position: center -1700px;
}
.toolbar a.button.close {
    background-position: 0 -1745px;
}
.toolbar a.button.download {
    background-position: center -1892px;
}
.toolbar a.button.responses {
    background-position: center -1932px;
}
.toolbar a.button.encrypt {
    background-position: center -2025px;
}
.toolbar a.button.encrypt.selected {
    background-position: center -2068px;
}
a.menuselector {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8f8f8 0px, #ddd 100%) repeat scroll 0 0;
    border: 1px solid #ababab;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
a.menuselector .handle {
    background: rgba(0, 0, 0, 0) url("images/selector.png?v=799c.181") no-repeat scroll right center;
    border-radius: 4px;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    padding: 0 32px 0 6px;
    text-shadow: 0 1px 1px #fff;
}
a.menuselector:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ddd 0px, #f8f8f8 100%) repeat scroll 0 0;
    text-decoration: none;
}
select.decorated {
    border: 0 none;
    cursor: pointer;
    height: 22px;
    opacity: 0;
    position: relative;
    z-index: 10;
}
html.opera select.decorated {
    opacity: 1;
}
select.decorated option {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #444 none repeat scroll 0 0;
    border-color: #5a5a5a -moz-use-text-color #333;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    color: #fff;
    cursor: default;
    outline: 0 none;
    padding: 4px 6px;
    text-shadow: 0 1px 1px #333;
}
a.menuselector:focus, a.menuselector.focus, a.iconbutton:focus, .pagenav a.button:focus {
    border-color: #4fadd5;
    box-shadow: 0 0 4px 2px rgba(71, 135, 177, 0.8);
    outline: 0 none;
}
#quotadisplay {
    background: rgba(0, 0, 0, 0) url("images/quota.png?v=5c9e.4967") no-repeat scroll -100px 0;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    left: 6px;
    padding-left: 30px;
    text-shadow: 0 1px 1px #fff;
}
#quotadisplay.p90, #quotadisplay.p100 {
    color: #e03221;
}
table.quota-info {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px;
    table-layout: fixed;
}
table.quota-info td, table.quota-info th {
    border: 1px solid lightgrey;
    color: white;
    min-width: 80px;
    padding: 2px 3px;
    text-align: center;
}
table.quota-info td.name {
    text-align: left;
}
table.quota-info td.root {
    font-style: italic;
}
.popupmenu, #rcmKSearchpane {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 #333;
    display: none;
    left: 90px;
    max-height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 32px;
    width: auto;
    z-index: 240;
}
.popupmenu.dropdown {
    border-radius: 0 0 4px 4px;
    border-top: 0 none;
}
ul.toolbarmenu, ul.toolbarmenu ul, #rcmKSearchpane ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.googie_list td, ul.toolbarmenu li, #rcmKSearchpane ul li {
    border-bottom: 1px solid #333;
    border-top: 1px solid #5a5a5a;
    color: #fff;
    margin: 0;
    min-width: 130px;
    white-space: nowrap;
}
.googie_list tr:first-child td, ul.toolbarmenu > li:first-child, select.decorated option:first-child {
    border-top: 0 none;
}
.googie_list tr:last-child td, ul.toolbarmenu > li:last-child, select.decorated option:last-child {
    border-bottom: 0 none;
}
.googie_list td span, ul.toolbarmenu li a {
    color: #666;
    display: block;
    min-height: 14px;
    padding: 6px 16px 6px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #333;
}
.googie_list td span {
    padding: 3px 10px;
}
.googie_list td span, ul.toolbarmenu li a.active {
    color: #fff;
    cursor: default;
}
.googie_list td.googie_list_onhover, ul.toolbarmenu li a.active:hover, ul.toolbarmenu li a.active:focus, #rcmKSearchpane ul li.selected, #pagejump-selector ul li.selected, select.decorated option:hover, select.decorated option[selected="selected"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #00aad6 0px, #008fc9 100%) repeat scroll 0 0;
    outline: 0 none;
}
ul.toolbarmenu.iconized li a, ul.toolbarmenu.selectable li a {
    padding-left: 30px;
}
ul.toolbarmenu.selectable li a.selected {
    background: rgba(0, 0, 0, 0) url("images/messages.png?v=3a4f.1461") no-repeat scroll 4px -27px;
}
ul.toolbarmenu li label {
    color: #fff;
    display: block;
    padding: 4px 8px;
    text-shadow: 0 1px 1px #333;
}
ul.toolbarmenu li.separator label {
    color: #bbb;
    font-style: italic;
    line-height: 17px;
    padding: 0 8px;
}
ul.toolbarmenu li input {
    margin: 0;
}
ul.toolbarmenu li a.icon {
    color: #eee;
    padding: 2px 6px;
}
ul.toolbarmenu li span.icon, #rcmKSearchpane ul li i.icon {
    background-image: url("images/listicons.png?v=1877.13442");
    background-position: -100px 0;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    min-height: 14px;
    opacity: 0.2;
    padding: 4px 4px 1px 24px;
}
ul.toolbarmenu li a.active span.icon {
    opacity: 0.99;
}
ul.toolbarmenu li span.read {
    background-position: 0 -1220px;
}
ul.toolbarmenu li span.unread {
    background-position: 0 -1196px;
}
ul.toolbarmenu li span.flagged {
    background-position: 0 -1244px;
}
ul.toolbarmenu li span.unflagged {
    background-position: 0 -1268px;
}
ul.toolbarmenu li span.mail {
    background-position: 0 -1293px;
}
ul.toolbarmenu li span.list {
    background-position: 0 -1317px;
}
ul.toolbarmenu li span.invert {
    background-position: 0 -1340px;
}
ul.toolbarmenu li span.cross {
    background-position: 0 -1365px;
}
ul.toolbarmenu li span.print {
    background-position: 0 -1436px;
}
ul.toolbarmenu li span.download {
    background-position: 0 -1412px;
}
ul.toolbarmenu li span.edit {
    background-position: 0 -1388px;
}
ul.toolbarmenu li span.viewsource {
    background-position: 0 -1460px;
}
ul.toolbarmenu li span.extwin {
    background-position: 0 -1484px;
}
ul.toolbarmenu li span.conversation {
    background-position: 0 -1532px;
}
ul.toolbarmenu li span.move {
    background-position: 0 -2126px;
}
ul.toolbarmenu li span.copy {
    background-position: 0 -2150px;
}
#pagejump-selector {
    max-height: 250px;
    overflow-x: hidden;
}
#pagejump-selector ul li {
    cursor: default;
    min-width: 45px;
    padding: 2px 5px;
}
#snippetslist {
    max-width: 200px;
}
#snippetslist li a {
    overflow: hidden;
    text-overflow: ellipsis;
}
#rcmKSearchpane {
    border-radius: 0 0 4px 4px;
    border-top: 0 none;
}
#rcmKSearchpane ul li {
    border: 0 none;
    cursor: default;
    min-height: 14px;
    padding: 6px 10px 6px 28px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px #333;
}
#rcmKSearchpane ul li i.icon {
    background-position: -1px -2223px;
    height: 18px;
    left: 5px;
    opacity: 0.99;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 18px;
}
#rcmKSearchpane ul li.group i.icon {
    background-position: -1px -2247px;
}
.popupdialog {
    display: none;
    padding: 10px;
}
.popupdialog .formbuttons {
    margin: 20px 0 4px;
}
.ui-dialog .prompt input {
    display: block;
    margin: 8px 0;
}
.hint {
    color: #999;
    margin: 4px 0;
    text-shadow: 0 1px 1px #fff;
}
.splitter {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) url("images/splitter.png?v=2724.136") no-repeat scroll center center;
    position: absolute;
}
.splitter-h {
    background-position: center 0;
    cursor: row-resize;
    height: 10px;
    width: 100%;
}
.splitter-v {
    background-position: 0 center;
    cursor: col-resize;
    height: 100%;
    width: 10px;
}
#rcmdraglayer {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 #333;
    color: #ccc;
    min-width: 260px;
    opacity: 0.92;
    padding: 6px 8px;
    text-shadow: 0 1px 1px #333;
    white-space: nowrap;
    width: auto !important;
    z-index: 250;
}
#rcmdraglayer::after {
    border-color: transparent #444;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    left: -6px;
    position: absolute;
    top: 6px;
    width: 0;
    z-index: 251;
}
.draglayercopy::before {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll -7px -358px;
    bottom: -6px;
    content: " ";
    height: 16px;
    left: -6px;
    position: absolute;
    width: 16px;
    z-index: 255;
}
.popup label > input {
    margin-left: 10px;
}
#folder-selector {
    z-index: 1000;
}
#folder-selector li a span {
    background: rgba(0, 0, 0, 0) url("images/listicons.png?v=1877.13442") no-repeat scroll 4px -2021px;
    display: block;
    height: 17px;
    max-width: 120px;
    min-height: 14px;
    overflow: hidden;
    padding: 4px 4px 1px 28px;
    text-overflow: ellipsis;
}
#folder-selector li a.virtual {
    opacity: 0.2;
}
#folder-selector li a.inbox span {
    background-position: 4px -2049px;
}
#folder-selector li a.drafts span {
    background-position: 4px -1388px;
}
#folder-selector li a.sent span {
    background-position: 4px -2074px;
}
#folder-selector li a.trash span {
    background-position: 4px -1508px;
}
#folder-selector li a.junk span {
    background-position: 4px -2100px;
}
.folderlist li.mailbox a {
    background-image: url("images/listicons.png?v=1877.13442");
    background-position: 6px 3px;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-left: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.folderlist li.mailbox.unread > a {
    padding-right: 36px;
}
.folderlist li.mailbox > a:focus, .folderlist li.mailbox.selected > a {
    background-position: 6px -21px;
}
.folderlist li.mailbox.inbox > a {
    background-position: 6px -189px;
}
.folderlist li.mailbox.inbox > a:focus, .folderlist li.mailbox.inbox.selected > a {
    background-position: 6px -213px;
}
.folderlist li.mailbox.drafts > a {
    background-position: 6px -238px;
}
.folderlist li.mailbox.drafts > a:focus, .folderlist li.mailbox.drafts.selected > a {
    background-position: 6px -262px;
}
.folderlist li.mailbox.sent > a {
    background-position: 6px -286px;
}
.folderlist li.mailbox.sent > a:focus, .folderlist li.mailbox.sent.selected > a {
    background-position: 6px -310px;
}
.folderlist li.mailbox.junk > a {
    background-position: 6px -334px;
}
.folderlist li.mailbox.junk > a:focus, .folderlist li.mailbox.junk.selected > a {
    background-position: 6px -358px;
}
.folderlist li.mailbox.trash > a {
    background-position: 6px -382px;
}
.folderlist li.mailbox.trash > a:focus, .folderlist li.mailbox.trash.selected > a {
    background-position: 6px -406px;
}
.folderlist li.mailbox.trash.empty > a {
    background-position: 6px -1924px;
}
.folderlist li.mailbox.trash.empty > a:focus, .folderlist li.mailbox.trash.empty.selected > a {
    background-position: 6px -1948px;
}
.folderlist li.mailbox.archive > a {
    background-position: 6px -1699px;
}
.folderlist li.mailbox.archive > a:focus, .folderlist li.mailbox.archive.selected > a {
    background-position: 6px -1723px;
}
.folderlist li.mailbox ul li.drafts > a {
    background-position: 23px -238px;
}
.folderlist li.mailbox ul li.drafts > a:focus, .folderlist li.mailbox ul li.drafts.selected > a {
    background-position: 23px -262px;
}
.folderlist li.mailbox ul li.sent > a {
    background-position: 23px -286px;
}
.folderlist li.mailbox ul li.sent > a:focus, .folderlist li.mailbox ul li.sent.selected > a {
    background-position: 23px -310px;
}
.folderlist li.mailbox ul li.junk > a {
    background-position: 23px -334px;
}
.folderlist li.mailbox ul li.junk > a:focus, .folderlist li.mailbox ul li.junk.selected > a {
    background-position: 23px -358px;
}
.folderlist li.mailbox ul li.trash > a {
    background-position: 23px -382px;
}
.folderlist li.mailbox ul li.trash > a:focus, .folderlist li.mailbox ul li.trash.selected > a {
    background-position: 23px -406px;
}
.folderlist li.mailbox ul li.trash.empty > a {
    background-position: 23px -1924px;
}
.folderlist li.mailbox ul li.trash.empty > a:focus, .folderlist li.mailbox ul li.trash.empty.selected > a {
    background-position: 23px -1948px;
}
.folderlist li.mailbox ul li.archive > a {
    background-position: 23px -1699px;
}
.folderlist li.mailbox ul li.archive > a:focus, .folderlist li.mailbox ul li.archive.selected > a {
    background-position: 23px -1723px;
}
.folderlist li.virtual > a {
    color: #aaa;
}
.folderlist li.mailbox div.treetoggle {
    left: 19px;
    top: 13px;
}
.folderlist li.mailbox ul li:last-child {
    border-bottom: 0 none;
}
.folderlist li.mailbox ul {
    border-top: 1px solid #bbd3da;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.folderlist li.mailbox ul li a {
    background-position: 22px -95px;
    padding-left: 52px;
}
.folderlist li.mailbox ul li > a:focus, .folderlist li.mailbox ul li.selected > a {
    background-position: 22px -119px;
}
.folderlist li.mailbox ul li div.treetoggle {
    left: 33px;
    top: 14px;
}
.folderlist li.mailbox ul ul li.mailbox a {
    background-position: 38px -95px;
    padding-left: 68px;
}
.folderlist li.mailbox ul ul li > a:focus, .folderlist li.mailbox ul ul li.selected > a {
    background-position: 38px -119px;
}
.folderlist li.mailbox ul ul li div.treetoggle {
    left: 48px;
}
.folderlist li.mailbox ul ul ul li.mailbox a {
    background-position: 54px -95px;
    padding-left: 84px;
}
.folderlist li.mailbox ul ul ul li > a:focus, .folderlist li.mailbox ul ul ul li.selected > a {
    background-position: 54px -119px;
}
.folderlist li.mailbox ul ul ul li div.treetoggle {
    left: 64px;
}
.folderlist li.mailbox ul ul ul ul li.mailbox a {
    background-position: 70px -95px;
    padding-left: 100px;
}
.folderlist li.mailbox ul ul ul ul li > a:focus, .folderlist li.mailbox ul ul ul ul li.selected > a {
    background-position: 70px -119px;
}
.folderlist li.mailbox ul ul ul ul li div.treetoggle {
    left: 80px;
}
.folderlist li.mailbox ul ul ul ul ul li {
    padding-left: 16px;
}
.folderlist li.mailbox ul ul ul ul ul li div.treetoggle {
    left: 96px;
}
.attachmentslist {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
}
.attachmentslist li {
    background: rgba(0, 0, 0, 0) url("images/filetypes.png?v=91f3.4626") no-repeat scroll 0 0;
    display: block;
    margin-bottom: 1px;
    position: relative;
}
.attachmentslist li.txt, .attachmentslist li.text {
    background-position: 0 -416px;
}
.attachmentslist li.pdf {
    background-position: 0 -26px;
}
.attachmentslist li.doc, .attachmentslist li.docx, .attachmentslist li.msword {
    background-position: 0 -52px;
}
.attachmentslist li.odt {
    background-position: 0 -78px;
}
.attachmentslist li.xls, .attachmentslist li.xlsx, .attachmentslist li.msexcel {
    background-position: 0 -104px;
}
.attachmentslist li.ods {
    background-position: 0 -130px;
}
.attachmentslist li.zip, .attachmentslist li.gz {
    background-position: 0 -156px;
}
.attachmentslist li.rar {
    background-position: 0 -182px;
}
.attachmentslist li.image {
    background-position: 0 -208px;
}
.attachmentslist li.jpg, .attachmentslist li.jpeg {
    background-position: 0 -234px;
}
.attachmentslist li.png {
    background-position: 0 -260px;
}
.attachmentslist li.m4p {
    background-position: 0 -286px;
}
.attachmentslist li.mp3, .attachmentslist li.audio {
    background-position: 0 -312px;
}
.attachmentslist li.video {
    background-position: 0 -338px;
}
.attachmentslist li.ics, .attachmentslist li.calendar {
    background-position: 0 -364px;
}
.attachmentslist li.vcard {
    background-position: 0 -390px;
}
.attachmentslist li.sig, .attachmentslist li.pgp-signature, .attachmentslist li.pkcs7-signature {
    background-position: 0 -442px;
}
.attachmentslist li.html {
    background-position: 0 -468px;
}
.attachmentslist li.eml, .attachmentslist li.rfc822 {
    background-position: 0 -494px;
}
.attachmentslist li.ppt, .attachmentslist li.pptx, .attachmentslist li.ppsx, .attachmentslist li.vnd.mspowerpoint {
    background-position: 0 -520px;
}
.attachmentslist li.odp, .attachmentslist li.otp {
    background-position: 0 -546px;
}
.attachmentslist li a, #compose-attachments ul li {
    color: #333;
    display: block;
    font-weight: bold;
    line-height: 20px;
    outline: 0 none;
    overflow: hidden;
    padding: 3px 15px 3px 30px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px #fff;
    white-space: nowrap;
}
.attachmentslist li a.drop {
    background: rgba(0, 0, 0, 0) url("images/buttons.png?v=32cf.15571") no-repeat scroll center -1570px;
    cursor: pointer;
    height: 20px;
    outline: 0 none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -5000px;
    top: 0;
    width: 14px;
}
.attachmentslist li a:focus, .attachmentslist li a.drop:focus {
    background-color: rgba(30, 150, 192, 0.5);
    border-radius: 2px;
}
#compose-attachments ul li {
    padding-right: 28px;
}
.attachmentslist li a:hover {
    text-decoration: underline;
}
.attachmentslist li.uploading {
    background: rgba(0, 0, 0, 0) url("images/ajaxloader.gif?v=c252.1434") no-repeat scroll 2px 6px;
}
.attachmentslist li a.delete, .attachmentslist li a.cancelupload {
    background-image: url("images/buttons.png?v=32cf.15571");
    background-position: -6px -338px;
    background-repeat: no-repeat;
    height: 18px;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -5000px;
    top: 4px;
    width: 20px;
}
.attachmentslist li a.cancelupload {
    background-position: -6px -378px;
}
.tabbed.ui-tabs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none !important;
    padding: 0;
}
.ui-dialog .tabbed.ui-tabs {
    margin: -12px -8px 0;
}
.boxcontent.tabbed.ui-tabs {
    padding: 10px;
}
.ui-tabs .tabsbar.ui-tabs-nav {
    margin-bottom: 10px;
}
.ui-dialog-content .ui-tabs .tabsbar.ui-tabs-nav {
    margin-bottom: 0;
}
.tabsbar .tablink:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
.tabsbar .tablink:last-child a {
    border-right: 0 none;
}
.ui-tabs .ui-tabs-nav li.tablink a {
    background: #fff none repeat scroll 0 0;
}
.ui-tabs fieldset.ui-tabs-panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    margin-left: 0;
    padding: 0;
}
.ui-dialog .propform .ui-tabs-panel {
    background: #efefef none repeat scroll 0 0;
    display: block;
    padding: 0.5em 1em;
}
#image-selector-form.droptarget {
    background: rgba(0, 0, 0, 0) url("images/filedrop.png?v=ba79.421") no-repeat scroll center bottom;
}
.mce-btn-small .mce-ico {
    display: inline;
}
.mce-btn-small i {
    line-height: 16px !important;
    vertical-align: text-top !important;
}
.mce-textbox {
    border-radius: 0;
    box-shadow: none;
}
.mce-textbox:focus {
    box-shadow: none;
    outline: 0 none;
}