Use Google Indic Transliteration API to allow users to transliterate english typed...
[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 #toolbar a.brief {
433         background-image: url(../../images/brief.gif);
434 }
435
436 #toolbar  a.detail {
437         background-image: url(../../images/detail.gif);
438 }
439
440 #toolbar a.print {
441         background-image: url(../../images/print.gif);
442 }
443
444 #toolbar a.hide {
445         background-image: url(../../images/close.gif);
446 }
447
448 #toolbar a.send {
449         background-image: url(../../images/send.gif);
450 }
451
452 a.send {
453         background-image: url(../../images/send.gif);
454         background-position : 0px center;
455         background-repeat : no-repeat;
456         text-decoration : none;
457         padding-left : 21px;
458 }
459 a.hold,
460 #placehold input.submit {
461         background-image: url(../../images/placereserve.gif);
462         background-position : 9px center;
463         background-repeat : no-repeat;
464         text-decoration : none;
465         padding-left : 34px;
466 }
467 #placehold input.submit,
468 #tagsel_span input.submit {
469         border : 0;
470         background-color: transparent;
471         font-size : 100%;
472         font-weight : bold;
473         padding-left : 31px;
474         color : #336699;
475         cursor : pointer;
476 }
477 #tagsel_span input.submit,
478 #tagsel_tag {
479         background-image: url(../../images/tags.gif);
480         background-position : 9px center;
481         background-repeat : no-repeat;
482         padding-left : 24px;
483         text-decoration: none;
484 }
485 #tagsel_tag {
486         padding-left: 27px;
487 }
488 #placehold input.submit:hover,#tagsel_span input.submit:hover {
489         color: #990033;
490 }
491 #toolbar a.empty {
492         background-image: url(../../images/trash.gif);
493 }
494
495 /* the itemtype list in advanced search */
496 #advsearch-itemtype table {
497         border-collapse : separate;
498         border-spacing : 3px;
499         border : 0px;
500         margin : 0px;
501         background-color : white;
502         border : 0px solid #D8DEB8;
503 }
504
505 #advsearch-itemtype table tr td {
506         background-color : #F8F8EB;
507         border : 0px;
508         margin : 0px;
509         width : 700px;
510 }
511
512 #advsearch-itemtype td {
513         font-size : 0.8em;
514         background-color : #F8F8EB;
515 }
516
517 body#advsearch #breadcrumbs {
518         line-height : 1px;
519         height : 1px;
520         padding : 0;    
521 }
522
523 body#advsearch #cartmenulink,
524 body#advsearch #listsmenulink {
525         float : right;
526 }
527
528 #advsearch #branchloop,
529 #advsearch #sort_by {
530         width : 23em;
531 }
532
533 #auth {
534         float : left;
535 }
536
537 #facets {
538         
539 }
540
541 /* the footer */
542 #footer {
543         margin-top : 30px;
544         margin-left : 30%;
545         margin-right : 20%;
546         border-top : 1px solid #384b73;
547         color : #384b73;
548         font-size : 1em;
549         text-align : center;
550 }
551
552 /* facets bloc */
553 /* the USER information block */
554 #librarian_information {
555         float : right;
556         font-size : 10pt;
557 }
558
559 #header-wrapper {
560         background-color: #FFF;
561 }
562
563 #holds,#opac-auth {
564         min-width : 750px;
565         width : 57.69em;
566         margin : auto;
567 }
568
569 #members {
570         background-color: #fff;
571         font-size : 85%;
572         margin-left : -10px;
573         margin-right : -10px;
574         padding : 4px 0 4px 0;
575         color : #000066;
576 }
577
578 #members a {
579         text-decoration : none;
580 }
581
582 #members a.logout {
583         color : #cc3333;
584         font-weight : bold;
585         padding : 0 .3em 0 .3em;
586         text-decoration : none;
587 }
588
589 #members li:first-child {
590         border-right : 1px solid black;
591 }
592
593 #members li:last-child {
594         border-right : 0;
595 }
596
597 #members li {
598         display : inline;
599         list-style : none;
600         margin : 0;
601         padding : 0 .5em;
602 }
603
604 #members ul {
605         margin : 0;
606         padding : 0;
607         text-align : right;
608 }
609
610 #opac-main-search {
611         background-image : url( ../../images/menu-background.gif);
612         background-repeat : repeat-x;
613         background-color : #739ACF;
614         background-position : -10px top;
615         border-top : 1px solid #335599;
616         border-bottom : 1px solid #335599;
617         margin-left : -10px;
618         margin-right : -10px;
619         padding : .7em 0 .4em .5em;
620         font-size : 108%;
621         line-height : 116%;
622 }
623
624 #opac-main-search form {
625         display : inline;
626         padding-right : 1em;
627 }
628
629 #opac-main-search label {
630         color : #FFFFCC;
631         font-weight : bold;
632         margin : .2em .3em 0 0;
633 }
634
635
636 #search-facets ul {
637         margin : 0;
638         padding : .3em;
639 }
640
641 #search-facets {
642         border : 1px solid #e8e8e8;
643 }
644
645 #search-facets h4 {
646         background-color : #EEE;
647         border-bottom : 1px solid #e8e8e8;
648         font-size : 90%;
649         margin : 0;
650         padding : .7em .2em;
651         text-align : center;
652 }
653
654 #search-facets ul li {
655         font-weight : bold;
656         list-style-type : none;
657 }
658
659 #search-facets li li {
660         font-weight : normal;
661         font-size : 85%;
662         margin-bottom : 2px;
663         padding : .1em .2em;
664 }
665
666 #search-facets li li a {
667         font-weight : normal;
668 }
669
670 #search-facets li.showmore a {
671         font-weight : bold;
672         text-indent : 1em;
673 }
674
675 .suggestion {
676         background-color : #EEEEEB;
677         border : 1px solid #DDDED3;
678         margin : 10px auto;
679         padding : 4px;
680         width : 35%;
681 }
682
683 #facets ul {
684         margin : 0;
685         padding : 0;
686 }
687
688 #facets ul li {
689         font-weight : bold;
690         text-align : left;
691         list-style : none;
692 }
693
694 #facets ul ul li {
695         border : 0;
696         font-size : 85%;
697         font-weight : normal;
698         padding : 2px;
699         text-align : left;
700 }
701
702 #facets ul ul li a {
703         font-weight : normal;
704         text-decoration : underline;
705 }
706
707 #facets h4 {
708         font-size : 93%;
709         padding:3px;
710         text-align:center;
711         background-color:#E7E7CA;
712         line-height:1.8em;
713         margin-left:-1px;
714         margin-right:-1px;
715         margin-top:-1px;
716 }
717
718 #breadcrumbs {
719         padding : .7em;
720 }
721
722 p {
723         margin: .7em 0;
724 }
725
726 strong {
727         font-weight : bold;
728 }
729
730 em {
731         font-style : italic;
732 }
733
734 #catalogue_detail_biblio p span.label {  
735         font-weight : bold;
736 }
737
738 #catalogue_detail_biblio p, #catalogue_detail_biblio ul {  
739         padding-bottom: .6em;
740 }
741
742 #basketcount {
743         display : inline;
744 }
745
746 #bookcover {
747         float : left;
748         margin : 0;
749         padding : 0;
750 }
751
752 #bookcover img {
753         margin : 0 1em 1em 0;   
754 }
755
756 fieldset.brief {
757         border : 1px solid #E8E8E8;
758 }
759
760 fieldset.brief legend {
761         font-weight : bold;
762         font-size : 100%;
763 }
764
765 fieldset.brief label {
766         display : block;
767         padding : .3em 0;
768 }
769
770 fieldset.brief input+input {
771         margin-top : 3px;
772 }
773
774 fieldset.brief input, fieldset.brief textarea, fieldset.brief select {  
775         background-color: #F3F3F3;
776         border-top : 1px solid #979797;
777         border-left : 1px solid #979797;
778         border-right : 1px solid #DDDDDD;
779         border-bottom : 1px solid #DDDDDD;
780         font-size : 140%;
781         padding : .2em;
782         font-weight: normal;
783 }
784
785 fieldset.brief textarea {
786         font-size: 105%;
787 }
788
789 fieldset.brief input:focus {
790         background-color: #FFFFCC;
791 }
792
793 fieldset.brief ol, fieldset.brief li {
794         list-style-type : none;
795 }
796
797 fieldset.brief div.hint, fieldset.rows div.hint {
798         color : #666666;
799         font-size : 100%;
800         margin : .4em;
801 }
802
803 h2 span.hint {
804         font-size: 76%;
805         font-weight : normal;
806 }
807 .thumbnail {
808         border : 0;
809         float : left;
810         margin : 0pt 5px 5px 0pt;
811 }
812 a.cancel {
813         padding-left : 1em;
814 }
815
816 .resultscontrol, .resultscontrol select {
817         font-size: 90%;
818 }
819
820 .cartlist {
821         margin-top : 5px;
822 }
823
824 .cartlist input.submit, #tagsel_button {
825         background-color : #d8deb8;
826         background-image : none;
827         border-color : #bebf84;
828         color : #333;
829         font-size : 87%;
830         padding : 2px 0;
831         margin : 0 0 0 0;
832 }
833
834 #CheckAll, #CheckNone {
835         font-weight : normal;
836         margin : 0 .5em;
837 }
838
839 .resultscontrol label {
840         font-weight : bold;
841         margin-left : .5em;
842 }
843
844 .resort {
845         float : right;
846         margin-top : 5px;
847 }
848
849 .searchresults p.details {
850         color : #979797;
851 }
852
853 .searchresults p {
854         margin: 0;
855         padding: 0;
856         padding-top : .6em;
857 }
858
859 td.resultscontrol img {
860         vertical-align: middle;
861 }
862
863 .searchresults table td {
864 }
865
866 .searchresults table {
867         margin : 0;
868 }
869
870 .searchresults td, .searchresults th, .searchresults table {
871         border: 0;
872 }
873 .searchresults td {
874         vertical-align: top;
875 }
876
877 .searchresults tr {
878         border-bottom : 1px solid #f3f3f3;
879 }
880
881 .searchresults tr:first-child {
882         border : 0;
883 }
884
885 .searchresults table {
886         border-top : 0px solid #CCCCCC;
887         width : 100%;
888 }
889
890 .searchresults a.reserve, .searchresults a.reserve:visited {
891         background-position:left top;
892         background-repeat:no-repeat;
893         float:right;
894         padding:2px 3px 2px 26px;
895 }
896
897 .searchresults a.reserve {
898         background-color:transparent;
899         color:#006699;
900 }
901
902 .unavailable, .tagerror, .tagerror:visited {
903         color: #990033;
904 }
905
906 #libraryname {
907         float : left;
908         line-height : 2em;
909 }
910
911 #corner {
912         float : right;
913         line-height : 2em;
914 }
915
916 .pages {
917         line-height : 1.8em;
918         text-align: center;
919 }
920 a:link.current {
921         background-color: transparent;
922         color: #3366CC;
923         font-weight: bold;
924         padding: 1px 5px 1px 5px;
925         text-decoration: none;
926 }
927 a:visited.current {
928         background-color: transparent;
929         color: #3366CC;
930         font-weight: bold;
931         padding: 1px 5px 1px 5px;
932         text-decoration: none;
933 }
934
935 a:hover.current {
936         background-color: #CCFF00;
937         color: #CC3333;
938         font-weight: bold;
939         padding: 1px 5px 1px 5px;
940         text-decoration: none;
941 }
942
943 a:active.current {
944         background-color: #99CC00;
945         color: #FFFF99;
946         font-weight: bold;
947         padding: 1px 5px 1px 5px;
948         text-decoration: none;
949 }
950
951 .current {
952         background-color: #FFFFFF;
953         color: #3366CC;
954         font-weight: bold;
955         padding: 1px 5px 1px 5px;
956         text-decoration: none;
957 }
958
959 a:link.nav {
960         background-color: #EEE;
961         border: 1px solid #CCCC99;
962         color: #3366CC;
963         font-weight: bold;
964         padding: 1px 5px 1px 5px;
965         text-decoration: none;
966 }
967
968 a:visited.nav {
969         background-color: #EEE;
970         border: 1px solid #CCCC99;
971         color: #3366CC;
972         font-weight: bold;
973         padding: 1px 5px 1px 5px;
974         text-decoration: none;
975 }
976
977 a:hover.nav {
978         background-color: #FFFFCC;
979         border: 1px solid #CCCC99;
980         color: #CC3333;
981         font-weight: bold;
982         padding: 1px 5px 1px 5px;
983         text-decoration: none;
984 }
985
986 a:active.nav {
987         background-color: #FFFFCC;
988         border: 1px solid #CCCC99;
989         color: #D25500;
990         font-weight: bold;
991         padding: 1px 5px 1px 5px;
992         text-decoration: none;
993 }
994
995 /* Tabs */
996 ul.link-tabs {
997         list-style-type: none;
998         margin: 9px 0 -2px 5px;
999         padding: 0;
1000 }
1001
1002 ul.link-tabs li {
1003         display: inline;
1004         padding: 0px;
1005 }
1006
1007 ul.link-tabs li a {
1008         font-weight: bold;
1009         padding: 2px 4px 2px 4px;
1010         text-decoration: none;
1011         border-top: 1px solid #DDDDDD;
1012         border-left : 1px solid #DDDDDD;
1013         border-right : 1px solid #666666;
1014 }
1015
1016 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {
1017         padding: 2px 4px 3px 4px;
1018 }
1019
1020 ul.link-tabs li.off a {
1021         background-color: #EEEEEB;
1022         border-bottom: 1px solid #DDDDDD;
1023 }
1024
1025 ul.link-tabs li.off a:hover {
1026         padding: 2px 3px 2px 4px;
1027         background-color: #FFFFEC;
1028         border-top: 1px solid #BEBF84;
1029         border-left : 1px solid #BEBF84;
1030         border-right : 2px solid #333333;
1031 }
1032
1033 ul.link-tabs li.on a {
1034         background-color: #FFFFFF;
1035         border-bottom: 1px solid #FFFFFF;
1036 }
1037
1038 ul.link-tabs li a.debit {
1039         background-color : #FFFF99;
1040         color : #990033;
1041 }
1042
1043 div.tab-container {
1044         border : 1px solid #DDDDDD;     
1045         margin-top : 4px;
1046         padding : .7em;
1047         width : 90%;
1048 }
1049
1050 #catalogue_detail_biblio table, #catalogue_detail_biblio td, #catalogue_detail_biblio th {
1051         background-color : transparent;
1052         border : 0;
1053 }
1054
1055 tr.overdue td {
1056         background-color : #ffcccc;
1057         border-bottom : 1px solid #ffaeae;
1058         border-right : 1px solid #ffaeae;
1059         font-weight : bold;
1060 }
1061
1062 td.overdue {
1063         color : #cc3333;
1064 }
1065
1066 .renewals {
1067         display:block;
1068         font-size:0.8em;
1069         padding:0.5em;
1070 }
1071
1072 table#marc, table#marc td, table#marc th {
1073         border : 0;
1074 }
1075
1076 table#marc th {
1077         background-color : transparent;
1078         text-align : left;
1079 }
1080
1081 table#marc td:first-child {
1082         text-indent : 2em;
1083 }
1084 #masthead {
1085 float: left;
1086 width: 120px;
1087 }
1088
1089 #fluid {
1090 margin-left: 124px;
1091 margin-top : .4em;
1092 padding-left : 1em;
1093 }
1094
1095 #fluid-offset {
1096 float : right;
1097 width: 100%;
1098 }
1099
1100 #translControl{
1101 float : left;
1102 padding-left : .4em;
1103 }
1104
1105 .clearfix:after {
1106     content: "."; 
1107     display: block; 
1108     height: 0; 
1109     clear: both; 
1110     visibility: hidden;
1111 }
1112
1113 /* Hides from IE-mac \*/
1114 * html .clearfix {height: 1%;}
1115 /* End hide from IE-mac */
1116
1117 .results_summary {
1118         display: block;
1119         font-size : 85%;
1120         color: #707070;
1121         padding : 0 0 .5em 0;
1122 }
1123
1124 .searchresults .tagstatus {
1125         display: block;
1126         color: #707070;
1127 }
1128
1129 #login4tags {
1130         margin-top : .3em;
1131 }
1132
1133 .results_summary .label {
1134         color: #202020;
1135 }
1136
1137 .results_summary a {
1138         font-weight: normal;
1139 }
1140
1141 .actions a {
1142         margin-left : 1em;
1143         text-decoration : none;
1144 }
1145
1146 .actions a.hold {
1147         background : url("../../images/placehold-small.gif") center left no-repeat;
1148         padding-left : 16px;
1149 }
1150
1151 .actions a.addtocart {
1152         background : url("../../images/cart-small.gif") center left no-repeat;
1153         padding-left : 13px;
1154         display : none;
1155 }
1156
1157 .actions a.addtoshelf {
1158         background : url("../../images/addtolist-small.gif") center left no-repeat;
1159         padding-left : 13px;
1160 }
1161
1162 #catalogue_detail_biblio div.results_summary {
1163         clear :  left;
1164 }
1165 #catalogue_detail_biblio div.results_summary ul {
1166         display : inline;
1167         float :  none;
1168         clear :  none;
1169         margin: 0;
1170         padding: 0;
1171         list-style : none;
1172 }
1173
1174 #catalogue_detail_biblio div.results_summary ul li {
1175         display : inline;
1176 }
1177
1178 .dialog {
1179   border: 1px solid #bcbcbc;
1180         padding : .5em;
1181         margin : 1em auto;
1182   width: 65%;
1183   }
1184   
1185 .dialog  h2, .dialog h3, .dialog h4 {
1186         margin : auto;
1187         text-align : center;
1188   }
1189  
1190 div.alert {
1191   background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;
1192   text-align : center;
1193 }
1194
1195 div.alert strong {
1196         color : #900;
1197 }
1198
1199 div.message {
1200         background : white url("../../images/message-bg.gif") repeat-x left 0;
1201    border : 1px solid #bcbcbc;
1202         width : 55%;
1203 }
1204
1205 #moresearches {
1206         clear : left;
1207         color : #000099;
1208         font-size : 90%;
1209         line-height : 110%;
1210         margin : .6em 0 .3em 0;
1211 }
1212
1213 #moresearches a:link, #moresearches a:visited {
1214         color : #e5ebff;
1215         font-weight : normal;
1216         text-decoration : none;
1217 }
1218
1219 #news th {
1220         text-align : left;
1221         padding : 3px 5px;
1222 }
1223
1224 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1225         color : #000;
1226         font-weight : normal;
1227 }
1228  #opac-main-search #listsmenu h4 {
1229         font-size : 90%;
1230         font-weight : bold;
1231         margin : 0 .2em; 
1232  }
1233  
1234 #opac-main-search #listsmenu .yuimenuitemlabel {
1235         cursor : pointer;
1236 }
1237
1238 #opac-main-search #listsmenu .bd {
1239         background-color : #f3f3f3;
1240         border : 1px solid #739acf;
1241         background-image : url("../../images/listmenu-container-bg.gif");
1242         background-position : top right;
1243         background-repeat : repeat-y;
1244         padding : .3em 1em 0 0;
1245 }
1246
1247 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1248         background-color : #fff;
1249 }
1250
1251 #opac-main-search #listsmenu ul {
1252         border-color : #b8d0e6;
1253 }
1254
1255 .selectcol {
1256         vertical-align: top;
1257         width: 10px;
1258 }
1259 .itypecol {
1260         vertical-align: top;
1261         width: 10px;
1262 }
1263 #container {
1264         color : #000;
1265 }
1266
1267 div#changelanguage{
1268         background-color: #fff;
1269         border-top: 1px solid #CCC;
1270         color : #666;
1271         font-size : 85%;
1272         padding : 1em;
1273  }
1274  
1275 div#changelanguage a {
1276         font-weight : normal;
1277         padding : .5em;
1278
1279                 
1280 div#changelanguage a.more {
1281         background-image:url(../../images/more-up-arrow.gif);
1282         background-position:right center;
1283         background-repeat:no-repeat;
1284         padding-right:13px;
1285 }
1286  
1287 div#changelanguage li.yuimenuitem {
1288         font-size : 120%;
1289         font-weight : normal;
1290         margin : 0;
1291         padding : 0 1em;
1292 }
1293
1294 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
1295         padding : 0;
1296 }
1297
1298 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {
1299         background-color : #FFF;
1300         border: 1px solid #739acf;
1301         color : black;
1302         display : none;
1303         margin : 0;
1304         padding : 10px;
1305         text-align : center;
1306         width : 180px;
1307 }
1308
1309 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
1310         background-color : transparent;
1311         border : 0;
1312         padding : inherit;
1313 }
1314
1315 #login #userid, #login #password {
1316         width : 98%;    
1317 }
1318
1319 #opac-main-search input.submit {
1320         background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;
1321         background-color : #b8d0e6;
1322         border-top: 1px solid #cccccc;
1323         border-left: 1px solid #cccccc;
1324         border-right: 1px solid #eeeeee;
1325         border-bottom: 1px solid #eeeeee;
1326         color : #333;
1327         font-weight : normal;
1328         font-size : 80%;
1329         padding : 2px;
1330 }
1331
1332 div#menu {
1333         border-right : 1px solid #979797;
1334         font-size : 94%;
1335         margin-right : .5em;
1336         padding-top : 1em;
1337         padding-bottom : 2em;
1338 }
1339
1340 div#menu li a {
1341         text-decoration : none;
1342         display : block;
1343         background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;
1344         border : 1px solid #979797;
1345         font-size : 111%;
1346         margin : .5em 0;
1347         padding : .4em .3em;
1348         margin-right : -1px;
1349 }
1350
1351 div#menu li a:hover {
1352         background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;
1353 }
1354
1355 div#menu li.active a:hover {
1356         background-color : #fff;
1357         color : #0000CC;
1358 }
1359
1360 #menu ul li {
1361         list-style-type : none;
1362 }
1363
1364 #menu ul li.active a {
1365         background-color : #FFF;
1366         background-image : none;
1367         border-right : 0;
1368         font-weight : bold;
1369 }
1370
1371 .left {
1372         float : left;
1373 }
1374
1375 .right {
1376         float : right;
1377 }
1378
1379 #searchsubmit {
1380         cursor : default;
1381         font-size : 87%;
1382         font-weight :  normal;
1383         margin-top : 0;
1384         margin-left :  .2em;
1385         padding: 2px 2px 1px 2px;
1386 }
1387
1388 #export,#further,#similars, .detailtagcell {
1389         margin-top : .5em;
1390         background-color : #F3F3F3;
1391         border : 1px solid #E8E8E8;
1392         font-size : 76%;
1393         padding : 3px;
1394         text-align : center;
1395 }
1396
1397 #export label, .detailtagcell label {
1398         display : block;
1399         font-weight : bold;
1400         font-size : 110%;
1401         margin-bottom : 2px;
1402 }
1403
1404 #export input, .detailtagcell input {
1405         padding : 2px;
1406 }
1407
1408 #further {
1409         text-align : left;
1410         font-size : 95%;
1411         padding : 3px 3px .5em 1em;
1412 }
1413
1414 #further ul li {
1415         list-style-image : url("../../images/further-bullet.gif");
1416 }
1417
1418 #similars {
1419         background-color : #FFF;
1420     text-align : center;
1421     font-size : 95%;
1422     padding : 0 3px 3px 3px;
1423 }
1424
1425 #similars ul {
1426         margin : 0;
1427         padding : 0;
1428 }
1429
1430 #similars li {
1431         list-style : none;
1432         margin : 0;
1433         padding : 0;
1434 }
1435
1436 #similars li a {
1437         display : block;
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         margin:0pt 0.5em;
1758         padding-left : 15px;
1759         text-decoration : none;
1760 }
1761 input.deleteshelf {
1762         background : transparent url("../../images/shelf-delete.gif") center left no-repeat;
1763         border : 0;
1764         color : #006699;
1765         cursor : pointer;
1766         font-size : 100%;
1767         margin:0pt 0.5em;
1768         padding-left : 13px;
1769 }
1770
1771 input.editshelf:active,input.deleteshelf:active {
1772         border : 0;
1773 }
1774
1775 #comments .commentline {
1776         border-bottom : 2px solid #eeeeeb;
1777         margin : 0 -.5em 0 -.5em;
1778         padding : 0 .5em .5em .5em;
1779 }
1780 #comments .yours {
1781         background-color : #effed5;
1782 }
1783 #comments #addcomment {
1784         margin : 0 -1em -1em -1em;
1785         padding : .3em 1em;
1786 }
1787 input.tagbutton {
1788         padding : 1px !important;
1789 }
1790 table#items th {
1791         padding : 2px;
1792 }
1793 #action {
1794         margin-top: 0;
1795 }
1796 .results_summary img {
1797         margin : 0 5px;
1798 }
1799 span.no-image {
1800         background-color : #FFF;
1801         border: 1px solid #979797;
1802         color : #AAA;
1803         display:block;
1804         font-size : 86%;
1805         font-weight : bold;
1806         text-align : center;
1807         width : 75px;
1808 }
1809 #bookcover span.no-image {
1810         margin-right : 10px;
1811         margin-bottom : 10px;
1812 }
1813 #shelfbrowser a:link span.no-image,
1814 #shelfbrowser a:visited span.no-image,
1815 #shelfbrowser a:hover span.no-image,
1816 #shelfbrowser a:active span.no-image {
1817         font-size : 95%;
1818 }
1819 #shelfbrowser a:link span.no-image,
1820 #shelfbrowser a:visited span.no-image,
1821 #shelfbrowser a:hover span.no-image,
1822 #shelfbrowser a:active span.no-image,
1823 td.jacketcell a:link,
1824 td.jacketcell a:visited,
1825 td.jacketcell a:hover,
1826 td.jacketcell a:active,
1827 a.p1:link,
1828 a.p1:visited,
1829 a.p1:hover,
1830 a.p1:active {
1831         color : #AAA;
1832         text-decoration : none;
1833         font-weight : bold;
1834 }
1835
1836 .copies_row > td:first-child {
1837     border-left-style : none;
1838 }