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