/* CSS PRINT style for Silkeborg Bibliotekerne */
/* Globale css opsetninger */
/* alle elementer vil som indgang have margin og padding defineret af sitet  */
/* inspiration from http://www.positioniseverything.net/ in case of IE < 7   */
/* for Jello-things: http://www.positioniseverything.net/articles/jello.html */
/* Reset styles */
/*Copyright (c) 2008, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 3.0.0pr2*/
body {
	font: 13px/1.231 arial, helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
	margin: 0;
	padding: 0;
}
* html {
	margin: 0;
}
h1 {
	clear: both;
	width: 100%;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
h2, h3, h4, h5 {
	clear: both;
	width: 100%;
	color: #000000;
	font-family: Arial, sans-serif;
	margin-bottom: 0.4em;
	padding-bottom: 0;
}
h2 {
	/* display: none;
*/
	font-size: 1.6em;
	margin-top: 0.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	margin-top: 0.6em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	margin-top: 0.4em;
}
h5 {
	font-size: 1em;
	margin-top: 0.3em;
}
img {
	border-style: none;
}
ul {
	clear: both;
	float: left;
	width: 100%;
}
div.sb_box-text-foot p {
	width: 100%;
}
div.sb_box-text-foot ul {
	clear: none;
}

#sb_content a.skrivtil img {
/* special treatment to justify images in mail-cryptation */
float: none;
	margin: 0 2px 0 2px;
}
#sb_content img {
/* special treatment to leftjustify images in content */
	height: auto;
	float: left;
	margin: 0 20px 4px 0;
}
#sb_content div.half img {
	margin-right: 10px;
}
#sb_content div.sb_box-related-content img {
	margin-right: 10px;
}
a {
	color: inherit;
	text-decoration: underline;
}
.sb_displayNone, .sb_accessNone, .sb_hideMF {
	display: none;
}
.sb_empty {
	display: none;
}
/* Jello */
#sb_body {
	/* Jello  examplefont-family: Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;
*/
}
/* END Jello */
/* Entity-idenfifications within a page */
/* Top og page */
#sb_head div.sb_kol_abc, #sb_head div.sb_kol_c {
	display: none;
}
#sb_head div.sb_kol_ab {
	width: 100%;
	clear: both;
}
#sb_search {
	display: none;
}
#sb_foot div.sb_kol_b {
	width: 100%;
	margin: 2em auto 0 auto;
	padding-top: 1em;
