.hilite {
  background: yellow;
}

.params-container {
  position: relative; 
  padding: 0; 
  margin: 0;
  max-width: 814px;
}

.params {
  padding: 19px 14px 14px; 
  margin: 0 !important;
  font-size: 0.9em; 
  background: #fffaaf; /* Old browsers */
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.params label {
  width: auto !important;
} 

.params select {
  width: auto !important;
  float: none !important;
  display: inline-block !important;  
}

.params input[type="submit"], .params input[type="button"] {
  padding: 0 7px !important; 
  height: 23px; 
  line-height: 23px; 
  margin: 0; 
  position: relative; 
  font-size: 0.95em; 
  text-align: center; 
  text-transform: uppercase;
}

.params table tr td {
  padding-right: 7px;
} 

.params table tr td:last-child {
  padding-right: 0;
}
/*
.params table tr td:last-child label {
  width: 135px !important;
  margin: 0 7px 7px;
  padding: 0;
  text-align: right;
}
*/
.params-container fieldset {
  position: relative;
}

.params-container fieldset div.legend {
  float: left;
  position: absolute;
  cursor: pointer;
  border: 1px solid #b0aa80;
  width: auto !important;
  /*
  -webkit-box-shadow: 0px 0px 1px 0px rgba(97,88,69, 1);
  -moz-box-shadow:    0px 0px 1px 0px rgba(97,88,69, 1);
  box-shadow:         0px 0px 1px 0px rgba(97,88,69, 1);
  */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
  padding: 3px 7px;
  font-weight: bold;
  position: relative;
  top: 12px;
  z-index: 2;
}

.params input {
  padding: 0 2px !important;
}

.results {
  display: table;
}

.results .row-separator {
  display: table-row;
  height: 12px;  
}

.results .item-container {
}

.results .item {
  padding: 7px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  display: table-cell;
  width: 800px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.results .item .content-container {
}

.results .item:last-child {
  margin: 0;
}

.results .item .attr1 {
  margin: 1px;
  width: 84px;
  padding: 7px 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.results .item .attr2 {
  padding: 7px 14px;
  display: table-cell;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  width: 606px;
}

.results .item .attr2 a {
  /*color: #9B964B;*/
  color: DodgerBlue;
}

.results .item .attr2 a:hover {
/*
  background-color: #82F4FF;
  text-decoration: none;
  */
  color: MediumBlue; 
}

.results .item .attr2 h2 {
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
}

.results .item .attr2 div.title1, .results .item .attr2 div.title2, .results .item .attr2 div.title3 {
  margin-bottom: 7px;
}

.results .item .attr2 div.title2 {
  font-size: 0.95em;
}

.results .item .attr2 div.title3 {
  font-size: 0.85em;
  font-style: italic;  
}

.results .item .attr2 h3 {
  font-size: 1.20em;
  display: inline-block;
}

.results .item .attr2 h4 {
  display: inline-block;
  font-size: 1.05em;
  font-style: italic;
}

.results .item .attr3 {
  margin: 1px;
  width: 80px;
  padding: 7px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}

.results .item .attr3 .bignum {
  font-size: 32px;
  color: Goldenrod;
}

.results .item.translated {
}

.icon_opus_type, .verified_by_rs {
  display: block;
  margin: 0 auto 7px;
  width: 32px;
}

.icon_opus_type img, .verified_by_rs img {
  display: block;
  height: 24px;
}

.ga_number {
  position: relative;
  display: block;
  margin: 0 auto 7px;
  text-decoration: none !important;
  font-size: 16px;
  text-align: center;
  color: #000 !important;
}

.gacaption {
  font-size: 0.75em;
  position: absolute;
  line-height: 2.1em;
}

.ganum {
  position: relative;
  font-size: 1.2em;
  margin-left: 20px;
}

.hint {
  cursor: help;
}

.placement-top > .pagination {
  margin-bottom: 24px;
}

.placement-bottom > .pagination {
  margin-top: 24px;
}

.placement-bottom > .pagination .summary-info {
  margin: 12px 0 0;
}

.pagination ul {
}

.pagination ul li {
  width: auto;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 5px 0 0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.pagination ul li a {
  display: block;
  margin: 0;
  color: #1e90ff;
  padding: 7px 10px;
  text-decoration: none;
}

.pagination ul li a:hover {
  text-decoration: none;
}

.pagination ul li.actual {
  color: #fff;
  background: #1e90ff; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e90ff 0%, #0070df 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e90ff), color-stop(100%,#0070df)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e90ff 0%,#0070df 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e90ff 0%,#0070df 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e90ff 0%,#0070df 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e90ff 0%,#0070df 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e90ff', endColorstr='#0070df',GradientType=0 ); /* IE6-9 */
  display: block;
  cursor: default;
  padding: 7px 10px 7px;
  opacity: 1;
}

.pagination ul li.etc {
  padding: 0;
}

.pagination ul li.etc select {
  height: 31px; 
  line-height: 31px;
  border: none; 
  color: #1e90ff;
  font-weight: bold;
}

.pagination ul li.actual:hover, .pagination ul li.etc:hover {
  opacity: 1;
}

.placement-top > .pagination ul li {
  margin-bottom: 7px;
}

.placement-bottom > .pagination ul li {
  margin-top: 7px;
}

.pagination ul li:last-child {
  margin-right: 0;
}

#detail-panel-main-content {
  width: 960px;
}

#detail-panel-main-content h1 {
  font-size: 1.8em;
  margin: 24px 0;
}

.detail-translations-container h2, .detail h2, .detail-rawtext-container h2 {
  margin: 7px;
  font-size: 1.4em;
  color: GoldenRod;
}

.detail-rawtext-container {
  padding: 14px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  width: 932px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.detail-rawtext-container pre {
  font-family: sans-serif;
  line-height: 1.7em;
  letter-spacing: 1px;
  word-spacing: 2px;
  max-width: 932px;
  white-space:pre-line;
}

.detail-translations-container {
  float: left;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  display: table-cell;
  width: 530px;
  margin-right: 14px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.detail {
  float: left;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  display: table-cell;
  width: 362px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.detail table.data {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.detail table.data a {
  color: DodgerBlue;
}

.detail table.data a:hover {
  color: MediumBlue;
}

.detail table.data img.ico {
  width: 14px; 
  float: left; 
  display: block;
  margin-right: 2px;
}

.detail table.data td {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 7px 0 7px 7px;
}

.detail table.data th {
  padding: 7px 7px 7px 0;
  width: 35%; 
  max-width: 150px;
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
  text-align: right;
}

.detail table.data tr:last-child > th, .detail table.data tr:last-child > td {
  border-bottom: none;
}

.detail table.data tr.separator td {
  padding: 0;
  border: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #d7d7d7;
  height: 2px;
}

table.data tr.translations-container th, .detail table.data tr.translations-container td {
  border-bottom: 0px;
}

table.translations {
  width: 100%;
} 

.detail-translations-container table.data tr th {
  text-align: center;
  padding: 5px;  
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.detail-translations-container table.data tr th:last-child {
  border-right: 0px;
}

.detail-translations-container table.data tr td {
  padding: 5px;  
}

.detail-translations-container table.data tr th.num, .detail-translations-container table.data tr td.num {
  border-left: 0px;
  width: 20px;
}

.detail-translations-container table.data tr td.num {
  border-right: 1px solid #d7d7d7;
  text-align: center;
}

.detail-translations-container table.data tr.row-separator td {
  font-size: 1px;
  height: 4px;
}

.detail-translations-container table.data tr th.type, .detail-translations-container table.data tr td.type {
  width: 70px;
  text-align: center;
}

.detail-translations-container table.data tr th.title, .detail-translations-container table.data tr td.title {
  min-width: 350px;
  text-align: left;
}

.detail-translations-container table.data tr th.author, .detail-translations-container table.data tr td.author {
  width: 120px;
  text-align: left;
}

.detail-translations-container table.data tr th.source, .detail-translations-container table.data tr td.source {
  width: 200px;
  text-align: left;
}

.detail-translations-container table.data tr th.actions, .detail-translations-container table.data tr td.actions {
  width: 60px;
  text-align: right;
}

.detail-translations-container table.data tr td.actions img {
  width: 18px;
  display: block;
  float: right;
  margin-right: 2px;
}

.detail-translations-container .description {
  margin-top: 4px;
  font-size: 0.85em;
  font-style: italic;
}
                                         
.detail-translations-container .description a {
  color: DodgerBlue;
}
                                         
.detail-translations-container .description a:hover {
  color: MediumBlue;
}
                                         
#detail-panel .detail-actions {
  width: 960px;
}

#detail-panel .detail-actions img {
  width: 24px;
  display: block;
  float: right;
  margin-left: 4px;
}

#detail-panel .link-back {
  color: #000;
}
 
#detail-panel .detail-actions.link1 {
  margin: 0 0 16px;
}
 
#detail-panel .detail-actions.link2 {
  margin: 16px 0 0;
}

#detail-panel .link-back img.ico {
  display: block; 
  float: left; 
  width: 16px;
}

img.icon-clr {
  margin: 4px 0 0 4px; display: block; float: right; width: 16px; cursor: pointer;
}

img.icon-expand, img.icon-reduce {
  margin: 2px 0 0 4px; display: block; width: 14px; float: right;
}

table.attr {
  margin-top: 7px;
}

table.attr tr {
  vertical-align: top;
}

.hilite-underline {
  z-index: 2;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1px;
  background: yellow;
}

.form {
  padding: 0;
  margin: 0;
}

.form div.entry select {
  padding: 2px;
}