]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
Merge pull request #2119 from annando/1511-contact-evolution
[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-like, .wall-item-dislike {
1208         font-style: italic;
1209         margin-left: 0px;
1210         opacity: 0.4;
1211 }
1212 .wall-item-dislike {
1213         margin-bottom: 15px;
1214 }
1215 .wall-item-like:hover, .wall-item-dislike:hover {
1216         opacity: 1.0;
1217 }
1218
1219 .wall-item-like.comment, .wall-item-dislike.comment {
1220         margin-left: 75px;
1221 }
1222 .wall-item-dislike.comment {
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         margin-left: 10px;
1350         float: left;
1351 }
1352 .star-item {
1353         margin-left: 10px;
1354         float: left;
1355 }
1356 .tag-item {
1357         margin-left: 10px;
1358         float: left;
1359 }
1360
1361 .filer-item {
1362         margin-left: 10px;
1363         float: left;
1364 }
1365
1366 .wall-item-links-wrapper {
1367         float: left;
1368 }
1369
1370 .wall-item-delete-wrapper {
1371         float: right;
1372 }
1373
1374 /*.wall-item-delete-end {
1375         clear: both;
1376 }*/
1377
1378 .wall-item-delete-icon {
1379         border: none;
1380 }
1381
1382
1383 /*.wall-item-wrapper-end {
1384         clear: both;
1385 }*/
1386 .wall-item-name-link {
1387         font-weight: bold;
1388         text-decoration: none;
1389         color: #3172BD;
1390 }
1391 .wall-item-photo {
1392         border: none;
1393         border-radius: 7px;
1394         -moz-border-radius: 7px;
1395         -webkit-border-radius: 7px;
1396 }
1397 .comment .wall-item-photo {
1398         width: 50px !important;
1399         height: 50px !important;
1400         border-radius: 5px;
1401         -moz-border-radius: 5px;
1402         -webkit-border-radius: 5px;
1403 }
1404 .wall-item-content {
1405         margin-left: 10px;
1406         padding-right: 1em;
1407 /*      max-height: 500px;*/
1408         overflow: auto;
1409 }
1410
1411 .wall-item-content img {
1412         display: block;
1413         margin-top: 12px;
1414         margin-bottom: 12px;
1415         margin-right: auto;
1416         margin-left: auto;
1417 /*      max-width: 100%;*/
1418         max-width: 400px; /* to make room for the shadow */
1419         padding: 5px;
1420
1421         box-shadow: 0 0 10px #000;
1422         -moz-box-shadow: 0 0 10px #000;
1423         -webkit-box-shadow: 0 0 10px #000;
1424 }
1425
1426 .shared_content img {
1427         max-width: 100%;
1428 }
1429
1430 .comment .wall-item-content img {
1431         max-width: 370px;
1432 }
1433
1434 .wall-item-content img.smiley {
1435         display: inline;
1436         margin: auto;
1437         padding: 0;
1438         box-shadow: none;
1439         -moz-box-shadow: none;
1440         -webkit-box-shadow: none;
1441 }
1442
1443 .divgrow-showmore {
1444         display: block;
1445         clear: both;
1446         text-align: center;
1447         outline: 0;
1448         border-top: 1px dotted #888;
1449 }
1450
1451
1452
1453 .wall-item-title {
1454         float: left;
1455         font-weight: bold;
1456         font-size: 1.6em;
1457         /*width: 450px;*/
1458 }
1459
1460 /*.wall-item-title-end {
1461         clear: both;
1462 }*/
1463
1464 .wall-item-body {
1465         text-align: justify;
1466         float: left;
1467         clear: left;
1468         /*width: 450px;*/
1469         width: 100%;
1470         margin-top: 10px;
1471         line-height: 18px;
1472 }
1473
1474 .wall-item-body iframe {
1475         display: block;
1476         clear: both;
1477         margin-top: 1.5em;
1478         margin-bottom: 1.5em;
1479 }
1480
1481 .wall-item-tools {
1482         clear: both;
1483
1484         margin-top: 10px;
1485         margin-left: 0px;
1486         padding: 10px 10px 0px 2px;
1487
1488         height: 22px;
1489
1490         border-bottom: 1px solid #ddd;
1491 }
1492 .wall-item-author {
1493         margin-top: 0px;
1494 }
1495
1496 .comment .wall-item-tools {
1497         margin-left: 0px;
1498         margin-top: 5px;
1499         padding-top: 0px;
1500 }
1501
1502 .comment-edit-wrapper {
1503         margin-top: 15px;
1504         background: #f3f3f3;
1505         margin-left: 50px;
1506 }
1507
1508 .comment-wwedit-wrapper {
1509         display: block;
1510         margin-top: 15px;
1511         background: #f3f3f3;
1512         margin-left: 75px;
1513 }
1514
1515 .comment-wwedit-wrapper.comment {
1516         width: 300px;
1517         margin-left: 150px;
1518         border-radius: 10px;
1519 }
1520
1521 .comment-edit-photo {
1522         margin-top: 10px;
1523         margin-left: 10px;
1524         margin-bottom: 10px;
1525         width: 70px;
1526         float: left;
1527 }
1528 .comment-edit-photo img {
1529         width: 25px;
1530 }
1531 .comment .comment-edit-photo {
1532         width: 50px;
1533 }
1534 .comment-edit-text-empty, .comment-edit-text-full {
1535         float: left;
1536         margin-top: 10px;
1537         -moz-border-radius: 3px;
1538         -webkit-border-radius: 3px;
1539         border-radius: 3px;
1540         border: 1px solid #cccccc;
1541         padding: 3px 1px 1px 3px;
1542 }
1543
1544 .comment-edit-text-empty {
1545         color: gray;
1546         height: 30px;
1547         width: 175px;
1548         overflow: auto;
1549         margin-bottom: 10px;
1550 }
1551
1552 .comment-edit-text-full {
1553         color: black;
1554         height: 150px;
1555         width: 350px;
1556         overflow: auto;
1557 }
1558
1559 .comment .comment-edit-text-empty {
1560         height: 1.5em;
1561         width: 150px;
1562 }
1563
1564 .comment .comment-edit-text-full {
1565         margin-left: 10px;
1566         width: 275px;
1567 }
1568
1569 .comment-edit-text-end {
1570         clear: both;
1571 }
1572
1573 .comment-edit-submit {
1574         margin: 10px 0px 10px 110px;
1575 }
1576 .comment .comment-edit-submit {
1577         margin-left: 30px;
1578 }
1579
1580 .shared_header {
1581         border-top: 1px solid #aaa;
1582         color: #999;
1583
1584         height: 42px; /* 32 px for the image plus 10 px for the margin around the image */
1585         padding-top: 0.5em;
1586         margin-top: 1em;
1587         margin-bottom: 1em;
1588
1589 }
1590 .shared_header img {
1591         float: left;
1592
1593         margin: auto 1em auto auto;
1594         padding: 0;
1595
1596         box-shadow: none;
1597         -moz-box-shadow: none;
1598         -webkit-box-shadow: none;
1599 }
1600
1601 #profile-jot-plugin-wrapper,
1602 #profile-jot-submit-wrapper {
1603         margin-top: 15px;
1604 }
1605 #profile-jot-banner-wrapper {
1606         height: 1.5em;
1607         display: block;
1608         clear: left
1609 }
1610
1611 #profile-jot-submit {
1612         float: left;
1613 }
1614 #profile-upload-wrapper {
1615         float: left;
1616         margin-left: 30px;
1617 }
1618 #profile-attach-wrapper {
1619         float: left;
1620         margin-left: 15px;
1621 }
1622 #profile-rotator {
1623         float: left;
1624         margin-left: 30px;
1625 }
1626 #profile-link-wrapper {
1627         float: left;
1628         margin-left: 30px;
1629 }
1630 #profile-youtube-wrapper {
1631         float: left;
1632         margin-left: 15px;
1633 }
1634 #profile-video-wrapper {
1635         float: left;
1636         margin-left: 15px;
1637 }
1638 #profile-audio-wrapper {
1639         float: left;
1640         margin-left: 15px;
1641 }
1642 #profile-location-wrapper {
1643         float: left;
1644         margin-left: 15px;
1645 }
1646 #jot-preview-link {
1647         float: left;
1648         margin-left: 45px;
1649         margin-top: 0px !important;
1650 }
1651
1652
1653 #profile-nolocation-wrapper {
1654         float: left;
1655         margin-left: 15px;
1656 }
1657 #profile-title-wrapper {
1658         float: left;
1659         margin-left: 15px;
1660 }
1661
1662 #profile-jot-perms {
1663         float: left;
1664         margin-left: 100px;
1665         font-weight: bold;
1666         font-size: 1.2em;
1667 }
1668
1669
1670 #profile-jot-perms-end {
1671         /*clear: left;*/
1672         height: 30px;
1673 }
1674
1675 #profile-jot-plugin-end{
1676   clear: both;
1677 }
1678 .profile-jot-net {
1679         float: left;
1680         margin-right: 10px;
1681         margin-top: 5px;
1682         margin-bottom: 5px;
1683 }
1684
1685 #profile-jot-networks-end {
1686         clear: both;
1687 }
1688
1689 .profile-jot-box {
1690         margin-top: 50px;
1691 }
1692
1693 #profile-jot-end {
1694         /*clear: both;*/
1695         margin-bottom: 30px;
1696 }
1697 #about-jot-submit-wrapper {
1698         margin-top: 15px;
1699 }
1700 #about-jot-end {
1701         margin-bottom: 30px;
1702 }
1703 #contacts-main {
1704         margin-bottom: 30px;
1705 }
1706
1707 #profile-listing-desc {
1708         margin-left: 30px;
1709 }
1710
1711 #profile-listing-new-link-wrapper {
1712         margin-left: 30px;
1713         margin-bottom: 30px;
1714 }
1715 .profile-listing-photo-wrapper {
1716         float: left;
1717 }
1718
1719 .profile-listing-edit-buttons-wrapper {
1720         clear: both;
1721 }
1722 .profile-listing-photo-edit-link {
1723         float: left;
1724         width: 125px;
1725 }
1726 .profile-listing-end {
1727         clear: both;
1728 }
1729 .profile-listing-edit-buttons-wrapper img{
1730         border: none;
1731         margin-right: 20px;
1732 }
1733 .profile-listing {
1734         margin-top: 25px;
1735 }
1736 .profile-listing-name {
1737         float: left;
1738         margin-left: 32px;
1739         margin-top: 10px;
1740         color: #3172BD;
1741         font-weight: bold;
1742         width: 200px;
1743
1744 }
1745 .fortune {
1746         margin-top: 50px;
1747         color: #4444FF;
1748         font-weight: bold;
1749         margin-bottom: 20px;
1750 }
1751
1752
1753 .directory-end {
1754         clear: both;
1755 }
1756 .directory-name {
1757         text-align: center;
1758 }
1759 .directory-photo {
1760         margin-left: 25px;
1761 }
1762 .directory-details {
1763         font-size: 0.7em;
1764         text-align: center;
1765         margin-left: 5px;
1766         margin-right: 5px;
1767 }
1768 .directory-item {
1769         float: left;
1770 /*      width: 225px;
1771         height: 260px;*/
1772         padding-left: 25px;
1773         width: 150px;
1774         height: 225px;
1775         overflow: auto;
1776 }
1777
1778 #directory-search-wrapper {
1779         margin-top: 20px;
1780         margin-right: 20px;
1781         margin-bottom: 50px;
1782 }
1783
1784 #directory-search-end {
1785 }
1786
1787 .directory-photo-img {
1788         width: 125px;
1789         border: none;
1790 }
1791
1792 /* NOTE: The order of the "pager" items here is very important!
1793  * The concern is maintaining a decent-looking pager for people who still use
1794  * the numbers, while also having a nice-looking pager for people who use the
1795  * "older/newer" alternate. The numbers pager uses the _first, _last, etc. classes
1796  * while the newer pager just has bare <a> tags inside the div.pager. So the
1797  * following CSS sets everything up for the newer pager, then overrides those
1798  * settings for the specific classes used by the older pager.
1799  */
1800 .pager {
1801   margin-top: 35px;
1802   margin-bottom: 20px;
1803   padding: 10px 0px;
1804   text-align: center;
1805 }
1806
1807 .pager a {
1808         font-size: 1.5em;
1809         padding: 0.2em 1em;
1810         border: 1px solid #aaa;
1811         border-radius: 10px;
1812         -moz-border-radius: 10px;
1813         -webkit-border-radius: 10px;
1814 }
1815
1816
1817 .pager_first,
1818 .pager_last,
1819 .pager_prev,
1820 .pager_next,
1821 .pager_n,
1822 .scroll_loader_text {
1823 /*      background: #EEE;*/
1824 }
1825
1826 .pager_first a,
1827 .pager_last a,
1828 .pager_prev a,
1829 .pager_next a,
1830 .pager_n a {
1831     font-size: 0.97em;
1832         border: 1px solid black;
1833         border-radius: 7px;
1834         -moz-border-radius: 7px;
1835         -webkit-border-radius: 7px;
1836         text-decoration: none;
1837         padding: 4px 6px 4px 3px;
1838         opacity: 0.5;
1839 }
1840 .pager_first a:hover,
1841 .pager_last a:hover,
1842 .pager_prev a:hover,
1843 .pager_next a:hover,
1844 .pager_n a:hover {
1845         opacity: 1.0;
1846 }
1847
1848 .pager_current {
1849   font-size: 0.97em;
1850   border: 1px solid black;
1851   border-radius: 7px;
1852   background: #FFCCCC;
1853   padding: 4px 6px 4px 3px;
1854 }
1855
1856
1857 #advanced-profile-name-wrapper,
1858 #advanced-profile-gender-wrapper,
1859 #advanced-profile-dob-wrapper,
1860 #advanced-profile-age-wrapper,
1861 #advanced-profile-marital-wrapper,
1862 #advanced-profile-sexual-wrapper,
1863 #advanced-profile-homepage-wrapper,
1864 #advanced-profile-politic-wrapper,
1865 #advanced-profile-religion-wrapper,
1866 #advanced-profile-about-wrapper,
1867 #advanced-profile-interest-wrapper,
1868 #advanced-profile-contact-wrapper,
1869 #advanced-profile-music-wrapper,
1870 #advanced-profile-book-wrapper,
1871 #advanced-profile-tv-wrapper,
1872 #advanced-profile-film-wrapper,
1873 #advanced-profile-romance-wrapper,
1874 #advanced-profile-work-wrapper,
1875 #advanced-profile-education-wrapper {
1876         margin-top: 20px;
1877 }
1878
1879 #advanced-profile-name-text,
1880 #advanced-profile-gender-text,
1881 #advanced-profile-dob-text,
1882 #advanced-profile-age-text,
1883 #advanced-profile-marital-text,
1884 #advanced-profile-sexual-text,
1885 #advanced-profile-homepage-text,
1886 #advanced-profile-politic-text,
1887 #advanced-profile-religion-text,
1888 #advanced-profile-about-text,
1889 #advanced-profile-interest-text,
1890 #advanced-profile-contact-text,
1891 #advanced-profile-music-text,
1892 #advanced-profile-book-text,
1893 #advanced-profile-tv-text,
1894 #advanced-profile-film-text,
1895 #advanced-profile-romance-text,
1896 #advanced-profile-work-text,
1897 #advanced-profile-education-text {
1898         width: 300px;
1899         float: left;
1900 }
1901
1902 #advanced-profile-name-end,
1903 #advanced-profile-gender-end,
1904 #advanced-profile-dob-end,
1905 #advanced-profile-age-end,
1906 #advanced-profile-marital-end,
1907 #advanced-profile-sexual-end,
1908 #advanced-profile-homepage-end,
1909 #advanced-profile-politic-end,
1910 #advanced-profile-religion-end {
1911         height: 10px;
1912 }
1913
1914 #advanced-profile-about-end,
1915 #advanced-profile-interest-end,
1916 #advanced-profile-contact-end,
1917 #advanced-profile-music-end,
1918 #advanced-profile-book-end,
1919 #advanced-profile-tv-end,
1920 #advanced-profile-film-end,
1921 #advanced-profile-romance-end,
1922 #advanced-profile-work-end,
1923 #advanced-profile-education-end {
1924
1925
1926 }
1927
1928 #advanced-profile-name,
1929 #advanced-profile-gender,
1930 #advanced-profile-dob,
1931 #advanced-profile-age,
1932 #advanced-profile-marital,
1933 #advanced-profile-sexual,
1934 #advanced-profile-homepage,
1935 #advanced-profile-politic,
1936 #advanced-profile-religion {
1937         float: left;
1938
1939 }
1940
1941
1942 #advanced-profile-about,
1943 #advanced-profile-interest,
1944 #advanced-profile-contact,
1945 #advanced-profile-music,
1946 #advanced-profile-book,
1947 #advanced-profile-tv,
1948 #advanced-profile-film,
1949 #advanced-profile-romance,
1950 #advanced-profile-work,
1951 #advanced-profile-education {
1952         margin-top: 10px;
1953         margin-left: 50px;
1954         margin-right: 20px;
1955         padding: 10px;
1956         border: 1px solid #CCCCCC;
1957 }
1958
1959 #advanced-profile-with {
1960         float: left;
1961         margin-left: 15px;
1962 }
1963
1964 #contact-edit-wrapper {
1965         margin-top: 10px;
1966 }
1967
1968 #contact-edit-banner-name {
1969         font-size: 1.4em;
1970         font-weight: bold;
1971 }
1972
1973 #contact-edit-poll-wrapper {
1974         margin-top: 15px;
1975 }
1976
1977 #contact-edit-poll-text {
1978         margin-top: 15px;
1979         margin-bottom: 5px;
1980 }
1981
1982 #contact-edit-update-now {
1983         margin-top: 15px;
1984 }
1985
1986 #contact-edit-links{
1987         clear: both;
1988 }
1989
1990 #contact-edit-links ul {
1991         list-style: none;
1992         list-style-type: none;
1993         margin-left: 0px;
1994         padding-left: 0px;
1995 }
1996
1997 #contact-edit-links li {
1998         margin-top: 5px;
1999 }
2000
2001 #contact-edit-drop-link {
2002         float: right;
2003         margin-right: 20px;
2004 }
2005
2006 #contact-edit-nav-end {
2007         clear: both;
2008 }
2009
2010 #contact-edit-wrapper {
2011         width: 100%;
2012 }
2013
2014 #contact-edit-end {
2015         clear: both;
2016         margin-top: 15px;
2017 }
2018
2019 #contact-profile-selector {
2020         width: 175px;
2021         margin-left: 175px;
2022 }
2023
2024 .contact-edit-submit {
2025         margin-top: 10px;
2026         clear: left;
2027         display: block;
2028         margin-bottom: 45px;
2029 }
2030
2031
2032 .contact-photo-menu-button {
2033         position: absolute;
2034         background-image: url("photo-menu.jpg");
2035         background-position: top left;
2036         background-repeat: no-repeat;
2037         margin: 0px; padding: 0px;
2038         width: 16px;
2039         height: 16px;
2040         top: 64px; left:0px;
2041         overflow: hidden;
2042         text-indent: 40px;
2043         display: none;
2044
2045 }
2046 .contact-photo-menu {
2047         width: auto;
2048         border: 2px solid #444444;
2049         background: #FFFFFF;
2050         position: absolute;
2051         left: 0px; top: 90px;
2052         display: none;
2053         z-index: 10000;
2054 }
2055 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2056 .contact-photo-menu li a { display: block; padding: 2px; }
2057 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
2058
2059
2060 #block-message, #ignore-message, #archive-message, #lost-contact-message {
2061         color: #FF0000;
2062 }
2063
2064 #profile-edit-insecure {
2065         margin-top: 20px;
2066         color: #FF0000;
2067         font-size: 1.1em;
2068         border: 1px solid #FF8888;
2069         background-color: #FFEEEE;
2070         padding-left: 5px;
2071         /*: 3px 3px 3px 5px; */
2072         width: 587px;
2073 }
2074
2075 #profile-jot-text {
2076         height: 20px;
2077         color:#cccccc;
2078         border: 1px solid #cccccc;
2079         padding: 3px 0px 0px 5px;
2080         -moz-border-radius: 3px;
2081         border-radius: 3px;
2082 }
2083
2084
2085 /** acl **/
2086 #photo-edit-perms-select,
2087 #photos-upload-permissions-wrapper,
2088 #profile-jot-acl-wrapper{
2089         display:block!important;
2090 }
2091
2092 #photos-usage-message {
2093         margin-bottom: 15px;
2094 }
2095
2096
2097 #acl-wrapper {
2098         width: 580px;
2099         float:left;
2100 }
2101 #acl-search {
2102         float:right;
2103         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2104         padding-right:20px;
2105 }
2106 #acl-showall {
2107         float: left;
2108         display: block;
2109         width: auto;
2110         height: 18px;
2111         background-color: #cccccc;
2112         background-image: url("../../../images/show_all_off.png");
2113         background-position: 7px 7px;
2114         background-repeat: no-repeat;
2115         padding: 7px 5px 0px 30px;
2116         -webkit-border-radius: 5px ;
2117         -moz-border-radius: 5px;
2118         border-radius: 5px;
2119         color: #999999;
2120 }
2121 #acl-showall.selected {
2122         color: #000000;
2123         background-color: #ff9900;
2124         background-image: url("../../../images/show_all_on.png");
2125 }
2126
2127 #acl-list {
2128         height: 210px;
2129         border: 1px solid #cccccc;
2130         clear: both;
2131         margin-top: 30px;
2132         overflow: auto;
2133 }
2134 #acl-list-content {
2135
2136 }
2137 .acl-list-item {
2138         display: block;
2139         width: 170px;
2140         height: 30px;
2141         border: 1px solid #cccccc;
2142         margin: 5px;
2143         float: left;
2144 }
2145 .acl-list-item img{
2146         width:22px;
2147         height: 22px;
2148         float: left;
2149         margin: 4px;
2150 }
2151 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
2152 .acl-list-item a {
2153         font-size: 10px; /* 8px; */
2154         display: block;
2155         width: 50px;
2156         height: 12px;
2157         float: left;
2158         color: #999999;
2159         background-color: #cccccc;
2160         background-position: 3px 3px;
2161         background-repeat: no-repeat;
2162         margin-right: 5px;
2163         -webkit-border-radius: 2px ;
2164         -moz-border-radius: 2px;
2165         border-radius: 2px;
2166         padding-left: 15px;
2167 }
2168 #acl-wrapper a:hover {
2169         text-decoration: none;
2170         color:#000000;
2171 }
2172 .acl-button-show { background-image: url("../../../images/show_off.png"); }
2173 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
2174
2175 .acl-button-show.selected {
2176         color: #000000;
2177         background-color: #9ade00;
2178         background-image: url("../../../images/show_on.png");
2179 }
2180 .acl-button-hide.selected {
2181         color: #000000;
2182         background-color: #ff4141;
2183         background-image: url("../../../images/hide_on.png");
2184 }
2185 .acl-list-item.groupshow { border-color: #9ade00; }
2186 .acl-list-item.grouphide { border-color: #ff4141; }
2187 /** /acl **/
2188
2189
2190 #group-new-submit-wrapper {
2191         margin-top: 30px;
2192 }
2193
2194 #group-edit-name-label {
2195         float: left;
2196         width: 175px;
2197         margin-top: 20px;
2198         margin-bottom: 20px;
2199 }
2200
2201 #group-edit-name {
2202         float: left;
2203         width: 225px;
2204         margin-top: 20px;
2205         margin-bottom: 20px;
2206 }
2207
2208 #group-edit-name-wrapper {
2209
2210
2211 }
2212
2213
2214 #group_members_select_label {
2215         display: block;
2216         float: left;
2217         width: 175px;
2218 }
2219
2220 .group_members_select {
2221         float: left;
2222         width: 230px;
2223         overflow: auto;
2224 }
2225
2226 #group_members_select_end {
2227         clear: both;
2228 }
2229 #group-edit-name-end {
2230         clear: both;
2231 }
2232
2233 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2234         margin-bottom: 10px;
2235         margin-top: 20px;
2236 }
2237
2238 #prvmail-submit {
2239         float: left;
2240         margin-top: 10px;
2241         margin-right: 30px;
2242 }
2243 #prvmail-upload-wrapper,
2244 #prvmail-link-wrapper,
2245 #prvmail-rotator-wrapper {
2246         float: left;
2247         margin-top: 10px;
2248         margin-right: 10px;
2249         width: 24px;
2250 }
2251
2252 #prvmail-end {
2253         clear: both;
2254 }
2255
2256 .mail-list-sender,
2257 .mail-list-detail {
2258         float: left;
2259 }
2260 .mail-list-detail {
2261         margin-left: 20px;
2262 }
2263
2264 .mail-list-subject {
2265         font-size: 1.1em;
2266         margin-top: 10px;
2267 }
2268 a.mail-list-link {
2269     display: block;
2270     font-size: 1.3em;
2271     padding: 4px 0;
2272 }
2273
2274 /*
2275 *a.mail-list-link:hover {
2276 *       background-color: #15607B;
2277 *       color: #F5F6FB;
2278 *}
2279 */
2280
2281 .mail-list-outside-wrapper-end {
2282         clear: both;
2283 }
2284
2285 .mail-list-outside-wrapper {
2286         margin-top: 30px;
2287 }
2288
2289 .mail-list-delete-wrapper {
2290         float: right;
2291         margin-right: 30px;
2292         margin-top: 15px;
2293 }
2294
2295 .mail-list-delete-icon {
2296         border: none;
2297 }
2298
2299 .mail-conv-sender,
2300 .mail-conv-detail {
2301         float: left;
2302 }
2303 .mail-conv-detail {
2304         margin-left: 20px;
2305         margin-bottom: 10px;
2306         width: 500px;
2307 }
2308
2309 .mail-conv-subject {
2310     font-size: 1.4em;
2311     margin: 10px 0;
2312 }
2313
2314 .mail-conv-outside-wrapper-end {
2315         clear: both;
2316 }
2317
2318 .mail-conv-outside-wrapper {
2319         margin-top: 30px;
2320 }
2321
2322 .mail-conv-delete-wrapper {
2323         float: right;
2324         margin-right: 5px;
2325         margin-top: 15px;
2326 }
2327 .mail-conv-break {
2328         clear: both;
2329 }
2330
2331 .mail-conv-delete-icon {
2332         border: none;
2333 }
2334
2335 .message-links ul {
2336         list-style-type: none;
2337         padding: 0px;
2338 }
2339
2340 .message-links li {
2341         margin-top: 10px;
2342         float: left;
2343 }
2344 .message-links a {
2345         padding: 3px 5px;
2346 }
2347
2348 .message-links-end {
2349         clear: both;
2350 }
2351
2352 #poke-desc {
2353         margin: 5px 0 10px;
2354 }
2355
2356 #poke-wrapper  {
2357         padding: 10px 0 20px;
2358 }
2359
2360 #poke-recipient, #poke-action, #poke-privacy-settings {
2361         margin: 10px 0 30px;
2362 }
2363
2364 #poke-recip-label, #poke-action-label, #prvmail-message-label {
2365         margin: 10px 0 10px;
2366 }
2367
2368 #sidebar-group-list ul {
2369         list-style-type: none;
2370 }
2371
2372 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2373         display: inline-block;
2374         height: 12px;
2375         width: 12px;
2376 }
2377
2378 #sidebar-group-list li {
2379         margin-top: 10px;
2380 }
2381
2382 #forumlist-sidebar ul {
2383         list-style: none;
2384 }
2385
2386 .forumlist-img {
2387         height: 20px;
2388         width: 20px;
2389         vertical-align: middle;
2390 }
2391
2392 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2393         list-style-type: none;
2394 }
2395
2396 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2397         margin-top: 10px;
2398 }
2399
2400 .nets-link {
2401         margin-left: 24px;
2402 }
2403 .nets-all {
2404         margin-left: 42px;
2405 }
2406
2407 .fileas-link, .categories-link {
2408         margin-left: 24px;
2409 }
2410
2411 .fileas-all, .categories-all {
2412         margin-left: 0px;
2413 }
2414
2415 #search-save {
2416         margin-left: 5px;
2417 }
2418 .groupsideedit {
2419         margin-right: 10px;
2420 }
2421 #saved-search-ul {
2422         list-style-type: none;
2423 }
2424 .savedsearchdrop, .savedsearchterm {
2425         float: left;
2426         margin-top: 10px;
2427 }
2428 .savedsearchterm {
2429         margin-left: 10px;
2430 }
2431
2432
2433 #side-follow-wrapper {
2434         margin-top: 20px;
2435 }
2436 #side-follow-url, #side-peoplefind-url {
2437         margin-top: 5px;
2438 }
2439 #side-follow-submit, #side-peoplefind-submit {
2440         margin-top: 15px;
2441 }
2442
2443 #side-match-link {
2444         margin-top: 10px;
2445 }
2446
2447 aside input[type='text'] {
2448  width: 174px;
2449 }
2450
2451 .widget {
2452         border: 1px solid #DDDDDD;
2453         padding: 1em 2em;
2454         margin-top: 5px;
2455         -moz-border-radius:5px;
2456         -webkit-border-radius:5px;
2457         border-radius:5px;
2458
2459 }
2460
2461
2462 /*.photos {
2463         height: auto;
2464         overflow: auto;
2465 }*/
2466
2467 .photos-end {
2468         clear: both;
2469         margin-bottom: 25px;
2470 }
2471
2472 .photo-album-image-wrapper {
2473         float: left;
2474         margin-top: 15px;
2475         margin-right: 15px;
2476         margin-left: 15px;
2477 /*      width: 200px; height: 200px;
2478         overflow: hidden;
2479         position: relative; */
2480 }
2481 .photo-album-image-wrapper .caption {
2482         display: none;
2483         width: 100%;
2484 /*      position: absolute; */
2485         bottom: 0px;
2486         padding: 0.5em 0.5em 0px 0.5em;
2487         background-color: rgba(245, 245, 255, 0.8);
2488         border-bottom: 2px solid #CCC;
2489         margin: 0px;
2490 }
2491 .photo-album-image-wrapper a:hover .caption {
2492         display:block;
2493 }
2494
2495 #photo-album-end {
2496         clear: both;
2497         margin-bottom: 25px;
2498 }
2499
2500 .photo-top-image-wrapper {
2501 /*      position: relative;
2502         float: left;*/
2503         display: inline-block;
2504         vertical-align: top;
2505         margin-top: 15px;
2506         margin-right: 15px;
2507         margin-left: 15px;
2508         margin-bottom: 15px;
2509 /*      width: 200px; height: 200px;
2510         overflow: hidden; */
2511 }
2512 .photo-album-image-wrapper img, .photo-top-image-wrapper img {
2513         max-width: 225px;
2514         padding: 5px;
2515
2516         box-shadow: 0 0 10px #000;
2517         -moz-box-shadow: 0 0 10px #000;
2518         -webkit-box-shadow: 0 0 10px #000;
2519 }
2520 .photo-top-album-name {
2521         width: 100%;
2522         min-height: 2em;
2523 /*      position: absolute;  */
2524         bottom: 0px;
2525         padding: 0px 3px;
2526         padding-top: 0.5em;
2527         background-color: rgb(255, 255, 255);
2528 }
2529 #photo-top-end {
2530         clear: both;
2531 }
2532
2533 #photo-top-links {
2534         margin-bottom: 30px;
2535         margin-left: 30px;
2536 }
2537
2538 #photos-upload-form {
2539         padding-left: 90px;
2540 }
2541
2542 #photos-upload-newalbum-div {
2543         float: left;
2544         width: 175px;
2545         margin-top: 30px;
2546 }
2547
2548 #photos-upload-noshare {
2549         margin-bottom: 10px;
2550 }
2551 #photos-upload-existing-album-text {
2552         float: left;
2553         width: 175px;
2554 }
2555 #photos-upload-newalbum {
2556         margin-top: 30px;
2557         float: left;
2558 }
2559 #photos-upload-album-select {
2560         float: left;
2561 }
2562
2563 #photos-upload-spacer {
2564         margin-top: 25px;
2565 }
2566 #photos-upload-new-end, #photos-upload-exist-end {
2567         clear: both;
2568 }
2569 #photos-upload-exist-end {
2570         margin-bottom: 15px;
2571 }
2572 #photos-upload-submit {
2573         margin-top: 15px;
2574         margin-left: 90px;
2575 }
2576
2577 #photos_upload_applet_wrapper {
2578         margin-bottom: 15px;
2579 }
2580
2581 #photos-upload-no-java-message {
2582         margin-bottom: 15px;
2583 }
2584
2585 .video-top-wrapper {
2586         display: inline-block;
2587         vertical-align: top;
2588         margin-top: 15px;
2589         margin-right: 15px;
2590         margin-left: 15px;
2591         margin-bottom: 15px;
2592 }
2593
2594 #profile-jot-desc {
2595         /*float: left;*/
2596         /*width: 480px;*/
2597         width: 100%;
2598         color: #FF0000;
2599         margin-top: 10px;
2600         margin-bottom: 10px;
2601 }
2602
2603 #character-counter {
2604         float: right;
2605         font-size: 120%;
2606 }
2607
2608 #character-counter.grey {
2609         color: #888888;
2610 }
2611
2612 #character-counter.orange {
2613         color: orange;
2614 }
2615 #character-counter.red {
2616         color: red;
2617 }
2618
2619 #profile-jot-banner-end {
2620         /* clear: both; */
2621 }
2622
2623 #photos-upload-select-files-text {
2624         margin-top: 15px;
2625         margin-bottom: 15px;
2626 }
2627
2628 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2629         color: #8888FF;
2630         text-decoration: none;
2631         cursor: pointer;
2632 }
2633
2634 #photos-upload-perms-menu:hover {
2635         color: #0000FF;
2636         text-decoration: underline;
2637         cursor: pointer;
2638 }
2639 #settings-default-perms-menu {
2640         margin-top: 15px;
2641         margin-bottom: 15px;
2642 }
2643
2644 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2645         float: left;
2646         width: 150px;
2647 }
2648
2649 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2650         font-weight: 700;
2651 }
2652
2653 #photos-upload-choosefile-outer-wrapper {
2654         margin-top: 35px;
2655         padding-left: 50px;
2656         margin-bottom: 4em;
2657 }
2658 #photos-upload-noshare-div {
2659         margin-top: 0px;
2660         margin-bottom: 15px;
2661 }
2662
2663 #photos-upload-noshare-label {
2664         margin-left: 30px;
2665 }
2666
2667 #photos-upload-noshare {
2668         float: left;
2669         margin-left: 5px;
2670 }
2671
2672 .photo-perms-icon {
2673         float: left;
2674 }
2675
2676 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2677         text-decoration: none;
2678 }
2679
2680 .photo-jot-perms-text {
2681         padding-top: 5px;
2682         padding-left: 25px;
2683 }
2684
2685 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2686         margin-top: 30px;
2687 }
2688 #photos-upload-perms {
2689         margin-top: 15px;
2690         margin-left: 5px;
2691 }
2692
2693 #photo-edit-perms-end {
2694         margin-bottom: 15px;
2695 }
2696
2697 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2698         float: left;
2699         margin-bottom: 25px;
2700 }
2701 .photo-edit-rotate {
2702         margin-left: 20px;
2703 }
2704
2705 #photo-edit-link-wrap {
2706         margin-bottom: 15px;
2707 }
2708 #photo-like-div {
2709         margin-left: 15px;
2710         margin-bottom: 45px;
2711 }
2712
2713 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2714         clear: both;
2715 }
2716
2717 #photo-edit-rotate-end {
2718         margin-bottom: 15px;
2719 }
2720
2721 #photo-edit-delete-button {
2722 /*      margin-left: 270px;*/
2723         float: right;
2724 }
2725 #photos-upload-choose {
2726 /*      position: absolute;
2727         top: 0px;
2728         left: 55px;*/
2729 }
2730 .settings-submit, .profile-edit-submit-button {
2731         margin-bottom: 10px;
2732 }
2733
2734 #photo-edit-end {
2735         margin-bottom: 35px;
2736 }
2737 #photo-caption {
2738         font-size: 110%;
2739         font-weight: bold;
2740         margin-top: 15px;
2741         margin-bottom: 15px;
2742 }
2743
2744 #in-this-photo-text {
2745         color: #0000FF;
2746         margin-left: 30px;
2747 }
2748
2749 #in-this-photo {
2750         margin-left: 60px;
2751         margin-top: 10px;
2752         margin-bottom: 20px;
2753 }
2754
2755 #photo-album-edit-submit, #photo-album-edit-drop {
2756         margin-top: 15px;
2757         margin-bottom: 15px;
2758 }
2759
2760 #photo-album-edit-drop {
2761         margin-left: 200px;
2762 }
2763
2764 .group-delete-wrapper {
2765         float: right;
2766         margin-right: 50px;
2767 }
2768
2769 #install-dbhost-label,
2770 #install-dbuser-label,
2771 #install-dbpass-label,
2772 #install-dbdata-label,
2773 #install-tz-desc {
2774        float: left;
2775        width: 250px;
2776        margin-top: 10px;
2777        margin-bottom: 10px;
2778
2779 }
2780
2781 #install-dbhost,
2782 #install-dbuser,
2783 #install-dbpass,
2784 #install-dbdata {
2785        float: left;
2786        width: 200px;
2787        margin-left: 20px;
2788 }
2789
2790 #install-dbhost-end,
2791 #install-dbuser-end,
2792 #install-dbpass-end,
2793 #install-dbdata-end,
2794 #install-tz-end {
2795        clear: both;
2796 }
2797
2798 #install-form select#timezone_select {
2799        float: left;
2800        margin-top: 18px;
2801        margin-left: 20px;
2802 }
2803
2804 #dfrn-request-networks {
2805         margin-bottom: 30px;
2806 }
2807
2808 #pause {
2809   position: fixed;
2810   bottom: 5px;
2811   right: 5px;
2812 }
2813
2814 .sparkle {
2815         cursor: url('lock.cur'), pointer;
2816 /*      cursor: pointer !important; */
2817 }
2818
2819 .contact-block-div {
2820         float: left;
2821         width: 52px;
2822         height: 52px;
2823 }
2824 .contact-block-textdiv {
2825         float: left;
2826         width: 150px;
2827         height: 34px;
2828 }
2829
2830 #contact-block-end {
2831         clear: both;
2832 }
2833 .contact-block-link {
2834         float: left;
2835 }
2836 .contact-block-img {
2837         width:48px;
2838         height:48px;
2839 }
2840
2841 #tag-remove {
2842         margin-bottom: 15px;
2843 }
2844
2845 #tagrm li {
2846         margin-bottom: 10px;
2847 }
2848
2849 #tagrm-submit, #tagrm-cancel {
2850         margin-top: 25px;
2851 }
2852
2853 #tagrm-cancel {
2854         margin-left: 15px;
2855 }
2856
2857 .wall-item-conv {
2858         margin-top: 5px;
2859         margin-bottom: 25px;
2860 }
2861
2862 #search-submit {
2863         margin-left: 15px;
2864 }
2865
2866 #search-box {
2867         margin-bottom: 25px;
2868 }
2869
2870 .location-label, .gender-label, .marital-label, .homepage-label {
2871         float: left;
2872         text-align: right;
2873         display: block;
2874         width: 65px;
2875 }
2876
2877 .adr, .x-gender, .marital-text, .homepage-url {
2878         float: left;
2879         display: block;
2880         margin-left: 8px;
2881 }
2882
2883 .profile-clear {
2884         clear: both;
2885 }
2886
2887
2888 .clear {
2889         clear: both;
2890 }
2891
2892 .cc-license {
2893         margin-top: 50px;
2894         font-size: 70%;
2895 }
2896
2897
2898 #plugin-settings-link, #account-settings-link {
2899         margin-bottom: 10px;
2900 }
2901
2902 #uexport-link {
2903         margin-bottom: 20px;
2904 }
2905
2906 /* end from default */
2907
2908
2909 .fn {
2910         padding: 0px 0px 5px 12px;
2911         font-size: 120%;
2912         font-weight: bold;
2913 }
2914
2915 .vcard .title,
2916 .vcard .p-faddr {
2917         margin-bottom: 5px;
2918         margin-left: 12px;
2919 }
2920
2921 .vcard dl {
2922         clear: both;
2923 }
2924
2925 #birthday-title {
2926         float: left;
2927         font-weight: bold;
2928 }
2929
2930 #birthday-adjust {
2931         float: left;
2932         font-size: 75%;
2933         margin-left: 10px;
2934 }
2935
2936 #birthday-title-end {
2937         clear: both;
2938 }
2939
2940 .birthday-list {
2941         margin-left: 15px;
2942 }
2943
2944 #birthday-wrapper {
2945         margin-bottom: 20px;
2946 }
2947
2948 #network-new-link {
2949         margin-top: 15px;
2950         margin-bottom: 15px;
2951 }
2952
2953
2954 .tool-wrapper {
2955   float: left;
2956   margin-left: 15px;
2957 }
2958
2959 .tool-link {
2960   cursor: pointer;
2961 }
2962
2963 .eventcal {
2964         float: left;
2965         font-size: 20px;
2966 }
2967
2968 #event-summary-text {
2969         margin-top: 15px;
2970 }
2971
2972 #event-share-checkbox {
2973         float: left;
2974         margin-top: 10px;
2975 }
2976
2977 #event-share-text {
2978 /*      float: left;*/
2979         margin-top: 10px;
2980         margin-left: 5px;
2981 }
2982
2983 #event-share-break {
2984         clear: both;
2985         margin-bottom: 10px;
2986 }
2987
2988 #event-summary {
2989         width: 400px;
2990 }
2991
2992 .vevent {
2993         border: 1px solid #CCCCCC;
2994 }
2995
2996 .vevent .event-summary {
2997         margin-left: 10px;
2998         margin-right: 10px;
2999         font-weight: bold;
3000 }
3001
3002 .vevent .event-description, .vevent .event-location {
3003         margin-left: 10px;
3004         margin-right: 10px;
3005 }
3006 .vevent .event-start {
3007         margin-left: 10px;
3008         margin-right: 10px;
3009 }
3010
3011 #new-event-link {
3012         margin-bottom: 10px;
3013 }
3014
3015 .edit-event-link, .plink-event-link {
3016         float: left;
3017         margin-top: 4px;
3018         margin-right: 4px;
3019         margin-bottom: 15px;
3020 }
3021
3022 .event-description:before {
3023         content: url('../../../images/calendar.png');
3024         margin-right: 15px;
3025 }
3026
3027 .event-start, .event-end {
3028         margin-left: 10px;
3029         width: 330px;
3030         clear: both;
3031 }
3032
3033 .event-start .dtstart, .event-end .dtend {
3034         float: right;
3035 }
3036
3037 .event-list-date {
3038         margin-bottom: 10px;
3039 }
3040
3041 .prevcal, .nextcal {
3042         float: left;
3043         margin-left: 32px;
3044         margin-right: 32px;
3045         margin-top: 64px;
3046 }
3047 .event-calendar-end {
3048         clear: both;
3049 }
3050
3051
3052 .calendar {
3053         font-family: Courier, monospace;
3054 }
3055 .today {
3056         font-weight: bold;
3057         color: #FF0000;
3058 }
3059
3060 .settings-block {
3061         border: 1px solid #AAA;
3062         margin: 10px;
3063         padding: 10px;
3064 }
3065
3066 .app-title {
3067         margin: 10px;
3068 }
3069
3070 .itentity-match-wrapper {
3071         float: left;
3072         padding: 10px;
3073         width: 120px;
3074         height: 140px;
3075         margin-bottom: 20px;
3076 }
3077
3078 .identity-match-photo {
3079         float: left;
3080         text-align: center;
3081         width: 120px;
3082 }
3083
3084 .identity-match-name {
3085         text-align: center;
3086 }
3087
3088 .identity-match-details {
3089         float: left;
3090         text-align: center;
3091         width: 120px;
3092         overflow: hidden;
3093         font-size: 10px;
3094         font-weight: 500;
3095         color: #999999;
3096 }
3097
3098 .identity-match-break, .identity-match-end {
3099         clear: both;
3100 }
3101
3102 .identity-match-photo button {
3103         border: none;
3104         padding: 0;
3105         margin: 0;
3106         background: none;
3107         height: 80px;
3108         width: 80px;
3109 }
3110
3111 .selected-identity img {
3112         border: 2px solid #ff0000;
3113 }
3114
3115 #photo-prev-link, #photo-next-link {
3116         padding: 10px;
3117 }
3118 #photo-nav {
3119         position: relative;
3120         height: 55px;
3121 }
3122
3123 #photo-prev-link {
3124         position: absolute;
3125         left: 5px;
3126 }
3127 #photo-next-link {
3128         position: absolute;
3129         right: 5px;
3130 }
3131
3132 /*#photo-photo {
3133         float: left;
3134 }*/
3135 #photo-photo {
3136         display: block;
3137         margin-left: auto;
3138         margin-right: auto;
3139         margin-bottom: 2em;
3140         text-align: center;
3141 }
3142 #photo-photo img {
3143 /*      max-width: 555px;
3144         margin-left: 5px;*/
3145         max-width: 100%;
3146 }
3147 #photo-photo-end {
3148         clear: both;
3149 }
3150
3151 .profile-match-photo {
3152         float: left;
3153         text-align: center;
3154         width: 120px;
3155 }
3156
3157 .profile-match-name {
3158         float: left;
3159         text-align: center;
3160         width: 120px;
3161         overflow: hidden;
3162 }
3163
3164 .profile-match-break,
3165 .profile-match-end {
3166         clear: both;
3167 }
3168
3169 .profile-match-connect {
3170         text-align: center;
3171         font-weight: bold;
3172 }
3173
3174 .profile-match-wrapper {
3175         display: inline-block;
3176         padding: 10px;
3177         /*width: 120px;
3178         height: 120px;*/
3179         scroll: auto;
3180         margin-bottom: 2em;
3181         vertical-align: top;
3182 }
3183 .profile-match-wrapper .icon.drophide {
3184         margin-left: auto;
3185         margin-right: auto;
3186         margin-top: 1em;
3187 }
3188 #profile-match-wrapper-end {
3189         clear: both;
3190 }
3191 .side-link {
3192         margin-bottom: 15px;
3193 }
3194
3195 #group-members {
3196         margin-top: 20px;
3197         padding: 10px;
3198         height: 250px;
3199         overflow: auto;
3200         border: 1px solid #ddd;
3201 }
3202
3203 #group-members-end {
3204         clear: both;
3205 }
3206
3207 #group-separator {
3208         margin-top: 10px;
3209         margin-bottom: 10px;
3210 }
3211
3212 #group-all-contacts {
3213         padding: 10px;
3214         height: 450px;
3215         overflow: auto;
3216         border: 1px solid #ddd;
3217 }
3218
3219 #group-all-contacts-end {
3220         clear: both;
3221         margin-bottom: 10px;
3222 }
3223
3224 #group-edit-desc {
3225         margin-top: 15px;
3226 }
3227
3228
3229 #prof-members {
3230         margin-top: 20px;
3231         padding: 10px;
3232         height: 250px;
3233         overflow: auto;
3234         border: 1px solid #ddd;
3235 }
3236
3237 #prof-members-end {
3238         clear: both;
3239 }
3240
3241 #prof-separator {
3242         margin-top: 10px;
3243         margin-bottom: 10px;
3244 }
3245
3246 #prof-all-contacts {
3247         padding: 10px;
3248         height: 450px;
3249         overflow: auto;
3250         border: 1px solid #ddd;
3251 }
3252
3253 #prof-all-contacts-end {
3254         clear: both;
3255         margin-bottom: 10px;
3256 }
3257
3258 #prof-edit-desc {
3259         margin-top: 15px;
3260 }
3261
3262 #crepair-name-label,
3263 #crepair-nick-label,
3264 #crepair-attag-label,
3265 #crepair-url-label,
3266 #crepair-request-label,
3267 #crepair-confirm-label,
3268 #crepair-notify-label,
3269 #crepair-photo-label,
3270 #crepair-poll-label {
3271         float: left;
3272         width: 200px;
3273         margin-bottom: 15px;
3274 }
3275
3276 #crepair-name,
3277 #crepair-nick,
3278 #crepair-attag,
3279 #crepair-url,
3280 #crepair-request,
3281 #crepair-confirm,
3282 #crepair-notify,
3283 #crepair-photo,
3284 #crepair-poll {
3285         float: left;
3286         width: 300px;
3287 }
3288
3289
3290 #netsearch-box {
3291         margin-top: 20px;
3292 }
3293
3294 #netsearch-box #search-submit {
3295         margin: 5px 0px 0px 0px;
3296 }
3297
3298 .required {
3299         color: #FF0000;
3300 }
3301
3302 #event-start-text, #event-finish-text {
3303         margin-top: 10px;
3304         margin-bottom: 5px;
3305 }
3306
3307 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3308         float: left;
3309 }
3310 #event-datetime-break {
3311         margin-bottom: 10px;
3312 }
3313
3314 #event-nofinish-break, #event-adjust-break {
3315         clear: both;
3316 }
3317
3318 #event-desc-text, #event-location-text {
3319         margin-top: 10px;
3320         margin-bottom: 5px;
3321 }
3322 #event-submit {
3323         margin-top: 10px;
3324 }
3325
3326 .filesavetags, .categorytags {
3327         display: block;
3328         clear: left;
3329 }
3330
3331 .body-tag, .filesavetags, .categorytags {
3332         opacity: 0.5;
3333         filter:alpha(opacity=50);
3334 }
3335
3336 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3337         opacity: 1.0 !important;
3338         filter:alpha(opacity=100) !important;
3339 }
3340
3341 .item-select {
3342         opacity: 0.1;
3343         filter:alpha(opacity=10);
3344         float: right;
3345         margin-right: 10px;
3346
3347 }
3348 .item-select:hover, .checkeditem {
3349         opacity: 1;
3350         filter:alpha(opacity=100);
3351 }
3352
3353
3354 #item-delete-selected-top {
3355         margin-top: 30px;
3356         padding-bottom: 1.5em;
3357 }
3358 #item-delete-selected-top-icon, #item-delete-selected-top-desc {
3359         float: left;
3360         margin-right: 5px;
3361 }
3362 #item-delete-selected-top-desc:hover {
3363         text-decoration: underline;
3364 }
3365
3366 #item-delete-selected {
3367         margin-top: 0px;
3368 }
3369
3370 #item-delete-selected-end {
3371         clear: both;
3372 }
3373 #item-delete-selected-icon, #item-delete-selected-desc {
3374         float: left;
3375         margin-right: 5px;
3376 }
3377 #item-delete-selected-desc:hover {
3378         text-decoration: underline;
3379 }
3380
3381
3382 .notif-image {
3383         height: 80px;
3384         width: 80px;
3385         margin-right: 15px;
3386 }
3387 .notification-listing-end {
3388         clear: both;
3389         margin-bottom: 15px;
3390 }
3391
3392
3393
3394 /**
3395  * Plugins settings
3396  */
3397
3398 .settings-block > h3,
3399 .settings-heading {
3400         border-bottom: 1px solid #babdb6;
3401 }
3402
3403
3404 /**
3405  * Form fields
3406  */
3407 .field {
3408         margin-bottom: 10px;
3409         padding-bottom: 10px;
3410         overflow: auto;
3411         width: 100%
3412 }
3413 #wrapper_expire.field {
3414         margin-bottom: 3px;
3415         padding-bottom: 3px;
3416 }
3417
3418 .field label {
3419         float: left;
3420         width: 200px;
3421 }
3422 .field.yesno label {
3423         font-weight: 700;
3424 }
3425
3426 .field input,
3427 .field textarea {
3428         width: 400px;
3429 }
3430 .field input[type=checkbox],
3431 .field input[type=radio] {
3432         width: auto;
3433 }
3434 .field textarea { height: 100px; }
3435 .field_help {
3436         display: block;
3437         margin-left: 50px;
3438         color: #666666;
3439         clear: left;
3440 }
3441
3442 .field .onoff {
3443         float: left;
3444         width: 80px;
3445 }
3446 .field .onoff a {
3447         display: block;
3448         border:1px solid #666666;
3449         background-image:url("../../../images/onoff.jpg");
3450         background-repeat: no-repeat;
3451         padding: 4px 2px 2px 2px;
3452         height: 16px;
3453         text-decoration: none;
3454 }
3455 .field .onoff .off {
3456         border-color:#666666;
3457         padding-left: 40px;
3458         background-position: left center;
3459         background-color: #cccccc;
3460         color: #666666;
3461         text-align: right;
3462 }
3463 .field .onoff .on {
3464         border-color:#204A87;
3465         padding-right: 40px;
3466         background-position: right center;
3467         background-color: #D7E3F1;
3468         color: #204A87;
3469         text-align: left;
3470 }
3471 .hidden { display: none!important; }
3472
3473 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3474 .field.radio .field_help { margin-left: 0px; }
3475
3476 /**
3477  * ADMIN
3478  */
3479 #pending-update {
3480         float:right;
3481         color: #ffffff;
3482         font-weight: bold;
3483         background-color: #FF0000;
3484         padding: 0em 0.3em;
3485
3486 }
3487 #adminpage dl {
3488         clear: left;
3489         margin-bottom: 2px;
3490         padding-bottom: 2px;
3491         border-bottom: 1px solid black;
3492 }
3493 #adminpage dt {
3494         width: 200px;
3495         float: left;
3496         font-weight: bold;
3497 }
3498 #adminpage dd {
3499         margin-left: 200px;
3500 }
3501
3502 #adminpage h3 {
3503         border-bottom: 1px solid #cccccc;
3504 }
3505 #adminpage .field label {
3506         font-weight: bold;
3507 }
3508 #adminpage .submit {
3509         clear:left;
3510         text-align: right;
3511 }
3512
3513 #adminpage #pluginslist {
3514         margin: 0px; padding: 0px;
3515 }
3516 #adminpage .plugin {
3517         list-style: none;
3518         display: block;
3519         border: 1px solid #888888;
3520         padding: 1em;
3521         margin-bottom: 5px;
3522         clear: left;
3523 }
3524 #adminpage .plugin .desc { margin-left: 2.5em;}
3525 #adminpage .toggleplugin {
3526         float:left;
3527         margin-right: 1em;
3528 }
3529
3530 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3531 #adminpage table th { text-align: left;}
3532 #adminpage td .icon, #adminpage td .tool { float: left;}
3533 #adminpage table#users img { width: 16px; height: 16px; }
3534 #adminpage table tr:hover { background-color: #bbc7d7; }
3535 #adminpage .selectall { text-align: right; }
3536
3537 #adminpage .screenshot img {
3538         max-width: 550px;
3539 }
3540
3541 /*
3542  * UPDATE
3543  */
3544 .popup {
3545         width: 100%; height: 100%;
3546         top:0px; left:0px;
3547         position: absolute;
3548         display: none;
3549 }
3550
3551 .popup .background {
3552         background-color: rgba(0,0,0,128);
3553         opacity: 0.5;
3554         width: 100%; height: 100%;
3555         position: absolute;
3556         top:0px; left:0px;
3557 }
3558 .popup .panel {
3559         top:25%;left:25%;width:50%;height:50%;
3560         padding: 1em;
3561         position: absolute;
3562         border: 4px solid #000000;
3563         background-color: #FFFFFF;
3564 }
3565 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3566 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3567 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3568 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3569 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3570
3571 /**
3572  * OAuth
3573  */
3574 .oauthapp {
3575         height: auto; overflow: auto;
3576         border-bottom: 2px solid #cccccc;
3577         padding-bottom: 1em;
3578         margin-bottom: 1em;
3579 }
3580 .oauthapp img {
3581         float: left;
3582         width: 48px; height: 48px;
3583         margin: 10px;
3584 }
3585 .oauthapp img.noicon {
3586         background-image: url("../../../images/icons/48/plugin.png");
3587         background-position: center center;
3588         background-repeat: no-repeat;
3589 }
3590 .oauthapp a {
3591         float: left;
3592 }
3593
3594 /**
3595  * ICONS
3596  */
3597 .iconspacer {
3598         display: block; width: 16px; height: 16px;
3599 }
3600
3601 .icon {
3602         display: block; width: 16px; height: 16px;
3603         background-image: url('../../../images/icons.png');
3604 }
3605 .article { background-position: 0px 0px;}
3606 /*.audio { background-position: -16px 0px;}*/
3607 .icon.audio {
3608         display: block; width: 24px; height: 24px;
3609         background-size: 100% 100%;
3610         background-image: url('images/speaker.png');
3611         background-repeat: no-repeat;
3612 }
3613 .block { background-position: -32px 0px;}
3614 /*.drop { background-position: -48px 0px;}*/
3615 .icon.drop {
3616         display: block; width: 16px; height: 16px;
3617         background-size: 100% 100%;
3618         background-image: url('images/drop-16.png');
3619         background-repeat: no-repeat;
3620         opacity: 1.0;
3621 }
3622 /*.drophide { background-position: -64px 0px;}*/
3623 .icon.drophide {
3624         display: block; width: 16px; height: 16px;
3625         background-size: 100% 100%;
3626         background-image: url('images/drop-16.png');
3627         background-repeat: no-repeat;
3628         opacity: 0.4;
3629 }
3630 .icon.drophide:hover {
3631         display: block; width: 16px; height: 16px;
3632         background-size: 100% 100%;
3633         background-image: url('images/drop-16.png');
3634         background-repeat: no-repeat;
3635         opacity: 1.0;
3636 }
3637 .edit { background-position: -80px 0px;}
3638 /*.camera { background-position: -96px 0px;}*/
3639 .icon.camera{
3640         display: block; width: 24px; height: 18px;
3641         margin-top: 4px;
3642         background-size: 100% 100%;
3643         background-image: url('images/camera.png');
3644         background-repeat: no-repeat;
3645 }
3646 /*.dislike { background-position: -112px 0px;}*/
3647 .tool.dislike {
3648         display: block; width: 15px; height: 16px;/* 23 24*/
3649         background-size: 100% 100%;
3650         background-image: url('images/disapprove-16.png');
3651         background-repeat: no-repeat;
3652         opacity: 0.4;
3653 }
3654 .tool.dislike:hover {
3655         opacity: 1.0;
3656 }
3657 /*.like { background-position: -128px 0px;}*/
3658 .tool.like {
3659         display: block; width: 15px; height: 16px;/* 23 24*/
3660         margin-right: 6px;
3661         background-size: 100% 100%;
3662         background-image: url('images/approve-16.png');
3663         background-repeat: no-repeat;
3664         opacity: 0.4;
3665 }
3666 .tool.like:hover {
3667         opacity: 1.0;
3668 }
3669 /*.link { background-position: -144px 0px;}*/
3670 .icon.link {
3671         display: block; width: 24px; height: 24px;
3672         background-size: 100% 100%;
3673         background-image: url('images/link.png');
3674         background-repeat: no-repeat;
3675 }
3676
3677 /*.globe { background-position: 0px -16px;}*/
3678 .icon.globe {
3679         display: block; width: 24px; height: 24px;
3680         background-size: 100% 100%;
3681         background-image: url('images/globe.png');
3682         background-repeat: no-repeat;
3683 }
3684 /*.noglobe { background-position: -16px -16px;}*/
3685 .icon.noglobe {
3686         display: block; width: 24px; height: 24px;
3687         background-size: 100% 100%;
3688         background-image: url('images/noglobe.png');
3689         background-repeat: no-repeat;
3690 }
3691 .no { background-position: -32px -16px;}
3692 .pause { background-position: -48px -16px;}
3693 .play { background-position: -64px -16px;}
3694 /*.pencil { background-position: -80px -16px;}*/
3695 .tool.pencil {
3696         display: block; width: 16px; height: 16px;
3697         background-size: 100% 100%;
3698         background-image: url('images/pencil-16.png');
3699         background-repeat: no-repeat;
3700         opacity: 0.4;
3701 }
3702 .tool.pencil:hover {
3703         opacity: 1.0;
3704 }
3705 /*.small-pencil { background-position: -96px -16px;}*/
3706 .icon.small-pencil {
3707         display: block; width: 16px; height: 16px;
3708         background-size: 100% 100%;
3709         background-image: url('images/pencil-16.png');
3710         background-repeat: no-repeat;
3711         opacity: 0.4;
3712 }
3713 .icon.small-pencil:hover {
3714         opacity: 1.0;
3715 }
3716 /*.recycle { background-position: -112px -16px;}*/
3717 .tool.recycle {
3718         display: block; width: 16px; height: 16px;/*24 23*/
3719         background-size: 100% 100%;
3720         background-image: url('images/recycle-16.png');
3721         background-repeat: no-repeat;
3722         opacity: 0.4;
3723 }
3724 .tool.recycle:hover {
3725         opacity: 1.0;
3726 }
3727 /*.remote-link { background-position: -128px -16px;}*/
3728 .icon.remote-link {
3729         display: block; width: 16px; height: 16px;
3730         background-size: 100% 100%;
3731         background-image: url('images/remote-link-16.png');
3732         background-repeat: no-repeat;
3733         opacity: 0.4;
3734 }
3735 .icon.remote-link:hover {
3736         opacity: 1.0;
3737 }
3738 .share { background-position: -144px -16px;}
3739
3740 .tools { background-position: 0px -32px;}
3741 /*.lock { background-position: -16px -32px;}*/
3742 .icon.lock {
3743         display: block; width: 14px; height: 21px;
3744         margin-top: 1px;
3745         background-size: 100% 100%;
3746         background-image: url('images/lock-24.png');
3747         background-repeat: no-repeat;
3748 }
3749 /*.unlock { background-position: -32px -32px;}*/
3750 .icon.unlock {
3751         display: block; width: 14px; height: 24px;
3752         margin-top: -2px;
3753         background-size: 100% 100%;
3754         background-image: url('images/unlock-24.png');
3755         background-repeat: no-repeat;
3756 }
3757 /*.video { background-position: -48px -32px;}*/
3758 .icon.video {
3759         display: block; width: 24px; height: 24px;
3760         background-size: 100% 100%;
3761         background-image: url('images/video.png');
3762         background-repeat: no-repeat;
3763 }
3764 /*.oembed.video {
3765         display: inline; width: auto; height: auto;
3766         background-image: none;
3767 }*/
3768
3769 .youtube { background-position: -64px -32px;}
3770 /*.attach { background-position: -80px -32px; }*/
3771 .icon.attach {
3772         display: block; width: 24px; height: 24px;
3773         background-size: 100% 100%;
3774         background-image: url('images/paperclip-24.png');
3775         background-repeat: no-repeat;
3776 }
3777
3778 .language { background-position: -96px -32px; }
3779 .prev { background-position: -112px -32px; }
3780 .next { background-position: -128px -32px; }
3781 .on { background-position: -144px -32px; }
3782
3783 .off { background-position: 0px -48px; }
3784 /*.starred { background-position: -16px -48px; }*/
3785 .tool.starred {
3786         display: block; width: 16px; height: 16px;
3787         background-size: 100% 100%;
3788         background-image: url('images/star-yellow-16.png');
3789         background-repeat: no-repeat;
3790 }
3791 /*.unstarred { background-position: -32px -48px; }*/
3792 .tool.unstarred {
3793         display: block; width: 16px; height: 16px;
3794         background-size: 100% 100%;
3795         background-image: url('images/star-16.png');
3796         background-repeat: no-repeat;
3797         opacity: 0.4;
3798 }
3799 .tool.unstarred:hover {
3800         opacity: 1.0;
3801 }
3802 /*.tagged { background-position: -48px -48px; }*/
3803 .tool.tagged {
3804         display: block; width: 16px; height: 16px;
3805         background-size: 100% 100%;
3806         background-image: url('images/tag-16.png');
3807         background-repeat: no-repeat;
3808         opacity: 0.4;
3809 }
3810 .tool.tagged:hover {
3811         opacity: 1.0;
3812 }
3813 .yellow { background-position: -64px -48px; }
3814
3815
3816 .filer-icon {
3817 /*      display: block; width: 16px; height: 16px;
3818         background-image: url('file.gif');*/
3819         display: block; width: 16px; height: 16px;
3820         background-size: 100% 100%;
3821         background-image: url('images/folder-16.png');
3822         background-repeat: no-repeat;
3823         opacity: 0.4;
3824 }
3825 .filer-icon:hover {
3826         opacity: 1.0;
3827 }
3828
3829 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3830 /*[class^="comment-edit-bb"] {*/
3831 .comment-edit-bb {
3832         list-style: none;
3833         display: none;
3834         margin: 0px 0 -5px 60px;
3835         width: 75%;
3836 }
3837 .comment .comment-edit-bb {
3838         width: 300px;
3839         margin: 0px;
3840 }
3841 /*[class^="comment-edit-bb"] > li {*/
3842 .comment-edit-bb > li {
3843         display: inline-block;
3844         margin: 10px 10px 0 0;
3845         visibility: none;
3846 }
3847 /*[class^="comment-edit-bb-end"] {
3848         clear: both;
3849 }*/
3850 .editicon {
3851     display: inline-block;
3852 /*    background-image: url(bbedit.png);
3853         background-color: #fff;*/
3854         background-size: 100% 100%;
3855         background-repeat: no-repeat;
3856         background-color: #f3f3f3;
3857     text-decoration: none;
3858         opacity: 0.4;
3859 }
3860 .editicon:hover {
3861 /*      background-color: #ccc;*/
3862         opacity: 1.0;
3863 }
3864 .boldbb {
3865 /*      background-position: 0px 0px;*/
3866     width: 15px;
3867     height: 16px;
3868         background-image: url('images/boldB-serif-16.png');
3869 }
3870 /*.boldbb:hover {
3871         background-position: 0px -16px;
3872 }*/
3873 .italicbb {
3874 /*      background-position: -16px 0px;*/
3875     width: 9px;
3876     height: 16px;
3877         background-image: url('images/italicI-serif-16.png');
3878 }
3879 /*.italicbb:hover {
3880         background-position: -16px -16px;
3881 }*/
3882 .underlinebb {
3883 /*      background-position: -32px 0px;*/
3884     width: 14px;
3885     height: 16px;
3886         background-image: url('images/underlineU-serif-16.png');
3887 }
3888 /*.underlinebb:hover {
3889         background-position: -32px -16px;
3890 }*/
3891 .quotebb {
3892 /*      background-position: -48px 0px;*/
3893     width: 20px;
3894     height: 20px;
3895         background-image: url('images/quote.png');
3896 }
3897 /*.quotebb:hover {
3898         background-position: -48px -16px;
3899 }*/
3900 .codebb {
3901 /*      background-position: -64px 0px;*/
3902     width: 20px;
3903     height: 20px;
3904         background-image: url('images/code.png');
3905 }
3906 /*.codebb:hover {
3907         background-position: -64px -16px;
3908 }*/
3909 .imagebb {
3910 /*      background-position: -80px 0px;*/
3911     width: 20px;/*16*/
3912     height: 15px;/*12*/
3913         margin-bottom: 2px;
3914         background-image: url('images/camera.png');
3915 }
3916 /*.imagebb:hover {
3917         background-position: -80px -16px;
3918 }*/
3919 .urlbb {
3920 /*      background-position: -96px 0px;*/
3921         width: 20px;
3922         height: 20px;
3923         background-image: url('images/link.png');
3924 }
3925 /*.urlbb:hover {
3926         background-position: -96px -16px;
3927 }*/
3928 .videobb {
3929 /*      background-position: -112px 0px;*/
3930         width: 20px;
3931         height: 20px;
3932         background-image: url('images/video.png');
3933 }
3934 /*.videobb:hover {
3935         background-position: -112px -16px;
3936 }*/
3937
3938 .attachtype {
3939         display: block;
3940         float: left;
3941         background-size: 100% 100%;
3942         width: 48px;
3943         height: 48px;
3944         background-image: url('images/oxygen/unknown.png');
3945 }
3946
3947 .body-attach {
3948         margin-top: 10px;
3949 }
3950
3951 /*.type-video { background-position: 0px 0px; }
3952 .type-image { background-position: -20px 0px; }
3953 .type-audio { background-position: -40px 0px; }
3954 .type-text  { background-position: -60px 0px; }
3955 .type-unkn  { background-position: -80px 0px; }*/
3956 .type-video {
3957         background-image: url('images/oxygen/video-x-generic.png');
3958         background-size: 100% 100%;
3959         width: 48px;
3960         height: 48px;
3961 }
3962 .type-image {
3963         background-image: url('images/oxygen/image-x-generic.png');
3964         background-size: 100% 100%;
3965         width: 48px;
3966         height: 48px;
3967 }
3968 .type-audio {   background-image: url('images/oxygen/audio-x-generic.png');
3969         background-size: 100% 100%;
3970         width: 48px;
3971         height: 48px;
3972 }
3973
3974 .type-text  {
3975         background-image: url('images/oxygen/text-x-generic-2.png');
3976         background-size: 100% 100%;
3977         width: 48px;
3978         height: 48px;
3979 }
3980 .subtype-msword, .subtype-vnd-openxmlformats-officedocument-wordprocessingml-document  {
3981         background-image: url('images/oxygen/application-msword.png');
3982         background-size: 100% 100%;
3983         width: 48px;
3984         height: 48px;
3985 }
3986 .subtype-pdf  {
3987         background-image: url('images/oxygen/application-pdf.png');
3988         background-size: 100% 100%;
3989         width: 48px;
3990         height: 48px;
3991 }
3992 /*.type-unkn  {
3993         background-image: url('images/oxygen/unknown.png');
3994         background-size: 100% 100%;
3995         width: 48px;
3996         height: 48px;
3997 }*/
3998
3999
4000
4001 /* autocomplete popup */
4002 .acpopup {
4003         max-height:150px;
4004         background-color:#ffffff;
4005         overflow:auto;
4006         z-index:100000;
4007         border:1px solid #cccccc;
4008 }
4009 .acpopupitem {
4010         background-color:#ffffff; padding: 4px;
4011         clear:left;
4012 }
4013 .acpopupitem img {
4014         float: left;
4015         margin-right: 4px;
4016 }
4017
4018 .acpopupitem.selected {
4019         color: #FFFFFF; background: #3465A4;
4020 }
4021
4022 /* popup notifications */
4023 div.jGrowl div.notice {
4024   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
4025   color: #ffffff;
4026   padding-left: 58px;
4027 }
4028 div.jGrowl div.info {
4029   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
4030   color: #ffffff;
4031   padding-left: 58px;
4032 }
4033 #jGrowl.top-right {
4034         top: 75px;
4035         right: 15px;
4036 }
4037 div.jGrowl-notification {
4038   border-radius: 7px;
4039 }
4040 .qcomment {
4041         border: 1px solid #EEE;
4042         padding: 3px;
4043         margin-top: 15px;
4044         margin-left: 25px;
4045         width: 125px;
4046         overflow-y: auto;
4047 }
4048
4049
4050 .qcomment option {
4051         width: 125px;
4052         overflow-x: hidden;
4053 }
4054
4055 .qcomment {
4056         opacity: 0.3;
4057         filter:alpha(opacity=30);
4058 }
4059 .qcomment:hover {
4060         opacity: 1.0;
4061         filter:alpha(opacity=100);
4062 }
4063
4064 /* notifications popup menu */
4065 .manage-notify {
4066         padding: 1px 3px;
4067         top: 0px;
4068         min-width: 15px;
4069         text-align: center;
4070         float: right;
4071         margin-top: -14px;
4072         margin-right: -20px;
4073
4074         font-size: 0.8em;
4075         border-radius: 4px;
4076         -moz-border-radius: 4px;
4077         -webkit-border-radius: 4px;
4078         background-color: gold !important;
4079 }
4080
4081 .nav-notify {
4082         display: none;
4083         position: absolute;
4084         font-size: 10px;
4085         padding: 1px 3px;
4086         top: 0px;
4087         right: -10px;
4088         min-width: 15px;
4089         text-align: right;
4090 }
4091 .nav-notify.show {
4092         display: block;
4093 }
4094 ul#nav-network-notifications-popup {
4095         text-align: center;
4096         line-height: 18px;
4097
4098         border: 1px solid #AAAAAA;
4099         border-radius: 5px;
4100         -moz-border-radius: 5px;
4101         -webkit-border-radius: 5px;
4102
4103         -moz-box-shadow: 3px 3px 5px #555;
4104         -webkit-box-shadow: 3px 3px 5px #555;
4105         box-shadow: 3px 3px 5px #555;
4106
4107         background: #FFFFFF;
4108
4109         display: none;
4110         list-style: none;
4111
4112         width: 10em;
4113         position: absolute;
4114         margin: 0px;
4115         top: 15px;
4116         left: 55px;
4117         padding: 1em 0px;
4118
4119         z-index: 11000;
4120 }
4121 ul.notifications-menu-popup {
4122         position: absolute;
4123         display: none;
4124         width: 10em;
4125         margin: 0px;
4126         padding: 0px;
4127         list-style: none;
4128         z-index: 100000;
4129         right: 0px;
4130 }
4131 #nav-notifications-menu {
4132         width: 320px;
4133         max-height: 400px;
4134         overflow-y: scroll;overflow-style:scrollbar;
4135         background-color:#FFFFFF;
4136         -moz-border-radius: 5px;
4137         -webkit-border-radius: 5px;
4138         border-radius:5px;
4139         border: 1px solid #AAA;
4140         -moz-box-shadow: 3px 3px 5px #555;
4141         -webkit-box-shadow: 3px 3px 5px #555;
4142         box-shadow: 3px 3px 5px #555;
4143 }
4144 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
4145 #nav-notifications-menu img { float: left; margin-right: 5px; }
4146 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
4147 #nav-notifications-menu li {
4148         padding: 7px 0px 7px 10px;
4149         word-wrap:normal;
4150         border-bottom: 1px solid #000;
4151 }
4152
4153 #nav-notifications-menu li:hover {
4154
4155 }
4156
4157 #nav-notifications-menu a:hover {
4158         text-decoration: underline;
4159 }
4160
4161 .notif-item a {
4162         color: #000000;
4163 }
4164
4165 .notif-item a:hover {
4166         text-decoration: underline;
4167 }
4168
4169 .notif-image {
4170         width: 32px;
4171         height: 32px;
4172         padding: 7px 7px 0px 0px;
4173 }
4174
4175 .notify-seen {
4176         background: #DDDDDD;
4177 }
4178
4179 #id_term_label {
4180         width:75px;
4181 }
4182 #id_term {
4183         width:100px;
4184 }
4185
4186 #recip {
4187
4188 }
4189 .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; }
4190 .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; }
4191 .autocomplete .selected { background:#F0F0F0; }
4192 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
4193
4194 #datebrowse-sidebar select {
4195         margin-left: 40px;
4196         width: 130px;
4197 }
4198 #message-preview .mail-list-sender, #message-preview .mail-list-delete {
4199         display:none;
4200 }
4201 #message-preview .mail-list-outside-wrapper {
4202         margin-top: 20px;
4203 }