Bug 10510 - OPAC's renew selected link has glitchy icon
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
1 @import url("/opac-tmpl/lib/yui/reset-fonts-grids.css");
2 @import url("/opac-tmpl/lib/yui/skin.css");
3
4 a {
5         font-weight : bold;
6 }
7
8 a,
9 a:visited,
10 .ui-widget-content a,
11 .ui-widget-content a:visited {
12         color : #006699;
13 }
14
15 a:hover,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
16         color : #990033;
17 }
18
19 a.disabled {
20         color : #888888 !important;
21 }
22
23 body {
24         background-color : white;
25         text-align : left;
26         padding : 0 0 2.5em 0;
27 }
28
29 .required {
30     color : #C00;
31 }
32
33 a.ButtonPlus, a.ButtonLess {
34       text-decoration : none;
35 }
36
37 caption {
38         font-size : 140%;
39         font-weight : bold;
40         line-height : 144%;
41         text-align : left;
42 }
43
44 fieldset {
45         background-color: #FFF;
46         border : 2px solid #EEEEEE;
47         margin : 1em 1em 1em 0;
48         padding : 1em;
49 }
50
51 fieldset.rows {  
52         border-width : 1px;
53         border-bottom : 1px solid black;
54         float : left;
55         font-size : 90%;
56         clear : left;
57         margin: .9em 0 0 0;  
58         padding: 0;
59         width: 100%; 
60 }
61
62 fieldset.rows legend {  
63         margin-left: 1em;
64         font-weight: bold;
65         font-size : 110%;
66 }
67
68 fieldset.rows label, fieldset.rows span.label {
69         float: left;  
70         font-weight : bold;
71         width: 9em;  
72         margin-right: 1em;  
73         text-align: right;
74 }
75
76 fieldset.rows fieldset {
77         border-width : 1px;
78         margin : 0;
79         padding : .3em;
80 }
81
82 fieldset.rows ol {  
83         padding: 1em 1em 0 1em;  
84         list-style-type: none;
85 }
86
87 fieldset.rows li {  
88         float : left;
89         clear : left;
90         padding-bottom: 1em;
91         list-style-type: none;
92         width: 100%; 
93 }
94
95 fieldset.rows.left li {
96         padding-bottom : .4em;
97 }
98
99 fieldset.rows li.radio {
100         padding-left: 9em;
101         width : auto;
102 }
103
104 fieldset.rows li.radio label {
105         float : none;
106         width : auto;
107         margin : 0 0 0 1em;
108 }
109
110 fieldset.rows ol.radio label {
111         width : auto;
112         float : none;
113         margin-right : 0;
114 }
115
116 fieldset.rows ol.radio label.radio {
117         float : left;
118         width : 12em;
119         margin-right : 1em;
120 }
121
122 fieldset.rows table {
123         clear : both;
124         margin-left : 1em;
125 }
126
127 fieldset.rows td label {
128         float : none;
129         font-weight : normal;
130         width : auto;
131 }
132
133 fieldset.holds {
134         background-color : #F3F3F3;
135         border: 0;
136         font-size : 110%;
137         padding : 1px;
138 }
139
140 fieldset.holds ol {
141         margin : 0;
142         padding : 0;
143 }
144
145 fieldset.holds li {
146         background-color : #FFF;
147         border-bottom : 1px solid #F3F3F3;
148         padding : .3em;
149 }
150
151 fieldset.holds label, fieldset.holds span.label {
152
153 }
154
155 fieldset.action {
156         clear : both;
157         float : none;
158         border : none;
159         margin : 0;
160         padding : 1em 0 .3em 0;
161         width : auto;
162 }
163
164 fieldset.action p {
165         margin-bottom : 1em;
166 }
167
168 form {
169         display : inline;
170         margin : 0;
171         padding : 0;
172 }
173
174 h1 {
175         font-size : 138.5%;
176 }
177
178 h1#library {
179         font-size : 100%;
180         font-weight : normal;
181         margin : .2em 0 .2em .5em;
182
183
184
185 h1#libraryname {
186         background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
187         border: 0;
188         float : left !important;
189         margin:0;
190         padding:0;
191         width:120px;
192 }
193
194 h1#libraryname a {
195         border:0;
196         cursor:pointer;
197         display:block;
198         height:0px !important;
199         margin:0;
200         overflow:hidden;
201         padding:40px 0 0;
202         text-decoration:none;
203         width:120px;
204 }
205
206 h1,h2,h3,h4,h5,h6 {
207         font-weight : bold;
208         margin : .5em 0;
209 }
210
211 h2 {
212         font-size : 131%;
213 }
214
215 h5.author {
216 }
217
218 h3 {
219         font-size : 123.1%;
220 }
221
222 h4 {
223         font-size : 116%;
224 }
225
226 h5 {
227         font-size : 108%;
228 }
229
230 h6 {
231         font-size : 100%;
232 }
233
234 input[type=submit],
235 input[type=button],
236 input[type=reset],
237 fieldset.brief input[type=submit],
238 fieldset.brief input[type=button],
239 fieldset.brief input[type=reset]
240 {
241         background: #f4f9fc; /* Old browsers */
242         background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */
243         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
244         background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
245         background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */
246         background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */
247         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
248         background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */
249         border-top: 1px solid #cccccc;
250         border-left: 1px solid #cccccc;
251         border-right: 1px solid #eeeeee;
252         border-bottom: 1px solid #eeeeee;
253         color : #333;
254         font-size : 93%;
255         font-weight : bold;
256         padding : 4px;
257 }
258
259 input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
260         border: 1px inset #666666;
261 }
262
263 td.resultscontrol,
264 .searchresults td.resultscontrol {
265         background-color : #EEE;
266         border : 1px solid #E8E8E8;
267         vertical-align : middle;
268         padding : 3px 3px 5px 5px;
269 }
270
271 table {
272         background-color: #FFF;
273         border-collapse : collapse;
274         margin : 1em 0;
275         border-right : 1px solid #dddddd;
276         border-top : 1px solid #dddddd;
277 }
278
279 td,th {
280         background-color: #FFF;
281         border-left : 1px solid #dddddd;
282         border-bottom : 1px solid #dddddd;
283         padding : 3px 5px;
284 }
285
286 td.place_on_type table,
287 td.place_on_type table td {
288         border : 0;
289 }
290 td caption {
291         font-size : 105%;
292 }
293
294 th {
295         background-color:#EEE;
296         font-weight : bold;
297         padding : 2px 23px;
298         text-align : center;
299 }
300
301 th.sum {
302         text-align: right;
303 }
304
305 td.sum {
306         background-color: #FFC;
307         font-weight: bold;
308 }
309
310 th[scope=row] {
311         text-align : right;
312 }
313
314 tr.highlight td, tr.highlight th, tr.odd td {
315         background-color : #F3F3F3;
316    border-top : 1px solid #DDDDDD;
317    border-bottom : 1px solid #DDDDDD;
318 }
319
320 tr.even td, tr.even.highlight td {
321         background-color: #FFF;
322 }
323
324 tr.grouplabel td {
325         background-color : #E8E8E8;
326         border : 1px solid #DDDDDD;
327         border-right : 1px solid #DDDDDD;
328         text-align : center;
329         font-weight : bold;
330     padding: 10px;
331 }
332
333 tr.reserved td {
334         background-color : #eeffd4;
335 }
336 tr.transfered td {
337         background-color : #e8f0f6;
338 }
339
340 #editions table, #editions td {
341         border : 0;
342 }
343
344 .header {
345         background-image:url("../../images/ascdesc.gif");
346         background-position:right center;
347         background-repeat:no-repeat;
348         cursor:pointer;
349 }
350 .headerSortUp {
351         background-image:url("../../images/asc.gif");
352 }
353 .headerSortDown {
354         background-image:url("../../images/desc.gif");
355 }
356
357 ul {
358         list-style : disc;
359         padding-left : 1em;
360 }
361
362 li {
363         list-style : disc;
364 }
365
366 p.availability {
367         font-size : 87%;
368 }
369
370 .available {
371         color : #006600;
372 }
373
374 .waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold {
375         display : block;
376 }
377 .notforloan {
378         color : #900;
379 }
380 .lost {
381         color : #666;
382 }
383 .waiting {
384         
385 }
386
387 /* "problem" enhancement */
388 .problem {
389         color : white;
390         background-color : red;
391 }
392
393 /* style for search terms in catalogsearch */
394 .term {
395         /* color : blue; */
396     color : #990000;
397     background-color : #FFFFCC;
398 }
399
400 a .term {
401         text-decoration : underline;
402 }
403
404 /* style for shelving location in catalogsearch */
405 .shelvingloc {
406     display : block;
407     font-style : italic;
408 }
409
410 .transfered {
411         background-color : #F9FF9A;
412 }
413
414 /* action buttons */
415 #action {
416         margin-top : .5em;
417         background-color : #F3F3F3;
418         border : 1px solid #E8E8E8;
419         padding-bottom : 3px;
420 }
421
422 #action li {
423         list-style : none;
424         margin : .2em;
425         padding : .3em 0;
426 }
427
428 #action a {
429         background-position : 5px center;
430         background-repeat : no-repeat;
431         text-decoration : none;
432         padding-left : 35px;
433 }
434
435 #action a.print {
436   background-image: url("../../images/sprite.png"); /* Print */
437   background-position: -5px -186px;
438   background-repeat: no-repeat;
439 }
440
441 #action a.highlight_toggle {
442     background-image: url("../../images/sprite.png"); /* Highlight */
443     background-position: -5px -841px;
444     background-repeat: no-repeat;
445     display: none;
446 }
447
448 #action a#furthersearches {
449     background-image: url("../../images/sprite.png"); /* Menu arrow */
450     background-position: 106px -295px;
451     background-repeat: no-repeat;
452         border : 1px solid #F3F3F3;
453         margin-left : 5px;
454         padding : 2px 26px 2px 10px;
455         text-decoration : none;
456 }
457
458 #action a#furthersearches:hover {
459         border-top : 1px solid #FFF;
460         border-left : 1px solid #FFF;
461         border-right : 1px solid #979797;
462         border-bottom : 1px solid #979797;
463 }
464
465 #action a.reserve,
466 .searchresults a.reserve {
467   background-image: url("../../images/sprite.png"); /* Place hold */
468   background-position: -5px -144px;
469   background-repeat: no-repeat;
470 }
471
472 #action a.addtoshelf, #toolbar a.addtoshelf {
473   background-image: url("../../images/sprite.png"); /* Virtual shelf */
474   background-position: -5px -225px;
475   background-repeat: no-repeat;
476 }
477
478 #action a.addtocart, #toolbar a.addtocart {
479   background-image: url("../../images/sprite.png"); /* Cart */
480   background-position: -5px -265px;
481   background-repeat: no-repeat;
482 }
483
484 #action a.cartRemove, .actions a.cartRemove {
485         color: #cc3333;
486         font-size : 90%;
487         margin : 0;
488         padding: 0;
489 }
490
491 #action a.incart {
492   background-image: url("../../images/sprite.png"); /* Cart */
493   background-position: -5px -265px;
494   background-repeat: no-repeat;
495   color : #666;
496 }
497
498 /* toolbar buttons */
499
500 #toolbar,
501 #selections-toolbar {
502 background-color:#EEEEEE;
503 border:1px solid #E8E8E8;
504 margin : 0 0;
505 padding:3px 3px 5px 5px;
506 vertical-align:middle;
507 }
508
509 #basket #toolbar {
510         padding: 7px 5px 9px 9px;
511 }
512
513 #selections-toolbar {
514 background: #E8E8E8; /* Old browsers */
515 background: -moz-linear-gradient(top, #b2b2b2 0%, #e0e0e0 14%, #e8e8e8 100%); /* FF3.6+ */
516 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(14%,#e0e0e0), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
517 background: -webkit-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
518 background: -o-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Opera 11.10+ */
519 background: -ms-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* IE10+ */
520 background: linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* W3C */
521 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
522         margin : 0 0 1em 0;
523         padding-top : .5em;
524         padding-left : 10px;
525 }
526
527 #toolbar a,
528 #selections-toolbar a,
529 #toolbar input,
530 #selections-toolbar input {
531         white-space : nowrap;
532 }
533
534 #toolbar ul {
535         padding-left : 0;
536 }
537
538 #toolbar ul li {
539         display : inline;
540         list-style : none;
541 }
542
543 #toolbar ul li a {
544         border-left : 1px solid #e8e8e8;
545 }
546
547 #toolbar ul li:first-child a {
548         border-left : 0;
549 }
550
551
552 #toolbar a.print {
553     background-image: url("../../images/sprite.png"); /* Toolbar print */
554     background-position : 0px -423px;
555     background-repeat: no-repeat;
556         text-decoration : none;
557         padding-left : 30px;
558 }
559
560 #toolbar a.brief {
561     background-image : url("../../images/sprite.png"); /* Zoom out */
562     background-position : -2px -868px;
563     background-repeat: no-repeat;
564         text-decoration : none;
565         padding-left : 27px;
566 }
567
568 #toolbar a.detail {
569     background-image : url("../../images/sprite.png"); /* Zoom in */
570     background-position : -2px -898px;
571     background-repeat: no-repeat;
572         text-decoration : none;
573         padding-left : 27px;
574 }
575
576 #toolbar a.download {
577     background-image : url("../../images/sprite.png"); /* Download */
578     background-position : 2px -348px;
579     background-repeat: no-repeat;
580     padding-left : 28px;
581         text-decoration : none;
582 }
583
584 #toolbar a.editshelf {
585     background-image : url("../../images/sprite.png"); /* List edit */
586     background-position : 2px -348px;
587     background-repeat: no-repeat;
588         padding-left : 26px;
589         text-decoration : none;
590 }
591
592 #toolbar a.empty {
593     background-image : url("../../images/sprite.png"); /* Trash */
594     background-position : 2px -598px;
595     background-repeat: no-repeat;
596         text-decoration : none;
597     padding-left : 30px;
598 }
599
600 #toolbar a.hide {
601     background-image : url("../../images/sprite.png"); /* Close */
602     background-position: -3px -814px;
603     background-repeat: no-repeat;
604         text-decoration : none;
605         padding-left : 26px;
606 }
607
608 #toolbar a.hold,
609 #selections-toolbar a.hold {
610     background-image: url("../../images/sprite.png"); /* Toolbar place hold */
611     background-position : -5px -453px;
612     background-repeat: no-repeat;
613         text-decoration : none;
614         padding-left : 23px;
615 }
616
617 #selections-toolbar a.hold.disabled {
618     background-image: url("../../images/sprite.png"); /* Place hold disabled */
619     background-position : -5px -621px;
620     background-repeat: no-repeat;
621 }
622
623 #selections-toolbar a.removeitems,
624 #selections-toolbar a.deleteshelf {
625     background-image : url("../../images/sprite.png"); /* Delete */
626     background-position : 2px -690px;
627     background-repeat: no-repeat;
628         text-decoration : none;
629         padding-left : 25px;
630 }
631
632
633 #selections-toolbar a.removeitems.disabled,
634 #selections-toolbar a.deleteshelf.disabled {
635     background-image: url("../../images/sprite.png"); /* Delete disabled */
636     background-position : 2px -712px;
637     background-repeat: no-repeat;
638 }
639
640 #toolbar a.send,
641 a.send {
642     background-image: url("../../images/sprite.png"); /* Email */
643     background-position : 2px -386px;
644     background-repeat: no-repeat;
645         text-decoration : none;
646         padding-left : 28px;
647 }
648
649 #toolbar a.new {
650     background-image : url("../../images/sprite.png"); /* New */
651     background-position : -4px -922px;
652     background-repeat : no-repeat;
653         padding-left : 23px;
654         text-decoration : none;
655 }
656
657 #toolbar input.editshelf,
658 input.editshelf {
659     background-image : url("../../images/sprite.png"); /* List edit */
660     background-position : 2px -732px;
661     background-repeat: no-repeat;
662         border : 0;
663         color : #006699;
664         cursor : pointer;
665     filter: none;
666         font-size : 100%;
667         padding-left : 29px;
668         text-decoration : none;
669 }
670
671 #toolbar input.newshelf,
672 #toolbar a.newshelf,
673 a.newshelf {
674     background-image: url("../../images/sprite.png"); /* List new */
675     background-position: -4px -764px;
676     background-repeat: no-repeat;
677         border : 0;
678         color : #006699;
679         cursor : pointer;
680     filter: none;
681         font-size : 100%;
682         margin: 0 0.5em;
683     padding-left : 23px;
684         text-decoration : none;
685 }
686
687 a.newshelf.disabled {
688     background-image: url("../../images/sprite.png"); /* List new disabled */
689     background-position: -4px -791px;
690     background-repeat: no-repeat;
691 }
692
693 #toolbar input.deleteshelf,
694 input.deleteshelf {
695     background-image : url("../../images/sprite.png"); /* Delete */
696     background-position : 2px -685px;
697     background-repeat: no-repeat;
698         border : 0;
699         color : #006699;
700         cursor : pointer;
701     filter: none;
702         font-size : 100%;
703     padding-left : 25px;
704         text-decoration : none;
705 }
706
707 #toolbar input.deleteshelf:hover {
708         color: #990033;
709 }
710
711
712 #toolbar input.editshelf:active,
713 input.editshelf:active,
714 #toolbar input.deleteshelf:active,
715 input.deleteshelf:active {
716         border : 0;
717 }
718
719 #selections {
720         font-weight : bold;
721 }
722
723 #tagsel_span input.submit,
724 #tagsel_tag {
725     background-image : url("../../images/sprite.png"); /* Tags */
726     background-position : 7px -640px;
727         background-repeat : no-repeat;
728         padding-left : 25px;
729         text-decoration: none;
730 }
731
732 #tagsel_tag {
733     background-position : -1px -643px;
734 }
735
736 #tagsel_tag.disabled {
737     background-position : -1px -667px;
738 }
739
740 #tagslist li { display : inline; }
741
742 a.tag_add {
743     background-image: url("../../images/sprite.png"); /* Tag results */
744     background-position: -10px -1110px;
745     background-repeat: no-repeat;
746     padding-left : 13px;
747     text-decoration: none;
748 }
749
750 #login4tags {
751     background-image: url("../../images/sprite.png"); /* Tag results disabled */
752     background-position: -10px -1130px;
753     background-repeat: no-repeat;
754     padding-left : 13px;
755     text-decoration: none;
756     margin-left: 1em;
757 }
758
759 .tag_results_input {
760     background-color: #EEE;
761     margin-left: 1em;
762     padding: 0.3em;
763 }
764
765 #placehold input.submit:hover,
766 #tagsel_span input.submit:hover {
767         color: #990033;
768 }
769
770 #addto {
771         max-width : 10em;
772 }
773
774 /* Search results add to cart (lists disabled) */
775 .addto a.addtocart {
776   background-image: url("../../images/sprite.png"); /* Cart */
777   background-position: -5px -266px;
778     background-repeat: no-repeat;
779         text-decoration : none;
780         padding-left : 33px;
781 }
782 /* Search results place hold link */
783 #placehold input.submit {
784     background-image: url("../../images/sprite.png"); /* Place hold */
785     background-position: -1px -140px;
786     background-repeat: no-repeat;
787         text-decoration : none;
788         padding-left : 23px;
789 }
790
791 #placehold input.submit,
792 #tagsel_span input.submit {
793         border : 0;
794         background-color: transparent;
795         font-size : 100%;
796         font-weight : bold;
797         padding-left : 31px;
798         color : #336699;
799         cursor : pointer;
800 }
801 .searchresults a.highlight_toggle {
802     background-image: url("../../images/sprite.png"); /* Highlight */
803     background-position: -11px -841px;
804     background-repeat: no-repeat;
805         display: none;
806         font-weight: normal;
807         padding : 0 10px 0 21px;
808 }
809
810 /* the itemtype list in advanced search */
811 .advsearch table {
812         border-collapse : separate;
813         border-spacing : 3px;
814         border : 0px;
815         margin : 0px;
816         background-color : white;
817         border : 0px solid #D8DEB8;
818 }
819
820 .advsearch table tr td {
821         background-color : #F8F8EB;
822         border : 0px;
823         margin : 0px;
824         width : 700px;
825 }
826
827 .advsearch td {
828         font-size : 0.8em;
829         background-color : #F8F8EB;
830 }
831
832 body#advsearch #breadcrumbs {
833         line-height : 1px;
834         height : 1px;
835         padding : 0;    
836 }
837
838 body#advsearch #cartmenulink,
839 body#advsearch #listsmenulink {
840         float : right;
841 }
842
843 #advsearch #branchloop,
844 #advsearch #sort_by {
845         width : 23em;
846 }
847
848 #auth {
849         float : left;
850 }
851
852 #facets {
853         
854 }
855
856 /* the footer */
857 #footer {
858         margin-top : 30px;
859         margin-left : 30%;
860         margin-right : 20%;
861         border-top : 1px solid #384b73;
862         color : #384b73;
863         font-size : 1em;
864         text-align : center;
865 }
866
867 /* facets bloc */
868 /* the USER information block */
869 #librarian_information {
870         float : right;
871         font-size : 10pt;
872 }
873
874 #header-wrapper {
875         background-color: #FFF;
876 }
877
878 #holds,#opac-auth {
879         min-width : 750px;
880         width : 57.69em;
881         margin : auto;
882 }
883
884 #members {
885         background-color: #fff;
886         font-size : 85%;
887         margin-left : -10px;
888         margin-right : -10px;
889         padding : 4px 0 4px 0;
890         color : #000066;
891 }
892
893 #members a {
894         text-decoration : none;
895 }
896
897 #members a.logout {
898         color : #cc3333;
899         font-weight : bold;
900         padding : 0 .3em 0 .3em;
901         text-decoration : none;
902 }
903
904 #members li:last-child {
905         border-right : 0;
906 }
907
908 #members li {
909         border-right : 1px solid black;
910         display : inline;
911         list-style : none;
912         margin : 0;
913         padding : 0 .5em;
914 }
915
916 #members ul {
917         margin : 0;
918         padding : 0;
919         text-align : right;
920 }
921
922 #opac-main-search {
923         background: #8fb4e8; /* Old browsers */
924         background: -moz-linear-gradient(top, #8fb4e8 0%, #8cb1e5 19%, #80a8dc 48%, #7da5d8 52%, #7198cf 83%, #618ac0 100%); /* FF3.6+ */
925         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4e8), color-stop(19%,#8cb1e5), color-stop(48%,#80a8dc), color-stop(52%,#7da5d8), color-stop(83%,#7198cf), color-stop(100%,#618ac0)); /* Chrome,Safari4+ */
926         background: -webkit-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Chrome10+,Safari5.1+ */
927         background: -o-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Opera 11.10+ */
928         background: -ms-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* IE10+ */
929         background: linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* W3C */
930         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4e8', endColorstr='#618ac0',GradientType=0 ); /* IE6-9 */
931         border-top : 1px solid #335599;
932         border-bottom : 1px solid #335599;
933         margin-left : -10px;
934         margin-right : -10px;
935         padding : .7em 0 .4em .5em;
936         font-size : 108%;
937         line-height : 116%;
938 }
939
940 #opac-main-search form {
941         display : inline;
942         padding-right : 1em;
943 }
944
945 #opac-main-search label {
946         color : #FFFFCC;
947         font-weight : bold;
948         margin : .2em .3em 0 0;
949 }
950
951 #masthead_search,
952 #select_library {
953         max-width: 10em;
954         width: 10em;
955 }
956
957
958 #search-facets ul {
959         margin : 0;
960         padding : .3em;
961 }
962
963 #search-facets {
964         border : 1px solid #e8e8e8;
965 }
966
967 #search-facets h4 {
968         background-color : #EEE;
969         border-bottom : 1px solid #e8e8e8;
970         font-size : 90%;
971         margin : 0;
972         padding : .7em .2em;
973         text-align : center;
974 }
975
976 #search-facets ul li {
977         font-weight : bold;
978         list-style-type : none;
979 }
980
981 #search-facets li li {
982         font-weight : normal;
983         font-size : 85%;
984         margin-bottom : 2px;
985         padding : .1em .2em;
986 }
987
988 #search-facets li li a {
989         font-weight : normal;
990 }
991
992 #search-facets li.showmore a {
993         font-weight : bold;
994         text-indent : 1em;
995 }
996
997 .suggestion {
998         background-color : #EEEEEB;
999         border : 1px solid #DDDED3;
1000         margin : 10px auto;
1001         padding : 4px;
1002         width : 35%;
1003 }
1004
1005 #facets ul {
1006         margin : 0;
1007         padding : 0;
1008 }
1009
1010 #facets ul li {
1011         font-weight : bold;
1012         text-align : left;
1013         list-style : none;
1014 }
1015
1016 #facets ul ul li {
1017         border : 0;
1018         font-size : 85%;
1019         font-weight : normal;
1020         padding : 2px;
1021         text-align : left;
1022 }
1023
1024 #facets ul ul li a {
1025         font-weight : normal;
1026         text-decoration : underline;
1027 }
1028
1029 #facets h4 {
1030         font-size : 93%;
1031         padding:3px;
1032         text-align:center;
1033         background-color:#E7E7CA;
1034         line-height:1.8em;
1035         margin-left:-1px;
1036         margin-right:-1px;
1037         margin-top:-1px;
1038 }
1039
1040 #breadcrumbs {
1041         padding : .7em;
1042 }
1043
1044 p {
1045         margin: .7em 0;
1046 }
1047
1048 strong {
1049         font-weight : bold;
1050 }
1051
1052 em {
1053         font-style : italic;
1054 }
1055
1056
1057 table#marc,
1058 table#marc td,
1059 table#marc th {
1060         background-color : transparent;
1061         border : 0;
1062 }
1063
1064 table#marc p span.label {
1065         font-weight : bold;
1066 }
1067
1068 table#marc p,
1069 table#marc ul {
1070         padding-bottom: .6em;
1071 }
1072
1073 table#items,
1074 table#items td
1075 table#items th {
1076         border-width : 1px solid #EEE;
1077         font-size : 90%;
1078 }
1079
1080
1081 table#marc div.results_summary {
1082         clear :  left;
1083 }
1084 table#marc div.results_summary ul {
1085         display : inline;
1086         float :  none;
1087         clear :  none;
1088         margin: 0;
1089         padding: 0;
1090         list-style : none;
1091 }
1092
1093 table#marc div.results_summary ul li {
1094         display : inline;
1095 }
1096
1097 #basketcount {
1098         display : inline;
1099 }
1100
1101 #bookcover {
1102         float : left;
1103         margin : 0;
1104         padding : 0;
1105 }
1106
1107 #bookcover img {
1108         margin : 0 1em 1em 0;   
1109 }
1110
1111 fieldset.brief {
1112         border : 1px solid #E8E8E8;
1113 }
1114
1115 fieldset.brief legend {
1116         font-weight : bold;
1117         font-size : 100%;
1118 }
1119
1120 fieldset.brief label {
1121         display : block;
1122         padding : .3em 0;
1123 }
1124
1125 fieldset.brief input+input {
1126         margin-top : 3px;
1127 }
1128
1129 fieldset.brief input, fieldset.brief textarea, fieldset.brief select {  
1130         background-color: #F3F3F3;
1131         border-top : 1px solid #979797;
1132         border-left : 1px solid #979797;
1133         border-right : 1px solid #DDDDDD;
1134         border-bottom : 1px solid #DDDDDD;
1135         font-size : 140%;
1136         padding : .2em;
1137         font-weight: normal;
1138 }
1139
1140 fieldset.brief textarea {
1141         font-size: 105%;
1142 }
1143
1144 fieldset.brief input:focus {
1145         background-color: #FFFFCC;
1146 }
1147
1148 fieldset.brief ol, fieldset.brief li {
1149         list-style-type : none;
1150 }
1151
1152 fieldset.brief div.hint, fieldset.rows div.hint {
1153         color : #666666;
1154         font-size : 100%;
1155         margin : .4em;
1156 }
1157
1158 h2 span.hint {
1159         font-size: 76%;
1160         font-weight : normal;
1161 }
1162 .thumbnail {
1163         border : 0;
1164         float : left;
1165         margin : 0pt 5px 5px 0pt;
1166 }
1167 a.cancel {
1168         padding-left : 1em;
1169 }
1170
1171 .resultscontrol, .resultscontrol select {
1172         font-size: 90%;
1173 }
1174
1175 .cartlist {
1176         margin-top : 5px;
1177 }
1178
1179 .cartlist input.submit, #tagsel_button {
1180         background-color : #d8deb8;
1181         background-image : none;
1182         border-color : #bebf84;
1183         color : #333;
1184         font-size : 87%;
1185         padding : 2px 0;
1186         margin : 0 0 0 0;
1187 }
1188
1189 #CheckAll, #CheckNone {
1190         font-weight : normal;
1191         margin : 0 .5em;
1192 }
1193
1194 .resultscontrol label {
1195         font-weight : bold;
1196         margin-left : .5em;
1197 }
1198
1199 .resort {
1200         float : right;
1201         margin-top : 5px;
1202 }
1203
1204 .searchresults p.details {
1205         color : #979797;
1206 }
1207
1208 .searchresults p {
1209         margin: 0;
1210         padding: 0 0 .6em 0;
1211 }
1212
1213 td.resultscontrol img {
1214         vertical-align: middle;
1215 }
1216
1217 .searchresults table td {
1218 }
1219
1220 .searchresults table {
1221         margin : 0;
1222 }
1223
1224 .searchresults td, .searchresults th, .searchresults table {
1225         border: 0;
1226 }
1227 .searchresults td {
1228         vertical-align: top;
1229 }
1230
1231 .searchresults tr {
1232         border-bottom : 1px solid #f3f3f3;
1233 }
1234
1235 .searchresults tr:first-child {
1236         border : 0;
1237 }
1238
1239 .searchresults table {
1240         border-top : 0px solid #CCCCCC;
1241         width : 100%;
1242 }
1243
1244 .searchresults a.reserve, .searchresults a.reserve:visited {
1245         background-position:left top;
1246         background-repeat:no-repeat;
1247         float:right;
1248         padding:2px 3px 2px 26px;
1249 }
1250
1251 .searchresults a.reserve {
1252         background-color:transparent;
1253         color:#006699;
1254 }
1255
1256 .unavailable, .tagerror, .tagerror:visited {
1257         color: #990033;
1258 }
1259
1260 #libraryname {
1261         float : left;
1262         line-height : 2em;
1263 }
1264
1265 #corner {
1266         float : right;
1267         line-height : 2em;
1268 }
1269
1270 .pages {
1271         line-height : 1.8em;
1272         text-align: center;
1273 }
1274
1275 .current,
1276 .currentPage {
1277         background-color: #FFFFFF;
1278         color: #3366CC;
1279         font-weight: bold;
1280         padding: 1px 5px 1px 5px;
1281         text-decoration: none;
1282 }
1283
1284 a:link.nav,
1285 div.pages a:link {
1286         background-color: #EEE;
1287         border: 1px solid #CCCC99;
1288         color: #3366CC;
1289         font-weight: bold;
1290         padding: 1px 5px 1px 5px;
1291         text-decoration: none;
1292 }
1293
1294 a:visited.nav,
1295 div.pages a:visited {
1296         background-color: #EEE;
1297         border: 1px solid #CCCC99;
1298         color: #3366CC;
1299         font-weight: bold;
1300         padding: 1px 5px 1px 5px;
1301         text-decoration: none;
1302 }
1303
1304 a:hover.nav,
1305 div.pages a:hover {
1306         background-color: #FFFFCC;
1307         border: 1px solid #CCCC99;
1308         color: #CC3333;
1309         font-weight: bold;
1310         padding: 1px 5px 1px 5px;
1311         text-decoration: none;
1312 }
1313
1314 a:active.nav,
1315 div.pages a:active {
1316         background-color: #FFFFCC;
1317         border: 1px solid #CCCC99;
1318         color: #D25500;
1319         font-weight: bold;
1320         padding: 1px 5px 1px 5px;
1321         text-decoration: none;
1322 }
1323
1324 /* Tabs */
1325 ul.link-tabs {
1326         list-style-type: none;
1327         margin: 9px 0 -2px 5px;
1328         padding: 0;
1329 }
1330
1331 ul.link-tabs li {
1332         display: inline;
1333         padding: 0px;
1334 }
1335
1336 ul.link-tabs li a {
1337         font-weight: bold;
1338         padding: 2px 4px 2px 4px;
1339         text-decoration: none;
1340         border-top: 1px solid #DDDDDD;
1341         border-left : 1px solid #DDDDDD;
1342         border-right : 1px solid #666666;
1343 }
1344
1345 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {
1346         padding: 2px 4px 3px 4px;
1347 }
1348
1349 ul.link-tabs li.off a {
1350         background-color: #EEEEEB;
1351         border-bottom: 1px solid #DDDDDD;
1352 }
1353
1354 ul.link-tabs li.off a:hover {
1355         padding: 2px 3px 2px 4px;
1356         background-color: #FFFFEC;
1357         border-top: 1px solid #BEBF84;
1358         border-left : 1px solid #BEBF84;
1359         border-right : 2px solid #333333;
1360 }
1361
1362 ul.link-tabs li.on a {
1363         background-color: #FFFFFF;
1364         border-bottom: 1px solid #FFFFFF;
1365 }
1366
1367 ul.link-tabs li a.debit {
1368         background-color : #FFFF99;
1369         color : #990033;
1370 }
1371
1372 div.tab-container {
1373         border : 1px solid #DDDDDD;     
1374         margin-top : 4px;
1375         padding : .7em;
1376         width : 90%;
1377 }
1378
1379 tr.overdue td {
1380         background-color : #ffcccc;
1381         border-bottom : 1px solid #ffaeae;
1382         border-right : 1px solid #ffaeae;
1383         font-weight : bold;
1384 }
1385
1386 td.overdue {
1387         color : #cc3333;
1388 }
1389
1390 .renewals {
1391         display:block;
1392         font-size:0.8em;
1393         padding:0.5em;
1394 }
1395
1396 table#marc, table#marc td, table#marc th {
1397         border : 0;
1398 }
1399
1400 table#marc th {
1401         background-color : transparent;
1402         text-align : left;
1403 }
1404
1405 table#marc td:first-child {
1406         text-indent : 2em;
1407 }
1408 #masthead {
1409 float: left;
1410 width: 120px;
1411 }
1412
1413 #fluid {
1414 margin-left: 124px;
1415 margin-top : .4em;
1416 padding-left : 1em;
1417 }
1418
1419 #fluid-offset {
1420 float : right;
1421 width: 100%;
1422 }
1423
1424 #translControl{
1425 float : left;
1426 padding-left : .4em;
1427 }
1428
1429 .clearfix:after {
1430     content: "."; 
1431     display: block; 
1432     height: 0; 
1433     clear: both; 
1434     visibility: hidden;
1435 }
1436
1437 /* Hides from IE-mac \*/
1438 * html .clearfix {height: 1%;}
1439 /* End hide from IE-mac */
1440
1441 .results_summary {
1442         display: block;
1443         font-size : 85%;
1444         color: #707070;
1445         padding : 0 0 .5em 0;
1446 }
1447 .results_summary .results_summary {
1448         font-size : 100%;
1449 }
1450
1451 .results_summary.actions {
1452     margin-top : .5em;
1453 }
1454
1455 .actions a {
1456     white-space: nowrap;
1457 }
1458
1459 .m880 {
1460     display:block; 
1461     text-align:right; 
1462     float:right; 
1463     width:50%; 
1464     padding-left:20px
1465 }
1466
1467 .tagstatus {
1468     color: #707070;
1469     padding: 0 4px 0 4px;
1470     margin-left: 5px;
1471     border: 1px solid #bcbcbc;
1472     background-color: #ffffcc;
1473     -webkit-border-radius: 4px;
1474     -moz-border-radius: 4px;
1475     border-radius: 4px;
1476 }
1477
1478 .results_summary.tagstatus {
1479     display: inline;
1480 }
1481
1482 .results_summary .label {
1483         color: #202020;
1484 }
1485
1486 .results_summary a {
1487         font-weight: normal;
1488 }
1489
1490 .actions a.hold,
1491 .actions a.addtocart,
1492 .actions a.addtoshelf,
1493 .actions a.addtolist,
1494 .actions a.tag_add {
1495         margin-left : 1em;
1496         text-decoration : none;
1497 }
1498
1499 /* Search results rows place hold */
1500 .actions a.hold {
1501     background-image : url("../../images/sprite.png"); /* Place hold small */
1502     background-position : -10px -542px;
1503     background-repeat: no-repeat;
1504         padding-left : 16px;
1505 }
1506
1507 /* Search results rows add to cart */
1508 .actions a.addtocart {
1509     background-image : url("../../images/sprite.png"); /* Cart small */
1510     background-position : -10px -572px;
1511     background-repeat: no-repeat;
1512     padding-left : 15px;
1513         display : none;
1514 }
1515
1516 /* Search results rows save to lists */
1517 .actions a.addtoshelf {
1518     background-image : url("../../images/sprite.png"); /* MARC view */
1519     background-position: -10px -27px;
1520     background-repeat: no-repeat;
1521         padding-left : 13px;
1522 }
1523
1524 .dialog {
1525   border: 1px solid #bcbcbc;
1526         padding : .5em;
1527         margin : 1em auto;
1528   width: 65%;
1529   }
1530   
1531 .dialog  h2, .dialog h3, .dialog h4 {
1532         margin : auto;
1533         text-align : center;
1534   }
1535  
1536 div.alert {
1537         background: #fef8d3; /* Old browsers */
1538         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1539         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1540         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1541         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1542         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1543         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1544         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1545         text-align : center;
1546 }
1547
1548 div.alert strong {
1549         color : #900;
1550 }
1551
1552 div.message {
1553         background: #ffffff; /* Old browsers */
1554         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1555         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1556         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1557         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1558         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1559     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1560         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1561         border : 1px solid #bcbcbc;
1562         width : 55%;
1563 }
1564
1565 #moresearches {
1566         clear : left;
1567         color : #000099;
1568         font-size : 90%;
1569         line-height : 110%;
1570         margin : .6em 0 .3em 0;
1571 }
1572
1573 #moresearches a:link, #moresearches a:visited {
1574         color : #e5ebff;
1575         font-weight : normal;
1576         text-decoration : none;
1577 }
1578
1579 #news th {
1580         text-align : left;
1581         padding : 3px 5px;
1582 }
1583
1584 strong em, em strong  {
1585     font-weight: bold;
1586     font-style: italic;
1587 }
1588
1589 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1590         color : #000;
1591         font-weight : normal;
1592 }
1593  #opac-main-search #listsmenu h4 {
1594         font-size : 90%;
1595         font-weight : bold;
1596         margin : 0 .2em; 
1597  }
1598  
1599 #opac-main-search #listsmenu .yuimenuitemlabel {
1600         cursor : pointer;
1601 }
1602
1603 #opac-main-search #listsmenu .bd {
1604         background: #eef4fe; /* Old browsers */
1605         background: -moz-linear-gradient(left, #eef4fe 0%, #eef4fe 88%, #f6f9fe 98%, #ffffff 99%, #a5c2f6 99%, #e6eefe 100%, #cbdefe 100%); /* FF3.6+ */
1606         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef4fe), color-stop(88%,#eef4fe), color-stop(98%,#f6f9fe), color-stop(99%,#ffffff), color-stop(99%,#a5c2f6), color-stop(100%,#e6eefe), color-stop(100%,#cbdefe)); /* Chrome,Safari4+ */
1607         background: -webkit-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Chrome10+,Safari5.1+ */
1608         background: -o-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Opera11.10+ */
1609         background: -ms-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* IE10+ */
1610         background: linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* W3C */
1611         border : 1px solid #739acf;
1612         padding : .3em 1em 0 0;
1613 }
1614
1615 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1616         background-color : #fff;
1617 }
1618
1619 #opac-main-search #listsmenu ul {
1620         border-color : #b8d0e6;
1621 }
1622
1623 .selectcol {
1624         vertical-align: top;
1625         width: 10px;
1626 }
1627 .itypecol {
1628         vertical-align: top;
1629         width: 10px;
1630 }
1631 #container {
1632         color : #000;
1633 }
1634
1635 div#changelanguage{
1636         background-color: #fff;
1637         border-top: 1px solid #CCC;
1638         color : #666;
1639         font-size : 85%;
1640         padding : 1em;
1641         margin-top : 2em;
1642  }
1643  
1644 div#changelanguage a {
1645         font-weight : normal;
1646         padding : .5em 0;
1647 }
1648
1649 div#changelanguage li.yuimenuitem {
1650     font-size: 120%;
1651     font-weight: normal;
1652     margin: 0;
1653     padding: 0 1em;
1654 }
1655 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
1656     padding: 0;
1657 }
1658
1659 ul#i18nMenu {
1660         margin : 0;
1661         padding : .2em 0;
1662  }
1663
1664 ul#i18nMenu li {
1665         border-left : 1px solid #CCC;
1666         display : inline;
1667         list-style : none;
1668         padding : 0 .4em;
1669  }
1670
1671 ul#i18nMenu li:first-child {
1672         border-left : 0;
1673  }
1674
1675 ul#i18nMenu li ul li {
1676         border : 0;
1677         display : block;
1678         padding : 0;
1679  }
1680
1681
1682 ul#i18nMenu li.more a {
1683     background-image : url("../../images/sprite.png"); /* Arrow up */
1684     background-position : 37px -940px;
1685         background-repeat:no-repeat;
1686         padding-right: 1.3em;
1687 }
1688
1689 ul#i18nMenu li.more ul li a {
1690         background-image : none;
1691         padding: 0 1.3em;
1692 }
1693 .morelang,
1694 li.more {
1695 float:left
1696 }
1697
1698 span.lang{
1699         float:left;
1700         border-right : 1px solid black;
1701         padding : 0 .5em;
1702 }
1703
1704 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {
1705         background-color : #FFF;
1706         border: 1px solid #739acf;
1707         color : black;
1708         display : none;
1709         margin : 0;
1710         padding : 10px;
1711         text-align : center;
1712         width : 180px;
1713         box-shadow: 1px 1px 3px #666;
1714         -moz-box-shadow: 1px 1px 3px #666;
1715         -webkit-box-shadow: 1px 1px 3px #666;
1716         z-index: 2;
1717
1718 }
1719
1720 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
1721         background-color : transparent;
1722         border : 0;
1723         padding : inherit;
1724 }
1725
1726 #login #userid, #login #password {
1727         width : 98%;    
1728 }
1729
1730 #opac-main-search input.submit {
1731         background: #e6f3fe; /* Old browsers */
1732         background: -moz-linear-gradient(top, #e6f3fe 0%, #dfeefa 8%, #bfd5ea 49%, #b8d0e6 52%, #b8d0e6 100%); /* FF3.6+ */
1733         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3fe), color-stop(8%,#dfeefa), color-stop(49%,#bfd5ea), color-stop(52%,#b8d0e6), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1734         background: -webkit-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1735         background: -o-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Opera11.10+ */
1736         background: -ms-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* IE10+ */
1737         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3fe', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1738         background: linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* W3C */
1739         -webkit-border-radius: 4px;
1740         -moz-border-radius: 4px;
1741         border-radius: 4px;
1742         -webkit-box-shadow: 1px 1px 1px 1px , , .3);
1743         -moz-box-shadow: 1px 1px 1px 1px , , .3);
1744         box-shadow: 1px 1px 1px 1px , , .3);
1745
1746         color : #333;
1747         font-weight : normal;
1748         font-size : 80%;
1749         padding : 2px;
1750 }
1751
1752 div#menu {
1753         border-right : 1px solid #979797;
1754         font-size : 94%;
1755         margin-right : .5em;
1756         padding-top : 1em;
1757         padding-bottom : 2em;
1758 }
1759
1760 div#menu li a {
1761         background: #eeeeee; /* Old browsers */
1762         background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1763         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1764         background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1765         background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera 11.10+ */
1766         background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1767         background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1768         text-decoration : none;
1769         display : block;
1770         border : 1px solid #979797;
1771         font-size : 111%;
1772         margin : .5em 0;
1773         padding : .4em .3em;
1774         margin-right : -1px;
1775 }
1776
1777 div#menu li a:hover {
1778         background: #eaeef5; /* Old browsers */
1779         background: -moz-linear-gradient(left, #eaeef5 0%, #dee6f4 96%, #c4d5ef 98%, #a2bee8 100%); /* FF3.6+ */
1780         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeef5), color-stop(96%,#dee6f4), color-stop(98%,#c4d5ef), color-stop(100%,#a2bee8)); /* Chrome,Safari4+ */
1781         background: -webkit-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Chrome10+,Safari5.1+ */
1782         background: -o-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Opera 11.10+ */
1783         background: -ms-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* IE10+ */
1784         background: linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* W3C */
1785 }
1786
1787 div#menu li.active a:hover {
1788         background-color : #fff;
1789         color : #0000CC;
1790 }
1791
1792 #menu ul li {
1793         list-style-type : none;
1794 }
1795
1796 #menu ul li.active a {
1797         background-color : #FFF;
1798         background-image : none;
1799         border-right : 0;
1800         font-weight : bold;
1801 }
1802
1803 .left {
1804         float : left;
1805 }
1806
1807 .right {
1808         float : right;
1809 }
1810
1811 #searchsubmit {
1812         cursor : default;
1813         font-size : 87%;
1814         font-weight :  normal;
1815         margin-top : 0;
1816         margin-left :  .2em;
1817         padding: 2px 2px 1px 2px;
1818 }
1819
1820 #export,#further,.detailtagcell {
1821         margin-top : .5em;
1822         background-color : #F3F3F3;
1823         border : 1px solid #E8E8E8;
1824         font-size : 76%;
1825         padding : 3px;
1826         text-align : center;
1827 }
1828 #furtherm { margin-top : .5em; }
1829
1830 #export label, .detailtagcell label {
1831         display : block;
1832         font-weight : bold;
1833         font-size : 110%;
1834         margin-bottom : 2px;
1835 }
1836
1837 #export input, .detailtagcell input {
1838         padding : 2px;
1839 }
1840
1841 #cartmenulink, #listsmenulink {
1842         background-repeat: no-repeat;
1843         -webkit-border-radius: 5px;
1844         -moz-border-radius: 5px;
1845         border-radius: 5px;
1846         display : block;
1847         position : relative;
1848         float : left;
1849         color : #333;
1850         text-decoration : none;
1851         cursor : pointer;
1852         font-size : 105%;
1853         font-weight : bold;
1854         line-height : 185%;
1855         margin-left : 1.5em;
1856         padding : .3em .7em;
1857 }
1858
1859 #listsmenulink {
1860         background : #9FBFFF;
1861     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #d7e5ff 0%, #b1cbff 50%, #9fbfff 100%); /* FF3.6+ */
1862     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e5ff), color-stop(50%,#b1cbff), color-stop(100%,#9fbfff)); /* Chrome,Safari4+ */
1863     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Chrome10+,Safari5.1+ */
1864     background: url("../../images/sprite.png"),-o-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Opera 11.10+ */
1865     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* IE10+ */
1866     background: url("../../images/sprite.png"),linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* W3C */
1867         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5ff', endColorstr='#9fbfff',GradientType=0 ); /* IE6-9 */
1868     background-position: 40px -287px,top left;
1869         background-repeat: no-repeat;
1870         border: 1px solid #629DCF;
1871         color : #006699;
1872         padding-right: 20px;
1873 }
1874
1875 #listsmenulink:hover {
1876         background-color : #b8d0e6;
1877     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #e2ecf5 0%, #c3d8ea 50%, #b8d0e6 100%); /* FF3.6+ */
1878     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2ecf5), color-stop(50%,#c3d8ea), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1879     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1880     background: url("../../images/sprite.png"),-o-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Opera 11.10+ */
1881     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* IE10+ */
1882     background: url("../../images/sprite.png"),linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* W3C */
1883         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1884         background-repeat: no-repeat;
1885     background-position: 40px -287px,top left;
1886 }
1887
1888 #cartmenulink {
1889         background: #98CB58; /* Old browsers */
1890     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #d5eaba 0%, #b7db8a 50%, #98cb59 100%); /* FF3.6+ */
1891     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5eaba), color-stop(50%,#b7db8a), color-stop(100%,#98cb59)); /* Chrome,Safari4+ */
1892     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Chrome10+,Safari5.1+ */
1893     background: url("../../images/sprite.png"),-o-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Opera 11.10+ */
1894     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* IE10+ */
1895     background: url("../../images/sprite.png"),linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* W3C */
1896         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaba', endColorstr='#98cb59',GradientType=0 ); /* IE6-9 */
1897     background-position: -5px -256px, left top;
1898         background-repeat: no-repeat;
1899         border: 1px solid #5EA28C;
1900         color : #336600;
1901         padding-left : 30px;
1902 }
1903
1904 #cartmenulink:hover {
1905         background-color : #BFDE96;
1906     background: url("../../images/sprite.png"),-moz-linear-gradient(top, #e5f1d4 0%, #cbe4aa 50%, #c0de98 100%); /* FF3.6+ */
1907     background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f1d4), color-stop(50%,#cbe4aa), color-stop(100%,#c0de98)); /* Chrome,Safari4+ */
1908     background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Chrome10+,Safari5.1+ */
1909     background: url("../../images/sprite.png"),-o-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Opera 11.10+ */
1910     background: url("../../images/sprite.png"),-ms-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* IE10+ */
1911     background: url("../../images/sprite.png"),linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* W3C */
1912         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1d4', endColorstr='#c0de98',GradientType=0 ); /* IE6-9 */
1913         background-repeat: no-repeat;
1914     background-position: -5px -256px, left top;
1915 }
1916
1917 /* IE 6 & 7  don't do multiple backgrounds, so remove extra padding */
1918 * html #listsmenulink,
1919 *+html #listsmenulink {
1920         padding-right : .7em;
1921 }
1922
1923 /* IE 6 & 7  don't do multiple backgrounds, so remove extra padding */
1924 * html #cartmenulink,
1925 *+html #cartmenulink {
1926         padding-left : .7em;
1927 }
1928
1929 /* IE 8 doesn't do multiple backgrounds, so remove extra padding */
1930 #listsmenulink {
1931   padding-right: .7em\0/;
1932 }
1933
1934 /* IE 8 doesn't do multiple backgrounds, so remove extra padding */
1935 #cartmenulink {
1936   padding-left: .7em\0/;
1937 }
1938
1939 #cartmenulink span#basketcount {
1940         background-image : none;
1941         float : none;
1942         display : inline;
1943         height : auto;
1944         position : relative;
1945         margin : 0;
1946         padding : 0;
1947         left : auto;
1948         right : auto;
1949         top : auto;
1950 }
1951
1952 #cartmenulink span#basketcount span {
1953         background-image : none;
1954         background-color : #E6FCB7;
1955         color : #000;
1956         display : inline;
1957         float : none;
1958         font-size : 80%;
1959         font-weight : normal;
1960         margin : 0 0 0 .9em;
1961         padding : 0 .3em 0 .3em;
1962         position : relative;
1963         left : auto;
1964         right : auto;
1965         top : auto;
1966 }
1967
1968 #views {
1969         border-bottom : 1px solid #E8E8E8;
1970         margin-bottom : .5em;
1971         padding : 0 2em 2px 0.2em;
1972         white-space : nowrap;
1973 }
1974
1975 span.view {
1976         padding : 0.2em .2em 2px .2em;
1977 }
1978
1979 #bibliodescriptions,
1980 #isbdcontents {
1981         clear : left;
1982         margin-top : .5em;
1983 }
1984
1985 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, a#Briefhistory, span#Normalview, a#Fullhistory, span#Fullhistory, span#Briefhistory {
1986         background-repeat : no-repeat;
1987         font-size : 87%;
1988         font-weight : normal;
1989         padding : .2em .5em;
1990     padding-left : 21px;
1991         text-decoration: none;
1992 }
1993
1994 a#MARCview, span#MARCview {
1995     background-image: url("../../images/sprite.png");
1996     background-position: -5px -26px;
1997     background-repeat: no-repeat;
1998 }
1999 a#MARCviewPop, span#MARCviewPop {
2000     background-image: url("../../images/sprite.png");
2001     background-position: -5px -26px;
2002     background-repeat: no-repeat;
2003 }
2004 a#ISBDview, span#ISBDview {
2005     background-image: url("../../images/sprite.png");
2006     background-position: -5px -55px;
2007     background-repeat: no-repeat;
2008 }
2009 a#Normalview, span#Normalview {
2010     background-image: url("../../images/sprite.png");
2011     background-position: -7px 3px;
2012     background-repeat: no-repeat;
2013         padding-left : 15px;
2014 }
2015
2016 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhistory {
2017         background-color : #F3F3F3;
2018         border-left : 1px solid #E8E8E8;
2019 }
2020
2021 #shelfbrowser table {
2022         margin : 0 20px;
2023 }
2024 #shelfbrowser table, #shelfbrowser td, #shelfbrowser th {
2025         border : 0;
2026         font-size : 90%;
2027         text-align : center;
2028 }
2029 #shelfbrowser a {
2030         font-size : 110%;
2031         text-decoration : none;
2032 }
2033 #shelfbrowser td, #shelfbrowser th {
2034         width : 20%;
2035 }
2036 #shelfbrowser td.top {
2037         vertical-align : top;
2038 }
2039 #shelfbrowser td.top a {
2040         text-decoration : underline;
2041 }
2042 #shelfbrowser a {
2043         display : block;
2044 }
2045 #shelfbrowser #browser_next,
2046 #shelfbrowser #browser_previous {
2047     background-image : url("../../images/sprite.png");
2048     background-repeat: no-repeat;
2049     width : 16px;
2050 }
2051 #shelfbrowser #browser_next a,
2052 #shelfbrowser #browser_previous a {
2053     cursor: pointer;
2054     display : block;
2055     height: 0 !important;
2056     margin: 0;
2057     overflow: hidden;
2058     padding: 50px 0 0;
2059     text-decoration: none;
2060     width: 16px;
2061 }
2062 #shelfbrowser #browser_previous {
2063 background-position: -9px -1007px;
2064 }
2065 #shelfbrowser #browser_next {
2066 background-position: -9px -1057px;
2067 }
2068
2069 #comments .commentline {
2070         border-bottom : 2px solid #eeeeeb;
2071         margin : 0 -.5em 0 -.5em;
2072         padding : 0 .5em .5em .5em;
2073 }
2074 #comments .yours {
2075         background-color : #effed5;
2076 }
2077 .commentline .avatar {
2078         float : right;
2079         padding-left : .5em;
2080 }
2081 #comments #addcomment {
2082         margin : 0 -1em -1em -1em;
2083         padding : .3em 1em;
2084 }
2085 input.tagbutton {
2086         padding : 1px !important;
2087 }
2088 table#items th {
2089         padding : 2px;
2090 }
2091 #action {
2092         /*margin-top: 0;*/
2093 }
2094 #similars h4 {
2095         text-align : left;
2096 }
2097 #similars table,
2098 #similars td {
2099         border : 0;
2100         margin : 0;
2101 }
2102 #similars td {
2103         width : 13em;
2104 }
2105 #similars a {
2106         display : block;
2107         font-weight : normal;
2108 }
2109 #furtherm a,
2110 #furtherm a:link,
2111 #furtherm a:visited {
2112         color : #006699;
2113 }
2114 #furtherm h4 {
2115         font-size : 106%;
2116         margin : .1em .5em;
2117 }
2118 #furtherm .bd {
2119         background-color : #F3F3F3;
2120         border:1px solid #DDD;
2121 }
2122 .results_summary img {
2123         margin : 0 5px;
2124  }
2125 span.no-image {
2126         background-color : #FFF;
2127         border: 1px solid #979797;
2128         color : #AAA;
2129         display:block;
2130         font-size : 86%;
2131         font-weight : bold;
2132         text-align : center;
2133         width : 75px;
2134 }
2135 #bookcover span.no-image {
2136         margin-right : 10px;
2137         margin-bottom : 10px;
2138 }
2139 #shelfbrowser a:link span.no-image,
2140 #shelfbrowser a:visited span.no-image,
2141 #shelfbrowser a:hover span.no-image,
2142 #shelfbrowser a:active span.no-image {
2143         font-size : 95%;
2144 }
2145 #shelfbrowser a:link span.no-image,
2146 #shelfbrowser a:visited span.no-image,
2147 #shelfbrowser a:hover span.no-image,
2148 #shelfbrowser a:active span.no-image,
2149 td.jacketcell a:link,
2150 td.jacketcell a:visited,
2151 td.jacketcell a:hover,
2152 td.jacketcell a:active,
2153 a.p1:link,
2154 a.p1:visited,
2155 a.p1:hover,
2156 a.p1:active {
2157         color : #AAA;
2158         text-decoration : none;
2159         font-weight : bold;
2160 }
2161
2162 .copies_row > td:first-child {
2163     border-left-style : none;
2164 }
2165
2166 .rtl {
2167   unicode-bidi: embed;
2168   direction: rtl;
2169   text-align: right;
2170 }
2171
2172 div.ft {
2173         clear : both;
2174 }
2175
2176 .authorSearch {
2177     position: absolute;
2178     display: none;
2179     z-index: 2;
2180     background-color: white;
2181     border: 1px solid black;
2182     padding: 4px;
2183 }
2184 .authorSearch li {
2185     list-style-type: none;
2186 }
2187 .authorSearch ul {
2188     padding-left: 0px;
2189 }
2190 .subjectSearch {
2191     position: absolute;
2192     display: none;
2193     z-index: 2;
2194     background-color: white;
2195     border: 1px solid black;
2196     padding: 4px;
2197 }
2198 .subjectSearch li {
2199     list-style-type: none;
2200 }
2201 .subjectSearch ul {
2202     padding-left: 0px;
2203 }
2204
2205 #basket td ul li {
2206         font-size:90%;
2207     list-style:disc outside url(data:image/gif;base64,R0lGODlhBQAHAJECAP///5zD6v///wAAACH5BAEAAAIALAAAAAAFAAcAAAIMjCUGkbvhFGQSmVAAADs=);
2208         padding:0.2em 0;
2209 }
2210
2211 #recentcomments {
2212         margin:auto;
2213         max-width:750px;
2214     margin-left: 13.3207em;
2215 }
2216
2217 .searchresults .commentline {
2218         background-color : rgb(255, 255, 204);
2219         background-color : rgba(255, 255, 204, 0.4);
2220         border : 1px solid #CCC;
2221         display: inline-block;
2222         -webkit-border-radius: 4px;
2223         -moz-border-radius: 4px;
2224         border-radius: 4px;
2225         -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2226         -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2227         box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2228         margin : .3em;
2229         padding : .4em;
2230 }
2231
2232 .searchresults .commentline.yours {
2233         background-color : rgb(239, 254, 213);
2234         background-color : rgba(239, 254, 213, 0.4);
2235 }
2236
2237 #plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
2238 #plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
2239 #plainmarc td { border: 0; padding : 2px; vertical-align: top; }
2240
2241 #catalogue_detail_biblio h1 { float:left; margin:0 1em 1em 0; }
2242 #catalogue_detail_biblio h1.title { float:none; margin-top:1em; }
2243 #catalogue_detail_biblio h3 {clear:both; }
2244
2245 #opac-detail #Normalview { font-weight:bold; }
2246 #opac-marcdetail #Normalview { font-weight:normal; }
2247 #opac-marcdetail #MARCview { font-weight:bold; }
2248 #opac-isbddetail #Normalview { font-weight:normal; }
2249 #opac-isbddetail #ISBDview { font-weight:bold; }
2250 #opac-isbddetail #isbdcontents { margin-top: 2em; }
2251
2252 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; margin : 2px; }
2253
2254 #renewcontrols {
2255          float: right;
2256          font-size: 66%;
2257 }
2258
2259 #renewcontrols a {
2260         background-repeat : no-repeat;
2261         text-decoration:none;
2262         padding : .1em .4em;
2263         padding-left : 18px;
2264 }
2265
2266 #renewselected_link {
2267     background-image : url("../../images/sprite.png");
2268     background-position : -5px -986px;
2269     background-repeat: no-repeat;
2270 }
2271
2272 #renewall_link {
2273     background-image : url("../../images/sprite.png");
2274     background-position : -8px -967px;
2275     background-repeat: no-repeat;
2276 }
2277
2278 .koha_url {
2279     color: #666666;
2280 }
2281
2282 div.koha_url {
2283     border-top: none !important;
2284 }
2285 span.koha_url {
2286     position: absolute;
2287     right: 0;
2288     font-size: 85%;
2289 }
2290 a.koha_url {
2291     text-decoration:none;
2292 }
2293 /* pagination */
2294 .pagination {
2295     position: absolute;
2296     top:32px;
2297     left: -1px;
2298     width: 100%;
2299     height:auto;
2300     border: 1px solid #D0D0D0;
2301     display: none;
2302         background-color:#F3F3F3;
2303         padding-bottom:10px;
2304     z-index: 100;
2305 }
2306
2307
2308 /* nav */
2309 .nav .close_pagination {
2310     padding-right: 10px;
2311     position: absolute;
2312     right: 3px;
2313     top: -25px;
2314 }
2315 .nav .close_pagination a {
2316     text-decoration:none!important;
2317 }
2318
2319 .nav ul {
2320     padding-top: 10px;
2321 }
2322
2323 .nav li {
2324         list-style:none;
2325         float:left;
2326         padding:4px;
2327         color:#999;
2328 }
2329
2330 .nav li a {
2331         text-decoration:none!important;
2332 }
2333
2334 .nav li a:hover {
2335         text-decoration:underline;
2336 }
2337
2338 .nav li ul {
2339         float:left;
2340 }
2341
2342 .back {
2343         float:right;
2344 }
2345
2346 .back input{
2347         background:none!important;
2348         color:#999!important;
2349 }
2350
2351 .pagination_list {
2352         float:bottom;
2353 }
2354 .pagination_list ul {
2355     padding-top: 40px;
2356         padding-left:0px;
2357 }
2358 .pagination_list li {
2359         list-style:none;
2360         float:bottom;
2361         padding:4px;
2362         color:#999;
2363    /* border-bottom : 1px solid #DDDDDD;*/
2364 }
2365 .pagination_list li.highlight {
2366    background-color : #F3F3F3;
2367    border-top : 1px solid #DDDDDD;
2368    border-bottom : 1px solid #DDDDDD;
2369 }
2370 .pagination_list span.li_pag_index {
2371    color: #999999;
2372     float: left;
2373     font-size: 15px;
2374     font-weight: bold;
2375     padding-right: 10px;
2376     text-align: right;
2377     width: 13px;
2378         
2379 }
2380
2381 .pagination_list li a {padding-left:0px;}
2382
2383
2384 .nav_results {
2385     background-color: #F3F3F3;
2386     border: 1px solid #D0D0D0;
2387     margin-top: 0.5em;
2388         position:relative;
2389 }
2390
2391 .nav_results .l_Results a {
2392     background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px; /* Browse results menu */
2393     color:#006699;
2394     display:block;
2395     padding:8px 28px;
2396     text-decoration:none;
2397 }
2398 .nav_results .l_Results a:hover {
2399     background-color:#D9D9D9;
2400 }
2401 .nav_results ul.pg_menu {
2402     border-top: 1px solid #D0D0D0;
2403     white-space : nowrap;
2404 }
2405 .nav_results ul.pg_menu li {
2406     color:#B2B2B2;
2407     display:inline;
2408     list-style:none;
2409     margin: 0;
2410 }
2411 .nav_results ul.pg_menu li.back_results a {
2412     border-left: 1px solid #D0D0D0;
2413     border-right: 1px solid #D0D0D0;
2414 }
2415 .nav_results ul.pg_menu li a,
2416 .nav_results ul.pg_menu li span {
2417         background-color: #F3F3F3;
2418         display : block;
2419     float:left;
2420     padding:.4em .5em;
2421     text-decoration:none;
2422     font-weight:normal;
2423     text-align:center;
2424 }
2425
2426 .nav_results ul.pg_menu li span {
2427         color : #B2B2B2;
2428 }
2429
2430 .nav_results ul.pg_menu li.left_results a {
2431         padding-left : 0;
2432 }
2433
2434 .nav_results ul.pg_menu li a:hover {
2435 }
2436
2437 .nav_results #listResults{
2438     line-height: 0.7em;
2439 }
2440
2441 .nav_results  #listResults li  {
2442     background-color:#999999;
2443     color:#C5C5C5;
2444     font-weight:normal;
2445         display:block;
2446         margin-right:1px;
2447         font-size:0.9em;
2448         padding:5px 0px;
2449         text-align:center;
2450         min-width:20px;
2451 }
2452
2453 .nav_results  #listResults li:hover  {background-color:#006699;}
2454
2455 .nav_results  #listResults li a { color:#FFFFFF; font-weight:normal;}
2456
2457 a.localimage img {
2458         border : 1px solid #8EB3E7;
2459         margin : 0 .5em;
2460         padding : .3em;
2461 }
2462
2463 p.patronimage {
2464         border:1px solid #EEE;
2465         border-bottom-color:#000;
2466         margin: 0.9em 0 0;
2467         padding:1em;
2468 }
2469
2470 p.patronimage.edit {
2471         border-color:#E8E8E8;
2472         margin: 1em 1em 1em 0;
2473 }
2474
2475 span.sep {
2476         color: #888;
2477         padding: 0 .2em;
2478         text-shadow: 1px 1px 0 #FFF;
2479 }
2480
2481 #daily-quote {
2482     /*border-top : 1px solid #000000;*/
2483     border : 1px solid #000000;
2484     margin-top: 2px;
2485     margin-bottom: 10px;
2486     margin-left: 2px;
2487     margin-right: 2px;
2488     width: 300px;
2489     text-align: center;
2490 }
2491
2492 #daily-quote h1 {
2493     font-size: 18px;
2494     font-weight: normal;
2495     margin: 0;
2496 }
2497
2498 #daily-quote div {
2499     font-size: 12px;
2500     margin: 5px;
2501 }
2502
2503 /* jQueryUI Core */
2504
2505 .ui-widget-content { border: 1px solid #AAA; background: #ffffff none; color: #222222; }
2506 .ui-widget-header { border: 1px solid #AAA; background: #E6F0F2 none; color: #222222; font-weight: bold; }
2507 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #AAA; background: #F4F8F9 none; font-weight: normal; color: #555555; }
2508 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #AAA; background: #E6F0F2 none; font-weight: normal; color: #212121; }
2509 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff none; font-weight: normal; color: #212121; }
2510 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; }
2511 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
2512
2513 /* jQueryUI autocomplete */
2514
2515 .ui-autocomplete { position: absolute; cursor: default; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3); box-shadow: 2px 2px 2px rgba(0,0,0,.3); }
2516 .ui-autocomplete.ui-widget-content .ui-state-hover { border: 1px solid #AAA; background: #E6F0F2 none; font-weight: normal; color: #212121; }
2517 .ui-autocomplete-loading { background: #FFF url("../../img/loading-small.gif") right center no-repeat; }
2518 .ui-menu li { list-style:none; }
2519
2520 #social_networks span {
2521     color: #274D7F;
2522     display : block;
2523     float : left;
2524     font-size: 85%;
2525     font-weight: bold;
2526     line-height: 2em;
2527     margin : .5em 0 .5em .5em !important;
2528 }
2529 #social_networks a {
2530     background: transparent url("../../images/social-sprite.png") no-repeat;
2531     display: block;
2532     height : 20px !important;
2533     width : 20px;
2534     text-indent : -999em;
2535 }
2536
2537 #social_networks div {
2538     float : left !important;
2539     margin : .5em 0 .5em .2em !important;
2540 }
2541
2542 #social_networks #facebook {
2543     background-position : -7px -35px;
2544 }
2545
2546 #social_networks #twitter {
2547     background-position : -7px -5px;
2548 }
2549
2550 #social_networks #linkedin {
2551     background-position : -7px -95px;
2552 }
2553
2554 #social_networks #delicious {
2555     background-position : -7px -66px;
2556 }
2557
2558 #social_networks #email {
2559     background-position : -7px -126px;
2560 }
2561
2562 /* jQuery UI standard tabs */
2563 .ui-tabs-nav .ui-tabs-active a,
2564 .ui-tabs-nav a:hover,
2565 .ui-tabs-nav a:focus,
2566 .ui-tabs-nav a:active,
2567 .ui-tabs-nav span.a {
2568     background: none repeat scroll 0 0 transparent;
2569     outline: 0 none;
2570 }
2571
2572 .ui-widget,
2573 .ui-widget input,
2574 .ui-widget select,
2575 .ui-widget textarea,
2576 .ui-widget button {
2577     font-family : inherit;
2578     font-size : inherit;
2579 }
2580
2581 ul.ui-tabs-nav li {
2582     list-style : none;
2583 }
2584 .ui-tabs.ui-widget-content {
2585     background : transparent none;
2586     border : 0;
2587 }
2588
2589 .ui-tabs .ui-tabs-panel {
2590     border : 1px solid #D8D8D8;
2591 }
2592 .ui-tabs-nav.ui-widget-header {
2593     border : 0;
2594     background : none;
2595 }
2596 .ui-tabs .ui-tabs-nav li {
2597     background: #F3F3F3 none;
2598     border-color: #D8D8D8;
2599     margin-right : .4em;
2600 }
2601
2602 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
2603     background-color : #FFF;
2604     border : 1px solid #D8D8D8;
2605     border-bottom: 0;
2606 }
2607 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2608     color : #000;
2609     font-weight : bold;
2610 }
2611
2612 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2613     background : #F3F3F3 none;
2614 }
2615
2616 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2617     background : #FFF none;
2618 }
2619
2620 .ui-tabs .ui-state-default a,
2621 .ui-tabs .ui-state-default a:link,
2622 .ui-tabs .ui-state-default a:visited {
2623     color: #006699;
2624 }
2625
2626 .ui-tabs .ui-state-hover a,
2627 .ui-tabs .ui-state-hover a:link,
2628 .ui-tabs .ui-state-hover a:visited {
2629     color: #990033;
2630 }
2631
2632 .statictabs ul {
2633     background: none repeat scroll 0 0 transparent;
2634     border: 0 none;
2635     margin: 0;
2636     padding: 0.2em 0.2em 0;
2637     border-bottom-right-radius: 4px;
2638     border-bottom-left-radius: 4px;
2639     border-top-right-radius: 4px;
2640     border-top-left-radius: 4px;
2641     color: #222222;
2642     font-weight: bold;
2643     font-size: 100%;
2644     line-height: 1.3;
2645     list-style: none outside none;
2646     outline: 0 none;
2647     text-decoration: none;
2648 }
2649
2650 .statictabs ul:after {
2651     clear: both;
2652 }
2653
2654 .statictabs ul:before,
2655 .statictabs ul:after {
2656     content: "";
2657     display: table;
2658 }
2659
2660 .statictabs ul li {
2661     background: none repeat scroll 0 0 #E6F0F2;
2662     border: 1px solid #B9D8D9;
2663     border-bottom: 0 none !important;
2664     border-top-right-radius: 4px;
2665     border-top-left-radius: 4px;
2666     float: left;
2667     list-style: none outside none;
2668     margin-bottom: 0;
2669     margin-right: 0.4em;
2670     padding: 0;
2671     position: relative;
2672     white-space: nowrap;
2673     top: 1px;
2674     color: #555555;
2675     font-weight: normal;
2676
2677 }
2678
2679 .statictabs ul li.active {
2680     background-color: #FFFFFF;
2681     color: #212121;
2682     font-weight: normal;
2683     padding-bottom: 1px;
2684 }
2685
2686 .statictabs ul li a {
2687     color: #004D99;
2688     cursor: pointer;
2689     float: left;
2690     padding: 0.5em 1em;
2691     text-decoration: none;
2692 }
2693
2694 .statictabs ul li a:hover {
2695     background-color : #EDF4F5;
2696     border-top-right-radius: 4px;
2697     border-top-left-radius: 4px;
2698     color : #538200;
2699 }
2700
2701 .statictabs ul li.active a {
2702     color: #000000;
2703     font-weight: bold;
2704     cursor: text;
2705     background: none repeat scroll 0 0 transparent;
2706     outline: 0 none;
2707 }
2708
2709 .statictabs .tabs-container {
2710     border: 1px solid #B9D8D9;
2711     background: none repeat scroll 0 0 transparent;
2712     display: block;
2713     padding: 1em 1.4em;
2714     border-bottom-right-radius: 4px;
2715     border-bottom-left-radius: 4px;
2716     color: #222222;
2717 }
2718
2719 .authref {
2720     text-indent: 2em;
2721 }
2722
2723 .authref .label {
2724     font-style: italic;
2725 }
2726
2727 .authstanza {
2728     margin-top: 1em;
2729 }
2730
2731 .authstanzaheading {
2732     font-weight: bold;
2733 }
2734 div.authorizedheading {
2735     font-weight: bold;
2736 }
2737 .authstanza li {
2738     margin-left: 0.5em;
2739 }
2740 .authres_notes, .authres_seealso, .authres_otherscript {
2741   padding-top: 5px;
2742 }
2743 .authres_notes {
2744   font-style: italic;
2745 }
2746
2747 #didyoumean {
2748     background-color: #EEE;
2749     border: 1px solid #E8E8E8;
2750     margin: 0 0 0.5em;
2751     text-align: left;
2752     padding: 0.5em;
2753     border-radius: 3px 3px 3px 3px;
2754 }
2755
2756 .suggestionlabel {
2757     font-weight: bold;
2758 }
2759
2760 .searchsuggestion {
2761     padding: 0.2em 0.5em;
2762     white-space: nowrap;
2763     display: inline-block;
2764 }
2765
2766 .authlink {
2767     padding-left: 0.25em;
2768 }
2769 #hierarchies a {
2770     font-weight: normal;
2771     text-decoration: underline;
2772     color: #069;
2773 }
2774
2775 #hierarchies a:hover {
2776     color: #990033;
2777 }
2778
2779 #top-pages {
2780     margin: 0 0 0.5em;
2781 }
2782
2783 /* jQuery UI Datepicker */
2784 .ui-datepicker table {width: 100%; font-size: .9em; border : 0; border-collapse: collapse; margin:0 0 .4em; }
2785 .ui-datepicker th { background : transparent none; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
2786
2787 .ui-datepicker-trigger {
2788     vertical-align: middle;
2789     margin : 0 3px;
2790 }
2791 .ui-datepicker {
2792     -moz-box-shadow: 1px 1px 3px 0 #666;
2793     -webkit-box-shadow: 1px 1px 3px 0 #666;
2794     box-shadow: 1px 1px 3px 0 #666;
2795 }
2796
2797 .contents {
2798     width: 75%;
2799 }
2800
2801
2802 .contentblock {
2803     position: relative;
2804     margin-left: 2em;
2805 }
2806
2807 .contents .t:first-child:before {
2808     content: "→ ";
2809 }
2810
2811 .contents .t:before {
2812     content: "\A→ ";
2813     white-space: pre;
2814 }
2815
2816 .contents .t {
2817     font-weight: bold;
2818     display: inline;
2819 }
2820
2821 .contents .r {
2822     display: inline;
2823 }
2824
2825 body#opac-main #opacmainuserblockmobile {
2826     display: none;
2827 }
2828
2829 .mobile_only {
2830    display : none;
2831 }
2832
2833 /* different sizes for different tags in opac-tags.tt */
2834 .tagweight0 {
2835     font-size: 12px;
2836 }
2837
2838 .tagweight1 {
2839     font-size: 14px;
2840 }
2841
2842 .tagweight2 {
2843     font-size: 16px;
2844 }
2845
2846 .tagweight3 {
2847     font-size: 18px;
2848 }
2849
2850 .tagweight4 {
2851     font-size: 20px;
2852 }
2853
2854 .tagweight5 {
2855     font-size: 22px;
2856 }
2857
2858 .tagweight6 {
2859     font-size: 24px;
2860 }
2861
2862 .tagweight7 {
2863     font-size: 26px;
2864 }
2865
2866 .tagweight8 {
2867     font-size: 28px;
2868 }
2869
2870 .tagweight9 {
2871     font-size: 30px;
2872 }
2873
2874 #patronregistration {
2875     background-color: #F7F7F7;
2876     border : 1px solid #EAEAEA;
2877     -moz-border-radius: 3px;
2878     border-radius : 3px;
2879     font-size : 90%;
2880     margin : .7em 0;
2881     padding : .5em;
2882     text-align: center;
2883 }
2884 #patronregistration a {
2885     display: block;
2886 }
2887
2888 video {
2889     width: 480px;
2890 }
2891
2892 .review {
2893     margin-bottom: 20px;
2894 }
2895
2896 #idreambooksreadometer {
2897     float: right;
2898 }
2899 a.idreambooksrating {
2900     font-size: 30px;
2901     color: #29ADE4;
2902     padding-left: 85px;
2903     line-height: 30px;
2904     text-decoration: none;
2905 }
2906
2907 .idreambookslegend {
2908     font-size: small;
2909 }
2910
2911 a.reviewlink,a.reviewlink:visited {
2912     text-decoration: none;
2913     color: black;
2914     font-weight: normal;
2915 }
2916
2917 .idreambookssummary a {
2918     color: #707070;
2919     text-decoration: none;
2920 }
2921
2922 .idreambookssummary img, .idbresult img {
2923     vertical-align: middle;
2924 }
2925
2926 .idbresult {
2927     color: #29ADE4;
2928     text-align: center;
2929     margin: 0.5em;
2930     padding: 0.5em;
2931 }
2932
2933 .idbresult a, .idbresult a:visited {
2934     text-decoration: none;
2935     color: #29ADE4;
2936 }
2937
2938 .idbresult img {
2939     padding-right: 6px;
2940 }
2941
2942 .highlight-row-results {
2943     font-size: 120%;
2944 }
2945
2946 .highlight-row-detail {
2947     font-weight: bold;
2948 }
2949
2950 .branch-info-tooltip {
2951     display: none;
2952 }
2953 .lang {
2954 float:left;
2955 padding: 0.1em 0;
2956 }
2957 .notesrow label {
2958     font-weight: bold;
2959 }
2960 .notesrow span {
2961     display: block;
2962 }
2963 .notesrow textarea {
2964     width: 100%;
2965 }
2966
2967 .thumbnail-shelfbrowser span {
2968     margin: 0px auto;
2969 }