@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  src: url(fonts/JLrcxvhkM17op1c4raL9Fg.woff) format('woff');
}

html {
	height: 100%; /* fix the Firefox background image centring problem */
}

body {
	margin: 0;
	padding: 0;
	font: 80% NotoSans, sans-serif;
	color: #333;
}

p {
	padding: 3px 10px 3px 10px;
}

img, fieldset {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input[type=text],
input[type=password],
textarea {
	margin-bottom: 8px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

textarea:focus,
textarea:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=password]:focus,
input[type=password]:hover,
select:focus,
select:hover {
	border-color: #8f8f8f;
}

select {
	margin-bottom: 8px;
	margin-right: 4px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

a.button,
input.button,
input[type="submit"],
input[type="button"],
#loginAgain a,
#pageLoginError #link a {
	padding: 4px 12px;
	text-decoration: none;
	color: #fff !important;
	border: none;
	background: #aaa;
}

input[type="checkbox"], input[type="radio"] {
	border: 0 !important;
}

a.button:hover,
input.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

table {
	font-size: 100%;
	border-collapse: collapse;
}

body.mailbox td, body.compose td {
	padding: 0;
}

tr.tableHeader th, th.tableHeader, tr.tableHeaderRow {
	padding: 6px;
	margin: 0;
}

.box {
	margin-bottom: 15px;
}

.box td {
	padding: 6px;
}

/* generic classes */

.pageContainer {
	padding: 20px 20px 20px 20px;
	position: absolute;
	top: 55px;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
}

.pageContainer .pageContents {
	position: absolute;
	top: 41px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
}

.pageContainer .contentsTitle {
	position: fixed;
	top: 55px;
	left: 0;
	right: 0;
	height: 41px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

a.rowLink,
#messageTopBar .optionsInner a {
	padding: 2px 6px 4px 6px;
	font-size: 0.8em;
	color: #fff !important;
	margin: 0 4px 4px 0;
	white-space: nowrap;
	line-height: 180%;
	text-decoration: none;
	background: #aaa;
}

span.rowLink {
	padding: 2px 6px 4px 6px;
	font-size: 0.8em;
	color: #969696;
	margin: 0 4px 4px 0;
	background: #ddd;
}

#enmAdmin td {
	padding: 6px;
}

.tableHeader {
	border-bottom: 1px solid #ccc;
}

/* info box */

.infoBox {
	clear: both;
	margin: 10px 30px 10px 30px;
	border: 1px solid #ccc;
	padding: 15px;
	background: #FFEDA5;
	text-align: center;
	font-weight: bold;
	text-indent: 0;
}

/* error box */

.errorBox {
	clear: both;
	margin: 10px 30px 10px 30px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #FFE1DB;
	text-align: center;
}

.errorBoxClose {
	float: right;
	position: relative;
	top: -10px;
}

.errorBox p {
	padding: 0;
	text-indent: 0;
	margin: 10px 0 10px 0;
}

.errorBox .title {
	font-weight: bold;
	color: #890000;
}

/* cookie warning page */

#pageCookieWarning .pageContainer {
	top: 20px;
}

#pageCookieWarning h3 {
	top: 21px;
}

#pageCookieWarning .box {
	margin: 30px auto 30px auto;
	width: 800px;
	border: 1px;
	background: none;
}

/* login / login error page */


#pageLogin #pageFrame {
    position: relative;
    width: 750px;
    height: 420px;
    overflow: visible;
    margin: 50px auto 0 auto;
    background: #0075c8 url(login.jpg) no-repeat top left;
}

#pageLogin h1,
#pageLogout h1,
#pageLoginError h1 {
    color: #0075c8;
}

#pageLogin #organization {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 400px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
}

#pageLogin #pageFrame form {
    width: 350px;
    background: #fff;
    margin-left: auto;
}

#pageLogin #pageFrame #container {
    margin: 0 0 0 50px;
    padding: 0 0 50px 0;
    min-height: 420px;
}

#pageLogin fieldset {
    padding: 0;
    margin: 0;
}

#loginInputs table {
    width: 100%;
}

#loginInputs td {
    padding: 0 0 3px 0;
    display: block;
}

#loginInputs input[type=text],
#loginInputs input[type=password],
#loginInputs select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loginButton {
    background: #0075c8;
    padding: 7px 20px;
    font-size: 1.2em;
    margin-top: 20px;
}

