/* Faculty and student profiles */

.profile_group {
  margin: 1em;
  clear: both;
}

.profile_stub /* old vertical style */{
  float: left;
  text-align: center;
  width: 120px;
  padding: 1em;
}

.profile_stub_indexcard {
  float: left;
//  text-align: center;
  width: 300px;
  margin: 1em;
  height: 160px;
  background-color: #dddddd;
}
.profile_img_indexcard {
  width: 120px;
  height: 160px;
  float: left;
  padding-right: 0.5em;
  padding-bottom: 1em;
}
.profile_stub_indexcard .profile_area {
  padding-top: 0.5em;
}
.profile_stub_indexcard .profile_name {
  font-weight: bold;
}
.profile_stub_indexcard IMG {
  width: 120px;
  height: 160px;
}
.profile_stub_indexcard .profile_name {
  white-space: normal;
}

.profile_name {
  white-space: nowrap;
}

.profile_area {
  font-size: 80%;
  line-height: 110%;
  color: #000000;
  height: 3em;
}

.profile_stub .profile_img IMG, .profile_indiv_img IMG {
  width: 120px;
  height: 160px;
}

.profile_stub .profile_img {
  width: 120px;
  height: 160px;
  border: solid 1px #cccccc;
}

.profile_indiv_img {
  margin: 1em;
  width: 120px;
  height: 160px;
  border: solid 1px #cccccc;
}


.grad_profile_name {
  height: 3em;
}
