Bug 8870 UNIMARC authorities search doesn't display information properly
[koha-equinox.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: #FFF;
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         clear : both;
715         float : none;
716     border : 0px;
717   margin: 0;
718      padding: .4em .4em .4em .1em;
719   width: auto;
720 }
721
722 div.rows+div.rows {
723     margin-top : .6em;
724 }
725
726 div.rows {
727 float : left;
728 clear : left;
729 margin: 0 0 0 0;  
730 padding: 0;
731 width: 100%; 
732 }
733
734
735 div.rows span.label {  
736         float: left;  
737         font-weight : bold;
738         width: 9em;  
739         margin-right: 1em;  
740         text-align: left;
741 }
742
743 div.rows ol {  
744 padding: .5em 1em 0 0;  
745 list-style-type: none;
746 }
747
748 div.rows ol li li {
749         border-bottom: 0;
750 }
751
752 div.rows li {
753 border-bottom :  1px solid #EEE;
754 float : left;
755 clear : left;
756 padding-bottom: .2em;
757 padding-top: .1em;
758 list-style-type: none;
759 width: 100%; 
760 }
761
762 a.cancel {
763         padding-left : 1em;
764 }
765
766 fieldset.rows fieldset.action {
767         padding : 1em;
768 }
769
770 fieldset.rows label.inline {
771         display : inline;
772         float : none;
773         margin-left : 1em;
774         width : auto;
775 }
776
777 fieldset.rows .inputnote {
778         clear : left;
779         float : left;
780         margin : .5em 0 0 11em;
781 }
782
783 .checkedout {
784         color : #999999;
785         font-style : italic;
786 }
787
788 .subfield_not_filled {
789         background-color : #FFFF99;
790 }
791 .content_hidden {
792     visibility:hidden; /* you propably don't need to change this one */
793     display:none;
794 }
795
796 /* the property for the displayed tab */
797 .content_visible {
798     visibility:visible; /* you propably don't need to change this one */
799     display:block;
800 }
801 #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 {
802         padding-left : 34px;
803         background-image: url("../../img/toolbar-new.gif");
804         background-position : center left;
805         background-repeat : no-repeat;
806 }
807
808 #changepassword a {
809         padding-left : 34px;
810         background-image: url("../../img/toolbar-password.gif");
811         background-position : center left;
812         background-repeat : no-repeat;
813 }
814
815 #manageorders a {
816         padding-left : 34px;
817         background-image: url("../../img/toolbar-orders.gif");
818         background-position : center left;
819         background-repeat : no-repeat;
820 }
821
822
823 #savemenuc .first-child, #addbiblio .first-child {
824         padding-left : 34px;
825         background-image: url("../../img/toolbar-save.gif");
826         background-position : center left;
827         background-repeat : no-repeat;
828 }
829
830 #editpatron a,
831 #editreport a,
832 #editmenuc .first-child,
833 #editshelf a,
834 #edit a,
835 #editsupplier a,
836 #managelabel a,
837 #managetemplate a,
838 #managelabelbatch a,
839 #manageprofile a,
840 #periods_menuc .first-child {
841         padding-left : 34px;
842         background-image: url("../../img/toolbar-edit.gif");
843         background-position : center left;
844         background-repeat : no-repeat;
845 }
846
847 #duplicate a {
848         padding-left : 34px;
849         background-image: url("../../img/toolbar-duplicate.gif");
850         background-position : center left;
851         background-repeat : no-repeat;
852 }
853
854 #receive a {
855         padding-left : 34px;
856         background-image: url("../../img/toolbar-receive.gif");
857         background-position : center left;
858         background-repeat : no-repeat;
859 }
860
861 #renew a {
862         padding-left : 34px;
863         background-image: url("../../img/toolbar-renew.gif");
864         background-position : center left;
865         background-repeat : no-repeat;
866 }
867
868 #deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
869         padding-left : 34px;
870         background-image: url("../../img/toolbar-delete.gif");
871         background-position : center left;
872         background-repeat : no-repeat;
873 }
874
875 #z3950search .first-child {
876         padding-left : 34px;
877         background-image: url("../../img/toolbar-search.gif");
878         background-position : center left;
879         background-repeat : no-repeat;
880 }
881 #z3950searcht table {
882         /* 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 */
883         padding: 20px;
884         border: none;
885 }
886 #printbiblio button, #printbiblio a, #printmenuc .first-child {
887         padding-left : 34px;
888         background-image: url("../../img/toolbar-print.gif");
889         background-position : center left;
890         background-repeat : no-repeat;
891 }
892
893 #addtoshelf button, #addtoshelf a {
894         padding-left : 34px;
895         background-image: url("../../img/toolbar-add-to-shelf.gif");
896         background-position : center left;
897         background-repeat : no-repeat;
898 }
899
900 #placehold a,
901 #placehold button,
902 #holdfor .first-child {
903         padding-left : 34px;
904         background-image: url("../../img/toolbar-hold.gif");
905         background-position : center left;
906         background-repeat : no-repeat;
907 }
908
909 #placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
910
911 #holdfor .first-child { padding-left : 17px; }
912
913 #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 {
914         padding-left : 15px;
915 }
916
917 .error,
918 .error a,
919 .error a:link,
920 .error a:visited {
921        color: #cc0000;
922 }
923
924 div.error {
925         border : 2px dashed #990000;
926         background-color : #FFFF99;
927         padding : .5em;
928         margin : 1em;
929 }
930
931 input.alert {
932         background-color : #FFFF99;
933         border-color: #900;
934 }
935
936 ol.bibliodetails {
937         float: left;
938         margin : 0 0 1em 1em;
939 }
940
941 ol.bibliodetails li {
942         border-bottom: 1px solid #E8E8E8;
943         list-style-type : none;
944         padding : .1em;
945 }
946
947 ol.bibliodetails span.label {
948         border-right : 1px solid #E8E8E8;
949         float : left;
950         font-weight: bold;
951         width: 12em;  
952         margin-right: 1em;  
953 }
954
955 div.listgroup {
956         clear :  left;
957 }
958
959 div.listgroup h4 {
960         font-style: italic;
961 }
962
963 div.listgroup h4 a {
964         font-size :  80%;
965 }
966
967 div.listgroup input {
968         font-size: 80%;
969 }
970
971 div.sysprefs h3 {
972         margin : .2em 0 .2em .4em;
973 }
974
975 div.sysprefs dl {
976         margin-left : 1.5em;
977 }
978
979 div.sysprefs div.hint {
980         width : 25%;
981         float : right;
982         padding : .5em;
983         margin : .7em;
984 }
985
986 tr.highlight td {
987         background-color : #F6F6F6;
988         border-color : #BCBCBC;
989 }
990
991 tr.highlight th[scope=row] {
992         background-color : #DDDDDD;
993         border-color : #BCBCBC;
994 }
995
996 tr.confirm td, tr.highlight.confirm td {
997         background-color : #ffbfbf;
998 }
999
1000 #circ_circulation_issue label {
1001         font-size: 105%;
1002         font-weight : bold;
1003 }
1004
1005 #circ_circulation_issue div.hint {
1006         color : #666666;
1007         margin: .2em 0;
1008 }
1009
1010 #circ_circulation_issue .date-select {
1011         font-size : 85%;
1012         padding-top : .3em;
1013 }
1014
1015 #circ_circulation_issue .date-select label {
1016         font-size : inherit;
1017         font-weight: normal;
1018 }
1019
1020 #circ_circulation_issue .date-select input {
1021         padding : 1px;
1022 }
1023
1024 tr.expired td {
1025         color : #999999;
1026 }
1027
1028 span.expired {
1029         color : #990000;
1030         font-style : italic;
1031 }
1032
1033 div.help {
1034         margin: .9em 0 0 0;  
1035 }
1036
1037 .blocker {
1038         color : #990000;
1039 }
1040
1041 .circmessage li {
1042         list-style : url(../../img/arrow-bullet.gif);
1043         margin-bottom : .2em;
1044 }
1045
1046 div.circmessage:first-child {
1047         margin-top : 1em;
1048 }
1049
1050 div.circmessage {
1051         padding: 0 .4em .4em .4em;
1052         margin-bottom : .3em;
1053 }
1054
1055 span.circ-hlt {
1056         color : #cc0000;
1057         font-weight : bold;
1058 }
1059
1060 div.first fieldset {
1061         margin-right : 0;
1062 }
1063
1064 #circ_needsconfirmation {
1065         margin : auto;
1066 }
1067
1068 .dialog {
1069         -moz-border-radius : 2px;
1070         border-radius : 2px;
1071         padding : .5em;
1072         margin : 1em auto;
1073         text-align : center;
1074         width: 65%;
1075 }
1076
1077 .dialog table {
1078         margin : .5em auto;
1079 }
1080
1081 .dialog table th {
1082         text-align : right;
1083 }
1084
1085 .dialog table td {
1086         text-align : left;
1087 }
1088   
1089 .dialog  h2, .dialog h3, .dialog h4 {
1090         margin : auto;
1091         text-align : center;
1092   }
1093   
1094 .dialog input {
1095         background-color : #FFF;
1096         border : 1px solid #bcbcbc;
1097         margin : .4em;
1098         padding : .4em .4em .4em 25px;
1099  }
1100
1101  .dialog input[type="submit"] {
1102         background : #FFF none;
1103  }
1104  
1105 .dialog input.approve, td input.approve {
1106         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1107         padding : .4em .4em .4em 25px;  
1108  }
1109  
1110 td input.approve {
1111         background-color : #FFC;
1112 }
1113
1114 .dialog input.deny {
1115         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1116         padding : .4em .4em .4em 25px;
1117  }
1118
1119 .dialog input.save {
1120         background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1121         color:black;
1122         padding: .4em .4em .4em 34px;
1123 }
1124
1125 .dialog input.edit {
1126         background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1127         color:black;
1128         max-width : 13em;
1129         padding: .4em .4em .4em 34px;
1130         white-space: normal;
1131 }
1132
1133 .dialog input.new {
1134         background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1135         color:black;
1136         max-width : 13em;
1137         padding: .4em .4em .4em 34px;
1138         white-space: normal;
1139 }
1140
1141 .dialog input.print {
1142         background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1143         padding : .4em .4em .4em 25px;  
1144 }
1145
1146 .dialog input:hover {
1147         background-color : #ffc;
1148  }
1149
1150 div.dialog {
1151         border: 1px solid #bcbcbc;
1152     text-align : center;
1153 }
1154
1155 div.alert {
1156         background: #fef8d3; /* Old browsers */
1157         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1158         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+ */
1159         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1160         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1161         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1162         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1163         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1164           text-align : center;
1165         border: 1px solid #E0C726;
1166 }
1167
1168 div.alert strong {
1169         color : #900;
1170 }
1171
1172 .dialog li {
1173     list-style-position:inside;
1174 }
1175
1176 a.clear-field {
1177     background : transparent url("../../img/clear-field.png") center left no-repeat;
1178     padding-left : 16px;
1179 }
1180
1181 a.clone-field {
1182     background : transparent url("../../img/clone-field.png") center left no-repeat;
1183     padding-left : 20px;
1184 }
1185
1186 a.document {
1187         background-position : left middle;
1188         background-repeat : no-repeat;
1189         padding-left : 20px;
1190 }
1191
1192 a.pdf {
1193         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1194 }
1195
1196 a.csv {
1197         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1198 }
1199
1200 a.xml {
1201         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1202 }
1203
1204 div.message {
1205         background: #ffffff; /* Old browsers */
1206         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1207         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+ */
1208         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1209         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1210         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1211         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1212         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1213         border : 1px solid #bcbcbc;
1214         text-align: center;
1215         width : 55%;
1216 }
1217
1218 div.message ul,
1219 div.message h5 {
1220         padding-left : 25%;
1221         text-align : left;
1222 }
1223
1224 div.message ul+h4 {
1225         margin-top : .7em;
1226 }
1227
1228 div.note {
1229         background: #f4f6fa;
1230         background-repeat : no-repeat;
1231         background-position : left center;
1232         background-image : url("../../img/note.png");
1233         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1234         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1235         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1236         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1237         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1238         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1239         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1240         border : 1px solid #BCBCBC;
1241         padding : .5em .5em .5em 20px;
1242         margin : .5em 0;
1243 }
1244  
1245  div.results {
1246         padding : .7em 0;
1247  }
1248  
1249  .accesskey {
1250         text-decoration : underline;
1251  }
1252  
1253 .required {
1254     color : #C00;
1255 }
1256
1257 span.required {
1258         font-style : italic;
1259         margin-left : .5em;
1260 }
1261
1262 .missing{
1263     background-color : #FFFFCC;
1264 }
1265
1266 .term {
1267     background-color: #FFC;
1268          color : #990000;
1269 }
1270
1271 a .term {
1272          text-decoration : underline;
1273 }
1274
1275 /* style for shelving location in catalogsearch */
1276 .shelvingloc {
1277     display : block;
1278     font-style : italic;
1279 }
1280
1281 a:hover .term {
1282         color : #FF9090;
1283 }
1284
1285 div#menu {
1286     border-right:1px solid #b9d8d9;
1287         margin-right: .5em;
1288         padding-top: 1em;
1289         padding-bottom: 2em;
1290 }
1291
1292 *html #menu li {
1293         display : inline;
1294 }
1295
1296 div#menu li a {
1297         text-decoration: none;
1298         display: block;
1299
1300               background: #e8f0f6; /* Old browsers */
1301         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1302     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1303     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1304      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1305    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1306         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1307        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1308         -moz-border-top-left-radius: 5px;
1309         border-top-left-radius: 5px;
1310         -moz-border-bottom-left-radius: 5px;
1311         border-bottom-left-radius: 5px;
1312     border:1px solid #b9d8d9;
1313         font-size: 111%;
1314         margin: .5em 0;
1315         padding: .4em .3em;
1316         margin-right :  -1px;
1317 }
1318
1319 div#menu li a:hover {
1320
1321
1322      background: #fff; /* Old browsers */
1323    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1324   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+ */
1325   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1326      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1327    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1328         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1329        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1330     border-left: 1px solid #85CA11;
1331     border-top: 1px solid #85CA11;
1332     border-bottom: 1px solid #85CA11;
1333 }
1334
1335 div#menu li.active a:hover {
1336         background-color: #fff;
1337     color :  #538200;
1338 }
1339
1340 #menu ul li {
1341         list-style-type: none;
1342 }
1343
1344 #menu ul li.active a {
1345         background-color: #FFF;
1346         background-image : none;
1347         font-weight: bold;
1348     color:#000000;
1349     border-left: 1px solid #85CA11;
1350     border-top: 1px solid #85CA11;
1351     border-bottom: 1px solid #85CA11;
1352     border-right: 0;
1353 }
1354
1355 ul.error {
1356         background : #ffffcc;
1357         border : 1px solid #ff9090;
1358         margin : .5em;
1359         padding : .5em .5em .5em 1.5em;
1360         width : 75%
1361 }
1362
1363 h1#logo {
1364         border:0pt none;
1365         float:left !important;
1366         margin:0;
1367         padding:0;
1368         width:180px;
1369 }
1370 h1#logo {
1371         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1372         margin:0.75em .3em 0.75em .7em;
1373 }
1374
1375 *html h1#logo {
1376         margin : 0.75em .3em 0.75em .3em;
1377 }
1378
1379 h1#logo a {
1380         border:0;
1381         cursor:pointer;
1382         display:block;
1383         height:0px !important;
1384         margin:0;
1385         overflow:hidden;
1386         padding:44px 0 0;
1387         text-decoration:none;
1388         width:180px;
1389 }
1390
1391 #closewindow {
1392         margin-top : 2em;
1393         text-align : center;
1394 }
1395
1396 #closewindow a {
1397         font-weight : bold;     
1398 }
1399
1400 .patroninfo+#menu {
1401         margin-right : 0;
1402 }
1403
1404 .barcode {
1405         font-size :  200%;
1406 }
1407
1408 li.email a {
1409         display:block;
1410         overflow:hidden;
1411         width:13em;
1412 }
1413 li.email {
1414         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1415         font-size :  87%;
1416         overflow:hidden;
1417         padding :0 10px 0 0;
1418         width:13em;
1419 }
1420
1421 .empty {
1422         color : #CCC;
1423 }
1424
1425 .address {
1426         font-size: 110%;
1427 }
1428
1429 .clearfix:after {
1430     content: "."; 
1431     display: block; 
1432     height: 0; 
1433     clear: both; 
1434     visibility: hidden;
1435 }
1436
1437 /* Hides from IE-mac \*/
1438 * html .clearfix {height: 1%;}
1439 /* End hide from IE-mac */
1440
1441 .title {
1442         font-weight : bold;
1443         font-size : 105%;
1444 }
1445
1446 .hold {
1447         float : right;
1448         font-size: 90%;
1449         margin: 0;
1450 }
1451
1452 .thumbnail {
1453         display : block;
1454         margin : auto;
1455 }
1456
1457 #searchresults ul li {
1458         font-size : 90%;
1459         list-style : url(../../img/item-bullet.gif);
1460         padding : .2em 0;
1461         clear : left;
1462 }
1463
1464 #searchresults span.status {
1465         clear : left;
1466         color : #900;
1467         display : block;
1468 }
1469
1470 #searchresults span.unavailable {
1471         clear : left;
1472         display : block;
1473 }
1474
1475 #searchresults .availability strong {
1476         display : block;
1477 }
1478
1479 #searchresults ul li img {
1480         float : left;
1481         margin : 3px 5px 3px -5px;
1482 }
1483
1484 #searchresults table td {
1485         vertical-align : top;
1486 }
1487
1488 #searchheader {
1489      background-color : #E6F0F2;
1490         font-size : 80%;
1491         margin : 0 0 .5em -1px;
1492  padding : .1em 0 .4em 1em;
1493      border-radius : 5px 5px 0 0;
1494    border : 1px solid #B9D8D9;
1495 }
1496
1497 /* Hack just for Firefox */
1498 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1499         padding-bottom : 3px;
1500 }
1501
1502 #searchheader form {
1503         float : right;
1504   padding : 5px 5px 3px 0;
1505 }
1506
1507 #searchheader form.fz3950 {
1508         float : right;
1509         font-size : 125%;
1510         padding : 0 0 0 5em;
1511 }
1512
1513 #searchheader form.fz3950bigrpad {
1514         float : right;
1515         font-size : 125%;
1516         padding : 5px 25em 0 0;
1517 }
1518
1519 #searchheader .yui-button button,
1520 #searchheader .yui-button a {
1521         line-height : 1.5em;
1522 }
1523
1524 #search-facets ul {
1525         margin : 0;
1526         padding : .3em;
1527 }
1528
1529 #search-facets {
1530     border : 1px solid #B9D8D9;
1531     border-radius: 5px 5px 0 0;
1532 }
1533
1534 #search-facets h4 {
1535      background-color : #E6F0F2;
1536     border-bottom : 1px solid #B9D8D9;
1537      border-radius: 5px 5px 0 0;
1538         font-size : 90%;
1539         margin : 0;
1540         padding : .4em .2em;
1541         text-align : center;
1542 }
1543
1544 #search-facets ul li {
1545         font-weight : bold;
1546         list-style-type : none;
1547 }
1548
1549 #search-facets li li {
1550         font-weight : normal;
1551         font-size : 85%;
1552         margin-bottom : 2px;
1553         padding : .1em .2em;
1554 }
1555
1556 #search-facets li.showmore {
1557         font-weight : bold;
1558         text-indent : 1em;
1559 }
1560
1561 div.pages {
1562         margin : .5em 0;
1563 }
1564
1565 div.pages a {
1566         font-weight: bold;
1567         padding: 1px 5px 1px 5px;
1568         text-decoration: none;
1569 }
1570
1571 div.pages a:link,
1572 div.pages a:visited {
1573         background-color : #eeeeee;
1574         color : #3366CC;
1575 }
1576
1577 div.pages a:hover {
1578         background-color : #FFC;
1579 }
1580
1581 div.pages a:active {
1582         background-color : #ffc;
1583 }
1584
1585 div.pages .current,
1586 div.pages .currentPage {
1587         background-color : #e6fcb7;
1588         color : #666;
1589         font-weight: bold;
1590         padding: 1px 5px 1px 5px;
1591 }
1592
1593 div.pages .inactive {
1594         background-color : #f3f3f3;
1595         color : #BCBCBC;
1596         font-weight: bold;
1597         padding: 1px 5px 1px 5px;
1598 }
1599
1600 div.browse {
1601         margin : .5em 0;
1602 }
1603
1604 div#bookcoverimg {
1605         text-align : center;
1606 }
1607
1608 div#header_search input.submit {
1609         font-size : 1em;
1610 }
1611
1612 *html input.submit {
1613         padding : .1em;
1614 }
1615
1616 input[type=submit]:active, input[type=button]:active, button.submit:active {
1617         border : 1px inset #999999;
1618 }
1619
1620 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1621         border: 1px outset #999999;
1622         border-top-color: #666;
1623         border-left-color: #666;
1624         -moz-border-radius : 2px;
1625         padding: 0.25em;
1626         background: #ffffff; /* Old browsers */
1627         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1628         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1629         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1630         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1631         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1632         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1633         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1634         color: #333333;
1635 }
1636
1637 input[type=submit]:disabled,
1638 input[type=reset]:disabled,
1639 input[type=button]:disabled,
1640 input.submit:disabled,
1641 button.submit:disabled {
1642     color : #999;
1643     border : 1px solid #C0C0C0;
1644     background : #EEE none;
1645 }
1646
1647 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1648         border : 1px inset #999999;
1649 }
1650
1651 ul li input.submit {
1652         font-size : 87%;
1653         padding : 2px;
1654 }
1655
1656 input.warning {
1657     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1658         padding : 0.25em 0.25em 0.25em 25px;
1659 }
1660
1661 .searchhighlightblob {
1662     font-size:75%;
1663         font-style : italic;
1664 }
1665
1666 a.yuimenuitemlabel:hover {
1667         background-color : #B3D4FF;
1668         color : #000;
1669 }
1670                 
1671 #displayexample {
1672         padding: 5px; 
1673         margin-bottom: 10px;
1674         background-color: #CCCCCC;
1675 }
1676
1677 #irregularity_summary {
1678         vertical-align : top;
1679 }
1680
1681 #toplevelnav {
1682         float : left;
1683         margin-left : .5em;
1684      width: 40%;
1685 }
1686
1687 ul#toplevelmenu {
1688         padding : 0;
1689 }
1690
1691 ul#toplevelmenu li {
1692         display: inline;
1693         padding : 0 .6em;
1694 }
1695                 
1696 ul#toplevelmenu li.more a {
1697         background-image:url(../../img/more-arrow.gif);
1698         background-position:right center;
1699         background-repeat:no-repeat;
1700         padding-right:13px;
1701 }
1702                 
1703 ul#toplevelmenu li.more ul li a {
1704         background-image : none;
1705         padding-right : 20px;
1706 }
1707
1708 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1709         padding: .2em 20px .2em 20px;
1710 }
1711                 
1712 ul#menu li a, ul#toplevelmenu li a {
1713         text-decoration : none;
1714 }
1715 ul#menu li ul li, ul#toplevelmenu li ul li {
1716         display :block;
1717         padding :0;
1718 }
1719 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1720         text-decoration : none;
1721 }
1722
1723 ul#i18nMenu {
1724         margin : 0;
1725         padding : .2em 0;
1726  }
1727  
1728 ul#i18nMenu li {
1729         border-left : 1px solid #CCC;
1730         display : inline;
1731         float: left;
1732         list-style : none;
1733         padding : 0 10px;
1734 }
1735
1736 ul#i18nMenu li.yuimenuitem {
1737         float: none;
1738 }
1739
1740 ul#i18nMenu li:first-child {
1741         border-left : 0;
1742  }
1743  
1744 ul#i18nMenu li ul li {
1745         border : 0;
1746         display : block;
1747         padding : 0;
1748  }
1749  
1750 ul#i18nMenu li.more a {
1751         background-image:url(../../img/more-up-arrow.gif);
1752         background-position:right center;
1753         background-repeat:no-repeat;
1754         padding-right:13px;
1755 }
1756                 
1757 ul#i18nMenu li.more ul li a {
1758         background-image : none;
1759         padding-right : 20px;
1760 }
1761
1762 div.lang {
1763         float:left;
1764 }
1765  
1766  div#changelanguage{
1767         background-color: #fff;
1768         border-top: 1px solid #CCC;
1769   position:absolute;
1770   bottom:0;
1771   left:0;
1772   width:100%;
1773   height: 2em;
1774  }
1775  
1776  @media screen{
1777   body>div#changelanguage {
1778    position: fixed;
1779   }
1780  }
1781  
1782  * html body{
1783   overflow:hidden;
1784  } 
1785  
1786  * html div#doc1{
1787   height:100%;
1788   overflow:auto;
1789  }
1790   
1791  * html div#doc2{
1792   height:100%;
1793   overflow:auto;
1794  }
1795   
1796  * html div#doc3{
1797   height:100%;
1798   overflow:auto;
1799  }
1800
1801 #CheckAll, #CheckNone, #CheckPending {
1802         font-weight : normal;
1803         margin : 0 .5em 0 0;
1804 }
1805 .lost,.dmg,.wdn {
1806         display : block;
1807         color : #990000;
1808 }
1809 .datedue {
1810         display : block;
1811         color : #999;
1812         font-style : italic;
1813 }
1814 /* Tablesorter */
1815 .header {
1816         background-image:url("../../img/ascdesc.gif");
1817         background-position:right center;
1818         background-repeat:no-repeat;
1819         cursor:pointer;
1820         padding : .2em 23px;
1821 }
1822 .headerSortUp {
1823         background-image:url("../../img/asc.gif");
1824 }
1825 .headerSortDown {
1826         background-image:url("../../img/desc.gif");
1827 }
1828
1829 tr.reserved td {
1830         background-color : #eeffd4;
1831 }
1832 tr.transfered td {
1833         background-color : #e8f0f6;
1834 }
1835 .waitinghere,
1836 .credit {
1837         color : #669900;
1838 }
1839
1840 /* Permissions Labels */
1841 label.permissioncode:before {
1842         content: "(";
1843 }
1844 label.permissioncode:after {
1845         content: ")";
1846 }
1847 label.permissioncode {
1848         font-style : italic;
1849 }
1850 span.permissiondesc {
1851         font-weight : normal;
1852 }
1853 #mainuserblock {
1854         border : 1px solid #E8E8E8;
1855         margin-top : .5em;
1856         padding : .5em;
1857 }
1858
1859 /* borrower autocomplete */
1860 #borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1861 .autocomplete .yui-ac-highlight ,
1862 .autocomplete .yui-ac-highlight .sample-result,
1863 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1864 .autocomplete .sample-result { color: black; }
1865 .autocomplete .sample-query { color:#000; }
1866 #findborrower { position:static; width:auto; }
1867 #yborrowercontainer { text-align:left;width:335px; }
1868
1869 /* patron attribues autocomplete for overdues report (pattrodue) */
1870 .pattrodue-autocomplete .pattrodue-result { color: black; }
1871 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1872 .pattrodue-input { position:static; width:auto; }
1873 .pattrodue-container { text-align:left; width:400px; }
1874
1875 .labeledmarc-table {
1876         border: 0;
1877 }
1878
1879 .labeledmarc-label {
1880         border: 0;
1881         padding: 5;
1882         font-size: 11pt;
1883     color: #000000;
1884     font-style: italic;
1885 }
1886
1887 .labeledmarc-value {
1888         border: 0;
1889         padding: 5;
1890         font-size: 10pt;
1891         color: black;
1892 }
1893
1894 .hintsClass {
1895     font-family: tahoma, verdana, arial;
1896     font-size: 12px;
1897     background-color: #f0f0f0;
1898     color: #000000;
1899     border: 1px solid #808080;
1900     padding: 5px;
1901 }
1902 .hintSource {
1903     color: green;
1904     text-decoration: underline;
1905     cursor: pointer;
1906 }
1907
1908 #cartDetails {
1909         background-color : #FFF;
1910         border: 1px solid #739acf;
1911          -moz-box-shadow: 1px 1px 3px 0 #666;
1912          -webkit-box-shadow: 1px 1px 3px 0 #666;
1913          box-shadow: 1px 1px 3px 0 #666;
1914         color : black;
1915         display : none;
1916         margin : 0;
1917         padding : 10px;
1918         text-align : center;
1919         width : 180px;
1920         z-index : 50;
1921 }
1922 #cartmenulink {
1923         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1924         padding-left : 15px;
1925 }
1926 #cartmenulink span#basketcount span {
1927         display : inline;
1928         font-size : 90%;
1929         font-weight : normal;
1930         padding : 0;
1931 }
1932 #moremenu {
1933         display : none;
1934 }
1935
1936 .results_summary {
1937   display: block;
1938   font-size : 85%; 
1939   color: #707070;
1940   padding : 0 0 .5em 0;
1941 }
1942 .results_summary .label {
1943   color: #202020;
1944 }
1945 .results_summary a {
1946   font-weight: normal;
1947 }
1948
1949 img.spinner {
1950     vertical-align: middle;
1951     padding-right: 0.3em;
1952 }
1953 ul.budget_hierarchy {
1954     margin-left: 0px;
1955     padding-left: 0px;
1956 }
1957 ul.budget_hierarchy li {
1958     display: inline;
1959 }
1960 ul.budget_hierarchy li:after {
1961     content: " -> ";
1962 }
1963 ul.budget_hierarchy li:last-child:after {
1964     content: "";
1965 }
1966 ul.budget_hierarchy li:first-child:after {
1967     content: "";
1968 }
1969 .holdcount { font-size : 105%; line-height : 200%; }
1970 .holdcount a {
1971         border : 1px solid #a4bedd;
1972         background-color : #e4ecf5;
1973         font-weight : bold;
1974         -moz-border-radius: 4px;
1975         border-radius: 4px;
1976         padding : .1em .4em;
1977         text-decoration : none;
1978 }
1979 .holdcount a:hover { background-color : #ebeff7; }
1980 .container {
1981         border : 1px solid #EEE;
1982         padding : 1em;
1983         margin : 1em 0;
1984 }
1985 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1986
1987 .import_export{
1988     position:relative;
1989 }
1990 .import_export .import_export_options{
1991     background: white;
1992     border: 1px solid #CDCDCD;
1993     left: 60px;
1994     padding: 10px;
1995     position: absolute;
1996     top: 0;
1997     z-index: 1;
1998     width: 300px;
1999 }
2000 .import_export_options li{
2001     display: block;
2002     list-style: none;
2003     padding-top: 10px;
2004 }
2005 .import_export_options .import_export_close {
2006     cursor: pointer;
2007     text-decoration: underline;
2008 }
2009 .import_export_options .export_ok {
2010     padding: 10;
2011     background: #E3E3E3 none;
2012     cursor: pointer;
2013     margin-left: 20px;
2014     border: none;
2015 }
2016 .import_export_options .import_ok {
2017     padding: 10;
2018     background: #E3E3E3 none;
2019     cursor: pointer;
2020     margin-left: 20px;
2021     border: none;
2022 }
2023 .form_import .input_import {
2024     border: 1px solid #bcbcbc;
2025 }
2026 .import_export_options .importing {
2027     padding: inherit;
2028     background: none;
2029 }
2030 .li_close_import_export {
2031     text-align: right;
2032 }
2033
2034 .importing {
2035     position: relative;
2036 }
2037
2038 .importing .importing_msg {
2039     padding-left: 10px;
2040     padding-bottom: 10px;
2041 }
2042
2043 .m880 {
2044     display:block; 
2045     text-align:right; 
2046     float:right; 
2047     width:50%; 
2048     padding-left:20px
2049 }
2050
2051 .advsearch {
2052     margin: 0;
2053 }
2054
2055 .advsearch fieldset {
2056     border : 1px solid #EEE;
2057     -moz-border-radius : 3px;
2058     border-radius : 3px;
2059 }
2060
2061 .advsearch fieldset.action {
2062     border : 0;
2063 }
2064
2065 .advsearch fieldset fieldset {
2066     border : 1px solid #EEE;
2067     margin : 0;
2068     padding : .3em .5em;
2069     -moz-border-radius : 0;
2070     border-radius : 0;
2071 }
2072 .advsearch fieldset fieldset+fieldset {
2073     border-top : 0;
2074 }
2075 .advsearch table {
2076     border-spacing : 5px;
2077     border-collapse : separate;
2078     border-width : 0;
2079 }
2080 .advsearch td {
2081     border : 1px solid #EEE;
2082     padding : 0.3em 0.4em;
2083 }
2084 #circ_circulation_issue {
2085     position: relative;
2086     }
2087
2088 #clearscreen {
2089     position: absolute;
2090     top:0;
2091     right:0;
2092     }
2093
2094 #clearscreen a {
2095     display:block;
2096     -moz-border-radius: 0 0 0 5px;
2097     border-radius: 0 0 0 5px;
2098     padding : 0 .7em .2em .7em;
2099     background-color : #EEE;
2100     color : #CCC;
2101     text-shadow: 0px -1px 0px #666;
2102     text-decoration: none;
2103     font-size: 160%;
2104     font-weight : bold
2105     }
2106 #clearscreen a:hover {
2107     color : #cc0000;
2108     }
2109
2110 div.pager {
2111         background-color : #E8E8E8;
2112         border : 1px solid #BCBCBC;
2113         -moz-border-radius : 5px;
2114     border-radius : 5px;
2115         display : inline-block;
2116         font-size : 85%;
2117         padding : .3em .5em .3em .5em;
2118         margin : .4em 0;
2119 }
2120 div.pager img {
2121         vertical-align : middle;
2122 }
2123
2124 div.pager img.last {
2125         padding-right: 5px;
2126 }
2127 div.pager input.pagedisplay {
2128         border : 0;
2129         background-color : transparent;
2130         font-weight: bold;
2131         text-align : center;
2132 }
2133 a.localimage img {
2134         border : 1px solid #0000CC;
2135         margin : 0 .5em;
2136         padding : .3em;
2137 }
2138 div.pager p {
2139         margin: 0;
2140 }
2141
2142 div#acqui_order_supplierlist > div.supplier {
2143     border: 1px solid #EEEEEE;
2144     margin: 0.5em;
2145     padding: 1em;
2146 }
2147
2148 div#acqui_order_supplierlist > div.supplier > span.suppliername {
2149     display: inline;
2150     font-size: 1.7em;
2151     margin-bottom: 0.5em;
2152 }
2153
2154 div#acqui_order_supplierlist > div.supplier > span.action {
2155     margin-left: 5em;
2156 }
2157
2158 div#acqui_order_supplierlist > div.supplier > div.baskets {
2159     margin-top: 0.5em;
2160 }
2161
2162 /* Override core jQueryUI widgets */
2163 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
2164 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
2165 .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; }
2166 .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; }
2167 .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; }
2168 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #FED22F; background: #FFF4C6; color: #363636; }
2169 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
2170
2171 /* Override jQuery Autocomplete */
2172 .ui-autocomplete {
2173     position: absolute;
2174     cursor: default;
2175     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2176     -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2177     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2178 }
2179 .ui-autocomplete.ui-widget-content .ui-state-hover {
2180     border: 1px solid #B9D8D9;
2181     background: #E6F0F2 none;
2182     font-weight: normal;
2183     color: #212121;
2184 }
2185 .ui-autocomplete-loading {
2186     background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2187 }
2188
2189 /* jQuery UI standard tabs */
2190 .ui-menu li {
2191     list-style:none;
2192 }
2193
2194 .ui-tabs-nav .ui-tabs-selected a,
2195 .ui-tabs-nav a:hover,
2196 .ui-tabs-nav a:focus,
2197 .ui-tabs-nav a:active,
2198 .ui-tabs-nav span.a {
2199     background: none repeat scroll 0 0 transparent;
2200     outline: 0 none;
2201 }
2202
2203 .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
2204     background-color : #FFF;
2205     border : 1px solid #B9D8D9;
2206 }
2207
2208 .ui-widget,
2209 .ui-widget input,
2210 .ui-widget select,
2211 .ui-widget textarea,
2212 .ui-widget button {
2213     font-family : inherit;
2214     font-size : inherit;
2215 }
2216 ul.ui-tabs-nav li {
2217     list-style : none;
2218 }
2219 .ui-tabs.ui-widget-content {
2220     background : transparent none;
2221     border : 0;
2222 }
2223
2224 .ui-tabs .ui-tabs-panel {
2225     border : 1px solid #B9D8D9;
2226 }
2227 .ui-tabs-nav.ui-widget-header {
2228     border : 0;
2229     background : none;
2230 }
2231 .ui-tabs .ui-tabs-nav li {
2232     background: #E6F0F2 none;
2233     border: 1px solid #B9D8D9;
2234     margin-right : .4em;
2235 }
2236 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
2237     color : #000;
2238     font-weight : bold;
2239 }
2240
2241 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2242     background : #EDF4F5 none;
2243 }
2244
2245 .ui-tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
2246     background : #FFF none;
2247 }
2248
2249 .ui-tabs .ui-state-default a,
2250 .ui-tabs .ui-state-default a:link,
2251 .ui-tabs .ui-state-default a:visited {
2252     color: #004D99;
2253 }
2254
2255 .ui-tabs .ui-state-hover a,
2256 .ui-tabs .ui-state-hover a:link,
2257 .ui-tabs .ui-state-hover a:visited {
2258     color: #538200;
2259 }
2260
2261 .statictabs ul {
2262     background: none repeat scroll 0 0 transparent;
2263     border: 0 none;
2264     margin: 0;
2265     padding: 0.2em 0.2em 0;
2266     border-bottom-right-radius: 4px;
2267     border-bottom-left-radius: 4px;
2268     border-top-right-radius: 4px;
2269     border-top-left-radius: 4px;
2270     color: #222222;
2271     font-weight: bold;
2272     font-size: 100%;
2273     line-height: 1.3;
2274     list-style: none outside none;
2275     outline: 0 none;
2276     text-decoration: none;
2277 }
2278
2279 .statictabs ul:after {
2280     clear: both;
2281 }
2282
2283 .statictabs ul:before,
2284 .statictabs ul:after {
2285     content: "";
2286     display: table;
2287 }
2288
2289 .statictabs ul li {
2290     background: none repeat scroll 0 0 #E6F0F2;
2291     border: 1px solid #B9D8D9;
2292     border-bottom: 0 none !important;
2293     border-top-right-radius: 4px;
2294     border-top-left-radius: 4px;
2295     float: left;
2296     list-style: none outside none;
2297     margin-bottom: 0;
2298     margin-right: 0.4em;
2299     padding: 0;
2300     position: relative;
2301     white-space: nowrap;
2302     top: 1px;
2303     color: #555555;
2304     font-weight: normal;
2305
2306 }
2307
2308 .statictabs ul li.active {
2309     background-color: #FFFFFF;
2310     color: #212121;
2311     font-weight: normal;
2312     padding-bottom: 1px;
2313 }
2314
2315 .statictabs ul li a {
2316     color: #004D99;
2317     cursor: pointer;
2318     float: left;
2319     padding: 0.5em 1em;
2320     text-decoration: none;
2321 }
2322
2323 .statictabs ul li a:hover {
2324     background-color : #EDF4F5;
2325     border-top-right-radius: 4px;
2326     border-top-left-radius: 4px;
2327     color : #538200;
2328 }
2329
2330 .statictabs ul li.active a {
2331     color: #000000;
2332     font-weight: bold;
2333     cursor: text;
2334     background: none repeat scroll 0 0 transparent;
2335     outline: 0 none;
2336 }
2337
2338 .statictabs .tabs-container {
2339     border: 1px solid #B9D8D9;
2340     background: none repeat scroll 0 0 transparent;
2341     display: block;
2342     padding: 1em 1.4em;
2343     border-bottom-right-radius: 4px;
2344     border-bottom-left-radius: 4px;
2345     color: #222222;
2346 }
2347
2348 /* jQuery UI header search box tabs */
2349 #header_search ul.ui-tabs-nav {
2350     padding-top : 0;
2351     margin-left: 1em;
2352 }
2353 #header_search ul.ui-tabs-nav li.ui-state-default {
2354     border: 0 !important;
2355     background : transparent none; top: 0;
2356 }
2357 #header_search ul.ui-tabs-nav li.ui-state-default a {
2358     padding : .3em .6em;
2359 }
2360 #header_search ul.ui-tabs-nav li.ui-tabs-selected {
2361     background-color : #FFFFF1;
2362     border: 1px solid #85CA11 !important;
2363     border-top: 0 !important; top: -1px;
2364 }
2365 #header_search ul.ui-tabs-nav li.ui-tabs-selected a {
2366     text-decoration: none;
2367 }
2368 #header_search .ui-corner-top {
2369      border-radius: 0 0 4px 4px;
2370 }
2371
2372 .authref {
2373     text-indent: 2em;
2374 }
2375
2376 .authref .label {
2377     font-style: italic;
2378 }
2379
2380 #authfinderops {
2381     float: right;
2382 }
2383 div.authorizedheading {
2384   font-weight: bold;
2385 }
2386 .authres_notes, .authres_seealso, .authres_otherscript {
2387   padding-top: 3px;
2388 }
2389 .authres_notes {
2390   font-style: italic;
2391 }
2392
2393
2394 .contents {
2395     width: 75%;
2396 }
2397
2398 .contentblock {
2399     position: relative;
2400     margin-left: 2em;
2401 }
2402
2403 .contents .t:first-child:before {
2404     content: "→ ";
2405 }
2406
2407 .contents .t:before {
2408     content: "\A→ ";
2409     white-space: pre;
2410 }
2411
2412 .contents .t {
2413     font-weight: bold;
2414     display: inline;
2415 }
2416
2417 .contents .r {
2418     display: inline;
2419 }
2420
2421 #hierarchies a {
2422     font-weight: normal;
2423     text-decoration: underline;
2424     color: #069;
2425 }
2426
2427 #hierarchies a:hover {
2428     color: #990033;
2429 }
2430
2431 #didyoumeanopac, #didyoumeanintranet {
2432     float: left;
2433     width: 260px;
2434 }
2435
2436 .pluginlist {
2437     padding-bottom: 10px;
2438 }
2439 .plugin {
2440     margin: 0 1em 1em 0;
2441 }
2442 .pluginname {
2443     margin: 0.3em;
2444     padding-bottom: 4px;
2445     padding-left: 0.2em;
2446     background-color: #E6F0F2;
2447 }
2448 .pluginname .ui-icon {
2449     float: right;
2450 }
2451 .plugindesc {
2452     padding: 0.4em;
2453 }
2454 .ui-sortable-placeholder {
2455     border: 1px dotted black;
2456     visibility: visible !important;
2457     height: 80px !important;
2458 }
2459 .ui-sortable-placeholder * {
2460     visibility: hidden;
2461 }
2462
2463 /* jQuery UI Datepicker */
2464 .ui-datepicker table {
2465     width: 100%;
2466     font-size: .9em;
2467     border : 0;
2468     border-collapse: collapse;
2469     margin:0 0 .4em;
2470 }
2471
2472 .ui-datepicker th {
2473     background : transparent none;
2474     padding: .7em .3em;
2475     text-align: center;
2476     font-weight: bold;
2477     border: 0;
2478 }
2479
2480 .ui-datepicker-trigger {
2481     vertical-align: middle;
2482     margin : 0 3px;
2483 }
2484 .ui-datepicker {
2485     -moz-box-shadow: 1px 1px 3px 0 #666;
2486     -webkit-box-shadow: 1px 1px 3px 0 #666;
2487     box-shadow: 1px 1px 3px 0 #666;
2488 }
2489
2490 /* css for timepicker */
2491 .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2492 .ui-timepicker-div dl { text-align: left; }
2493 .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
2494 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
2495 .ui-timepicker-div td { font-size: 90%; }
2496 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }