/* (c) 2009 Gothenburg University Library */

/* Search */

#ssMain ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}
#ssMain li {
  line-height: 1.5em;
  margin-bottom: 1.0em;
}
#ssMain .loan-status, #ssMain .access-status {
  font-size: 100%;
}
.ssMainItemType {
  font-weight: bold;
}
.loan-status {
  margin-top: 0.2em;
}
.loan-status table {
  margin-top: 0.4em;
  font-size: 110%;
}
.xloan-status table {
  font-size: 100%;
  width: 95%;
  border: 0px;
  border-spacing: 0.1em;
  text-align: left;
  empty-cells: show;
}
.xloan-status th, .xloan-status td {
  text-align: left;
  vertical-align: top;
  border: 0px;
  background: rgb(200,200,200);
  padding: 0.4em;
}
.xloan-status th {
  font-weight: normal;
  background: rgb(190,190,190);
}
.xloan-status td {
  background: rgb(233,233,233);
}
.ubSearchBoxWrapper {
  margin: 0px;
}
.enhancedLabel {
  font-weight: bold;
}
.suggestionKept {
}
.suggestionModified {
  font-weight: bold;
  font-style: italic;
}
.commentForm {
  border-top: 3px solid rgb(30,30,30);
  background: rgb(238,238,238);
  margin-top: 2.0em;
  padding-left: 1.0em;
  padding-right: 1.0em;
}
.spinnerMessageText {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 1.0em;
  margin-top: 0px;
}
.spinnerIcon {
  padding-top: 0.1em;
  padding-left: 0.8em;
}
.facetType {
  font-size: 0.7em;
  line-height: 2.5em;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid rgb(190,190,190);
  border-bottom: 1px solid rgb(190,190,190);
}
.facetType .current {
  font-weight: bold;
  border: 1px solid rgb(0,0,0);
  padding: 4px;
  margin-right: 3px;
}
.facetType .linked {
  font-weight: normal;
  border: 1px solid rgb(180,180,180);
  background: rgb(243,243,243);
  padding: 4px;
  margin-right: 3px;
}

.facetSort {
  font-size: 0.7em;
  line-height: 2.0em;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(190,190,190);
}


.queryInput {
  font-size: 1.0em;
}
.querySubmit {
  font-size: 1.0em;
}

.ssLink {
  text-decoration: none;
}
.ssLink:hover {
  text-decoration: underline;
}


#shortcutComp #linkCollection {
	width: 100%;
	max-width: 243px;
	/* float: right; */
	right: 0;
	top: 0;
	}

#shortcutComp #linkCollection ul.collapsablemenu {
	display: none;
	width: 205px; 
	z-index: 1000; 
  	background-color: #fff; 
  	text-align: left; 
  	list-style:none; 
	margin: -1px 16px 0 0;
	border: 1px solid #7d7d7d;
  	border-top: 0;
  	position: absolute;
	}

#shortcutComp #linkCollection .collectionlinkgroup ul {
	margin-top: -9px;
	}

#shortcutComp #linkCollection .collapsablemenu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dfdfdf;
	}

#shortcutComp #linkCollection .collapsablemenu a {
	background: none;
	text-decoration: none;
	display: block;
	padding: 1px 5px;
	}

#shortcutComp #linkCollection .collapsablemenu li a:hover {
	background-color: #f1f1f1;
	}

#shortcutComp #linkCollection .collapsed .collapsablemenu {
	visibility: hidden;
	}

/*
#shortcutComp h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	}
*/

#shortcutComp #linkCollection h2 {
	background: #fff url("/dspace/image/gu/1275366_dropdown.gif") no-repeat right center;
	font-weight: normal;
	padding: 1px 20px 1px 5px;
	margin: 0 0 0.75em 0;
	display: block;
	width: auto;
	border: 1px solid #7d7d7d;
	}

#shortcutComp #linkCollection h2 a {
	text-decoration: none;
	}

ul.collapsablemenu {
  display: none;
  position: relative;
}

