/*
ShowMessages
*/
.Report tr.Unread td {
	font-weight: bold;
}
.Report tr.Unread td a {
	font-weight: bold;
}
.Report tr.Read td a {
	font-weight: normal;
}
.Report .From {
	overflow: hidden;
	width: 12em;
}
.Report .To {
	overflow: hidden;
	width: 12em;
}
.Report .Subject {
	overflow: hidden;
	width: 27em;
}
.Report .Received {
	overflow: hidden;
	width: 16em;
}
.Report .Sent {
	overflow: hidden;
	width: 16em;
}
.Report .ToFrom {
	overflow: hidden;
	width: 12em;
}
.Report .SentReceived {
	overflow: hidden;
	width: 16em;
}

