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