TABLE.dictionary {
  border-collapse: collapse;
  width: 100%;
}

TABLE.dictionary TR {
  vertical-align: top;
}

TABLE.dictionary TH A {
  color: darkred;
}


TABLE.dictionary TD A {
  color: #444;
}

TABLE.dictionary TR TH {
  border-bottom: 1px solid #CCC;
  background-color: #EEE;
  text-align: left;
  width: 20%
}

TABLE.dictionary TR TD {
  border-bottom: 1px solid #EEE;
}


DIV.languagesnippet {
   width: 230px;
   border-bottom: 1px solid #DDD; 
   padding: 15px 0px;
}

DIV.imagebar {
  width: 500px;
  border-left: 1px solid #DDD;
  float: right;
}

DIV.imageholder {
  width: 490px;
  margin-left: 10px;
  overflow: hidden;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

DIV.absholder {
  position: relative;
}

DIV.imageholder INPUT, DIV.imageholder IMG {
  max-width: 490px;
}

DIV.imagetag, DIV.secondimagetag {
  position: absolute;
  border: 0px solid yellow;
  width: 24px; height: 24px;
  background: url(/localmedia/yellow.png) top left no-repeat;
  text-align: center;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
}

DIV.secondimagetag {
  background: url(/localmedia/graphit.png) top left no-repeat;
  border: 0px solid #DDD;
}
