
.Body {
  margin: 0px 0px 0px 0px;
}

.MainTable {
  width: 100%;
  height: 100%;
}

.ThumbTable {
  width: 100%;
  height: 100%;
}

.HeaderCell {
  background-color: rgb(240,240,240);
  border-bottom: 1px solid rgb(0,0,0);
}

.ContentCell {
  background-color: rgb(255,255,255);
}

.ValidatorCell {
  background-color: rgb(255,255,255);
  text-align: right;
}

.ThumbCell {
  border-bottom: 16px solid rgb(255,255,255);
}

.HeaderIcon {
  width: 48px;
  height: 48px;
}

.HeaderText {
  vertical-align: 50%;
  font-family: arial;
  font-weight: bold;
  font-size: 24px;
}

.ErrorText {
  vertical-align: 50%;
  font-family: arial;
  font-weight: bold;
  font-size: 24px;
  color: rgb(177,23,30);
}

.Thumb {
  width: 128px;
  border: 1px solid rgb(0,0,0);
}

.Fullsize {
  border: 1px solid rgb(0,0,0);
}

.FullsizeCell {
  border-top: 8px solid rgb(255,255,255);
}

.ThumbName {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  border: 1px solid rgb(0,0,0);
  background-color: rgb(240,240,240);
}

.CommentBlock {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  border: 1px solid rgb(0,0,0);
  background-color: rgb(255,246,168);
  padding: 4px;
}

.ValidatorIcon {
  border-style: none;
}
