/* Imports */
@import url("header.css");
@import url("relatedItems.css");
@import url("viewerSubMenu.css");
@import url("footer.css");
@import url("sharing.css");
@import url("iWant.css");
@import url("mypage.css");
@import url("tags.css");

/* CONTAINERS */

body, html {
	height: 100%;
	font-family:helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #F3F0ED;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0;
}

h2 {
    font-size: 2em;
}

fieldset {
	margin-bottom: 5px;
	border: 1px solid #F3F0ED;
}

audio {
    width: 100%;
    max-width: 800px;
}

img {
	border-style: none;
}

em {
    font-weight: bold;
}

/* NB RED */
table thead tr {
    background-color: #C10A26;
    color: white;
}


#container {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.selectedLink {
    font-weight: bold;
    font-size: 12px;
}

.noPadding {
    padding: 0px !important;
    margin: 0px !important;
}

.hidden {
    display: none !important;
    border: 0;
}

.notVisible {
    visibility: hidden;
}

.inline {
    display: inline-block
}

.block {
	display: block;
}

.toggle{
	color: black;
	text-decoration: underline;
}

.paddingBothSides {
	padding: 0 10px 0 10px !important;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}

.formRow {
    height: 27px;
}
.formRow > * {
    vertical-align: -webkit-baseline-middle;
}

div#body{
    min-width: 980px;
	min-height: 100%;
	height: auto !important;
    padding: 0px 30px;
}

div#searchResultWrapper {
    width: 100%;
    width: 100%;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #dcd8d0;
    overflow: hidden;
}

div#top {
	float:left;
	margin: 0 auto;
	width: 100%;
	border: none;
	height: 86px;
	display: block;
}

div.inlines{
	width: 829px;
	height: 64px;
	background-color: #dcd8d0;
	padding-top: 22px;
	margin-left: 238px;
}
.simpleList {
    list-style-type: none;
    margin: 15px 10px;
}

.simpleList li {
    margin-bottom: 10px;
}
.middle {
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}

.actionButton:hover {
    cursor: pointer;
    opacity: 0.4;
}

.left {
    float: left;
}

.imageNote, .imageNote a, .imageNote a:visited {
    text-align: right;
    color: gray;
    font-size: 9px;
}

.selectedMediaTypeSelected {
	background-color: #c35762;
	display:inline-block;
	width: 4px;
	height: 30px
}
.selectedMediaType {
	color: #c35762;
	vertical-align: middle;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}

.mediatypeText {
	height: 30px;
	display: inline-block;
	cursor: pointer;
	margin-left: -4px;
	vertical-align: middle;
}

.menuContainer{
	height: 22px;
	width: 185px;
	cursor: pointer;
	padding: 4px 0px 4px 0px;
	color: #2F2F2F;
	padding-left: 10px;
}

.menuContainer:hover{
	background-color: #f3f0ed;
}

div#contentContainer {
    clear: both;
	padding-left: 20px;
}

div#navigatorsContainer{
	width: 194px;
	display: inline-block;
	vertical-align: top;
    margin-top: -80px;
    padding-bottom: 20px;
}



div#searchResultContainer{
	width: 740px;
    border-left: 2px dotted #dcd8d0;
    display: inline-block;
	min-height: 800px;
}

div#filterText{
    float: left;
	padding-top: 8px;
}

div#serachbar{
	margin-left: 230px;
	margin-top: 30px;
}

.viewerHeader .header {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding: 20px 0px 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.nextIssue {
	margin-left: 20px;
}
div#viewer em {
	font-weight: normal;
	font-style: normal;
}

.viewerLeftColumn {
    border-right: 1px solid #dcd8d0;
    margin-right: 350px;
}

.viewerRightColumn {
    height: 100%;
    width: 320px;
    float: right;
    padding: 0px 15px;
}

/* @media all and (max-width: 1390px) { */
/*     .viewerRightColumn { */
/*         display: none; */
/*     } */
/*     .viewerLeftColumn { */
/*         margin-right: 0px; */
/*     } */
/* } */

.viewerDiv {
	width: 100%;
	margin: 0 auto;
	background-color: white;
}
.viewerHeader .tools {
	padding: 20px 0px 20px 20px;
	overflow: hidden;
}

.imageView {
	float: left;
}

.relatedImages {
	border: none;
}

.contentBox {
    background-color: white;
    padding: 10px;
    border: 1px solid #dddddd;
    margin: 20px auto;
}

