* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

html {
	height: 100%; /* fix the Firefox background image centring problem */
}

body {
	margin: 0;
	padding: 0;
	/*font: 80% Helvetica, Arial;*/
}

fieldset {
	border: none;
}

p {
	padding: 3px 10px 3px 10px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	padding: 4px;
	margin-bottom: 8px;
	border: 1px solid #cccccc;
}

input:focus {
	background-color: #fffdcc;
}

select {
	width: 140px;
	padding: 2px;
	margin-bottom: 8px;
	margin-right: 4px;
	border: 1px solid #cccccc;
}

a.button, input.button, input[type="submit"], input[type="button"], #messageButtons a {
	padding: 2px 12px 2px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #606060;
	font-weight: bold;
	font-size: 9pt;
}

input[type="checkbox"], input[type="radio"] {
	border: 0 !important;
}

a.button:hover, input.button:hover, input[type="submit"]:hover, input[type="button"]:hover, #messageButtons a:hover {
	cursor: hand;
	text-decoration: none;
}

table {
	font-size: 100%;
	border-collapse: collapse;
}

body.mailbox td, body.compose td {
	padding: 0;
}
	
tr.tableHeader th, th.tableHeader, .header {
	padding: 6px;
	background: url(tableHeader.png) repeat-x;
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	margin: 0;
}

.box {
	border: 1px solid #d3d3d3;
	background-color: #f9f9f9;
	margin-bottom: 15px;
}

.box td, #nmailAdmin td {
	padding: 6px;
}

/* generic classes */

.pageContainer {
	padding: 20px 20px 20px 20px;
	position: absolute;
	top: 126px;
	bottom: 10px;
	right: 15px;
	left: 15px;
	background: #fff;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
  -moz-box-shadow: 1px 1px 12px #E5E5E5;
  -webkit-box-shadow: #E5E5E5 1px 1px 12px;
	box-shadow: 1px 1px 12px #E5E5E5;
	display:none;

}

.pageContainer .pageContents {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
}

.pageContainer .contentsTitle {
	position: fixed;
	top: 127px;
	left: 16px;
	right: 16px;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	background: url(tableHeader.png) repeat-x;
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

a.rowLink {
	padding: 1px 4px 1px 4px;
	font-size: 8pt;
	border: 1px solid #AFAFAF;
	color: #636363;
	margin: 0 4px 4px 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	line-height: 180%;
}

a.rowLink:hover {
	background-color: #E5E5E5;
	text-decoration: none;
}

span.rowLink {
	padding: 1px 4px 1px 4px;
	font-size: 8pt;
	border: 1px solid #969696;
	margin: 0 4px 4px 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #969696;
}


/* info box */

.infoBox {
	clear: both;
	margin: 10px 30px 10px 30px;
	border: 1px solid #B7B7B7;
	padding: 15px;
	background: #FFEDA5;
	text-align: center;
	font-weight: bold;
	text-indent: 0;
}

/* error box */

.errorBox {
	position: absolute;
	left: 20px;
	right: 20px;
	z-index: 99999;
	clear: both;
	margin: 10px 30px 10px 30px;
	border: 1px solid #B7B7B7;
	padding: 5px;
	background: #FFE1DB;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.errorBoxClose {
	position: absolute;
	right: 5px;
	top: 5px;
}

.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 / logout / login error page */

#pageLogin, #pageLoginError, #pageLogout {
	text-align: left;
	margin-top: 100px;
}

#pageLogin #pageFrame, #pageLoginError #pageFrame, #pageLogout #pageFrame {
	margin: auto;
	width: 520px;
}

#pageLogin #pageFrame {
	background: url(loginBoxTop.png) no-repeat;
}

#pageLoginError #pageFrame, #pageLogout #pageFrame {
	background: url(loginBoxFull.png) no-repeat;
	min-height: 400px;	
}

#pageLogin #organization {
	display: none;
}

#pageLogin h1, #pageLoginError h1, #pageLogout h1 {
	padding: 14px 0 0 46px;
	margin: 0;
	font-size: 26px;
	text-align: left;
}

#pageLogin h1 {
	display: none;
}

#pageLogin h1 span, #pageLogout h1 span {
	font-weight: normal;
}

#pageLoginError h1, #pageLogout h1 {
	margin-bottom: 110px;
}

#pageLoginError #container p, #pageLogout #container p {
	text-align: center;
	padding: 0 50px 10px 50px;
}

