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