.relatedImages img.images {
	width: 64px;
	height: 64px;
	border-style: none;
}
.relatedImages a {
	text-decoration: none;
}

object#genezaViewer {
	width: 960px;
	height: 500px;
	display: block;
	margin: 0 auto;
	border: 1px solid;
	border: 1px solid;
}

h2#advancedSea{
	margin-top: 20px;
}
div#tabContainer {
	width: 1103px;
	height: 28px;
}
.claro .dijitTabContainerTop-tabs .dijitTabContent {
	min-width: 55px;
}
div#advancedSearchWrapper {
	width: 100%;
	border-top: 0;
	overflow: hidden;
}
.advanced_search_form {
	display: inline-block;
	padding-bottom: 5px;
}

.advancedSearch {
    width: 1100px;
}

.submitButtonSok {
	float: left;
	margin-left: 159px;
}

.submitButton {
	float: left;
}

.submitButtonFloatRight {
    margin: 10px 0 0;
    display: block;
    text-align: right;
}

div#searchDialog .dijitButtonNode, div#resume .dijitButtonNode {
    background-color: #8A8A8A;
}

.advancedSearchField .submitButton{
	float: left;
}

.submitButtons span{
	margin-right: 5px;
}

.submitButtons .submitButton{
	float: left;
}

.advancedSearchField {
	width: 725px;
	padding: 20px 0 0 20px;
	overflow: hidden;
}

.advancedSearchField .searchWords{
	width: 400px;
	float: left;
}

.advancedSearchField .searchWords .index{
	width: 132px;
}

.advancedSearchField .line {
	display: table-row;
	width: 100%;
	border: none;
	padding: 0 10px 10px 0;
}

.advancedSearchField .index, .field, .hint {
	display: table-cell;
	white-space:nowrap;
	border: none;
	padding: 0 10px 10px 0;
}

.advancedSearchField .hint {
	width:100%;
	color: #AAAAAA;
}

.advancedSearchField .checkboxes {
	min-width: 100px;
	padding: 3px 0 0 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.checkboxes div {
	float: left;
}

.checkboxes label{
	margin-left: 20px;
	font-weight: normal;
}

div.calendar {
	position: absolute;
	z-index: 10;
}

div.advSearchCalc {
	margin-top: -15px;
	margin-left: -35px;
}

.newspaperInfo{
	width: 100%;
	float: right;
	margin-right: -280px;
	margin-top: 5px;
}

img.calendar {
	vertical-align: middle;
}

img.snippet {
    max-height: 80px;
}

div.searchbar {
}

div#searchResult{
	margin-left: 15px;
}

div#navigators {
	width: 188px;
	vertical-align: top;
}

div#listView{
	overflow: hidden;
}

div.listViewItem{
	overflow: hidden;
	margin-bottom: 20px;
}

h1#title {
	font-size: 22px;
	font-weight: bold;
    clear: left;
}

div.tools {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #dcd8d0;
    overflow: hidden;
}

div.tools.jegvil {
    height: 108px;
}

h2.title {
	font-size: 16px;
	font-weight: bold;
    clear: left;
}

div#ImagesInResultlist{
	float:	left;
	margin-right:5px;
}

div#metaContainer {
	float:right;
	width: 245px;
	vertical-align: top;
}

div#headermenu{
	width: 100%;
		/* 	height: 30px; */
	display: block;
	background: #D5D2CA;
}

div#topmenus{
	width: 1150px;
	display: block;
	overflow: hidden;
}

div.searchbarHeading {
	display: inline-block;
	padding-left: 60px;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

div#resultInfo{
	color: gray;
	text-align: left;
    border-bottom: 2px dotted #dcd8d0;
    width: 100%;
    height: 34px;
}

div#lowest{
	text-shadow: white 1px 1px 1px;
	color: #675C53;
	text-align: center;
	margin-top: 20px;
}

.searchIcon {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../../images/nav_logo95.png");
	background-origin: padding-box;
	background-position: -17px -226px;
	background-repeat: no-repeat;
	background-size: auto;
	color: transparent;
	display: inline-block;
	height: 17px;
	margin: 0 auto;
	width: 17px;
}

div.subNavigator {
	display: block;
	cursor: pointer;
	width: 100%;
	color: #2F2F2F;
	margin-left: 10px;
}


div#widget_languagesList{
	width: 160px;
}