#pageLoginError a, #loginAgain a {
	font-weight: bold;
}

#pageLogin br {
	display: none;
}

#pageLogin center {
	text-align: left;
}

#pageLogin input {
	margin-left: 0;
}

#pageLogin fieldset {
	position: relative;
	top: 30px;
	margin: 0;
	border: 0;
	padding: 20px 50px 20px 50px;
	background: url(loginBoxBottom.png) no-repeat bottom;
}

#pageLogin table {
	width: 100%;
}

#pageLogin table, #pageLogin table tr, #pageLogin table td {
	background: transparent;
}

#pageLogin td {
	padding: 3px 10px 3px 0;
}

#pageLogin td[width='30%'] {
	width: 30%;
	text-align: left;
}

#pageLogin .loginLabel {
	width: 30%;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;		
}

#pageLogin .loginInput input {
	width: 100%;
}

#pageLogin #loginButtonWrap {
	padding-top: 20px;
	text-align: right;
}

#loginButton {
	float: right;
	margin: 6px 10px 0 0;
	padding: 14px 24px 14px 24px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(loginButton.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#loginButton:hover {
	background-image: url(loginButtonHot.png);
	background-repeat: repeat-x;
}

#loginAuto {
	padding: 10px 0 10px 0;
}

#loginAuto #loginAutoContents {
	margin: 0 8px 0 0;
	border: 0;
	float: left;
}

#pageLogin #loginAuto a {
	display: block;
	float: left;
	margin: 2px 0 0 8px;
	width: 16px;
	height: 16px;
	background: url(loginAuto.png) no-repeat;
}

#pageLogin #loginAuto a:hover {
	background: url(loginAutoHot.png) no-repeat;
	text-decoration: none;
}

#pageLogin #loginAuto .helpImage span {
	display: none;
}

#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 20px 20px 0;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}

#nmailLogoText {
	margin-bottom: 6px;
}

#nmailLogoFull {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

#loginWarningBox {
	width: 470px;
	margin: 50px auto 0 auto;	
	text-align: left;
	font-size: 9pt;
}

#loginWarningBox .warningContainer {
	padding: 10px;
	margin-bottom: 6px;	
}

#loginWarningBox .warningContainer:hover {
	background: url(warningContainerBackground.png);
}

#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;
}

/* left frame */

#leftFrame {
	margin: 0;
	padding: 90px 5px 0 0;
	color: #333;
	background: url(pageTop.png) repeat-x;
	overflow: hidden;	
}

#leftFrame #spareDiv2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 83px;
	background: url(logo.png) no-repeat;
}

#leftFrame #container {
	position: absolute;
	top: 91px;
	bottom: 10px;
	left: 0;
	right: 10px;
	background: url(leftTop.png) repeat-x;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
  -moz-box-shadow: 1px 1px 12px #E5E5E5;
  -webkit-box-shadow: #E5E5E5 1px 1px 12px;
	box-shadow: 1px 1px 12px #E5E5E5;	
}

#leftFrame #scrollContents {
	position: absolute;
	top: 22px;
	bottom: 32px;
	left: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.unselectableFolder {
	color: #9da0a2;
}

.sectionTitle {
	font-weight: bold;
	padding: 7px 0 7px 12px;
	text-align: left;
	background: #ddd url(sectionTitle.png) repeat-x;
	border-bottom: 1px solid #bbb;
	padding-bottom: 26px;
}

.sectionTitle span {
	float: left;
	margin-top: 3px;
	min-height: 18px;
	background-image: url(sectionTitleInfo.png);	 /* default image for sections that don't have an image assigned */
	background-repeat: no-repeat;
	background-position: left top;	
}

.sectionTitle a {
	display: block;
	float: right;
	width: 9px;
	height: 7px;
	background: url(sectionTitleHide.png) no-repeat;
	text-decoration: none;
	margin: 7px 14px 0 0;
}

.sectionTitle span {
	padding-left: 24px;
}

#boxFoldersTitle span {	background-image: url(sectionTitleFolders.png); }
#boxSmallCalTitle span {	background-image: url(sectionTitleCalendar.png); }
#boxTodoTitle span {	background-image: url(sectionTitleTodo.png); }
#boxNutsMailQuotesTitle span {	background-image: url(sectionTitleQuotes.png); }
#boxNutsMailNewsTitle span {	background-image: url(sectionTitleNews.png); }


