/*---------------------------------
ID CARD
----------------------------------*/

div#id_card {
  width: 298px;
  overflow: hidden;
}

div#id_card div.shadow {
  background: url('/images/id_card-shadow.png') top left no-repeat;
  padding: 0 11px 16px 26px;
}

div#id_card div.card {
  background: url('/images/id_card.png') top left no-repeat;
  height: 129px;
}

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;
}


div#first_signin * {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  border: none;
  background: none;
  float: none;
  font-weight: normal;
  font-style: normal;
}

div#first_signin_shade {
  z-index: 998;
  background-color: #000 !important;
  filter:alpha(opacity=25);
  -moz-opacity:0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

div#first_signin {
  position: fixed;
  top: 135px;
  left: 50%;
  background: #fff;
  width: 400px;
  z-index: 999;
  margin-left: -200px;
  border: 4px solid #666;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 0 0 24px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.75);
  box-shadow: 0 0 24px rgba(0,0,0,0.75);
}

div#first_signin.rsvp {width: 350px;}

body:first-of-type div#first_signin {border: none;} /* remove border for browsers that support box-shadow */

*:first-child+html div#first_signin {
  top: 150px;
  background: url(/images/welcome_background.png) no-repeat center bottom;
  width: 430px;
  margin-left: -215px;
  border: none;
}

*:first-child+html div#first_signin div.fs_top {
  background: url(/images/welcome_background.png) no-repeat center top;
  height: 30px;
  margin-top: -30px;
}

div#first_signin div.first_signin_contents {
  padding: 30px;
  font-size: 18px;
}

*:first-child+html div#first_signin div.first_signin_contents {padding: 20px 45px 50px;}

div#first_signin p {
  line-height: 1.4em;
  font-size: 14px;
  margin: 0 0 15px;
}

div#first_signin p a {
  font-size: 15px;
  color: #00c;
}

div#first_signin h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: -1px;
}