.navSplitter {
	margin: 10px 10px 20px 50px;
}

div#resultView{
	overflow: hidden;
	float: left;
	display: block;
	padding-top:20px;
}

.resultViewHeader {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
    margin-left: 10px;
}

div#resultView .listelement{
	display: inline-block;
	width: 350px;
	margin: 20px;
	vertical-align: top;
}

.listelement div {
	margin-right: 20px;
}

div.summary{
	display: block;
	word-wrap: break-word;
}

img.thumbnail {
	padding: 0px 5px 0px 0px;
}

.imgEntry .thumbnail {
    max-height: 100px;
    max-width: 100px;
}

.thumbnailSize a{
	margin-left: 5px;
	color: #2F2F2F;
}

div.urlparagraph{
	color: darkgreen;
	width: 100%;
	display: block;
	word-wrap: break-word;
	float: left;
}

div#bottomnavigator{
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

img.searchImage {
	width: 100px;
	overflow: hidden;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	vertical-align: middle;
}

div#preview {
	background-color: rgb(244, 244, 244);
	border: 1px solid #dddddd;
	padding: 10px;
	width: 360px;
	visibility: hidden;
    z-index: 4;
    margin-top: 10px;
}

div.previewArrow {
	padding: 0;
	margin: 0;
}

#dokumenttype{
	float: right;
}

.snippet a {
	text-decoration: none;
	color: black;
}

div.snippet {
	padding: 2px;
	margin-top: 5px;
	border: solid 1px black;
}

div.accessText{
	 color: #535548;
}

.headerColor {
    color: #535548 !important;
}

div#preview_metadata{
	width: 100%;
}

div.preview_metadata_header{
	white-space: nowrap;
	padding: 4px 0 0 2px;
}

div.preview_metadata_data{
	padding: 0 0 0 2px;
}

div .debug {
	color:red;
}

div.listViewIcon {
	float:	left;
	padding-right: 5px;
}

div#spraakdropdown{
	margin-top: 10px;
}

/* PARAGRAPHS AND HEADINGS*/



/* ANCHORS*/
a#facebook{
	display: block;
	background: url('../../images/facebook.png') bottom no-repeat;
	height: 32px;
	width: 50px;
}

a#facebook:hover{
	background: url('../../images/facebookhover.png') bottom no-repeat;
}

a#twitter{
	display: block;
	background: url('../../images/bird.png') bottom no-repeat;
	height: 32px;
	width: 50px;
}

a#twitter:hover{
	background: url('../../images/birdhover.png') bottom no-repeat;
}

a#mail{
	display: block;
	background: url('../../images/email.png') bottom no-repeat;
	height: 32px;
	width: 50px;
	margin-left: 5px;
}

a#mail:hover{
	background: url('../../images/emailhover.png') bottom no-repeat;
}

a.titleListView {
	/* 	color: blue; */
	color:#C70000;
	font-size: 16px;
	padding: 0px;
	width: 100%;
	text-decoration: none;
}

a.titleListView:hover{
	text-decoration: underline;
	color:black;
}

a#returnToSearch{
	font-size: 14px;
	padding-bottom: 15px;
	display: block;
}


a.titleGridView{
	color:#C70000;
	font-size: 16px;
	display: block;
	width: 100%;
	text-decoration: none;
}

a.searchImage {
	text-decoration: none;
}

div#topmenus a{
	text-decoration: none;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	float: left;
	height: 27px;
	color: #675C53;
	margin-right: 20px;
}

div#topmenus a:hover{
	color: white;
	background: #AEA79F;
	cursor: pointer;
}

#customDateLabel:hover {
	text-decoration: underline;
}

div.subNavigator a {
	color: #2F2F2F;
	text-decoration: none;
}

div.subNavigator a:hover {
	text-decoration: underline;
}

div.subNavigator a:visited {
	text-decoration: none;
	color: #2F2F2F;
}
div.subNavigator a:visited:hover {
	text-decoration: underline;
}

div.subNavigator a.selectedView {
	color: rgb(195, 87, 98);
	font-weight: bolder;
}

p.navigatorHeader {
	font-weight:bold;
	margin-top: 20px;
	color: #535548;
	margin-left: 10px;
}

.subNavigator .navigatorHeader{
	margin-left: 0px;
}

