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