/* CSS Document */
div.sub_header {
  background-image: url("../images/bioinformatics_it.jpg");
  height: 105px;
  margin: 0 0 20px;
  position: relative;
  width: 795px;
}

div.page_bg_image {
  display: block;
  height: 75px;
  width: 100%;
}

/* TABLE */
table {
  border-collapse: collapse;
  font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
  margin: 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  table {
    width: 790px;
  }
}

th {
  color: #444;
  padding: 15px 3px 3px;
  text-align: left;
}

td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 7px 5px 7px 0;
}

td:first-child {
  width: 250px;
}

td.column_two {
  width: 175px;
}

td.column_three {
  width: 150px;
}

td.column_four {
  width: 150px;
}

td + td {
  text-align: left;
}

td.postdoc {
  width: 550px;
}

div.videobox_left {
  background: none repeat scroll 0 0 #d2ecff;
  border: 1px solid #bbb;
  box-shadow: 3px 3px 8px #bbb;
  display: inline-block;
  float: left;
  height: 80px;
  margin: 10px 15px 8px 0;
  width: 280px;
}

.videobox_title {
  color: #1a5a8c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  margin: 3px 0 0 20px;
  padding: 3px 3px 0;
  position: absolute;
  text-align: left;
  width: 130px;
}