Bug 7943: Authority search results are untranslatable
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("../lib/yui/reset-fonts-grids.css");
2 @import url("../lib/yui/skin.css");
3
4 input:focus, textarea:focus {
5     border-color:#538200;
6     border-style:solid;
7     border-radius: 4px;
8 }
9
10 ::selection      { background:#538200; color:#ffffff; /* Safari and Opera */ }
11 ::-moz-selection  { background:#538200; color:#ffffff; /* Firefox */ }
12
13 a, a:link, a:visited {
14     color : #004d99;
15     text-decoration: none;
16 }
17
18 a:hover, a:active {
19     color : #538200;
20     text-decoration: none;
21 }
22
23 .yui-button {
24     border-radius: 5px;
25 }
26
27 .yui-button .first-child {
28     border-radius: 5px;
29 }
30
31 .yui-button,.yui-button a:link,.yui-button a:visited {
32         color : #000;
33 }
34
35 a.yuimenuitemlabel {
36         color: #000000;
37 }
38
39
40 a.overdue,
41 .overdue,
42 .debit {
43         color : #cc0000;
44 }
45
46 a.popup {
47         background : transparent url("../../img/pop-up-link.png") center right no-repeat;
48         padding-right : 15px;
49 }
50
51 body {
52         text-align : left;
53         padding:0 0 2.5em 0;
54   font-family: arial, verdana, helvetica, sans-serif;
55 }
56
57 br.clear {
58         clear : both;
59         line-height : 1px;
60 }
61
62 form {
63         display : inline;
64 }
65
66 form.confirm {
67         display : block;
68         text-align : center;
69 }
70
71 h1 {
72         font-size : 161.6%;
73         font-weight : bold;
74 }
75
76 h2 {
77         font-size : 146.5%;
78         font-weight : bold;
79 }
80
81 h3 {
82         font-size : 131%;
83         font-weight : bold;
84 }
85
86 h4 {
87         font-size : 116%;       
88         font-weight : bold;
89 }
90
91 h5 {
92         font-size : 100%;       
93         font-weight : bold;
94 }
95
96 h6 {
97         font-size : 93%;
98         font-weight : bold;
99 }
100
101 h1,h2,h3,h4,h5,h6 {
102         margin : .3em 0;
103 }
104
105 p {
106         margin: .5em 0 .5em 0;
107 }
108
109 strong {
110         font-weight : bold;
111 }
112
113 strong em {
114         font-weight : bold;
115         font-style : italic;
116 }
117
118 em, cite {
119         font-style : italic;
120 }
121
122 em strong {
123         font-weight : bold;
124         font-style : italic;
125 }
126
127 .subfield-label {
128     font-style : italic;
129 }
130
131 #navigation {
132         border-right : 1px solid #BCBCBC;
133 }
134
135 #navigation li {
136         font-weight : bold;
137 }
138
139 #navigation li li {
140         font-weight : normal;
141 }
142
143 #navigation input {
144         font-size : 85%;
145 }
146
147 #navmenulist li {
148         padding : .2em 0;
149         list-style-image : url("../../img/arrow-bullet.gif");
150         border-bottom : 1px solid #EEE;
151 }
152
153 #navmenulist li a {
154         text-decoration : none;
155 }
156
157 #doc, #doc1, #doc2, #doc3 {
158         padding-top : 1em;
159 }
160
161 #login   {
162         position : absolute;
163         right : .5em;
164 }
165
166 ul {
167         padding-left : 1.1em;
168 }
169
170 ul li {
171         list-style-type : disc;
172 }
173
174 ul li li {
175         list-style-type : circle;
176 }
177
178 ol {
179         padding-left : 1.5em;
180 }
181
182 ol li {
183         list-style : decimal;
184 }
185
186 #header {
187     background-color : #e6f0f2;
188     line-height : 2em;
189 }
190
191 #header a.toplinks {
192     #color: #ffffff;
193     font-weight: bold;
194 }
195
196 .gradient {
197     background-image: linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
198     background-image: -o-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
199     background-image: -moz-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
200     background-image: -webkit-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
201     background-image: -ms-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
202
203     background-image: -webkit-gradient(
204         linear,
205         left top,
206         left bottom,
207         color-stop(0.1, rgb(230, 240, 242)),
208         color-stop(0.99, rgb(255,255,255))
209     );
210     display: inline-block;
211     width:100%;
212 }
213
214 .clearfix:after {
215     content: ".";
216     display: block;
217     height: 0;
218     clear: both;
219     visibility: hidden;
220 }
221
222 .clearfix {
223     display: inline-block;
224 }
225
226 /* Hides from IE-mac \*/
227 * html .clearfix {height: 1%;}
228 .clearfix {display: block;}
229 /* End hide from IE-mac */
230
231 #sitetitle {
232 /*      background-image : url("../../img/koha-logo-black.png");
233         background-position : 5px 2px;
234         background-repeat : no-repeat;
235         float : left;
236         height : 54px;
237         padding-left : 50px;*/
238         border-bottom : 1px solid #E8E8E8;
239 }
240
241 #sitetitle h1 {
242         display : inline;
243         line-height : 54px;
244 }
245
246 #sitetitle h1 a {
247         text-decoration : none;
248 }
249
250 #submenu {
251         margin : 0 0 .5em 0;
252         padding : 0;
253 }
254
255 #submenu ul {
256         margin : 0;
257         padding : 0;    
258 }
259
260 #submenu ul li {
261         padding-left : 0;
262 }
263
264 table {
265         border-collapse : collapse;
266         border-top : 1px solid #BCBCBC;
267         border-right : 1px solid #BCBCBC;
268 }
269
270 table.invis,
271 table.invis tr,
272 table.invis td,
273 tr.highlight table.invis td {
274         border : none;
275 }
276
277 td, th {
278         border-bottom : 1px solid #BCBCBC;
279         border-left : 1px solid #BCBCBC;
280         padding : .2em .3em;
281 }
282
283 td {
284         background-color : White;
285         vertical-align : top;
286 }
287
288 td.borderless {
289     border-collapse : separate;
290     border : 0 none;
291 }
292
293 td.data,
294 th.data {
295         font-family : "Courier New", Courier, monospace;
296         text-align : right;
297 }
298
299 th {
300         background-color : #E8E8E8;
301         font-weight : bold;
302         text-align : center;
303 }
304
305 table+table {
306         margin-top : 1em;
307 }
308
309 #editions table, #editions td {
310         border : 0;
311 }
312
313
314 tr.highlight td, tr.highlight th, tr.odd td {
315         background-color : #F3F3F3;
316         border : 1px solid #DDDDDD;
317         border-right : 1px solid #DDDDDD;
318 }
319
320 tr.even td, tr.even.highlight td {
321         background-color: #FFF;
322         border-right : 1px solid #DDDDDD;
323 }
324
325 td.od {
326         color : #cc0000;
327         font-weight : bold;
328 }
329
330 tr.warn td {
331         background-color: #FF9090;
332 }
333
334 tr.onissue td {
335         background-color: #FFFFCC;
336 }
337
338 tr.odd.onissue td {
339         background-color: #FFFFE1;
340 }
341
342 tfoot td {
343         background-color : #f3f3f3;
344         font-weight : bold;
345 }
346
347 td.total {
348         text-align : right;
349 }
350
351 caption {
352         font-size : 133.9%;
353         font-weight : bold;
354         margin : .3em 0;
355 }
356
357 span.problem {
358         background-color : #FFFFCC;
359         color : #990000;
360         font-weight : bold;
361         line-height : 1.7em;
362 }
363
364 fieldset {
365         margin : 1em 1em 1em 0;
366         padding : 1em;
367     background-color:#f4f8f9;
368     border:2px solid #b9d8d9;
369     border-radius:5px;
370 }
371
372 legend {
373         font-size : 123.1%;
374         font-weight : bold;
375     border:2px solid #b9d8d9;
376     background-color:#ffffff;
377     border-radius:3px;
378     text-align:right;
379     padding: 0.2em 0.5em;
380 }
381
382 #breadcrumbs {
383     background-color : #e6f0f2;
384     clear : both;
385     font-size : 90%;
386     padding :.2em .5em .4em 10px;
387     margin : 0;
388 }
389
390 #header+#breadcrumbs {
391         margin-top : 1em;
392 }
393
394 #commonsearch {
395         display : inline;
396 }
397
398 div.justify {
399     text-align: justify;
400 }
401
402 div#header_search {
403         background-position : .5em .5em;
404         background-repeat : no-repeat;
405         float: left;
406         margin: .3em 0 .5em 0;
407 }
408
409 div#header_search input {
410         font-size : 1.3em;
411 }
412
413 div#header_search ul.link-tabs {
414         font-family : Arial, Geneva, sans-serif;
415         margin-bottom : -4px;
416 }
417
418 div#header_search ul.link-tabs li.on a,
419 div#header_search ul.link-tabs li a,
420 div#header_search ul.link-tabs li.off a {
421         padding : 0.1em .5em .2em .5em;
422 }
423
424 div#header_search div.residentsearch {
425         border : 0;
426     border-bottom : 1px solid #85ca11;
427         padding : 0 0 .2em 0;
428 }
429
430 div#reserves,div#checkouts {
431         border : 1px solid #B9D8D9;
432         padding : 1em;
433 }
434
435 .tip {
436         font-size: 93%;
437         color : Gray;
438 }
439
440 .single-line {
441         white-space: nowrap;
442 }
443
444 .ex {
445         font-family : "Courier New", Courier, fixed-width;
446         font-weight : bold;
447 }
448
449
450 div.yui-b h5 {
451         font-size : 100%;
452         margin : .5em 0;
453 }
454
455 dt {
456         font-weight : bold;
457 }
458
459 dd {
460         padding : .2em;
461         font-size : 90%;
462         text-indent : 2.5em;
463         font-weight : normal;
464 }
465
466 div#toolbar {
467        background-color : #EDF4F6;
468         margin-bottom : .7em;
469      padding: 5px 5px 5px 5px;
470       border-radius: 5px 5px 0 0;
471     border: 1px solid #E6F0F2;
472 }
473
474 div#toolbar .yui-menu-button button,
475 div#toolbar .yui-button-button button {
476         line-height : 1.7em;
477 }
478
479 ul.toolbar {
480         padding-left : 0;
481 }
482
483 ul.toolbar button {
484         padding-bottom : 2px;
485         font-family: arial, verdana, helvetica, sans-serif;
486 }
487
488 a.yuimenuitemlabel-disabled, #disabled a {
489         color: #999;
490 }
491 a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
492         color : #999;
493 }
494 a.highlight_toggle {
495     display : none;
496 }
497
498 ul.toolbar li {
499         display : inline;
500         list-style : none;
501 }
502
503 div.patroninfo {
504         margin-top : -.5em;
505 }
506
507 *html div.patroninfo {
508         margin-right : .5em;
509 }
510
511 div.patroninfo h5 {
512     border-right:1px solid #b9d8d9;
513         margin-bottom : 0;
514         padding-left : -.5em;
515         padding-top : .3em;
516         padding-bottom : .5em;
517 }
518
519 div.patroninfo ul {
520         border : 0;
521     border-right:1px solid #b9d8d9;
522         border-bottom : 0;
523         border-top : 0;
524         padding : 0;
525         margin : 0;
526 }
527
528 div.patroninfo ul li {
529         margin : 0;
530 }
531
532 div.patroninfo ul li, div.patronviews ul li {
533         list-style-type : none;
534 }
535
536 div.patronviews {
537         border-right :  1px solid #000;
538         border-top : 1px solid #000;
539         margin-bottom : .5em;
540         padding : .5em 0 .5em 0;
541 }
542
543 .column-tool {
544         font-size: 80%;
545 }
546
547 fieldset.brief {
548     border : 2px solid #B9D8D9;
549 }
550
551 fieldset.brief label,
552 fieldset.brief span.label {
553         display : block;
554         font-weight : bold;
555         padding : .3em 0;
556 }
557
558 fieldset.brief ol, fieldset.brief li {
559         list-style-type : none;
560 }
561
562 .hint {
563         color : #999999;
564         font-size : 95%;
565 }
566
567 fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
568         font-size : 95%;
569         margin-bottom : .4em;
570 }
571
572 div.yui-b fieldset.brief {
573         padding : .4em .7em;
574 }
575
576 div.yui-b fieldset.brief ol {
577         font-size : 85%;
578         margin : 0;
579         padding : 0;
580 }
581
582 div.yui-b fieldset.brief select {
583         width: 12em;
584 }
585 div.yui-b fieldset.brief li.radio {
586         padding : .7em 0;
587 }
588 div.yui-b fieldset.brief li.radio label,
589 div.yui-b fieldset.brief li.dateinsert label,
590 div.yui-b fieldset.brief li.dateinsert span.label,
591 div.yui-b fieldset.brief li.radio span.label {
592         display : inline;
593 }
594
595 div.yui-b fieldset.brief li.radio input {
596         padding:0.3em 0;
597 }
598
599 div.yui-b fieldset.brief fieldset {
600         margin : 0 .3em;
601         padding : .5em;
602 }
603
604 div.yui-b fieldset.brief fieldset legend {
605         font-size : 85%;
606 }
607
608 fieldset.rows {  
609 border-width : 1px;
610 border:2px solid #b9d8d9;
611 float : left;
612 font-size : 90%;
613 clear : left;
614 margin: .9em 0 0 0;  
615 padding: 0;
616 width: 100%; 
617 }
618
619 fieldset.rows legend {  
620         margin-left: 1em;
621         font-weight: bold;
622         font-size : 110%;
623 }
624
625 fieldset.rows label, fieldset.rows span.label {  
626         float: left;  
627         font-weight : bold;
628         width: 6em;  
629         margin-right: 1em;  
630         text-align: right;
631 }
632
633 fieldset.rows fieldset {
634         border-width : 1px;
635         margin : 0 0 .5em 0;
636         padding : .3em;
637 }
638
639 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
640         width: 9em;  
641 }
642
643 .yui-b fieldset.rows div.hint {
644         margin-left : 10.5em;
645 }
646
647 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
648         width: 10em;  
649 }
650
651 .yui-u fieldset.rows div.hint {
652         margin-left : 7.5em;
653 }
654
655 fieldset.rows.left label, fieldset.rows.left span.label {
656         width : 8em;
657         text-align : left;      
658 }
659
660 fieldset.rows ol {  
661 padding: 1em 1em 0 1em;  
662 list-style-type: none;
663 }
664
665 fieldset.rows li {  
666 float : left;
667 clear : left;
668 padding-bottom: 1em;
669 list-style-type: none;
670 width: 100%; 
671 }
672
673 fieldset.rows.left li {
674         padding-bottom : .4em;
675 }
676
677 fieldset.rows li.radio {
678         padding-left: 9em;
679         width : auto;
680 }
681
682 fieldset.rows li.radio label {
683         float : none;
684         width : auto;
685         margin : 0 0 0 1em;
686 }
687
688 fieldset.rows ol.radio label {
689         width : auto;
690         float : none;
691         margin-right : 0;
692 }
693
694 fieldset.rows ol.radio label.radio {
695         float : left;
696         width : 12em;
697         margin-right : 1em;
698 }
699
700 fieldset.rows caption {
701     font-size : 120%;
702 }
703
704 fieldset.rows p {
705     margin : 1em 0 1em 1em;
706 }
707
708 fieldset.rows table {
709         font-size : 105%;
710         clear : both;
711         margin : 1em 0 1em 1em;
712 }
713
714 fieldset.rows td label {
715         float : none;
716         font-weight : normal;
717         width : auto;
718 }
719
720 fieldset.rows label.yesno {
721         float : none;
722         width : auto;
723 }
724
725 fieldset.action, div.action {
726         clear : both;
727         float : none;
728     border : 0px;
729   margin: 0;
730      padding: .4em .4em .4em .1em;
731   width: auto;
732 }
733
734 div.rows {
735 float : left;
736 clear : left;
737 margin: 0 0 0 0;  
738 padding: 0;
739 width: 100%; 
740 }
741
742
743 div.rows span.label {  
744         float: left;  
745         font-weight : bold;
746         width: 9em;  
747         margin-right: 1em;  
748         text-align: left;
749 }
750
751 div.rows ol {  
752 padding: .5em 1em 0 0;  
753 list-style-type: none;
754 }
755
756 div.rows ol li li {
757         border-bottom: 0;
758 }
759
760 div.rows li {
761 border-bottom :  1px solid #EEE;
762 float : left;
763 clear : left;
764 padding-bottom: .2em;
765 padding-top: .1em;
766 list-style-type: none;
767 width: 100%; 
768 }
769
770 a.cancel {
771         padding-left : 1em;
772 }
773
774 fieldset.rows fieldset.action {
775         padding : 1em;
776 }
777
778 fieldset.rows label.inline {
779         display : inline;
780         float : none;
781         margin-left : 1em;
782         width : auto;
783 }
784
785 fieldset.rows .inputnote {
786         clear : left;
787         float : left;
788         margin : .5em 0 0 11em;
789 }
790
791 .checkedout {
792         color : #999999;
793         font-style : italic;
794 }
795
796 .subfield_not_filled {
797         background-color : #FFFF99;
798 }
799 .content_hidden {
800     visibility:hidden; /* you propably don't need to change this one */
801     display:none;
802 }
803
804 /* the property for the displayed tab */
805 .content_visible {
806     visibility:visible; /* you propably don't need to change this one */
807     display:block;
808 }
809 #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
810         padding-left : 34px;
811         background-image: url("../../img/toolbar-new.gif");
812         background-position : center left;
813         background-repeat : no-repeat;
814 }
815
816 #changepassword a {
817         padding-left : 34px;
818         background-image: url("../../img/toolbar-password.gif");
819         background-position : center left;
820         background-repeat : no-repeat;
821 }
822
823 #manageorders a {
824         padding-left : 34px;
825         background-image: url("../../img/toolbar-orders.gif");
826         background-position : center left;
827         background-repeat : no-repeat;
828 }
829
830
831 #savemenuc .first-child, #addbiblio .first-child {
832         padding-left : 34px;
833         background-image: url("../../img/toolbar-save.gif");
834         background-position : center left;
835         background-repeat : no-repeat;
836 }
837
838 #editpatron a,
839 #editreport a,
840 #editmenuc .first-child,
841 #editshelf a,
842 #edit a,
843 #editsupplier a,
844 #managelabel a,
845 #managetemplate a,
846 #managelabelbatch a,
847 #manageprofile a,
848 #periods_menuc .first-child {
849         padding-left : 34px;
850         background-image: url("../../img/toolbar-edit.gif");
851         background-position : center left;
852         background-repeat : no-repeat;
853 }
854
855 #duplicate a {
856         padding-left : 34px;
857         background-image: url("../../img/toolbar-duplicate.gif");
858         background-position : center left;
859         background-repeat : no-repeat;
860 }
861
862 #receive a {
863         padding-left : 34px;
864         background-image: url("../../img/toolbar-receive.gif");
865         background-position : center left;
866         background-repeat : no-repeat;
867 }
868
869 #renew a {
870         padding-left : 34px;
871         background-image: url("../../img/toolbar-renew.gif");
872         background-position : center left;
873         background-repeat : no-repeat;
874 }
875
876 #deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
877         padding-left : 34px;
878         background-image: url("../../img/toolbar-delete.gif");
879         background-position : center left;
880         background-repeat : no-repeat;
881 }
882
883 #z3950search .first-child {
884         padding-left : 34px;
885         background-image: url("../../img/toolbar-search.gif");
886         background-position : center left;
887         background-repeat : no-repeat;
888 }
889 #z3950searcht table {
890         /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
891         padding: 20px;
892         border: none;
893 }
894 #printbiblio button, #printbiblio a, #printmenuc .first-child {
895         padding-left : 34px;
896         background-image: url("../../img/toolbar-print.gif");
897         background-position : center left;
898         background-repeat : no-repeat;
899 }
900
901 #addtoshelf button, #addtoshelf a {
902         padding-left : 34px;
903         background-image: url("../../img/toolbar-add-to-shelf.gif");
904         background-position : center left;
905         background-repeat : no-repeat;
906 }
907
908 #placehold a,
909 #placehold button,
910 #holdfor .first-child {
911         padding-left : 34px;
912         background-image: url("../../img/toolbar-hold.gif");
913         background-position : center left;
914         background-repeat : no-repeat;
915 }
916
917 #placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
918
919 #holdfor .first-child { padding-left : 17px; }
920
921 #editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
922         padding-left : 15px;
923 }
924
925 .error,
926 .error a,
927 .error a:link,
928 .error a:visited {
929        color: #cc0000;
930 }
931
932 div.error {
933         border : 2px dashed #990000;
934         background-color : #FFFF99;
935         padding : .5em;
936         margin : 1em;
937 }
938
939 input.alert {
940         background-color : #FFFF99;
941         border-color: #900;
942 }
943
944 ol.bibliodetails {
945         float: left;
946         margin : 0 0 1em 1em;
947 }
948
949 ol.bibliodetails li {
950         border-bottom: 1px solid #E8E8E8;
951         list-style-type : none;
952         padding : .1em;
953 }
954
955 ol.bibliodetails span.label {
956         border-right : 1px solid #E8E8E8;
957         float : left;
958         font-weight: bold;
959         width: 12em;  
960         margin-right: 1em;  
961 }
962
963 div.listgroup {
964         clear :  left;
965 }
966
967 div.listgroup h4 {
968         font-style: italic;
969 }
970
971 div.listgroup h4 a {
972         font-size :  80%;
973 }
974
975 div.listgroup input {
976         font-size: 80%;
977 }
978
979 div.sysprefs h3 {
980         margin : .2em 0 .2em .4em;
981 }
982
983 div.sysprefs dl {
984         margin-left : 1.5em;
985 }
986
987 div.sysprefs div.hint {
988         width : 25%;
989         float : right;
990         padding : .5em;
991         margin : .7em;
992 }
993
994 tr.highlight td {
995         background-color : #F6F6F6;
996         border-color : #BCBCBC;
997 }
998
999 tr.highlight th[scope=row] {
1000         background-color : #DDDDDD;
1001         border-color : #BCBCBC;
1002 }
1003
1004 tr.confirm td, tr.highlight.confirm td {
1005         background-color : #ffbfbf;
1006 }
1007
1008 #circ_circulation_issue label {
1009         font-size: 105%;
1010         font-weight : bold;
1011 }
1012
1013 #circ_circulation_issue div.hint {
1014         color : #666666;
1015         margin: .2em 0;
1016 }
1017
1018 #circ_circulation_issue .date-select {
1019         font-size : 85%;
1020         padding-top : .3em;
1021 }
1022
1023 #circ_circulation_issue .date-select label {
1024         font-size : inherit;
1025         font-weight: normal;
1026 }
1027
1028 #circ_circulation_issue .date-select input {
1029         padding : 1px;
1030 }
1031
1032 tr.expired td {
1033         color : #999999;
1034 }
1035
1036 span.expired {
1037         color : #990000;
1038         font-style : italic;
1039 }
1040
1041 div.help {
1042         margin: .9em 0 0 0;  
1043 }
1044
1045 .blocker {
1046         color : #990000;
1047 }
1048
1049 .circmessage li {
1050         list-style : url(../../img/arrow-bullet.gif);
1051         margin-bottom : .2em;
1052 }
1053
1054 div.circmessage:first-child {
1055         margin-top : 1em;
1056 }
1057
1058 div.circmessage {
1059         padding: 0 .4em .4em .4em;
1060         margin-bottom : .3em;
1061 }
1062
1063 span.circ-hlt {
1064         color : #cc0000;
1065         font-weight : bold;
1066 }
1067
1068 div.first fieldset {
1069         margin-right : 0;
1070 }
1071
1072 #circ_needsconfirmation {
1073         margin : auto;
1074 }
1075
1076 .dialog {
1077         -moz-border-radius : 2px;
1078         border-radius : 2px;
1079         padding : .5em;
1080         margin : 1em auto;
1081         text-align : center;
1082         width: 65%;
1083 }
1084
1085 .dialog table {
1086         margin : .5em auto;
1087 }
1088
1089 .dialog table th {
1090         text-align : right;
1091 }
1092
1093 .dialog table td {
1094         text-align : left;
1095 }
1096   
1097 .dialog  h2, .dialog h3, .dialog h4 {
1098         margin : auto;
1099         text-align : center;
1100   }
1101   
1102 .dialog input {
1103         background-color : #FFF;
1104         border : 1px solid #bcbcbc;
1105         margin : .4em;
1106         padding : .4em .4em .4em 25px;
1107  }
1108
1109  .dialog input[type="submit"] {
1110         background : #FFF none;
1111  }
1112  
1113 .dialog input.approve, td input.approve {
1114         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1115         padding : .4em .4em .4em 25px;  
1116  }
1117  
1118 td input.approve {
1119         background-color : #FFC;
1120 }
1121
1122 .dialog input.deny {
1123         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1124         padding : .4em .4em .4em 25px;
1125  }
1126
1127 .dialog input.save {
1128         background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1129         color:black;
1130         padding: .4em .4em .4em 34px;
1131 }
1132
1133 .dialog input.edit {
1134         background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1135         color:black;
1136         max-width : 13em;
1137         padding: .4em .4em .4em 34px;
1138         white-space: normal;
1139 }
1140
1141 .dialog input.new {
1142         background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1143         color:black;
1144         max-width : 13em;
1145         padding: .4em .4em .4em 34px;
1146         white-space: normal;
1147 }
1148
1149 .dialog input.print {
1150         background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1151         padding : .4em .4em .4em 25px;  
1152 }
1153
1154 .dialog input:hover {
1155         background-color : #ffc;
1156  }
1157
1158 div.dialog {
1159         border: 1px solid #bcbcbc;
1160 }
1161
1162 div.alert {
1163         background: #fef8d3; /* Old browsers */
1164         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1165         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1166         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1167         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1168         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1169         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1170         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1171           text-align : center;
1172         border: 1px solid #E0C726;
1173 }
1174
1175 div.alert strong {
1176         color : #900;
1177 }
1178
1179 div.dialog {
1180   background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
1181   text-align : center;
1182 }
1183
1184 .dialog li {
1185  list-style-position:inside;
1186 }
1187
1188 a.document {
1189         background-position : left middle;
1190         background-repeat : no-repeat;
1191         padding-left : 20px;
1192 }
1193
1194 a.pdf {
1195         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1196 }
1197
1198 a.csv {
1199         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1200 }
1201
1202 a.xml {
1203         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1204 }
1205
1206 div.message {
1207         background: #ffffff; /* Old browsers */
1208         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1209         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1210         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1211         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1212         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1213         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1214         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1215         border : 1px solid #bcbcbc;
1216         text-align: center;
1217         width : 55%;
1218 }
1219
1220 div.message ul,
1221 div.message h5 {
1222         padding-left : 25%;
1223         text-align : left;
1224 }
1225
1226 div.message ul+h4 {
1227         margin-top : .7em;
1228 }
1229
1230 div.note {
1231         background: #f4f6fa;
1232         background-repeat : no-repeat;
1233         background-position : left center;
1234         background-image : url("../../img/note.png");
1235         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1236         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1237         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1238         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1239         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1240         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1241         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1242         border : 1px solid #BCBCBC;
1243         padding : .5em .5em .5em 20px;
1244         margin : .5em 0;
1245 }
1246  
1247  div.results {
1248         padding : .7em 0;
1249  }
1250  
1251  .accesskey {
1252         text-decoration : underline;
1253  }
1254  
1255 .required {
1256     color : #C00;
1257 }
1258
1259 span.required {
1260         font-style : italic;
1261         margin-left : .5em;
1262 }
1263
1264 .term {
1265     background-color: #FFC;
1266          color : #990000;
1267 }
1268
1269 a .term {
1270          text-decoration : underline;
1271 }
1272
1273 /* style for shelving location in catalogsearch */
1274 .shelvingloc {
1275     display : block;
1276     font-style : italic;
1277 }
1278
1279 a:hover .term {
1280         color : #FF9090;
1281 }
1282
1283 div#menu {
1284     border-right:1px solid #b9d8d9;
1285         margin-right: .5em;
1286         padding-top: 1em;
1287         padding-bottom: 2em;
1288 }
1289
1290 *html #menu li {
1291         display : inline;
1292 }
1293
1294 div#menu li a {
1295         text-decoration: none;
1296         display: block;
1297
1298               background: #e8f0f6; /* Old browsers */
1299         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1300     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1301     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1302      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1303    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1304         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1305        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1306         -moz-border-top-left-radius: 5px;
1307         border-top-left-radius: 5px;
1308         -moz-border-bottom-left-radius: 5px;
1309         border-bottom-left-radius: 5px;
1310     border:1px solid #b9d8d9;
1311         font-size: 111%;
1312         margin: .5em 0;
1313         padding: .4em .3em;
1314         margin-right :  -1px;
1315 }
1316
1317 div#menu li a:hover {
1318
1319
1320      background: #fff; /* Old browsers */
1321    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1322   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1323   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1324      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1325    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1326         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1327        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1328     border-left: 1px solid #85CA11;
1329     border-top: 1px solid #85CA11;
1330     border-bottom: 1px solid #85CA11;
1331 }
1332
1333 div#menu li.active a:hover {
1334         background-color: #fff;
1335     color :  #538200;
1336 }
1337
1338 #menu ul li {
1339         list-style-type: none;
1340 }
1341
1342 #menu ul li.active a {
1343         background-color: #FFF;
1344         background-image : none;
1345         font-weight: bold;
1346     color:#000000;
1347     border-left: 1px solid #85CA11;
1348     border-top: 1px solid #85CA11;
1349     border-bottom: 1px solid #85CA11;
1350     border-right: 0;
1351 }
1352
1353 ul.error {
1354         background : #ffffcc;
1355         border : 1px solid #ff9090;
1356         margin : .5em;
1357         padding : .5em .5em .5em 1.5em;
1358         width : 75%
1359 }
1360
1361 h1#logo {
1362         border:0pt none;
1363         float:left !important;
1364         margin:0;
1365         padding:0;
1366         width:180px;
1367 }
1368 h1#logo {
1369         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1370         margin:0.75em .3em 0.75em .7em;
1371 }
1372
1373 *html h1#logo {
1374         margin : 0.75em .3em 0.75em .3em;
1375 }
1376
1377 h1#logo a {
1378         border:0;
1379         cursor:pointer;
1380         display:block;
1381         height:0px !important;
1382         margin:0;
1383         overflow:hidden;
1384         padding:44px 0 0;
1385         text-decoration:none;
1386         width:180px;
1387 }
1388
1389 #closewindow {
1390         margin-top : 2em;
1391         text-align : center;
1392 }
1393
1394 #closewindow a {
1395         font-weight : bold;     
1396 }
1397
1398 .patroninfo+#menu {
1399         margin-right : 0;
1400 }
1401
1402 .barcode {
1403         font-size :  200%;
1404 }
1405
1406 li.email a {
1407         display:block;
1408         overflow:hidden;
1409         width:13em;
1410 }
1411 li.email {
1412         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1413         font-size :  87%;
1414         overflow:hidden;
1415         padding :0 10px 0 0;
1416         width:13em;
1417 }
1418
1419 .empty {
1420         color : #CCC;
1421 }
1422
1423 .address {
1424         font-size: 110%;
1425 }
1426
1427 .clearfix:after {
1428     content: "."; 
1429     display: block; 
1430     height: 0; 
1431     clear: both; 
1432     visibility: hidden;
1433 }
1434
1435 /* Hides from IE-mac \*/
1436 * html .clearfix {height: 1%;}
1437 /* End hide from IE-mac */
1438
1439 .title {
1440         font-weight : bold;
1441         font-size : 105%;
1442 }
1443
1444 .hold {
1445         float : right;
1446         font-size: 90%;
1447         margin: 0;
1448 }
1449
1450 .thumbnail {
1451         display : block;
1452         margin : auto;
1453 }
1454
1455 #searchresults ul li {
1456         font-size : 90%;
1457         list-style : url(../../img/item-bullet.gif);
1458         padding : .2em 0;
1459         clear : left;
1460 }
1461
1462 #searchresults span.status {
1463         clear : left;
1464         color : #900;
1465         display : block;
1466 }
1467
1468 #searchresults span.unavailable {
1469         clear : left;
1470         display : block;
1471 }
1472
1473 #searchresults .availability strong {
1474         display : block;
1475 }
1476
1477 #searchresults ul li img {
1478         float : left;
1479         margin : 3px 5px 3px -5px;
1480 }
1481
1482 #searchresults table td {
1483         vertical-align : top;
1484 }
1485
1486 #searchheader {
1487      background-color : #E6F0F2;
1488         font-size : 80%;
1489         margin : 0 0 .5em -1px;
1490  padding : .1em 0 .4em 1em;
1491      border-radius : 5px 5px 0 0;
1492    border : 1px solid #B9D8D9;
1493 }
1494
1495 /* Hack just for Firefox */
1496 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1497         padding-bottom : 3px;
1498 }
1499
1500 #searchheader form {
1501         float : right;
1502   padding : 5px 5px 3px 0;
1503 }
1504
1505 #searchheader form.fz3950 {
1506         float : right;
1507         font-size : 125%;
1508         padding : 0 0 0 5em;
1509 }
1510
1511 #searchheader form.fz3950bigrpad {
1512         float : right;
1513         font-size : 125%;
1514         padding : 5px 25em 0 0;
1515 }
1516
1517 #searchheader .yui-button button,
1518 #searchheader .yui-button a {
1519         line-height : 1.5em;
1520 }
1521
1522 #search-facets ul {
1523         margin : 0;
1524         padding : .3em;
1525 }
1526
1527 #search-facets {
1528     border : 1px solid #B9D8D9;
1529     border-radius: 5px 5px 0 0;
1530 }
1531
1532 #search-facets h4 {
1533      background-color : #E6F0F2;
1534     border-bottom : 1px solid #B9D8D9;
1535      border-radius: 5px 5px 0 0;
1536         font-size : 90%;
1537         margin : 0;
1538         padding : .4em .2em;
1539         text-align : center;
1540 }
1541
1542 #search-facets ul li {
1543         font-weight : bold;
1544         list-style-type : none;
1545 }
1546
1547 #search-facets li li {
1548         font-weight : normal;
1549         font-size : 85%;
1550         margin-bottom : 2px;
1551         padding : .1em .2em;
1552 }
1553
1554 #search-facets li.showmore {
1555         font-weight : bold;
1556         text-indent : 1em;
1557 }
1558
1559 div.pages {
1560         margin : .5em 0;
1561 }
1562
1563 div.pages a {
1564         font-weight: bold;
1565         padding: 1px 5px 1px 5px;
1566         text-decoration: none;
1567 }
1568
1569 div.pages a:link,
1570 div.pages a:visited {
1571         background-color : #eeeeee;
1572         color : #3366CC;
1573 }
1574
1575 div.pages a:hover {
1576         background-color : #FFC;
1577 }
1578
1579 div.pages a:active {
1580         background-color : #ffc;
1581 }
1582
1583 div.pages .current,
1584 div.pages .currentPage {
1585         background-color : #e6fcb7;
1586         color : #666;
1587         font-weight: bold;
1588         padding: 1px 5px 1px 5px;
1589 }
1590
1591 div.pages .inactive {
1592         background-color : #f3f3f3;
1593         color : #BCBCBC;
1594         font-weight: bold;
1595         padding: 1px 5px 1px 5px;
1596 }
1597
1598 div.browse {
1599         margin : .5em 0;
1600 }
1601
1602 div#bookcoverimg {
1603         text-align : center;
1604 }
1605
1606 div#header_search input.submit {
1607         font-size : 1em;
1608 }
1609
1610 *html input.submit {
1611         padding : .1em;
1612 }
1613
1614 input[type=submit]:active, input[type=button]:active, button.submit:active {
1615         border : 1px inset #999999;
1616 }
1617
1618 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1619         border: 1px outset #999999;
1620         border-top-color: #666;
1621         border-left-color: #666;
1622         -moz-border-radius : 2px;
1623         padding: 0.25em;
1624         background: #ffffff; /* Old browsers */
1625         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1626         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1627         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1628         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1629         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1630         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1631         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1632         color: #333333;
1633 }
1634
1635 input[type=submit]:disabled,
1636 input[type=reset]:disabled,
1637 input[type=button]:disabled,
1638 input.submit:disabled,
1639 button.submit:disabled {
1640     color : #999;
1641     border : 1px solid #C0C0C0;
1642     background : #EEE none;
1643 }
1644
1645 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1646         border : 1px inset #999999;
1647 }
1648
1649 ul li input.submit {
1650         font-size : 87%;
1651         padding : 2px;
1652 }
1653
1654 input.warning {
1655     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1656         padding : 0.25em 0.25em 0.25em 25px;
1657 }
1658
1659 .searchhighlightblob {
1660     font-size:75%;
1661         font-style : italic;
1662 }
1663
1664 a.yuimenuitemlabel:hover {
1665         background-color : #B3D4FF;
1666         color : #000;
1667 }
1668                 
1669 #displayexample {
1670         padding: 5px; 
1671         margin-bottom: 10px;
1672         background-color: #CCCCCC;
1673 }
1674
1675 #irregularity_summary {
1676         vertical-align : top;
1677 }
1678
1679 #toplevelnav {
1680         float : left;
1681         margin-left : .5em;
1682      width: 40%;
1683 }
1684
1685 ul#toplevelmenu {
1686         padding : 0;
1687 }
1688
1689 ul#toplevelmenu li {
1690         display: inline;
1691         padding : 0 .6em;
1692 }
1693                 
1694 ul#toplevelmenu li.more a {
1695         background-image:url(../../img/more-arrow.gif);
1696         background-position:right center;
1697         background-repeat:no-repeat;
1698         padding-right:13px;
1699 }
1700                 
1701 ul#toplevelmenu li.more ul li a {
1702         background-image : none;
1703         padding-right : 20px;
1704 }
1705
1706 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1707         padding: .2em 20px .2em 20px;
1708 }
1709                 
1710 ul#menu li a, ul#toplevelmenu li a {
1711         text-decoration : none;
1712 }
1713 ul#menu li ul li, ul#toplevelmenu li ul li {
1714         display :block;
1715         padding :0;
1716 }
1717 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1718         text-decoration : none;
1719 }
1720
1721 ul#i18nMenu {
1722         margin : 0;
1723         padding : .2em 0;
1724  }
1725  
1726 ul#i18nMenu li {
1727         border-left : 1px solid #CCC;
1728         display : inline;
1729         float: left;
1730         list-style : none;
1731         padding : 0 10px;
1732 }
1733
1734 ul#i18nMenu li.yuimenuitem {
1735         float: none;
1736 }
1737
1738 ul#i18nMenu li:first-child {
1739         border-left : 0;
1740  }
1741  
1742 ul#i18nMenu li ul li {
1743         border : 0;
1744         display : block;
1745         padding : 0;
1746  }
1747  
1748 ul#i18nMenu li.more a {
1749         background-image:url(../../img/more-up-arrow.gif);
1750         background-position:right center;
1751         background-repeat:no-repeat;
1752         padding-right:13px;
1753 }
1754                 
1755 ul#i18nMenu li.more ul li a {
1756         background-image : none;
1757         padding-right : 20px;
1758 }
1759
1760 div.lang {
1761         float:left;
1762 }
1763  
1764  div#changelanguage{
1765         background-color: #fff;
1766         border-top: 1px solid #CCC;
1767   position:absolute;
1768   bottom:0;
1769   left:0;
1770   width:100%;
1771   height: 2em;
1772  }
1773  
1774  @media screen{
1775   body>div#changelanguage {
1776    position: fixed;
1777   }
1778  }
1779  
1780  * html body{
1781   overflow:hidden;
1782  } 
1783  
1784  * html div#doc1{
1785   height:100%;
1786   overflow:auto;
1787  }
1788   
1789  * html div#doc2{
1790   height:100%;
1791   overflow:auto;
1792  }
1793   
1794  * html div#doc3{
1795   height:100%;
1796   overflow:auto;
1797  }
1798
1799 #CheckAll, #CheckNone, #CheckPending {
1800         font-weight : normal;
1801         margin : 0 .5em 0 0;
1802 }
1803 .lost,.dmg,.wdn {
1804         display : block;
1805         color : #990000;
1806 }
1807 .datedue {
1808         display : block;
1809         color : #999;
1810         font-style : italic;
1811 }
1812 /* Tablesorter */
1813 .header {
1814         background-image:url("../../img/ascdesc.gif");
1815         background-position:right center;
1816         background-repeat:no-repeat;
1817         cursor:pointer;
1818         padding : .2em 23px;
1819 }
1820 .headerSortUp {
1821         background-image:url("../../img/asc.gif");
1822 }
1823 .headerSortDown {
1824         background-image:url("../../img/desc.gif");
1825 }
1826
1827 tr.reserved td {
1828         background-color : #eeffd4;
1829 }
1830 tr.transfered td {
1831         background-color : #e8f0f6;
1832 }
1833 .waitinghere,
1834 .credit {
1835         color : #669900;
1836 }
1837
1838 /* Permissions Labels */
1839 label.permissioncode:before {
1840         content: "(";
1841 }
1842 label.permissioncode:after {
1843         content: ")";
1844 }
1845 label.permissioncode {
1846         font-style : italic;
1847 }
1848 span.permissiondesc {
1849         font-weight : normal;
1850 }
1851 #mainuserblock {
1852         border : 1px solid #E8E8E8;
1853         margin-top : .5em;
1854         padding : .5em;
1855 }
1856
1857 /* borrower autocomplete */
1858 #borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1859 .autocomplete .yui-ac-highlight ,
1860 .autocomplete .yui-ac-highlight .sample-result,
1861 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1862 .autocomplete .sample-result { color: black; }
1863 .autocomplete .sample-query { color:#000; }
1864 #findborrower { position:static; width:auto; }
1865 #yborrowercontainer { text-align:left;width:335px; }
1866
1867 /* patron attribues autocomplete for overdues report (pattrodue) */
1868 .pattrodue-autocomplete .pattrodue-result { color: black; }
1869 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1870 .pattrodue-input { position:static; width:auto; }
1871 .pattrodue-container { text-align:left; width:400px; }
1872
1873 .labeledmarc-table {
1874         border: 0;
1875 }
1876
1877 .labeledmarc-label {
1878         border: 0;
1879         padding: 5;
1880         font-size: 11pt;
1881     color: #000000;
1882     font-style: italic;
1883 }
1884
1885 .labeledmarc-value {
1886         border: 0;
1887         padding: 5;
1888         font-size: 10pt;
1889         color: black;
1890 }
1891
1892 .hintsClass {
1893     font-family: tahoma, verdana, arial;
1894     font-size: 12px;
1895     background-color: #f0f0f0;
1896     color: #000000;
1897     border: 1px solid #808080;
1898     padding: 5px;
1899 }
1900 .hintSource {
1901     color: green;
1902     text-decoration: underline;
1903     cursor: pointer;
1904 }
1905
1906 #cartDetails {
1907         background-color : #FFF;
1908         border: 1px solid #739acf;
1909          -moz-box-shadow: 1px 1px 3px 0 #666;
1910          -webkit-box-shadow: 1px 1px 3px 0 #666;
1911          box-shadow: 1px 1px 3px 0 #666;
1912         color : black;
1913         display : none;
1914         margin : 0;
1915         padding : 10px;
1916         text-align : center;
1917         width : 180px;
1918         z-index : 50;
1919 }
1920 #cartmenulink {
1921         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1922         padding-left : 15px;
1923 }
1924 #cartmenulink span#basketcount span {
1925         display : inline;
1926         font-size : 90%;
1927         font-weight : normal;
1928         padding : 0;
1929 }
1930 #moremenu {
1931         display : none;
1932 }
1933
1934 .results_summary {
1935   display: block;
1936   font-size : 85%; 
1937   color: #707070;
1938   padding : 0 0 .5em 0;
1939 }
1940 .results_summary .label {
1941   color: #202020;
1942 }
1943 .results_summary a {
1944   font-weight: normal;
1945 }
1946
1947 img.spinner {
1948     vertical-align: middle;
1949     padding-right: 0.3em;
1950 }
1951 ul.budget_hierarchy {
1952     margin-left: 0px;
1953     padding-left: 0px;
1954 }
1955 ul.budget_hierarchy li {
1956     display: inline;
1957 }
1958 ul.budget_hierarchy li:after {
1959     content: " -> ";
1960 }
1961 ul.budget_hierarchy li:last-child:after {
1962     content: "";
1963 }
1964 ul.budget_hierarchy li:first-child:after {
1965     content: "";
1966 }
1967 .holdcount { font-size : 105%; line-height : 200%; }
1968 .holdcount a {
1969         border : 1px solid #a4bedd;
1970         background-color : #e4ecf5;
1971         font-weight : bold;
1972         -moz-border-radius: 4px;
1973         border-radius: 4px;
1974         padding : .1em .4em;
1975         text-decoration : none;
1976 }
1977 .holdcount a:hover { background-color : #ebeff7; }
1978 .container {
1979         border : 1px solid #EEE;
1980         padding : 1em;
1981         margin : 1em 0;
1982 }
1983 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1984
1985 .import_export{
1986     position:relative;
1987 }
1988 .import_export .import_export_options{
1989     background: white;
1990     border: 1px solid #CDCDCD;
1991     left: 60px;
1992     padding: 10px;
1993     position: absolute;
1994     top: 0;
1995     z-index: 1;
1996     width: 300px;
1997 }
1998 .import_export_options li{
1999     display: block;
2000     list-style: none;
2001     padding-top: 10px;
2002 }
2003 .import_export_options .import_export_close {
2004     cursor: pointer;
2005     text-decoration: underline;
2006 }
2007 .import_export_options .export_ok {
2008     padding: 10;
2009     background: #E3E3E3 none;
2010     cursor: pointer;
2011     margin-left: 20px;
2012     border: none;
2013 }
2014 .import_export_options .import_ok {
2015     padding: 10;
2016     background: #E3E3E3 none;
2017     cursor: pointer;
2018     margin-left: 20px;
2019     border: none;
2020 }
2021 .form_import .input_import {
2022     border: 1px solid #bcbcbc;
2023 }
2024 .import_export_options .importing {
2025     padding: inherit;
2026     background: none;
2027 }
2028 .li_close_import_export {
2029     text-align: right;
2030 }
2031
2032 .importing {
2033     position: relative;
2034 }
2035
2036 .importing .importing_msg {
2037     padding-left: 10px;
2038     padding-bottom: 10px;
2039 }
2040
2041 .m880 {
2042     display:block; 
2043     text-align:right; 
2044     float:right; 
2045     width:50%; 
2046     padding-left:20px
2047 }
2048
2049 .advsearch {
2050     margin: 0;
2051 }
2052
2053 .advsearch fieldset {
2054     border : 1px solid #EEE;
2055     -moz-border-radius : 3px;
2056     border-radius : 3px;
2057 }
2058
2059 .advsearch fieldset.action {
2060     border : 0;
2061 }
2062
2063 .advsearch fieldset fieldset {
2064     border : 1px solid #EEE;
2065     margin : 0;
2066     padding : .3em .5em;
2067     -moz-border-radius : 0;
2068     border-radius : 0;
2069 }
2070 .advsearch fieldset fieldset+fieldset {
2071     border-top : 0;
2072 }
2073 .advsearch table {
2074     border-spacing : 5px;
2075     border-collapse : separate;
2076     border-width : 0;
2077 }
2078 .advsearch td {
2079     border : 1px solid #EEE;
2080     padding : 0.3em 0.4em;
2081 }
2082 #circ_circulation_issue {
2083     position: relative;
2084     }
2085
2086 #clearscreen {
2087     position: absolute;
2088     top:0;
2089     right:0;
2090     }
2091
2092 #clearscreen a {
2093     display:block;
2094     -moz-border-radius: 0 0 0 5px;
2095     border-radius: 0 0 0 5px;
2096     padding : 0 .7em .2em .7em;
2097     background-color : #EEE;
2098     color : #CCC;
2099     text-shadow: 0px -1px 0px #666;
2100     text-decoration: none;
2101     font-size: 160%;
2102     font-weight : bold
2103     }
2104 #clearscreen a:hover {
2105     color : #cc0000;
2106     }
2107
2108 div.pager {
2109         background-color : #E8E8E8;
2110         border : 1px solid #BCBCBC;
2111         -moz-border-radius : 5px;
2112         display : inline-block;
2113         font-size : 85%;
2114         padding : .3em .5em .3em .5em;
2115         margin : .4em 0;
2116 }
2117 div.pager img {+/* jQuery UI Autocomplete */
2118 +ul.ui-autocomplete li { list-style-type: none; font-size : inherit; }
2119 +ul.ui-autocomplete { -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3); box-shadow: 2px 2px 2px rgba(0,0,0,.3); }
2120 +input.ui-autocomplete-input.active { background: transparent url("../../img/loading-small.gif") right center no-repeat; }
2121
2122         vertical-align : middle;
2123 }
2124 div.pager img.last {
2125         padding-right: 5px;
2126 }
2127 div.pager input.pagedisplay {
2128         border : 0;
2129         background-color : transparent;
2130         font-weight: bold;
2131         text-align : center;
2132 }
2133 a.localimage img {
2134         border : 1px solid #0000CC;
2135         margin : 0 .5em;
2136         padding : .3em;
2137 }
2138 div.pager p {
2139         margin: 0;
2140 }
2141
2142 div#acqui_order_supplierlist > div.supplier {
2143     border: 1px solid #EEEEEE;
2144     margin: 0.5em;
2145     padding: 1em;
2146 }
2147
2148 div#acqui_order_supplierlist > div.supplier > span.suppliername {
2149     display: inline;
2150     font-size: 1.7em;
2151     margin-bottom: 0.5em;
2152 }
2153
2154 div#acqui_order_supplierlist > div.supplier > span.action {
2155     margin-left: 5em;
2156 }
2157
2158 div#acqui_order_supplierlist > div.supplier > div.baskets {
2159     margin-top: 0.5em;
2160 }
2161
2162 /* jQuery UI Autocomplete */
2163 ul.ui-autocomplete li {
2164     list-style-type: none;
2165     font-size : inherit;
2166 }
2167
2168 ul.ui-autocomplete {
2169     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2170     -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2171     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2172 }
2173
2174 .ui-autocomplete.ui-widget-content {
2175     background-image : none;
2176 }
2177
2178 .ui-autocomplete.ui-widget-content .ui-state-hover {
2179     border: 1px solid #B9D8D9;
2180     background: #E6F0F2 none;
2181     font-weight: normal;
2182     color: #212121;
2183 }
2184
2185 .ui-autocomplete-loading {
2186     background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2187 }
2188
2189 /* jQuery UI standard tabs */
2190 .ui-tabs-nav .ui-tabs-selected a,
2191 .ui-tabs-nav a:hover,
2192 .ui-tabs-nav a:focus,
2193 .ui-tabs-nav a:active,
2194 .ui-tabs-nav span.a {
2195     background: none repeat scroll 0 0 transparent;
2196     outline: 0 none;
2197 }
2198
2199 .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
2200     background-color : #FFF;
2201     border : 1px solid #B9D8D9;
2202 }
2203
2204 .ui-widget,
2205 .ui-widget input,
2206 .ui-widget select,
2207 .ui-widget textarea,
2208 .ui-widget button {
2209     font-family : inherit;
2210     font-size : inherit;
2211 }
2212 ul.ui-tabs-nav li {
2213     list-style : none;
2214 }
2215 .ui-tabs.ui-widget-content {
2216     background : transparent none;
2217     border : 0;
2218 }
2219
2220 .ui-tabs .ui-tabs-panel {
2221     border : 1px solid #B9D8D9;
2222 }
2223 .ui-tabs-nav.ui-widget-header {
2224     border : 0;
2225     background : none;
2226 }
2227 .ui-tabs .ui-tabs-nav li {
2228     background: #E6F0F2 none;
2229     border: 1px solid #B9D8D9;
2230     margin-right : .4em;
2231 }
2232 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
2233     color : #000;
2234     font-weight : bold;
2235 }
2236
2237 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2238     background : #EDF4F5 none;
2239 }
2240
2241 .ui-tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
2242     background : #FFF none;
2243 }
2244
2245 .ui-tabs .ui-state-default a,
2246 .ui-tabs .ui-state-default a:link,
2247 .ui-tabs .ui-state-default a:visited {
2248     color: #004D99;
2249 }
2250
2251 .ui-tabs .ui-state-hover a,
2252 .ui-tabs .ui-state-hover a:link,
2253 .ui-tabs .ui-state-hover a:visited {
2254     color: #538200;
2255 }
2256
2257 .statictabs ul {
2258     background: none repeat scroll 0 0 transparent;
2259     border: 0 none;
2260     margin: 0;
2261     padding: 0.2em 0.2em 0;
2262     border-bottom-right-radius: 4px;
2263     border-bottom-left-radius: 4px;
2264     border-top-right-radius: 4px;
2265     border-top-left-radius: 4px;
2266     color: #222222;
2267     font-weight: bold;
2268     font-size: 100%;
2269     line-height: 1.3;
2270     list-style: none outside none;
2271     outline: 0 none;
2272     text-decoration: none;
2273 }
2274
2275 .statictabs ul:after {
2276     clear: both;
2277 }
2278
2279 .statictabs ul:before,
2280 .statictabs ul:after {
2281     content: "";
2282     display: table;
2283 }
2284
2285 .statictabs ul li {
2286     background: none repeat scroll 0 0 #E6F0F2;
2287     border: 1px solid #B9D8D9;
2288     border-bottom: 0 none !important;
2289     border-top-right-radius: 4px;
2290     border-top-left-radius: 4px;
2291     float: left;
2292     list-style: none outside none;
2293     margin-bottom: 0;
2294     margin-right: 0.4em;
2295     padding: 0;
2296     position: relative;
2297     white-space: nowrap;
2298     top: 1px;
2299     color: #555555;
2300     font-weight: normal;
2301
2302 }
2303
2304 .statictabs ul li.active {
2305     background-color: #FFFFFF;
2306     color: #212121;
2307     font-weight: normal;
2308     padding-bottom: 1px;
2309 }
2310
2311 .statictabs ul li a {
2312     color: #004D99;
2313     cursor: pointer;
2314     float: left;
2315     padding: 0.5em 1em;
2316     text-decoration: none;
2317 }
2318
2319 .statictabs ul li a:hover {
2320     background-color : #EDF4F5;
2321     border-top-right-radius: 4px;
2322     border-top-left-radius: 4px;
2323     color : #538200;
2324 }
2325
2326 .statictabs ul li.active a {
2327     color: #000000;
2328     font-weight: bold;
2329     cursor: text;
2330     background: none repeat scroll 0 0 transparent;
2331     outline: 0 none;
2332 }
2333
2334 .statictabs .tabs-container {
2335     border: 1px solid #B9D8D9;
2336     background: none repeat scroll 0 0 transparent;
2337     display: block;
2338     padding: 1em 1.4em;
2339     border-bottom-right-radius: 4px;
2340     border-bottom-left-radius: 4px;
2341     color: #222222;
2342 }
2343
2344 /* jQuery UI header search box tabs */
2345 #header_search ul.ui-tabs-nav {
2346     padding-top : 0;
2347     margin-left: 1em;
2348 }
2349 #header_search ul.ui-tabs-nav li.ui-state-default {
2350     border: 0 !important;
2351     background : transparent none; top: 0;
2352 }
2353 #header_search ul.ui-tabs-nav li.ui-state-default a {
2354     padding : .3em .6em;
2355 }
2356 #header_search ul.ui-tabs-nav li.ui-tabs-selected {
2357     background-color : #FFFFF1;
2358     border: 1px solid #85CA11 !important;
2359     border-top: 0 !important; top: -1px;
2360 }
2361 #header_search ul.ui-tabs-nav li.ui-tabs-selected a {
2362     text-decoration: none;
2363 }
2364 #header_search .ui-corner-top {
2365      border-radius: 0 0 4px 4px;
2366 }
2367
2368
2369 .authref {
2370     text-indent: 2em;
2371 }
2372
2373 .authref .label {
2374     font-style: italic;
2375 }