#loginButton:hover {
    background: #138be1;
}

#enmLogo {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

#enmLogoText {
    margin-bottom: 6px;
    font-size: 80%;
    font-weight: bold;
    color: #0075c8;
}

#enmLogoFull {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 73px;
    height: 75px;
}

#enmLogoFull img {
    display: none;
}

#enmLogoFull:hover img {
    display: block;
}

#loginWarningBox {
    width: 750px;
    margin: 10px auto 0 auto;
    padding-right: 350px;
    text-align: left;
    font-size: 9pt;
}

#loginWarningBox .warningContainer {
    padding: 10px;
    margin-bottom: 6px;
}

#loginWarningBox span {
    display: block;
    margin-left: 36px;
}

#warningContainerIE6 div {
    background: url(loginWarningIE6.png) no-repeat;
}

#warningContainerCookies div {
    background: url(loginWarningCookies.png) no-repeat;
}

#loginWarningBox a, #copyright a {
    text-decoration: underline !important;
}

#loginAuto td {
    position: relative;
    padding-bottom: 10px;
}

#loginAuto .helpImage {
    position: absolute;
    top: 5px;
    right: 0;
}

#loginAuto a {
    color: #0075c8;
}

#loginAuto a:hover {
    text-decoration: none;
}

#loginAuto a:before {
  content: "\f05a";
}

#loginAuto .helpImage span {
    display: none;
}

/* logout */

#pageLogout #pageFrame,
#pageLoginError #pageFrame {
    width: 500px;
    margin: 50px auto 0 auto;
    text-align: center;
}


#loginAgain a,
#pageLoginError #link a {
    background: #0075c8;
}

/* left frame */

#frameLeft {
	margin: 0;
	color: #333;
	overflow: hidden;
}

#skinLogoImage {
	position: absolute;
	top: 0;
	left: 0;
}

#frameLeft #container {
	position: absolute;
	top: 55px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f3f3f3;
}

#frameLeft #scrollContents {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.unselectableFolder {
	color: #9da0a2;
}

.sectionTitle {
	padding: 3px 0 7px 12px;
	text-align: left;
	height: 40px;
	border-top: 1px solid #ccc;
}

.sectionTitle span {
	display: inline-block;
	min-height: 24px;
	padding: 6px 0 0 10px;
	font-size: 1.4em;
}

.sectionTitle a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	text-decoration: none;
	margin: 10px 10px 0 0;
	background-image: none !important;
	color: #d3d3d3;
}

.sectionTitle a:hover {
	color: #333;
}

#frameLeft .leftBox {
	padding: 10px;
	font-size: 90%;
	border-top: 1px solid #ccc;
}


#boxInfo .infoLine {
	margin-bottom: 6px;
	text-align: center;
}

#boxInfo .infoLine span {
	padding: 1px 0 5px 0;
	min-height: 16px;
	font-weight: bold;
}

#boxInfo .domain, #boxInfo .checkMail {
	display: none;
}

#boxFolders {
	padding: 0 10px 0 10px;
}

#boxFolders img {
	display: none;
}

#boxFolders .foldUnfold {
	color: #ababab;
}

#boxFolders .foldUnfold:hover {
    color: #333;
}

#boxFolders ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#boxFolders ul li {
	padding: 3px 0 3px 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

#boxFolders ul li.child {
	margin-left: 10px;
}

#boxFolders ul li a {
	margin-left: 7px;
	color: #333;
	padding: 6px 0;
}

#boxFolders .parenthesis {
	display: none;
}

#boxFolders .checkmailIcon {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	color: #ababab;
}

#boxFolders .checkmailIcon:before {
	content: "\f01e";
}

#boxFolders .checkmailIcon:hover {
	color: #333;
	text-decoration: none;
}

#purgeLink a {
	font-size: 80%;
}

.unseenString {
	display: inline-block;
	margin-left: 10px;
	padding: 0 6px;
	background: #fff;
	border-radius: 8px;
}

#boxFoldersBottom {
	display: none;
}

#boxExtra ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#boxExtra ul li {
	margin: 0;
	padding: 0 0 4px 0;
}

#boxExtra ul li#filters, #boxExtra ul li#pop3 {
	display: none;
}

#versionBox {
	position: fixed;
	bottom: 20px;
	left: 15px;
	right: 15px;
	min-width: 180px;
	display: none;
	padding: 38px 10px 8px 10px;
	color: #000;
	border: 1px solid;
	background: #fff;
}

