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