.inboxHeader {
  font-weight: bold;
  text-align: center;
}

.inboxHeaderSorted {
  font-weight: bold;
  text-align: center;
  background-color: #FCFCFC;
  border: 1px dashed #222222;
}

table.cabecalho a {
    text-decoration: none;
    color: #666666;
}

.txtMensagens{
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color: #647A23;
	margin-left: 8px;
}

tr.InboxRead td {
    font-weight: normal;
}

tr.InboxUnread td {
    font-weight: bold;
}
