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