/* $Id: photos.css,v 1.2 2005/09/13 17:59:14 joan Exp $ */
#photos-list {
  table-layout: fixed;
  text-align: center;
  line-height: 1.1em;
}
#photos-list tr {
  background: transparent!important;
}
#photos-list td {
  padding: 1em;
  vertical-align: top;
}
#photos-list a {
  text-decoration: none;
}

#album-photos {
  text-align: center;
  table-layout: fixed;
  padding-top: 1em;
}
#album-photos tr {
  background: transparent;
}
#album-photos td {
  vertical-align: bottom;
  padding: 0.5em;
}
#album-photos td a {
  text-decoration: none;
}

#photo table#display {
  text-align: center;
  table-layout: fixed;
  margin-top: 1em;
}
#photo table#display tr {
  background: transparent;
}
#login-thumb {
  float: right;
  margin-bottom: 1em;
}
#intro-img {
  float: right;
  margin: 0 0 2em 1em;
}
#intro-link {
  font-size: 1.2em;
  font-weight: 600;
  text-align: right;
}
#intro-link a {
  text-decoration: none;
}


#photoTable, #photoTable td {
	background: #000;
}