#versionBox a {
	text-decoration: underline;
}

#versionBox h3 {
	position: absolute;
	top: 8px;
	left: 6px;
	right: 6px;
	font-size: 1.2em;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
}

#versionBox a#versionHide {
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	text-decoration: none;
}

#versionHide:hover {
	text-decoration: none;
}

#versionHide:before {
  content: "\f00d";
}

#versionHide img {
	display: none;
}

#versionBox h3 img {
	border: none;
}

#versionBox p {
	margin: 0;
	padding: 0 8px 4px 8px;
	font-size: 8pt;
	font-weight: normal;
}


/* right frame - top */

#frameRight {
	padding: 0 0 0 12px;
	overflow: hidden;
}

#topNoteBox {
	display: none;
	position: fixed;
	top: 0;
	left: 20%;
	right: 20%;
	z-index: 10;
	background: #FFFCEA;
	padding: 10px 15px 15px 15px;
	border: 1px solid #ccc;
	border-top: 0;
}

#topNoteHide {
	text-align: right;
	margin-bottom: 10px;
}

.motd { /* quote of the day and last login info (added by plugin) */
	padding: 0 0 6px 9px;
	font-size: 90%;
}

h2#organizationName {
	display: none;
}

#headerContainer {
    overflow: visible;
}

#headerIcons {
	position: absolute;
	top: 0;
	left: 0;
}

#headerIconsWrap .headerMenuButton span {
	display: inline-block;
}
#headerIconsWrap .headerMenuButton a {
	display: inline-block;
	padding: 17px 10px 15px 10px;
	height: 60px;
	border: 1px solid transparent;
	color: #fff !important;
}

#headerIconsWrap .headerMenuButton a:hover {
	text-decoration: none;
}

#headerIcons .buttonText {
	position: relative;
	top: -1px;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 8px;
}

#inboxButton .buttonIcon:before { content: "\f0e0"; }
#composeButton .buttonIcon:before { content: "\f044";}
#addressesButton .buttonIcon:before { content: "\f007"; }
#foldersButton .buttonIcon:before { content: "\f07c"; }
#optionsButton .buttonIcon:before { content: "\f0ad"; }

#moreButton .buttonText {
	display: none !important;
}

#currentFolderTop {
	display: none;
}

body.mailbox #currentFolderTop {
	display: block;
	position: absolute;
	top: 68px;
	left: 10px;
	z-index: 1;
	font-size: 0.8em;
}

#plugins a {
	display: block;
	padding: 4px 20px;
	border: 1px solid transparent;
	white-space: no-wrap;
	color: #333;
}

#plugins a:hover {
	text-decoration: none;
	background: #e9e9e9;
}

#usernameTop {
	position: absolute;
	top: 0;
	right: 10px;
	height: 55px;
	font-weight: bold;
	color: #fff;
}

#usernameTop span {
	position: relative;
	top: -4px;
	padding-top: 15px;
}

#usernameTop a {
	color: #fff;
	padding: 15px 5px;
	margin-left: 8px;
}

#usernameTop a:hover {
	text-decoration: none;
}

#usernameBottom {
	display: none;
}

#headerBottom {
	padding: 130px 0 0 0;
}

/* right frame - inbox */

#pageMail {
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

#pageMail .pageContents {
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

#currentFolderList {
	display: none;
}

#messageList_1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 5px;
	height: 40px;
	background: #fff;
	padding-top: 8px;
}

#messageList_2 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
}

#messageList_3 {
	position: absolute;
	top: 10px;
	bottom: 31px;
	left: 0;
	right: 0;
	overflow-y: auto;
	background: #fff;
	border-top: 1px solid #ccc;
}

#messageListTable_1 {
	width: auto;
	float: right;
}

#messageListTable_1 small {
	font-size: 100%;
}

#messageListTable_1 select {
    font-size: 0.8em;
}

#messageListTable_1 input {
	font-size: 9pt;
}

#messageList_1 span {
	font-size: 100%;
}

#messageListTable_1 td {
	padding: 0;
	vertical-align: top;
}

#messageListTable_1 select {
	max-width: 100px;
	padding: 3px;
	margin: 0;
}

#messageListTable_1 input {
	padding: 3px 5px;
	margin: 0 2px;
	color: #fff;
}

#paginatorTop {
	display: none;
}

