@charset "utf-8";

h2 {
  background:url("../../results/img/subtitle.png") no-repeat;
}
* html h2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../results/img/subtitle.png);
}
#submenu {
  background:url("../../results/img/submenu_back.jpg") no-repeat;
}
#search-form table {
  margin:1.6em auto;
}
#search-form td {
  padding:2px 4px;
  border-top:dashed 1px #999999;
  border-bottom:dashed 1px #999999;
}
.search-result {
  margin-bottom:1.6em;
}
.search-result td, #search-result th {
  padding:3px 0;
  border-top:dashed 1px #999999;
  border-bottom:dashed 1px #999999;
}
.search-result th {
  color:#ffffff;
  background-color:#999999;
  font-weight:bold;
  text-align:center;
}
.search-result th.small-th {
  font-size:x-small;
  padding:1px 0;
}
.search-result tr.even td {
  background-color:#eeeeee;
}
.search-result td.no {
  padding-right:10px;
}

