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