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