table.searchOptions tr td {
  vertical-align: top;
}

div.resultRowWrapper {
  width: 100%;
}

tr.resultRow,
tr.resultRow td,
tr.resultRow td div
{
  cursor: hand;
}

div.resultName
{
  display:block;
  float: left;
  width: 200px;
  padding-right: 10px;
  padding-left:  10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

div.resultLang
{
  display:block;
  float: left;
  width: 420px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

div.resultPrimaryLangCerts
{
  display:block;
  float: left;
  width: 150px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

div.resultDciCertDate
{
  display:block;
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}


a.showMore {
  font-size: 10px;
  color: #aaa;
  text-decoration: none;
}

a.showMore:hover {
  text-decoration: underline;
}

.backgroundA {
  background-color: #fff;
}

.backgroundB {
  background-color: #f4feF8;
}

div.pager {
  font-size: 10px;
  font-weight: bold;
}
