#members-table table {
  border-collapse: collapse;
  width: 100%;
}
#members-table table tr:hover {
  background: #ddd;
}
#members-table table th {
  padding: 3px 3px 3px 6px;
  background: #ddbddb;
  font-weight: bold;
  color: #8f2487;
  text-align: left;
  text-transform: uppercase;
}
#members-table table th.member-hotel {
  width: 300px;
}
#members-table table th.member-location {
  width: 200px;
}
#members-table table td {
  padding: 4px 3px 4px 6px;
  border-bottom: 1px dotted #979797;
  font-size: 1.1em;
  font-weight: bold;
  color: #242424;
}
#members-table table td.rating {
  background: url(/img/arrow-members.gif) no-repeat top right;
}
#members-table table td a {
  color: #777777;
  text-decoration: none;
}




#members-photo-box {
  width: 130px;
  float: left;
}
#members-photo-box img#photo {
  padding: 6px;

}

#members-info-box {
  width: 540px;
  float: left;
}
#members-info-box h3 {
  color: #af2da7;
}
#members-info-box h4 {
  color: #af2da7;
}
#members-info-box #members-contact-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#members-info-box #members-contact-table table td {
  padding: 3px 3px 3px 8px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
#members-info-box #members-contact-table table td a {
  color: #000;
  text-decoration: none;
}
#members-info-box #members-contact-table table td.pink {
  background: #ddbddb;
}
#members-info-box #members-contact-table table td.blue {
  background: #afc0dd;
}