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