@charset "utf-8";
/* CSS Document */

.emailTable {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	padding: 5px;
}
.emailBody {
	padding: 10px;
}

.emailTitle tr, .emailTitle td{
	font-weight: bold;
}

.emailActions {
	padding: 10px;
}

.newMessage tr, .newMessage td {
	font-weight: bold;
}