.address {
	text-decoration: underline;
	display: inline;
}
li {
	padding-top: 0.1em;
}
li .seqnum {
	font-size: 0.8em;
}
li .subject {
	font-size: 1em;
	padding: 0 0.5em;
	display: block;
	margin-right: auto;
	line-height: 100%;
}
li .from {
	font-size: 0.8em;
	margin-left: 2em;
	margin-top: 0;
	padding: 0 0.5em;
	display: inline;
	line-height: 100%;
	margin-bottom: 5px;
}
li .to {
	font-size: 0.8em;
	margin-left: 0.6em;
	padding: 0 0.5em;
	display: inline;
}
li .date {
	font-size: 0.7em;
	margin-left: 0.6em;
	padding: 0 0.5em;
	display: inline;
	background-color: #EEFFEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.mlheader {
	color: #555555;
	font-size: 0.9em;
}

.mlheader .seqnum {
	font-size: 0.8em;
}
.mlheader .subject {
	color: black;
	display: inline;
}

.mlheader .from {
	color: black;
	display: inline;
}

.mlheader .to {
	color: black;
	display: inline;
}

.mlheader .date {
	color: black;
	display: inline;
}

.mlheader .messageid {
	color: black;
	display: inline;
}

#mlheaders {
	margin: 5px 20px;
}
#mlbody {
	margin: 10px 20px;
	padding: 10px 0;
	border-top: solid #CCCCCC 1px;
	line-height: 140%;
}

#thisthread {
	font-weight: bold;
	display: inline;
}

.error {
	font-weight: bold;
	color: red;
}
#join_ml, #leave_ml {
	border: 1px dashed gray;
	padding: 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 0.9em;
}
.error{
	text-indent: 0;
	font-weight: bold;
	color: red;
}

li>div.detail {
	border: 1px dashed gray;
	padding: 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 0.9em;
}

.quoted {
	color: #333333;
	font-size: 0.9em;
	line-height: 1em;
}
/* Processing time: 3.735ms */

