Fix for Bug 6855 - List bullet showing in wrong place on error message
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("../lib/yui/reset-fonts-grids.css");
2 @import url("../lib/yui/skin.css");
3
4 input:focus, textarea:focus {
5     border-color:#538200;
6     border-style:solid;
7     border-radius: 4px;
8 }
9
10 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 div.dialog {
1279   background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
1280   text-align : center;
1281 }
1282
1283 .dialog li {
1284  list-style-position:inside;
1285 }
1286
1287 a.document {
1288         background-position : left middle;
1289         background-repeat : no-repeat;
1290         padding-left : 20px;
1291 }
1292
1293 a.pdf {
1294         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1295 }
1296
1297 a.csv {
1298         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1299 }
1300
1301 a.xml {
1302         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1303 }
1304
1305 div.message {
1306         background: #ffffff; /* Old browsers */
1307         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1308         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+ */
1309         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1310         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1311         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1312         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1313         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1314         border : 1px solid #bcbcbc;
1315         text-align: center;
1316         width : 55%;
1317 }
1318
1319 div.message ul,
1320 div.message h5 {
1321         padding-left : 25%;
1322         text-align : left;
1323 }
1324
1325 div.message ul+h4 {
1326         margin-top : .7em;
1327 }
1328
1329 div.note {
1330         background: #f4f6fa;
1331         background-repeat : no-repeat;
1332         background-position : left center;
1333         background-image : url("../../img/note.png");
1334         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1335         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1336         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1337         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1338         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1339         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1340         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1341         border : 1px solid #BCBCBC;
1342         padding : .5em .5em .5em 20px;
1343         margin : .5em 0;
1344 }
1345  
1346  div.results {
1347         padding : .7em 0;
1348  }
1349  
1350  .accesskey {
1351         text-decoration : underline;
1352  }
1353  
1354 .required {
1355     color : #C00;
1356 }
1357
1358 span.required {
1359         font-style : italic;
1360         margin-left : .5em;
1361 }
1362
1363 .term {
1364     background-color: #FFC;
1365          color : #990000;
1366 }
1367
1368 a .term {
1369          text-decoration : underline;
1370 }
1371
1372 /* style for shelving location in catalogsearch */
1373 .shelvingloc {
1374     display : block;
1375     font-style : italic;
1376 }
1377
1378 a:hover .term {
1379         color : #FF9090;
1380 }
1381
1382 div#menu {
1383     border-right:1px solid #b9d8d9;
1384         margin-right: .5em;
1385         padding-top: 1em;
1386         padding-bottom: 2em;
1387 }
1388
1389 *html #menu li {
1390         display : inline;
1391 }
1392
1393 div#menu li a {
1394         text-decoration: none;
1395         display: block;
1396
1397               background: #e8f0f6; /* Old browsers */
1398         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1399     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1400     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1401      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1402    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1403         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1404        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1405         -moz-border-top-left-radius: 5px;
1406         border-top-left-radius: 5px;
1407         -moz-border-bottom-left-radius: 5px;
1408         border-bottom-left-radius: 5px;
1409     border:1px solid #b9d8d9;
1410         font-size: 111%;
1411         margin: .5em 0;
1412         padding: .4em .3em;
1413         margin-right :  -1px;
1414 }
1415
1416 div#menu li a:hover {
1417
1418
1419      background: #fff; /* Old browsers */
1420    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1421   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+ */
1422   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1423      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1424    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1425         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1426        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1427     border-left: 1px solid #85CA11;
1428     border-top: 1px solid #85CA11;
1429     border-bottom: 1px solid #85CA11;
1430 }
1431
1432 div#menu li.active a:hover {
1433         background-color: #fff;
1434     color :  #538200;
1435 }
1436
1437 #menu ul li {
1438         list-style-type: none;
1439 }
1440
1441 #menu ul li.active a {
1442         background-color: #FFF;
1443         background-image : none;
1444         font-weight: bold;
1445     color:#000000;
1446     border-left: 1px solid #85CA11;
1447     border-top: 1px solid #85CA11;
1448     border-bottom: 1px solid #85CA11;
1449     border-right: 0;
1450 }
1451
1452 ul.error {
1453         background : #ffffcc;
1454         border : 1px solid #ff9090;
1455         margin : .5em;
1456         padding : .5em .5em .5em 1.5em;
1457         width : 75%
1458 }
1459
1460 h1#logo {
1461         border:0pt none;
1462         float:left !important;
1463         margin:0;
1464         padding:0;
1465         width:180px;
1466 }
1467 h1#logo {
1468         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1469         margin:0.75em .3em 0.75em .7em;
1470 }
1471
1472 *html h1#logo {
1473         margin : 0.75em .3em 0.75em .3em;
1474 }
1475
1476 h1#logo a {
1477         border:0;
1478         cursor:pointer;
1479         display:block;
1480         height:0px !important;
1481         margin:0;
1482         overflow:hidden;
1483         padding:44px 0 0;
1484         text-decoration:none;
1485         width:180px;
1486 }
1487
1488 #closewindow {
1489         margin-top : 2em;
1490         text-align : center;
1491 }
1492
1493 #closewindow a {
1494         font-weight : bold;     
1495 }
1496
1497 .patroninfo+#menu {
1498         margin-right : 0;
1499 }
1500
1501 .barcode {
1502         font-size :  200%;
1503 }
1504
1505 li.email a {
1506         display:block;
1507         overflow:hidden;
1508         width:13em;
1509 }
1510 li.email {
1511         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1512         font-size :  87%;
1513         overflow:hidden;
1514         padding :0 10px 0 0;
1515         width:13em;
1516 }
1517
1518 .empty {
1519         color : #CCC;
1520 }
1521
1522 .address {
1523         font-size: 110%;
1524 }
1525
1526 .clearfix:after {
1527     content: "."; 
1528     display: block; 
1529     height: 0; 
1530     clear: both; 
1531     visibility: hidden;
1532 }
1533
1534 /* Hides from IE-mac \*/
1535 * html .clearfix {height: 1%;}
1536 /* End hide from IE-mac */
1537
1538 .title {
1539         font-weight : bold;
1540         font-size : 105%;
1541 }
1542
1543 .hold {
1544         float : right;
1545         font-size: 90%;
1546         margin: 0;
1547 }
1548
1549 .thumbnail {
1550         display : block;
1551         margin : auto;
1552 }
1553
1554 #searchresults ul li {
1555         font-size : 90%;
1556         list-style : url(../../img/item-bullet.gif);
1557         padding : .2em 0;
1558         clear : left;
1559 }
1560
1561 #searchresults span.status {
1562         clear : left;
1563         color : #900;
1564         display : block;
1565 }
1566
1567 #searchresults span.unavailable {
1568         clear : left;
1569         display : block;
1570 }
1571
1572 #searchresults .availability strong {
1573         display : block;
1574 }
1575
1576 #searchresults ul li img {
1577         float : left;
1578         margin : 3px 5px 3px -5px;
1579 }
1580
1581 #searchresults table td {
1582         vertical-align : top;
1583 }
1584
1585 #searchheader {
1586      background-color : #E6F0F2;
1587         font-size : 80%;
1588         margin : 0 0 .5em -1px;
1589  padding : .1em 0 .4em 1em;
1590      border-radius : 5px 5px 0 0;
1591    border : 1px solid #B9D8D9;
1592 }
1593
1594 /* Hack just for Firefox */
1595 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1596         padding-bottom : 3px;
1597 }
1598
1599 #searchheader form {
1600         float : right;
1601   padding : 5px 5px 3px 0;
1602 }
1603
1604 #searchheader form.fz3950 {
1605         float : right;
1606         font-size : 125%;
1607         padding : 0 0 0 5em;
1608 }
1609
1610 #searchheader form.fz3950bigrpad {
1611         float : right;
1612         font-size : 125%;
1613         padding : 5px 25em 0 0;
1614 }
1615
1616 #searchheader .yui-button button,
1617 #searchheader .yui-button a {
1618         line-height : 1.5em;
1619 }
1620
1621 #search-facets ul {
1622         margin : 0;
1623         padding : .3em;
1624 }
1625
1626 #search-facets {
1627     border : 1px solid #B9D8D9;
1628     border-radius: 5px 5px 0 0;
1629 }
1630
1631 #search-facets h4 {
1632      background-color : #E6F0F2;
1633     border-bottom : 1px solid #B9D8D9;
1634      border-radius: 5px 5px 0 0;
1635         font-size : 90%;
1636         margin : 0;
1637         padding : .4em .2em;
1638         text-align : center;
1639 }
1640
1641 #search-facets ul li {
1642         font-weight : bold;
1643         list-style-type : none;
1644 }
1645
1646 #search-facets li li {
1647         font-weight : normal;
1648         font-size : 85%;
1649         margin-bottom : 2px;
1650         padding : .1em .2em;
1651 }
1652
1653 #search-facets li.showmore {
1654         font-weight : bold;
1655         text-indent : 1em;
1656 }
1657
1658 div.pages {
1659         margin : .5em 0;
1660 }
1661
1662 div.pages a {
1663         font-weight: bold;
1664         padding: 1px 5px 1px 5px;
1665         text-decoration: none;
1666 }
1667
1668 div.pages a:link,
1669 div.pages a:visited {
1670         background-color : #eeeeee;
1671         color : #3366CC;
1672 }
1673
1674 div.pages a:hover {
1675         background-color : #FFC;
1676 }
1677
1678 div.pages a:active {
1679         background-color : #ffc;
1680 }
1681
1682 div.pages .current,
1683 div.pages .currentPage {
1684         background-color : #e6fcb7;
1685         color : #666;
1686         font-weight: bold;
1687         padding: 1px 5px 1px 5px;
1688 }
1689
1690 div.pages .inactive {
1691         background-color : #f3f3f3;
1692         color : #BCBCBC;
1693         font-weight: bold;
1694         padding: 1px 5px 1px 5px;
1695 }
1696
1697 div.browse {
1698         margin : .5em 0;
1699 }
1700
1701 div#bookcoverimg {
1702         text-align : center;
1703 }
1704
1705 div#header_search input.submit {
1706         font-size : 1em;
1707 }
1708
1709 *html input.submit {
1710         padding : .1em;
1711 }
1712
1713 input[type=submit]:active, input[type=button]:active, button.submit:active {
1714         border : 1px inset #999999;
1715 }
1716
1717 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1718         border: 1px outset #999999;
1719         border-top-color: #666;
1720         border-left-color: #666;
1721         -moz-border-radius : 2px;
1722         padding: 0.25em;
1723         background: #ffffff; /* Old browsers */
1724         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1725         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1726         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1727         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1728         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1729         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1730         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1731         color: #333333;
1732 }
1733
1734 input[type=submit]:disabled,
1735 input[type=reset]:disabled,
1736 input[type=button]:disabled,
1737 input.submit:disabled,
1738 button.submit:disabled {
1739     color : #999;
1740     border : 1px solid #C0C0C0;
1741     background : #EEE none;
1742 }
1743
1744 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1745         border : 1px inset #999999;
1746 }
1747
1748 ul li input.submit {
1749         font-size : 87%;
1750         padding : 2px;
1751 }
1752
1753 input.warning {
1754     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1755         padding : 0.25em 0.25em 0.25em 25px;
1756 }
1757
1758 .searchhighlightblob {
1759     font-size:75%;
1760         font-style : italic;
1761 }
1762
1763 a.yuimenuitemlabel:hover {
1764         background-color : #B3D4FF;
1765         color : #000;
1766 }
1767                 
1768 #displayexample {
1769         padding: 5px; 
1770         margin-bottom: 10px;
1771         background-color: #CCCCCC;
1772 }
1773
1774 #irregularity_summary {
1775         vertical-align : top;
1776 }
1777
1778 #toplevelnav {
1779         float : left;
1780         margin-left : .5em;
1781      width: 40%;
1782 }
1783
1784 ul#toplevelmenu {
1785         padding : 0;
1786 }
1787
1788 ul#toplevelmenu li {
1789         display: inline;
1790         padding : 0 .6em;
1791 }
1792                 
1793 ul#toplevelmenu li.more a {
1794         background-image:url(../../img/more-arrow.gif);
1795         background-position:right center;
1796         background-repeat:no-repeat;
1797         padding-right:13px;
1798 }
1799                 
1800 ul#toplevelmenu li.more ul li a {
1801         background-image : none;
1802         padding-right : 20px;
1803 }
1804
1805 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1806         padding: .2em 20px .2em 20px;
1807 }
1808                 
1809 ul#menu li a, ul#toplevelmenu li a {
1810         text-decoration : none;
1811 }
1812 ul#menu li ul li, ul#toplevelmenu li ul li {
1813         display :block;
1814         padding :0;
1815 }
1816 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1817         text-decoration : none;
1818 }
1819
1820 ul#i18nMenu {
1821         margin : 0;
1822         padding : .2em 0;
1823  }
1824  
1825 ul#i18nMenu li {
1826         border-left : 1px solid #CCC;
1827         display : inline;
1828         float: left;
1829         list-style : none;
1830         padding : 0 10px;
1831 }
1832
1833 ul#i18nMenu li.yuimenuitem {
1834         float: none;
1835 }
1836
1837 ul#i18nMenu li:first-child {
1838         border-left : 0;
1839  }
1840  
1841 ul#i18nMenu li ul li {
1842         border : 0;
1843         display : block;
1844         padding : 0;
1845  }
1846  
1847 ul#i18nMenu li.more a {
1848         background-image:url(../../img/more-up-arrow.gif);
1849         background-position:right center;
1850         background-repeat:no-repeat;
1851         padding-right:13px;
1852 }
1853                 
1854 ul#i18nMenu li.more ul li a {
1855         background-image : none;
1856         padding-right : 20px;
1857 }
1858
1859 div.lang {
1860         float:left;
1861 }
1862  
1863  div#changelanguage{
1864         background-color: #fff;
1865         border-top: 1px solid #CCC;
1866   position:absolute;
1867   bottom:0;
1868   left:0;
1869   width:100%;
1870   height: 2em;
1871  }
1872  
1873  @media screen{
1874   body>div#changelanguage {
1875    position: fixed;
1876   }
1877  }
1878  
1879  * html body{
1880   overflow:hidden;
1881  } 
1882  
1883  * html div#doc1{
1884   height:100%;
1885   overflow:auto;
1886  }
1887   
1888  * html div#doc2{
1889   height:100%;
1890   overflow:auto;
1891  }
1892   
1893  * html div#doc3{
1894   height:100%;
1895   overflow:auto;
1896  }
1897
1898 #CheckAll, #CheckNone, #CheckPending {
1899         font-weight : normal;
1900         margin : 0 .5em 0 0;
1901 }
1902 .lost,.dmg,.wdn {
1903         display : block;
1904         color : #990000;
1905 }
1906 .datedue {
1907         display : block;
1908         color : #999;
1909         font-style : italic;
1910 }
1911 /* Tablesorter */
1912 .header {
1913         background-image:url("../../img/ascdesc.gif");
1914         background-position:right center;
1915         background-repeat:no-repeat;
1916         cursor:pointer;
1917         padding : .2em 23px;
1918 }
1919 .headerSortUp {
1920         background-image:url("../../img/asc.gif");
1921 }
1922 .headerSortDown {
1923         background-image:url("../../img/desc.gif");
1924 }
1925
1926 tr.reserved td {
1927         background-color : #eeffd4;
1928 }
1929 tr.transfered td {
1930         background-color : #e8f0f6;
1931 }
1932 .waitinghere,
1933 .credit {
1934         color : #669900;
1935 }
1936
1937 /* Permissions Labels */
1938 label.permissioncode:before {
1939         content: "(";
1940 }
1941 label.permissioncode:after {
1942         content: ")";
1943 }
1944 label.permissioncode {
1945         font-style : italic;
1946 }
1947 span.permissiondesc {
1948         font-weight : normal;
1949 }
1950 #mainuserblock {
1951         border : 1px solid #E8E8E8;
1952         margin-top : .5em;
1953         padding : .5em;
1954 }
1955
1956 /* borrower autocomplete */
1957 #borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1958 .autocomplete .yui-ac-highlight ,
1959 .autocomplete .yui-ac-highlight .sample-result,
1960 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1961 .autocomplete .sample-result { color: black; }
1962 .autocomplete .sample-query { color:#000; }
1963 #findborrower { position:static; width:auto; }
1964 #yborrowercontainer { text-align:left;width:335px; }
1965
1966 /* patron attribues autocomplete for overdues report (pattrodue) */
1967 .pattrodue-autocomplete .pattrodue-result { color: black; }
1968 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1969 .pattrodue-input { position:static; width:auto; }
1970 .pattrodue-container { text-align:left; width:400px; }
1971
1972 .labeledmarc-table {
1973         border: 0;
1974 }
1975
1976 .labeledmarc-label {
1977         border: 0;
1978         padding: 5;
1979         font-size: 11pt;
1980     color: #000000;
1981     font-style: italic;
1982 }
1983
1984 .labeledmarc-value {
1985         border: 0;
1986         padding: 5;
1987         font-size: 10pt;
1988         color: black;
1989 }
1990
1991 .hintsClass {
1992     font-family: tahoma, verdana, arial;
1993     font-size: 12px;
1994     background-color: #f0f0f0;
1995     color: #000000;
1996     border: 1px solid #808080;
1997     padding: 5px;
1998 }
1999 .hintSource {
2000     color: green;
2001     text-decoration: underline;
2002     cursor: pointer;
2003 }
2004
2005 #cartDetails {
2006         background-color : #FFF;
2007         border: 1px solid #739acf;
2008          -moz-box-shadow: 1px 1px 3px 0 #666;
2009          -webkit-box-shadow: 1px 1px 3px 0 #666;
2010          box-shadow: 1px 1px 3px 0 #666;
2011         color : black;
2012         display : none;
2013         margin : 0;
2014         padding : 10px;
2015         text-align : center;
2016         width : 180px;
2017         z-index : 50;
2018 }
2019 #cartmenulink {
2020         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
2021         padding-left : 15px;
2022 }
2023 #cartmenulink span#basketcount span {
2024         display : inline;
2025         font-size : 90%;
2026         font-weight : normal;
2027         padding : 0;
2028 }
2029 #moremenu {
2030         display : none;
2031 }
2032
2033 .results_summary {
2034   display: block;
2035   font-size : 85%; 
2036   color: #707070;
2037   padding : 0 0 .5em 0;
2038 }
2039 .results_summary .label {
2040   color: #202020;
2041 }
2042 .results_summary a {
2043   font-weight: normal;
2044 }
2045
2046 img.spinner {
2047     vertical-align: middle;
2048     padding-right: 0.3em;
2049 }
2050 ul.budget_hierarchy {
2051     margin-left: 0px;
2052     padding-left: 0px;
2053 }
2054 ul.budget_hierarchy li {
2055     display: inline;
2056 }
2057 ul.budget_hierarchy li:after {
2058     content: " -> ";
2059 }
2060 ul.budget_hierarchy li:last-child:after {
2061     content: "";
2062 }
2063 ul.budget_hierarchy li:first-child:after {
2064     content: "";
2065 }
2066 .holdcount { font-size : 105%; line-height : 200%; }
2067 .holdcount a {
2068         border : 1px solid #a4bedd;
2069         background-color : #e4ecf5;
2070         font-weight : bold;
2071         -moz-border-radius: 4px;
2072         border-radius: 4px;
2073         padding : .1em .4em;
2074         text-decoration : none;
2075 }
2076 .holdcount a:hover { background-color : #ebeff7; }
2077 .container {
2078         border : 1px solid #EEE;
2079         padding : 1em;
2080         margin : 1em 0;
2081 }
2082 fieldset.rows+h3 {clear:both;padding-top:.5em;}
2083
2084 .import_export{
2085     position:relative;
2086 }
2087 .import_export .import_export_options{
2088     background: white;
2089     border: 1px solid #CDCDCD;
2090     left: 60px;
2091     padding: 10px;
2092     position: absolute;
2093     top: 0;
2094     z-index: 1;
2095     width: 300px;
2096 }
2097 .import_export_options li{
2098     display: block;
2099     list-style: none;
2100     padding-top: 10px;
2101 }
2102 .import_export_options .import_export_close {
2103     cursor: pointer;
2104     text-decoration: underline;
2105 }
2106 .import_export_options .export_ok {
2107     padding: 10;
2108     background: #E3E3E3 none;
2109     cursor: pointer;
2110     margin-left: 20px;
2111     border: none;
2112 }
2113 .import_export_options .import_ok {
2114     padding: 10;
2115     background: #E3E3E3 none;
2116     cursor: pointer;
2117     margin-left: 20px;
2118     border: none;
2119 }
2120 .form_import .input_import {
2121     border: 1px solid #bcbcbc;
2122 }
2123 .import_export_options .importing {
2124     padding: inherit;
2125     background: none;
2126 }
2127 .li_close_import_export {
2128     text-align: right;
2129 }
2130
2131 .importing {
2132     position: relative;
2133 }
2134
2135 .importing .importing_msg {
2136     padding-left: 10px;
2137     padding-bottom: 10px;
2138 }
2139
2140 .m880 {
2141     display:block; 
2142     text-align:right; 
2143     float:right; 
2144     width:50%; 
2145     padding-left:20px
2146 }
2147
2148 .advsearch {
2149     margin: 0;
2150 }
2151
2152 .advsearch fieldset {
2153     border : 1px solid #EEE;
2154     -moz-border-radius : 3px;
2155     border-radius : 3px;
2156 }
2157
2158 .advsearch fieldset.action {
2159     border : 0;
2160 }
2161
2162 .advsearch fieldset fieldset {
2163     border : 1px solid #EEE;
2164     margin : 0;
2165     padding : .3em .5em;
2166     -moz-border-radius : 0;
2167     border-radius : 0;
2168 }
2169 .advsearch fieldset fieldset+fieldset {
2170     border-top : 0;
2171 }
2172 .advsearch table {
2173     border-spacing : 5px;
2174     border-collapse : separate;
2175     border-width : 0;
2176 }
2177 .advsearch td {
2178     border : 1px solid #EEE;
2179     padding : 0.3em 0.4em;
2180 }
2181 #circ_circulation_issue {
2182     position: relative;
2183     }
2184
2185 #clearscreen {
2186     position: absolute;
2187     top:0;
2188     right:0;
2189     }
2190
2191 #clearscreen a {
2192     display:block;
2193     -moz-border-radius: 0 0 0 5px;
2194     border-radius: 0 0 0 5px;
2195     padding : 0 .7em .2em .7em;
2196     background-color : #EEE;
2197     color : #CCC;
2198     text-shadow: 0px -1px 0px #666;
2199     text-decoration: none;
2200     font-size: 160%;
2201     font-weight : bold
2202     }
2203 #clearscreen a:hover {
2204     color : #cc0000;
2205     }
2206
2207 div.pager {
2208         background-color : #E8E8E8;
2209         border : 1px solid #BCBCBC;
2210         -moz-border-radius : 5px;
2211         display : inline-block;
2212         font-size : 85%;
2213         padding : .3em .5em .3em .5em;
2214         margin : .4em 0;
2215 }
2216 div.pager img {+/* jQuery UI Autocomplete */
2217 +ul.ui-autocomplete li { list-style-type: none; font-size : inherit; }
2218 +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); }
2219 +input.ui-autocomplete-input.active { background: transparent url("../../img/loading-small.gif") right center no-repeat; }
2220
2221         vertical-align : middle;
2222 }
2223 div.pager img.last {
2224         padding-right: 5px;
2225 }
2226 div.pager input.pagedisplay {
2227         border : 0;
2228         background-color : transparent;
2229         font-weight: bold;
2230         text-align : center;
2231 }
2232 a.localimage img {
2233         border : 1px solid #0000CC;
2234         margin : 0 .5em;
2235         padding : .3em;
2236 }
2237 div.pager p {
2238         margin: 0;
2239 }
2240
2241 div#acqui_order_supplierlist > div.supplier {
2242     border: 1px solid #EEEEEE;
2243     margin: 0.5em;
2244     padding: 1em;
2245 }
2246
2247 div#acqui_order_supplierlist > div.supplier > span.suppliername {
2248     display: inline;
2249     font-size: 1.7em;
2250     margin-bottom: 0.5em;
2251 }
2252
2253 div#acqui_order_supplierlist > div.supplier > span.action {
2254     margin-left: 5em;
2255 }
2256
2257 div#acqui_order_supplierlist > div.supplier > div.baskets {
2258     margin-top: 0.5em;
2259 }
2260
2261 /* jQuery UI Autocomplete */
2262 ul.ui-autocomplete li {
2263     list-style-type: none;
2264     font-size : inherit;
2265 }
2266
2267 ul.ui-autocomplete {
2268     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2269     -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2270     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2271 }
2272
2273 .ui-autocomplete.ui-widget-content {
2274     background-image : none;
2275 }
2276
2277 .ui-autocomplete.ui-widget-content .ui-state-hover {
2278     border: 1px solid #B9D8D9;
2279     background: #E6F0F2 none;
2280     font-weight: normal;
2281     color: #212121;
2282 }
2283
2284 .ui-autocomplete-loading {
2285     background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2286 }