/*---------------------------------
ID CARD
----------------------------------*/

div#id_card {
  width: 298px;
  overflow: hidden;
}

div#id_card div.shadow {
  background: url('/images/signal_id/id_card-shadow.png') top left no-repeat;
  padding: 0 11px 16px 26px;
}

div#id_card div.card {
  background: url('/images/signal_id/id_card.png') top left no-repeat;
  height: 129px;
}

div#id_card.unbranded div.card {
  background: url('/images/signal_id/id_card-client.png') top left no-repeat;
}

div#id_card div.card div.inner {
  padding: 34px 0 0 14px;
  overflow: hidden;
  margin-right: 1px;
}

div#id_card div.card div.avatar {
  margin-top: 5px;
  float: left;
  width: 45px;
}

div#id_card div.card div.avatar img {
  border: 1px solid #e9e9e9;
  width: 45px;
  height: 45px;
}

div#id_card div.card div.text {
  margin-top: 3px;
  margin-left: 55px;
}

div#id_card p {
  color: #333;
  margin: 0 0 6px 0;
}

div#id_card p.name {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 12px;
}

div#id_card p.name strong {
}

div#id_card p.username_and_password {
  white-space: nowrap;
  margin-top: 8px;
  font-size: 11px;
}


/*---------------------------------
LINK TO EDIT FROM USERS/EDIT
----------------------------------*/

div.page_header table.edit_self,
div.page_header table.edit_self td {
  margin: 0;
  padding: 0;
  border: none;
}

div.page_header table.edit_self td {
  vertical-align: middle;
  width: 50%;
  text-align: left;
}

div.page_header div.edit_own_identity {
  margin: -7px 0 20px;
  max-width: 300px;
  position: relative;
}

div.page_header div.edit_own_identity p {
  color: #333;
  font-size: 12px;
}

div.page_header div.edit_own_identity p.edit_link {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

div.page_header div.edit_own_identity p.edit_link a:link,
div.page_header div.edit_own_identity p.edit_link a:visited {
  font-size: 14px;
  line-height: 1.4;
}

