#deppage td {
  background: white;
  border-top: 1px solid #cbc3b6;
  padding: 0;
  margin: 0;
}

#deppage .dephead {
  width: auto;
  margin: auto;
  border: 2px solid #cbc3b6;
}
#deppage .dephead th.projecttitle {
  text-align: center;
}


#deppage .dephead td {
  padding: 10px;
}

#deppage .ovimage {
  width: 74px;
  height: 64px;
  vertical-align: central;
}
#deppage .ovimgcell img {
  border: 0;
  background: white;
  height: auto;
  width: auto;
  max-width: 128px;
  max-height: 128px;
}

#deppage .imagecell {
  width: 58px;
  height: 58px;
  background: white;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

#deppage .imagecell img:hover,
#deppage .ovimgcell img:hover {
  background: none;
}

#deppage .imagecell img {
  border: 0;
  height: auto;
  width: auto;
  max-width: 48px;
  max-height: 48px;
/*  margin: 5px 0px 5px 5px;*/
  margin: 0;
}

#deppage .emailcell {
  width: 35%;
  padding: 0 5px;
  background: white;
  vertical-align: top;
}

#deppage .phonecell {
  width: 20%;
  padding: 0 5px;
  background: white;
  vertical-align: top;
}

#deppage .namecell {
  padding: 0 5px;
  background: white;
  vertical-align: top;
}

#deppage .tvezlink {
  font-weight: bolder;
}

#deppage .emptable {
  width: 100%;
  background: white;
  border: 2px solid #cbc3b6;
}

#deppage .projecttitle {
  padding: 5px 0px;
  color: black;
  background: #cbc3b6;
  font-size: 14pt;
  font-weight: bolder;
}
#deppage a:link,#deppage a {
    color: black;
}