Bug 3408: Tag cloud says login when logged in - fix.
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
1 @import url("../../en/lib/yui/reset-fonts-grids.css");
2 @import url("../../en/lib/yui/skin.css");
3
4 a {
5         font-weight : bold;
6 }
7
8 a, a:visited {
9         color : #006699;
10 }
11
12 a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
13         color : #990033;
14 }
15
16 body {
17         background-color : white;
18         text-align : left;
19         padding : 0 0 2.5em 0;
20 }
21
22 caption {
23         font-size : 140%;
24         text-align : left;
25         font-weight : bold;
26 }
27
28 fieldset {
29         background-color: #FFF;
30         border : 2px solid #EEEEEE;
31         margin : 1em 1em 1em 0;
32         padding : 1em;
33 }
34
35 fieldset.rows {  
36 border-width : 1px;
37 border-bottom : 1px solid black;
38 float : left;
39 font-size : 90%;
40 clear : left;
41 margin: .9em 0 0 0;  
42 padding: 0;
43 width: 100%; 
44 }
45
46 fieldset.rows legend {  
47         margin-left: 1em;
48         font-weight: bold;
49         font-size : 110%;
50 }
51
52 fieldset.rows label, fieldset.rows span.label {  
53         float: left;  
54         font-weight : bold;
55         width: 9em;  
56         margin-right: 1em;  
57         text-align: right;
58 }
59
60 fieldset.rows fieldset {
61         border-width : 1px;
62         margin : 0;
63         padding : .3em;
64 }
65
66 fieldset.rows ol {  
67 padding: 1em 1em 0 1em;  
68 list-style-type: none;
69 }
70
71 fieldset.rows li {  
72 float : left;
73 clear : left;
74 padding-bottom: 1em;
75 list-style-type: none;
76 width: 100%; 
77 }
78
79 fieldset.rows.left li {
80         padding-bottom : .4em;
81 }
82
83 fieldset.rows li.radio {
84         padding-left: 9em;
85         width : auto;
86 }
87
88 fieldset.rows li.radio label {
89         float : none;
90         width : auto;
91         margin : 0 0 0 1em;
92 }
93
94 fieldset.rows ol.radio label {
95         width : auto;
96         float : none;
97         margin-right : 0;
98 }
99
100 fieldset.rows ol.radio label.radio {
101         float : left;
102         width : 12em;
103         margin-right : 1em;
104 }
105
106 fieldset.rows table {
107         clear : both;
108         margin-left : 1em;
109 }
110
111 fieldset.rows td label {
112         float : none;
113         font-weight : normal;
114         width : auto;
115 }
116
117 fieldset.holds {
118         background-color : #F3F3F3;
119         border: 0;
120         font-size : 110%;
121         padding : 1px;
122 }
123
124 fieldset.holds ol {
125         margin : 0;
126         padding : 0;
127 }
128
129 fieldset.holds li {
130         background-color : #FFF;
131         border-bottom : 1px solid #F3F3F3;
132         padding : .3em;
133 }
134
135 fieldset.holds label, fieldset.holds span.label {
136
137 }
138
139 fieldset.action {
140         clear : both;
141         float : none;
142         border : none;
143         margin : 0;
144         padding : 1em 0 .3em 0;
145         width : auto;
146 }
147
148 fieldset.action p {
149         margin-bottom : 1em;
150 }
151
152 form {
153         display : inline;
154         margin : 0;
155         padding : 0;
156 }
157
158 h1 {
159         font-size : 138.5%;
160 }
161
162 h1#library {
163         font-size : 100%;
164         font-weight : normal;
165         margin : .2em 0 .2em .5em;
166
167
168
169 h1#libraryname {
170         background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
171         border: 0;
172         float : left !important;
173         margin:0;
174         padding:0;
175         width:120px;
176 }
177
178 h1#libraryname a {
179         border:0;
180         cursor:pointer;
181         display:block;
182         height:0px !important;
183         margin:0;
184         overflow:hidden;
185         padding:40px 0 0;
186         text-decoration:none;
187         width:120px;
188 }
189
190 h1,h2,h3,h4,h5,h6 {
191         font-weight : bold;
192         margin : .5em 0;
193 }
194
195 h2 {
196         font-size : 131%;
197 }
198
199 h5.author {
200 }
201
202 h3 {
203         font-size : 123.1%;
204 }
205
206 h4 {
207         font-size : 116%;
208 }
209
210 h5 {
211         font-size : 108%;
212 }
213
214 h6 {
215         font-size : 100%;
216 }
217
218 input[type=submit], input[type=button], input[type=reset] {
219         background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
220         background-color : #b8d0e6;
221         border-top: 1px solid #cccccc;
222         border-left: 1px solid #cccccc;
223         border-right: 1px solid #eeeeee;
224         border-bottom: 1px solid #eeeeee;
225         color : #333;
226         font-size : 93%;
227         font-weight : bold;
228         padding : 4px;
229 }
230
231 input[type=submit]:active, input[type=button], input[type=reset] {
232         border: 1px inset #666666;
233 }
234
235 td.resultscontrol {
236         background-color : #EEE;
237         vertical-align : middle;
238         padding : 3px 3px 5px 5px;
239 }
240
241 table {
242         background-color: #FFF;
243         border-collapse : collapse;
244         margin : 1em 0;
245         border-right : 1px solid #dddddd;
246         border-top : 1px solid #dddddd;
247 }
248
249 td,th {
250         background-color: #FFF;
251         border-left : 1px solid #dddddd;
252         border-bottom : 1px solid #dddddd;
253         padding : 3px 5px;
254 }
255
256 td.place_on_type table,
257 td.place_on_type table td {
258         border : 0;
259 }
260 td caption {
261         font-size : 105%;
262 }
263
264 th {
265         background-color:#EEE;
266         font-weight : bold;
267         padding : 2px 23px;
268         text-align : center;
269 }
270
271 th.sum {
272         text-align: right;
273 }
274
275 td.sum {
276         background-color: #FFC;
277         font-weight: bold;
278 }
279
280 th[scope=row] {
281         text-align : right;
282 }
283
284 tr.highlight td, tr.highlight th, tr.odd td {
285         background-color : #F3F3F3;
286    border-top : 1px solid #DDDDDD;
287    border-bottom : 1px solid #DDDDDD;
288 }
289
290 tr.even td, tr.even.highlight td {
291         background-color: #FFF;
292 }
293
294 tr.grouplabel td {
295         background-color : #E8E8E8;
296         border : 1px solid #DDDDDD;
297         border-right : 1px solid #DDDDDD;
298         text-align : center;
299         font-weight : bold;
300     padding: 10px;
301 }
302
303 tr.reserved td {
304         background-color : #eeffd4;
305 }
306 tr.transfered td {
307         background-color : #e8f0f6;
308 }
309
310 #editions table, #editions td {
311         border : 0;
312 }
313
314 .header {
315         background-image:url("../../images/ascdesc.gif");
316         background-position:right center;
317         background-repeat:no-repeat;
318         cursor:pointer;
319 }
320 .headerSortUp {
321         background-image:url("../../images/asc.gif");
322 }
323 .headerSortDown {
324         background-image:url("../../images/desc.gif");
325 }
326
327 ul {
328         list-style : disc;
329         padding-left : 1em;
330 }
331
332 li {
333         list-style : disc;
334 }
335
336 p.availability {
337         font-size : 87%;
338 }
339
340 .available {
341         color : #006600;
342 }
343
344 .waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold {
345         display : block;
346 }
347 .notforloan {
348         color : #900;
349 }
350 .lost {
351         color : #666;
352 }
353 .waiting {
354         
355 }
356
357
358
359 /* "problem" enhancement */
360 .problem {
361         color : white;
362         background-color : red;
363 }
364
365 /* style for search terms in catalogsearch */
366 .term {
367         color : blue;
368 }
369
370 a .term {
371         text-decoration : underline;
372 }
373
374 .transfered {
375         background-color : #F9FF9A;
376 }
377
378 /* action buttons */
379 #action {
380         margin-top : .5em;
381         background-color : #F3F3F3;
382         border : 1px solid #E8E8E8;
383         padding-bottom : 3px;
384 }
385
386 #action li {
387         list-style : none;
388         margin : .2em;
389         padding : .3em 0;
390 }
391
392 #action a, #toolbar a {
393         background-position : 5px center;
394         background-repeat : no-repeat;
395         text-decoration : none;
396         padding-left : 26px;
397 }
398
399 #toolbar ul {
400         padding-left : 0;
401 }
402
403 #toolbar ul li {
404         display : inline;
405         list-style : none;
406 }
407
408 #toolbar ul li a {
409         border-left : 1px solid #e8e8e8;
410 }
411
412 #toolbar ul li:first-child a {
413         border-left : 0;
414 }
415
416 #action a.reserve, #toolbar a.reserve, .searchresults a.reserve {
417         background-image:url(../../images/placereserve.gif);
418 }
419
420 #action a.addtoshelf, #toolbar a.addtoshelf {
421         background-image:url(../../images/addtoshelf.gif);
422 }
423
424 #action a.addtocart, #toolbar a.addtocart {
425         background-image:url(../../images/cart2.gif);
426 }
427
428 #action a.print, #toolbar a.print {
429         background-image:url(../../images/print.gif);
430 }
431
432 #action a#furthersearches {
433         background : transparent url(../../images/menu-arrow.gif) no-repeat right center;
434         border : 1px solid #F3F3F3;
435         margin-left : 5px;
436         padding : 2px 26px 2px 10px;
437         text-decoration : none;
438 }
439
440 #action a#furthersearches:hover {
441         border-top : 1px solid #FFF;
442         border-left : 1px solid #FFF;
443         border-right : 1px solid #979797;
444         border-bottom : 1px solid #979797;
445 }
446
447 #toolbar a.brief {
448         background-image: url(../../images/brief.gif);
449 }
450
451 #toolbar  a.detail {
452         background-image: url(../../images/detail.gif);
453 }
454
455 #toolbar a.print {
456         background-image: url(../../images/print.gif);
457 }
458
459 #toolbar a.hide {
460         background-image: url(../../images/close.gif);
461 }
462
463 #toolbar a.send {
464         background-image: url(../../images/send.gif);
465 }
466 .sendlist {
467         display : none;
468 }
469 a.send {
470         background-image: url(../../images/send.gif);
471         background-position : 0px center;
472         background-repeat : no-repeat;
473         text-decoration : none;
474         padding-left : 21px;
475         padding-right : 5px;
476 }
477 a.hold,
478 #placehold input.submit {
479         background-image: url(../../images/placereserve.gif);
480         background-position : 9px center;
481         background-repeat : no-repeat;
482         text-decoration : none;
483         padding-left : 34px;
484 }
485 #placehold input.submit,
486 #tagsel_span input.submit {
487         border : 0;
488         background-color: transparent;
489         font-size : 100%;
490         font-weight : bold;
491         padding-left : 31px;
492         color : #336699;
493         cursor : pointer;
494 }
495 #tagsel_span input.submit,
496 #tagsel_tag {
497         background-image: url(../../images/tags.gif);
498         background-position : 9px center;
499         background-repeat : no-repeat;
500         padding-left : 24px;
501         text-decoration: none;
502 }
503 #tagsel_tag {
504         padding-left: 27px;
505 }
506 #placehold input.submit:hover,#tagsel_span input.submit:hover {
507         color: #990033;
508 }
509 #toolbar a.empty {
510         background-image: url(../../images/trash.gif);
511 }
512
513 /* the itemtype list in advanced search */
514 #advsearch-itemtype table {
515         border-collapse : separate;
516         border-spacing : 3px;
517         border : 0px;
518         margin : 0px;
519         background-color : white;
520         border : 0px solid #D8DEB8;
521 }
522
523 #advsearch-itemtype table tr td {
524         background-color : #F8F8EB;
525         border : 0px;
526         margin : 0px;
527         width : 700px;
528 }
529
530 #advsearch-itemtype td {
531         font-size : 0.8em;
532         background-color : #F8F8EB;
533 }
534
535 body#advsearch #breadcrumbs {
536         line-height : 1px;
537         height : 1px;
538         padding : 0;    
539 }
540
541 body#advsearch #cartmenulink,
542 body#advsearch #listsmenulink {
543         float : right;
544 }
545
546 #advsearch #branchloop,
547 #advsearch #sort_by {
548         width : 23em;
549 }
550
551 #auth {
552         float : left;
553 }
554
555 #facets {
556         
557 }
558
559 /* the footer */
560 #footer {
561         margin-top : 30px;
562         margin-left : 30%;
563         margin-right : 20%;
564         border-top : 1px solid #384b73;
565         color : #384b73;
566         font-size : 1em;
567         text-align : center;
568 }
569
570 /* facets bloc */
571 /* the USER information block */
572 #librarian_information {
573         float : right;
574         font-size : 10pt;
575 }
576
577 #header-wrapper {
578         background-color: #FFF;
579 }
580
581 #holds,#opac-auth {
582         min-width : 750px;
583         width : 57.69em;
584         margin : auto;
585 }
586
587 #members {
588         background-color: #fff;
589         font-size : 85%;
590         margin-left : -10px;
591         margin-right : -10px;
592         padding : 4px 0 4px 0;
593         color : #000066;
594 }
595
596 #members a {
597         text-decoration : none;
598 }
599
600 #members a.logout {
601         color : #cc3333;
602         font-weight : bold;
603         padding : 0 .3em 0 .3em;
604         text-decoration : none;
605 }
606
607 #members li:first-child {
608         border-right : 1px solid black;
609 }
610
611 #members li:last-child {
612         border-right : 0;
613 }
614
615 #members li {
616         display : inline;
617         list-style : none;
618         margin : 0;
619         padding : 0 .5em;
620 }
621
622 #members ul {
623         margin : 0;
624         padding : 0;
625         text-align : right;
626 }
627
628 #opac-main-search {
629         background-image : url( ../../images/menu-background.gif);
630         background-repeat : repeat-x;
631         background-color : #739ACF;
632         background-position : -10px top;
633         border-top : 1px solid #335599;
634         border-bottom : 1px solid #335599;
635         margin-left : -10px;
636         margin-right : -10px;
637         padding : .7em 0 .4em .5em;
638         font-size : 108%;
639         line-height : 116%;
640 }
641
642 #opac-main-search form {
643         display : inline;
644         padding-right : 1em;
645 }
646
647 #opac-main-search label {
648         color : #FFFFCC;
649         font-weight : bold;
650         margin : .2em .3em 0 0;
651 }
652
653
654 #search-facets ul {
655         margin : 0;
656         padding : .3em;
657 }
658
659 #search-facets {
660         border : 1px solid #e8e8e8;
661 }
662
663 #search-facets h4 {
664         background-color : #EEE;
665         border-bottom : 1px solid #e8e8e8;
666         font-size : 90%;
667         margin : 0;
668         padding : .7em .2em;
669         text-align : center;
670 }
671
672 #search-facets ul li {
673         font-weight : bold;
674         list-style-type : none;
675 }
676
677 #search-facets li li {
678         font-weight : normal;
679         font-size : 85%;
680         margin-bottom : 2px;
681         padding : .1em .2em;
682 }
683
684 #search-facets li li a {
685         font-weight : normal;
686 }
687
688 #search-facets li.showmore a {
689         font-weight : bold;
690         text-indent : 1em;
691 }
692
693 .suggestion {
694         background-color : #EEEEEB;
695         border : 1px solid #DDDED3;
696         margin : 10px auto;
697         padding : 4px;
698         width : 35%;
699 }
700
701 #facets ul {
702         margin : 0;
703         padding : 0;
704 }
705
706 #facets ul li {
707         font-weight : bold;
708         text-align : left;
709         list-style : none;
710 }
711
712 #facets ul ul li {
713         border : 0;
714         font-size : 85%;
715         font-weight : normal;
716         padding : 2px;
717         text-align : left;
718 }
719
720 #facets ul ul li a {
721         font-weight : normal;
722         text-decoration : underline;
723 }
724
725 #facets h4 {
726         font-size : 93%;
727         padding:3px;
728         text-align:center;
729         background-color:#E7E7CA;
730         line-height:1.8em;
731         margin-left:-1px;
732         margin-right:-1px;
733         margin-top:-1px;
734 }
735
736 #breadcrumbs {
737         padding : .7em;
738 }
739
740 p {
741         margin: .7em 0;
742 }
743
744 strong {
745         font-weight : bold;
746 }
747
748 em {
749         font-style : italic;
750 }
751
752 #catalogue_detail_biblio p span.label {  
753         font-weight : bold;
754 }
755
756 #catalogue_detail_biblio p, #catalogue_detail_biblio ul {  
757         padding-bottom: .6em;
758 }
759
760 #basketcount {
761         display : inline;
762 }
763
764 #bookcover {
765         float : left;
766         margin : 0;
767         padding : 0;
768 }
769
770 #bookcover img {
771         margin : 0 1em 1em 0;   
772 }
773
774 fieldset.brief {
775         border : 1px solid #E8E8E8;
776 }
777
778 fieldset.brief legend {
779         font-weight : bold;
780         font-size : 100%;
781 }
782
783 fieldset.brief label {
784         display : block;
785         padding : .3em 0;
786 }
787
788 fieldset.brief input+input {
789         margin-top : 3px;
790 }
791
792 fieldset.brief input, fieldset.brief textarea, fieldset.brief select {  
793         background-color: #F3F3F3;
794         border-top : 1px solid #979797;
795         border-left : 1px solid #979797;
796         border-right : 1px solid #DDDDDD;
797         border-bottom : 1px solid #DDDDDD;
798         font-size : 140%;
799         padding : .2em;
800         font-weight: normal;
801 }
802
803 fieldset.brief textarea {
804         font-size: 105%;
805 }
806
807 fieldset.brief input:focus {
808         background-color: #FFFFCC;
809 }
810
811 fieldset.brief ol, fieldset.brief li {
812         list-style-type : none;
813 }
814
815 fieldset.brief div.hint, fieldset.rows div.hint {
816         color : #666666;
817         font-size : 100%;
818         margin : .4em;
819 }
820
821 h2 span.hint {
822         font-size: 76%;
823         font-weight : normal;
824 }
825 .thumbnail {
826         border : 0;
827         float : left;
828         margin : 0pt 5px 5px 0pt;
829 }
830 a.cancel {
831         padding-left : 1em;
832 }
833
834 a.hidemytags {
835         padding-left : 2em;
836 }
837
838 .resultscontrol, .resultscontrol select {
839         font-size: 90%;
840 }
841
842 .cartlist {
843         margin-top : 5px;
844 }
845
846 .cartlist input.submit, #tagsel_button {
847         background-color : #d8deb8;
848         background-image : none;
849         border-color : #bebf84;
850         color : #333;
851         font-size : 87%;
852         padding : 2px 0;
853         margin : 0 0 0 0;
854 }
855
856 #CheckAll, #CheckNone {
857         font-weight : normal;
858         margin : 0 .5em;
859 }
860
861 .resultscontrol label {
862         font-weight : bold;
863         margin-left : .5em;
864 }
865
866 .resort {
867         float : right;
868         margin-top : 5px;
869 }
870
871 .searchresults p.details {
872         color : #979797;
873 }
874
875 .searchresults p {
876         margin: 0;
877         padding: 0;
878         padding-top : .6em;
879 }
880
881 td.resultscontrol img {
882         vertical-align: middle;
883 }
884
885 .searchresults table td {
886 }
887
888 .searchresults table {
889         margin : 0;
890 }
891
892 .searchresults td, .searchresults th, .searchresults table {
893         border: 0;
894 }
895 .searchresults td {
896         vertical-align: top;
897 }
898
899 .searchresults tr {
900         border-bottom : 1px solid #f3f3f3;
901 }
902
903 .searchresults tr:first-child {
904         border : 0;
905 }
906
907 .searchresults table {
908         border-top : 0px solid #CCCCCC;
909         width : 100%;
910 }
911
912 .searchresults a.reserve, .searchresults a.reserve:visited {
913         background-position:left top;
914         background-repeat:no-repeat;
915         float:right;
916         padding:2px 3px 2px 26px;
917 }
918
919 .searchresults a.reserve {
920         background-color:transparent;
921         color:#006699;
922 }
923
924 .unavailable, .tagerror, .tagerror:visited {
925         color: #990033;
926 }
927
928 #libraryname {
929         float : left;
930         line-height : 2em;
931 }
932
933 #corner {
934         float : right;
935         line-height : 2em;
936 }
937
938 .pages {
939         line-height : 1.8em;
940         text-align: center;
941 }
942 a:link.current {
943         background-color: transparent;
944         color: #3366CC;
945         font-weight: bold;
946         padding: 1px 5px 1px 5px;
947         text-decoration: none;
948 }
949 a:visited.current {
950         background-color: transparent;
951         color: #3366CC;
952         font-weight: bold;
953         padding: 1px 5px 1px 5px;
954         text-decoration: none;
955 }
956
957 a:hover.current {
958         background-color: #CCFF00;
959         color: #CC3333;
960         font-weight: bold;
961         padding: 1px 5px 1px 5px;
962         text-decoration: none;
963 }
964
965 a:active.current {
966         background-color: #99CC00;
967         color: #FFFF99;
968         font-weight: bold;
969         padding: 1px 5px 1px 5px;
970         text-decoration: none;
971 }
972
973 .current {
974         background-color: #FFFFFF;
975         color: #3366CC;
976         font-weight: bold;
977         padding: 1px 5px 1px 5px;
978         text-decoration: none;
979 }
980
981 a:link.nav {
982         background-color: #EEE;
983         border: 1px solid #CCCC99;
984         color: #3366CC;
985         font-weight: bold;
986         padding: 1px 5px 1px 5px;
987         text-decoration: none;
988 }
989
990 a:visited.nav {
991         background-color: #EEE;
992         border: 1px solid #CCCC99;
993         color: #3366CC;
994         font-weight: bold;
995         padding: 1px 5px 1px 5px;
996         text-decoration: none;
997 }
998
999 a:hover.nav {
1000         background-color: #FFFFCC;
1001         border: 1px solid #CCCC99;
1002         color: #CC3333;
1003         font-weight: bold;
1004         padding: 1px 5px 1px 5px;
1005         text-decoration: none;
1006 }
1007
1008 a:active.nav {
1009         background-color: #FFFFCC;
1010         border: 1px solid #CCCC99;
1011         color: #D25500;
1012         font-weight: bold;
1013         padding: 1px 5px 1px 5px;
1014         text-decoration: none;
1015 }
1016
1017 /* Tabs */
1018 ul.link-tabs {
1019         list-style-type: none;
1020         margin: 9px 0 -2px 5px;
1021         padding: 0;
1022 }
1023
1024 ul.link-tabs li {
1025         display: inline;
1026         padding: 0px;
1027 }
1028
1029 ul.link-tabs li a {
1030         font-weight: bold;
1031         padding: 2px 4px 2px 4px;
1032         text-decoration: none;
1033         border-top: 1px solid #DDDDDD;
1034         border-left : 1px solid #DDDDDD;
1035         border-right : 1px solid #666666;
1036 }
1037
1038 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {
1039         padding: 2px 4px 3px 4px;
1040 }
1041
1042 ul.link-tabs li.off a {
1043         background-color: #EEEEEB;
1044         border-bottom: 1px solid #DDDDDD;
1045 }
1046
1047 ul.link-tabs li.off a:hover {
1048         padding: 2px 3px 2px 4px;
1049         background-color: #FFFFEC;
1050         border-top: 1px solid #BEBF84;
1051         border-left : 1px solid #BEBF84;
1052         border-right : 2px solid #333333;
1053 }
1054
1055 ul.link-tabs li.on a {
1056         background-color: #FFFFFF;
1057         border-bottom: 1px solid #FFFFFF;
1058 }
1059
1060 ul.link-tabs li a.debit {
1061         background-color : #FFFF99;
1062         color : #990033;
1063 }
1064
1065 div.tab-container {
1066         border : 1px solid #DDDDDD;     
1067         margin-top : 4px;
1068         padding : .7em;
1069         width : 90%;
1070 }
1071
1072 #catalogue_detail_biblio table, #catalogue_detail_biblio td, #catalogue_detail_biblio th {
1073         background-color : transparent;
1074         border : 0;
1075 }
1076
1077 tr.overdue td {
1078         background-color : #ffcccc;
1079         border-bottom : 1px solid #ffaeae;
1080         border-right : 1px solid #ffaeae;
1081         font-weight : bold;
1082 }
1083
1084 td.overdue {
1085         color : #cc3333;
1086 }
1087
1088 .renewals {
1089         display:block;
1090         font-size:0.8em;
1091         padding:0.5em;
1092 }
1093
1094 table#marc, table#marc td, table#marc th {
1095         border : 0;
1096 }
1097
1098 table#marc th {
1099         background-color : transparent;
1100         text-align : left;
1101 }
1102
1103 table#marc td:first-child {
1104         text-indent : 2em;
1105 }
1106 #masthead {
1107 float: left;
1108 width: 120px;
1109 }
1110
1111 #fluid {
1112 margin-left: 124px;
1113 margin-top : .4em;
1114 padding-left : 1em;
1115 }
1116
1117 #fluid-offset {
1118 float : right;
1119 width: 100%;
1120 }
1121
1122 #translControl{
1123 float : left;
1124 padding-left : .4em;
1125 }
1126
1127 .clearfix:after {
1128     content: "."; 
1129     display: block; 
1130     height: 0; 
1131     clear: both; 
1132     visibility: hidden;
1133 }
1134
1135 /* Hides from IE-mac \*/
1136 * html .clearfix {height: 1%;}
1137 /* End hide from IE-mac */
1138
1139 .results_summary {
1140         display: block;
1141         font-size : 85%;
1142         color: #707070;
1143         padding : 0 0 .5em 0;
1144 }
1145
1146 .searchresults .tagstatus {
1147         display: block;
1148         color: #707070;
1149 }
1150
1151 #login4tags {
1152         margin-top : .3em;
1153 }
1154
1155 .results_summary .label {
1156         color: #202020;
1157 }
1158
1159 .results_summary a {
1160         font-weight: normal;
1161 }
1162
1163 .actions a {
1164         margin-left : 1em;
1165         text-decoration : none;
1166 }
1167
1168 .actions a.hold {
1169         background : url("../../images/placehold-small.gif") center left no-repeat;
1170         padding-left : 16px;
1171 }
1172
1173 .actions a.addtocart {
1174         background : url("../../images/cart-small.gif") center left no-repeat;
1175         padding-left : 13px;
1176         display : none;
1177 }
1178
1179 .actions a.addtoshelf {
1180         background : url("../../images/addtolist-small.gif") center left no-repeat;
1181         padding-left : 13px;
1182 }
1183
1184 #catalogue_detail_biblio div.results_summary {
1185         clear :  left;
1186 }
1187 #catalogue_detail_biblio div.results_summary ul {
1188         display : inline;
1189         float :  none;
1190         clear :  none;
1191         margin: 0;
1192         padding: 0;
1193         list-style : none;
1194 }
1195
1196 #catalogue_detail_biblio div.results_summary ul li {
1197         display : inline;
1198 }
1199
1200 .dialog {
1201   border: 1px solid #bcbcbc;
1202         padding : .5em;
1203         margin : 1em auto;
1204   width: 65%;
1205   }
1206   
1207 .dialog  h2, .dialog h3, .dialog h4 {
1208         margin : auto;
1209         text-align : center;
1210   }
1211  
1212 div.alert {
1213   background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
1214   text-align : center;
1215 }
1216
1217 div.alert strong {
1218         color : #900;
1219 }
1220
1221 div.message {
1222         background : white url("../../images/message-bg.gif") repeat-x left 0;
1223    border : 1px solid #bcbcbc;
1224         width : 55%;
1225 }
1226
1227 #moresearches {
1228         clear : left;
1229         color : #000099;
1230         font-size : 90%;
1231         line-height : 110%;
1232         margin : .6em 0 .3em 0;
1233 }
1234
1235 #moresearches a:link, #moresearches a:visited {
1236         color : #e5ebff;
1237         font-weight : normal;
1238         text-decoration : none;
1239 }
1240
1241 #news th {
1242         text-align : left;
1243         padding : 3px 5px;
1244 }
1245
1246 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1247         color : #000;
1248         font-weight : normal;
1249 }
1250  #opac-main-search #listsmenu h4 {
1251         font-size : 90%;
1252         font-weight : bold;
1253         margin : 0 .2em; 
1254  }
1255  
1256 #opac-main-search #listsmenu .yuimenuitemlabel {
1257         cursor : pointer;
1258 }
1259
1260 #opac-main-search #listsmenu .bd {
1261         background-color : #f3f3f3;
1262         border : 1px solid #739acf;
1263         background-image : url("../../images/listmenu-container-bg.gif");
1264         background-position : top right;
1265         background-repeat : repeat-y;
1266         padding : .3em 1em 0 0;
1267 }
1268
1269 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1270         background-color : #fff;
1271 }
1272
1273 #opac-main-search #listsmenu ul {
1274         border-color : #b8d0e6;
1275 }
1276
1277 .selectcol {
1278         vertical-align: top;
1279         width: 10px;
1280 }
1281 .itypecol {
1282         vertical-align: top;
1283         width: 10px;
1284 }
1285 #container {
1286         color : #000;
1287 }
1288
1289 div#changelanguage{
1290         background-color: #fff;
1291         border-top: 1px solid #CCC;
1292         color : #666;
1293         font-size : 85%;
1294         padding : 1em;
1295  }
1296  
1297 div#changelanguage a {
1298         font-weight : normal;
1299         padding : .5em;
1300
1301                 
1302 div#changelanguage a.more {
1303         background-image:url(../../images/more-up-arrow.gif);
1304         background-position:right center;
1305         background-repeat:no-repeat;
1306         padding-right:13px;
1307 }
1308  
1309 div#changelanguage li.yuimenuitem {
1310         font-size : 120%;
1311         font-weight : normal;
1312         margin : 0;
1313         padding : 0 1em;
1314 }
1315
1316 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
1317         padding : 0;
1318 }
1319
1320 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {
1321         background-color : #FFF;
1322         border: 1px solid #739acf;
1323         color : black;
1324         display : none;
1325         margin : 0;
1326         padding : 10px;
1327         text-align : center;
1328         width : 180px;
1329 }
1330
1331 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
1332         background-color : transparent;
1333         border : 0;
1334         padding : inherit;
1335 }
1336
1337 #login #userid, #login #password {
1338         width : 98%;    
1339 }
1340
1341 #opac-main-search input.submit {
1342         background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
1343         background-color : #b8d0e6;
1344         border-top: 1px solid #cccccc;
1345         border-left: 1px solid #cccccc;
1346         border-right: 1px solid #eeeeee;
1347         border-bottom: 1px solid #eeeeee;
1348         color : #333;
1349         font-weight : normal;
1350         font-size : 80%;
1351         padding : 2px;
1352 }
1353
1354 div#menu {
1355         border-right : 1px solid #979797;
1356         font-size : 94%;
1357         margin-right : .5em;
1358         padding-top : 1em;
1359         padding-bottom : 2em;
1360 }
1361
1362 div#menu li a {
1363         text-decoration : none;
1364         display : block;
1365         background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;
1366         border : 1px solid #979797;
1367         font-size : 111%;
1368         margin : .5em 0;
1369         padding : .4em .3em;
1370         margin-right : -1px;
1371 }
1372
1373 div#menu li a:hover {
1374         background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;
1375 }
1376
1377 div#menu li.active a:hover {
1378         background-color : #fff;
1379         color : #0000CC;
1380 }
1381
1382 #menu ul li {
1383         list-style-type : none;
1384 }
1385
1386 #menu ul li.active a {
1387         background-color : #FFF;
1388         background-image : none;
1389         border-right : 0;
1390         font-weight : bold;
1391 }
1392
1393 .left {
1394         float : left;
1395 }
1396
1397 .right {
1398         float : right;
1399 }
1400
1401 #searchsubmit {
1402         cursor : default;
1403         font-size : 87%;
1404         font-weight :  normal;
1405         margin-top : 0;
1406         margin-left :  .2em;
1407         padding: 2px 2px 1px 2px;
1408 }
1409
1410 #export,#further,.detailtagcell {
1411         margin-top : .5em;
1412         background-color : #F3F3F3;
1413         border : 1px solid #E8E8E8;
1414         font-size : 76%;
1415         padding : 3px;
1416         text-align : center;
1417 }
1418
1419 #export label, .detailtagcell label {
1420         display : block;
1421         font-weight : bold;
1422         font-size : 110%;
1423         margin-bottom : 2px;
1424 }
1425
1426 #export input, .detailtagcell input {
1427         padding : 2px;
1428 }
1429
1430 #further {
1431         text-align : left;
1432         font-size : 95%;
1433         padding : 3px 3px .5em 1em;
1434 }
1435
1436 #further ul li {
1437         list-style-image : url("../../images/further-bullet.gif");
1438 }
1439
1440 #amazonreviews h4 {
1441         font-size : 90%;
1442         margin : 0;
1443         padding : 0;
1444 }
1445 #amazonreviews h3 {
1446         font-size : 100%;
1447         margin : 0;
1448         padding : 0;
1449 }
1450 span.starFull {
1451         background: url(../../images/star-ratings.gif) top left no-repeat;
1452         display : block;
1453         height: 10px;
1454         margin: 0;
1455         padding: 0;
1456 }
1457
1458 span.starMT {
1459         background: url(../../images/star-ratings-empty.gif) top left no-repeat;
1460         display : block;
1461         height: 10px;
1462         margin: 0 10px 0 10px;
1463         padding: 0;
1464         position: relative;
1465         width: 50px;
1466 }
1467
1468 #cartmenulink, #listsmenulink {
1469         display : block;
1470         position : relative;
1471         background : #aaa;
1472         padding : 5px;
1473         float : left;
1474         color : #333;
1475         text-decoration : none;
1476         cursor : pointer;
1477 }
1478
1479  #cartmenulink *, #listsmenulink * {
1480         font-style : normal;
1481         background-image : url(../../images/button-background.png);
1482         background-repeat : no-repeat;
1483         display : block;
1484         position : relative;
1485 }
1486
1487  #cartmenulink i, #listsmenulink i {
1488         background-position : top left;
1489         position : absolute;
1490         margin-bottom : -5px;
1491         top : 0;
1492         left : 0;
1493         width : 5px;
1494         height : 5px;
1495 }
1496
1497  #cartmenulink span, #listsmenulink span {
1498         background-position : bottom left;
1499         left : -5px;
1500         padding : 0 0 5px 10px;
1501         margin-bottom : -5px;
1502 }
1503 /* For IE7 */
1504  *:first-child+html #cartmenulink span { padding-top : 3px; padding-bottom : 7px; }
1505  *:first-child+html #listsmenulink span { padding-top : 5px; }
1506
1507  #cartmenulink span i, #listsmenulink span i {
1508         background-position : bottom right;
1509         margin-bottom : 0;
1510         position : absolute;
1511         left : 100%;
1512         width : 10px;
1513         height : 100%;
1514         top : 0;
1515 }
1516
1517  #cartmenulink span span, #listsmenulink span span {
1518         background-position : top right;
1519         position : absolute;
1520         right : -10px;
1521         margin-left : 10px;
1522         top : -5px;
1523         height : 0;
1524 }
1525
1526 * html #cartmenulink span, * html #cartmenulink i, * html #listsmenulink span, * html #listsmenulink i {
1527         float : left;
1528         width : auto;
1529         background-image : none;
1530         cursor : pointer;
1531 }
1532 * html #cartmenulink span, * html #listsmenulink span {
1533         padding-top : 5px;
1534 }
1535 #listsmenulink {
1536         background : #9FBFFF;
1537 }
1538
1539 #cartmenulink {
1540         background : #98CB58;
1541         color : #336600;
1542         font-size : 105%;
1543 }
1544
1545 #cartmenulink[class], #listsmenulink[class] {
1546         background-image : url(../../images/button-background-gradient.png);
1547         background-position : left top;
1548 }
1549
1550 #listsmenulink:hover {
1551         background-color : #b8d0e6;
1552 }
1553
1554 #cartmenulink:hover {
1555         background-color : #BFDE96;
1556 }
1557
1558 #cartmenulink img {
1559         background-image : none;
1560         display : inline;
1561         padding : 3px 3px 0 3px;
1562 }
1563
1564 #cartmenulink span#basketcount {
1565         background-image : none;
1566         float : none;
1567         display : inline;
1568         height : auto;
1569         position : relative;
1570         margin : 0;
1571         padding : 0;
1572         left : auto;
1573         right : auto;
1574         top : auto;
1575 }
1576
1577 #cartmenulink span#basketcount span {
1578         background-image : none;
1579         background-color : #E6FCB7;
1580         color : #000;
1581         display : inline;
1582         float : none;
1583         font-size : 80%;
1584         font-weight : normal;
1585         margin : 0 0 0 .9em;
1586         padding : 0 .3em 0 .3em;
1587         position : relative;
1588         left : auto;
1589         right : auto;
1590         top : auto;
1591 }
1592
1593 a#listsmenulink, a#listsmenulink:hover {
1594         color : #006699;
1595         font-size : 105%;
1596         font-weight : bold;
1597         line-height : 185%;
1598         margin-left : 1.5em;
1599 }
1600
1601 a#cartmenulink, a#cartmenulink:hover {
1602         color : #336600;
1603         font-size : 105%;
1604         font-weight : bold;
1605         line-height : 185%;
1606         margin-left : 1.5em;
1607 }
1608 * html a#cartmenulink {
1609         padding-top: 0;
1610 }
1611  * html a#cartmenulink:hover {
1612         padding-top : 0;
1613 }
1614 /* For IE7 */
1615 *:first-child+html a#listsmenulink { padding-top : 0; }
1616 *:first-child+html a#listsmenulink:hover { padding-top : 0; }
1617 *:first-child+html a#cartmenulink { padding-top : 0; }
1618 *:first-child+html a#cartmenulink:hover { padding-top : 0; }
1619 *:first-child+html #cartmenulink span i{ top : -4px; }
1620 *:first-child+html #listsmenulink span i { top : -5px; }
1621
1622 #listsmenulink img {
1623         background-image : none;
1624         display : inline;
1625         padding : 0 0 2px 0;
1626 }
1627
1628 * html #cartmenulink {
1629         border : 1px solid #336600;
1630 }
1631
1632 * html #listsmenulink {
1633         border : 1px solid #006699;
1634 }
1635
1636 ul.ui-tabs-nav li {
1637         margin-right : .5em;
1638 }
1639
1640 ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {
1641         background-color : #F3F3F3;
1642         border-top : 1px solid #E8E8E8;
1643         border-left : 1px solid #E8E8E8;
1644         border-right : 1px solid #E8E8E8;
1645         border-bottom : 0;
1646         padding : .2em 1em;
1647         text-align : center;
1648         text-decoration : none;
1649 }
1650
1651 ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {
1652         background-color : #FFF;
1653         border-top : 1px solid #E8E8E8;
1654         border-left : 1px solid #E8E8E8;
1655         border-right : 1px solid #E8E8E8;
1656         border-bottom : 1px solid #FFF;
1657         margin-bottom : -5px;
1658         text-align : center;
1659 }
1660
1661 #views {
1662         border-bottom : 1px solid #E8E8E8;
1663         margin-bottom : .5em;
1664         padding : 0 2em 2px 0.2em;
1665         white-space : nowrap;
1666 }
1667
1668 span.view {
1669         padding : 0.2em .2em 2px .2em;
1670 }
1671
1672 #bibliodescriptions,
1673 #isbdcontents {
1674         clear : left;
1675         margin-top : .5em;
1676 }
1677
1678 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, span#Normalview {
1679         background-position : 5px 3px;
1680         background-repeat : no-repeat;
1681         font-size : 87%;
1682         font-weight : normal;
1683         padding : .2em .5em;
1684         text-decoration: none;
1685 }
1686
1687 a#MARCview, span#MARCview {
1688         background-image : url(../../images/marc.gif);
1689         padding-left : 17px;
1690 }
1691 a#MARCviewPop, span#MARCviewPop {
1692     background-image : url(../../images/marc.gif);
1693     padding-left : 17px;
1694 }
1695 a#ISBDview, span#ISBDview {
1696         background-image : url(../../images/isbd.gif);
1697         padding-left : 20px;
1698 }
1699 a#Normalview, span#Normalview {
1700         background-image : url(../../images/normal.gif);
1701         padding-left : 15px;
1702 }
1703
1704 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview {
1705         background-color : #F3F3F3;
1706         border-left : 1px solid #E8E8E8;
1707 }
1708
1709 #shelfbrowser table {
1710         margin : 0 20px;
1711 }
1712 #shelfbrowser table, #shelfbrowser td, #shelfbrowser th {
1713         border : 0;
1714         font-size : 90%;
1715         text-align : center;
1716 }
1717 #shelfbrowser a {
1718         font-size : 110%;
1719         text-decoration : none;
1720 }
1721 #shelfbrowser td, #shelfbrowser th {
1722         vertical-align : bottom;
1723         width : 20%;
1724 }
1725 #shelfbrowser td.top {
1726         vertical-align : top;
1727 }
1728 #shelfbrowser td.top a {
1729         text-decoration : underline;
1730 }
1731 #shelfbrowser a {
1732         display : block;
1733 }
1734 a.new {
1735         background : transparent url("../../images/new.gif") center left no-repeat;
1736         border : 0;
1737         color : #006699;
1738         cursor : pointer;
1739         margin:0pt 0.5em;
1740         padding-left : 15px;
1741         text-decoration : none;
1742 }
1743 input.editshelf,a.editshelf {
1744         background : transparent url("../../images/shelf-edit.gif") center left no-repeat;
1745         border : 0;
1746         color : #006699;
1747         cursor : pointer;
1748         margin:0pt 0.5em;
1749         padding-left : 15px;
1750         text-decoration : none;
1751 }
1752 input.newshelf,a.newshelf {
1753         background : transparent url("../../images/shelf-new.gif") center left no-repeat;
1754         border : 0;
1755         color : #006699;
1756         cursor : pointer;
1757         font-size : 100%;
1758         margin:0pt 0.5em;
1759         padding-left : 15px;
1760         text-decoration : none;
1761 }
1762 input.deleteshelf {
1763         background : transparent url("../../images/shelf-delete.gif") center left no-repeat;
1764         border : 0;
1765         color : #006699;
1766         cursor : pointer;
1767         font-size : 100%;
1768         margin:0pt 0.5em;
1769         padding-left : 13px;
1770 }
1771
1772 input.editshelf:active,input.deleteshelf:active {
1773         border : 0;
1774 }
1775
1776 #comments .commentline {
1777         border-bottom : 2px solid #eeeeeb;
1778         margin : 0 -.5em 0 -.5em;
1779         padding : 0 .5em .5em .5em;
1780 }
1781 #comments .yours {
1782         background-color : #effed5;
1783 }
1784 #comments #addcomment {
1785         margin : 0 -1em -1em -1em;
1786         padding : .3em 1em;
1787 }
1788 input.tagbutton {
1789         padding : 1px !important;
1790 }
1791 table#items th {
1792         padding : 2px;
1793 }
1794 #action {
1795         margin-top: 0;
1796 }
1797 #similars h4 {
1798         text-align : left;
1799 }
1800 #similars table,
1801 #similars td {
1802         border : 0;
1803         margin : 0;
1804 }
1805 #similars td {
1806         width : 13em;
1807 }
1808 #similars a {
1809         display : block;
1810         font-weight : normal;
1811 }
1812 #furtherm a,
1813 #furtherm a:link,
1814 #furtherm a:visited {
1815         color : #006699;
1816 }
1817 #furtherm h4 {
1818         font-size : 106%;
1819         margin : .1em .5em;
1820 }
1821 #furtherm .bd {
1822         background-color : #F3F3F3;
1823         border:1px solid #DDD;
1824 }
1825 .results_summary img {
1826         margin : 0 5px;
1827  }
1828 span.no-image {
1829         background-color : #FFF;
1830         border: 1px solid #979797;
1831         color : #AAA;
1832         display:block;
1833         font-size : 86%;
1834         font-weight : bold;
1835         text-align : center;
1836         width : 75px;
1837 }
1838 #bookcover span.no-image {
1839         margin-right : 10px;
1840         margin-bottom : 10px;
1841 }
1842 #shelfbrowser a:link span.no-image,
1843 #shelfbrowser a:visited span.no-image,
1844 #shelfbrowser a:hover span.no-image,
1845 #shelfbrowser a:active span.no-image {
1846         font-size : 95%;
1847 }
1848 #shelfbrowser a:link span.no-image,
1849 #shelfbrowser a:visited span.no-image,
1850 #shelfbrowser a:hover span.no-image,
1851 #shelfbrowser a:active span.no-image,
1852 td.jacketcell a:link,
1853 td.jacketcell a:visited,
1854 td.jacketcell a:hover,
1855 td.jacketcell a:active,
1856 a.p1:link,
1857 a.p1:visited,
1858 a.p1:hover,
1859 a.p1:active {
1860         color : #AAA;
1861         text-decoration : none;
1862         font-weight : bold;
1863 }
1864
1865 .copies_row > td:first-child {
1866     border-left-style : none;
1867 }