#leftFrame #boxInfoTitle {
	display: none;
}

#leftFrame #boxInfoTitle span, #leftFrame #boxInfoTitle a {
	display: none;
}

#leftFrame .leftBox {
	background: #fff;
	padding: 10px;
}

#leftFrame a {
	color: #333;
}

#leftFrame #boxInfo {
	padding-top: 15px;	
}

#boxInfo .infoLine {
	margin-bottom: 6px;
	text-align: center;
}

#boxInfo .infoLine span {
	padding: 1px 0 5px 22px;
	min-height: 16px;
	font-weight: bold;
}

#boxInfo .domain, #boxInfo .checkMail {
	display: none;
}

#boxInfo .time span {
	background: url(infoTime.png) no-repeat;
}

#boxFolders {
	padding: 0 10px 0 10px;
}

#boxFolders ul {
	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;
}

#boxFolders .checkmailIcon {
	position: relative;
	top: 2px;
	background: transparent url(checkmail.png) no-repeat left top;
	display: block;
	float: right;
	width: 16px;
	padding-bottom: 16px;
}

#purgeLink a {
	font-size: 80%;
	text-decoration: underline;
}

.unseenString {
	padding: 0 0 0 8px;
}

.parenthesis {

}

#boxFoldersBottom, #boxExtraTop, #boxExtraTitle  {
	display: none;
}

/* left frame - bottom buttons */

#leftFrame #boxExtra {
	display: block !important;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 10px;
	height: 32px;
	padding: 0;
	background: #ddd url(extraBackground.png) repeat-x;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

#boxExtra ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#boxExtra ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	display: block;
	overflow: hidden;
	float: left;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #fff;
}

#boxExtra ul li a {
	display: block;
	width: 40px;
	height: 20px;
}

#boxExtra ul li#personal {
	border-left: none;
}

#boxExtra ul li#version {
	border-right: none;
}

#boxExtra ul li#personal a {	background: transparent url(extraPersonal.png) no-repeat center center;}
#boxExtra ul li#folder a {	background: transparent url(extraFolder.png) no-repeat center center;}
#boxExtra ul li#display a {	background: transparent url(extraDisplay.png) no-repeat center center;}
#boxExtra ul li#version a { background: transparent url(extraVersion.png) no-repeat center center; }

#boxExtra ul li a span {
	display: none;
}

#boxExtra ul li#filters, #boxExtra ul li#pop3 {
	display: none;
}

#boxExtraBottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 14px;
}

#versionBox {
	position: fixed;
	bottom: 0;	
	display: none;
	width: 180px;
	margin: 0 0 45px 12px;
	padding: 28px 10px 8px 10px;
	color: #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BCBCBC;
	background: #F2F2F2 url(leftTop) repeat-x;
  -moz-box-shadow: 1px 1px 12px #E5E5E5;
  -webkit-box-shadow: #E5E5E5 1px 1px 12px;
	box-shadow: 1px 1px 12px #E5E5E5;
}

#versionBox a {
	text-decoration: underline;
}

#versionBox h3 {
	position: absolute;
	top: 3px;
	left: 6px;
	right: 6px;
	font-size: 8pt;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}

#versionHide {
	position: absolute;
	right: 0;
	top: 0;
}

#versionBox h3 img {
	border: none;
}

#versionBox p {
	margin: 0;
	padding: 0 8px 4px 8px;
	font-size: 8pt;
	font-weight: normal;
}


/* right frame - top */

#rightFrame {
	background: url(pageTop.png) repeat-x;
	padding: 0 0 0 12px;
	overflow: hidden;
}

#topNoteBox {
	display: none;
	position: fixed;
	top: 0;
	left: 20%;
	right: 20%;
	z-index: 9999;
	background: #FFFCEA;
	padding: 15px;
	border: 1px solid #A0A0A0;
	border-top: 0;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#topNoteHide {
	text-align: right;
	margin-top: 15px;
}

.motd { /* quote of the day and last login info (added by plugin) */
	padding: 0 0 6px 9px;
	font-size: 90%;
}

h2#organizationName {
	display: none;
}

#headerIcons {
	position: absolute;
	top: 51px;
	left: 12px;
	height: 32px;
	overflow: hidden;
}

#headerIconsWrap {
	
}

#headerIconsWrap .headerMenuButton {
	display: block;
	float: left;
	height: 42px;
	background: #479ad2;
	margin-right: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 0 0 14px;
}

