/* Styles for "videos" web pages */


a img {
  border           : none;
}


.one_recording {
  padding          : 2px;
  margin-top       : 15px;
  width            : 538px;  /* was 544 had to make it smaller for IE */
  background-color : #ddd;
  margin-bottom    : 3px;
}

.image {
  margin           : 2px;
  margin-right     : 4px;
  width            : 120px;
  height           : 80px;
  float            : left;
  border           : 1px solid #888;
}

.play_link {
  float            : right;
  margin           : 4px;
  margin-top       : 2px;
  margin-bottom    : 0px;
}

.rec_title {
  margin           : 2px;
  font-weight      : bold;
}

.rec_text {
  margin           : 2px;
  margin-left      : 4px;
  margin-bottom    : 0px;
}

.player_panel {
  margin           : 2px;
}


.clear_floats {
  clear: both;
}