.paginatorDiv {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;;
	height: 31px;
	color: #5E5E5E;
	border-top: 1px solid #ccc;
}

#searchPage .paginatorDiv {
	position: static;
	border: 0;
}

#paginatorBottom td {
	font-size: 8pt;
}

#paginatorBottom a {
	color: #333;
}

#paginatorBottom table td {
	padding: 7px 15px 10px 15px;
}

.paginator .separator {
	visibility: hidden;
}

#paginatorBottom .paginatorLink img {
    display: none;
}

#paginatorBottom a.paginatorLink {
    text-decoration: none;
}

#paginatorBottom .paginatorBack:before {
    content: "\f053";
}

#paginatorBottom .paginatorForward:before {
    content: "\f054";
}

#messageList_3 .messageRow td {
	padding: 5px 8px 5px 4px;
	color: #3f3f3f;
}

.messageRow td.fieldCheckbox {
	text-align: center;
	padding: 8px 10px 0 10px;
}

.fieldDate, .fieldFlags {
	text-align: center;
	white-space: nowrap;
}

.messageRow td.fieldSize {
	text-align: right;
	padding-right: 15px;
}

.fieldFlags div {
	padding-right: 5px;
}

.fieldFlags img {
	padding-left: 2px;
}

.messageFlagged {
	color: #B22600;
}

.messageNew {
	font-weight: bold;
}

#searchPage #mailboxButtons td {
	background: none;
	padding: 0;
}

#toggleHeader {
	display: block;
	color: #333 !important;
	margin-left: 8px;
}

#toggleHeader:before {
  content: "\f046";
}

.toggleAll {
	display: none;
}

a.toggle {
	color: #ababab !important;
}

a.toggle:hover {
	color: #333 !important;
}


/* right frame - read message */

#pageRead .pageContents {
	padding: 0 0 0 15px;
}

#readbodyWrap {
	padding: 15px;
}

#messageTopBar {
	padding: 0 0 10px 0;
}

#messageTopBar td {
	padding: 0;
}

#messageButtons {
	width: 90%;
}

#messageButtons a {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 5px 6px;
	white-space: nowrap;
	margin-bottom: 4px;
	font-size: 0.8em;
}

#messageButtons .gpgMessageButtons {
    margin-top: 20px;
}

.optionsPopup {
	display: none;
	position: absolute;
	padding: 10px;
	background: #FFFDEF;
	border: 1px solid #aaa;
}

.optionsPopupHeader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	color: #000;
	padding: 3px;
	font-size: 10px;
}

.optionsPopupContents {
	padding-top: 20px;
}

.optionsPopup a, .optionsPopup span {
	display: block;
	margin-bottom: 3px;
}

#mbiaBox table td {
	text-align: left;
}

#mbiaBox input {
	width: 100%;
}

#messageButtons .optionsPopup {
	margin-top: 28px;
	width: 200px;
}

#infoOptions .optionsPopup {
	left: 4px;
	right: 4px;
	margin: 4px 8px 0 8px;
}

#infoOptions .optionsPopup a {
	display: inline;
	margin: 0;
}

#messageBox {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0 5px 0;
	background: #FCFCFC;
}

#messageHeader {
	border-bottom: 1px solid #ccc;
	background: none;
}

#messageAttachments {
	border-top: 1px solid #ccc;
	background-color: #F9F9F9;
}

#messageBody {
	background: #fff;
}

#messageInfoTable .label {
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 20px 2px 6px;
}

#messageInfoTable .value {
	padding: 4px;
}

#infoOptions td.value {
	font-size: 8pt;
	padding: 4px;
}

#messageBody {
	padding: 13px;
}

#messageBody pre {
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#messageAttachTitle {
	display: none;
}

#messageAttachContents {
	padding: 15px;
}

#messageAttachContents td {
	padding: 8px 10px 8px 0;
}

#messageAttachContents td.attachFile {
	background: url(msgAttachment.png) no-repeat left center;
	padding-left: 25px;
}

#messageAttachContents td.attachType {
	padding: 0;
}

#messageAttachContents td.attachType span {
	display: none;
}

#messageReadbodyBottom {
	padding: 10px 0 10px 0;
}

#prevNext {
    white-space: nowrap;
}

#prevNext span {
    font-size: 1.2em;
    margin-left: 8px;
}

#prevNext > span {
    color: #bbb;
}

#prevNext a span {
    color: #666;
}

/* right frame - compose */

#composeNewWindow {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