div.navigatorHeader{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

div.breadcrum {
	cursor: pointer;
	border-style: none;
	margin-left: 10px;
}

div.breadcrum:hover {
	text-decoration: underline;
}

a#prevResults{
	padding: 4px;
	color: white;
	background-color: #C10A26;
	font-weight: bold;
	float: left;
	margin-right: 3px;
	width: 90px;
	text-align: center;
}

a#nextResults{
	padding: 4px;
	color: white;
	background-color: #C10A26;
	font-weight: bold;
	float: left;
	width: 80px;
	text-align: center;
}

a#goToFirstPage{
	padding: 4px;
	color: white;
	background-color: #C10A26;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	margin-right: 2px;
}

a#goToLastPage{
	padding: 4px;
	color: white;
	background-color: #C10A26;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	margin-left: 2px;
}

a.prevPageNr{
	cursor: pointer;
	background-color: #DCD8D0;
	padding: 4px;
	color: #7b715e;
	float: left;
	margin-right: 3px;
	min-width: 16px;
	text-align: center;
}


/* MISC */
.horizontalLine {
	width: 100%;
}

figure.image {
    margin: 0px 0px 20px 0px;
}

figcaption.imageCaption {
    /*float: right;*/
    color: gray;
    font-size: 10px;
}

.claro .dijitSliderImageHandleH {
    height: 14px;
}

/* TABLES */
td {
	vertical-align: top;
}

div#viewBody td {
    vertical-align: middle;
}
table.mystyle {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
}

table.mystyle td, table.mystyle th {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

div.searchImage {
	width: 100%;
}

h2.underline {
	font-size: 18px;
	border-bottom: solid thin #666;
	padding: 0;
	margin-top: 20px;
}

/* LISTS */

ul.footersocial{
	list-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

ul.footersocial li{
	float: left;
	margin: 0px;
	margin-right: 20px;
}

ul.clean {
    list-style: none;
    margin: 0px;
}

/*Visning av navn i treffliste*/
.name span {display:none;}

.name:hover span {display:block;}

.fakelinkRed {
    color: #C70000;
}
.fakelinkGray {
    color: #535548;
}

a.fakeLink:visited{
	color:#C70000;
}

a {
	color:#C70000;
}

a:hover {
	color:black;
	text-decoration: underline;
}

a:visited{
	color:#C70000;
}

a:visited:hover{
	color:black;
}


div#headermenu {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin-top: 0px;
}

div#flowbar {
	margin-top: 2px;
}

#topright{
	overflow: hidden;
	float: right;
	width: 770px;
}

#languages a{
	font-size: 10px;
}
#languages a.selected {
	font-weight: bold;
	font-size: 12px;
}

.nav {
	list-style: none;
	margin-bottom: -3px;
	overflow: hidden;
	float: right;
	display: block;
}

.nav li{
	float: left;
	padding: 6px 8px 6px 8px;
	font-weight: bold;
	color: #C10A26;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.nav .selected{
	background-color: #A5132B;
	color: white;
}

div#headermenu {
	border: none;
}

.nbtheme .dijitButton .dijitButtonNode{
	background: none;
	color: #555;
	border: 0;
	background-color: #f2f2f2;
	border-radius: 0px !important;
	font: bold 11px/17px Arial,sans-serif !important;
	vertical-align: top;
}

.nbtheme .dijitButton .dijitButtonNode:hover {
	border: 1px solid #c6c6c6;
	background-color: #f7f7f7;
	color: #33334b;
}

.nbtheme .searchButton .dijitButtonNode {
	width: 56px;
	height: 20px;
	padding-top: 4px;
	margin-left: -6px;
	background-color: #AF1E2D;
	color: white;
}

.nbtheme .searchButton:hover .dijitButtonNode .searchIcon {
	background-position: -33px -226px;
}

.nbtheme div#rViewerWidget .dijitSlider td {
	vertical-align: middle;
}

#tools_size {
	font-weight: bold;
}
a.sizes span.big{
	font-size: 16px;
}
a.sizes span.bigger{
	font-size: 18px;
}
span.box {
    border: 2px solid #ccc;
    background-color: #fff;
    display: none;
    position: fixed;
    font-size: 4em;
    line-height: 1.6em;
    letter-spacing: 2pt;
    left: 0px;
    width: 100%;
    z-index: 10000;
    margin-top: 138pt;
    color: black;
}

span.text {
    display: block;
    padding: 20pt;
}


/* FRA NURETTIN */

