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