]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
[friendica.git] / view / theme / frost / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  *
5  * Heavily modified for Frost
6  * Zach P
7  */
8
9
10 /* generals */
11 body {
12         font-family: helvetica,arial,freesans,clean,sans-serif;
13         font-size: 12px;
14 /*      line-height: 24px;*/
15         background-color: #ffffff;
16         background-image: url(head.jpg);
17         background-repeat: repeat-x;
18         color: #505050;
19         margin: 0px;
20 }
21
22 div.container {
23         display: block;
24         width: 785 px;
25         margin-top: 0px;
26         margin-bottom: 0px;
27         margin-left: auto;
28         margin-right: auto;
29 }
30
31 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
32 a:hover {text-decoration: underline; }
33
34 input {
35         border: 1px solid #666666;
36         -moz-border-radius: 3px;
37         -webkit-border-radius: 3px;
38         border-radius: 3px;     
39         padding: 3px;
40 }
41
42 img { border :0px; }
43
44 #id_openid_url, .openid input {
45    background: url(login-bg.gif) no-repeat;
46    background-position: 0 50%;
47    padding-left: 18px;
48 }
49 .openid:hover {
50
51 }
52
53 #id_openid_url {
54         width: 384px;
55 }
56
57 code {
58         font-family: Courier, monospace;
59         white-space: pre;
60         display: block;
61         overflow: auto;
62         border: 1px solid #444;
63         background: #EEE;
64         color: #444;
65         padding: 10px;
66         margin-top: 20px; 
67 }
68
69 blockquote {
70         background-color: #f4f8f9;
71         border-left: 4px solid #dae4ee;
72         padding: 0.4em;
73 }
74
75 .icollapse-wrapper, .ccollapse-wrapper {
76         border: 1px solid #CCC;
77         padding: 5px;
78 }
79
80 .hide-comments-outer {
81         margin-left: 0px;
82         font-weight: 700;
83         opacity: 0.4;
84 }
85 .hide-comments-outer:hover {
86         opacity: 1.0;
87 }
88 .hide-comments {
89         margin-left: 5px;
90 }
91
92 #panel {
93         background-color: ivory;
94         position: absolute;
95         z-index: 2;
96         width: 30%;
97         padding: 25px;
98         border: 1px solid #444;
99 }
100
101 .heart {
102         color: #FF0000;
103         font-size: 100%;
104         margin-right: 5px;
105 }
106
107
108
109 /* nav */
110 nav {
111         height: 94px;
112         width: 1100px;
113         display: block;
114         margin-top: 0px;
115         margin-bottom: 0px;
116         margin-left: auto;
117         margin-right: auto;
118 }
119 nav #site-location {
120         color: #888a85;
121         font-size: 0.8em;
122         position: absolute;
123 }
124
125 .error-message {
126         color: #FF0000;
127         font-size: 1.1em;
128         border: 1px solid #FF8888;
129         background-color: #FFEEEE;
130         padding: 10px;
131 }
132
133 .info-message {
134         color: #204a87;
135         font-size: 1.1em;
136         border: 1px solid #3465a4;
137         background-color: #d7e3f1;
138         padding: 10px;
139 }
140
141
142 nav #banner {
143         display: block;
144         margin-top: 14px;
145         position: absolute;
146 }
147 nav #banner #logo-text a {
148         font-size: 40px;
149         font-weight: bold;
150         margin-left: 3px;
151         color: #000000;
152
153 }
154 nav #banner #logo-text a:hover { text-decoration: none; }
155
156
157 /* ZP REMOVE? nav-commlink */
158 .nav-commlink, .nav-login-link {
159         display: block;
160         height: 15px;
161         margin-top: 67px;
162         margin-right: 2px;
163         /*padding: 6px 10px;*/
164         padding: 6px 3px;
165         float: left;
166         bottom: 140px;
167         border: 1px solid #babdb6;
168         border-bottom: 0px;
169         background-color: #aec0d3;
170         color: #565854;         
171         -moz-border-radius: 3px 3px 0px 0px;
172         -webkit-border-radius: 3px 3px 0px 0px;
173         border-radius: 3px 3px 0px 0px; 
174 }
175
176 .nav-commlink.selected {
177         background-color: #ffffff;
178         border-bottom: 1px solid #ffffff;
179         color: #000000 !important;
180         margin-top: 64px;
181         padding-top: 6px;
182         padding-bottom: 8px;
183 }
184
185 .nav-ajax-left.show {
186         position: absolute;
187         font-size: 0.8em;
188         top: 25px;
189         right: 5px;
190         padding: 1px 2px;
191         border-radius: 4px;
192         -moz-border-radius: 4px;
193         -webkit-border-radius: 4px;
194         background-color: gold !important;
195 }
196
197
198
199 nav #nav-link-wrapper .nav-link {
200         /*border-right: 1px solid #babdb6;*/
201 }
202
203 nav .nav-link img {
204         margin-top: 24px;
205         margin-bottom: 0.2em;
206         margin-right: 1em;
207         margin-left: 1em;
208         background-color: transparent !important;
209 }
210
211 .nav-button-container {
212         float: right;
213         position: relative;
214 }
215
216 .nav-button-container .nav-ajax-left {
217 }
218
219 .nav-menu-list {
220         text-align: center;
221         line-height: 18px;
222
223         border-left: 1px solid #AAAAAA;/*#444444;*/
224         border-right: 1px solid #AAAAAA;
225         border-top: 1px solid #AAAAAA;
226         border-bottom: 1px solid #AAAAAA;
227
228         -moz-box-shadow: 3px 3px 5px #555;
229         -webkit-box-shadow: 3px 3px 5px #555;
230         box-shadow: 3px 3px 5px #555;
231
232         background: #FFFFFF;
233
234         display: none;
235         list-style: none;
236
237         width: 10em;
238         position: absolute;
239         margin: 0px;
240         right: -33px;
241         padding: 1em 0px;
242
243         z-index: 10000;
244 }
245
246
247
248 div.main-container {
249         width: 1180px;
250         margin: 0px auto;
251         display: block;
252         position: relative;
253 }
254
255 /*div.main-content-loading {
256         position: absolute;
257         top: 200px;
258         left: 50%;
259         display: none;
260 }*/
261
262
263 /* aside */
264 aside {
265         display: block;
266         min-height: 112px;
267
268         width: 250px;
269
270         padding: 1em;
271         margin: 1em 0px 0px 0px;
272
273         position: absolute;
274
275 /*      float:left;*/
276 }
277
278 #dfrn-request-link {
279         display: block;
280         color: #FFFFFF;
281         -webkit-border-radius: 5px ;
282         -moz-border-radius: 5px;
283         border-radius: 5px;
284         padding: 5px;
285         font-weight: bold;
286         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
287 }
288 #wallmessage-link {
289         display: block;
290         color: #FFFFFF;
291         -webkit-border-radius: 5px ;
292         -moz-border-radius: 5px;
293         border-radius: 5px;
294         padding: 5px;
295         font-weight: bold;
296         background-color: #3465a4;
297 }
298
299 /* section */
300 div.section-wrapper {
301         width: 565px;
302
303         margin-left: auto;
304         margin-right: auto;
305
306         padding-right:2em;
307
308         display: block;
309
310         background-color: #ffffff;
311         background-image: url(border.jpg);
312         background-position: top right;
313         background-repeat: no-repeat;
314 }
315
316 section {
317         margin: 0px 0px 0px 0px;
318
319         width: 100%;
320
321         padding-left: 1em;
322         padding-right: 1em;
323         padding-top: 1em;
324
325         background-image: url(border.jpg);
326         background-position: top left;
327         background-repeat: no-repeat;
328
329         min-height: 112px;
330         border-top: 1px solid #babdb6;  
331 }
332
333 .tabs {
334         height: 27px;
335         background-image: url(head.jpg);
336         background-repeat: repeat-x;    
337         background-position: 0px -20px;
338         border-bottom: 1px solid #babdb6;
339         padding:0px;
340 }
341 .tabs li { margin: 0px; list-style: none; }
342 .tab {
343         display:block;
344         float:left;
345         padding: 0.4em;
346         /*margin-right: 1em;*/
347         margin-right: 3px ;
348 }
349 .tab.active {
350         font-weight: bold;
351         
352 }
353
354
355 /* footer */
356 footer {
357     display: none;
358
359 }
360
361 .birthday-today, .event-today {
362         font-weight: bold;
363 }
364 /*
365 div.wall-item-content-wrapper.shiny {
366   background-image: url('shiny.png');
367   background-position: -5px 30px;
368   background-repeat:no-repeat;
369 }*/
370
371 .preview {
372         background: #FFFFC8;
373 }
374
375 #theme-preview {
376         margin: 15px 0 15px 150px;
377 }
378
379 /* from default */
380 #jot-perms-icon, 
381 #profile-location,
382 #profile-nolocation,
383 #profile-youtube, 
384 #profile-video, 
385 #profile-audio,
386 #profile-link,
387 #profile-title, 
388 #wall-image-upload,
389 #wall-file-upload,
390 #profile-upload-wrapper,
391 #wall-image-upload-div,
392 #wall-file-upload-div,
393 .hover, .focus {
394         cursor: pointer;
395 }
396
397 #jot-perms-icon {
398         float: left;
399 }
400
401 #jot-title, #jot-category {
402         border: 0px;
403         margin: 0px;
404         height: 20px;
405         width: 530px;
406         margin-bottom: 5px;
407         font-weight: bold;
408         border: 1px solid #ffffff;
409 }
410
411 #jot-title::-webkit-input-placeholder{font-weight: normal;}
412 #jot-category::-webkit-input-placeholder{font-weight: normal;}
413 #jot-title:-moz-placeholder{font-weight: normal;}
414 #jot-category:-moz-placeholder{font-weight: normal;}
415                 
416         
417 #jot-title:hover,
418 #jot-title:focus,
419 #jot-category:hover,
420 #jot-category:focus {
421         border: 1px solid #cccccc; 
422 }
423
424 .jothidden { display:none; }
425
426
427 .fakelink, .fakelink:visited, .fakelink:link {
428         color: #3465a4;
429         text-decoration: none;
430         cursor: pointer;
431         margin-top: 15px;
432         margin-bottom: 15px;
433 }
434 .lockview {
435         cursor: pointer;
436 }
437
438 #group-sidebar {
439         margin-bottom: 10px;
440 }
441
442 .group-selected, .nets-selected, .fileas-selected, .categories-selected {
443         padding: 3px;
444         -moz-border-radius: 3px;
445         -webkit-border-radius: 3px;
446         border-radius: 3px;     
447         border: 1px solid #CCCCCC;
448         background: #F8F8F8;
449         font-weight: bold;
450 }
451
452 .settings-widget .selected {
453         padding: 3px;
454         -moz-border-radius: 3px;
455         -webkit-border-radius: 3px;
456         border-radius: 3px;     
457         border: 1px solid #CCCCCC;
458         background: #F8F8F8;
459         font-weight: bold;
460 }
461
462 .fakelink:hover {
463         color: #3465a4;
464         text-decoration: underline;
465         cursor: pointer;
466 }
467 .smalltext {
468         font-size: 0.7em;
469 }
470 #sysmsg {
471         /*width: 600px;*/
472         margin-bottom: 10px;
473 }
474
475 #register-fill-ext {
476         margin-bottom: 25px;
477 }
478
479 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
480         float: left;
481         width: 350px;
482         margin-top: 10px;
483 }
484
485 #register-name, #register-email, #register-nickname {
486         float: left;
487         margin-top: 10px;
488         width: 150px;
489 }
490
491 #register-openid {
492         float: left;
493         margin-top: 10px;
494         width: 130px;
495 }
496
497 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
498         clear: both;
499 }
500
501 #register-nickname-desc {
502         margin-top: 30px;
503         width: 650px;
504 }
505 #register-sitename {
506         float: left;
507         margin-top: 10px;
508 }
509
510 #register-submit-button {
511         margin-top: 10px;
512 }
513
514
515 #login_standard {
516         width: 210px;
517         float: left;
518 }
519 #login_openid {
520         width: 210px;
521         margin-left: 250px;
522 }
523
524 #login_standard input,
525 #login_openid input {
526         width: 180px;
527 }
528
529 #login-extra-links {
530         clear: both;
531 }
532
533 #register-link, #lost-password-link {
534         float: left;
535         font-size: 80%;
536         margin-right: 15px;
537 }
538
539 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
540         height: 50px;
541 }
542
543 #login-submit-button {
544 /*      margin-top: 10px; */
545         margin-left: 200px;
546 }
547
548
549 input#dfrn-url {
550         float: left;
551         background: url(friendika-16.png) no-repeat;
552         background-position: 2px center;
553         font-size: 17px;
554         padding-left: 21px;
555         height: 21px;
556         background-color: #FFFFFF;
557         color: #000000;
558         margin-bottom: 20px;
559 }
560
561 #dfrn-url-label {
562         float: left;
563         width: 250px;
564 }
565
566 #dfrn-request-url-end {
567         clear: both;
568 }
569
570 #knowyouyes, #knowyouno {
571         float: left;
572 }
573
574 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
575
576         float: none;
577 }
578 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
579         float: left;
580         width: 75px;
581         margin-left: 50px;
582         margin-bottom: 7px;
583 }
584 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
585         clear: both;
586
587 }
588
589 #dfrn-request-message-wrapper {
590         margin-bottom: 50px;
591 }
592 #dfrn-request-submit-wrapper {
593         clear: both;
594         margin-left: 50px;
595 }
596
597 #dfrn-request-info-wrapper {
598         margin-left: 50px;
599 }
600
601
602
603 #cropimage-wrapper, #cropimage-preview-wrapper {
604         float: left;
605         padding: 30px;
606 }
607
608 #crop-image-form {
609         margin-top: 30px;
610         clear: both;
611 }
612
613 .intro-wrapper {
614         margin-top: 20px;
615 }
616
617 .intro-fullname {
618         font-size: 1.1em;
619         font-weight: bold;
620
621 }
622 .intro-desc {
623         margin-bottom: 20px;
624         font-weight: bold;
625 }
626
627 .intro-note {
628         padding: 10px;
629 }
630
631 .intro-end {
632         padding: 30px;
633 }
634
635 .intro-form {
636         float: left;
637 }
638 .intro-approve-form {
639         clear: both;
640 }
641 .intro-approve-as-friend-end {
642         clear: both;
643 }
644 .intro-submit-approve, .intro-submit-ignore {
645         margin-right: 20px;
646 }
647 .intro-submit-approve {
648         margin-top: 15px;
649 }
650
651 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
652         float: left;
653         width: 100px;
654         margin-left: 20px;
655 }
656 .intro-approve-as-friend, .intro-approve-as-fan {
657         float: left;
658 }
659 .intro-form-end {
660         clear: both;
661 }
662 .intro-approve-as-friend-desc {
663         margin-top: 15px;
664 }
665 .intro-approve-as-end {
666         clear: both;
667         margin-bottom: 10px;
668 }
669
670 .intro-end {
671         clear: both;
672         margin-bottom: 30px;
673 }
674 .aprofile dt {
675         font-weight: bold;
676 }
677 #page-profile .title {
678         font-weight: bold;
679 }
680 #profile-vcard-break {
681         clear: both;
682 }
683 #profile-extra-links {
684         clear: both;
685         margin-top: 10px;
686 }
687
688 #profile-extra-links ul {
689         list-style-type: none;
690         padding: 0px;
691 }
692
693
694 #profile-extra-links li {
695         margin-top: 5px;
696 }
697
698 #profile-edit-links ul {
699         list-style-type: none;
700 }
701
702 #profile-edit-links li {
703         margin-top: 10px;
704 }
705 .profile-edit-side-div {
706         float: right;
707 }
708 .profile-edit-side-link {
709         opacity: 0.3;
710         filter:alpha(opacity=30);
711 }
712 .profile-edit-side-link:hover {
713         opacity: 1.0;
714         filter:alpha(opacity=100);
715 }
716
717 .view-contact-wrapper {
718         margin-top: 20px;
719         float: left;
720         margin-left: 20px;
721         width: 180px;
722 }
723
724 .contact-wrapper {
725         float: left;
726         width: 150px;
727         height: 150px;
728         overflow: auto;
729 }
730
731 #view-contact-end {
732         clear: both;
733 }
734
735
736 #viewcontacts {
737         margin-top: 15px;
738 }
739 #profile-edit-default-desc {
740         color: #FF0000;
741         border: 1px solid #FF8888;
742         background-color: #FFEEEE;
743         padding: 7px;
744 }
745
746 #profile-edit-clone-link-wrapper {
747         float: left;
748         margin-left: 50px;
749         margin-bottom: 20px;
750         width: 300px;
751 }
752
753
754 #profile-edit-links-end {
755         clear: both;
756         margin-bottom: 15px;
757 }
758
759 .profile-listing-photo {
760         border: none;
761 }
762
763 .profile-edit-submit-wrapper {
764         margin-top: 20px;
765         margin-bottom: 20px;
766 }
767
768 #profile-photo-link-select-wrapper {
769         margin-top: 2em;
770 }
771
772 #profile-photo-submit-wrapper {
773         margin-top: 10px;
774 }
775
776 #profile-photo-wrapper img {
777         width:175px;
778         height:175px;
779         padding: 12px;
780 }
781
782 #profile-edit-profile-name-label,
783 #profile-edit-name-label,
784 #profile-edit-pdesc-label,
785 #profile-edit-gender-label,
786 #profile-edit-dob-label,
787 #profile-edit-address-label,
788 #profile-edit-locality-label,
789 #profile-edit-region-label,
790 #profile-edit-postal-code-label,
791 #profile-edit-country-name-label,
792 #profile-edit-marital-label,
793 #profile-edit-sexual-label,
794 #profile-edit-politic-label,
795 #profile-edit-religion-label,
796 #profile-edit-pubkeywords-label,
797 #profile-edit-prvkeywords-label,
798 #profile-edit-homepage-label,
799 #profile-edit-hometown-label {
800         font-weight: 700;
801         float: left;
802         width: 175px;
803 }
804
805 #profile-edit-profile-name,
806 #profile-edit-name,
807 #profile-edit-pdesc,
808 #gender-select,
809 #profile-edit-dob,
810 #profile-edit-address,
811 #profile-edit-locality,
812 #profile-edit-region,
813 #profile-edit-postal-code,
814 #profile-edit-country-name,
815 #marital-select,
816 #sexual-select,
817 #profile-edit-politic,
818 #profile-edit-religion,
819 #profile-edit-pubkeywords,
820 #profile-edit-prvkeywords,
821 #profile-in-dir-yes,
822 #profile-in-dir-no,
823 #profile-in-netdir-yes,
824 #profile-in-netdir-no,
825 #hide-wall-yes,
826 #hide-wall-no,
827 #hide-friends-yes,
828 #hide-friends-no {
829         float: left;
830         margin-bottom: 20px;
831 }
832 #profile-edit-pubkeywords,
833 #profile-edit-prvkeywords {
834         margin-bottom: 5px;
835 }
836 #settings-normal,
837 #settings-soapbox,
838 #settings-freelove,
839 #settings-community {
840         float: left;
841 }
842 #settings-notifications label {
843         margin-left: 20px;
844 }
845 #settings-notify-desc, #settings-activity-desc {
846         font-weight: bold;
847         margin-bottom: 15px;
848 }
849 #settings-pagetype-desc {
850         color: #666666;
851         margin-bottom: 15px;
852 }
853
854 #profile-in-dir-yes-label,
855 #profile-in-dir-no-label,
856 #profile-in-netdir-yes-label,
857 #profile-in-netdir-no-label,
858 #hide-wall-yes-label,
859 #hide-wall-no-label,
860 #hide-friends-yes-label,
861 #hide-friends-no-label {
862         margin-left: 125px;
863         float: left;
864         width: 50px;
865 }
866
867 #profile-edit-howlong-label,
868 #profile-edit-with-label {
869         display: block;
870         font-style: italic;
871         width: 175px;
872         margin-left: 50px;
873 }
874 #profile-edit-howlong,
875 #profile-edit-with {
876         margin-bottom: 20px;
877         margin-left: 50px;
878 }
879 /*#profile-edit-with-label {
880         width: 175px;
881         margin-left: 20px;
882 }*/
883
884 #profile-publish-yes-reg,
885 #profile-publish-no-reg {
886         float: left;
887         margin-bottom: 10px;
888 }
889
890 #profile-publish-yes-label-reg,
891 #profile-publish-no-label-reg {
892         margin-left: 350px;
893         float: left;
894         width: 50px;
895 }
896
897 #profile-publish-break-reg,
898 #profile-publish-end-reg {
899         clear: both;
900 }
901
902
903 #profile-edit-pdesc-desc,
904 #profile-edit-pubkeywords-desc,
905 #profile-edit-prvkeywords-desc {
906         float: left;
907         margin-left: 20px;
908         margin-bottom: 20px;
909 }
910 #profile-edit-prvkeywords-desc {
911         margin-bottom: 0px;
912 }
913
914
915 /*#profile-edit-homepage, #profile-edit-hometown {
916         float: left;
917         margin-bottom: 35px;
918 }*/
919 #profile-edit-homepage, #profile-edit-hometown {
920         float: left;
921         margin-bottom: 25px;
922 }
923 #profile-edit-hometown {
924         margin-bottom: 5px;
925 }
926 #settings-normal-label,
927 #settings-soapbox-label,
928 #settings-community-label,
929 #settings-freelove-label {
930         float: left;
931         width: 200px;
932 }
933 #settings-normal-desc,
934 #settings-soapbox-desc,
935 #settings-community-desc,
936 #settings-freelove-desc {
937         /*float: left;
938         margin-left: 75px;*/
939     clear: left;
940     color: #666666;
941     display: block;
942     margin-bottom: 20px 
943 }
944
945 #profile-edit-profile-name-end,
946 #profile-edit-name-end,
947 #profile-edit-pdesc-end,
948 #profile-edit-gender-end,
949 #profile-edit-dob-end,
950 #profile-edit-address-end,
951 #profile-edit-locality-end,
952 #profile-edit-region-end,
953 #profile-edit-postal-code-end,
954 #profile-edit-country-name-end,
955 #profile-edit-marital-end,
956 #profile-edit-sexual-end,
957 #profile-edit-politic-end,
958 #profile-edit-religion-end,
959 #profile-edit-pubkeywords-end,
960 #profile-edit-prvkeywords-end,
961 #profile-edit-homepage-end,
962 #profile-edit-hometown-end,
963 #profile-in-dir-break,
964 #profile-in-dir-end,
965 #profile-in-netdir-break,
966 #profile-in-netdir-end,
967 #hide-wall-break,
968 #hide-wall-end,
969 #hide-friends-break,
970 #hide-friends-end,
971 #settings-normal-break,
972 #settings-soapbox-break,
973 #settings-community-break,
974 #settings-freelove-break {
975         clear: both;
976 }
977 #profile-edit-marital-wrapper, #profile-edit-address-wrapper {
978         margin-top: 50px;
979 }
980 #profile-edit-marital-end {
981         margin-bottom: 20px;
982 }
983
984 .settings-widget ul {
985         list-style-type: none;
986         padding: 0px;
987 }
988
989 .settings-widget li {
990         margin-left: 24px;
991         margin-bottom: 8px;
992 }
993
994
995 #gender-select, #marital-select, #sexual-select {
996         width: 220px;
997 }
998
999 #profile-edit-profile-name-wrapper .required {
1000         color: #FF0000;
1001         float: left;
1002 }
1003
1004 #contacts-display-wrapper {
1005         padding-left: 0px;
1006 }
1007
1008 #contacts-main {
1009         margin-top: 20px;
1010         margin-bottom: 20px;
1011 }
1012
1013 .contact-entry-wrapper {
1014         float: left;
1015 /*      width: 120px;
1016         height: 120px;*/
1017         padding-left: 8px;
1018         padding-right: 8px; 
1019         width: 95px;
1020         height: 170px;
1021 }
1022 #contacts-search-end {
1023         margin-bottom: 10px;
1024 }
1025
1026 .contact-entry-direction-icon {
1027         margin-top: 24px;
1028         margin-right: 2px;
1029 }
1030
1031 .contact-entry-photo img {
1032         border: none;
1033 }
1034 .contact-entry-photo-end {
1035         clear: both;
1036 }
1037 .contact-entry-name {
1038         float: left;
1039         margin-left: 0px;
1040         margin-right: 10px;
1041         padding-bottom: 5px;
1042         width: 120px;
1043         font-weight: 600;
1044         overflow: hidden;
1045 }
1046 .contact-entry-details {
1047         font-style: italic;
1048         font-size: 10px;
1049         font-weight: 500;
1050 }
1051 .contact-entry-network {
1052         font-size: 10px;
1053         font-weight: 500;
1054 }
1055 .contact-entry-edit-links {
1056         margin-top: 6px;
1057         margin-left: 10px;
1058         width: 16px;
1059 }
1060 .contact-entry-nav-wrapper {
1061         float: left;
1062         margin-left: 10px;
1063 }
1064
1065 .contact-entry-edit-links img {
1066         border: none;
1067         margin-right: 15px;
1068 }
1069 .contact-entry-photo {
1070         float: left;
1071         position: relative;
1072 }
1073 .contact-entry-end {
1074         clear: both;
1075 }
1076
1077 #fsuggest-desc, #fsuggest-submit-wrapper {
1078         margin-top: 15px;
1079         margin-bottom: 15px;
1080 }
1081
1082 #network-star-link{
1083         margin-top: 10px;
1084 }
1085 .network-star {
1086         float: left;
1087         margin-right: 5px;
1088 }
1089 #network-bmark-link {
1090         margin-top: 10px;
1091 }
1092
1093 .wall-item-content-wrapper {
1094         margin-top: 60px;
1095         padding-top: 30px;
1096         border-top: 2px solid #AAA;
1097         position: relative;
1098
1099 }
1100
1101 .wall-item-content-wrapper.comment {
1102         margin-top: 10px;
1103         padding-top: none;
1104         margin-left: 50px;
1105         border: none;
1106 }
1107
1108 .wall-item-like, .wall-item-dislike {
1109         font-style: italic;
1110         margin-left: 0px;
1111         opacity: 0.4;
1112 }
1113 .wall-item-like:hover, .wall-item-dislike:hover {
1114         opacity: 1.0;
1115 }
1116
1117 .wall-item-like.comment, .wall-item-dislike.comment {
1118         margin-left: 50px;
1119 }
1120
1121 .wall-item-info {
1122         display: block;
1123         float: left;
1124         width:110px;
1125         margin-right:10px;
1126 }
1127 .comment .wall-item-info {
1128         width: 70px;
1129 }
1130
1131 .wall-item-photo-wrapper {
1132         margin-bottom: 10px;
1133         width: 100px;
1134 }
1135 .wall-item-photo-menu-button {
1136         display: block;
1137         position: absolute;
1138         background-image: url("photo-menu.jpg");
1139         background-position: top left; 
1140         background-repeat: no-repeat;
1141         margin: 0px; padding: 0px;
1142         width: 16px;
1143         height: 16px;
1144         top: 94px; left:0px;
1145         overflow: hidden;
1146         text-indent: 40px;
1147         display: none;
1148         
1149 }
1150 .wall-item-photo-menu {
1151         width: auto;
1152         border: 2px solid #444444;
1153         background: #FFFFFF;
1154         position: absolute;
1155 /*      left: 10px; top: 90px;*/
1156         left: 0px; top:110px;
1157         display: none;
1158         z-index: 10000;
1159 }
1160 .wall-item-photo-menu { margin:0px; padding: 0px; list-style: none }
1161 .wall-item-photo-menu li a { display: block; padding: 2px; }
1162 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1163
1164
1165 .comment .wall-item-photo-menu-button { /*top: 44px;*/ top: 64px;}
1166 .comment .wall-item-photo-menu { /*top: 60px;*/ top: 80px; }
1167
1168 .wallwall .wwto {
1169     left: 50px;
1170     margin: 0;
1171     position: absolute;
1172     top: 70px;
1173     width: 30px
1174 }
1175 .wallwall .wwto img {
1176         width: 30px !important;
1177         height: 30px !important;
1178 }
1179
1180 .wallwall /*.wall-item-photo-end*/ {
1181         clear: both;
1182 }
1183
1184 .wall-item-arrowphoto-wrapper {
1185     position: absolute;
1186     left: 75px;
1187     top: 70px;
1188     z-index: 100;
1189 }
1190 .wall-item-wrapper {
1191         margin-left:10px;
1192 }
1193 .wall-item-lock {
1194         margin-top: 30px;
1195         left: 105px;
1196         position: absolute;
1197         top: 1px;       
1198 }
1199 .comment .wall-item-lock {
1200         left: 65px;
1201 }
1202
1203 .wall-item-ago {
1204         color: #888888;
1205         font-size: 0.8em;
1206 }
1207
1208 .wall-item-location {
1209         overflow: hidden;
1210         /* add ellipsis on text overflow               */
1211         /* this work on safari, opera, ie, chrome.     */
1212         /* firefox users have to wait support or we    */
1213         /* can use a jquery plugin http://bit.ly/zJskg */
1214         text-overflow: ellipsis;
1215         -o-text-overflow: ellipsis;
1216         width: 100%;
1217 }
1218
1219 .wall-item-like-buttons {
1220         float: left;
1221         margin-right: 10px;
1222 /*      padding-right: 10px; */
1223 /*      border-right: 2px solid #fff; */
1224 }
1225
1226 .like-rotator {
1227         margin-left: 5px;
1228 }
1229
1230 .wall-item-like-buttons > a,
1231 .wall-item-like-buttons > img {
1232         float: left;
1233 }
1234
1235 .wall-item-like-buttons img {
1236         cursor: pointer;
1237 }
1238
1239 .wall-item-share-buttons {
1240         margin-left: 10px;
1241         margin-right: 10px;
1242 }
1243
1244 .editpost {
1245         margin-left: 10px;
1246         float: left;
1247 }
1248 .star-item {
1249         margin-left: 10px;
1250         float: left;    
1251 }
1252 .tag-item {
1253         margin-left: 10px;
1254         float: left;    
1255 }
1256
1257 .filer-item {
1258         margin-left: 10px;
1259         float: left;
1260 }
1261
1262 .wall-item-links-wrapper {
1263         float: left;
1264 }
1265
1266 .wall-item-delete-wrapper {
1267         float: right;
1268 }
1269
1270 /*.wall-item-delete-end {
1271         clear: both;
1272 }*/
1273
1274 .wall-item-delete-icon {
1275         border: none;
1276 }
1277
1278
1279 /*.wall-item-wrapper-end {
1280         clear: both;
1281 }*/
1282 .wall-item-name-link {
1283         font-weight: bold;
1284         text-decoration: none;
1285         color: #3172BD;
1286 }
1287 .wall-item-photo {
1288         border: none;
1289 }
1290 .comment .wall-item-photo {
1291         width: 50px !important; 
1292         height: 50px !important;
1293 }
1294 .wall-item-content {
1295         margin-left: 10px;
1296         padding-right: 1em;
1297         max-height: 500px;
1298         overflow: auto;
1299 }
1300
1301 .wall-item-content img {
1302         max-width: 100%;
1303 }
1304
1305
1306
1307 .wall-item-title {
1308         float: left;
1309         font-weight: bold;
1310         font-size: 1.6em; 
1311         /*width: 450px;*/
1312 }
1313
1314 /*.wall-item-title-end {
1315         clear: both;
1316 }*/
1317
1318 .wall-item-body {
1319         text-align: justify;
1320         float: left;
1321         /*width: 450px;*/
1322         width: 100%;
1323         margin-top: 10px;
1324         line-height: 18px;
1325 }
1326
1327 .wall-item-tools {
1328         clear: both;
1329 /*      background-image: url("head.jpg");
1330         background-position: 0 -20px;
1331         background-repeat: repeat-x;*/
1332         margin-top: 10px;
1333         margin-left: 0px;
1334         margin-bottom: 7px;
1335 /*      padding: 5px 10px 0px;*/
1336         padding: 5px 10px 0px 2px;
1337         height: 28px;
1338         border-bottom: 1px solid #ddd;
1339 }
1340 .wall-item-author {
1341 /*      margin-top: 10px;*/
1342         margin-top: 0px;
1343 }
1344
1345 .comment .wall-item-tools {
1346 /*      background:none;*/
1347 /*      background-image: url("head.jpg");
1348         background-position: 0 -20px;
1349         background-repeat: repeat-x;*/
1350         margin-left: 0px;
1351
1352
1353 .comment-edit-wrapper {
1354         margin-top: 15px;
1355         background: #f3f3f3;
1356         margin-left: 50px;
1357 }
1358
1359 .comment-wwedit-wrapper {
1360         display: block;
1361         margin-top: 15px;
1362         background: #f3f3f3;
1363         margin-left: 50px;
1364 }
1365
1366 .comment-edit-photo {
1367         margin-top: 10px;
1368         margin-left: 10px;
1369         margin-bottom: 10px;
1370         width: 70px;
1371         float: left;
1372 }
1373 .comment-edit-photo img {
1374         width: 25px;
1375 }
1376 .comment-edit-text-empty, .comment-edit-text-full {
1377         float: left;
1378         margin-top: 10px;
1379         -moz-border-radius: 3px;
1380         -webkit-border-radius: 3px;
1381         border-radius: 3px;     
1382         border: 1px solid #cccccc;
1383         padding: 3px 1px 1px 3px;
1384 }
1385
1386 .comment-edit-text-empty {
1387         color: gray;
1388         height: 30px;
1389         width: 175px;
1390         overflow: auto;
1391         margin-bottom: 10px;
1392 }
1393
1394 .comment-edit-text-full {
1395         color: black;
1396         height: 150px;
1397         width: 350px;
1398         overflow: auto;
1399 }
1400
1401 .comment-edit-text-end {
1402         clear: both;
1403 }
1404
1405 .comment-edit-submit {
1406         margin: 10px 0px 10px 110px;
1407 }
1408
1409 #profile-jot-plugin-wrapper,
1410 #profile-jot-submit-wrapper {
1411         margin-top: 15px;
1412 }
1413
1414 #profile-jot-submit {
1415         float: left;
1416 }
1417 #profile-upload-wrapper {
1418         float: left;
1419         margin-left: 30px;
1420 }
1421 #profile-attach-wrapper {
1422         float: left;
1423         margin-left: 15px;
1424 }
1425 #profile-rotator {
1426         float: left;
1427         margin-left: 30px;
1428 }
1429 #profile-link-wrapper {
1430         float: left;
1431         margin-left: 30px;
1432 }
1433 #profile-youtube-wrapper {
1434         float: left;
1435         margin-left: 15px;
1436 }
1437 #profile-video-wrapper {
1438         float: left;
1439         margin-left: 15px;
1440 }
1441 #profile-audio-wrapper {
1442         float: left;
1443         margin-left: 15px;
1444 }
1445 #profile-location-wrapper {
1446         float: left;
1447         margin-left: 15px;
1448 }
1449 #jot-preview-link {
1450         float: left;
1451         margin-left: 45px;
1452         margin-top: 0px !important;
1453 }
1454
1455
1456 #profile-nolocation-wrapper {
1457         float: left;
1458         margin-left: 15px;
1459 }
1460 #profile-title-wrapper {
1461         float: left;
1462         margin-left: 15px;
1463 }
1464
1465 #profile-jot-perms {
1466         float: left;
1467         margin-left: 100px;
1468         font-weight: bold;
1469         font-size: 1.2em;
1470 }
1471
1472
1473 #profile-jot-perms-end {
1474         /*clear: left;*/
1475         height: 30px;
1476 }
1477
1478 #profile-jot-plugin-end{
1479   clear: both;
1480 }
1481 .profile-jot-net {
1482         float: left;
1483         margin-right: 10px;
1484         margin-top: 5px;
1485         margin-bottom: 5px;
1486 }
1487
1488 #profile-jot-networks-end {
1489         clear: both;
1490 }
1491
1492 .profile-jot-box {
1493         margin-top: 50px;
1494 }
1495
1496 #profile-jot-end {
1497         /*clear: both;*/
1498         margin-bottom: 30px;
1499 }
1500 #about-jot-submit-wrapper {
1501         margin-top: 15px;
1502 }
1503 #about-jot-end {
1504         margin-bottom: 30px;
1505 }
1506 #contacts-main {
1507         margin-bottom: 30px;
1508 }
1509
1510 #profile-listing-desc {
1511         margin-left: 30px;
1512 }
1513
1514 #profile-listing-new-link-wrapper {
1515         margin-left: 30px;
1516         margin-bottom: 30px;
1517 }
1518 .profile-listing-photo-wrapper {
1519         float: left;
1520 }
1521
1522 .profile-listing-edit-buttons-wrapper {
1523         clear: both;
1524 }
1525 .profile-listing-photo-edit-link {
1526         float: left;
1527         width: 125px;
1528 }
1529 .profile-listing-end {
1530         clear: both;
1531 }
1532 .profile-listing-edit-buttons-wrapper img{
1533         border: none;
1534         margin-right: 20px;
1535 }
1536 .profile-listing {
1537         margin-top: 25px;
1538 }
1539 .profile-listing-name {
1540         float: left;
1541         margin-left: 32px;
1542         margin-top: 10px;
1543         color: #3172BD;
1544         font-weight: bold;
1545         width: 200px;
1546
1547 }
1548 .fortune {
1549         margin-top: 50px;
1550         color: #4444FF;
1551         font-weight: bold;
1552         margin-bottom: 20px;
1553 }
1554
1555
1556 .directory-end {
1557         clear: both;
1558 }
1559 .directory-name {
1560         text-align: center;
1561 }
1562 .directory-photo {
1563         margin-left: 25px;
1564 }
1565 .directory-details {
1566         font-size: 0.7em;
1567         text-align: center;
1568         margin-left: 5px;
1569         margin-right: 5px;
1570 }
1571 .directory-item {
1572         float: left;
1573 /*      width: 225px;
1574         height: 260px;*/
1575         padding-left: 25px;
1576         width: 150px;
1577         height: 225px;
1578         overflow: auto;
1579 }
1580
1581 #directory-search-wrapper {
1582         margin-top: 20px;
1583         margin-right: 20px;
1584         margin-bottom: 50px;
1585 }
1586
1587 #directory-search-end {
1588 }
1589
1590 .directory-photo-img {
1591         width: 125px;
1592         border: none;
1593 }
1594
1595 /* NOTE: The order of the "pager" items here is very important!
1596  * The concern is maintaining a decent-looking pager for people who still use
1597  * the numbers, while also having a nice-looking pager for people who use the
1598  * "older/newer" alternate. The numbers pager uses the _first, _last, etc. classes
1599  * while the newer pager just has bare <a> tags inside the div.pager. So the
1600  * following CSS sets everything up for the newer pager, then overrides those
1601  * settings for the specific classes used by the older pager.
1602  */
1603 .pager {
1604   margin-top: 35px;
1605   margin-bottom: 20px;
1606   padding: 10px 0px;
1607   text-align: center;
1608 }
1609
1610 .pager a {
1611         font-size: 1.5em;
1612         padding: 0.2em 1em;
1613         border: 1px solid #aaa;
1614         border-radius: 10px;
1615         -moz-border-radius: 10px;
1616         -webkit-border-radius: 10px;
1617 }
1618
1619
1620 .pager_first,
1621 .pager_last,
1622 .pager_prev,
1623 .pager_next,
1624 .pager_n {
1625 /*      background: #EEE;*/
1626 }
1627
1628 .pager_first a,
1629 .pager_last a,
1630 .pager_prev a,
1631 .pager_next a,
1632 .pager_n a {
1633     font-size: 0.97em;
1634         border: 1px solid black;
1635         border-radius: 7px;
1636         -moz-border-radius: 7px;
1637         -webkit-border-radius: 7px;
1638         text-decoration: none;
1639         padding: 4px 6px 4px 3px;
1640         opacity: 0.5;
1641 }
1642 .pager_first a:hover,
1643 .pager_last a:hover,
1644 .pager_prev a:hover,
1645 .pager_next a:hover,
1646 .pager_n a:hover {
1647         opacity: 1.0;
1648 }
1649
1650 .pager_current {
1651   font-size: 0.97em;
1652   border: 1px solid black;
1653   border-radius: 7px;
1654   background: #FFCCCC;
1655   padding: 4px 6px 4px 3px;
1656 }
1657
1658
1659 #advanced-profile-name-wrapper,
1660 #advanced-profile-gender-wrapper,
1661 #advanced-profile-dob-wrapper,
1662 #advanced-profile-age-wrapper,
1663 #advanced-profile-marital-wrapper,
1664 #advanced-profile-sexual-wrapper,
1665 #advanced-profile-homepage-wrapper,
1666 #advanced-profile-politic-wrapper,
1667 #advanced-profile-religion-wrapper,
1668 #advanced-profile-about-wrapper,
1669 #advanced-profile-interest-wrapper,
1670 #advanced-profile-contact-wrapper,
1671 #advanced-profile-music-wrapper,
1672 #advanced-profile-book-wrapper,
1673 #advanced-profile-tv-wrapper,
1674 #advanced-profile-film-wrapper,
1675 #advanced-profile-romance-wrapper,
1676 #advanced-profile-work-wrapper,
1677 #advanced-profile-education-wrapper {
1678         margin-top: 20px;
1679 }
1680
1681 #advanced-profile-name-text,
1682 #advanced-profile-gender-text,
1683 #advanced-profile-dob-text,
1684 #advanced-profile-age-text,
1685 #advanced-profile-marital-text,
1686 #advanced-profile-sexual-text,
1687 #advanced-profile-homepage-text,
1688 #advanced-profile-politic-text,
1689 #advanced-profile-religion-text,
1690 #advanced-profile-about-text,
1691 #advanced-profile-interest-text,
1692 #advanced-profile-contact-text,
1693 #advanced-profile-music-text,
1694 #advanced-profile-book-text,
1695 #advanced-profile-tv-text,
1696 #advanced-profile-film-text,
1697 #advanced-profile-romance-text,
1698 #advanced-profile-work-text,
1699 #advanced-profile-education-text {
1700         width: 300px;
1701         float: left;
1702 }
1703
1704 #advanced-profile-name-end,
1705 #advanced-profile-gender-end,
1706 #advanced-profile-dob-end,
1707 #advanced-profile-age-end,
1708 #advanced-profile-marital-end,
1709 #advanced-profile-sexual-end,
1710 #advanced-profile-homepage-end,
1711 #advanced-profile-politic-end,
1712 #advanced-profile-religion-end {
1713         height: 10px;
1714 }
1715
1716 #advanced-profile-about-end,
1717 #advanced-profile-interest-end,
1718 #advanced-profile-contact-end,
1719 #advanced-profile-music-end,
1720 #advanced-profile-book-end,
1721 #advanced-profile-tv-end,
1722 #advanced-profile-film-end,
1723 #advanced-profile-romance-end,
1724 #advanced-profile-work-end,
1725 #advanced-profile-education-end {
1726
1727
1728 }
1729
1730 #advanced-profile-name,
1731 #advanced-profile-gender,
1732 #advanced-profile-dob,
1733 #advanced-profile-age,
1734 #advanced-profile-marital,
1735 #advanced-profile-sexual,
1736 #advanced-profile-homepage,
1737 #advanced-profile-politic,
1738 #advanced-profile-religion {
1739         float: left;
1740
1741 }
1742
1743
1744 #advanced-profile-about,
1745 #advanced-profile-interest,
1746 #advanced-profile-contact,
1747 #advanced-profile-music,
1748 #advanced-profile-book,
1749 #advanced-profile-tv,
1750 #advanced-profile-film,
1751 #advanced-profile-romance,
1752 #advanced-profile-work,
1753 #advanced-profile-education {
1754         margin-top: 10px;
1755         margin-left: 50px;
1756         margin-right: 20px;
1757         padding: 10px;
1758         border: 1px solid #CCCCCC;
1759 }
1760
1761 #advanced-profile-with {
1762         float: left;
1763         margin-left: 15px;
1764 }
1765
1766 #contact-edit-wrapper {
1767         margin-top: 10px;
1768 }
1769
1770 #contact-edit-banner-name {
1771         font-size: 1.4em;
1772         font-weight: bold;
1773 }
1774
1775 #contact-edit-poll-wrapper {
1776         margin-top: 15px;
1777 }
1778
1779 #contact-edit-poll-text {
1780         margin-top: 15px;
1781         margin-bottom: 5px;
1782 }
1783
1784 #contact-edit-update-now {
1785         margin-top: 15px;
1786 }
1787
1788 #contact-edit-links{
1789         clear: both;
1790 }
1791
1792 #contact-edit-links ul {
1793         list-style: none;
1794         list-style-type: none;
1795         margin-left: 0px;
1796         padding-left: 0px;
1797 }
1798
1799 #contact-edit-links li {
1800         margin-top: 5px;
1801 }
1802
1803 #contact-edit-drop-link {
1804         float: right;
1805         margin-right: 20px;
1806 }
1807
1808 #contact-edit-nav-end {
1809         clear: both;
1810 }
1811
1812 #contact-edit-wrapper {
1813         width: 100%;
1814 }
1815
1816 #contact-edit-end {
1817         clear: both;
1818         margin-top: 15px;
1819 }
1820
1821 #contact-profile-selector {
1822         width: 175px;
1823         margin-left: 175px;
1824 }
1825
1826 .contact-edit-submit {
1827         margin-top: 20px;
1828 }
1829
1830
1831 .contact-photo-menu-button {
1832         position: absolute;
1833         background-image: url("photo-menu.jpg");
1834         background-position: top left; 
1835         background-repeat: no-repeat;
1836         margin: 0px; padding: 0px;
1837         width: 16px;
1838         height: 16px;
1839         top: 64px; left:0px;
1840         overflow: hidden;
1841         text-indent: 40px;
1842         display: none;
1843         
1844 }
1845 .contact-photo-menu {
1846         width: auto;
1847         border: 2px solid #444444;
1848         background: #FFFFFF;
1849         position: absolute;
1850         left: 0px; top: 90px;
1851         display: none;
1852         z-index: 10000;
1853 }
1854 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1855 .contact-photo-menu li a { display: block; padding: 2px; }
1856 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1857
1858
1859 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1860         color: #FF0000;
1861 }
1862
1863 #profile-edit-insecure {
1864         margin-top: 20px;
1865         color: #FF0000;
1866         font-size: 1.1em;
1867         border: 1px solid #FF8888;
1868         background-color: #FFEEEE;
1869         padding-left: 5px;
1870         /*: 3px 3px 3px 5px; */
1871         width: 587px;
1872 }
1873
1874 #profile-jot-text {
1875         height: 20px;
1876         color:#cccccc;
1877         border: 1px solid #cccccc;
1878         padding: 3px 0px 0px 5px;
1879         -moz-border-radius: 3px;
1880         border-radius: 3px;     
1881 }
1882
1883
1884 /** acl **/
1885 #photo-edit-perms-select,
1886 #photos-upload-permissions-wrapper,
1887 #profile-jot-acl-wrapper{
1888         display:block!important;
1889 }
1890
1891 #photos-usage-message {
1892         margin-bottom: 15px;
1893 }
1894
1895
1896 #acl-wrapper {
1897         width: 580px;
1898         float:left;
1899 }
1900 #acl-search {
1901         float:right;
1902         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1903         padding-right:20px;
1904 }
1905 #acl-showall {
1906         float: left;
1907         display: block;
1908         width: auto;
1909         height: 18px;
1910         background-color: #cccccc;
1911         background-image: url("../../../images/show_all_off.png");
1912         background-position: 7px 7px;
1913         background-repeat: no-repeat;
1914         padding: 7px 5px 0px 30px;
1915         -webkit-border-radius: 5px ;
1916         -moz-border-radius: 5px;
1917         border-radius: 5px;
1918         color: #999999;
1919 }
1920 #acl-showall.selected {
1921         color: #000000;
1922         background-color: #ff9900;
1923         background-image: url("../../../images/show_all_on.png");
1924 }
1925
1926 #acl-list {
1927         height: 210px;
1928         border: 1px solid #cccccc;
1929         clear: both;
1930         margin-top: 30px;
1931         overflow: auto;
1932 }
1933 #acl-list-content {
1934         
1935 }
1936 .acl-list-item {
1937         display: block;
1938         width: 170px;
1939         height: 30px;
1940         border: 1px solid #cccccc;
1941         margin: 5px;
1942         float: left;
1943 }
1944 .acl-list-item img{
1945         width:22px;
1946         height: 22px;
1947         float: left;
1948         margin: 4px;
1949 }
1950 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1951 .acl-list-item a { 
1952         font-size: 10px; /* 8px; */
1953         display: block;
1954         width: 50px;
1955         height: 12px;
1956         float: left;
1957         color: #999999;
1958         background-color: #cccccc;
1959         background-position: 3px 3px;
1960         background-repeat: no-repeat;
1961         margin-right: 5px;
1962         -webkit-border-radius: 2px ;
1963         -moz-border-radius: 2px;
1964         border-radius: 2px;
1965         padding-left: 15px;
1966 }
1967 #acl-wrapper a:hover {
1968         text-decoration: none;
1969         color:#000000;
1970 }
1971 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1972 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1973
1974 .acl-button-show.selected {
1975         color: #000000;
1976         background-color: #9ade00;
1977         background-image: url("../../../images/show_on.png");
1978 }
1979 .acl-button-hide.selected {
1980         color: #000000;
1981         background-color: #ff4141;
1982         background-image: url("../../../images/hide_on.png");
1983 }
1984 .acl-list-item.groupshow { border-color: #9ade00; }
1985 .acl-list-item.grouphide { border-color: #ff4141; }
1986 /** /acl **/
1987
1988
1989 #group-new-submit-wrapper {
1990         margin-top: 30px;
1991 }
1992
1993 #group-edit-name-label {
1994         float: left;
1995         width: 175px;
1996         margin-top: 20px;
1997         margin-bottom: 20px;
1998 }
1999
2000 #group-edit-name {
2001         float: left;
2002         width: 225px;
2003         margin-top: 20px;
2004         margin-bottom: 20px;
2005 }
2006
2007 #group-edit-name-wrapper {
2008
2009
2010 }
2011
2012
2013 #group_members_select_label {
2014         display: block;
2015         float: left;
2016         width: 175px;
2017 }
2018
2019 .group_members_select {
2020         float: left;
2021         width: 230px;
2022         overflow: auto;
2023 }
2024
2025 #group_members_select_end {
2026         clear: both;
2027 }
2028 #group-edit-name-end {
2029         clear: both;
2030 }
2031
2032 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2033         margin-bottom: 10px;
2034         margin-top: 20px;
2035 }
2036
2037 #prvmail-submit {
2038         float: left;
2039         margin-top: 10px;
2040         margin-right: 30px;
2041 }
2042 #prvmail-upload-wrapper,
2043 #prvmail-link-wrapper,
2044 #prvmail-rotator-wrapper {
2045         float: left;
2046         margin-top: 10px;
2047         margin-right: 10px;
2048         width: 24px;
2049 }
2050
2051 #prvmail-end {
2052         clear: both;
2053 }
2054
2055 .mail-list-sender,
2056 .mail-list-detail {
2057         float: left;
2058 }
2059 .mail-list-detail {
2060         margin-left: 20px;
2061 }
2062
2063 .mail-list-subject {
2064         font-size: 1.1em;
2065         margin-top: 10px;
2066 }
2067 a.mail-list-link {
2068     display: block;
2069     font-size: 1.3em;
2070     padding: 4px 0;
2071 }
2072
2073 /*
2074 *a.mail-list-link:hover {
2075 *       background-color: #15607B;
2076 *       color: #F5F6FB;
2077 *}
2078 */
2079
2080 .mail-list-outside-wrapper-end {
2081         clear: both;
2082 }
2083
2084 .mail-list-outside-wrapper {
2085         margin-top: 30px;
2086 }
2087
2088 .mail-list-delete-wrapper {
2089         float: right;
2090         margin-right: 30px;
2091         margin-top: 15px;
2092 }
2093
2094 .mail-list-delete-icon {
2095         border: none;
2096 }
2097
2098 .mail-conv-sender,
2099 .mail-conv-detail {
2100         float: left;
2101 }
2102 .mail-conv-detail {
2103         margin-left: 20px;
2104         margin-bottom: 10px;
2105         width: 500px;
2106 }
2107
2108 .mail-conv-subject {
2109     font-size: 1.4em;
2110     margin: 10px 0;
2111 }
2112
2113 .mail-conv-outside-wrapper-end {
2114         clear: both;
2115 }
2116
2117 .mail-conv-outside-wrapper {
2118         margin-top: 30px;
2119 }
2120
2121 .mail-conv-delete-wrapper {
2122         float: right;
2123         margin-right: 5px;
2124         margin-top: 15px;
2125 }
2126 .mail-conv-break {
2127         clear: both;
2128 }
2129
2130 .mail-conv-delete-icon {
2131         border: none;
2132 }
2133
2134 .message-links ul {
2135         list-style-type: none;
2136         padding: 0px;
2137 }
2138
2139 .message-links li {
2140         margin-top: 10px;
2141         float: left;
2142 }
2143 .message-links a {
2144         padding: 3px 5px;
2145 }
2146
2147 .message-links-end {
2148         clear: both;
2149 }
2150
2151 #sidebar-group-list ul {
2152         list-style-type: none;
2153 }
2154
2155 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2156         display: inline-block;
2157         height: 12px;
2158         width: 12px;
2159 }
2160
2161 #sidebar-group-list li {
2162         margin-top: 10px;
2163 }
2164
2165 .nets-ul, .fileas-ul, .categories-ul {
2166         list-style-type: none;
2167 }
2168
2169 .nets-ul li, .fileas-ul li, .categories-ul li {
2170         margin-top: 10px;
2171 }
2172
2173 .nets-link {
2174         margin-left: 24px;
2175 }
2176 .nets-all {
2177         margin-left: 42px;
2178 }
2179
2180 .fileas-link, .categories-link {
2181         margin-left: 24px;
2182 }
2183
2184 .fileas-all, .categories-all {
2185         margin-left: 0px;
2186 }
2187
2188 #search-save {
2189         margin-left: 5px;
2190 }
2191 .groupsideedit {
2192         margin-right: 10px;
2193 }
2194 #saved-search-ul {
2195         list-style-type: none;
2196 }
2197 .savedsearchdrop, .savedsearchterm {
2198         float: left;
2199         margin-top: 10px;
2200 }
2201 .savedsearchterm {
2202         margin-left: 10px;
2203 }
2204
2205
2206 #side-follow-wrapper {
2207         margin-top: 20px;
2208 }
2209 #side-follow-url, #side-peoplefind-url {
2210         margin-top: 5px;
2211 }
2212 #side-follow-submit, #side-peoplefind-submit {
2213         margin-top: 15px;
2214 }
2215
2216 #side-match-link {
2217         margin-top: 10px;
2218 }
2219
2220 aside input[type='text'] {
2221  width: 174px;
2222 }
2223
2224 .widget {
2225         border: 1px solid #DDDDDD;
2226         padding: 1em 2em;
2227         margin-top: 5px;
2228         -moz-border-radius:5px;
2229         -webkit-border-radius:5px;
2230         border-radius:5px;
2231
2232 }
2233
2234
2235 /*.photos {
2236         height: auto;
2237         overflow: auto;
2238 }*/
2239
2240 .photos-end {
2241         clear: both;
2242         margin-bottom: 25px;
2243 }
2244
2245 .photo-album-image-wrapper {
2246         float: left;
2247         margin-top: 15px;
2248         margin-right: 15px;
2249         margin-left: 15px;
2250 /*      width: 200px; height: 200px; 
2251         overflow: hidden; 
2252         position: relative; */
2253 }
2254 .photo-album-image-wrapper .caption {
2255         display: none; 
2256         width: 100%;
2257 /*      position: absolute; */
2258         bottom: 0px; 
2259         padding: 0.5em 0.5em 0px 0.5em;
2260         background-color: rgba(245, 245, 255, 0.8);
2261         border-bottom: 2px solid #CCC;
2262         margin: 0px;
2263 }
2264 .photo-album-image-wrapper a:hover .caption {
2265         display:block;
2266 }
2267
2268 #photo-album-end {
2269         clear: both;
2270         margin-bottom: 25px;
2271 }
2272
2273 .photo-top-image-wrapper {
2274 /*      position: relative; */
2275         float: left;
2276         margin-top: 15px;
2277         margin-right: 15px;
2278         margin-left: 15px;
2279         margin-bottom: 15px;
2280 /*      width: 200px; height: 200px; 
2281         overflow: hidden; */
2282 }
2283 .photo-top-image-wrapper img {
2284         max-width: 550px;
2285 }
2286 .photo-top-album-name {
2287         width: 100%;
2288         min-height: 2em;
2289 /*      position: absolute;  */
2290         bottom: 0px; 
2291         padding: 0px 3px;
2292         padding-top: 0.5em;
2293         background-color: rgb(255, 255, 255);
2294 }
2295 #photo-top-end {
2296         clear: both;
2297 }
2298
2299 #photo-top-links {
2300         margin-bottom: 30px;
2301         margin-left: 30px;
2302 }
2303
2304 #photos-upload-form {
2305         padding-left: 90px;
2306 }
2307
2308 #photos-upload-newalbum-div {
2309         float: left;
2310         width: 175px;
2311         margin-top: 30px;
2312 }
2313
2314 #photos-upload-noshare {
2315         margin-bottom: 10px;
2316 }
2317 #photos-upload-existing-album-text {
2318         float: left;
2319         width: 175px;
2320 }
2321 #photos-upload-newalbum {
2322         margin-top: 30px;
2323         float: left;
2324 }
2325 #photos-upload-album-select {
2326         float: left;
2327 }
2328
2329 #photos-upload-spacer {
2330         margin-top: 25px;
2331 }
2332 #photos-upload-new-end, #photos-upload-exist-end {
2333         clear: both;
2334 }
2335 #photos-upload-exist-end {
2336         margin-bottom: 15px;
2337 }
2338 #photos-upload-submit {
2339         margin-top: 15px;
2340         margin-left: 90px;
2341 }
2342
2343 #photos_upload_applet_wrapper {
2344         margin-bottom: 15px;
2345 }
2346
2347 #photos-upload-no-java-message {
2348         margin-bottom: 15px;
2349 }
2350
2351 #profile-jot-desc {
2352         /*float: left;*/
2353         /*width: 480px;*/
2354         width: 100%;
2355         color: #FF0000;
2356         margin-top: 10px;
2357         margin-bottom: 10px;
2358 }
2359
2360 #character-counter {
2361         float: right;
2362         font-size: 120%;
2363 }
2364
2365 #character-counter.grey {
2366         color: #888888;
2367 }
2368
2369 #character-counter.orange {
2370         color: orange;
2371 }
2372 #character-counter.red {
2373         color: red;
2374 }
2375
2376 #profile-jot-banner-end {
2377         /* clear: both; */ 
2378 }
2379
2380 #photos-upload-select-files-text {
2381         margin-top: 15px;
2382         margin-bottom: 15px;
2383 }
2384
2385 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2386         color: #8888FF;
2387         text-decoration: none;
2388         cursor: pointer;
2389 }
2390
2391 #photos-upload-perms-menu:hover {
2392         color: #0000FF;
2393         text-decoration: underline;
2394         cursor: pointer;
2395 }
2396 #settings-default-perms-menu {
2397         margin-top: 15px;
2398         margin-bottom: 15px;
2399 }
2400
2401 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2402         float: left;
2403         width: 150px;
2404 }
2405
2406 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2407         font-weight: 700;
2408 }
2409
2410 #photos-upload-choosefile-outer-wrapper {
2411         margin-top: 35px;
2412         padding-top: 50px;
2413         padding-left: 50px;
2414         position: relative;
2415 }
2416 #photos-upload-noshare-div {
2417         margin-top: 0px;
2418         margin-bottom: 15px;
2419 }
2420
2421 #photos-upload-noshare-label {
2422         margin-left: 30px;
2423 }
2424
2425 #photos-upload-noshare {
2426         float: left;
2427         margin-left: 5px;
2428 }
2429
2430 .photo-perms-icon {
2431         float: left;
2432 }
2433
2434 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2435         text-decoration: none;
2436 }
2437
2438 .photo-jot-perms-text {
2439         padding-top: 5px;
2440         padding-left: 25px;
2441 }
2442
2443 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2444         margin-top: 30px;
2445 }
2446 #photos-upload-perms {
2447         margin-top: 15px;
2448         margin-left: 5px;
2449 }
2450
2451 #photo-edit-perms-end {
2452         margin-bottom: 15px;
2453 }
2454
2455 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2456         float: left;
2457         margin-bottom: 25px;
2458 }
2459 .photo-edit-rotate {
2460         margin-left: 20px;
2461 }
2462
2463 #photo-edit-link-wrap {
2464         margin-bottom: 15px;
2465 }
2466 #photo-like-div {
2467         margin-left: 15px;
2468         margin-bottom: 45px;
2469 }
2470
2471 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2472         clear: both;
2473 }
2474
2475 #photo-edit-rotate-end {
2476         margin-bottom: 15px;
2477 }
2478
2479 #photo-edit-delete-button {
2480         margin-left: 270px;
2481 }
2482 #photos-upload-choose {
2483         position: absolute;
2484         top: 0px;
2485         left: 55px;
2486 }
2487 .settings-submit, .profile-edit-submit-button {
2488         margin-bottom: 10px;
2489 }
2490
2491 #photo-edit-end {
2492         margin-bottom: 35px;
2493 }
2494 #photo-caption {
2495         font-size: 110%;
2496         font-weight: bold;
2497         margin-top: 15px;
2498         margin-bottom: 15px;
2499 }
2500
2501 #in-this-photo-text {
2502         color: #0000FF;
2503         margin-left: 30px;
2504 }
2505
2506 #in-this-photo {
2507         margin-left: 60px;
2508         margin-top: 10px;
2509         margin-bottom: 20px;
2510 }
2511
2512 #photo-album-edit-submit, #photo-album-edit-drop {
2513         margin-top: 15px;
2514         margin-bottom: 15px;
2515 }
2516
2517 #photo-album-edit-drop {
2518         margin-left: 200px;
2519 }
2520
2521 .group-delete-wrapper {
2522         float: right;
2523         margin-right: 50px;
2524 }
2525
2526 #install-dbhost-label,
2527 #install-dbuser-label,
2528 #install-dbpass-label,
2529 #install-dbdata-label,
2530 #install-tz-desc {
2531        float: left;
2532        width: 250px;
2533        margin-top: 10px;
2534        margin-bottom: 10px;
2535
2536 }
2537
2538 #install-dbhost,
2539 #install-dbuser,
2540 #install-dbpass,
2541 #install-dbdata {
2542        float: left;
2543        width: 200px;
2544        margin-left: 20px;
2545 }
2546
2547 #install-dbhost-end,
2548 #install-dbuser-end,
2549 #install-dbpass-end,
2550 #install-dbdata-end,
2551 #install-tz-end {
2552        clear: both;
2553 }
2554
2555 #install-form select#timezone_select {
2556        float: left;
2557        margin-top: 18px;
2558        margin-left: 20px;
2559 }
2560
2561 #dfrn-request-networks {
2562         margin-bottom: 30px;
2563 }
2564
2565 #pause {
2566   position: fixed;
2567   bottom: 5px;
2568   right: 5px;
2569 }
2570
2571 .sparkle {
2572         cursor: url('lock.cur'), pointer;
2573 /*      cursor: pointer !important; */
2574 }
2575
2576 .contact-block-div {
2577         float: left;
2578         width: 52px;
2579         height: 52px;
2580 }
2581 .contact-block-textdiv {
2582         float: left;
2583         width: 150px;
2584         height: 34px;
2585 }
2586
2587 #contact-block-end {
2588         clear: both;
2589 }
2590 .contact-block-link {
2591         float: left;
2592 }
2593 .contact-block-img {
2594         width:48px;
2595         height:48px;
2596 }
2597
2598 #tag-remove {
2599         margin-bottom: 15px;
2600 }
2601
2602 #tagrm li {
2603         margin-bottom: 10px;
2604 }
2605
2606 #tagrm-submit, #tagrm-cancel {
2607         margin-top: 25px;
2608 }
2609
2610 #tagrm-cancel {
2611         margin-left: 15px;
2612 }
2613
2614 .wall-item-conv {
2615         margin-top: 5px;
2616         margin-bottom: 25px;
2617 }
2618
2619 #search-submit {
2620         margin-left: 15px;
2621 }
2622
2623 #search-box {
2624         margin-bottom: 25px;
2625 }
2626
2627 .location-label, .gender-label, .marital-label, .homepage-label {
2628         float: left;
2629         text-align: right;
2630         display: block;
2631         width: 65px;
2632 }
2633
2634 .adr, .x-gender, .marital-text, .homepage-url {
2635         float: left;
2636         display: block;
2637         margin-left: 8px;
2638 }
2639
2640 .profile-clear {
2641         clear: both;
2642 }
2643
2644
2645 .clear {
2646         clear: both;
2647 }
2648
2649 .cc-license {
2650         margin-top: 50px;
2651         font-size: 70%;
2652 }
2653
2654
2655 #plugin-settings-link, #account-settings-link {
2656         margin-bottom: 10px;
2657 }
2658
2659 #uexport-link {
2660         margin-bottom: 20px;
2661 }
2662
2663 /* end from default */
2664         
2665
2666 .fn {
2667         padding: 0px 0px 5px 12px;
2668         font-size: 120%;
2669         font-weight: bold;
2670 }
2671
2672 .vcard .title {
2673         margin-bottom: 5px;
2674         margin-left: 12px;
2675 }
2676
2677 .vcard dl {
2678         clear: both;
2679 }
2680
2681 #birthday-title {
2682         float: left;
2683         font-weight: bold;      
2684 }
2685
2686 #birthday-adjust {
2687         float: left;
2688         font-size: 75%;
2689         margin-left: 10px;
2690 }
2691
2692 #birthday-title-end {
2693         clear: both;
2694 }
2695
2696 .birthday-list {
2697         margin-left: 15px;
2698 }
2699
2700 #birthday-wrapper {
2701         margin-bottom: 20px;
2702 }
2703
2704 #network-new-link {
2705         margin-top: 15px;
2706         margin-bottom: 15px;
2707 }
2708
2709
2710 .tool-wrapper {
2711   float: left;
2712   margin-left: 15px;
2713 }
2714
2715 .tool-link {
2716   cursor: pointer;
2717 }
2718
2719 .eventcal {
2720         float: left;
2721         font-size: 20px;
2722 }
2723
2724 #event-summary-text {
2725         margin-top: 15px;
2726 }
2727
2728 #event-share-checkbox {
2729         float: left;
2730         margin-top: 10px;
2731 }
2732
2733 #event-share-text {
2734         float: left;
2735         margin-top: 10px;
2736         margin-left: 5px;
2737 }
2738
2739 #event-share-break {
2740         clear: both;
2741         margin-bottom: 10px;
2742 }
2743
2744 #event-summary {
2745         width: 400px;
2746 }
2747
2748 .vevent {
2749         border: 1px solid #CCCCCC;
2750 }
2751
2752 .vevent .event-summary {
2753         margin-left: 10px;
2754         margin-right: 10px;
2755         font-weight: bold;
2756 }
2757
2758 .vevent .event-description, .vevent .event-location {
2759         margin-left: 10px;
2760         margin-right: 10px;
2761 }
2762 .vevent .event-start {
2763         margin-left: 10px;
2764         margin-right: 10px;
2765 }
2766
2767 #new-event-link {
2768         margin-bottom: 10px;
2769 }
2770
2771 .edit-event-link, .plink-event-link {
2772         float: left;
2773         margin-top: 4px;
2774         margin-right: 4px;
2775         margin-bottom: 15px;
2776 }
2777
2778 .event-description:before {
2779         content: url('../../../images/calendar.png');
2780         margin-right: 15px;
2781 }
2782
2783 .event-start, .event-end {
2784         margin-left: 10px;
2785         width: 330px;
2786         clear: both;
2787 }
2788
2789 .event-start .dtstart, .event-end .dtend {
2790         float: right;
2791 }
2792
2793 .event-list-date {
2794         margin-bottom: 10px;
2795 }
2796
2797 .prevcal, .nextcal {
2798         float: left;
2799         margin-left: 32px;
2800         margin-right: 32px;
2801         margin-top: 64px;
2802 }
2803 .event-calendar-end {
2804         clear: both;
2805 }
2806
2807  
2808 .calendar {
2809         font-family: Courier, monospace;
2810 }
2811 .today {
2812         font-weight: bold;
2813         color: #FF0000;
2814 }
2815
2816 .settings-block {
2817         border: 1px solid #AAA;
2818         margin: 10px;
2819         padding: 10px;
2820 }
2821
2822 .app-title {
2823         margin: 10px;
2824 }
2825
2826 #identity-manage-desc {
2827         margin-top:15px;
2828         margin-bottom: 15px;
2829 }
2830
2831 #identity-manage-choose {
2832         margin-bottom: 15px;
2833 }
2834
2835 #identity-submit {
2836         margin-top: 20px;
2837 }
2838
2839 #photo-prev-link, #photo-next-link {
2840         padding: 10px;
2841 }
2842 #photo-nav {
2843         position: relative;
2844         height: 55px;
2845 }
2846
2847 #photo-prev-link {
2848         position: absolute;
2849         left: 5px;
2850 }
2851 #photo-next-link {
2852         position: absolute;
2853         right: 5px;
2854 }
2855
2856 /*#photo-photo {
2857         float: left;
2858 }*/
2859 #photo-photo img {
2860         max-width: 555px;
2861         margin-left: 5px;
2862 }
2863 #photo-photo-end {
2864         clear: both;
2865 }
2866
2867 .profile-match-photo {
2868         float: left;
2869         text-align: center;
2870         width: 120px;
2871 }
2872
2873 .profile-match-name {
2874         float: left;
2875         text-align: center;
2876         width: 120px;
2877         overflow: hidden;
2878 }
2879
2880 .profile-match-break,
2881 .profile-match-end {
2882         clear: both;
2883 }
2884
2885 .profile-match-connect {
2886         text-align: center;
2887         font-weight: bold;
2888 }
2889
2890 .profile-match-wrapper {
2891         float: left;
2892         padding: 10px;
2893         width: 120px;
2894         height: 120px;
2895         scroll: auto;
2896 }
2897 #profile-match-wrapper-end {
2898         clear: both;
2899 }
2900 .side-link {
2901         margin-bottom: 15px;
2902 }
2903
2904 #language-selector {
2905         position: absolute;
2906         top: 0px;
2907         left: 16px;
2908 }
2909
2910 #group-members {
2911         margin-top: 20px;
2912         padding: 10px;
2913         height: 250px;
2914         overflow: auto;
2915         border: 1px solid #ddd;
2916 }
2917
2918 #group-members-end {
2919         clear: both;
2920 }
2921
2922 #group-separator {
2923         margin-top: 10px;
2924         margin-bottom: 10px;
2925 }
2926
2927 #group-all-contacts {
2928         padding: 10px;
2929         height: 450px;
2930         overflow: auto;
2931         border: 1px solid #ddd;
2932 }
2933
2934 #group-all-contacts-end {
2935         clear: both;
2936         margin-bottom: 10px;
2937 }
2938
2939 #group-edit-desc {
2940         margin-top: 15px;
2941 }
2942
2943
2944 #prof-members {
2945         margin-top: 20px;
2946         padding: 10px;
2947         height: 250px;
2948         overflow: auto;
2949         border: 1px solid #ddd;
2950 }
2951
2952 #prof-members-end {
2953         clear: both;
2954 }
2955
2956 #prof-separator {
2957         margin-top: 10px;
2958         margin-bottom: 10px;
2959 }
2960
2961 #prof-all-contacts {
2962         padding: 10px;
2963         height: 450px;
2964         overflow: auto;
2965         border: 1px solid #ddd;
2966 }
2967
2968 #prof-all-contacts-end {
2969         clear: both;
2970         margin-bottom: 10px;
2971 }
2972
2973 #prof-edit-desc {
2974         margin-top: 15px;
2975 }
2976
2977 #crepair-name-label,
2978 #crepair-nick-label,
2979 #crepair-attag-label,
2980 #crepair-url-label,
2981 #crepair-request-label,
2982 #crepair-confirm-label,
2983 #crepair-notify-label,
2984 #crepair-photo-label,
2985 #crepair-poll-label {
2986         float: left;
2987         width: 200px;
2988         margin-bottom: 15px;
2989 }
2990
2991 #crepair-name,
2992 #crepair-nick,
2993 #crepair-attag,
2994 #crepair-url,
2995 #crepair-request,
2996 #crepair-confirm,
2997 #crepair-notify,
2998 #crepair-photo,
2999 #crepair-poll {
3000         float: left;
3001         width: 300px;
3002 }
3003
3004
3005 #netsearch-box {
3006         margin-top: 20px;       
3007 }
3008
3009 #netsearch-box #search-submit {
3010         margin: 5px 0px 0px 0px;
3011 }
3012
3013 .required {
3014         color: #FF0000;
3015 }
3016
3017 #event-start-text, #event-finish-text {
3018         margin-top: 10px;
3019         margin-bottom: 5px;
3020 }
3021
3022 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3023         float: left;
3024 }
3025 #event-datetime-break {
3026         margin-bottom: 10px;
3027 }
3028
3029 #event-nofinish-break, #event-adjust-break {
3030         clear: both;
3031 }
3032
3033 #event-desc-text, #event-location-text {
3034         margin-top: 10px;
3035         margin-bottom: 5px;
3036 }
3037 #event-submit {
3038         margin-top: 10px;
3039 }
3040
3041 .body-tag, .filesavetags, .categorytags {
3042         opacity: 0.5;
3043         filter:alpha(opacity=50);
3044 }
3045
3046 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3047         opacity: 1.0 !important;
3048         filter:alpha(opacity=100) !important;
3049 }
3050
3051 .item-select {
3052         opacity: 0.1;
3053         filter:alpha(opacity=10);
3054         float: right;
3055         margin-right: 10px;
3056
3057 }
3058 .item-select:hover, .checkeditem {
3059         opacity: 1;
3060         filter:alpha(opacity=100);
3061 }
3062
3063
3064 #item-delete-selected {
3065         margin-top: 30px;
3066 }
3067
3068 #item-delete-selected-end {
3069         clear: both;
3070 }
3071 #item-delete-selected-icon, #item-delete-selected-desc {
3072         float: left;
3073         margin-right: 5px;
3074 }
3075 #item-delete-selected-desc:hover {
3076         text-decoration: underline;
3077 }
3078
3079 #lang-select-icon {
3080         cursor: pointer;
3081         position: absolute;
3082         left: 0px;
3083         top: 0px;
3084         opacity: 0.2;
3085         filter:alpha(opacity=20);
3086 }
3087
3088 #lang-select-icon:hover {
3089         opacity: 1;
3090         filter:alpha(opacity=100);
3091 }
3092
3093 .notif-image {
3094         height: 80px;
3095         width: 80px;
3096         margin-right: 15px;
3097 }
3098 .notification-listing-end {
3099         clear: both;
3100         margin-bottom: 15px;
3101 }
3102
3103
3104
3105 /**
3106  * Plugins settings
3107  */
3108
3109 .settings-block > h3,
3110 .settings-heading {
3111         border-bottom: 1px solid #babdb6;
3112 }
3113  
3114
3115 /**
3116  * Form fields
3117  */
3118 .field {
3119         margin-bottom: 10px;
3120         padding-bottom: 10px;
3121         overflow: auto;
3122         width: 100%
3123 }
3124 #wrapper_expire.field {
3125         margin-bottom: 3px;
3126         padding-bottom: 3px;
3127 }
3128
3129 .field label {
3130         float: left;
3131         width: 200px;
3132 }
3133
3134 .field input,
3135 .field textarea {
3136         width: 400px;
3137 }
3138 .field textarea { height: 100px; }
3139 .field_help {
3140         display: block;
3141         margin-left: 50px;
3142         color: #666666;
3143         
3144 }
3145
3146 .field .onoff {
3147         float: left;
3148         width: 80px;
3149 }
3150 .field .onoff a {
3151         display: block;
3152         border:1px solid #666666;
3153         background-image:url("../../../images/onoff.jpg");
3154         background-repeat: no-repeat;
3155         padding: 4px 2px 2px 2px;
3156         height: 16px;
3157         text-decoration: none;
3158 }
3159 .field .onoff .off {
3160         border-color:#666666;
3161         padding-left: 40px;
3162         background-position: left center;
3163         background-color: #cccccc;
3164         color: #666666;
3165         text-align: right;
3166 }
3167 .field .onoff .on {
3168         border-color:#204A87;
3169         padding-right: 40px;
3170         background-position: right center;
3171         background-color: #D7E3F1;
3172         color: #204A87;
3173         text-align: left;
3174 }
3175 .hidden { display: none!important; }
3176
3177 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3178 .field.radio .field_help { margin-left: 0px; }
3179
3180 /**
3181  * ADMIN
3182  */
3183 #pending-update {
3184         float:right;
3185         color: #ffffff;
3186         font-weight: bold;
3187         background-color: #FF0000;
3188         padding: 0em 0.3em;
3189         
3190 }
3191 #adminpage dl {
3192         clear: left;
3193         margin-bottom: 2px;
3194         padding-bottom: 2px;
3195         border-bottom: 1px solid black;
3196 }
3197 #adminpage dt {
3198         width: 200px;
3199         float: left;
3200         font-weight: bold;
3201 }
3202 #adminpage dd {
3203         margin-left: 200px;
3204 }
3205
3206 #adminpage h3 {
3207         border-bottom: 1px solid #cccccc;
3208 }
3209 #adminpage .field label {
3210         font-weight: bold;
3211 }
3212 #adminpage .submit {
3213         clear:left;
3214         text-align: right;
3215 }
3216
3217 #adminpage #pluginslist {
3218         margin: 0px; padding: 0px;
3219 }
3220 #adminpage .plugin {
3221         list-style: none;
3222         display: block;
3223         border: 1px solid #888888;
3224         padding: 1em;
3225         margin-bottom: 5px;
3226         clear: left;
3227 }
3228 #adminpage .plugin .desc { margin-left: 2.5em;}
3229 #adminpage .toggleplugin {
3230         float:left;
3231         margin-right: 1em;
3232 }
3233
3234 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3235 #adminpage table th { text-align: left;}
3236 #adminpage td .icon { float: left;}
3237 #adminpage table#users img { width: 16px; height: 16px; }
3238 #adminpage table tr:hover { background-color: #bbc7d7; }
3239 #adminpage .selectall { text-align: right; }
3240
3241 /*
3242  * UPDATE
3243  */
3244 .popup {        
3245         width: 100%; height: 100%;
3246         top:0px; left:0px;
3247         position: absolute;
3248         display: none;
3249 }
3250
3251 .popup .background {
3252         background-color: rgba(0,0,0,128);
3253         opacity: 0.5;
3254         width: 100%; height: 100%;
3255         position: absolute;
3256         top:0px; left:0px;
3257 }
3258 .popup .panel {
3259         top:25%;left:25%;width:50%;height:50%;
3260         padding: 1em;
3261         position: absolute;
3262         border: 4px solid #000000;
3263         background-color: #FFFFFF;
3264 }
3265 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
3266 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3267 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3268 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3269 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3270
3271 /**
3272  * OAuth
3273  */
3274 .oauthapp {
3275         height: auto; overflow: auto;
3276         border-bottom: 2px solid #cccccc;
3277         padding-bottom: 1em;
3278         margin-bottom: 1em;     
3279 }
3280 .oauthapp img {
3281         float: left;
3282         width: 48px; height: 48px;
3283         margin: 10px;
3284 }
3285 .oauthapp img.noicon {
3286         background-image: url("../../../images/icons/48/plugin.png");
3287         background-position: center center;
3288         background-repeat: no-repeat;
3289 }
3290 .oauthapp a {
3291         float: left;
3292 }
3293
3294 /**
3295  * ICONS
3296  */
3297 .iconspacer {
3298         display: block; width: 16px; height: 16px;
3299 }
3300
3301 .icon {
3302         display: block; width: 16px; height: 16px;
3303         background-image: url('../../../images/icons.png');
3304 }
3305 .article { background-position: 0px 0px;}
3306 /*.audio { background-position: -16px 0px;}*/
3307 .icon.audio {
3308         display: block; width: 24px; height: 24px;
3309         background-size: 100% 100%;
3310         background-image: url('images/speaker.png');
3311         background-repeat: no-repeat;
3312 }
3313 .block { background-position: -32px 0px;}
3314 /*.drop { background-position: -48px 0px;}*/
3315 .icon.drop {
3316         display: block; width: 16px; height: 16px;
3317         background-size: 100% 100%;
3318         background-image: url('images/drop-16.png');
3319         background-repeat: no-repeat;
3320         opacity: 1.0;
3321 }
3322 /*.drophide { background-position: -64px 0px;}*/
3323 .icon.drophide {
3324         display: block; width: 16px; height: 16px;
3325         background-size: 100% 100%;
3326         background-image: url('images/drop-16.png');
3327         background-repeat: no-repeat;
3328         opacity: 0.4;
3329 }
3330 .edit { background-position: -80px 0px;}
3331 /*.camera { background-position: -96px 0px;}*/
3332 .icon.camera{
3333         display: block; width: 24px; height: 18px;
3334         margin-top: 4px;
3335         background-size: 100% 100%;
3336         background-image: url('images/camera.png');
3337         background-repeat: no-repeat;
3338 }
3339 /*.dislike { background-position: -112px 0px;}*/
3340 .icon.dislike {
3341         display: block; width: 15px; height: 16px;/* 23 24*/
3342         background-size: 100% 100%;
3343         background-image: url('images/disapprove-16.png');
3344         background-repeat: no-repeat;
3345         opacity: 0.4;
3346 }
3347 .icon.dislike:hover {
3348         opacity: 1.0;
3349 }
3350 /*.like { background-position: -128px 0px;}*/
3351 .icon.like {
3352         display: block; width: 15px; height: 16px;/* 23 24*/
3353         margin-right: 6px;
3354         background-size: 100% 100%;
3355         background-image: url('images/approve-16.png');
3356         background-repeat: no-repeat;
3357         opacity: 0.4;
3358 }
3359 .icon.like:hover {
3360         opacity: 1.0;
3361 }
3362 /*.link { background-position: -144px 0px;}*/
3363 .icon.link {
3364         display: block; width: 24px; height: 24px;
3365         background-size: 100% 100%;
3366         background-image: url('images/link.png');
3367         background-repeat: no-repeat;
3368 }
3369
3370 /*.globe { background-position: 0px -16px;}*/
3371 .icon.globe {
3372         display: block; width: 24px; height: 24px;
3373         background-size: 100% 100%;
3374         background-image: url('images/globe.png');
3375         background-repeat: no-repeat;
3376 }
3377 .noglobe { background-position: -16px -16px;}
3378 .no { background-position: -32px -16px;}
3379 .pause { background-position: -48px -16px;}
3380 .play { background-position: -64px -16px;}
3381 /*.pencil { background-position: -80px -16px;}*/
3382 .icon.pencil {
3383         display: block; width: 16px; height: 16px;
3384         background-size: 100% 100%;
3385         background-image: url('images/pencil-16.png');
3386         background-repeat: no-repeat;
3387         opacity: 0.4;
3388 }
3389 .icon.pencil:hover {
3390         opacity: 1.0;
3391 }
3392 /*.small-pencil { background-position: -96px -16px;}*/
3393 .icon.small-pencil {
3394         display: block; width: 16px; height: 16px;
3395         background-size: 100% 100%;
3396         background-image: url('images/pencil-16.png');
3397         background-repeat: no-repeat;
3398         opacity: 0.4;
3399 }
3400 .icon.small-pencil:hover {
3401         opacity: 1.0;
3402 }
3403 /*.recycle { background-position: -112px -16px;}*/
3404 .icon.recycle {
3405         display: block; width: 16px; height: 16px;/*24 23*/
3406         background-size: 100% 100%;
3407         background-image: url('images/recycle-16.png');
3408         background-repeat: no-repeat;
3409         opacity: 0.4;
3410 }
3411 .icon.recycle:hover {
3412         opacity: 1.0;
3413 }
3414 /*.remote-link { background-position: -128px -16px;}*/
3415 .icon.remote-link {
3416         display: block; width: 16px; height: 16px;
3417         background-size: 100% 100%;
3418         background-image: url('images/remote-link-16.png');
3419         background-repeat: no-repeat;
3420         opacity: 0.4;
3421 }
3422 .icon.remote-link:hover {
3423         opacity: 1.0;
3424 }
3425 .share { background-position: -144px -16px;}
3426
3427 .tools { background-position: 0px -32px;}
3428 /*.lock { background-position: -16px -32px;}*/
3429 .icon.lock {
3430         display: block; width: 14px; height: 21px;
3431         margin-top: 1px;
3432         background-size: 100% 100%;
3433         background-image: url('images/lock-24.png');
3434         background-repeat: no-repeat;
3435 }
3436 /*.unlock { background-position: -32px -32px;}*/
3437 .icon.unlock {
3438         display: block; width: 14px; height: 24px;
3439         margin-top: -2px;
3440         background-size: 100% 100%;
3441         background-image: url('images/unlock-24.png');
3442         background-repeat: no-repeat;
3443 }
3444 /*.video { background-position: -48px -32px;}*/
3445 .icon.video {
3446         display: block; width: 24px; height: 24px;
3447         background-size: 100% 100%;
3448         background-image: url('images/video.png');
3449         background-repeat: no-repeat;
3450 }
3451 /*.oembed.video {
3452         display: inline; width: auto; height: auto;
3453         background-image: none;
3454 }*/
3455
3456 .youtube { background-position: -64px -32px;}
3457 /*.attach { background-position: -80px -32px; }*/
3458 .icon.attach {
3459         display: block; width: 24px; height: 24px;
3460         background-size: 100% 100%;
3461         background-image: url('images/paperclip-24.png');
3462         background-repeat: no-repeat;
3463 }
3464
3465 .language { background-position: -96px -32px; }
3466 .prev { background-position: -112px -32px; }
3467 .next { background-position: -128px -32px; }
3468 .on { background-position: -144px -32px; }
3469
3470 .off { background-position: 0px -48px; }
3471 /*.starred { background-position: -16px -48px; }*/
3472 .icon.starred {
3473         display: block; width: 16px; height: 16px;
3474         background-size: 100% 100%;
3475         background-image: url('images/star-yellow-16.png');
3476         background-repeat: no-repeat;
3477 }
3478 /*.unstarred { background-position: -32px -48px; }*/
3479 .icon.unstarred {
3480         display: block; width: 16px; height: 16px;
3481         background-size: 100% 100%;
3482         background-image: url('images/star-16.png');
3483         background-repeat: no-repeat;
3484         opacity: 0.4;
3485 }
3486 .icon.unstarred:hover {
3487         opacity: 1.0;
3488 }
3489 /*.tagged { background-position: -48px -48px; }*/
3490 .icon.tagged {
3491         display: block; width: 16px; height: 16px;
3492         background-size: 100% 100%;
3493         background-image: url('images/tag-16.png');
3494         background-repeat: no-repeat;
3495         opacity: 0.4;
3496 }
3497 .icon.tagged:hover {
3498         opacity: 1.0;
3499 }
3500 .yellow { background-position: -64px -48px; }
3501
3502
3503 .filer-icon {
3504 /*      display: block; width: 16px; height: 16px;
3505         background-image: url('file.gif');*/
3506         display: block; width: 16px; height: 16px;
3507         background-size: 100% 100%;
3508         background-image: url('images/folder-16.png');
3509         background-repeat: no-repeat;
3510         opacity: 0.4;
3511 }
3512 .filer-icon:hover {
3513         opacity: 1.0;
3514 }
3515
3516 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3517 [class^="comment-edit-bb"] {
3518         list-style: none;
3519         display: none;
3520         margin: 0px 0 -5px 60px;
3521         width: 75%;
3522 }
3523 [class^="comment-edit-bb"] > li {
3524         display: inline-block;
3525         margin: 10px 10px 0 0;
3526         visibility: none;
3527 }
3528 /*[class^="comment-edit-bb-end"] {
3529         clear: both;
3530 }*/
3531 .editicon {
3532     display: inline-block;
3533 /*    background-image: url(bbedit.png);
3534         background-color: #fff;*/
3535         background-size: 100% 100%;
3536         background-repeat: no-repeat;
3537         background-color: #f3f3f3;
3538     text-decoration: none;
3539         opacity: 0.4;
3540 }
3541 .editicon:hover {
3542 /*      background-color: #ccc;*/
3543         opacity: 1.0;
3544 }
3545 .boldbb {
3546 /*      background-position: 0px 0px;*/
3547     width: 15px;
3548     height: 16px;
3549         background-image: url('images/boldB-serif-16.png');
3550 }
3551 /*.boldbb:hover {
3552         background-position: 0px -16px;
3553 }*/
3554 .italicbb {
3555 /*      background-position: -16px 0px;*/
3556     width: 9px;
3557     height: 16px;
3558         background-image: url('images/italicI-serif-16.png');
3559 }
3560 /*.italicbb:hover {
3561         background-position: -16px -16px;
3562 }*/
3563 .underlinebb {
3564 /*      background-position: -32px 0px;*/
3565     width: 14px;
3566     height: 16px;
3567         background-image: url('images/underlineU-serif-16.png');
3568 }
3569 /*.underlinebb:hover {
3570         background-position: -32px -16px;
3571 }*/
3572 .quotebb {
3573 /*      background-position: -48px 0px;*/
3574     width: 20px;
3575     height: 20px;
3576         background-image: url('images/quote.png');
3577 }
3578 /*.quotebb:hover {
3579         background-position: -48px -16px;
3580 }*/
3581 .codebb {
3582 /*      background-position: -64px 0px;*/
3583     width: 20px;
3584     height: 20px;
3585         background-image: url('images/code.png');
3586 }
3587 /*.codebb:hover {
3588         background-position: -64px -16px;
3589 }*/
3590 .imagebb {
3591 /*      background-position: -80px 0px;*/
3592     width: 20px;/*16*/
3593     height: 15px;/*12*/
3594         margin-bottom: 2px;
3595         background-image: url('images/camera.png');
3596 }
3597 /*.imagebb:hover {
3598         background-position: -80px -16px;
3599 }*/
3600 .urlbb {
3601 /*      background-position: -96px 0px;*/
3602         width: 20px;
3603         height: 20px;
3604         background-image: url('images/link.png');
3605 }
3606 /*.urlbb:hover {
3607         background-position: -96px -16px;
3608 }*/
3609 .videobb {
3610 /*      background-position: -112px 0px;*/
3611         width: 20px;
3612         height: 20px;
3613         background-image: url('images/video.png');
3614 }
3615 /*.videobb:hover {
3616         background-position: -112px -16px;
3617 }*/
3618
3619 .attachtype {
3620         display: block; width: 20px; height: 23px;
3621         float: left;
3622         background-image: url('../../../images/content-types.png');
3623 }
3624
3625 .body-attach {
3626         margin-top: 10px;
3627 }
3628
3629 .type-video { background-position: 0px 0px; }
3630 .type-image { background-position: -20px 0px; }
3631 .type-audio { background-position: -40px 0px; }
3632 .type-text  { background-position: -60px 0px; }
3633 .type-unkn  { background-position: -80px 0px; }
3634
3635
3636 /* autocomplete popup */
3637 .acpopup {
3638         max-height:150px;
3639         background-color:#ffffff;
3640         overflow:auto;
3641         z-index:100000;
3642         border:1px solid #cccccc;
3643 }
3644 .acpopupitem {
3645         background-color:#ffffff; padding: 4px;
3646         clear:left;
3647 }
3648 .acpopupitem img {
3649         float: left;
3650         margin-right: 4px;
3651 }
3652
3653 .acpopupitem.selected {
3654         color: #FFFFFF; background: #3465A4;
3655 }
3656
3657 /* popup notifications */
3658 div.jGrowl div.notice {
3659   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3660   color: #ffffff;
3661   padding-left: 58px;
3662 }
3663 div.jGrowl div.info {
3664   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3665   color: #ffffff;
3666   padding-left: 58px;
3667 }
3668 #jGrowl.top-right {
3669         top: 15px;
3670         right: 15px;
3671 }
3672 .qcomment {
3673         border: 1px solid #EEE;
3674         padding: 3px;
3675         margin-top: 15px;
3676         margin-left: 25px;
3677         width: 125px;
3678         overflow-y: auto;
3679 }
3680
3681
3682 .qcomment option {
3683         width: 125px;
3684         overflow-x: hidden;
3685 }
3686
3687 .qcomment {
3688         opacity: 0.3;
3689         filter:alpha(opacity=30);
3690 }
3691 .qcomment:hover {
3692         opacity: 1.0;
3693         filter:alpha(opacity=100);
3694 }
3695
3696 /* notifications popup menu */
3697 .nav-notify {
3698         display: none;
3699         position: absolute;
3700         font-size: 10px;
3701         padding: 1px 3px;
3702         top: 0px;
3703         right: -10px;
3704         min-width: 15px;
3705         text-align: right;
3706 }
3707 .nav-notify.show {
3708         display: block;
3709 }
3710 ul.notifications-menu-popup {
3711         position: absolute;
3712         display: none;
3713         width: 10em;
3714         margin: 0px;
3715         padding: 0px;
3716         list-style: none;
3717         z-index: 100000;
3718         right: 0px;
3719 }
3720 #nav-notifications-menu {
3721         width: 320px;
3722         max-height: 400px;
3723         overflow-y: scroll;overflow-style:scrollbar;
3724         background-color:#FFFFFF;
3725         -moz-border-radius: 5px;
3726         -webkit-border-radius: 5px;
3727         border-radius:5px;
3728         border: 1px solid #AAA;
3729         -moz-box-shadow: 3px 3px 5px #555;
3730         -webkit-box-shadow: 3px 3px 5px #555;
3731         box-shadow: 3px 3px 5px #555;
3732 }
3733 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3734 #nav-notifications-menu img { float: left; margin-right: 5px; }
3735 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3736 #nav-notifications-menu li {
3737         padding: 7px 0px 7px 10px;
3738         word-wrap:normal;
3739         border-bottom: 1px solid #000;
3740 }
3741
3742 #nav-notifications-menu li:hover {
3743
3744 }
3745
3746 #nav-notifications-menu a:hover {
3747         text-decoration: underline;
3748 }
3749
3750 .notif-item a {
3751         color: #000000;
3752 }
3753
3754 .notif-item a:hover {
3755         text-decoration: underline;
3756 }
3757
3758 .notif-image {
3759         width: 32px;
3760         height: 32px;
3761         padding: 7px 7px 0px 0px;
3762 }
3763
3764 .notify-seen {
3765         background: #DDDDDD;
3766 }
3767
3768 #id_term_label {
3769         width:75px;
3770 }
3771 #id_term {
3772         width:100px;
3773 }
3774
3775 #recip {
3776         
3777 }
3778 .autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
3779 .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
3780 .autocomplete .selected { background:#F0F0F0; }
3781 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3782
3783 #datebrowse-sidebar select {
3784         margin-left: 40px;
3785         width: 130px;
3786 }
3787
3788 #theme-version {
3789         display: block;
3790         font-weight: bold;
3791 }
3792 #theme-credits {
3793         margin-top: 15px;
3794         margin-bottom: 15px;
3795 }