#headerIconsWrap .headerMenuButton:hover {
	background: #2986C4;
}

#headerIconsWrap .headerMenuButton a {
	display: block;
	padding: 8px 14px 0 24px;
	color: #fff;
	font-weight: bold;
}

#headerIconsWrap .headerMenuButton a:hover {
	text-decoration: none;
}

#headerIconsWrap .headerMenuButton a span {
	position: relative;
	top: -2px;
}

#headerIconsWrap .buttonContainer {
	
}

#inboxButton a { background: transparent url(iconInbox.png) no-repeat left center;}
#composeButton a { background: transparent url(iconCompose.png) no-repeat left center;}
#addressesButton a { background: transparent url(iconAddresses.png) no-repeat left center;}
#foldersButton a { background: transparent url(iconFolders.png) no-repeat left center;}
#optionsButton a { background: transparent url(iconOptions.png) no-repeat left center;}
#feedbackButton a { background: transparent url(iconFeedback.png) no-repeat left center;}

body.mailbox #inboxButton { background: url(menuButtonActive.png) repeat-x; }
body.compose #composeButton { background: url(menuButtonActive.png) repeat-x; }
body.addressbook #addressesButton { background: url(menuButtonActive.png) repeat-x; }
body.folders #foldersButton { background: url(menuButtonActive.png) repeat-x; }
body.options #optionsButton { background: url(menuButtonActive.png) repeat-x; }
body.calendar #calendarButton { background: url(menuButtonActive.png) repeat-x; }

body.mailbox #inboxButton a { color: #000; }
body.compose #composeButton a { color: #000; }
body.addressbook #addressesButton a { color: #000; }
body.folders #foldersButton a { color: #000; }
body.options #optionsButton a { color: #000; }

body.mailbox #inboxButton:hover { background: #fff; }
body.compose #composeButton:hover { background: #fff; }
body.addressbook #addressesButton:hover { background: #fff; }
body.folders #foldersButton:hover { background: #fff; }
body.options #optionsButton:hover { background: #fff; }

#handleOne { /* left page shade */

}

#currentFolderTop {
	display: none;
}

#plugins {
	position: absolute;
	top: 96px;
	right: 20px;
	padding: 0;
}

#plugins a.signoutButton {
	display: block;
	position: absolute;
	top: -43px;
	right: -10px;
	text-align: right;
}

#plugins a.signoutButton span {
	width: auto;
}

#plugins a.signoutButton span.buttonText {
	display: block;
	background: url(signout.png) no-repeat center left;
	padding: 0 0 0 24px;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
	width: auto;
}

#plugins a {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}

#plugins a:hover {
	text-decoration: none;
}

#plugins a span {
	display: block;
	width: 16px;
	height: 16px;
}

#plugins .buttonText {
	display: none;
}

#plugins #searchButton { background: transparent url(mi_search.png) no-repeat top left;}
#plugins #helpButton {	background: transparent url(mi_help.png) no-repeat top left;}

#usernameTop {
	position: absolute;
	top: 17px;
	right: 15px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
}

#usernameBottom {
	display: none;
}

#headerBottom {
	padding: 130px 0 0 0;
}

/* right frame - inbox */

#pageMail {
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	right: 0;
	-moz-box-shadow: none;
  -webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	overflow: hidden;
}

#pageMail .pageContents {
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

#pageMail h3 {
	display: none;
}

#currentFolderList {
	position: fixed;
	top: 96px;
	left: 12px;
	font-weight: bold;
	font-size: 10pt;
	color: #515151;
}

#messageList_1 {
	position: absolute;
	top: 0;
	left: 4px;
	right: 0;

}

#messageList_2 {
	position: absolute;
	top: 33px;
	left: 15px;
	right: 15px;
	bottom: 0;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  -moz-box-shadow: 1px 1px 12px #E5E5E5;
  -webkit-box-shadow: #E5E5E5 1px 1px 12px;
	box-shadow: 1px 1px 12px #E5E5E5;
}

#messageList_3 {
	position: absolute;
	top: 10px;
	bottom: 32px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

#messageList_3 .tableHeader th {
	padding-top: 0 !important;
}

#messageListSpare_1 {
	position: fixed;
	top: 160px;
	left: 15px;
	right: 15px;
	height: 12px;
	background: #eee;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;		
}

#paginatorTop {
	display: none;
}

