Applying standard dialog styles to confirmation messages
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("/intranet-tmpl/prog/en/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 div#header_search .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 .inputnote {
681         float : left;
682         margin : .5em 0 0 10em;
683 }
684
685 .tabs-nav li {
686         list-style : none;
687 }
688
689 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
690    background : none;
691         display : block;
692         padding: .2em .5em .25em .5em;
693 }
694
695 .tabs-nav a, .tabs-nav span.a {
696     z-index : auto;
697 }
698
699 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
700         background-color : #FFFFCC;
701         border-top: 1px solid #FFFFCC;
702         border-right: 1px solid #FF9900;
703         border-bottom: 1px solid #FF9900;
704         border-left: 1px solid #FFCC66;
705         font-weight : bold;
706         text-align : center;
707         text-decoration : none;
708         top : -1px;
709 }
710
711 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
712     background-position : inherit;
713     outline: 0; /* prevent dotted border in Firefox */
714 }
715 .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 {
716     background-position: inherit;
717 }
718
719 .tabs-nav .tabs-selected a:hover {
720         color : #0000CC;
721 }
722
723 .tabs-nav li.tabs-selected {
724         background-color : #FFFFCC;
725 }
726
727 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
728          background : none;
729     outline: 0; /* prevent dotted border in Firefox */
730 }
731
732 .tabs-container {
733     border-top: 0;
734     padding : inherit;
735     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
736 }
737 .tabs-loading em {
738     padding: inherit;
739     background: none;
740 }
741 .toptabs {
742         margin-top : 1em;
743 }
744
745 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
746     top: 0;
747  }
748
749 .toptabs .tabs-nav li {
750         margin-right : .5em;
751 }
752
753 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
754         background-color : #F3F3F3;
755         border-top : 1px solid #E8E8E8;
756         border-left : 1px solid #E8E8E8;
757         border-right : 1px solid #E8E8E8;
758         border-bottom : 0;
759         text-align : center;
760         text-decoration : none;
761 }
762
763 .toptabs .tabs-nav li.tabs-selected  {
764         background-color : #FFF;
765 }
766
767 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
768         background-color : #FFF;
769         border-top : 1px solid #E8E8E8;
770         border-left : 1px solid #E8E8E8;
771         border-right : 1px solid #E8E8E8;
772         border-bottom : 1px solid #FFF;
773         margin-bottom : -5px;
774         text-align : center;
775 }
776
777 .toptabs.numbered .tabs-nav li {
778         min-width : 3em;
779 }
780
781 .toptabs .tabs-container {
782         border : 1px solid #E8E8E8;
783         padding : 1em;
784 }
785
786 .checkedout {
787         color : #999999;
788         font-style : italic;
789 }
790
791 .subfield_not_filled {
792         background-color : #FFFF99;
793 }
794 .content_hidden {
795     visibility:hidden; /* you propably don't need to change this one */
796     display:none;
797 }
798
799 /* the property for the displayed tab */
800 .content_visible {
801     visibility:visible; /* you propably don't need to change this one */
802     display:block;
803 }
804 #addbiblio a, #addchild a, #newentry a {
805         padding-left : 34px;
806         background-image: url("../../img/toolbar-new.gif");
807         background-position : center left;
808         background-repeat : no-repeat;
809 }
810
811 #deletebiblio button, #deletebiblio a, #deletepatron a {
812         padding-left : 34px;
813         background-image: url("../../img/toolbar-delete.gif");
814         background-position : center left;
815         background-repeat : no-repeat;
816 }
817
818 #printbiblio button, #printbiblio a {
819         padding-left : 34px;
820         background-image: url("../../img/toolbar-print.gif");
821         background-position : center left;
822         background-repeat : no-repeat;
823 }
824
825 #addtoshelf button, #addtoshelf a {
826         padding-left : 34px;
827         background-image: url("../../img/toolbar-add-to-shelf.gif");
828         background-position : center left;
829         background-repeat : no-repeat;
830 }
831
832 #placehold a {
833         padding-left : 34px;
834         background-image: url("../../img/toolbar-hold.gif");
835         background-position : center left;
836         background-repeat : no-repeat;
837 }
838
839 div.error {
840         border : 2px dashed #990000;
841         background-color : #FFFF99;
842         padding : .5em;
843         margin : 1em;
844 }
845
846 ol.bibliodetails {
847         float: left;
848         margin : 0 0 1em 1em;
849 }
850
851 ol.bibliodetails li {
852         border-bottom: 1px solid #E8E8E8;
853         list-style-type : none;
854         padding : .1em;
855 }
856
857 ol.bibliodetails span.label {
858         border-right : 1px solid #E8E8E8;
859         float : left;
860         font-weight: bold;
861         width: 12em;  
862         margin-right: 1em;  
863 }
864
865 ol.bibliodetails span.listgroup {
866         font-weight: bold;
867         font-style: oblique;
868 }
869
870 div.sysprefs h3 {
871         margin : .2em 0 .2em .4em;
872 }
873
874 div.sysprefs dl {
875         margin-left : 1.5em;
876 }
877
878 div.sysprefs div.hint {
879         width : 25%;
880         float : right;
881         padding : .5em;
882         margin : .7em;
883 }
884
885 tr.highlight td {
886         background-color : #F6F6F6;
887 }
888
889 tr.highlight th[scope=row] {
890         background-color : #DDDDDD;
891 }
892
893 tr.confirm td, tr.confirm.highlight td {
894         background-color : #ffbfbf;
895 }
896
897 #circ_circulation_issue label {
898         font-size: 105%;
899         font-weight : bold;
900 }
901
902 #circ_circulation_issue div.hint {
903         color : #666666;
904         margin: .2em 0;
905 }
906
907 tr.expired td {
908         color : #999999;
909 }
910
911 span.expired {
912         color : #990000;
913         font-style : italic;
914 }
915
916 div.subfield_line {
917         padding-bottom : .3em;
918 }
919
920 div.subfield_line label {
921     font-size:89%;
922     float: left;
923          padding-right : .4em;
924     width: 210px;
925     text-align: left;
926     clear:left;
927 }
928
929 div.help {
930         margin: .9em 0 0 0;  
931 }
932
933 .blocker {
934         color : #990000;
935 }
936
937 .circmessage li {
938         list-style : url(../../img/arrow-bullet.gif);
939         margin-bottom : .2em;
940 }
941
942 div.circmessage:first-child {
943         margin-top : 1em;
944 }
945
946 div.circmessage {
947         padding: .4em;
948         margin-bottom : .3em;
949 }
950
951 span.circ-hlt {
952         color : #cc0000;
953         font-weight : bold;
954 }
955
956 div.first fieldset {
957         margin-right : 0;
958 }
959
960 #circ_needsconfirmation {
961         margin : auto;
962 }
963
964 .dialog {
965   border: 1px solid #bcbcbc;
966         padding : .5em;
967         margin : 1em auto;
968   width: 65%;
969   }
970   
971 .dialog table {
972         margin : .5em auto;
973 }
974
975 .dialog table th {
976         text-align : right;
977 }
978
979 .dialog table td {
980         text-align : left;
981 }
982   
983 .dialog  h2, .dialog h3, .dialog h4 {
984         margin : auto;
985         text-align : center;
986   }
987   
988 .dialog input {
989         background-color : #FFF;
990         border : 1px solid #bcbcbc;
991         margin : .4em;
992         padding : .4em .4em .4em 25px;
993  }
994  
995 .dialog input.approve {
996         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
997  }
998
999 .dialog input.deny {
1000         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1001  }
1002  
1003 .dialog input:hover {
1004         background-color : #ffc;
1005  }
1006  
1007 div.alert {
1008   background : #FFC url(../../img/alert-bg.gif) repeat-x left 0;
1009   text-align : center;
1010 }
1011
1012 div.alert strong {
1013         color : #900;
1014 }
1015
1016 div.message {
1017         background : white url("../../img/message-bg.gif") repeat-x left 0;
1018    border : 1px solid #bcbcbc;
1019         width : 55%;
1020 }
1021
1022 div.message input.approve {
1023         display : block;
1024         margin: auto;
1025 }
1026  
1027  div.results {
1028         padding : .7em 0;
1029  }
1030  
1031  .accesskey {
1032         text-decoration : underline;
1033  }
1034  
1035  #changelanguage {
1036         background-color : #F3F3F3;
1037         border-top : 1px solid #E8E8E8;
1038         font-size : 93%;
1039         margin-top : 2em;
1040         padding : .3em .5em .5em .5em;
1041  }
1042  
1043  #changelanguage ul {
1044         margin : 0;
1045         padding : 0;
1046  }
1047  
1048  #changelanguage li {
1049         border-left : 1px solid #CCC;
1050         display : inline;
1051         list-style : none;
1052         padding : 0 .5em;
1053  }
1054  
1055  #changelanguage li:first-child {
1056         border-left : 0;
1057  }
1058  
1059 .required {
1060     color : #C00;
1061 }
1062
1063 span.required {
1064         font-style : italic;
1065 }
1066
1067 .term {
1068     background-color: #FFC;
1069          color : #990000;
1070 }
1071
1072 a .term {
1073          text-decoration : underline;
1074 }
1075
1076 a:hover .term {
1077         color : #FF9090;
1078 }
1079
1080 div#menu {
1081         border-right: 1px solid #000;
1082         margin-right: .5em;
1083         padding-top: 1em;
1084         padding-bottom: 2em;
1085 }
1086
1087 div#menu li a {
1088         text-decoration: none;
1089         display: block;
1090         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1091         border: 1px solid #000;
1092         font-size: 111%;
1093         margin: .5em 0;
1094         padding: .4em .3em;
1095         margin-right :  -1px;
1096 }
1097
1098 div#menu li a:hover {
1099         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1100 }
1101
1102 div#menu li.active a:hover {
1103         background-color: #fff;
1104         color :  #0000CC;
1105 }
1106
1107 #menu ul li {
1108         list-style-type: none;
1109 }
1110
1111 #menu ul li.active a {
1112         background-color: #FFF;
1113         background-image : none;
1114         border-right: 0;
1115         font-weight: bold;
1116 }
1117
1118 ul.error {
1119         background : #ffffcc;
1120         border : 1px solid #ff9090;
1121         margin : .5em;
1122         padding : .5em .5em .5em 1.5em;
1123         width : 75%
1124 }
1125
1126 h1#logo {
1127         border:0pt none;
1128         float:left !important;
1129         margin:0;
1130         padding:0;
1131         width:180px;
1132 }
1133 h1#logo {
1134         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1135         border: 0;
1136         margin:0.75em .3em 0.75em .7em;
1137         padding:0;
1138 }
1139
1140 h1#logo a {
1141         border:0;
1142         cursor:pointer;
1143         display:block;
1144         height:0px !important;
1145         margin:0;
1146         overflow:hidden;
1147         padding:44px 0 0;
1148         text-decoration:none;
1149         width:180px;
1150 }
1151
1152 #closewindow {
1153         margin-top : 2em;
1154         text-align : center;
1155 }
1156
1157 #closewindow a {
1158         font-weight : bold;     
1159 }
1160
1161 .patroninfo+#menu {
1162         margin-right : 0;
1163 }
1164
1165 .barcode {
1166         font-size :  200%;
1167 }
1168
1169 .email {
1170 font-size :  87%;
1171 width : 15em;
1172 margin: 0;
1173 padding: 0;
1174 overflow :  hidden;
1175 }
1176
1177 .address {
1178         font-size: 110%;
1179 }
1180
1181 #circ_circulation_issue .date-select label {
1182         font-weight: normal;
1183 }
1184
1185 .clearfix:after {
1186     content: "."; 
1187     display: block; 
1188     height: 0; 
1189     clear: both; 
1190     visibility: hidden;
1191 }
1192
1193 /* Hides from IE-mac \*/
1194 * html .clearfix {height: 1%;}
1195 /* End hide from IE-mac */
1196
1197 .title {
1198         font-weight : bold;
1199         font-size : 105%;
1200 }
1201
1202 .reserve {
1203         float : right;
1204         font-weight : bold;
1205 }
1206
1207 .thumbnail {
1208         display : block;
1209         margin : auto;
1210 }
1211
1212 #searchresults ul li {
1213         list-style : url(../../img/item-bullet.gif);
1214 }
1215
1216 #searchheader {
1217         background-color : #f3f3f3;
1218         font-size : 80%;
1219         margin : 0 0 .5em -1px;
1220         padding : .1em 0 .1em 1em;
1221 }
1222
1223 #searchheader h3 {
1224 }
1225
1226 #searchheader form {
1227         float : right;
1228 }
1229
1230 #search-facets ul {
1231         margin : 0;
1232         padding : .3em;
1233 }
1234
1235 #search-facets {
1236         border : 1px solid #e8e8e8;
1237 }
1238
1239 #search-facets h4 {
1240         background-color : #F3F3F3;
1241         border-bottom : 1px solid #e8e8e8;
1242         font-size : 90%;
1243         margin : 0;
1244         padding : .4em .2em;
1245         text-align : center;
1246 }
1247
1248 #search-facets ul li {
1249         font-weight : bold;
1250         list-style-type : none;
1251 }
1252
1253 #search-facets li li {
1254         font-weight : normal;
1255         font-size : 85%;
1256         margin-bottom : 2px;
1257         padding : .1em .2em;
1258 }
1259
1260 #search-facets li li a {
1261 }
1262
1263 #search-facets li.showmore {
1264         font-weight : bold;
1265         text-indent : 1em;
1266 }
1267
1268 div.pages {
1269         margin-top : .5em;
1270 }
1271
1272 div.pages a {
1273         font-weight: bold;
1274         padding: 1px 5px 1px 5px;
1275         text-decoration: none;
1276 }
1277
1278 div.pages a:link {
1279         background-color : #eeeeee;
1280         color : #3366CC;
1281 }
1282
1283 div.pages a:hover {
1284         background-color : #e8f0f6;
1285 }
1286
1287 div.pages a:active {
1288         background-color : #ffc;
1289 }
1290
1291 div.browse {
1292         margin : .5em 0;
1293 }