#msglist {
	margin: 1em;
	padding: .5em;
	border: 1px solid #888;
	background: #ddd;
}

#msglist table {
	border: thin solid black;
	border-collapse: collapse;
	width: 100%;
}

#msglist table thead tr {
	background: #888;
}

#msglist table th {
	color: #fff;
	text-align: left;
}

#msglist tbody tr {
	border: thin solid black;
	background: #ccc;
}

#msglist tbody tr.seen {
	background: #eee ! important;
}

#msglist tbody .subject {
	font-style: italic;
}

#msglist tbody .recent .subject {
	font-weight: bold;
}

#msglist tbody .seen .subject {
	font-style: normal ! important;
}

#msglist tbody .flagged td {
	background: #f88 ! important;
}

#msglist tbody .deleted td {
	text-decoration: line-through;
}

#msglist .flags {
	display: none;
}

#sortorder {
	border: thin solid black;
	padding: .5em;
	margin: 1em;
}

p#delnote {
	font-size: .75em;
}

#msgops {
	border: thin solid black;
	margin: 1em;
	padding: 0 1em;
}

#invmark, #destp {
	font-size: .75em;
}