.paginatorDiv {
	position: fixed;
	bottom: 11px;
	left: 16px;
	right: 16px;	
	border-top: 1px solid #bbb;
	background: #e0e0e0 url(extraBackground.png) repeat-x;
	height: 31px;
	color: #5E5E5E;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#searchPage .paginatorDiv {
	position: static;
	background: none;
	border: 0;
}

#paginatorBottom td {
	padding-top: 4px !important;
	font-size: 8pt;
}

#paginatorBottom a {
	color: #6d6d6e;
	text-decoration: underline;
}

#paginatorBottom table td {
	padding: 10px 15px 10px 15px;
}

.paginator .separator {
	visibility: hidden;
}

.messageRow td {
	padding: 4px 8px 4px 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;
}

#mailboxButtons td {
	padding: 0 10px 0 10px;
}

#toggleHeader {
	width: 16px;
	height: 16px;
	display: block;
	background: url(checkbox.png) no-repeat left center;
}

.toggleAll {
	display: none;
}

/* 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;
	font-size: 8pt;
	color: #455772;
	margin-right: 6px;
	background: no-repeat 3px center;
	padding: 5px 6px 5px 24px;
	background-image: url(messageDefault.png); /* default image for buttons added by plugins */
	white-space: nowrap;
	margin-bottom: 4px;
}

#messageButtons a.messageForward { background-image: url(messageForward.png); }
#messageButtons a.messageForwardAttach { background-image: url(messageForwardAttach.png); }
#messageButtons a.messageReply { background-image: url(messageReply.png); }
#messageButtons a.messageReplyAll { background-image: url(messageReplyAll.png); }
#messageButtons a.messageList { background-image: url(messageList.png); }
#messageButtons a.messageUnread { background-image: url(messageUnread.png); }
#messageButtons a.messageDelete { background-image: url(messageDelete.png); }

.optionsPopup {
	display: none;
	position: absolute;
	padding: 10px;
	background: #FFFDEF;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  -moz-box-shadow: 1px 1px 6px #7A7A7A;
  -webkit-box-shadow: #7A7A7A 1px 1px 6px;	
}

.optionsPopupHeader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: url(leftTop.png) repeat-x;
	color: #fff;
	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;
}

#prevNext .prevImage {
	margin-right: 4px;
}

#messageBox {
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 5px 0 5px 0;
	background: #FCFCFC;
}

#messageHeader {
	border-bottom: 1px solid #d3d3d3;
	background: none;
}

#messageAttachments {
	border-top: 1px solid #d3d3d3;
	background-color: #F9F9F9;
}

#messageBody {
	background: #fff;
	overflow: auto;
}

#messageBody table, #messageBody th, #messageBody td {
	padding: 0;
}

#messageInfoTable .label {
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 20px 2px 2px;
}

#messageInfoTable .value {
	padding: 4px;
}

#infoOptions td.value {
	font-size: 8pt;
	padding: 4px;
}

#messageBody {
	padding: 13px;
}

#messageBody pre {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	white-space: pre-wrap;
}

#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;
}

/* right frame - compose */

#composeNewWindow {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
	box-shadow: 0;	
}

#composeNewWindow .pageContents {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
}

#composeTable {
	width: 100%;
}

#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;
}

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 - folders */

#pageFolders td {
	padding: 10px;
}

#pageFolders tr.tableHeader th {
	text-align: center;
}

#pageFolders .left {
	border-left: 1px solid #ddd;
}

#pageFolders .right {
	border-right: 1px solid #ddd;
}

.folderNotices {
	text-align: center;
	padding-bottom: 10px;
}

/* right frame - options */

#pageOptions .pageContents {
	padding-top: 0;
}

#pageOptions table {
	background: none;
}

#pageOptions .optionsRowContainer {
	padding-bottom: 15px;
}

#pageOptions .optionBoxTitle {
	padding: 8px;
	font-weight: bold;
	background: #ddd url(tableHeader.png) repeat-x top;
	border: 1px solid #d5d5d5;
}

#pageOptions .optionBoxTitle a {
	color: #414141;
}

#pageOptions .optionBoxDesc {
	padding: 8px;
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
}

.optionTable td {
	padding: 6px;
}

.optionTable .optionTitleRow td {
	padding: 8px;
	border: 1px solid #d5d5d5;
	background: #ddd url(tableHeader.png) repeat-x top;
}

.optionTable td.optionCellRight {
	border-right: 1px solid #d5d5d5;
}