.marked{
	display: inline !important;
}
.yo{
	border-right-style: none !important;
}

.listViewContainer {
	float: left;
    width: 100%;
}
.listViewwrapper{
	width: 100%;
	margin-top:5px;
}
.searchImage {
	padding-top: 30px;
	padding-bottom: 30px;
}
img.searchImage{
	width: 85px;
	height:70px;
}
.imagesInresultlist{
	float: left;
	width: 820px;
	margin-bottom: 5px;
}

.dottedline{
	border-bottom: 2px dotted #dcd8d0;
}

div#images {
	float: left;
	margin-bottom: 20px;
	margin-left: 52px;
}
div#seFlereBilder{
	height: 30px;
	overflow: hidden;
}
div#seFlereBilder p{
	float: left;
	margin-left: 50px;
	font-weight: bold;
}
div#seFlereBilder a{
	float: right;
	margin-right: 8px;
	font-size: 12px;
	margin-top: 7px;
}
.resultMetadata{
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
    width: 690px;
}
.currentResult{
	display: inline-block;
	/*width: 780px;*/
}

.resultEntry{
	width: 100%;
    border-bottom: 2px dotted #dcd8d0;
    margin-bottom: 8px;
    float: left;
    overflow: hidden;
}
.thumbnailFloat{
	float: left;
}
.metadataView{
	margin-left: 120px;
}
.metadataView #spacer {
	width: 41px;
	display: inline-block;
}
.resultMediatype {
    font-weight: bold;
}
.debugInfo{
	margin-top: 10px;
	float: left;
}
.showPreview{
	width: 34px;
	float: right;
	height: 100%;
}
.arrows{
	padding-top: 0px;
	padding-left: 0px;
}
.previewWindow{
	float: right;
	overflow: hidden;
	display: block;
}

<!-- metdataView -->
.modsAbstract{
	width: 100%;
}
.modsData {
	display: table-row;
}

.table{
	display: table;
}
.tableWithWidth{
	width: 1024px;
}
.tableRow{
	display: table-row;
}
.tableCell{
	display: table-cell;
}
.grayColor{
	color: gray;
}
.displayNone{
	display: none;
}

.menu{
	display:inline-block;
	height: 20px;
}
.previewEntry{
	position: fixed;
}
.previewImg{
	height: 200px;
	float:left;
	padding: 0px 10px 0px 0px;
}
.previewTxt{
	font-weight: bold;
	display: inline-block;
}
.sbippetPageNr{
	 background-color: white;
	 color: black;
}

.previewMetadataContainer{
	display: table-cell;
	vertical-align:top;
}

.nbLogoSearchbox{
	display:none;
	padding-left: 50px;
}
.searchboxInput{
	width: 520px;
	font-size: 20px;
}

.pagineringStretch{
	width: 100%;
	display: inline-block;
/* 	float: left; */
}

.paginering{
	width: 800px;
	margin: 0px 0px 60px 200px;
	padding-top: 60px;
	overflow: hidden;
}
.previousPage{
	padding-right: 20px;
	cursor: pointer;
}
.currentPageNr{
	cursor: pointer;
	background-color: #C10A26;
	padding: 4px;
	color: white;
	float: left;
	margin-right: 3px;
	font-weight: bold;
	min-width: 16px;
	text-align: center;
}

.nextPage{
	padding-left: 5px;
	cursor: pointer;
}

.imgEntry{
    height: 120px;
    width: 120px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    border-left-color: black;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: black;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: black;
    border-top-style: none;
    border-top-width: 0px;
    line-height: normal;
    position: relative;
    margin-right: -1em;
    margin-top: 20px
}

.thumbnailDiv {
    text-align: center;
    line-height: 120px;
}
.thumbnail{
    vertical-align: middle;
}

.imgHidden{
    display:block;
    float:left;
    margin-right:10px;
}
.imgTooltip{
	width:400px;
}
.imgTooltipClear{
	clear:both;
}

.viewedImage{
	width: 700px;
}
.feedbackContainer{
	height: 230px;
	overflow-y: auto;
	border: 1px solid #e2b0b8;
	padding: 0 10px;
	width: 550px;
}
.tableCellPa{
	padding-bottom: 2px;
	display: table-cell;
}
.padding{
	padding: 2px;
}

.padding-left-1 {
    padding: 0 0 0 10px;
}

.itemContainer{
	width: 100%;
	overflow: hidden;
}
.bookViewerWrapper{
	float: left;
 	width: 700px;
}

