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