/* space under border */
	border-top: solid 2px #5D5041;
	font-size: 0.9em;
	text-align: center;
}
#sb_foot div.sb_kol_a, #sb_foot div.sb_kol_c {
	display: none;
}
/* Different types of columns for layout */
/* The width is same width as the outer boxes in that column */
div.sb_spalteskift {
	height: 1px;
	width: auto;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
div.sb_kol_a {
	display: none;
}
div.sb_kol_b {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div.sb_kol_c {
	display: none;
}
div.sb_kol_ab {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div.sb_kol_bc {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div.sb_kol_abc {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div.sb_box-text-outer, div.sb_box-related-outer, div.sb_box-text-inner, div.sb_box-related-inner {
	display: block;
  clear:none; float:left;
	width: 100%;
}
div.sb_box-text-content, div.sb_box-related-content {
	display: inline-block;
	width: 100%;
}
#MinSide div.sb_box-text-outer, #MinSide div.sb_box-related-outer, #MinSide div.sb_box-text-inner, #MinSide div.sb_box-related-inner, #MinSide div.sb_box-text-content, #MinSide div.sb_box-related-content {
	display: block;
	width: 100%;
}
div.half {
	width: 50%;
}
#sb_breadcrumb {
	padding: 0;
	height: 1.7em;
}
/* Different types of columns for layout ended */
/* Different boxes - identified by their usage */
/* boxes without borders */
/* first-related boks har buet top, identificeres med sin id */
div.side #first-related {
	display: none;
}
/* Breadcrumb bar */
#sb_breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-indent: 0;
}
#sb_breadcrumb ul li {
	float: left;
	margin: 0 4px 0 0;
	height: 0.9em;
	color: #27546B;
	background-image: none;
}
/* Forms */
div.sb_singletexhelp, sb_pwhelp, sb_emailhelp, sb_texhelp {
	margin-top: 2px;
	margin-bottom: 10px;
}
div.sb_emailhelp, div.sb_singletexhelp {
	margin-left: 25%;
}
/* Denne giver maaske problem med styling generelt skal fjernes */
div.sb_noformhelp {
	height: 10px;
}
label.sb_formdropdown, label.sb_formtext {
	display: block;
	margin-top: 8px;
}
label.sb_singletext {
	display: block;
	margin-top: 0;
	width: 25%;
	float: left;
}
label.sb_emailtext, label.sb_formsingletext {
	display: block;
	width: 25%;
	float: left;
	clear: left;
}
label.sb_emailcheck {
	padding-left: 5px;
}
fieldset label {
	margin-left: 10px;
}
fieldset  legend {
	padding-left: 5px;
	padding-right: 5px;
}
fieldset.sb_radio, fieldset.sb_check {
	padding: 8px;
	margin-bottom: 8px;
}
input.sb_button {
	margin: 8px 12px 0 0;
}
/* Forms ended */
/* Blogs */
div.blog_comment-notok, div.blog_comment-ok {
	margin: 10px 0 10px 0;
	clear: both;
	width: 100%;
	height: auto;
}
div.blog_comment-notok h3, div.blog_comment-ok h3 {
	padding-top: 10px;
}
div.blog_comment-notok, div.blog_comment-notok h3 {
	color: #ff0000;
}
div.sb_blog-hr {
	height: 1px;
	border-bottom: dotted 1px #5D5041;
}
span.blog_small {
	font-size: 90%;
}
div.border {
	width: 45%;
	padding-left: 5%;
}
div.single {
	padding: 0;
	clear: both;
	width: 100%;
}
/* Blog ended */
/* Microformat classes are all left empty */
.vcard {
}
.email {
}
.org, .fn {
}
.adr {
}
.street-address {
}
.postal-code {
}
.locality {
}
.contry-name {
}
.tel {
}
span.geo, span.geo abbr {
	display: none;
}
/* Accessibility */
/* acceskey */
a.sb_accesskey {
	display: none;
/* invisible */
}
/* Elementers opsetninger */
/* Stylesheet for Summa search results */
/**************************************************    Search list result**************************************************/
.sb_search_mean {
	display: none;
}
.searchResult {
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.searchResultHeading {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
}
.searchResultItem {
	width: 100%;
	padding: .2em 0 .2em 0;
	border-bottom: 1px solid #555555;
}
.searchResultItemSelected {
	float: left;
	padding: .2em 0 .2em 0;
	border-bottom: 1px solid #555555;
}
.searchResultItemCommon {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.searchResultItemHeader {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	padding: .3em 0 .1em 0;
}
.searchResultItemAuthor {
	width: 25%;
	padding-left: 0;
	padding-right: 0.8em;
}
.searchResultItemTitle {
	width: 45%;
	padding-left: 0;
	padding-right: 0.8em;
}
.searchResultItemYear {
	width: 7%;
	padding-left: 0;
	padding-right: 0.8em;
	overflow: hidden;
}
.searchResultItemType {
	width: 17%;
	padding-left: 0;
}
.searchResultItemSelect {
	text-align: right;
}
.bookmark {
	display: none;
}
/**************************************************    Loan status fields**************************************************/
.statusResult {
	width: 100%;
	border-bottom: 1px solid #555555;
	padding-top: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.statusResultHeading {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
}
.statusResultItem {
	width: 100%;
	padding: .2em 0 .2em 0;
	border-bottom: 1px solid #555555;
}
.statusResultItemSelected {
	float: left;
	padding: .2em 0 .2em 0;
	border-bottom: 1px solid #555555;
}
.statusResultItemCommon {
	float: left;
	margin: 0;
	padding: .3em 0 .1em 0;
}
.statusResultItemHeader {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: .3em 0 .1em 0;
}
.statusResultItemTitle {
	width: 38%;
	padding-left: 0;
	padding-right: 0.5em;
}
.statusResultItemYear, .statusResultItemPlace, .statusResultItemkr {
	width: 17%;
	padding-left: 0;
	padding-right: 0;
}
.statusResultItemButton, .statusResultItemAccNo {
	clear: both;
	width: 10%;
	padding-left: 0;
}
.statusResultItemType {
	width: 8%;
	padding-left: 0;
}
.statusResultItemNo {
	width: 9%;
	padding-left: 0;
}
/**************************************************    Availability result**************************************************/
.itemAvailability {
	font-size: 1em;
	padding: 0px 2px 0px 2px;
	margin-top: .2em;
}
.itemAvailabilitySplit {
	font-size: 1em;
}
.copyStatusCommon {
	width: 4.5em;
	clear: both;
	margin: 0 1em 0.5em 0;
}
.copyStatusMultiVolume {
	width: 4.5em;
	clear: both;
	margin-right: 1em;
}
/**************************************************    Search detailed result**************************************************/
/************************************************        long result*************************************************/
.recordMain {
}
.recordMain div.h1 {
}
/*** MARC***/
.longMarcResult {
	width: 100%;
	font-size: 100%;
	margin-top: 0.5em;
}
/****Full Record with syndetics cover*****/
.longMarcResultItemContainer {
	clear: both;
}
.longMarcResultItemCommon {
	padding: 0.2em 0.2em 0 0;
	margin-bottom: .2em;
}
div.recordMain div.longMarcResultItemLabel {
	display: none;
}
div.sb_moreinfo {
	display: none;
}
#recordMoreInfo div.longMarcResultItemText {
	padding-left: 0;
	float: left;
	width: 74%;
}
#recordMoreInfo div.longMarcResultItemLabel {
	display: block;
	clear: both;
	float: left;
	width: 24%;
}
#infoShow {
	margin-top: 0.2em;
}
.syndeticsCoverFullRecord {
	float: right;
	margin: .5em 0 0.5em 0;
}
.fullRecordDataContainer {
	width: 31em;
	float: left;
}
/**************************/
.longMarcResultItemTitle {
	padding: 0.3em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	float: left;
}
.placeHeaderLongResult {
	font-weight: bold;
	float: left;
}
.longMarcResultExtras {
	float: left;
}
.longMarcResultExtras {
	border-top: 1px dashed #555555;
	margin-top: 1em;
	width: 100%;
}
.MARCLink {
	padding: 0.5em 0 0 0.2em;
	font-size: 75%;
}
/**************************************************    Services: recommendation, like....**************************************************/
.recommendation {
	clear: both;
}
.recommendationsTitle {
}
.recommendationsAuthor {
}
.recommendationsType {
}
.recomShow {
}
.likes {
	clear: both;
	padding-bottom: 1em;
	margin-left: 1em;
	padding-top: 0.5em;
	border-bottom: 1px solid #555555;
	width: 90%;
}
.likesTitle {
	font-style: italic;
}
.likesAuthor {
}
.likesType {
}
.likesShow {
}
/**************************************************    Diverse**************************************************/
.shortNavigation {
	width: 100%;
	height: auto;
	margin: 0.5em 0 0.5em 0;
}
h3.shortResultInfo {
	font-weight: bold;
	font-size: .9em;
	margin-top: -1.25em;
	padding: 0 10px 0 0;
}
h4.shortResultInfo {
	display: none;
}
/***************************************************************************************************************/
/*CSS til output fra DDELibra*/
/*generelt*/
div.sb_menu-cover {
	width: 10em;
}
div.sb_menu-cover .sb_img-title {
	text-align: center;
	font-weight: bold;
}
form.sb_reserver #sb_dropdownmenu {
	display: none;
}
/* Button panel */
form.sb_addBasket, form.sb_showBasket, form.sb_reserver {
	display: none;
}
/* Button panel end */
/* holding */
div.SB_holding_branch, div.SB_holding_collect, div.SB_avail_A, div.SB_avail_Cdiv.SB_avail_R {
	float: left;
}
div.SB_matstat_copy, div.SB_matstat_type {
	float: left;
}
div.statusText {
	width: 100%;
	margin: 0;
	padding: 0;
}
div.statusText h3 {
	padding-top: 0.6em;
}
table.SB_holding {
	width: 100%;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0.2em 0;
}
th {
}
th.SB_holding_branch, td.SB_holding_branch {
	width: 16%;
	text-align: left;
}
th.SB_holding_collect, td.SB_holding_collect {
	width: 13%;
	text-align: left;
}
th.SB_avail_A, td.SB_avail_A {
	width: 8%;
	text-align: right;
}
th.SB_avail_C, td.SB_avail_C {
	width: 9%;
	text-align: right;
}
th.SB_avail_R, td.SB_avail_R {
	text-align: right;
	width: 17%;
	padding-right: 2em;
}
td.SB_avail_R span.SB_home {
}
td.SB_avail_R span.SB_out {
}
/* patron information */
div.SB_patron {
	width: 100%;
	font-size: 1em;
	padding: 0;
}
/* Loan information */
div.SB_loan {
	width: 100%;
	font-size: 1em;
	padding: 0;
}
/* Reservation information */
div.SB_reservation {
	width: 100%;
	font-size: 1em;
	padding: 0;
}
span.SB_highlight {
}
input.sb_darkButton, input.sb_lightButton {
	display: none;
}
/* aendringer */
div.SB_reservation, div.statusResult,  div.SB_loan, div.searchResultItem {
	display: inline-block;
	width: 100%;
	clear: both;
}
a {
	text-decoration: none;
}
h3 {
	padding-top: 0.9em;
}
#sb_foot {
	width: 100%;
	padding-top: 1.5em;
	clear: both;
	float: left;
}
.shortResultInfo a {
	display: none;
}
.statusResultItemButton, .statusResultItemAccNo {
	display: none;
}
div.sb_kol_b>p {display:none;}

