]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
unify hcard and vcard
[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, .network-label {
2871         float: left;
2872         text-align: right;
2873         display: block;
2874         width: 65px;
2875 }
2876
2877 .adr, .x-gender, .marital-text, .homepage-url, .x-network {
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-addr,
2917 .vcard .account-type {
2918         margin-bottom: 5px;
2919         margin-left: 12px;
2920 }
2921 .vcard .account-type {
2922         font-size: 120%;
2923         margin-bottom: 13px;
2924 }
2925
2926 .vcard dl {
2927         clear: both;
2928 }
2929
2930 #birthday-title {
2931         float: left;
2932         font-weight: bold;
2933 }
2934
2935 #birthday-adjust {
2936         float: left;
2937         font-size: 75%;
2938         margin-left: 10px;
2939 }
2940
2941 #birthday-title-end {
2942         clear: both;
2943 }
2944
2945 .birthday-list {
2946         margin-left: 15px;
2947 }
2948
2949 #birthday-wrapper {
2950         margin-bottom: 20px;
2951 }
2952
2953 #network-new-link {
2954         margin-top: 15px;
2955         margin-bottom: 15px;
2956 }
2957
2958
2959 .tool-wrapper {
2960   float: left;
2961   margin-left: 15px;
2962 }
2963
2964 .tool-link {
2965   cursor: pointer;
2966 }
2967
2968 .eventcal {
2969         float: left;
2970         font-size: 20px;
2971 }
2972
2973 #event-summary-text {
2974         margin-top: 15px;
2975 }
2976
2977 #event-share-checkbox {
2978         float: left;
2979         margin-top: 10px;
2980 }
2981
2982 #event-share-text {
2983 /*      float: left;*/
2984         margin-top: 10px;
2985         margin-left: 5px;
2986 }
2987
2988 #event-share-break {
2989         clear: both;
2990         margin-bottom: 10px;
2991 }
2992
2993 #event-summary {
2994         width: 400px;
2995 }
2996
2997 .vevent {
2998         border: 1px solid #CCCCCC;
2999 }
3000
3001 .vevent .event-summary {
3002         margin-left: 10px;
3003         margin-right: 10px;
3004         font-weight: bold;
3005 }
3006
3007 .vevent .event-description, .vevent .event-location {
3008         margin-left: 10px;
3009         margin-right: 10px;
3010 }
3011 .vevent .event-start {
3012         margin-left: 10px;
3013         margin-right: 10px;
3014 }
3015
3016 #new-event-link {
3017         margin-bottom: 10px;
3018 }
3019
3020 .edit-event-link, .plink-event-link {
3021         float: left;
3022         margin-top: 4px;
3023         margin-right: 4px;
3024         margin-bottom: 15px;
3025 }
3026
3027 .event-description:before {
3028         content: url('../../../images/calendar.png');
3029         margin-right: 15px;
3030 }
3031
3032 .event-start, .event-end {
3033         margin-left: 10px;
3034         width: 330px;
3035         clear: both;
3036 }
3037
3038 .event-start .dtstart, .event-end .dtend {
3039         float: right;
3040 }
3041
3042 .event-list-date {
3043         margin-bottom: 10px;
3044 }
3045
3046 .prevcal, .nextcal {
3047         float: left;
3048         margin-left: 32px;
3049         margin-right: 32px;
3050         margin-top: 64px;
3051 }
3052 .event-calendar-end {
3053         clear: both;
3054 }
3055
3056
3057 .calendar {
3058         font-family: Courier, monospace;
3059 }
3060 .today {
3061         font-weight: bold;
3062         color: #FF0000;
3063 }
3064
3065 .settings-block {
3066         border: 1px solid #AAA;
3067         margin: 10px;
3068         padding: 10px;
3069 }
3070
3071 .app-title {
3072         margin: 10px;
3073 }
3074
3075 .itentity-match-wrapper {
3076         float: left;
3077         padding: 10px;
3078         width: 120px;
3079         height: 140px;
3080         margin-bottom: 20px;
3081 }
3082
3083 .identity-match-photo {
3084         float: left;
3085         text-align: center;
3086         width: 120px;
3087 }
3088
3089 .identity-match-name {
3090         text-align: center;
3091 }
3092
3093 .identity-match-details {
3094         float: left;
3095         text-align: center;
3096         width: 120px;
3097         overflow: hidden;
3098         font-size: 10px;
3099         font-weight: 500;
3100         color: #999999;
3101 }
3102
3103 .identity-match-break, .identity-match-end {
3104         clear: both;
3105 }
3106
3107 .identity-match-photo button {
3108         border: none;
3109         padding: 0;
3110         margin: 0;
3111         background: none;
3112         height: 80px;
3113         width: 80px;
3114 }
3115
3116 .selected-identity img {
3117         border: 2px solid #ff0000;
3118 }
3119
3120 #photo-prev-link, #photo-next-link {
3121         padding: 10px;
3122 }
3123 #photo-nav {
3124         position: relative;
3125         height: 55px;
3126 }
3127
3128 #photo-prev-link {
3129         position: absolute;
3130         left: 5px;
3131 }
3132 #photo-next-link {
3133         position: absolute;
3134         right: 5px;
3135 }
3136
3137 /*#photo-photo {
3138         float: left;
3139 }*/
3140 #photo-photo {
3141         display: block;
3142         margin-left: auto;
3143         margin-right: auto;
3144         margin-bottom: 2em;
3145         text-align: center;
3146 }
3147 #photo-photo img {
3148 /*      max-width: 555px;
3149         margin-left: 5px;*/
3150         max-width: 100%;
3151 }
3152 #photo-photo-end {
3153         clear: both;
3154 }
3155
3156 .profile-match-photo {
3157         float: left;
3158         text-align: center;
3159         width: 120px;
3160 }
3161
3162 .profile-match-name {
3163         float: left;
3164         text-align: center;
3165         width: 120px;
3166         overflow: hidden;
3167 }
3168
3169 .profile-match-break,
3170 .profile-match-end {
3171         clear: both;
3172 }
3173
3174 .profile-match-connect {
3175         text-align: center;
3176         font-weight: bold;
3177 }
3178
3179 .profile-match-wrapper {
3180         display: inline-block;
3181         padding: 10px;
3182         /*width: 120px;
3183         height: 120px;*/
3184         scroll: auto;
3185         margin-bottom: 2em;
3186         vertical-align: top;
3187 }
3188 .profile-match-wrapper .icon.drophide {
3189         margin-left: auto;
3190         margin-right: auto;
3191         margin-top: 1em;
3192 }
3193 #profile-match-wrapper-end {
3194         clear: both;
3195 }
3196 .side-link {
3197         margin-bottom: 15px;
3198 }
3199
3200 #group-members {
3201         margin-top: 20px;
3202         padding: 10px;
3203         height: 250px;
3204         overflow: auto;
3205         border: 1px solid #ddd;
3206 }
3207
3208 #group-members-end {
3209         clear: both;
3210 }
3211
3212 #group-separator {
3213         margin-top: 10px;
3214         margin-bottom: 10px;
3215 }
3216
3217 #group-all-contacts {
3218         padding: 10px;
3219         height: 450px;
3220         overflow: auto;
3221         border: 1px solid #ddd;
3222 }
3223
3224 #group-all-contacts-end {
3225         clear: both;
3226         margin-bottom: 10px;
3227 }
3228
3229 #group-edit-desc {
3230         margin-top: 15px;
3231 }
3232
3233
3234 #prof-members {
3235         margin-top: 20px;
3236         padding: 10px;
3237         height: 250px;
3238         overflow: auto;
3239         border: 1px solid #ddd;
3240 }
3241
3242 #prof-members-end {
3243         clear: both;
3244 }
3245
3246 #prof-separator {
3247         margin-top: 10px;
3248         margin-bottom: 10px;
3249 }
3250
3251 #prof-all-contacts {
3252         padding: 10px;
3253         height: 450px;
3254         overflow: auto;
3255         border: 1px solid #ddd;
3256 }
3257
3258 #prof-all-contacts-end {
3259         clear: both;
3260         margin-bottom: 10px;
3261 }
3262
3263 #prof-edit-desc {
3264         margin-top: 15px;
3265 }
3266
3267 #crepair-name-label,
3268 #crepair-nick-label,
3269 #crepair-attag-label,
3270 #crepair-url-label,
3271 #crepair-request-label,
3272 #crepair-confirm-label,
3273 #crepair-notify-label,
3274 #crepair-photo-label,
3275 #crepair-poll-label {
3276         float: left;
3277         width: 200px;
3278         margin-bottom: 15px;
3279 }
3280
3281 #crepair-name,
3282 #crepair-nick,
3283 #crepair-attag,
3284 #crepair-url,
3285 #crepair-request,
3286 #crepair-confirm,
3287 #crepair-notify,
3288 #crepair-photo,
3289 #crepair-poll {
3290         float: left;
3291         width: 300px;
3292 }
3293
3294
3295 #netsearch-box {
3296         margin-top: 20px;
3297 }
3298
3299 #netsearch-box #search-submit {
3300         margin: 5px 0px 0px 0px;
3301 }
3302
3303 .required {
3304         color: #FF0000;
3305 }
3306
3307 #event-start-text, #event-finish-text {
3308         margin-top: 10px;
3309         margin-bottom: 5px;
3310 }
3311
3312 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3313         float: left;
3314 }
3315 #event-datetime-break {
3316         margin-bottom: 10px;
3317 }
3318
3319 #event-nofinish-break, #event-adjust-break {
3320         clear: both;
3321 }
3322
3323 #event-desc-text, #event-location-text {
3324         margin-top: 10px;
3325         margin-bottom: 5px;
3326 }
3327 #event-submit {
3328         margin-top: 10px;
3329 }
3330
3331 .filesavetags, .categorytags {
3332         display: block;
3333         clear: left;
3334 }
3335
3336 .body-tag, .filesavetags, .categorytags {
3337         opacity: 0.5;
3338         filter:alpha(opacity=50);
3339 }
3340
3341 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3342         opacity: 1.0 !important;
3343         filter:alpha(opacity=100) !important;
3344 }
3345
3346 .item-select {
3347         opacity: 0.1;
3348         filter:alpha(opacity=10);
3349         float: right;
3350         margin-right: 10px;
3351
3352 }
3353 .item-select:hover, .checkeditem {
3354         opacity: 1;
3355         filter:alpha(opacity=100);
3356 }
3357
3358
3359 #item-delete-selected-top {
3360         margin-top: 30px;
3361         padding-bottom: 1.5em;
3362 }
3363 #item-delete-selected-top-icon, #item-delete-selected-top-desc {
3364         float: left;
3365         margin-right: 5px;
3366 }
3367 #item-delete-selected-top-desc:hover {
3368         text-decoration: underline;
3369 }
3370
3371 #item-delete-selected {
3372         margin-top: 0px;
3373 }
3374
3375 #item-delete-selected-end {
3376         clear: both;
3377 }
3378 #item-delete-selected-icon, #item-delete-selected-desc {
3379         float: left;
3380         margin-right: 5px;
3381 }
3382 #item-delete-selected-desc:hover {
3383         text-decoration: underline;
3384 }
3385
3386
3387 .notif-image {
3388         height: 80px;
3389         width: 80px;
3390         margin-right: 15px;
3391 }
3392 .notification-listing-end {
3393         clear: both;
3394         margin-bottom: 15px;
3395 }
3396
3397
3398
3399 /**
3400  * Plugins settings
3401  */
3402
3403 .settings-block > h3,
3404 .settings-heading {
3405         border-bottom: 1px solid #babdb6;
3406 }
3407
3408
3409 /**
3410  * Form fields
3411  */
3412 .field {
3413         margin-bottom: 10px;
3414         padding-bottom: 10px;
3415         overflow: auto;
3416         width: 100%
3417 }
3418 #wrapper_expire.field {
3419         margin-bottom: 3px;
3420         padding-bottom: 3px;
3421 }
3422
3423 .field label {
3424         float: left;
3425         width: 200px;
3426 }
3427 .field.yesno label {
3428         font-weight: 700;
3429 }
3430
3431 .field input,
3432 .field textarea {
3433         width: 400px;
3434 }
3435 .field input[type=checkbox],
3436 .field input[type=radio] {
3437         width: auto;
3438 }
3439 .field textarea { height: 100px; }
3440 .field_help {
3441         display: block;
3442         margin-left: 50px;
3443         color: #666666;
3444         clear: left;
3445 }
3446
3447 .field .onoff {
3448         float: left;
3449         width: 80px;
3450 }
3451 .field .onoff a {
3452         display: block;
3453         border:1px solid #666666;
3454         background-image:url("../../../images/onoff.jpg");
3455         background-repeat: no-repeat;
3456         padding: 4px 2px 2px 2px;
3457         height: 16px;
3458         text-decoration: none;
3459 }
3460 .field .onoff .off {
3461         border-color:#666666;
3462         padding-left: 40px;
3463         background-position: left center;
3464         background-color: #cccccc;
3465         color: #666666;
3466         text-align: right;
3467 }
3468 .field .onoff .on {
3469         border-color:#204A87;
3470         padding-right: 40px;
3471         background-position: right center;
3472         background-color: #D7E3F1;
3473         color: #204A87;
3474         text-align: left;
3475 }
3476 .hidden { display: none!important; }
3477
3478 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3479 .field.radio .field_help { margin-left: 0px; }
3480
3481 /**
3482  * ADMIN
3483  */
3484 #pending-update {
3485         float:right;
3486         color: #ffffff;
3487         font-weight: bold;
3488         background-color: #FF0000;
3489         padding: 0em 0.3em;
3490
3491 }
3492 #adminpage dl {
3493         clear: left;
3494         margin-bottom: 2px;
3495         padding-bottom: 2px;
3496         border-bottom: 1px solid black;
3497 }
3498 #adminpage dt {
3499         width: 200px;
3500         float: left;
3501         font-weight: bold;
3502 }
3503 #adminpage dd {
3504         margin-left: 200px;
3505 }
3506
3507 #adminpage h3 {
3508         border-bottom: 1px solid #cccccc;
3509 }
3510 #adminpage .field label {
3511         font-weight: bold;
3512 }
3513 #adminpage .submit {
3514         clear:left;
3515         text-align: right;
3516 }
3517
3518 #adminpage #pluginslist {
3519         margin: 0px; padding: 0px;
3520 }
3521 #adminpage .plugin {
3522         list-style: none;
3523         display: block;
3524         border: 1px solid #888888;
3525         padding: 1em;
3526         margin-bottom: 5px;
3527         clear: left;
3528 }
3529 #adminpage .plugin .desc { margin-left: 2.5em;}
3530 #adminpage .toggleplugin {
3531         float:left;
3532         margin-right: 1em;
3533 }
3534
3535 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3536 #adminpage table th { text-align: left;}
3537 #adminpage td .icon, #adminpage td .tool { float: left;}
3538 #adminpage table#users img { width: 16px; height: 16px; }
3539 #adminpage table tr:hover { background-color: #bbc7d7; }
3540 #adminpage .selectall { text-align: right; }
3541
3542 #adminpage .screenshot img {
3543         max-width: 550px;
3544 }
3545
3546 /*
3547  * UPDATE
3548  */
3549 .popup {
3550         width: 100%; height: 100%;
3551         top:0px; left:0px;
3552         position: absolute;
3553         display: none;
3554 }
3555
3556 .popup .background {
3557         background-color: rgba(0,0,0,128);
3558         opacity: 0.5;
3559         width: 100%; height: 100%;
3560         position: absolute;
3561         top:0px; left:0px;
3562 }
3563 .popup .panel {
3564         top:25%;left:25%;width:50%;height:50%;
3565         padding: 1em;
3566         position: absolute;
3567         border: 4px solid #000000;
3568         background-color: #FFFFFF;
3569 }
3570 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3571 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3572 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3573 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3574 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3575
3576 /**
3577  * OAuth
3578  */
3579 .oauthapp {
3580         height: auto; overflow: auto;
3581         border-bottom: 2px solid #cccccc;
3582         padding-bottom: 1em;
3583         margin-bottom: 1em;
3584 }
3585 .oauthapp img {
3586         float: left;
3587         width: 48px; height: 48px;
3588         margin: 10px;
3589 }
3590 .oauthapp img.noicon {
3591         background-image: url("../../../images/icons/48/plugin.png");
3592         background-position: center center;
3593         background-repeat: no-repeat;
3594 }
3595 .oauthapp a {
3596         float: left;
3597 }
3598
3599 /**
3600  * ICONS
3601  */
3602 .iconspacer {
3603         display: block; width: 16px; height: 16px;
3604 }
3605
3606 .icon {
3607         display: block; width: 16px; height: 16px;
3608         background-image: url('../../../images/icons.png');
3609 }
3610 .article { background-position: 0px 0px;}
3611 /*.audio { background-position: -16px 0px;}*/
3612 .icon.audio {
3613         display: block; width: 24px; height: 24px;
3614         background-size: 100% 100%;
3615         background-image: url('images/speaker.png');
3616         background-repeat: no-repeat;
3617 }
3618 .block { background-position: -32px 0px;}
3619 /*.drop { background-position: -48px 0px;}*/
3620 .icon.drop {
3621         display: block; width: 16px; height: 16px;
3622         background-size: 100% 100%;
3623         background-image: url('images/drop-16.png');
3624         background-repeat: no-repeat;
3625         opacity: 1.0;
3626 }
3627 /*.drophide { background-position: -64px 0px;}*/
3628 .icon.drophide {
3629         display: block; width: 16px; height: 16px;
3630         background-size: 100% 100%;
3631         background-image: url('images/drop-16.png');
3632         background-repeat: no-repeat;
3633         opacity: 0.4;
3634 }
3635 .icon.drophide:hover {
3636         display: block; width: 16px; height: 16px;
3637         background-size: 100% 100%;
3638         background-image: url('images/drop-16.png');
3639         background-repeat: no-repeat;
3640         opacity: 1.0;
3641 }
3642 .edit { background-position: -80px 0px;}
3643 /*.camera { background-position: -96px 0px;}*/
3644 .icon.camera{
3645         display: block; width: 24px; height: 18px;
3646         margin-top: 4px;
3647         background-size: 100% 100%;
3648         background-image: url('images/camera.png');
3649         background-repeat: no-repeat;
3650 }
3651 /*.dislike { background-position: -112px 0px;}*/
3652 .tool.dislike {
3653         display: block; width: 15px; height: 16px;/* 23 24*/
3654         background-size: 100% 100%;
3655         background-image: url('images/disapprove-16.png');
3656         background-repeat: no-repeat;
3657         opacity: 0.4;
3658 }
3659 .tool.dislike:hover {
3660         opacity: 1.0;
3661 }
3662 /*.like { background-position: -128px 0px;}*/
3663 .tool.like {
3664         display: block; width: 15px; height: 16px;/* 23 24*/
3665         margin-right: 6px;
3666         background-size: 100% 100%;
3667         background-image: url('images/approve-16.png');
3668         background-repeat: no-repeat;
3669         opacity: 0.4;
3670 }
3671 .tool.like:hover {
3672         opacity: 1.0;
3673 }
3674 /*.link { background-position: -144px 0px;}*/
3675 .icon.link {
3676         display: block; width: 24px; height: 24px;
3677         background-size: 100% 100%;
3678         background-image: url('images/link.png');
3679         background-repeat: no-repeat;
3680 }
3681
3682 /*.globe { background-position: 0px -16px;}*/
3683 .icon.globe {
3684         display: block; width: 24px; height: 24px;
3685         background-size: 100% 100%;
3686         background-image: url('images/globe.png');
3687         background-repeat: no-repeat;
3688 }
3689 /*.noglobe { background-position: -16px -16px;}*/
3690 .icon.noglobe {
3691         display: block; width: 24px; height: 24px;
3692         background-size: 100% 100%;
3693         background-image: url('images/noglobe.png');
3694         background-repeat: no-repeat;
3695 }
3696 .no { background-position: -32px -16px;}
3697 .pause { background-position: -48px -16px;}
3698 .play { background-position: -64px -16px;}
3699 /*.pencil { background-position: -80px -16px;}*/
3700 .tool.pencil {
3701         display: block; width: 16px; height: 16px;
3702         background-size: 100% 100%;
3703         background-image: url('images/pencil-16.png');
3704         background-repeat: no-repeat;
3705         opacity: 0.4;
3706 }
3707 .tool.pencil:hover {
3708         opacity: 1.0;
3709 }
3710 /*.small-pencil { background-position: -96px -16px;}*/
3711 .icon.small-pencil {
3712         display: block; width: 16px; height: 16px;
3713         background-size: 100% 100%;
3714         background-image: url('images/pencil-16.png');
3715         background-repeat: no-repeat;
3716         opacity: 0.4;
3717 }
3718 .icon.small-pencil:hover {
3719         opacity: 1.0;
3720 }
3721 /*.recycle { background-position: -112px -16px;}*/
3722 .tool.recycle {
3723         display: block; width: 16px; height: 16px;/*24 23*/
3724         background-size: 100% 100%;
3725         background-image: url('images/recycle-16.png');
3726         background-repeat: no-repeat;
3727         opacity: 0.4;
3728 }
3729 .tool.recycle:hover {
3730         opacity: 1.0;
3731 }
3732 /*.remote-link { background-position: -128px -16px;}*/
3733 .icon.remote-link {
3734         display: block; width: 16px; height: 16px;
3735         background-size: 100% 100%;
3736         background-image: url('images/remote-link-16.png');
3737         background-repeat: no-repeat;
3738         opacity: 0.4;
3739 }
3740 .icon.remote-link:hover {
3741         opacity: 1.0;
3742 }
3743 .share { background-position: -144px -16px;}
3744
3745 .tools { background-position: 0px -32px;}
3746 /*.lock { background-position: -16px -32px;}*/
3747 .icon.lock {
3748         display: block; width: 14px; height: 21px;
3749         margin-top: 1px;
3750         background-size: 100% 100%;
3751         background-image: url('images/lock-24.png');
3752         background-repeat: no-repeat;
3753 }
3754 /*.unlock { background-position: -32px -32px;}*/
3755 .icon.unlock {
3756         display: block; width: 14px; height: 24px;
3757         margin-top: -2px;
3758         background-size: 100% 100%;
3759         background-image: url('images/unlock-24.png');
3760         background-repeat: no-repeat;
3761 }
3762 /*.video { background-position: -48px -32px;}*/
3763 .icon.video {
3764         display: block; width: 24px; height: 24px;
3765         background-size: 100% 100%;
3766         background-image: url('images/video.png');
3767         background-repeat: no-repeat;
3768 }
3769 /*.oembed.video {
3770         display: inline; width: auto; height: auto;
3771         background-image: none;
3772 }*/
3773
3774 .youtube { background-position: -64px -32px;}
3775 /*.attach { background-position: -80px -32px; }*/
3776 .icon.attach {
3777         display: block; width: 24px; height: 24px;
3778         background-size: 100% 100%;
3779         background-image: url('images/paperclip-24.png');
3780         background-repeat: no-repeat;
3781 }
3782
3783 .language { background-position: -96px -32px; }
3784 .prev { background-position: -112px -32px; }
3785 .next { background-position: -128px -32px; }
3786 .on { background-position: -144px -32px; }
3787
3788 .off { background-position: 0px -48px; }
3789 /*.starred { background-position: -16px -48px; }*/
3790 .tool.starred {
3791         display: block; width: 16px; height: 16px;
3792         background-size: 100% 100%;
3793         background-image: url('images/star-yellow-16.png');
3794         background-repeat: no-repeat;
3795 }
3796 /*.unstarred { background-position: -32px -48px; }*/
3797 .tool.unstarred {
3798         display: block; width: 16px; height: 16px;
3799         background-size: 100% 100%;
3800         background-image: url('images/star-16.png');
3801         background-repeat: no-repeat;
3802         opacity: 0.4;
3803 }
3804 .tool.unstarred:hover {
3805         opacity: 1.0;
3806 }
3807 /*.tagged { background-position: -48px -48px; }*/
3808 .tool.tagged {
3809         display: block; width: 16px; height: 16px;
3810         background-size: 100% 100%;
3811         background-image: url('images/tag-16.png');
3812         background-repeat: no-repeat;
3813         opacity: 0.4;
3814 }
3815 .tool.tagged:hover {
3816         opacity: 1.0;
3817 }
3818 .yellow { background-position: -64px -48px; }
3819
3820
3821 .filer-icon {
3822 /*      display: block; width: 16px; height: 16px;
3823         background-image: url('file.gif');*/
3824         display: block; width: 16px; height: 16px;
3825         background-size: 100% 100%;
3826         background-image: url('images/folder-16.png');
3827         background-repeat: no-repeat;
3828         opacity: 0.4;
3829 }
3830 .filer-icon:hover {
3831         opacity: 1.0;
3832 }
3833
3834 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3835 /*[class^="comment-edit-bb"] {*/
3836 .comment-edit-bb {
3837         list-style: none;
3838         display: none;
3839         margin: 0px 0 -5px 60px;
3840         width: 75%;
3841 }
3842 .comment .comment-edit-bb {
3843         width: 300px;
3844         margin: 0px;
3845 }
3846 /*[class^="comment-edit-bb"] > li {*/
3847 .comment-edit-bb > li {
3848         display: inline-block;
3849         margin: 10px 10px 0 0;
3850         visibility: none;
3851 }
3852 /*[class^="comment-edit-bb-end"] {
3853         clear: both;
3854 }*/
3855 .editicon {
3856     display: inline-block;
3857 /*    background-image: url(bbedit.png);
3858         background-color: #fff;*/
3859         background-size: 100% 100%;
3860         background-repeat: no-repeat;
3861         background-color: #f3f3f3;
3862     text-decoration: none;
3863         opacity: 0.4;
3864 }
3865 .editicon:hover {
3866 /*      background-color: #ccc;*/
3867         opacity: 1.0;
3868 }
3869 .boldbb {
3870 /*      background-position: 0px 0px;*/
3871     width: 15px;
3872     height: 16px;
3873         background-image: url('images/boldB-serif-16.png');
3874 }
3875 /*.boldbb:hover {
3876         background-position: 0px -16px;
3877 }*/
3878 .italicbb {
3879 /*      background-position: -16px 0px;*/
3880     width: 9px;
3881     height: 16px;
3882         background-image: url('images/italicI-serif-16.png');
3883 }
3884 /*.italicbb:hover {
3885         background-position: -16px -16px;
3886 }*/
3887 .underlinebb {
3888 /*      background-position: -32px 0px;*/
3889     width: 14px;
3890     height: 16px;
3891         background-image: url('images/underlineU-serif-16.png');
3892 }
3893 /*.underlinebb:hover {
3894         background-position: -32px -16px;
3895 }*/
3896 .quotebb {
3897 /*      background-position: -48px 0px;*/
3898     width: 20px;
3899     height: 20px;
3900         background-image: url('images/quote.png');
3901 }
3902 /*.quotebb:hover {
3903         background-position: -48px -16px;
3904 }*/
3905 .codebb {
3906 /*      background-position: -64px 0px;*/
3907     width: 20px;
3908     height: 20px;
3909         background-image: url('images/code.png');
3910 }
3911 /*.codebb:hover {
3912         background-position: -64px -16px;
3913 }*/
3914 .imagebb {
3915 /*      background-position: -80px 0px;*/
3916     width: 20px;/*16*/
3917     height: 15px;/*12*/
3918         margin-bottom: 2px;
3919         background-image: url('images/camera.png');
3920 }
3921 /*.imagebb:hover {
3922         background-position: -80px -16px;
3923 }*/
3924 .urlbb {
3925 /*      background-position: -96px 0px;*/
3926         width: 20px;
3927         height: 20px;
3928         background-image: url('images/link.png');
3929 }
3930 /*.urlbb:hover {
3931         background-position: -96px -16px;
3932 }*/
3933 .videobb {
3934 /*      background-position: -112px 0px;*/
3935         width: 20px;
3936         height: 20px;
3937         background-image: url('images/video.png');
3938 }
3939 /*.videobb:hover {
3940         background-position: -112px -16px;
3941 }*/
3942
3943 .attachtype {
3944         display: block;
3945         float: left;
3946         background-size: 100% 100%;
3947         width: 48px;
3948         height: 48px;
3949         background-image: url('images/oxygen/unknown.png');
3950 }
3951
3952 .body-attach {
3953         margin-top: 10px;
3954 }
3955
3956 /*.type-video { background-position: 0px 0px; }
3957 .type-image { background-position: -20px 0px; }
3958 .type-audio { background-position: -40px 0px; }
3959 .type-text  { background-position: -60px 0px; }
3960 .type-unkn  { background-position: -80px 0px; }*/
3961 .type-video {
3962         background-image: url('images/oxygen/video-x-generic.png');
3963         background-size: 100% 100%;
3964         width: 48px;
3965         height: 48px;
3966 }
3967 .type-image {
3968         background-image: url('images/oxygen/image-x-generic.png');
3969         background-size: 100% 100%;
3970         width: 48px;
3971         height: 48px;
3972 }
3973 .type-audio {   background-image: url('images/oxygen/audio-x-generic.png');
3974         background-size: 100% 100%;
3975         width: 48px;
3976         height: 48px;
3977 }
3978
3979 .type-text  {
3980         background-image: url('images/oxygen/text-x-generic-2.png');
3981         background-size: 100% 100%;
3982         width: 48px;
3983         height: 48px;
3984 }
3985 .subtype-msword, .subtype-vnd-openxmlformats-officedocument-wordprocessingml-document  {
3986         background-image: url('images/oxygen/application-msword.png');
3987         background-size: 100% 100%;
3988         width: 48px;
3989         height: 48px;
3990 }
3991 .subtype-pdf  {
3992         background-image: url('images/oxygen/application-pdf.png');
3993         background-size: 100% 100%;
3994         width: 48px;
3995         height: 48px;
3996 }
3997 /*.type-unkn  {
3998         background-image: url('images/oxygen/unknown.png');
3999         background-size: 100% 100%;
4000         width: 48px;
4001         height: 48px;
4002 }*/
4003
4004
4005
4006 /* autocomplete popup */
4007 .acpopup {
4008         max-height:150px;
4009         background-color:#ffffff;
4010         overflow:auto;
4011         z-index:100000;
4012         border:1px solid #cccccc;
4013 }
4014 .acpopupitem {
4015         background-color:#ffffff; padding: 4px;
4016         clear:left;
4017 }
4018 .acpopupitem img {
4019         float: left;
4020         margin-right: 4px;
4021 }
4022
4023 .acpopupitem.selected {
4024         color: #FFFFFF; background: #3465A4;
4025 }
4026
4027 /* popup notifications */
4028 div.jGrowl div.notice {
4029   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
4030   color: #ffffff;
4031   padding-left: 58px;
4032 }
4033 div.jGrowl div.info {
4034   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
4035   color: #ffffff;
4036   padding-left: 58px;
4037 }
4038 #jGrowl.top-right {
4039         top: 75px;
4040         right: 15px;
4041 }
4042 div.jGrowl-notification {
4043   border-radius: 7px;
4044 }
4045 .qcomment {
4046         border: 1px solid #EEE;
4047         padding: 3px;
4048         margin-top: 15px;
4049         margin-left: 25px;
4050         width: 125px;
4051         overflow-y: auto;
4052 }
4053
4054
4055 .qcomment option {
4056         width: 125px;
4057         overflow-x: hidden;
4058 }
4059
4060 .qcomment {
4061         opacity: 0.3;
4062         filter:alpha(opacity=30);
4063 }
4064 .qcomment:hover {
4065         opacity: 1.0;
4066         filter:alpha(opacity=100);
4067 }
4068
4069 /* notifications popup menu */
4070 .manage-notify {
4071         padding: 1px 3px;
4072         top: 0px;
4073         min-width: 15px;
4074         text-align: center;
4075         float: right;
4076         margin-top: -14px;
4077         margin-right: -20px;
4078
4079         font-size: 0.8em;
4080         border-radius: 4px;
4081         -moz-border-radius: 4px;
4082         -webkit-border-radius: 4px;
4083         background-color: gold !important;
4084 }
4085
4086 .nav-notify {
4087         display: none;
4088         position: absolute;
4089         font-size: 10px;
4090         padding: 1px 3px;
4091         top: 0px;
4092         right: -10px;
4093         min-width: 15px;
4094         text-align: right;
4095 }
4096 .nav-notify.show {
4097         display: block;
4098 }
4099 ul#nav-network-notifications-popup {
4100         text-align: center;
4101         line-height: 18px;
4102
4103         border: 1px solid #AAAAAA;
4104         border-radius: 5px;
4105         -moz-border-radius: 5px;
4106         -webkit-border-radius: 5px;
4107
4108         -moz-box-shadow: 3px 3px 5px #555;
4109         -webkit-box-shadow: 3px 3px 5px #555;
4110         box-shadow: 3px 3px 5px #555;
4111
4112         background: #FFFFFF;
4113
4114         display: none;
4115         list-style: none;
4116
4117         width: 10em;
4118         position: absolute;
4119         margin: 0px;
4120         top: 15px;
4121         left: 55px;
4122         padding: 1em 0px;
4123
4124         z-index: 11000;
4125 }
4126 ul.notifications-menu-popup {
4127         position: absolute;
4128         display: none;
4129         width: 10em;
4130         margin: 0px;
4131         padding: 0px;
4132         list-style: none;
4133         z-index: 100000;
4134         right: 0px;
4135 }
4136 #nav-notifications-menu {
4137         width: 320px;
4138         max-height: 400px;
4139         overflow-y: scroll;overflow-style:scrollbar;
4140         background-color:#FFFFFF;
4141         -moz-border-radius: 5px;
4142         -webkit-border-radius: 5px;
4143         border-radius:5px;
4144         border: 1px solid #AAA;
4145         -moz-box-shadow: 3px 3px 5px #555;
4146         -webkit-box-shadow: 3px 3px 5px #555;
4147         box-shadow: 3px 3px 5px #555;
4148 }
4149 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
4150 #nav-notifications-menu img { float: left; margin-right: 5px; }
4151 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
4152 #nav-notifications-menu li {
4153         padding: 7px 0px 7px 10px;
4154         word-wrap:normal;
4155         border-bottom: 1px solid #000;
4156 }
4157
4158 #nav-notifications-menu li:hover {
4159
4160 }
4161
4162 #nav-notifications-menu a:hover {
4163         text-decoration: underline;
4164 }
4165
4166 .notif-item a {
4167         color: #000000;
4168 }
4169
4170 .notif-item a:hover {
4171         text-decoration: underline;
4172 }
4173
4174 .notif-image {
4175         width: 32px;
4176         height: 32px;
4177         padding: 7px 7px 0px 0px;
4178 }
4179
4180 .notify-seen {
4181         background: #DDDDDD;
4182 }
4183
4184 #id_term_label {
4185         width:75px;
4186 }
4187 #id_term {
4188         width:100px;
4189 }
4190
4191 #recip {
4192
4193 }
4194 .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; }
4195 .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; }
4196 .autocomplete .selected { background:#F0F0F0; }
4197 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
4198
4199 #datebrowse-sidebar select {
4200         margin-left: 40px;
4201         width: 130px;
4202 }
4203 #message-preview .mail-list-sender, #message-preview .mail-list-delete {
4204         display:none;
4205 }
4206 #message-preview .mail-list-outside-wrapper {
4207         margin-top: 20px;
4208 }