.filmBody{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}
.filmContainer{
	width: 100%;
}

.playerMargin {
    margin: 20px 20px 0px 20px
}

.playerPadding {
    padding: 10px;
}

.viewerContainer{


}

.viewerTitle {
    padding: 10px 20px;"
}

div#viewerBody {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    border: 1px solid #dcd8d0;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}
.commentWrapper{
	margin-top: 20px;
}
.metaContainer{
	float:right;
	width:260px;
	vertical-align: top;
	margin-right: 20px;
}
.marginLeft{
	margin-left: 20px;
}
.marginLeft5 {
    margin-left: 5px;
}
.marginLeft10 {
    margin-left: 10px;
}
.nowrap {
    white-space: nowrap;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.genezaBody{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}
.genzaContainer{
	width: 1024px;
}
.newspaperTitle{
	margin-bottom: 10px;
}
.tableCellVer{
	display: table-cell;
	vertical-align: middle;
}
.displayInline{
	display: inline;
}
.viewerCell{
	display: table-cell;
	width: 75%;
}
.marginTop{
	margin-top: 20px;
}
.metaCon{
	display: table-cell;
	width: 15%;
	vertical-align: top;
}
.imageBody {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
.imageViewerContainer{
	display: table-cell;
	width: 640px;
}
.metadataCon{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 14px;
	width: 320px;
}

.termsButtonWrapper{
	margin: 20px auto;
	width: 50px;
}
.viewBody{
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    clear: left;
}
.tableCellW75{
	float:left;
	width: 700px;
}
.returnToSearch{
	text-align: center;
	line-height: 12px;
}
.hrMargin{
	margin-top: 10px;
	margin-bottom: 10px;
}
.siteBottom{
	clear: both;
 	margin: 0 auto;
}
.footerWrapper{
	width: 960px;
	margin: auto auto;
}
.rightTopDiv{
	display: inline-block;
	float: right;
	padding: 8px;
}
.headerLogo{
	display: inline-block;
}

#searchButton_label{
	padding: 4px;
}
.spraakBtn{
	margin-top: 5px;
}

div#mypage {
	height: 100%;
	padding-top: 30px;
    min-height: 760px;
}
.mypageLeftMenu {
	width:192px;
	height: auto;
	vertical-align: top;
    float: left;
}
.mypageLeftMenu a.selected {
	font-weight: bold;
}
.mypageLeftMenu .wrapper .dijitTextBox {
	width: 125px;
	height: 20px;
}

.mypageContent {
    height: 100%;
    padding-left: 15px;
    vertical-align: top;
    margin: 0px 320px 0px 211px;
}
.mypageRightMenu {
    width: 300px;
    height: auto;
    min-height: 600px;
    border-left: 1px dotted #DCD8D0;
    padding-left: 10px;
    vertical-align: top;
    float: right;
}
.mypageRightMenu h3 {
	padding: 0 0 16px 0;
}
.itemInfo .title{
	max-width: 200px;
	max-height: 50px;
	overflow: hidden;
	border: 1px none;
	margin-bottom: 10px;
}
.itemInfo .lastVisited{
	max-width: 200px;
	max-height: 18px;
	overflow: hidden;
}
.lists {
	width: 100%;
	min-height: 150px;
	border: 1px none red;
    margin-bottom: 30px;
}
.lists .listName h3 {
	display: inline-block;
}
.lists .listActions {
	margin-right: 10px;
}
.items {
	border-top: 1px dotted #DCD8D0;
	width: 100%;
	padding-top: 10px;
	margin: 0 auto;
}
.itemsMyLibrary{
	border-top: 1px dotted #DCD8D0;
	width: 99%;
	padding-top: 10px;
}
.itemsMyLibrary .hr {
	display:block;
	border-bottom: 1px dotted #DCD8D0;
	width: 100%;
}
.itemWrapper {
	display: inline-block;
	padding-bottom: 10px;
	border: 1px none;
	width: 100%;
}
.itemWrapperMyLibrary{
	border: 1px none;
	width: 400px;
	display: inline-block;
	vertical-align: top;
    margin-bottom: 10px;
}
.itemWrapperByListname {
	padding: 10px 0 20px 0;
	vertical-align: top;
}
.itemThumbnailMyLibrary{
	border: 1px none;
	width: 100px;
	display: inline-block;
	vertical-align: top;
    text-align: center;
}
.itemInfo {
	border: 1px none;
	width: 100%;
}
.itemInfoTitle {
	border: 1px none;
	max-height: 64px;
	overflow: hidden;
}
.itemInfoMyLibrary{
	border: 1px none;
	padding-left: 0px;
	width: 58%;
	display: inline-block;
}
.itemInfoLastVisited {
	width: 63%;
}

