.textMessagerHeader {
	background-color: #cccccc;
}

.textMessageBox {
	border: 2px solid #0076FF;
}

.inboundText {
	background-color: lightgrey;
}

.inboundText td {
	padding-left: 50px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.outboundText {
	background-color: #0076FF;
}

.outboundText td {
	padding-right: 50px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.textName {
	font-weight: bold;
}