.optionTable td.optionCellLeft {
	border-left: 1px solid #d5d5d5;
}

.optionEmptyRow td {
	border-top: 1px solid #d5d5d5;
	padding: 3px;
}

#optionsHighlightButtons {
	text-align: center;
	margin-bottom: 20px;
}

#optionsHighlightButtons a {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 5px 0 5px;
}

#optionsHighlightTable {
	border: 1px solid #d5d5d5;
}

#optionsHighlightTable td {
	padding: 10px;
}

#optionsHighlightEdit {
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
}

#optionsHighlightEdit tr {
	background: none;
}

#optionsHighlightEdit td {
	border-bottom: 1px solid #d5d5d5;
	padding: 8px;
}

#optionsHighlightEdit td td {
	padding: 4px;
}

#indexOrder #indexItems {
	border: 1px solid #ddd;
}

#indexOrder #indexItems td {
	padding: 8px 4px 8px 8px;
	border-bottom: 1px solid #ddd;
}

#indexOrder #indexItems td.desc {
	font-weight: bold;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

#indexOrder form {
	padding-top: 15px;
}

#identities td {
	padding: 6px;
}

#identities tr.tableHeader th {
	border: 1px solid #ddd;
}

#identities td.label {
	border-left: 1px solid #ddd;
}

#identities td.input {
	border-right: 1px solid #ddd;
	padding-right: 15px;
}

#identities td.input input[type=text], #identities td.input textarea {
	width: 100%;
}

#identities .lastRow {
	border-bottom: 1px solid #ddd;
}

/* 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 #ddd;
	background: #fff;
}

#pluginCalendar #innerContainer {
	padding: 0;
}

#pluginCalendar #innerContainer table td {
	border: 1px solid #ddd;
}

#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: url(calendarToday.png) repeat-x;
}

/* plugin: shared calendar */

#sharedCalendar .calendarHeader {
	border: 1px solid #ddd;
}

#sharedCalendar .calendarMonthTable th {
	padding: 6px;
}

#sharedCalendar .calendarMonthTable {
	border: 1px solid #ddd;
}

#sharedCalendar .calendarMonthTable td {
	border: 1px solid #ddd;
}

#sharedCalendar .calendarMonthTable table td {
	border: none;
}

#sharedCalendar .otherMonth {
	background: #F7F7F7;
}

#sharedCalendar .addEvent {
	padding-top: 12px;
}

#sharedCalendar #eventTable td {
	border-bottom: 1px solid #ddd;
}

#sharedCalendar td.eventCell {
	border: 1px solid #ddd;
	background: #FFF8D1;
}

#sharedCalendar tr.calendarManageHeader th {
	font-weight: normal;
}

#sharedCalendar h4.calendarName {
	padding: 15px 0 0 0;
	margin: 0;
	border-top: 1px solid #ddd;
}

/* 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;
}

/* 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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	box-shadow: none;
	overflow: inherit;
}

#previewPane .pageContainer .pageContents {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}

#previewPane .pageContainer .contentsTitle {
	display: none;
}

#previewPane #messageBox {
	background: #fff;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
  -moz-box-shadow: 1px 1px 12px #E5E5E5;
  -webkit-box-shadow: #E5E5E5 1px 1px 12px;
	box-shadow: 1px 1px 12px #E5E5E5;
	padding: 5px 0 5px 0;
	background: #FCFCFC;
}

#previewPane #messageHeader {
	border-bottom: 1px solid #d3d3d3;
	background: none;
}

#previewPane #messageAttachments {
	border-top: 1px solid #d3d3d3;
}

#previewPane #messageBody {
	background: #fff;
	overflow: auto;
}

/* 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 #BCBCBC;
}

.noteFooter {
	border-top: 1px solid #BCBCBC;
}

.noteTitle {
	font-weight: bold;
}

/* plugin: nutsmail quotes */

#nutsMailquotesText {
	margin-bottom: 10px;
}

#nutsMailQuotesAuthor {
	text-align: right;
	font-style: italic;
}
	
/* plugin nutsmail news */

#boxNutsMailNews ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#nutsMailNewsHeader {
	margin-bottom: 10px;
}

#boxNutsMailNews li {
	padding: 0 0 4px 0;
	margin: 0;
	
}

#nutsMailNewsMore {
	margin-top: 10px;
}

#boxNutsMailNews a {

}

/* nmail plugins */

#nmnewsOptions td {
	padding-right: 6px;
}