.myLibraryUserListWrapper {
	width: 203px;
	margin-top: -11px;
}

.myLibraryUserListWrapper:hover > #myLibraryUserList {
	display: block;
}

#myLibraryUserList {
	margin-top: -3px;
	border: 1px none #dcd8d0;
	display: none;
	list-style-type: none;
}

#myLibraryUserList li {
	padding: 6px;
	margin: 0px;
	margin-bottom: -1px;
	background-color: white;
	border-bottom: 1px none #dcd8d0;
}

#myLibraryUserList li:hover {
	cursor: pointer;
	background-color: #f3f0ed;
}

#myLibraryUserList li.selected {
	list-style-image: url("../../images/check-icon.jpg");
}
#myLibraryUserList li.addNewList {
	color: red;
}
#myLibraryUserList li#newListForm {
	display: none;
}
#myLibraryUserList .dijitTextBox {
	width: 90px;
}

#userList .starSelected {
	background-image: url("../../images/starSelected.png");
	height: 16px;
	width: 16px;
	margin-bottom: -3px;
	margin-right: 5px;
	display: inline-block;
}

#userList .starUnselected {
	background-image: url("../../images/starUnselected.png");
	height: 16px;
	width: 16px;
	margin-bottom: -3px;
	margin-right: 5px;
	display: inline-block;
}

#userList form {
	display: inline-block;
}

#userCommandMenu .dijitButton .dijitButtonNode
{
    width:120px;
    margin:3px 0px 0px -2px;
    line-height:30px;
}

#userCommandMenu {
    list-style-type: none;
    margin: 0px;
}

.menuLists {
    line-height: 1.6;
}

.menuLists a {
    color: #2F2F2F;
    /*font-style: italic;*/
}

.settings .helpText {
    margin-top: 10px;
}

.settings form[name="nationalLibraryCardForm"] {
    margin: 25px 0px;
}


.digitaldrop {
	-webkit-appearance: none;
	-webkit-box-align: center;
	-webkit-box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #E0E0E0;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	background-image: -webkit-linear-gradient(top, rgb(250, 250, 250) 0px, rgb(220, 220, 220) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
	background-image: -moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
	background-image: -ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
	background-image: -o-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
	background-image: -nnnwebkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc));
	background-origin: padding-box;
	background-repeat: repeat;
	border-bottom-color: #AAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	outline-color: #555;
	outline-style: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-indent: 0px;
	text-shadow: white 0px 1px 0px;
	text-transform: none;
	vertical-align: middle;
	white-space: nowrap;
	word-spacing: 0px;
	word-wrap: normal;
	border-radius: 2px;
	float: right;
	width: 119px;
}

div#formatSelect {
	/*display: inline-block;*/
}

div#formatSelect:hover > ul#formatselect {
	display: block;
}

#formatselect{
	float: right;
	margin-top: -3px;
	z-index: 100;
	border: 1px solid #dcd8d0;
	display: none;
	list-style: none;
	position: relative;
	width: 117px;
}

#formatselect li{
	padding: 6px;
	margin: 0px;
	margin-bottom: -1px;
	background-color: white;
	border-bottom: 1px solid #dcd8d0;
	display: block;
	z-index: 20000;
}

#formatselect li:hover{
	cursor: pointer;
	background-color: #f3f0ed;
}

.filtrering{
	float: right;
	width: 213px;
	overflow: hidden;
	margin-top: -11px;
	margin-right: 10px;
}

.filtrering p{
	padding-top: 8px;
	margin: 0px;
	float: left;
}

.resultInfoText{
	float: left;
}

/* NOSEARCH */
.nosearchBox{
	float:left;
	margin-right: 20px;
	margin-top: 10px;
    width: 120px;
}
.nosearchBox a{
	font-size: small;
}

.exception {
	width: 550px;
}

.clickstreamDataRow {
	margin: 0px 0px 15px 0px;
}


