/* ----------------------------------------------------------------------------
 * Name: #messagingTable td.to
 * Sets the background color grey for messages TO a specific user.
 */
#messagingTable td.to {
  background-color: #EEEEEE;
}

/* ----------------------------------------------------------------------------
 * Name: #messagingTable td.from
 * Sets the background color white for a message FROM a user.
 */
#messagingTable td.from {
  background-color: #FFFFFF;
}
