/* crossQuery RESULTS stylesheet */

div.documentLink {
  width:100px;
  min-width:100px;
  text-align:center;
  background-color: Gainsboro;
  border-style: outset;
  border-color: Gainsboro;
  border-width: 2px;
  padding:3px 3px;
  margin: 0px 0px 4px auto;
}

a.documentLink, .actaContainer, .actaContainer a {
	text-decoration:none;
	color:#000;
	width:100%;
	font-size:11px;
	white-space:nowrap;
}

a.documentLink:hover{
}

div.documentLink:hover{
	background-color:red;
	background-color:#DDD;
}

.linkContainer {
    opacity: 0;
    font-size:4px;
    width: 110px;
    height: 25px;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    transition: all 1s;
}
.linkContainer:hover {
    opacity: 1;
    width: 240px;
    font-size:11px;
		line-height: 14px;
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);

    padding-top: 20px;
}
ul.actaLinks {
    list-style-type: none;
    padding-left: 0;
}
.actaLinks li {
	background: #777;
	padding: 2px;
}
.actaLinks li:hover {
	background: #bbb;
}

/*
.actaContainer {
	text-decoration:none;
	color:#000;
	width:100%;
	font-size:11px;
	white-space:nowrap;
}
ul {
    list-style-type: none;
    background: #777777;
}
li:hover {
    background: #bbbbbb;
}
.actaLinks ul {
	opacity: 1;
	display: block;
	transition: opacity 1s, height 1s;
}

.hidden {
	height: 0;
	opacity: 0;
	display: none;
	transition: opacity 1s, height 1s;
}
*/
/* Results */

div.resultsHeader {
	background-color: Gainsboro;
  border-top: 1px solid DarkGrey;
}

div.resultsHeader table {
   width: 100%;
}

div.resultsHeader table td {
	padding: 2px 5px;
}

td.right {
   text-align: right;
}

td.left {
   text-align: left;
}

td.center {
   text-align: center;
	 padding: 10px;
}

div.query {
   width: 500px;
	 float: left;
}

div.label {
   float: left;
}

div.results {
  margin:8px;
}

div.results table {
	margin:0px;
  width: 100%;
}

div.results table td {
   vertical-align: top;
}

div.results table td.facet{
  width: 25%;
  padding-right: 8px; 
}

div.facetGroup {
	font-size: 95%;	
}

div.docHit {
	background-color: #FAFAFB;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	padding: 4px;
}

div.docHit table td.col1{
   width: 4%;
   text-align: left;
}

div.docHit table td.col2{
   width: 35%;
   text-align: right;
}

div.docHit table td.col3{
   width: auto;
   text-align: left;
}

div.docHit table td.col4{
   width: 17%;
   padding-right:0px;
   text-align: right;
}

div.docHit .typeIcon {
	vertical-align: text-top;
	margin-left: 1px;
}

.hit {
   color: #990000;
   font-weight: bold;
}

.subhit {
   color: #990000;
   font-weight: bold;
   margin-left: 5px;
}

.hitsection {
   background-color: #D6DCE5;
}

div.facetName {
   font-weight: bold;
   margin: 10px 0;
   font-size: 95%;
}

div.facet table {
   border-style: none;
   width: 100%;
}

div.facet table td.col1 {
   width: 12px;
   text-align: center;
   vertical-align: top;
   padding-right: 0.5em;
   color: #6699CC;
}

div.facet table td.col1 a {
   padding-top: 0.4em;
}

div.facet table td.col2 {
   padding-bottom: 0.1em;
   padding-top: 0.1em;
}

div.facet table td.col3 {
   text-align: right;
}

div.facetMore {
   margin-top: 0.5em;
   margin-left: 2em;
}

div.facetLess {
   margin-left: 2em;
   margin-bottom: 0.5em;
}

.sortForm {
	display: inline;
	margin-right: 32px;
}

.resultsHeader .label {
	font-weight: bold;
	margin-right: 4px;
}

.resultsHeader .searchCriterium {
  font-weight: bold;
  margin-right: 8px;
}

.imageThumbnail {
	width: 95%;
	max-width:250px;
}

.imageThumbnailBag {
	width: 95%;
	max-width:200px;
}