.content_profile {
  background-color: white;
  margin: 15px;
  padding: 20px;
}

td {
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

td:first-child {
    padding: 3px;
    text-align: right;
    white-space: nowrap;
}

.photoframe {
  background-color: #fff;
  border: 2px solid #f2f2f1;
  margin-right: 20px;
  padding: 4px;
}

.photoframe_p {
  color: #686868;
}

.contact_table {
	border-collapse: collapse;
	text-align: left;
}

.contact_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
}

.contact_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contact tr {
	border-bottom: 1px solid;
}

.contacts_directory {
  font-weight: bold;
  color: blue;
  cursor: default !important;
}

.lifemember_directory {
  font-weight: bold;
  font-style: italic;
  cursor: default !important;
}

.d00 {
	background-color: #CCEBF5;
}
.d11 {
	background-color: #E0D1B2;
}

.error_message_highlight {
  color: red;
  font-weight: bold;
}

.expired {
  color: red;
  font-weight: bold;
}

div#mainbar_align {
margin-left:50px;
position:relative;
}
