/* base */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: white; color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
table, td, th, div, span {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
textarea { FONT-FAMILY: fixed, Courier, monospace }
img {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
a { color: blue }
a:visited { color: blue }
.warning { COLOR: red; font-weight: bold}
.error { COLOR: red }
.notice { COLOR: #1c3a76 }
.textpage { WIDTH: 600px }
.nospacing { padding: 0; margin: 0 }
.boxsmall {
	background-color: #eeeeee;
	border: black 1px solid;
    width: 180px;
}
.textpage dl dt { font-weight: bold }
.box {
	background-color: #eeeeee;
	border: black 1px solid;
}
.boxtitle {
	font-size: 100%;
	background-color: #0000a0;
	color: white;
	font-weight: bold;
}
/* inbox */
.inboxrow { BACKGROUND: #cccccc }
.inboxrowread { BACKGROUND: #eeeeee }
.msgpages { text-align: center }

/* general parts of xs2mail */
.plaintextbody { FONT-FAMILY: fixed, Courier }
.mailheaderlabel { FONT-WEIGHT: bold }

.quoted { FONT-STYLE: italic }
.parthead { }
.partheadcap { FONT-WEIGHT: bold; COLOR: blue }
.hdrName { FONT-WEIGHT: bold }

.mailheaders {
	BORDER-TOP: black 2px solid; BACKGROUND: #eeeeee; BORDER-BOTTOM: black 2px solid
}

.accountlist {
    MARGIN: 1px; LIST-STYLE-TYPE: none;
}
.accountlist A {
	TEXT-DECORATION: none
}
.accountlist A:hover {
	TEXT-DECORATION: underline
}
