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