#composeNewWindow .pageContents {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

#composeTable {
	width: 100%;
	border-spacing: 0;
}

#composeTable td.label, #composeAttachments td.attachLabel {
	padding-right: 10px;
	font-weight: bold;
	width: 5%;
	text-wrap: none;
}

#composeTable td {
	text-align: left;
}

#composeTable td.input {
	padding-top: 7px;
	box-sizing: border-box;
}

#composeTable td.input input {
	width: 100%;
}

#optionsBar {
	padding: 8px 0 8px 0;
}

#optionsBar .label, #optionsBar label {
	padding-right: 4px;
}

#optionsBar input[type=checkbox] {
	position: relative;
	top: 2px;
}

#optionsBar select {
	width: auto;
}

#buttonBar {
	padding-bottom: 8px;
}

#composeWrap textarea {
	width: 100%;
	border: 0;
	margin:0;
}

#composeWrap #bodyWrap {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

#composeSend {
	padding-top: 5px;
}

#attachInput {
	padding-top: 7px;
}

#attachAdd {
	margin-left: 5px;
	margin-right: 5px;
}

#attachMaxsizeText {
	color: #919191;
}

td.attachmentContainer {
	border: 1px solid #cccccc;
}

td.attachmentContainer table td {
	padding-right: 10px;
}

td.attachCheckbox {
	padding-top: 7px;
}

td.attachSize .parenthesis {
	display: inline;
}

#attachDelete {
	padding-top: 8px;
}

select.identitySelect {
	width: 100%;
}

/* right frame - addressbook */

#pageAddressBook #contents {
	padding-top: 15px;
}

#pageAddressBook table {
	border-spacing: 0;
}

#pageAddressBook table td {
	padding: 4px;
}

table.addressListTable tr td {
	padding: 4px 4px 2px 4px;
}

#addressSearchTable {
	margin-bottom: 15px;
}

.addressSearchError {
	font-weight: bold;
	text-align: center;
}

.addressHeaderSpacer {
	visibility: hidden;
}

/* right frame - options */

.optionTitle {
    font-size: 1.2em;
}

.tabLinks a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.optionTable td {
    padding-right: 10px;
}

#optionsFrameTable {
	background: none;
}

.optionsRowContainer {
	padding-bottom: 10px;
}

.optionBoxTitle,
.optionBoxDesc {
	padding: 5px;
	background: none;
}

.optionBoxTitle {
    border-bottom: 1px solid #ccc;
}

.optionBoxTitle a {
	font-weight: bold;
}

#indexOrder #indexItems {
	border: 1px solid #ccc;
}

#indexOrder #indexItems td {
	padding: 8px 4px 8px 8px;
	border-bottom: 1px solid #ccc;
}

#indexOrder #indexItems td.desc {
	font-weight: bold;
	padding-right: 15px;
	border-right: 1px solid #ccc;
}

#indexOrder form {
	padding-top: 15px;
}

#identities td {
	padding: 6px;
}

#identities tr.tableHeader th {
	border: 1px solid #ccc;
}

#identities td.label {
	border-left: 1px solid #ccc;
}

#identities td.input {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}

#identities td.input input[type=text], #identities td.input textarea {
	width: 100%;
}

#identities .lastRow {
	border-bottom: 1px solid #ccc;
}

.popup {
	display: none;
	position: fixed;
	top: 55px;
	padding: 0;
	z-index: 8;
	background: #fff;
	border-width: 2px;
	border-style: solid;
	border-top: none;
}

#skinOptions {
	padding: 8px 15px;
}

#skinOptions .colorBox {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 2px;
}

#skinOptions #skinSelect {
    margin-top: 5px;
}

#skinOptions #skinSelect,
#skinOptions #languageSelect {
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

#skinOptions #skinSelect select,
#skinOptions #languageSelect select {
    width: 140px;
}

#skinOptions .loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url(loader.gif) center center no-repeat;
    z-index: 1;
}


/* right frame - search */

#searchControls {
	width: 600px;
	margin: auto;
}

.searchResultsTitle {
	padding: 0;
	margin: 0 0 5px 0;
}

/* right frame - help */

.help h4 {
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

.helpNavigation a {
	text-decoration: underline;
}

.help ol li {
	padding-top: 10px;
}

.help ol li a {
	text-decoration: underline;
}

.help ol li ul {
	padding: 4px 0 0 0;
	margin: 0;
	text-decoration: none;
}

/* plugin: calendar (not-shared) */

#pluginCalendar #calendarHeader {
	padding-bottom: 15px;
}

