/* extra fallback styles for IE8 and below */
/* Message boxes */
.msgDiv3 {
  border: 3px solid #999;
}
/* Thumbnails */
.thumbnailset li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0.85em;
  color: #666666;
  line-height: 1;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border: none;
  background-color: inherit;
}
.thumbnailset li a {
  display: inline;
  zoom: 1;
}
.thumbnailset li a img {
  display: block;
  margin: 0 0;
}
.thumbnailset li a img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.thumbnailset li .thumbActions {
  text-align: left;
  margin: 4px 0 4px 0;
}
.thumbnailset li .thumbActions .thumbDescription {
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnailset li .thumbActions .thumbOptions {
  cursor: pointer;
}
.thumbnailset li .thumbActions .thumbOptions label {
  display: block;
  margin-top: 4px;
  padding-left: 18px;
  background-image: url('/Content/shared/images/tickall.png');
  background-position: left 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  cursor: pointer;
}
.thumbnailset li .thumbActions .thumbOptions label input {
  clip: rect(0 0 0 0);
  position: absolute;
}
.thumbnailset li .thumbActions .thumbOptions label.untick {
  background-position: left -13px;
}
.thumbnailset li.ph {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  border: none;
  background-color: inherit;
}
