
/* Style for templates in Tables of query.jsp and in QueryForeach Portlet */
.query { }

.resultDisplay h3, .resultDisplay p {
  font-family: Arial, Helvetica, sans-serif;
}
.resultDisplay              { margin-bottom: 15px; }
.resultDisplay a            { font-weight: normal; }
.resultDisplay h3 a         { font-weight: bold; }
.resultDisplay h3           { font-size: 14px; margin: 0; }
.resultDisplay h3 .counter  { font-weight: bold; }
.resultDisplay p            { font-size: 12px; margin: 0; }

.relevance {
  position: absolute;
  margin-top: 2px;
  border: 1px solid #295c7d;
  background-color: #e7eff7;
  width: 25px;
  height: 10px;
  text-align: left;
  font-size: 8px;  
}
.relevance .level {
  background-color: #4384f0;
  height: 10px;
}

.relevance .percent {
  font-size: 9px;
  line-height: 10px;
  font-family: verdana;
  position: absolute;
  text-align: center;
}

/* search results */
.queryWorkHeader {
  background-color: #EEEEEE;
  padding: 5px;
}
.queryWorkHeader.queryShowResults {
  text-align: left;
  font-family: verdana,arial;
  font-size: 12px;
}
.searchResultsCategory div {
  float: left;
  width:49%;
}
.searchResultsCategory div.separation {
  float: none;
  clear: both;
  width: 100%;
  height: 5px;
}
.queryWorkHeader .bigFont {
  font-size: 12px;  
}
.queryWorkHeader .smallFont {
  font-size: 10px;  
}
.queryWorkHeader .fontA {
  font-family: verdana,arial;
}
.queryWorkHeader .fontB {
  font-family: arial,helvetica,sans-serif;
}
