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