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