#pluginCalendar #daysHeader th {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#pluginCalendar #innerContainer {
	padding: 0;
}

#pluginCalendar #innerContainer table td {
	border: 1px solid #ccc;
}

#pluginCalendar .enabledDay {
	background: #fff;
}

#pluginCalendar .disabledDay {
	background: #F7F7F7;
}

#pluginCalendar textarea {
	width: 100%;
}

/* plugin: smallcal / shared calendar left calendar */

#boxSmallCalTable {
	width: 100%;
}

#boxSmallCal td {
	padding: 5px;
}

#boxSmallCal td a {
	display: block;
	width: 100%;
	font-weight: normal;
}

#boxSmallCal th {
	text-align: center;
	padding: 5px 0 5px 0;
	font-weight: normal;
}

#boxSmallCal .smallCalToday {
	background: #ddd;
}

/* plugin: shared calendar */

#sharedCalendar .calendarHeader {
	border: 1px solid #ccc;
}

#sharedCalendar .calendarMonthTable th {
	padding: 6px;
}

#sharedCalendar .calendarMonthTable {
	border: 1px solid #ccc;
}

#sharedCalendar .calendarMonthTable td {
	border: 1px solid #ccc;
}

#sharedCalendar .calendarMonthTable table td {
	border: none;
}

#sharedCalendar .otherMonth {
	background: #F7F7F7;
}

#sharedCalendar .addEvent {
	padding-top: 12px;
}

#sharedCalendar #eventTable td {
	border-bottom: 1px solid #ccc;
}

#sharedCalendar td.eventCell {
	border: 1px solid #ccc;
	background: #FFF8D1;
}

#sharedCalendar tr.calendarManageHeader th {
	font-weight: normal;
}

#sharedCalendar h4.calendarName {
	padding: 15px 0 0 0;
	margin: 0;
	border-top: 1px solid #ccc;
}

/* plugin: todo */

#todoReminders td {
	padding: 6px;
}

#boxTodo table {
	width: 100%;
}

#boxTodo th {
	font-weight: normal;
}

#boxTodo td, #boxTodo th {
	padding: 3px 6px 3px 6px;
}

/* plugin: bookmarks */

#bookmarks .bookmarkListHeader {
	margin-bottom: 0;
}

#bookmarks table {
	margin-bottom: 15px;
}

/* plugin: quota */

#quota {
	margin: 15px 0 0 0;
}

#quota .infoBelow {
	display: block;
	padding-top: 5px;
}

/* plugin: tbaddr */

#composeTable .TBADiv input.button {
	margin-left: 5px;
}

#composeTable .TBADiv input.input {
	width: 80%;
}

/* plugin: preview_pane */

body.previewEmpty {
	background: url(previewWatermark.png) no-repeat center center;
	height: 100%;
}

#previewPane #header {
	display: none;
}

#previewPane .pageContainer, #previewPane .pageContainer .pageContents {
	position: inherit;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	overflow: inherit;
}

#previewPane .pageContainer .pageContents {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}

#previewPane .pageContainer h3 {
	display: none;
}

/* plugin: delete_move_next */

#plugin_delete_move_next .popupButton {
	text-align: right;
}

#plugin_delete_move_next .optionsPopup {
	right: 4px;
	margin: 4px 8px 0 8px;
}

#plugin_delete_move_next .optionsPopup a, #plugin_delete_move_next .optionsPopup span {
	width: 150px;
	text-align: left;
}

/* plugin: notes */

.noteTable {
	background: #FFFFD3;
}

.noteTable td {
	padding: 3px;
}

.noteHeader, .noteFooter {
	background: #F7EEA0;
}

.noteHeader {
	border-bottom: 1px solid #ccc;
}

.noteFooter {
	border-top: 1px solid #ccc;
}

.noteTitle {
	font-weight: bold;
}

/* other plugins */

#nmnewsOptions td {
	padding-right: 6px;
}

/* fonts */

.sectionTitle a,
#headerIcons .buttonIcon,
#boxFolders .checkmailIcon,
#versionHide,
#toggleHeader,
#pageLogin #loginAuto a,
#paginatorBottom .paginatorLink {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sectionTitle a,
#headerIcons .buttonIcon {
	font-size: 1.4em;
}



