Adding information that patron is restricted/address in doubt to hold notification...
[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 a, a:link, a:visited, a:active {
5         color : #0000CC;
6 }
7
8 .yui-button a,.yui-button a:link,.yui-button a:visited {
9         color : #000;
10 }
11
12 a:hover {
13         color : #669ACC;
14 }
15
16 a.overdue,.overdue {
17         color : #cc0000;
18 }
19
20 body {
21         text-align : left;
22         padding:0 0 2.5em 0;
23 }
24
25 br.clear {
26         clear : both;
27         line-height : 1px;
28 }
29
30 form {
31         display : inline;
32 }
33
34 form.confirm {
35         display : block;
36         text-align : center;
37 }
38
39 h1 {
40         font-size : 161.6%;
41         font-weight : bold;
42 }
43
44 h2 {
45         font-size : 146.5%;
46         font-weight : bold;
47 }
48
49 h3 {
50         font-size : 131%;
51         font-weight : bold;
52 }
53
54 h4 {
55         font-size : 116%;       
56         font-weight : bold;
57 }
58
59 h5 {
60         font-size : 100%;       
61         font-weight : bold;
62 }
63
64 h6 {
65         font-size : 93%;
66         font-weight : bold;
67 }
68
69 h1,h2,h3,h4,h5,h6 {
70         margin : .3em 0;
71 }
72
73 html {
74 }
75
76 p {
77         margin: .5em 0 .5em 0;
78 }
79
80 strong {
81         font-weight : bold;
82 }
83
84 strong em {
85         font-weight : bold;
86         font-style : italic;
87 }
88
89 em, cite {
90         font-style : italic;
91 }
92
93 em strong {
94         font-weight : bold;
95         font-style : italic;
96 }
97
98 .subfield-label {
99     font-style : italic;
100 }
101
102 #hd {
103 }
104
105 #navigation {
106         border-right : 1px solid #BCBCBC;
107 }
108
109 #navigation li {
110         font-weight : bold;
111 }
112
113 #navigation li li {
114         font-weight : normal;
115 }
116
117 #navigation input {
118         font-size : 85%;
119 }
120
121 #navmenulist li {
122         padding : .2em 0;
123         list-style-image : url("../../img/arrow-bullet.gif");
124         border-bottom : 1px solid #EEE;
125 }
126
127 #navmenulist li a {
128         text-decoration : none;
129 }
130
131 #ft {
132 }
133
134 .yui-u {
135 }
136
137 #doc, #doc1, #doc2, #doc3 {
138         padding-top : 1em;
139 }
140
141 #login   {
142         position : absolute;
143         right : .5em;
144 }
145
146 #login a {
147
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 : #F3F3F3;
172         border-bottom : 1px solid #E8E8E8;
173         line-height : 2em;
174 }
175
176 .clearfix:after {
177     content: ".";
178     display: block;
179     height: 0;
180     clear: both;
181     visibility: hidden;
182 }
183
184 .clearfix {display: inline-block;}
185
186 /* Hides from IE-mac \*/
187 * html .clearfix {height: 1%;}
188 .clearfix {display: block;}
189 /* End hide from IE-mac */
190
191 #sitetitle {
192 /*      background-image : url("../../img/koha-logo-black.png");
193         background-position : 5px 2px;
194         background-repeat : no-repeat;
195         float : left;
196         height : 54px;
197         padding-left : 50px;*/
198         border-bottom : 1px solid #E8E8E8;
199 }
200
201 #sitetitle h1 {
202         display : inline;
203         line-height : 54px;
204 }
205
206 #sitetitle h1 a {
207         text-decoration : none;
208 }
209
210 #submenu {
211         margin : 0 0 .5em 0;
212         padding : 0;
213 }
214
215 #submenu ul {
216         margin : 0;
217         padding : 0;    
218 }
219
220 #submenu ul li {
221         padding-left : 0;
222 }
223
224 table {
225         border-collapse : collapse;
226         border-top : 1px solid #BCBCBC;
227         border-right : 1px solid #BCBCBC;
228 }
229
230 td, th {
231         border-bottom : 1px solid #BCBCBC;
232         border-left : 1px solid #BCBCBC;
233         padding : .2em .3em;
234 }
235
236 td {
237         background-color : White;
238 }
239
240 th {
241         background-color : #E8E8E8;
242         font-weight : bold;
243         text-align : center;
244 }
245
246 table+table {
247         margin-top : 1em;
248 }
249
250 #editions table, #editions td {
251         border : 0;
252 }
253
254
255 tr.highlight td, tr.highlight th, tr.odd td {
256         background-color : #F3F3F3;
257         border : 1px solid #DDDDDD;
258         border-right : 1px solid #DDDDDD;
259 }
260
261 tr.even td, tr.even.highlight td {
262         background-color: #FFF;
263         border-right : 1px solid #DDDDDD;
264 }
265
266 td.od {
267         color : #cc0000;
268         font-weight : bold;
269 }
270
271 tr.warn td {
272         background-color: #FF9090;
273 }
274
275 tr.onissue td {
276         background-color: #FFFFCC;
277 }
278
279 tr.highlight.onissue td {
280         background-color: #FFFFE1;
281 }
282
283 caption {
284         font-size : 133.9%;
285         font-weight : bold;
286         margin : .3em 0;
287 }
288
289 span.problem {
290         background-color : #FFFFCC;
291         color : #990000;
292         font-weight : bold;
293         line-height : 1.7em;
294 }
295
296 fieldset {
297         border : 2px solid #EEEEEE;
298         margin : 1em 1em 1em 0;
299         padding : 1em;
300 }
301
302 legend {
303         font-size : 123.1%;
304         font-weight : bold;
305         margin : 0 0 0 -1em;
306         padding : 0;
307 }
308
309 #breadcrumbs {
310         background-color : #F3F3F3;
311         border-bottom : 1px solid #E8E8E8;
312         clear : both;
313         font-size : 90%;
314         padding :.2em .5em .4em 10px;
315         margin : 0;
316 }
317
318 #header+#breadcrumbs {
319         margin-top : 1em;
320 }
321
322 #commonsearch {
323         display : inline;
324 }
325
326
327 div#header_search {
328         background-position : .5em .5em;
329         background-repeat : no-repeat;
330         float: left;
331         margin: .3em 0 .5em 0;
332 }
333
334 div#header_search input {
335         font-size : 1.3em;
336 }
337
338 div#header_search ul.link-tabs {
339         font-family : Arial, Geneva, sans-serif;
340         margin-bottom : -4px;
341 }
342
343 div#header_search ul.link-tabs li.on a,
344 div#header_search ul.link-tabs li a,
345 div#header_search ul.link-tabs li.off a {
346         padding : 0.1em .5em .2em .5em;
347 }
348
349 div#header_search div.residentsearch {
350         border : 0;
351         border-bottom : 1px solid #FF9900;
352         padding : 0 0 .2em 0;
353 }
354
355 div#reserves,div#checkouts {
356         border : 1px solid #E8E8E8;
357         padding : 1em;
358 }
359
360 .tip {
361         font-size: 93%;
362         color : Gray;
363 }
364
365 .single-line {
366         white-space: nowrap;
367 }
368
369 .ex {
370         font-family : "Courier New", Courier, fixed-width;
371         font-weight : bold;
372 }
373
374
375 div.yui-b h5 {
376         font-size : 100%;
377         margin : .5em 0;
378 }
379
380 dt {
381         font-weight : bold;
382 }
383
384 dd {
385         padding : .2em;
386         font-size : 90%;
387         text-indent : 2.5em;
388         font-weight : normal;
389 }
390
391 div#toolbar {
392         background-color : #F3F3F3;
393         margin-bottom : .7em;
394 }
395
396 ul.toolbar {
397         padding-left : 0;
398 }
399
400 .yui-menu-button  {
401         
402 }
403
404 a.yuimenuitemlabel-disabled, #disabled a {
405         color: #999;
406 }
407 a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
408         color : #999;
409 }
410
411 ul.toolbar li {
412         display : inline;
413         list-style : none;
414 }
415
416 div.patroninfo {
417         margin-top : -.5em;
418 }
419
420 *html div.patroninfo {
421         margin-right : .5em;
422 }
423
424 div.patroninfo h5 {
425         border-right :  1px solid #000;
426         margin-bottom : 0;
427         padding-left : -.5em;
428         padding-top : .3em;
429         padding-bottom : .5em;
430 }
431
432 div.patroninfo ul {
433         border : 0;
434         border-right : 1px solid #000;
435         border-bottom : 0;
436         border-top : 0;
437         padding : 0;
438         margin : 0;
439 }
440
441 div.patroninfo ul li {
442         margin : 0;
443 }
444
445 div.patroninfo ul li, div.patronviews ul li {
446         list-style-type : none;
447 }
448
449 div.patronviews {
450         border-right :  1px solid #000;
451         border-top : 1px solid #000;
452         margin-bottom : .5em;
453         padding : .5em 0 .5em 0;
454 }
455
456 .column-tool {
457         font-size: 80%;
458 }
459
460 fieldset.brief {
461         border : 1px solid #E8E8E8;
462 }
463
464 fieldset.brief label {
465         display : block;
466         font-weight : bold;
467         padding : .3em 0;
468 }
469
470 fieldset.brief ol, fieldset.brief li {
471         list-style-type : none;
472 }
473
474 fieldset.brief div.hint, fieldset.rows div.hint {
475         color : #999999;
476         font-size : 95%;
477         margin-bottom : .4em;
478 }
479
480 div.yui-b fieldset.brief {
481         padding : .4em .7em;
482 }
483
484 div.yui-b fieldset.brief ol {
485         font-size : 85%;
486         margin : 0;
487         padding : 0;
488 }
489
490 div.yui-b fieldset.brief select {
491         width: 12em;
492 }
493
494 fieldset.rows {  
495 border-width : 1px;
496 border-bottom : 1px solid #666;
497 float : left;
498 font-size : 90%;
499 clear : left;
500 margin: .9em 0 0 0;  
501 padding: 0;
502 width: 100%; 
503 }
504
505 fieldset.rows legend {  
506         margin-left: 1em;
507         font-weight: bold;
508         font-size : 110%;
509 }
510
511 fieldset.rows label, fieldset.rows span.label {  
512         float: left;  
513         font-weight : bold;
514         width: 6em;  
515         margin-right: 1em;  
516         text-align: right;
517 }
518
519 fieldset.rows fieldset {
520         border-width : 1px;
521         margin : 0 0 .5em 0;
522         padding : .3em;
523 }
524
525 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
526         width: 9em;  
527 }
528
529 .yui-b fieldset.rows div.hint {
530         margin-left : 10.5em;
531 }
532
533 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
534         width: 6em;  
535 }
536
537 .yui-u fieldset.rows div.hint {
538         margin-left : 7.5em;
539 }
540
541 fieldset.rows.left label, fieldset.rows.left span.label {
542         width : 8em;
543         text-align : left;      
544 }
545
546 fieldset.rows ol {  
547 padding: 1em 1em 0 1em;  
548 list-style-type: none;
549 }
550
551 fieldset.rows li {  
552 float : left;
553 clear : left;
554 padding-bottom: 1em;
555 list-style-type: none;
556 width: 100%; 
557 }
558
559 fieldset.rows.left li {
560         padding-bottom : .4em;
561 }
562
563 fieldset.rows li.radio {
564         padding-left: 9em;
565         width : auto;
566 }
567
568 fieldset.rows li.radio label {
569         float : none;
570         width : auto;
571         margin : 0 0 0 1em;
572 }
573
574 fieldset.rows ol.radio label {
575         width : auto;
576         float : none;
577         margin-right : 0;
578 }
579
580 fieldset.rows ol.radio label.radio {
581         float : left;
582         width : 12em;
583         margin-right : 1em;
584 }
585
586 fieldset.rows table {
587         font-size : 105%;
588         clear : both;
589         margin : 1em 0 1em 1em;
590 }
591
592 fieldset.rows td label {
593         float : none;
594         font-weight : normal;
595         width : auto;
596 }
597
598 fieldset.rows label.yesno {
599         float : none;
600         width : auto;
601 }
602
603 fieldset.action, div.action {
604         clear : both;
605         float : none;
606         border : none;
607         margin : 0;
608         padding : 1em 0 .3em 0;
609         width : auto;
610 }
611
612 div.rows {
613 float : left;
614 clear : left;
615 margin: 0 0 0 0;  
616 padding: 0;
617 width: 100%; 
618 }
619
620
621 div.rows span.label {  
622         float: left;  
623         font-weight : bold;
624         width: 9em;  
625         margin-right: 1em;  
626         text-align: left;
627 }
628
629 div.rows ol {  
630 padding: .5em 1em 0 0;  
631 list-style-type: none;
632 }
633
634 div.rows ol li li {
635         border-bottom: 0;
636 }
637
638 div.rows li {
639 border-bottom :  1px solid #EEE;
640 float : left;
641 clear : left;
642 padding-bottom: .2em;
643 padding-top: .1em;
644 list-style-type: none;
645 width: 100%; 
646 }
647
648 a.cancel {
649         padding-left : 1em;
650 }
651
652 fieldset.rows fieldset.action {
653         padding : 1em;
654 }
655
656 fieldset.rows label.inline {
657         display : inline;
658         float : none;
659         margin-left : 1em;
660         width : auto;
661 }
662
663 fieldset.rows .inputnote {
664         float : left;
665         margin : .5em 0 0 10em;
666 }
667
668 .ui-tabs-nav li {
669         margin-right : .5em;
670         position : relative;
671         top : -1px;
672 }
673
674 .ui-tabs-nav li.ui-tabs-selected {
675
676 }
677
678 .ui-tabs-nav a, .ui-tabs-nav a span, .ui-tabs-nav span.a {
679    background : none;
680         display : block;
681         padding: .2em .5em .25em .5em;
682 }
683
684 .ui-tabs-nav a, .ui-tabs-nav span.a {
685
686 }
687
688 .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected span.a {
689         background-color : #FFFFCC;
690         border-top: 1px solid #FFFFCC;
691         border-right: 1px solid #FF9900;
692         border-bottom: 1px solid #FF9900;
693         border-left: 1px solid #FFCC66;
694         font-weight : bold;
695         text-align : center;
696         text-decoration : none;
697
698 }
699
700 .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 {
701     outline: 0; /* prevent dotted border in Firefox */
702 }
703
704 .ui-tabs-nav .ui-tabs-selected a:hover {
705         color : #0000CC;
706 }
707
708 .ui-tabs-nav li.ui-tabs-selected {
709         background-color : #FFFFCC;
710 }
711
712 .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 {
713          background : none;
714     outline: 0; /* prevent dotted border in Firefox */
715 }
716
717 .tabs-container {
718     border-top: 0;
719     padding : inherit;
720     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
721 }
722 .tabs-loading em {
723     padding: inherit;
724     background: none;
725 }
726
727 .toptabs {
728         margin-top : 1em;
729 }
730
731 .toptabs .ui-tabs-nav li {
732         margin-right : .5em;
733         position : relative;
734         top : 1px;
735 }
736
737 .toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
738         background-color : #F3F3F3;
739         border : 1px solid #E8E8E8;
740         text-align : center;
741         text-decoration : none;
742 }
743
744 .toptabs .ui-tabs-nav li.ui-tabs-selected  {
745
746 }
747
748 .toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
749         background-color : #FFF;
750         border-bottom : 1px solid #FFF;
751         margin-top : 0;
752 }
753
754 .toptabs .tabs-container {
755         border : 1px solid #E8E8E8;
756         padding : 1em;
757 }
758
759 .checkedout {
760         color : #999999;
761         font-style : italic;
762 }
763
764 .subfield_not_filled {
765         background-color : #FFFF99;
766 }
767 .content_hidden {
768     visibility:hidden; /* you propably don't need to change this one */
769     display:none;
770 }
771
772 /* the property for the displayed tab */
773 .content_visible {
774     visibility:visible; /* you propably don't need to change this one */
775     display:block;
776 }
777 #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, #neworder a {
778         padding-left : 34px;
779         background-image: url("../../img/toolbar-new.gif");
780         background-position : center left;
781         background-repeat : no-repeat;
782 }
783
784 #changepassword a {
785         padding-left : 34px;
786         background-image: url("../../img/toolbar-password.gif");
787         background-position : center left;
788         background-repeat : no-repeat;
789 }
790
791 #manageorders a {
792         padding-left : 34px;
793         background-image: url("../../img/toolbar-orders.gif");
794         background-position : center left;
795         background-repeat : no-repeat;
796 }
797
798
799 #savemenuc .first-child, #addbiblio .first-child {
800         padding-left : 34px;
801         background-image: url("../../img/toolbar-save.gif");
802         background-position : center left;
803         background-repeat : no-repeat;
804 }
805
806 #editpatron a, #editmenuc .first-child, #editshelf a, #edit a, #editsupplier a {
807         padding-left : 34px;
808         background-image: url("../../img/toolbar-edit.gif");
809         background-position : center left;
810         background-repeat : no-repeat;
811 }
812
813 #duplicate a {
814         padding-left : 34px;
815         background-image: url("../../img/toolbar-duplicate.gif");
816         background-position : center left;
817         background-repeat : no-repeat;
818 }
819
820 #receive a {
821         padding-left : 34px;
822         background-image: url("../../img/toolbar-receive.gif");
823         background-position : center left;
824         background-repeat : no-repeat;
825 }
826
827 #renew a {
828         padding-left : 34px;
829         background-image: url("../../img/toolbar-renew.gif");
830         background-position : center left;
831         background-repeat : no-repeat;
832 }
833
834 #deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
835         padding-left : 34px;
836         background-image: url("../../img/toolbar-delete.gif");
837         background-position : center left;
838         background-repeat : no-repeat;
839 }
840
841 #z3950search .first-child {
842         padding-left : 34px;
843         background-image: url("../../img/toolbar-search.gif");
844         background-position : center left;
845         background-repeat : no-repeat;
846 }
847 #printbiblio button, #printbiblio a, #printmenuc .first-child {
848         padding-left : 34px;
849         background-image: url("../../img/toolbar-print.gif");
850         background-position : center left;
851         background-repeat : no-repeat;
852 }
853
854 #addtoshelf button, #addtoshelf a {
855         padding-left : 34px;
856         background-image: url("../../img/toolbar-add-to-shelf.gif");
857         background-position : center left;
858         background-repeat : no-repeat;
859 }
860
861 #placehold a {
862         padding-left : 34px;
863         background-image: url("../../img/toolbar-hold.gif");
864         background-position : center left;
865         background-repeat : no-repeat;
866 }
867
868 #editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child {
869         padding-left : 15px;
870 }
871
872 .error,
873 .error a,
874 .error a:link,
875 .error a:visited {
876        color: #cc0000;
877 }
878
879 div.error {
880         border : 2px dashed #990000;
881         background-color : #FFFF99;
882         padding : .5em;
883         margin : 1em;
884 }
885
886 input.alert {
887         background-color : #FFFF99;
888         border-color: #900;
889 }
890
891 ol.bibliodetails {
892         float: left;
893         margin : 0 0 1em 1em;
894 }
895
896 ol.bibliodetails li {
897         border-bottom: 1px solid #E8E8E8;
898         list-style-type : none;
899         padding : .1em;
900 }
901
902 ol.bibliodetails span.label {
903         border-right : 1px solid #E8E8E8;
904         float : left;
905         font-weight: bold;
906         width: 12em;  
907         margin-right: 1em;  
908 }
909
910 div.listgroup {
911         clear :  left;
912 }
913
914 div.listgroup h4 {
915         font-style: italic;
916 }
917
918 div.listgroup h4 a {
919         font-size :  80%;
920 }
921
922 div.listgroup input {
923         font-size: 80%;
924 }
925
926 div.sysprefs h3 {
927         margin : .2em 0 .2em .4em;
928 }
929
930 div.sysprefs dl {
931         margin-left : 1.5em;
932 }
933
934 div.sysprefs div.hint {
935         width : 25%;
936         float : right;
937         padding : .5em;
938         margin : .7em;
939 }
940
941 tr.highlight td {
942         background-color : #F6F6F6;
943 }
944
945 tr.highlight th[scope=row] {
946         background-color : #DDDDDD;
947 }
948
949 tr.confirm td, tr.highlight.confirm td {
950         background-color : #ffbfbf;
951 }
952
953 #circ_circulation_issue label {
954         font-size: 105%;
955         font-weight : bold;
956 }
957
958 #circ_circulation_issue div.hint {
959         color : #666666;
960         margin: .2em 0;
961 }
962
963 #circ_circulation_issue .date-select {
964         font-size : 85%;
965         padding-top : .3em;
966 }
967
968 #circ_circulation_issue .date-select label {
969         font-size : inherit;
970         font-weight: normal;
971 }
972
973 #circ_circulation_issue .date-select input {
974         padding : 1px;
975 }
976
977 tr.expired td {
978         color : #999999;
979 }
980
981 span.expired {
982         color : #990000;
983         font-style : italic;
984 }
985
986 div.help {
987         margin: .9em 0 0 0;  
988 }
989
990 .blocker {
991         color : #990000;
992 }
993
994 .circmessage li {
995         list-style : url(../../img/arrow-bullet.gif);
996         margin-bottom : .2em;
997 }
998
999 div.circmessage:first-child {
1000         margin-top : 1em;
1001 }
1002
1003 div.circmessage {
1004         padding: 0 .4em .4em .4em;
1005         margin-bottom : .3em;
1006 }
1007
1008 span.circ-hlt {
1009         color : #cc0000;
1010         font-weight : bold;
1011 }
1012
1013 div.first fieldset {
1014         margin-right : 0;
1015 }
1016
1017 #circ_needsconfirmation {
1018         margin : auto;
1019 }
1020
1021 .dialog {
1022   border: 1px solid #bcbcbc;
1023         padding : .5em;
1024         margin : 1em auto;
1025   width: 65%;
1026   }
1027   
1028 .dialog table {
1029         margin : .5em auto;
1030 }
1031
1032 .dialog table th {
1033         text-align : right;
1034 }
1035
1036 .dialog table td {
1037         text-align : left;
1038 }
1039   
1040 .dialog  h2, .dialog h3, .dialog h4 {
1041         margin : auto;
1042         text-align : center;
1043   }
1044   
1045 .dialog input {
1046         background-color : #FFF;
1047         border : 1px solid #bcbcbc;
1048         margin : .4em;
1049         padding : .4em .4em .4em 25px;
1050  }
1051  
1052 .dialog input.approve, td input.approve {
1053         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1054         padding : .4em .4em .4em 25px;  
1055  }
1056  
1057 td input.approve {
1058         background-color : #FFC;
1059 }
1060
1061 .dialog input.deny {
1062         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1063         padding : .4em .4em .4em 25px;
1064  }
1065
1066 .dialog input.save {
1067         background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1068         color:black;
1069         padding: .4em .4em .4em 34px;
1070 }
1071  
1072 .dialog input.edit {
1073         background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1074         color:black;
1075         padding: .4em .4em .4em 34px;
1076 }
1077
1078 .dialog input.print {
1079         background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1080         padding : .4em .4em .4em 25px;  
1081 }
1082
1083 .dialog input:hover {
1084         background-color : #ffc;
1085  }
1086
1087 div.alert {
1088   background : #FFC url(../../img/alert-bg.gif) repeat-x left 0;
1089   text-align : center;
1090 }
1091
1092 div.alert strong {
1093         color : #900;
1094 }
1095
1096 div.message {
1097         background : white url("../../img/message-bg.gif") repeat-x left 0;
1098         border : 1px solid #bcbcbc;
1099         text-align: center;
1100         width : 55%;
1101 }
1102
1103 div.message ul,
1104 div.message h5 {
1105         padding-left : 25%;
1106         text-align : left;
1107 }
1108
1109 div.message ul+h4 {
1110         margin-top : .7em;
1111 }
1112  
1113  div.results {
1114         padding : .7em 0;
1115  }
1116  
1117  .accesskey {
1118         text-decoration : underline;
1119  }
1120  
1121 .required {
1122     color : #C00;
1123 }
1124
1125 span.required {
1126         font-style : italic;
1127 }
1128
1129 .term {
1130     background-color: #FFC;
1131          color : #990000;
1132 }
1133
1134 a .term {
1135          text-decoration : underline;
1136 }
1137
1138 a:hover .term {
1139         color : #FF9090;
1140 }
1141
1142 div#menu {
1143         border-right: 1px solid #000;
1144         margin-right: .5em;
1145         padding-top: 1em;
1146         padding-bottom: 2em;
1147 }
1148
1149 *html #menu li {
1150         display : inline;
1151 }
1152
1153 div#menu li a {
1154         text-decoration: none;
1155         display: block;
1156         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1157         border: 1px solid #000;
1158         font-size: 111%;
1159         margin: .5em 0;
1160         padding: .4em .3em;
1161         margin-right :  -1px;
1162 }
1163
1164 div#menu li a:hover {
1165         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1166 }
1167
1168 div#menu li.active a:hover {
1169         background-color: #fff;
1170         color :  #0000CC;
1171 }
1172
1173 #menu ul li {
1174         list-style-type: none;
1175 }
1176
1177 #menu ul li.active a {
1178         background-color: #FFF;
1179         background-image : none;
1180         border-right: 0;
1181         font-weight: bold;
1182 }
1183
1184 ul.error {
1185         background : #ffffcc;
1186         border : 1px solid #ff9090;
1187         margin : .5em;
1188         padding : .5em .5em .5em 1.5em;
1189         width : 75%
1190 }
1191
1192 h1#logo {
1193         border:0pt none;
1194         float:left !important;
1195         margin:0;
1196         padding:0;
1197         width:180px;
1198 }
1199 h1#logo {
1200         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1201         border: 0;
1202         margin:0.75em .3em 0.75em .7em;
1203         padding:0;
1204 }
1205
1206 *html h1#logo {
1207         margin : 0.75em .3em 0.75em .3em;
1208 }
1209
1210 h1#logo a {
1211         border:0;
1212         cursor:pointer;
1213         display:block;
1214         height:0px !important;
1215         margin:0;
1216         overflow:hidden;
1217         padding:44px 0 0;
1218         text-decoration:none;
1219         width:180px;
1220 }
1221
1222 #closewindow {
1223         margin-top : 2em;
1224         text-align : center;
1225 }
1226
1227 #closewindow a {
1228         font-weight : bold;     
1229 }
1230
1231 .patroninfo+#menu {
1232         margin-right : 0;
1233 }
1234
1235 .barcode {
1236         font-size :  200%;
1237 }
1238
1239 .email {
1240 font-size :  87%;
1241 width : 15em;
1242 margin: 0;
1243 padding: 0;
1244 overflow :  hidden;
1245 }
1246
1247 .empty {
1248         color : #CCC;
1249 }
1250
1251 .address {
1252         font-size: 110%;
1253 }
1254
1255 .clearfix:after {
1256     content: "."; 
1257     display: block; 
1258     height: 0; 
1259     clear: both; 
1260     visibility: hidden;
1261 }
1262
1263 /* Hides from IE-mac \*/
1264 * html .clearfix {height: 1%;}
1265 /* End hide from IE-mac */
1266
1267 .title {
1268         font-weight : bold;
1269         font-size : 105%;
1270 }
1271
1272 .reserve {
1273         float : right;
1274         font-weight : bold;
1275 }
1276
1277 .thumbnail {
1278         display : block;
1279         margin : auto;
1280 }
1281
1282 #searchresults ul li {
1283         list-style : url(../../img/item-bullet.gif);
1284 }
1285
1286 #searchresults table td {
1287         vertical-align : top;
1288 }
1289
1290 #searchheader {
1291         background-color : #f3f3f3;
1292         font-size : 80%;
1293         margin : 0 0 .5em -1px;
1294         padding : .1em 0 .1em 1em;
1295 }
1296
1297 #searchheader h3 {
1298 }
1299
1300 #searchheader form {
1301         float : right;
1302 }
1303
1304 #search-facets ul {
1305         margin : 0;
1306         padding : .3em;
1307 }
1308
1309 #search-facets {
1310         border : 1px solid #e8e8e8;
1311 }
1312
1313 #search-facets h4 {
1314         background-color : #F3F3F3;
1315         border-bottom : 1px solid #e8e8e8;
1316         font-size : 90%;
1317         margin : 0;
1318         padding : .4em .2em;
1319         text-align : center;
1320 }
1321
1322 #search-facets ul li {
1323         font-weight : bold;
1324         list-style-type : none;
1325 }
1326
1327 #search-facets li li {
1328         font-weight : normal;
1329         font-size : 85%;
1330         margin-bottom : 2px;
1331         padding : .1em .2em;
1332 }
1333
1334 #search-facets li li a {
1335 }
1336
1337 #search-facets li.showmore {
1338         font-weight : bold;
1339         text-indent : 1em;
1340 }
1341
1342 div.pages {
1343         margin : .5em 0;
1344 }
1345
1346 div.pages a {
1347         font-weight: bold;
1348         padding: 1px 5px 1px 5px;
1349         text-decoration: none;
1350 }
1351
1352 div.pages a:link {
1353         background-color : #eeeeee;
1354         color : #3366CC;
1355 }
1356
1357 div.pages a:hover {
1358         background-color : #e8f0f6;
1359 }
1360
1361 div.pages a:active {
1362         background-color : #ffc;
1363 }
1364
1365 div.browse {
1366         margin : .5em 0;
1367 }
1368
1369 div#bookcoverimg {
1370         text-align : center;
1371 }
1372
1373 div#header_search input.submit {
1374         font-size : 1em;
1375 }
1376
1377 input[type=submit], input[type=button] {
1378         border: 1px outset #999999;
1379         border-top-color: #666;
1380         border-left-color: #666;
1381         padding: 0.25em;
1382         background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1383         color: #333333;
1384 }
1385
1386 input.submit,button.submit {
1387         border: 1px solid #999999;
1388         border-top-color: #666;
1389         border-left-color: #666;
1390         padding: 0.25em;
1391         background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1392         color: #333333;
1393 }
1394
1395 *html input.submit {
1396         padding : .1em;
1397 }
1398
1399 input[type=submit]:active, input[type=button]:active {
1400         border : 1px inset #999999;
1401 }
1402
1403 input[type=reset], input[type=button], input.submit, button.submit {
1404         border: 1px outset #999999;
1405         border-top-color: #666;
1406         border-left-color: #666;
1407         padding: 0.25em;
1408         background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1409         color: #333333;
1410 }
1411
1412 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1413         border : 1px inset #999999;
1414 }
1415
1416 ul li input.submit {
1417         font-size : 87%;
1418         padding : 2px;
1419 }
1420
1421 input.warning {
1422     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1423         padding : 0.25em 0.25em 0.25em 25px;
1424 }
1425
1426 .searchhighlightblob {
1427     font-size:75%;
1428         font-style : italic;
1429 }
1430
1431 a.yuimenuitemlabel:hover {
1432         background-color : #B3D4FF;
1433         color : #000;
1434 }
1435                 
1436 #displayexample {
1437         padding: 5px; 
1438         margin-bottom: 10px;
1439         background-color: #CCCCCC;
1440 }
1441
1442 #irregularity_summary {
1443         vertical-align : top;
1444 }
1445
1446 #toplevelnav {
1447         float : left;
1448         margin-left : .5em;
1449 }
1450
1451 ul#toplevelmenu {
1452         padding : 0;
1453 }
1454                 
1455 ul#toplevelmenu li {
1456         display: inline;
1457         padding : 0 .6em;
1458 }
1459                 
1460 ul#toplevelmenu li.more a {
1461         background-image:url(../../img/more-arrow.gif);
1462         background-position:right center;
1463         background-repeat:no-repeat;
1464         padding-right:13px;
1465 }
1466                 
1467 ul#toplevelmenu li.more ul li a {
1468         background-image : none;
1469         padding-right : 20px;
1470 }
1471
1472 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1473         padding: .2em 20px .2em 20px;
1474 }
1475                 
1476 ul#menu li a, ul#toplevelmenu li a {
1477         text-decoration : none;
1478 }
1479 ul#menu li ul li, ul#toplevelmenu li ul li {
1480         display :block;
1481         padding :0;
1482 }
1483 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1484         text-decoration : none;
1485 }
1486
1487 ul#i18nMenu {
1488         margin : 0;
1489         padding : .2em 0;
1490  }
1491  
1492 ul#i18nMenu li {
1493         border-left : 1px solid #CCC;
1494         display : inline;
1495         list-style : none;
1496         padding : 0 10px;
1497  }
1498  
1499 ul#i18nMenu li:first-child {
1500         border-left : 0;
1501  }
1502  
1503 ul#i18nMenu li ul li {
1504         border : 0;
1505         display : block;
1506         padding : 0;
1507  }
1508  
1509                 
1510 ul#i18nMenu li.more a {
1511         background-image:url(../../img/more-up-arrow.gif);
1512         background-position:right center;
1513         background-repeat:no-repeat;
1514         padding-right:13px;
1515 }
1516                 
1517 ul#i18nMenu li.more ul li a {
1518         background-image : none;
1519         padding-right : 20px;
1520 }
1521  
1522  div#changelanguage{
1523         background-color: #fff;
1524         border-top: 1px solid #CCC;
1525   position:absolute;
1526   bottom:0;
1527   left:0;
1528   width:100%;
1529   height: 2em;
1530  }
1531  
1532  @media screen{
1533   body>div#changelanguage {
1534    position: fixed;
1535   }
1536  }
1537  
1538  * html body{
1539   overflow:hidden;
1540  } 
1541  
1542  * html div#doc1{
1543   height:100%;
1544   overflow:auto;
1545  }
1546   
1547  * html div#doc2{
1548   height:100%;
1549   overflow:auto;
1550  }
1551   
1552  * html div#doc3{
1553   height:100%;
1554   overflow:auto;
1555  }
1556
1557 #CheckAll, #CheckNone, #CheckPending {
1558         font-weight : normal;
1559         margin : 0 .5em 0 0;
1560 }
1561 .lost,.dmg,.wdn {
1562         display : block;
1563         color : #990000;
1564 }
1565 .datedue {
1566         display : block;
1567         color : #999;
1568         font-style : italic;
1569 }
1570 /* Tablesorter */
1571 .header {
1572         background-image:url("../../img/ascdesc.gif");
1573         background-position:right center;
1574         background-repeat:no-repeat;
1575         cursor:pointer;
1576         padding : .2em 23px;
1577 }
1578 .headerSortUp {
1579         background-image:url("../../img/asc.gif");
1580 }
1581 .headerSortDown {
1582         background-image:url("../../img/desc.gif");
1583 }
1584
1585 tr.reserved td {
1586         background-color : #eeffd4;
1587 }
1588 tr.transfered td {
1589         background-color : #e8f0f6;
1590 }
1591 .waitinghere {
1592         color : #669900;
1593 }
1594
1595 /* Permissions Labels */
1596 label.permissioncode:before {
1597         content: "(";
1598 }
1599 label.permissioncode:after {
1600         content: ")";
1601 }
1602 label.permissioncode {
1603         font-style : italic;
1604 }
1605 span.permissiondesc {
1606         font-weight : normal;
1607 }
1608 /* autocomplete additions */
1609 #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1610 .autocomplete .yui-ac-highlight ,
1611 .autocomplete .yui-ac-highlight .sample-result,
1612 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1613 .autocomplete .sample-result { color: black; }
1614 .autocomplete .sample-query { color:#000; }
1615 #findborrower { position:static; width:auto; }
1616 #yborrowercontainer { text-align:left;width:335px; }
1617 #mainuserblock {
1618         border : 1px solid #E8E8E8;
1619         margin-top : .5em;
1620         padding : .5em;
1621 }