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