/* Validating */
.error {
	color: red;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.dijitRadio input {
	opacity: 1.0;
}

.universallyrestricted {
	font-weight: bold;
	color: red;
}

div#adminStyle{
    width: 200px;
}

/* HqDownloader */
div#hqDownloaderSearch {
	margin-bottom: 10px;
}

div#hqDownloaderTable {
}

div#hqDownloaderTable table {
	width: 100%;
	border-collapse:collapse;
}

div#hqDownloaderTable table td {
	border:1px solid #dcd8d0;
}

div#hqDownloaderTable th, div#hqDownloaderTable td {
	padding: 4px;
}

div.arrow-down {
	position: relative;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid red;
	display: inline-block;
}

div.arrow-down-gray {
    position: relative;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d3d3d3;
    display: inline-block;
    vertical-align: text-top;
}

div.arrow-down-white {
    position: relative;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    vertical-align: text-top;
}

div.arrow-right {
	position: relative;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid red;
	display: inline-block;
}


div.arrow-gray-left {
    position: relative;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right:13px solid gray;
    display: inline-block;
    margin-right: 10px;
}

div.arrow-gray-right {
    position: relative;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left:13px solid gray;
    display: inline-block;
    margin-left: 10px;
}


div.sort-arrow-DESC {
	position: relative;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
}

div.sort-arrow-ASC {
	position: relative;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
	margin-top: 2px;
}

div.circleDonetrue {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: green;
	margin: 0 auto;
}

div.circleDonefalse {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: gray;
	margin: 0 auto;
}

div.circleError {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: red;
	margin: 0 auto;
}

div.sort-arrow-div {
	display: inline-block;
}

.tooltip {
	position: relative;
}

.tooltip:hover:after{
	content: attr(tooltipText);
	position: absolute;
    z-index: 98;
   	color: black;
   	left: 20%;
   	top: 100%;
   	background-color: white;
   	border-style: solid;
   	border-radius: 5px;
   	border-width: 1px;
}

/* BULK Details */
#bulkdetails {
    width: 900px;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 70px;
}
#bulkdetails #urnFieldset {

}
#bulkdetails #urnFieldset #urnTop {
    height: 180px;
}
#bulkdetails #urnFieldset .urnField {
    float: left;
    resize: none;
}
#bulkdetails #urnFieldset .infoField {
    float: left;
    width: 250px;
    margin-left: 15px;
}
#bulkdetails #formatFieldset {
    margin-top: 15px;
}

/* claro theme override */
/* enterHQDownloaderDetails.jsp */
.dj_ie .dijitCheckBoxInput {
	width: 15px;
	height: 15px;
	filter: none !important;
}

#playlist
{
border-collapse:collapse;
width: 700px
}

#playlist,
#playlist th,
#playlist td {
	border: 1px solid #F3F0ED;
}

#trackNumber {
	text-align: right;
}

#trackNumber,
#playButton {
	width: 15px;
}

#trackNumber,
#playButton {
	border-right-style: none !important;
}

#playButton,
#track {
	border-left-style: none !important;
}

#band {
	min-width: 50px;
}

.dijitCheckBox, .dijitRadio, .dijitCheckBoxInput {
    overflow: visible;
}

.top {
    vertical-align: top;
}

/* Geneza cart */
.divWrapper {
    width: 960px;
    margin: 20px auto;
}

.genezaItem {
    margin-bottom: 10px;
}

.genezaThumbnail {
    width: 100px;
    float: left;
}

.genezaItemMeta {
    margin: 0px 50px 0px 100px;
    display: inline;
}

.transferEffect {
    border: 2px dotted gray;
}

.linkButton, .linkButton:hover, .linkButton:visited {
    padding: 4px 6px;
    background-color: #c10a26;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
}

.hlsLink {
    display: none;
}

#calendarlist .dijitCalendarYearContainer {
    display: none;
}

#calendarlist .dijitCalendarArrow {
    visibility: hidden;
}

#calendarlist .calgreen {
    background-color: greenyellow;
}

#calendarlist .dijitCalendarSelectedDate .dijitCalendarDateLabel{
    background-color: transparent;
}

#calendarlist table {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* ----------------------------
    Geo tag
------------------------------- */

#geotagMap {
    width: 100%;
    height: 400px;
}

#geotagSearchPanel {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

#btnGeotagSearch {
    margin-left: -7px;
}

h1#tagCount {
    margin-left: 10px;
}
div#tagsList div.segmented {
    margin-left: 10px;
}

