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