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