9eb7fa22a4b4aced67fb3d8a5bc49a5132002428
[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         border: 1px solid #000;
1337         font-size: 111%;
1338         margin: .5em 0;
1339         padding: .4em .3em;
1340         margin-right :  -1px;
1341 }
1342
1343 div#menu li a:hover {
1344         background: #e8f0f6; /* Old browsers */
1345         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1346         background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1347         background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1348         background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1349         background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1350         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1351         background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1352 }
1353
1354 div#menu li.active a:hover {
1355         background-color: #fff;
1356         color :  #0000CC;
1357 }
1358
1359 #menu ul li {
1360         list-style-type: none;
1361 }
1362
1363 #menu ul li.active a {
1364         background-color: #FFF;
1365         background-image : none;
1366         border-right: 0;
1367         font-weight: bold;
1368 }
1369
1370 ul.error {
1371         background : #ffffcc;
1372         border : 1px solid #ff9090;
1373         margin : .5em;
1374         padding : .5em .5em .5em 1.5em;
1375         width : 75%
1376 }
1377
1378 h1#logo {
1379         border:0pt none;
1380         float:left !important;
1381         margin:0;
1382         padding:0;
1383         width:180px;
1384 }
1385 h1#logo {
1386         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1387         margin:0.75em .3em 0.75em .7em;
1388 }
1389
1390 *html h1#logo {
1391         margin : 0.75em .3em 0.75em .3em;
1392 }
1393
1394 h1#logo a {
1395         border:0;
1396         cursor:pointer;
1397         display:block;
1398         height:0px !important;
1399         margin:0;
1400         overflow:hidden;
1401         padding:44px 0 0;
1402         text-decoration:none;
1403         width:180px;
1404 }
1405
1406 #closewindow {
1407         margin-top : 2em;
1408         text-align : center;
1409 }
1410
1411 #closewindow a {
1412         font-weight : bold;     
1413 }
1414
1415 .patroninfo+#menu {
1416         margin-right : 0;
1417 }
1418
1419 .barcode {
1420         font-size :  200%;
1421 }
1422
1423 li.email a {
1424         display:block;
1425         overflow:hidden;
1426         width:13em;
1427 }
1428 li.email {
1429         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1430         font-size :  87%;
1431         overflow:hidden;
1432         padding :0 10px 0 0;
1433         width:13em;
1434 }
1435
1436 .empty {
1437         color : #CCC;
1438 }
1439
1440 .address {
1441         font-size: 110%;
1442 }
1443
1444 .clearfix:after {
1445     content: "."; 
1446     display: block; 
1447     height: 0; 
1448     clear: both; 
1449     visibility: hidden;
1450 }
1451
1452 /* Hides from IE-mac \*/
1453 * html .clearfix {height: 1%;}
1454 /* End hide from IE-mac */
1455
1456 .title {
1457         font-weight : bold;
1458         font-size : 105%;
1459 }
1460
1461 .hold {
1462         float : right;
1463         font-size: 90%;
1464         margin: 0;
1465 }
1466
1467 .thumbnail {
1468         display : block;
1469         margin : auto;
1470 }
1471
1472 #searchresults ul li {
1473         font-size : 90%;
1474         list-style : url(../../img/item-bullet.gif);
1475         padding : .2em 0;
1476         clear : left;
1477 }
1478
1479 #searchresults span.status {
1480         clear : left;
1481         color : #900;
1482         display : block;
1483 }
1484
1485 #searchresults span.unavailable {
1486         clear : left;
1487         display : block;
1488 }
1489
1490 #searchresults .availability strong {
1491         display : block;
1492 }
1493
1494 #searchresults ul li img {
1495         float : left;
1496         margin : 3px 5px 3px -5px;
1497 }
1498
1499 #searchresults table td {
1500         vertical-align : top;
1501 }
1502
1503 #searchheader {
1504         background-color : #f3f3f3;
1505         font-size : 80%;
1506         margin : 0 0 .5em -1px;
1507         padding : .1em 0 .1em 1em;
1508 }
1509
1510 /* Hack just for Firefox */
1511 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1512         padding-bottom : 3px;
1513 }
1514
1515 #searchheader h3 {
1516 }
1517
1518 #searchheader form {
1519         float : right;
1520 }
1521
1522 #searchheader form.fz3950 {
1523         float : right;
1524         font-size : 125%;
1525         padding : 0 0 0 5em;
1526 }
1527
1528 #searchheader form.fz3950bigrpad {
1529         float : right;
1530         font-size : 125%;
1531         padding : 5px 25em 0 0;
1532 }
1533
1534 #searchheader .yui-button button,
1535 #searchheader .yui-button a {
1536         line-height : 1.5em;
1537 }
1538
1539 #search-facets ul {
1540         margin : 0;
1541         padding : .3em;
1542 }
1543
1544 #search-facets {
1545         border : 1px solid #e8e8e8;
1546 }
1547
1548 #search-facets h4 {
1549         background-color : #F3F3F3;
1550         border-bottom : 1px solid #e8e8e8;
1551         font-size : 90%;
1552         margin : 0;
1553         padding : .4em .2em;
1554         text-align : center;
1555 }
1556
1557 #search-facets ul li {
1558         font-weight : bold;
1559         list-style-type : none;
1560 }
1561
1562 #search-facets li li {
1563         font-weight : normal;
1564         font-size : 85%;
1565         margin-bottom : 2px;
1566         padding : .1em .2em;
1567 }
1568
1569 #search-facets li li a {
1570 }
1571
1572 #search-facets li.showmore {
1573         font-weight : bold;
1574         text-indent : 1em;
1575 }
1576
1577 div.pages {
1578         margin : .5em 0;
1579 }
1580
1581 div.pages a {
1582         font-weight: bold;
1583         padding: 1px 5px 1px 5px;
1584         text-decoration: none;
1585 }
1586
1587 div.pages a:link,
1588 div.pages a:visited {
1589         background-color : #eeeeee;
1590         color : #3366CC;
1591 }
1592
1593 div.pages a:hover {
1594         background-color : #FFC;
1595 }
1596
1597 div.pages a:active {
1598         background-color : #ffc;
1599 }
1600
1601 div.pages .current,
1602 div.pages .currentPage {
1603         background-color : #e6fcb7;
1604         color : #666;
1605         font-weight: bold;
1606         padding: 1px 5px 1px 5px;
1607 }
1608
1609 div.pages .inactive {
1610         background-color : #f3f3f3;
1611         color : #BCBCBC;
1612         font-weight: bold;
1613         padding: 1px 5px 1px 5px;
1614 }
1615
1616 div.browse {
1617         margin : .5em 0;
1618 }
1619
1620 div#bookcoverimg {
1621         text-align : center;
1622 }
1623
1624 div#header_search input.submit {
1625         font-size : 1em;
1626 }
1627
1628 *html input.submit {
1629         padding : .1em;
1630 }
1631
1632 input[type=submit]:active, input[type=button]:active, button.submit:active {
1633         border : 1px inset #999999;
1634 }
1635
1636 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1637         border: 1px outset #999999;
1638         border-top-color: #666;
1639         border-left-color: #666;
1640         -moz-border-radius : 2px;
1641         padding: 0.25em;
1642         background: #ffffff; /* Old browsers */
1643         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1644         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1645         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1646         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1647         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1648         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1649         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1650         color: #333333;
1651 }
1652
1653 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1654         border : 1px inset #999999;
1655 }
1656
1657 ul li input.submit {
1658         font-size : 87%;
1659         padding : 2px;
1660 }
1661
1662 input.warning {
1663     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1664         padding : 0.25em 0.25em 0.25em 25px;
1665 }
1666
1667 .searchhighlightblob {
1668     font-size:75%;
1669         font-style : italic;
1670 }
1671
1672 a.yuimenuitemlabel:hover {
1673         background-color : #B3D4FF;
1674         color : #000;
1675 }
1676                 
1677 #displayexample {
1678         padding: 5px; 
1679         margin-bottom: 10px;
1680         background-color: #CCCCCC;
1681 }
1682
1683 #irregularity_summary {
1684         vertical-align : top;
1685 }
1686
1687 #toplevelnav {
1688         float : left;
1689         margin-left : .5em;
1690         width : 30em;
1691 }
1692
1693 ul#toplevelmenu {
1694         padding : 0;
1695 }
1696                 
1697 ul#toplevelmenu li {
1698         display: inline;
1699         padding : 0 .6em;
1700 }
1701                 
1702 ul#toplevelmenu li.more a {
1703         background-image:url(../../img/more-arrow.gif);
1704         background-position:right center;
1705         background-repeat:no-repeat;
1706         padding-right:13px;
1707 }
1708                 
1709 ul#toplevelmenu li.more ul li a {
1710         background-image : none;
1711         padding-right : 20px;
1712 }
1713
1714 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1715         padding: .2em 20px .2em 20px;
1716 }
1717                 
1718 ul#menu li a, ul#toplevelmenu li a {
1719         text-decoration : none;
1720 }
1721 ul#menu li ul li, ul#toplevelmenu li ul li {
1722         display :block;
1723         padding :0;
1724 }
1725 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1726         text-decoration : none;
1727 }
1728
1729 ul#i18nMenu {
1730         margin : 0;
1731         padding : .2em 0;
1732  }
1733  
1734 ul#i18nMenu li {
1735         border-left : 1px solid #CCC;
1736         display : inline;
1737         list-style : none;
1738         padding : 0 10px;
1739  }
1740  
1741 ul#i18nMenu li:first-child {
1742         border-left : 0;
1743  }
1744  
1745 ul#i18nMenu li ul li {
1746         border : 0;
1747         display : block;
1748         padding : 0;
1749  }
1750  
1751                 
1752 ul#i18nMenu li.more a {
1753         background-image:url(../../img/more-up-arrow.gif);
1754         background-position:right center;
1755         background-repeat:no-repeat;
1756         padding-right:13px;
1757 }
1758                 
1759 ul#i18nMenu li.more ul li a {
1760         background-image : none;
1761         padding-right : 20px;
1762 }
1763
1764 div.lang {
1765         float:left;
1766 }
1767  
1768  div#changelanguage{
1769         background-color: #fff;
1770         border-top: 1px solid #CCC;
1771   position:absolute;
1772   bottom:0;
1773   left:0;
1774   width:100%;
1775   height: 2em;
1776  }
1777  
1778  @media screen{
1779   body>div#changelanguage {
1780    position: fixed;
1781   }
1782  }
1783  
1784  * html body{
1785   overflow:hidden;
1786  } 
1787  
1788  * html div#doc1{
1789   height:100%;
1790   overflow:auto;
1791  }
1792   
1793  * html div#doc2{
1794   height:100%;
1795   overflow:auto;
1796  }
1797   
1798  * html div#doc3{
1799   height:100%;
1800   overflow:auto;
1801  }
1802
1803 #CheckAll, #CheckNone, #CheckPending {
1804         font-weight : normal;
1805         margin : 0 .5em 0 0;
1806 }
1807 .lost,.dmg,.wdn {
1808         display : block;
1809         color : #990000;
1810 }
1811 .datedue {
1812         display : block;
1813         color : #999;
1814         font-style : italic;
1815 }
1816 /* Tablesorter */
1817 .header {
1818         background-image:url("../../img/ascdesc.gif");
1819         background-position:right center;
1820         background-repeat:no-repeat;
1821         cursor:pointer;
1822         padding : .2em 23px;
1823 }
1824 .headerSortUp {
1825         background-image:url("../../img/asc.gif");
1826 }
1827 .headerSortDown {
1828         background-image:url("../../img/desc.gif");
1829 }
1830
1831 tr.reserved td {
1832         background-color : #eeffd4;
1833 }
1834 tr.transfered td {
1835         background-color : #e8f0f6;
1836 }
1837 .waitinghere,
1838 .credit {
1839         color : #669900;
1840 }
1841
1842 /* Permissions Labels */
1843 label.permissioncode:before {
1844         content: "(";
1845 }
1846 label.permissioncode:after {
1847         content: ")";
1848 }
1849 label.permissioncode {
1850         font-style : italic;
1851 }
1852 span.permissiondesc {
1853         font-weight : normal;
1854 }
1855 #mainuserblock {
1856         border : 1px solid #E8E8E8;
1857         margin-top : .5em;
1858         padding : .5em;
1859 }
1860
1861
1862 /* borrower autocomplete */
1863 #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1864 .autocomplete .yui-ac-highlight ,
1865 .autocomplete .yui-ac-highlight .sample-result,
1866 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1867 .autocomplete .sample-result { color: black; }
1868 .autocomplete .sample-query { color:#000; }
1869 #findborrower { position:static; width:auto; }
1870 #yborrowercontainer { text-align:left;width:335px; }
1871
1872 /* patron attribues autocomplete for overdues report (pattrodue) */
1873 .pattrodue-autocomplete .pattrodue-result { color: black; }
1874 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1875 .pattrodue-input { position:static; width:auto; }
1876 .pattrodue-container { text-align:left; width:400px; }
1877
1878 .labeledmarc-table {
1879         border: 0;
1880 }
1881
1882 .labeledmarc-label {
1883         border: 0;
1884         padding: 5;
1885         font-size: 11pt;
1886         color: darkblue;
1887 }
1888
1889 .labeledmarc-value {
1890         border: 0;
1891         padding: 5;
1892         font-size: 10pt;
1893         color: black;
1894 }
1895
1896 .hintsClass {
1897     font-family: tahoma, verdana, arial;
1898     font-size: 12px;
1899     background-color: #f0f0f0;
1900     color: #000000;
1901     border: 1px solid #808080;
1902     padding: 5px;
1903 }
1904 .hintSource {
1905     color: green;
1906     text-decoration: underline;
1907     cursor: pointer;
1908 }
1909
1910 #cartDetails {
1911         background-color : #FFF;
1912         border: 1px solid #739acf;
1913          -moz-box-shadow: 1px 1px 3px 0 #666;
1914          -webkit-box-shadow: 1px 1px 3px 0 #666;
1915          box-shadow: 1px 1px 3px 0 #666;
1916         color : black;
1917         display : none;
1918         margin : 0;
1919         padding : 10px;
1920         text-align : center;
1921         width : 180px;
1922         z-index : 50;
1923 }
1924 #cartmenulink {
1925         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1926         padding-left : 15px;
1927 }
1928 #cartmenulink span#basketcount span {
1929         display : inline;
1930         font-size : 90%;
1931         font-weight : normal;
1932         padding : 0;
1933 }
1934 #moremenu {
1935         display : none;
1936 }
1937
1938 .results_summary {
1939   display: block;
1940   font-size : 85%; 
1941   color: #707070;
1942   padding : 0 0 .5em 0;
1943 }
1944 .results_summary .label {
1945   color: #202020;
1946 }
1947 .results_summary a {
1948   font-weight: normal;
1949 }
1950
1951 img.spinner {
1952     vertical-align: middle;
1953     padding-right: 0.3em;
1954 }
1955 ul.budget_hierarchy {
1956     margin-left: 0px;
1957     padding-left: 0px;
1958 }
1959 ul.budget_hierarchy li {
1960     display: inline;
1961 }
1962 ul.budget_hierarchy li:after {
1963     content: " -> ";
1964 }
1965 ul.budget_hierarchy li:last-child:after {
1966     content: "";
1967 }
1968 ul.budget_hierarchy li:first-child:after {
1969     content: "";
1970 }
1971 .holdcount { font-size : 105%; line-height : 200%; }
1972 .holdcount a {
1973         border : 1px solid #a4bedd;
1974         background-color : #e4ecf5;
1975         font-weight : bold;
1976         -moz-border-radius: 4px;
1977         border-radius: 4px;
1978         padding : .1em .4em;
1979         text-decoration : none;
1980 }
1981 .holdcount a:hover { background-color : #ebeff7; }
1982 .container {
1983         border : 1px solid #EEE;
1984         padding : 1em;
1985         margin : 1em 0;
1986 }
1987 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1988
1989 .import_export{
1990     position:relative;
1991 }
1992 .import_export .import_export_options{
1993     background: white;
1994     border: 1px solid #CDCDCD;
1995     left: 60px;
1996     padding: 10px;
1997     position: absolute;
1998     top: 0;
1999     z-index: 1;
2000     width: 300px;
2001 }
2002 .import_export_options li{
2003     display: block;
2004     list-style: none;
2005     padding-top: 10px;
2006 }
2007 .import_export_options .import_export_close {
2008     cursor: pointer;
2009     text-decoration: underline;
2010 }
2011 .import_export_options .export_ok {
2012     padding: 10;
2013     background: #E3E3E3 none;
2014     cursor: pointer;
2015     margin-left: 20px;
2016     border: none;
2017 }
2018 .import_export_options .import_ok {
2019     padding: 10;
2020     background: #E3E3E3 none;
2021     cursor: pointer;
2022     margin-left: 20px;
2023     border: none;
2024 }
2025 .form_import .input_import {
2026     border: 1px solid #bcbcbc;
2027 }
2028 .import_export_options .importing {
2029     padding: inherit;
2030     background: none;
2031 }
2032 .li_close_import_export {
2033     text-align: right;
2034 }
2035
2036 .importing {
2037     position: relative;
2038 }
2039
2040 .importing .importing_msg {
2041     padding-left: 10px;
2042     padding-bottom: 10px;
2043 }
2044
2045 .m880 {
2046     display:block; 
2047     text-align:right; 
2048     float:right; 
2049     width:50%; 
2050     padding-left:20px
2051 }
2052
2053 #advanced-search fieldset {
2054         border : 1px solid #EEE;
2055         -moz-border-radius : 3px;
2056         border-radius : 3px;
2057 }
2058
2059 #advanced-search fieldset.action {
2060         border : 0;
2061 }
2062
2063 #advanced-search fieldset fieldset {
2064         border : 1px solid #EEE;
2065         margin : 0;
2066         padding : .3em .5em;
2067         -moz-border-radius : 0;
2068         border-radius : 0;
2069 }
2070 #advanced-search fieldset fieldset+fieldset {
2071         border-top : 0;
2072 }
2073 #advanced-search table {
2074         border-spacing : 5px;
2075         border-collapse : separate;
2076         border-width : 0;
2077 }
2078 #advanced-search td {
2079         border : 1px solid #EEE;
2080         padding : 0.3em 0.4em;
2081 }
2082 #circ_circulation_issue {
2083     position: relative;
2084     }
2085
2086 #clearscreen {
2087     margin-right: 0;
2088     position: absolute;
2089     top:0;
2090     right:0;
2091     }
2092 /* CSS Hack to target Firefox */
2093 @-moz-document url-prefix() {
2094     #clearscreen {
2095         margin-right : 1em;
2096         top: -1em;
2097     }
2098 }
2099 #clearscreen a {
2100     display:block;
2101     -moz-border-radius: 0 0 0 5px;
2102     border-radius: 0 0 0 5px;
2103     padding : 0 .7em .2em .7em;
2104     background-color : #EEE;
2105     color : #CCC;
2106     text-shadow: 0px -1px 0px #666;
2107     text-decoration: none;
2108     font-size: 160%;
2109     font-weight : bold
2110     }
2111 #clearscreen a:hover {
2112     color : #cc0000;
2113     }
2114
2115 div.pager {
2116         background-color : #E8E8E8;
2117         border : 1px solid #BCBCBC;
2118         -moz-border-radius : 5px;
2119         display : inline-block;
2120         font-size : 85%;
2121         padding : .3em .5em .3em .5em;
2122         margin : .4em 0;
2123 }
2124 div.pager img {
2125         vertical-align : middle;
2126 }
2127 div.pager img.last {
2128         padding-right: 5px;
2129 }
2130 div.pager input.pagedisplay {
2131         border : 0;
2132         background-color : transparent;
2133         font-weight: bold;
2134         text-align : center;
2135 }