]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26         padding: 3px;
27 }
28
29 img { border :0px; }
30
31 #id_openid_url, .openid input {
32    background: url(login-bg.gif) no-repeat;
33    background-position: 0 50%;
34    padding-left: 18px;
35 }
36 .openid:hover {
37
38 }
39
40 #id_openid_url {
41         width: 384px;
42 }
43
44 code {
45         font-family: Courier, monospace;
46         white-space: pre;
47         display: block;
48         overflow: auto;
49         border: 1px solid #444;
50         background: #EEE;
51         color: #444;
52         padding: 10px;
53         margin-top: 20px; 
54 }
55
56 blockquote {
57         background-color: #f4f8f9;
58         border-left: 4px solid #dae4ee;
59         padding: 0.4em;
60 }
61
62 .icollapse-wrapper, .ccollapse-wrapper {
63         border: 1px solid #CCC;
64         padding: 5px;
65 }
66
67 .hide-comments {
68         margin-left: 5px;
69 }
70
71 #panel {
72         background-color: ivory;
73         position: absolute;
74         z-index: 2;
75         width: 30%;
76         padding: 25px;
77         border: 1px solid #444;
78 }
79
80 .heart {
81         color: #FF0000;
82         font-size: 100%;
83 }
84
85
86
87 /* nav */
88 nav {
89         height: 94px;
90         display: block;
91         margin: 0px 10%;
92         border-bottom: 1px solid #babdb6;
93 }
94 nav #site-location {
95         color: #888a85;
96         font-size: 0.8em;
97         position: absolute;
98 }
99
100 .error-message {
101         color: #FF0000;
102         font-size: 1.1em;
103         border: 1px solid #FF8888;
104         background-color: #FFEEEE;
105         padding: 10px;
106 }
107
108 .info-message {
109         color: #204a87;
110         font-size: 1.1em;
111         border: 1px solid #3465a4;
112         background-color: #d7e3f1;
113         padding: 10px;
114 }
115
116
117 nav #banner {
118         display: block;
119     margin-top: 14px;
120         position: absolute;
121 }
122 nav #banner #logo-text a {
123         font-size: 40px;
124         font-weight: bold;
125         margin-left: 3px;
126         color: #000000;
127
128 }
129 nav #banner #logo-text a:hover { text-decoration: none; }
130
131
132 .nav-commlink, .nav-login-link {
133     display: block;
134     height: 15px;
135         margin-top: 67px;
136         margin-right: 2px;
137         padding: 6px 10px;
138         float: left;
139         bottom: 140px;
140         border: 1px solid #babdb6;
141         border-bottom: 0px;
142         background-color: #aec0d3;
143         color: #565854;         
144         -moz-border-radius: 3px 3px 0px 0px;
145         border-radius: 3px 3px 0px 0px; 
146 }
147 nav .nav-link {
148         float: right;
149         margin: 0.2em 0em;
150         padding: 0em 0.5em;
151         background-color: transparent !important;
152 }
153
154 .nav-commlink.selected {
155         background-color: #ffffff;
156         border-bottom: 1px solid #ffffff;
157         color: #000000 !important;
158         margin-top: 64px;
159         padding-top: 6px;
160         padding-bottom: 8px;
161 }
162 .nav-ajax-left {
163         font-size: 0.8em;
164         float: left;
165         margin-top: 62px;       
166 }
167
168
169 nav #nav-link-wrapper .nav-link {
170         border-right: 1px solid #babdb6;
171 }
172
173 /* aside */
174 aside {
175         display: block;
176         min-height: 112px;
177         width: 200px;
178         margin-left: 10%;
179         padding: 1em;
180         float: left;
181         background-image: url(border.jpg);
182         background-position: top left;
183         background-repeat: no-repeat;
184         position: absolute;
185 }
186
187 #dfrn-request-link {
188         display: block;
189         color: #FFFFFF;
190         -webkit-border-radius: 5px ;
191         -moz-border-radius: 5px;
192         border-radius: 5px;
193         padding: 5px;
194         font-weight: bold;
195         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
196 }
197
198 /* section */
199 section {
200         margin: 0px 10%;
201         padding-top: 1em;
202         padding-left: 250px;
203         padding-right: 1em;
204         display: block;
205         background-color: #ffffff;
206         background-image: url(border.jpg);
207         background-position: top right;
208         background-repeat: no-repeat;
209         min-height: 112px;
210         
211 }
212 .tabs {
213         height: 27px;
214         background-image: url(head.jpg);
215         background-repeat: repeat-x;    
216         background-position: 0px -20px;
217         border-bottom: 1px solid #babdb6;
218         padding:0px;
219 }
220 .tabs li { margin: 0px; list-style: none; }
221 .tab {
222         display:block;
223         float:left;
224         padding: 0.4em;
225         margin-right: 1em;
226 }
227 .tab.active {
228         font-weight: bold;
229 }
230
231
232 /* footer */
233 footer {
234     display: none;
235
236 }
237
238 .birthday-today, .event-today {
239         font-weight: bold;
240 }
241
242 div.wall-item-content-wrapper.shiny {
243   background-image: url('shiny.png');
244   background-position: -5px 30px;
245   background-repeat:no-repeat;
246 }
247
248 .preview {
249         background: #FFFFC8;
250 }
251
252 #theme-preview {
253         margin: 15px 0 15px 150px;
254 }
255
256 /* from default */
257 #jot-perms-icon, 
258 #profile-location,
259 #profile-nolocation,
260 #profile-youtube, 
261 #profile-video, 
262 #profile-audio,
263 #profile-link,
264 #profile-title, 
265 #wall-image-upload,
266 #wall-file-upload,
267 #profile-upload-wrapper,
268 #wall-image-upload-div,
269 #wall-file-upload-div,
270 .hover, .focus {
271         cursor: pointer;
272 }
273
274 #jot-perms-icon {
275         float: left;
276 }
277
278
279 #jot-title {
280         border: 0px;
281         margin: 0px;
282         height: 20px;
283         width: 530px;
284         margin-bottom: 5px;
285         font-weight: bold;
286         border: 1px solid #ffffff;
287 }
288
289 #jot-title::-webkit-input-placeholder{font-weight: normal;}
290 #jot-title:-moz-placeholder{font-weight: normal;}
291                 
292         
293 #jot-title:hover,
294 #jot-title:focus {
295         border: 1px solid #cccccc; 
296 }
297
298 .jothidden { display:none; }
299
300
301 .fakelink, .fakelink:visited, .fakelink:link {
302         color: #3465a4;
303         text-decoration: none;
304         cursor: pointer;
305         margin-top: 15px;
306         margin-bottom: 15px;
307 }
308 .lockview {
309         cursor: pointer;
310 }
311
312 #group-sidebar {
313         margin-bottom: 10px;
314 }
315
316 .group-selected, .nets-selected, .fileas-selected {
317         padding: 3px;
318         -moz-border-radius: 3px;
319         border-radius: 3px;     
320         border: 1px solid #CCCCCC;
321         background: #F8F8F8;
322         font-weight: bold;
323 }
324
325 .fakelink:hover {
326         color: #3465a4;
327         text-decoration: underline;
328         cursor: pointer;
329 }
330 .smalltext {
331         font-size: 0.7em;
332 }
333 #sysmsg {
334         /*width: 600px;*/
335         margin-bottom: 10px;
336 }
337
338 #register-fill-ext {
339         margin-bottom: 25px;
340 }
341
342 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
343         float: left;
344         width: 350px;
345         margin-top: 10px;
346 }
347
348 #register-name, #register-email, #register-nickname {
349         float: left;
350         margin-top: 10px;
351         width: 150px;
352 }
353
354 #register-openid {
355         float: left;
356         margin-top: 10px;
357         width: 130px;
358 }
359
360 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
361         clear: both;
362 }
363
364 #register-nickname-desc {
365         margin-top: 30px;
366         width: 650px;
367 }
368 #register-sitename {
369         float: left;
370         margin-top: 10px;
371 }
372
373 #register-submit-button {
374         margin-top: 10px;
375 }
376
377
378 #login_standard {
379         width: 210px;
380         float: left;
381 }
382 #login_openid {
383         width: 210px;
384         margin-left: 250px;
385 }
386
387 #login_standard input,
388 #login_openid input {
389         width: 180px;
390 }
391
392 #login-extra-links {
393         clear: both;
394 }
395
396 #register-link, #lost-password-link {
397         float: left;
398         font-size: 80%;
399         margin-right: 15px;
400 }
401
402 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
403         height: 50px;
404 }
405
406 #login-submit-button {
407 /*      margin-top: 10px; */
408         margin-left: 200px;
409 }
410
411
412 input#dfrn-url {
413         float: left;
414         background: url(friendika-16.png) no-repeat;
415         background-position: 2px center;
416         font-size: 17px;
417         padding-left: 21px;
418         height: 21px;
419         background-color: #FFFFFF;
420         color: #000000;
421         margin-bottom: 20px;
422 }
423
424 #dfrn-url-label {
425         float: left;
426         width: 250px;
427 }
428
429 #dfrn-request-url-end {
430         clear: both;
431 }
432
433 #knowyouyes, #knowyouno {
434         float: left;
435 }
436
437 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
438
439         float: none;
440 }
441 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
442         float: left;
443         width: 75px;
444         margin-left: 50px;
445         margin-bottom: 7px;
446 }
447 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
448         clear: both;
449
450 }
451
452 #dfrn-request-message-wrapper {
453         margin-bottom: 50px;
454 }
455 #dfrn-request-submit-wrapper {
456         clear: both;
457         margin-left: 50px;
458 }
459
460 #dfrn-request-info-wrapper {
461         margin-left: 50px;
462 }
463
464
465
466 #cropimage-wrapper, #cropimage-preview-wrapper {
467         float: left;
468         padding: 30px;
469 }
470
471 #crop-image-form {
472         margin-top: 30px;
473         clear: both;
474 }
475
476 .intro-wrapper {
477         margin-top: 20px;
478 }
479
480 .intro-fullname {
481         font-size: 1.1em;
482         font-weight: bold;
483
484 }
485 .intro-desc {
486         margin-bottom: 20px;
487         font-weight: bold;
488 }
489
490 .intro-note {
491         padding: 10px;
492 }
493
494 .intro-end {
495         padding: 30px;
496 }
497
498 .intro-form {
499         float: left;
500 }
501 .intro-approve-form {
502         clear: both;
503 }
504 .intro-approve-as-friend-end {
505         clear: both;
506 }
507 .intro-submit-approve, .intro-submit-ignore {
508         margin-right: 20px;
509 }
510 .intro-submit-approve {
511         margin-top: 15px;
512 }
513
514 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
515         float: left;
516         width: 100px;
517         margin-left: 20px;
518 }
519 .intro-approve-as-friend, .intro-approve-as-fan {
520         float: left;
521 }
522 .intro-form-end {
523         clear: both;
524 }
525 .intro-approve-as-friend-desc {
526         margin-top: 15px;
527 }
528 .intro-approve-as-end {
529         clear: both;
530         margin-bottom: 10px;
531 }
532
533 .intro-end {
534         clear: both;
535         margin-bottom: 30px;
536 }
537
538 #profile-extra-links {
539         clear: both;
540         margin-top: 10px;
541 }
542
543 #profile-extra-links ul {
544         list-style-type: none;
545         padding: 0px;
546 }
547
548
549 #profile-extra-links li {
550         margin-top: 5px;
551 }
552
553 #profile-edit-links ul {
554         list-style-type: none;
555 }
556
557 #profile-edit-links li {
558         margin-top: 10px;
559 }
560 .profile-edit-side-div {
561         float: right;
562 }
563 .profile-edit-side-link {
564         opacity: 0.3;
565         filter:alpha(opacity=30);
566 }
567 .profile-edit-side-link:hover {
568         opacity: 1.0;
569         filter:alpha(opacity=100);
570 }
571
572 .view-contact-wrapper {
573         margin-top: 20px;
574         float: left;
575         margin-left: 20px;
576         width: 180px;
577 }
578
579 .contact-wrapper {
580         float: left;
581         width: 150px;
582         height: 150px;
583         overflow: auto;
584 }
585
586 #view-contact-end {
587         clear: both;
588 }
589
590
591 #viewcontacts {
592         margin-top: 15px;
593 }
594 #profile-edit-default-desc {
595         color: #FF0000;
596         border: 1px solid #FF8888;
597         background-color: #FFEEEE;
598         padding: 7px;
599 }
600
601 #profile-edit-clone-link-wrapper {
602         float: left;
603         margin-left: 50px;
604         margin-bottom: 20px;
605         width: 300px;
606 }
607
608
609 #profile-edit-links-end {
610         clear: both;
611         margin-bottom: 15px;
612 }
613
614 .profile-listing-photo {
615         border: none;
616 }
617
618 .profile-edit-submit-wrapper {
619         margin-top: 20px;
620         margin-bottom: 20px;
621 }
622
623 #profile-photo-link-select-wrapper {
624         margin-top: 2em;
625 }
626
627 #profile-photo-submit-wrapper {
628         margin-top: 10px;
629 }
630
631 #profile-photo-wrapper img {
632         width:175px;
633         height:175px;
634         padding: 12px;
635 }
636
637 #profile-edit-profile-name-label,
638 #profile-edit-name-label,
639 #profile-edit-pdesc-label,
640 #profile-edit-gender-label,
641 #profile-edit-dob-label,
642 #profile-edit-address-label,
643 #profile-edit-locality-label,
644 #profile-edit-region-label,
645 #profile-edit-postal-code-label,
646 #profile-edit-country-name-label,
647 #profile-edit-marital-label,
648 #profile-edit-sexual-label,
649 #profile-edit-politic-label,
650 #profile-edit-religion-label,
651 #profile-edit-pubkeywords-label,
652 #profile-edit-prvkeywords-label,
653 #profile-edit-homepage-label {
654         float: left;
655         width: 175px;
656 }
657
658 #profile-edit-profile-name,
659 #profile-edit-name,
660 #profile-edit-pdesc,
661 #gender-select,
662 #profile-edit-dob,
663 #profile-edit-address,
664 #profile-edit-locality,
665 #profile-edit-region,
666 #profile-edit-postal-code,
667 #profile-edit-country-name,
668 #marital-select,
669 #sexual-select,
670 #profile-edit-politic,
671 #profile-edit-religion,
672 #profile-edit-pubkeywords,
673 #profile-edit-prvkeywords,
674 #profile-in-dir-yes,
675 #profile-in-dir-no,
676 #profile-in-netdir-yes,
677 #profile-in-netdir-no,
678 #hide-wall-yes,
679 #hide-wall-no,
680 #hide-friends-yes,
681 #hide-friends-no {
682         float: left;
683         margin-bottom: 20px;
684 }
685 #settings-normal,
686 #settings-soapbox,
687 #settings-freelove,
688 #settings-community {
689         float: left;
690 }
691
692
693 #profile-in-dir-yes-label,
694 #profile-in-dir-no-label,
695 #profile-in-netdir-yes-label,
696 #profile-in-netdir-no-label,
697 #hide-wall-yes-label,
698 #hide-wall-no-label,
699 #hide-friends-yes-label,
700 #hide-friends-no-label {
701         margin-left: 125px;
702         float: left;
703         width: 50px;
704 }
705
706 #profile-edit-with-label {
707         width: 175px;
708         margin-left: 20px;
709 }
710
711 #profile-publish-yes-reg,
712 #profile-publish-no-reg {
713         float: left;
714         margin-bottom: 10px;
715 }
716
717 #profile-publish-yes-label-reg,
718 #profile-publish-no-label-reg {
719         margin-left: 350px;
720         float: left;
721         width: 50px;
722 }
723
724 #profile-publish-break-reg,
725 #profile-publish-end-reg {
726         clear: both;
727 }
728
729
730 #profile-edit-pdesc-desc,
731 #profile-edit-pubkeywords-desc,
732 #profile-edit-prvkeywords-desc {
733         float: left;
734         margin-left: 20px;
735 }
736
737
738 #profile-edit-homepage {
739         float: left;
740         margin-bottom: 35px;
741 }
742 #settings-normal-label,
743 #settings-soapbox-label,
744 #settings-community-label,
745 #settings-freelove-label {
746         float: left;
747         width: 200px;
748 }
749 #settings-normal-desc,
750 #settings-soapbox-desc,
751 #settings-community-desc,
752 #settings-freelove-desc {
753         /*float: left;
754         margin-left: 75px;*/
755     clear: left;
756     color: #666666;
757     display: block;
758     margin-bottom: 20px 
759 }
760
761 #profile-edit-profile-name-end,
762 #profile-edit-name-end,
763 #profile-edit-pdesc-end,
764 #profile-edit-gender-end,
765 #profile-edit-dob-end,
766 #profile-edit-address-end,
767 #profile-edit-locality-end,
768 #profile-edit-region-end,
769 #profile-edit-postal-code-end,
770 #profile-edit-country-name-end,
771 #profile-edit-marital-end,
772 #profile-edit-sexual-end,
773 #profile-edit-politic-end,
774 #profile-edit-religion-end,
775 #profile-edit-pubkeywords-end,
776 #profile-edit-prvkeywords-end,
777 #profile-edit-homepage-end,
778 #profile-in-dir-break,
779 #profile-in-dir-end,
780 #profile-in-netdir-break,
781 #profile-in-netdir-end,
782 #hide-wall-break,
783 #hide-wall-end,
784 #hide-friends-break,
785 #hide-friends-end,
786 #settings-normal-break,
787 #settings-soapbox-break,
788 #settings-community-break,
789 #settings-freelove-break {
790         clear: both;
791 }
792
793
794
795
796
797 #gender-select, #marital-select, #sexual-select {
798         width: 220px;
799 }
800
801 #profile-edit-profile-name-wrapper .required {
802         color: #FF0000;
803         float: left;
804 }
805
806 #contacts-main {
807         margin-top: 20px;
808         margin-bottom: 20px;
809 }
810
811 .contact-entry-wrapper {
812         float: left;
813         width: 120px;
814         height: 120px;
815 }
816 #contacts-search-end {
817         margin-bottom: 10px;
818 }
819
820 .contact-entry-direction-icon {
821         margin-top: 24px;
822         margin-right: 2px;
823 }
824
825 .contact-entry-photo img {
826         border: none;
827 }
828 .contact-entry-photo-end {
829         clear: both;
830 }
831 .contact-entry-name {
832         float: left;
833         margin-left: 0px;
834         margin-right: 10px;
835         width: 120px;
836         overflow: hidden;
837 }
838 .contact-entry-edit-links {
839         margin-top: 6px;
840         margin-left: 10px;
841         width: 16px;
842 }
843 .contact-entry-nav-wrapper {
844         float: left;
845         margin-left: 10px;
846 }
847
848 .contact-entry-edit-links img {
849         border: none;
850         margin-right: 15px;
851 }
852 .contact-entry-photo {
853         float: left;
854         position: relative;
855 }
856 .contact-entry-end {
857         clear: both;
858 }
859
860 #fsuggest-desc, #fsuggest-submit-wrapper {
861         margin-top: 15px;
862         margin-bottom: 15px;
863 }
864
865 #network-star-link{
866         margin-top: 10px;
867 }
868 .network-star {
869         float: left;
870         margin-right: 5px;
871 }
872 #network-bmark-link {
873         margin-top: 10px;
874 }
875
876 .wall-item-content-wrapper {
877         margin-top: 10px;
878         border: 1px solid #CCC;
879         position: relative;
880         -moz-border-radius: 3px;
881         border-radius: 3px;     
882
883 }
884
885 .wall-item-content-wrapper.comment {
886         margin-left: 50px;
887         background: #EEEEEE;
888 }
889
890 .wall-item-info {
891         display: block;
892         float: left;
893         width:110px;
894         margin-right:10px;
895 }
896 .comment .wall-item-info {
897         width: 70px;
898 }
899
900 .wall-item-photo-wrapper {
901         margin-top: 10px;
902         margin-left: 10px;
903         margin-bottom: 10px;
904         width: 100px;
905 }
906 .wall-item-photo-menu-button {
907         display: block;
908         position: absolute;
909         background-image: url("photo-menu.jpg");
910         background-position: top left; 
911         background-repeat: no-repeat;
912         margin: 0px; padding: 0px;
913         width: 16px;
914         height: 16px;
915         top: 74px; left:10px;
916         overflow: hidden;
917         text-indent: 40px;
918         display: none;
919         
920 }
921 .wall-item-photo-menu {
922         width: auto;
923         border: 2px solid #444444;
924         background: #FFFFFF;
925         position: absolute;
926         left: 10px; top: 90px;
927         display: none;
928         z-index: 10000;
929 }
930 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
931 .wall-item-photo-menu li a { display: block; padding: 2px; }
932 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
933
934
935 .comment .wall-item-photo-menu-button { top: 44px;}
936 .comment .wall-item-photo-menu { top: 60px; }
937
938 .wallwall .wwto {
939     left: 50px;
940     margin: 0;
941     position: absolute;
942     top: 70px;
943     width: 30px
944 }
945 .wallwall .wwto img {
946         width: 30px !important;
947         height: 30px !important;
948 }
949
950 .wallwall .wall-item-photo-end {
951         clear: both;
952 }
953
954 .wall-item-arrowphoto-wrapper {
955     position: absolute;
956     left: 75px;
957     top: 70px;
958     z-index: 100;
959 }
960 .wall-item-wrapper {
961         /*float: left;
962     margin-right: 5px;
963     width: 250px;*/
964     margin-left:10px;
965 }
966 .wall-item-lock {
967         /*height: 20px;*/
968         /*margin-top: 10px;*/
969     left: 105px;
970     position: absolute;
971     top: 1px;   
972 }
973 .comment .wall-item-lock {
974         left: 65px;
975 }
976
977 .wall-item-ago {
978         color: #888888;
979         font-size: 0.8em;
980 }
981
982 .wall-item-location {
983         overflow: hidden;
984         /* add ellipsis on text overflow               */
985         /* this work on safari, opera, ie, chrome.     */
986         /* firefox users have to wait support or we    */
987         /* can use a jquery plugin http://bit.ly/zJskg */
988         text-overflow: ellipsis;
989         -o-text-overflow: ellipsis;
990         width: 100%;
991 }
992
993 .wall-item-like-buttons {
994         float: left;
995         margin-right: 10px;
996 /*      padding-right: 10px; */
997 /*      border-right: 2px solid #fff; */
998 }
999
1000 .like-rotator {
1001         margin-left: 5px;
1002 }
1003
1004 .wall-item-like-buttons > a,
1005 .wall-item-like-buttons > img {
1006         float: left;
1007 }
1008
1009 .wall-item-like-buttons img {
1010         cursor: pointer;
1011 }
1012
1013 .wall-item-share-buttons {
1014         margin-left: 10px;
1015         margin-right: 10px;
1016 }
1017
1018 .editpost {
1019         margin-left: 10px;
1020         float: left;
1021 }
1022 .star-item {
1023         margin-left: 10px;
1024         float: left;    
1025 }
1026 .tag-item {
1027         margin-left: 10px;
1028         float: left;    
1029 }
1030
1031 .filer-item {
1032         margin-left: 10px;
1033         float: left;
1034 }
1035
1036 .wall-item-links-wrapper {
1037         float: left;
1038 }
1039
1040 .wall-item-delete-wrapper {
1041         float: right;
1042 }
1043
1044 .wall-item-delete-end {
1045         clear: both;
1046 }
1047
1048 .wall-item-delete-icon {
1049         border: none;
1050 }
1051
1052
1053 .wall-item-wrapper-end {
1054         clear: both;
1055 }
1056 .wall-item-name-link {
1057         font-weight: bold;
1058         text-decoration: none;
1059         color: #3172BD;
1060 }
1061 .wall-item-photo {
1062         border: none;
1063 }
1064 .comment .wall-item-photo {
1065         width: 50px !important; 
1066         height: 50px !important;
1067 }
1068 .wall-item-content {
1069         /*float: left;*/
1070         /*width: 450px;*/
1071         margin-left: 10px;
1072         /*margin-bottom: 20px;*/
1073         /*padding: 20px;*/
1074         max-height: 400px;
1075         overflow: auto;
1076 }
1077
1078 .wall-item-title {
1079         float: left;
1080         font-weight: bold;
1081         /*width: 450px;*/
1082 }
1083
1084 .wall-item-title-end {
1085         clear: both;
1086 }
1087
1088 .wall-item-body {
1089         float: left;
1090         /*width: 450px;*/
1091         margin-top: 10px;
1092 }
1093
1094 .wall-item-tools {
1095         clear: both;
1096         background-image: url("head.jpg");
1097     background-position: 0 -20px;
1098     background-repeat: repeat-x;
1099         padding: 5px 10px 0px;
1100 }
1101 .wall-item-author {
1102         margin-top: 10px;
1103 }
1104
1105 .comment .wall-item-tools {
1106         background:none;
1107
1108
1109 .comment-edit-wrapper {
1110         margin-top: 15px;
1111         background: #f3f3f3;
1112         margin-left: 50px;
1113 }
1114
1115 .comment-wwedit-wrapper {
1116         margin-top: 15px;
1117         background: #f3f3f3;
1118         margin-left: 50px;
1119 }
1120
1121 .comment-edit-photo {
1122         margin-top: 10px;
1123         margin-left: 10px;
1124         margin-bottom: 10px;
1125         width: 100px;
1126         float: left;
1127 }
1128 .comment-edit-photo img {
1129         width: 25px;
1130 }
1131 .comment-edit-text-empty, .comment-edit-text-full {
1132         float: left;
1133         margin-top: 10px;
1134         -moz-border-radius: 3px;
1135         border-radius: 3px;     
1136         border: 1px solid #cccccc;
1137         padding: 3px 1px 1px 3px;
1138 }
1139 .comment-edit-text-end {
1140         clear: both;
1141 }
1142
1143 .comment-edit-submit {
1144         margin: 10px 0px 10px 110px;
1145 }
1146
1147 #profile-jot-plugin-wrapper,
1148 #profile-jot-submit-wrapper {
1149         margin-top: 15px;
1150 }
1151
1152 #profile-jot-submit {
1153         float: left;
1154 }
1155 #profile-upload-wrapper {
1156         float: left;
1157         margin-left: 30px;
1158 }
1159 #profile-attach-wrapper {
1160         float: left;
1161         margin-left: 30px;
1162 }
1163 #profile-rotator {
1164         float: left;
1165         margin-left: 30px;
1166 }
1167 #profile-link-wrapper {
1168         float: left;
1169         margin-left: 15px;
1170 }
1171 #profile-youtube-wrapper {
1172         float: left;
1173         margin-left: 15px;
1174 }
1175 #profile-video-wrapper {
1176         float: left;
1177         margin-left: 15px;
1178 }
1179 #profile-audio-wrapper {
1180         float: left;
1181         margin-left: 15px;
1182 }
1183 #profile-location-wrapper {
1184         float: left;
1185         margin-left: 15px;
1186 }
1187 #jot-preview-link {
1188         float: left;
1189         margin-left: 45px;
1190         margin-top: 0px !important;
1191 }
1192
1193
1194 #profile-nolocation-wrapper {
1195         float: left;
1196         margin-left: 15px;
1197 }
1198 #profile-title-wrapper {
1199         float: left;
1200         margin-left: 15px;
1201 }
1202
1203 #profile-jot-perms {
1204         float: left;
1205         margin-left: 100px;
1206         font-weight: bold;
1207         font-size: 1.2em;
1208 }
1209
1210
1211 #profile-jot-perms-end {
1212         /*clear: left;*/
1213         height: 30px;
1214 }
1215
1216 #profile-jot-plugin-end{
1217   clear: both;
1218 }
1219 .profile-jot-net {
1220         float: left;
1221         margin-right: 10px;
1222         margin-top: 5px;
1223         margin-bottom: 5px;
1224 }
1225
1226 #profile-jot-networks-end {
1227         clear: both;
1228 }
1229
1230 #profile-jot-end {
1231         /*clear: both;*/
1232         margin-bottom: 30px;
1233 }
1234 #about-jot-submit-wrapper {
1235         margin-top: 15px;
1236 }
1237 #about-jot-end {
1238         margin-bottom: 30px;
1239 }
1240 #contacts-main {
1241         margin-bottom: 30px;
1242 }
1243
1244 #profile-listing-desc {
1245         margin-left: 30px;
1246 }
1247
1248 #profile-listing-new-link-wrapper {
1249         margin-left: 30px;
1250         margin-bottom: 30px;
1251 }
1252 .profile-listing-photo-wrapper {
1253         float: left;
1254 }
1255
1256 .profile-listing-edit-buttons-wrapper {
1257         clear: both;
1258 }
1259 .profile-listing-photo-edit-link {
1260         float: left;
1261         width: 125px;
1262 }
1263 .profile-listing-end {
1264         clear: both;
1265 }
1266 .profile-listing-edit-buttons-wrapper img{
1267         border: none;
1268         margin-right: 20px;
1269 }
1270 .profile-listing {
1271         margin-top: 25px;
1272 }
1273 .profile-listing-name {
1274         float: left;
1275         margin-left: 32px;
1276         margin-top: 10px;
1277         color: #3172BD;
1278         font-weight: bold;
1279         width: 200px;
1280
1281 }
1282 .fortune {
1283         margin-top: 50px;
1284         color: #4444FF;
1285         font-weight: bold;
1286         margin-bottom: 20px;
1287 }
1288
1289
1290 .directory-end {
1291         clear: both;
1292 }
1293 .directory-name {
1294         text-align: center;
1295 }
1296 .directory-photo {
1297         margin-left: 25px;
1298 }
1299 .directory-details {
1300         font-size: 0.7em;
1301         text-align: center;
1302         margin-left: 5px;
1303         margin-right: 5px;
1304 }
1305 .directory-item {
1306         float: left;
1307         width: 225px;
1308         height: 260px;
1309         overflow: auto;
1310 }
1311
1312 #directory-search-wrapper {
1313         margin-top: 20px;
1314         margin-right: 20px;
1315         margin-bottom: 50px;
1316 }
1317
1318 #directory-search-end {
1319 }
1320
1321 .directory-photo-img {
1322         border: none;
1323 }
1324
1325
1326 .pager {
1327   padding: 10px;
1328   text-align: center;
1329   font-size: 1.0em;
1330 }
1331
1332
1333 .pager_first,
1334 .pager_last,
1335 .pager_prev,
1336 .pager_next,
1337 .pager_n {
1338         border: 1px solid black;
1339         background: #EEE;
1340         padding: 4px;
1341 }
1342
1343 .pager_first a,
1344 .pager_last a,
1345 .pager_prev a,
1346 .pager_next a,
1347 .pager_n a {
1348         text-decoration: none;
1349 }
1350
1351 .pager_current {
1352   border: 1px solid black;
1353   background: #FFCCCC;
1354   padding: 4px;
1355 }
1356
1357
1358 #advanced-profile-name-wrapper,
1359 #advanced-profile-gender-wrapper,
1360 #advanced-profile-dob-wrapper,
1361 #advanced-profile-age-wrapper,
1362 #advanced-profile-marital-wrapper,
1363 #advanced-profile-sexual-wrapper,
1364 #advanced-profile-homepage-wrapper,
1365 #advanced-profile-politic-wrapper,
1366 #advanced-profile-religion-wrapper,
1367 #advanced-profile-about-wrapper,
1368 #advanced-profile-interest-wrapper,
1369 #advanced-profile-contact-wrapper,
1370 #advanced-profile-music-wrapper,
1371 #advanced-profile-book-wrapper,
1372 #advanced-profile-tv-wrapper,
1373 #advanced-profile-film-wrapper,
1374 #advanced-profile-romance-wrapper,
1375 #advanced-profile-work-wrapper,
1376 #advanced-profile-education-wrapper {
1377         margin-top: 20px;
1378 }
1379
1380 #advanced-profile-name-text,
1381 #advanced-profile-gender-text,
1382 #advanced-profile-dob-text,
1383 #advanced-profile-age-text,
1384 #advanced-profile-marital-text,
1385 #advanced-profile-sexual-text,
1386 #advanced-profile-homepage-text,
1387 #advanced-profile-politic-text,
1388 #advanced-profile-religion-text,
1389 #advanced-profile-about-text,
1390 #advanced-profile-interest-text,
1391 #advanced-profile-contact-text,
1392 #advanced-profile-music-text,
1393 #advanced-profile-book-text,
1394 #advanced-profile-tv-text,
1395 #advanced-profile-film-text,
1396 #advanced-profile-romance-text,
1397 #advanced-profile-work-text,
1398 #advanced-profile-education-text {
1399         width: 300px;
1400         float: left;
1401 }
1402
1403 #advanced-profile-name-end,
1404 #advanced-profile-gender-end,
1405 #advanced-profile-dob-end,
1406 #advanced-profile-age-end,
1407 #advanced-profile-marital-end,
1408 #advanced-profile-sexual-end,
1409 #advanced-profile-homepage-end,
1410 #advanced-profile-politic-end,
1411 #advanced-profile-religion-end {
1412         height: 10px;
1413 }
1414
1415 #advanced-profile-about-end,
1416 #advanced-profile-interest-end,
1417 #advanced-profile-contact-end,
1418 #advanced-profile-music-end,
1419 #advanced-profile-book-end,
1420 #advanced-profile-tv-end,
1421 #advanced-profile-film-end,
1422 #advanced-profile-romance-end,
1423 #advanced-profile-work-end,
1424 #advanced-profile-education-end {
1425
1426
1427 }
1428
1429 #advanced-profile-name,
1430 #advanced-profile-gender,
1431 #advanced-profile-dob,
1432 #advanced-profile-age,
1433 #advanced-profile-marital,
1434 #advanced-profile-sexual,
1435 #advanced-profile-homepage,
1436 #advanced-profile-politic,
1437 #advanced-profile-religion {
1438         float: left;
1439
1440 }
1441
1442
1443 #advanced-profile-about,
1444 #advanced-profile-interest,
1445 #advanced-profile-contact,
1446 #advanced-profile-music,
1447 #advanced-profile-book,
1448 #advanced-profile-tv,
1449 #advanced-profile-film,
1450 #advanced-profile-romance,
1451 #advanced-profile-work,
1452 #advanced-profile-education {
1453         margin-top: 10px;
1454         margin-left: 50px;
1455         margin-right: 20px;
1456         padding: 10px;
1457         border: 1px solid #CCCCCC;
1458 }
1459
1460 #advanced-profile-with {
1461         float: left;
1462         margin-left: 15px;
1463 }
1464
1465 #contact-edit-wrapper {
1466         margin-top: 10px;
1467 }
1468
1469 #contact-edit-banner-name {
1470         font-size: 1.4em;
1471         font-weight: bold;
1472 }
1473
1474 #contact-edit-poll-wrapper {
1475         margin-top: 15px;
1476 }
1477
1478 #contact-edit-poll-text {
1479         margin-top: 15px;
1480         margin-bottom: 5px;
1481 }
1482
1483 #contact-edit-update-now {
1484         margin-top: 15px;
1485 }
1486
1487 #contact-edit-links{
1488         clear: both;
1489 }
1490
1491 #contact-edit-links ul {
1492         list-style: none;
1493         list-style-type: none;
1494         margin-left: 0px;
1495         padding-left: 0px;
1496 }
1497
1498 #contact-edit-links li {
1499         margin-top: 5px;
1500 }
1501
1502 #contact-edit-drop-link {
1503         float: right;
1504         margin-right: 20px;
1505 }
1506
1507 #contact-edit-nav-end {
1508         clear: both;
1509 }
1510
1511 #contact-edit-wrapper {
1512         width: 100%;
1513 }
1514
1515 #contact-edit-end {
1516         clear: both;
1517         margin-top: 15px;
1518 }
1519
1520 #contact-profile-selector {
1521         width: 175px;
1522         margin-left: 175px;
1523 }
1524
1525 .contact-edit-submit {
1526         margin-top: 20px;
1527 }
1528
1529
1530 .contact-photo-menu-button {
1531         position: absolute;
1532         background-image: url("photo-menu.jpg");
1533         background-position: top left; 
1534         background-repeat: no-repeat;
1535         margin: 0px; padding: 0px;
1536         width: 16px;
1537         height: 16px;
1538         top: 64px; left:0px;
1539         overflow: hidden;
1540         text-indent: 40px;
1541         display: none;
1542         
1543 }
1544 .contact-photo-menu {
1545         width: auto;
1546         border: 2px solid #444444;
1547         background: #FFFFFF;
1548         position: absolute;
1549         left: 0px; top: 90px;
1550         display: none;
1551         z-index: 10000;
1552 }
1553 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1554 .contact-photo-menu li a { display: block; padding: 2px; }
1555 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1556
1557
1558 #block-message, #ignore-message {
1559         color: #FF0000;
1560 }
1561
1562 #profile-edit-insecure {
1563         margin-top: 20px;
1564         color: #FF0000;
1565         font-size: 1.1em;
1566         border: 1px solid #FF8888;
1567         background-color: #FFEEEE;
1568         padding-left: 5px;
1569         /*: 3px 3px 3px 5px; */
1570         width: 587px;
1571 }
1572
1573 #profile-jot-text {
1574         height: 20px;
1575         color:#cccccc;
1576         border: 1px solid #cccccc;
1577         padding: 3px 0px 0px 5px;
1578         -moz-border-radius: 3px;
1579         border-radius: 3px;     
1580 }
1581
1582
1583 /** acl **/
1584 #photo-edit-perms-select,
1585 #photos-upload-permissions-wrapper,
1586 #profile-jot-acl-wrapper{
1587         display:block!important;
1588 }
1589
1590
1591
1592 #acl-wrapper {
1593         width: 690px;
1594         float:left;
1595 }
1596 #acl-search {
1597         float:right;
1598         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1599         padding-right:20px;
1600 }
1601 #acl-showall {
1602         float: left;
1603         display: block;
1604         width: auto;
1605         height: 18px;
1606         background-color: #cccccc;
1607         background-image: url("../../../images/show_all_off.png");
1608         background-position: 7px 7px;
1609         background-repeat: no-repeat;
1610         padding: 7px 5px 0px 30px;
1611         -webkit-border-radius: 5px ;
1612         -moz-border-radius: 5px;
1613         border-radius: 5px;
1614         color: #999999;
1615 }
1616 #acl-showall.selected {
1617         color: #000000;
1618         background-color: #ff9900;
1619         background-image: url("../../../images/show_all_on.png");
1620 }
1621
1622 #acl-list {
1623         height: 210px;
1624         border: 1px solid #cccccc;
1625         clear: both;
1626         margin-top: 30px;
1627         overflow: auto;
1628 }
1629 #acl-list-content {
1630         
1631 }
1632 .acl-list-item {
1633         display: block;
1634         width: 150px;
1635         height: 30px;
1636         border: 1px solid #cccccc;
1637         margin: 5px;
1638         float: left;
1639 }
1640 .acl-list-item img{
1641         width:22px;
1642         height: 22px;
1643         float: left;
1644         margin: 4px;
1645 }
1646 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1647 .acl-list-item a { 
1648         font-size: 8px;
1649         display: block;
1650         width: 40px;
1651         height: 10px;
1652         float: left;
1653         color: #999999;
1654         background-color: #cccccc;
1655         background-position: 3px 3px;
1656         background-repeat: no-repeat;
1657         margin-right: 5px;
1658         -webkit-border-radius: 2px ;
1659         -moz-border-radius: 2px;
1660         border-radius: 2px;
1661         padding-left: 15px;
1662 }
1663 #acl-wrapper a:hover {
1664         text-decoration: none;
1665         color:#000000;
1666 }
1667 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1668 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1669
1670 .acl-button-show.selected {
1671         color: #000000;
1672         background-color: #9ade00;
1673         background-image: url("../../../images/show_on.png");
1674 }
1675 .acl-button-hide.selected {
1676         color: #000000;
1677         background-color: #ff4141;
1678         background-image: url("../../../images/hide_on.png");
1679 }
1680 .acl-list-item.groupshow { border-color: #9ade00; }
1681 .acl-list-item.grouphide { border-color: #ff4141; }
1682 /** /acl **/
1683
1684
1685 .comment-edit-text-empty {
1686         color: gray;
1687         height: 30px;
1688         width: 175px;
1689         overflow: auto;
1690         margin-bottom: 10px;
1691 }
1692
1693 .comment-edit-text-full {
1694         color: black;
1695         height: 150px;
1696         width: 350px;
1697         overflow: auto;
1698 }
1699
1700 #group-new-submit-wrapper {
1701         margin-top: 30px;
1702 }
1703
1704 #group-edit-name-label {
1705         float: left;
1706         width: 175px;
1707         margin-top: 20px;
1708         margin-bottom: 20px;
1709 }
1710
1711 #group-edit-name {
1712         float: left;
1713         width: 225px;
1714         margin-top: 20px;
1715         margin-bottom: 20px;
1716 }
1717
1718 #group-edit-name-wrapper {
1719
1720
1721 }
1722
1723
1724 #group_members_select_label {
1725         display: block;
1726         float: left;
1727         width: 175px;
1728 }
1729
1730 .group_members_select {
1731         float: left;
1732         width: 230px;
1733         overflow: auto;
1734 }
1735
1736 #group_members_select_end {
1737         clear: both;
1738 }
1739 #group-edit-name-end {
1740         clear: both;
1741 }
1742
1743 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1744         margin-bottom: 10px;
1745         margin-top: 20px;
1746 }
1747
1748 #prvmail-submit {
1749         float: left;
1750         margin-top: 10px;
1751         margin-right: 30px;
1752 }
1753 #prvmail-upload-wrapper,
1754 #prvmail-link-wrapper,
1755 #prvmail-rotator-wrapper {
1756         float: left;
1757         margin-top: 10px;
1758         margin-right: 10px;
1759         width: 24px;
1760 }
1761
1762 #prvmail-end {
1763         clear: both;
1764 }
1765
1766 .mail-list-sender,
1767 .mail-list-detail {
1768         float: left;
1769 }
1770 .mail-list-detail {
1771         margin-left: 20px;
1772 }
1773
1774 .mail-list-subject {
1775         font-size: 1.1em;
1776         margin-top: 10px;
1777 }
1778 a.mail-list-link {
1779     display: block;
1780     font-size: 1.3em;
1781     padding: 4px 0;
1782 }
1783
1784 /*
1785 *a.mail-list-link:hover {
1786 *       background-color: #15607B;
1787 *       color: #F5F6FB;
1788 *}
1789 */
1790
1791 .mail-list-outside-wrapper-end {
1792         clear: both;
1793 }
1794
1795 .mail-list-outside-wrapper {
1796         margin-top: 30px;
1797 }
1798
1799 .mail-list-delete-wrapper {
1800         float: right;
1801         margin-right: 30px;
1802         margin-top: 15px;
1803 }
1804
1805 .mail-list-delete-icon {
1806         border: none;
1807 }
1808
1809 .mail-conv-sender,
1810 .mail-conv-detail {
1811         float: left;
1812 }
1813 .mail-conv-detail {
1814         margin-left: 20px;
1815         width: 500px;
1816 }
1817
1818 .mail-conv-subject {
1819     font-size: 1.4em;
1820     margin: 10px 0;
1821 }
1822
1823 .mail-conv-outside-wrapper-end {
1824         clear: both;
1825 }
1826
1827 .mail-conv-outside-wrapper {
1828         margin-top: 30px;
1829 }
1830
1831 .mail-conv-delete-wrapper {
1832         float: right;
1833         margin-right: 30px;
1834         margin-top: 15px;
1835 }
1836 .mail-conv-break {
1837         clear: both;
1838 }
1839
1840 .mail-conv-delete-icon {
1841         border: none;
1842 }
1843
1844 .message-links ul {
1845         list-style-type: none;
1846         padding: 0px;
1847 }
1848
1849 .message-links li {
1850         margin-top: 10px;
1851         float: left;
1852 }
1853 .message-links a {
1854         padding: 3px 5px;
1855 }
1856
1857 .message-links-end {
1858         clear: both;
1859 }
1860
1861 #sidebar-group-list ul {
1862         list-style-type: none;
1863 }
1864
1865 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
1866         display: inline-block;
1867         height: 12px;
1868         width: 12px;
1869 }
1870
1871 #sidebar-group-list li {
1872         margin-top: 10px;
1873 }
1874
1875 .nets-ul, .fileas-ul {
1876         list-style-type: none;
1877 }
1878
1879 .nets-ul li, .fileas-ul li {
1880         margin-top: 10px;
1881 }
1882
1883 .nets-link {
1884         margin-left: 24px;
1885 }
1886 .nets-all {
1887         margin-left: 42px;
1888 }
1889
1890 .fileas-link {
1891         margin-left: 24px;
1892 }
1893
1894 .fileas-all {
1895         margin-left: 0px;
1896 }
1897
1898 #search-save {
1899         margin-left: 5px;
1900 }
1901 .groupsideedit {
1902         margin-right: 10px;
1903 }
1904 #saved-search-ul {
1905         list-style-type: none;
1906 }
1907 .savedsearchdrop, .savedsearchterm {
1908         float: left;
1909         margin-top: 10px;
1910 }
1911 .savedsearchterm {
1912         margin-left: 10px;
1913 }
1914
1915
1916 #side-follow-wrapper {
1917         margin-top: 20px;
1918 }
1919 #side-follow-url, #side-peoplefind-url {
1920         margin-top: 5px;
1921 }
1922 #side-follow-submit, #side-peoplefind-submit {
1923         margin-top: 15px;
1924 }
1925
1926 #side-match-link {
1927         margin-top: 10px;
1928 }
1929
1930 aside input[type='text'] {
1931  width: 174px;
1932 }
1933
1934 .widget {
1935         border: 1px solid #DDDDDD;
1936         padding: 8px;
1937         margin-top: 5px;
1938         -moz-border-radius:5px;
1939         -webkit-border-radius:5px;
1940         border-radius:5px;
1941
1942 }
1943
1944
1945 .photos {
1946         height: auto;
1947         overflow: auto;
1948 }
1949
1950 .photo-album-image-wrapper {
1951         float: left;
1952         margin-top: 15px;
1953         margin-right: 15px;
1954         width: 200px; height: 200px; 
1955         overflow: hidden; 
1956         position: relative;
1957 }
1958 .photo-album-image-wrapper .caption {
1959         display: none; 
1960         width: 100%;
1961         position: absolute; 
1962         bottom: 0px; 
1963         padding: 0.5em 0.5em 0px 0.5em;
1964         background-color: rgba(245, 245, 255, 0.8);
1965         border-bottom: 2px solid #CCC;
1966         margin: 0px;
1967 }
1968 .photo-album-image-wrapper a:hover .caption {
1969         display:block;
1970 }
1971
1972 #photo-album-end {
1973         clear: both;
1974 }
1975
1976 .photo-top-image-wrapper {
1977         position: relative;
1978         float: left;
1979         margin-top: 15px;
1980         margin-right: 15px;
1981         width: 200px; height: 200px; 
1982         overflow: hidden; 
1983 }
1984 .photo-top-album-name {
1985         width: 100%;
1986         min-height: 2em;
1987         position: absolute; 
1988         bottom: 0px; 
1989         padding: 0px 3px;
1990         padding-top: 0.5em;
1991         background-color: rgb(255, 255, 255);
1992 }
1993 #photo-top-end {
1994         clear: both;
1995 }
1996
1997 #photo-top-links {
1998         margin-bottom: 30px;
1999         margin-left: 30px;
2000 }
2001
2002 #photos-upload-newalbum-div {
2003         float: left;
2004         width: 175px;
2005 }
2006
2007 #photos-upload-noshare {
2008         margin-bottom: 10px;
2009 }
2010 #photos-upload-existing-album-text {
2011         float: left;
2012         width: 175px;
2013 }
2014 #photos-upload-newalbum {
2015         float: left;
2016 }
2017 #photos-upload-album-select {
2018         float: left;
2019 }
2020
2021 #photos-upload-spacer {
2022         margin-top: 25px;
2023 }
2024 #photos-upload-new-end, #photos-upload-exist-end {
2025         clear: both;
2026 }
2027 #photos-upload-exist-end {
2028         margin-bottom: 15px;
2029 }
2030 #photos-upload-submit {
2031         margin-top: 15px;
2032 }
2033
2034 #photos_upload_applet_wrapper {
2035         margin-bottom: 15px;
2036 }
2037
2038 #photos-upload-no-java-message {
2039         margin-bottom: 15px;
2040 }
2041
2042 #profile-jot-desc {
2043         /*float: left;*/
2044         width: 480px;
2045         color: #FF0000;
2046         margin-top: 10px;
2047         margin-bottom: 10px;
2048 }
2049
2050 #character-counter {
2051         float: right;
2052         font-size: 120%;
2053 }
2054
2055 #character-counter.grey {
2056         color: #888888;
2057 }
2058
2059 #character-counter.orange {
2060         color: orange;
2061 }
2062 #character-counter.red {
2063         color: red;
2064 }
2065
2066 #profile-jot-banner-end {
2067         /* clear: both; */ 
2068 }
2069
2070 #photos-upload-select-files-text {
2071         margin-top: 15px;
2072         margin-bottom: 15px;
2073 }
2074
2075 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2076         color: #8888FF;
2077         text-decoration: none;
2078         cursor: pointer;
2079 }
2080
2081 #photos-upload-perms-menu:hover {
2082         color: #0000FF;
2083         text-decoration: underline;
2084         cursor: pointer;
2085 }
2086 #settings-default-perms-menu {
2087         margin-top: 15px;
2088         margin-bottom: 15px;
2089 }
2090
2091 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2092         float: left;
2093         width: 150px;
2094 }
2095
2096 #photo-edit-perms-end {
2097         margin-bottom: 15px;
2098 }
2099
2100 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2101         float: left;
2102         margin-bottom: 25px;
2103 }
2104 #photo-edit-link-wrap {
2105         margin-bottom: 15px;
2106 }
2107 #photo-like-div {
2108         margin-bottom: 25px;
2109 }
2110
2111 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2112         clear: both;
2113 }
2114
2115 #photo-edit-delete-button {
2116         margin-left: 200px;
2117 }
2118 #photo-edit-end {
2119         margin-bottom: 35px;
2120 }
2121 #photo-caption {
2122         font-size: 110%;
2123         font-weight: bold;
2124         margin-top: 15px;
2125         margin-bottom: 15px;
2126 }
2127
2128 #in-this-photo-text {
2129         color: #0000FF;
2130         margin-left: 30px;
2131 }
2132
2133 #in-this-photo {
2134         margin-left: 60px;
2135         margin-top: 10px;
2136         margin-bottom: 20px;
2137 }
2138
2139 #photo-album-edit-submit, #photo-album-edit-drop {
2140         margin-top: 15px;
2141         margin-bottom: 15px;
2142 }
2143
2144 #photo-album-edit-drop {
2145         margin-left: 200px;
2146 }
2147
2148 .group-delete-wrapper {
2149         float: right;
2150         margin-right: 50px;
2151 }
2152
2153 #install-dbhost-label,
2154 #install-dbuser-label,
2155 #install-dbpass-label,
2156 #install-dbdata-label,
2157 #install-tz-desc {
2158        float: left;
2159        width: 250px;
2160        margin-top: 10px;
2161        margin-bottom: 10px;
2162
2163 }
2164
2165 #install-dbhost,
2166 #install-dbuser,
2167 #install-dbpass,
2168 #install-dbdata {
2169        float: left;
2170        width: 200px;
2171        margin-left: 20px;
2172 }
2173
2174 #install-dbhost-end,
2175 #install-dbuser-end,
2176 #install-dbpass-end,
2177 #install-dbdata-end,
2178 #install-tz-end {
2179        clear: both;
2180 }
2181
2182 #install-form select#timezone_select {
2183        float: left;
2184        margin-top: 18px;
2185        margin-left: 20px;
2186 }
2187
2188 #dfrn-request-networks {
2189         margin-bottom: 30px;
2190 }
2191
2192 #pause {
2193   position: fixed;
2194   bottom: 5px;
2195   right: 5px;
2196 }
2197
2198 .sparkle {
2199         cursor: url('lock.cur'), pointer;
2200 /*      cursor: pointer !important; */
2201 }
2202
2203 .contact-block-div {
2204         float: left;
2205         width: 52px;
2206         height: 52px;
2207 }
2208 .contact-block-textdiv {
2209         float: left;
2210         width: 150px;
2211         height: 34px;
2212 }
2213
2214 #contact-block-end {
2215         clear: both;
2216 }
2217 .contact-block-link {
2218         float: left;
2219 }
2220 .contact-block-img {
2221         width:48px;
2222         height:48px;
2223 }
2224
2225 #tag-remove {
2226         margin-bottom: 15px;
2227 }
2228
2229 #tagrm li {
2230         margin-bottom: 10px;
2231 }
2232
2233 #tagrm-submit, #tagrm-cancel {
2234         margin-top: 25px;
2235 }
2236
2237 #tagrm-cancel {
2238         margin-left: 15px;
2239 }
2240
2241 .wall-item-conv {
2242         margin-top: 5px;
2243         margin-bottom: 25px;
2244 }
2245
2246 #search-submit {
2247         margin-left: 15px;
2248 }
2249
2250 #search-box {
2251         margin-bottom: 25px;
2252 }
2253
2254 .location-label, .gender-label, .marital-label, .homepage-label {
2255         float: left;
2256         text-align: right;
2257         display: block;
2258         width: 65px;
2259 }
2260
2261 .adr, .x-gender, .marital-text, .homepage-url {
2262         float: left;
2263         display: block;
2264         margin-left: 8px;
2265 }
2266
2267 .profile-clear {
2268         clear: both;
2269 }
2270
2271
2272 .clear {
2273         clear: both;
2274 }
2275
2276 .cc-license {
2277         margin-top: 50px;
2278         font-size: 70%;
2279 }
2280
2281
2282 #plugin-settings-link, #account-settings-link {
2283         margin-bottom: 10px;
2284 }
2285
2286 #uexport-link {
2287         margin-bottom: 20px;
2288 }
2289
2290 /* end from default */
2291         
2292
2293 .fn {
2294         padding: 0px 0px 5px 12px;
2295         font-size: 120%;
2296         font-weight: bold;
2297 }
2298
2299 .vcard .title {
2300         margin-bottom: 5px;
2301         margin-left: 12px;
2302 }
2303
2304 .vcard dl {
2305         clear: both;
2306 }
2307
2308 #birthday-title {
2309         float: left;
2310         font-weight: bold;      
2311 }
2312
2313 #birthday-adjust {
2314         float: left;
2315         font-size: 75%;
2316         margin-left: 10px;
2317 }
2318
2319 #birthday-title-end {
2320         clear: both;
2321 }
2322
2323 .birthday-list {
2324         margin-left: 15px;
2325 }
2326
2327 #birthday-wrapper {
2328         margin-bottom: 20px;
2329 }
2330
2331 #network-new-link {
2332         margin-top: 15px;
2333         margin-bottom: 15px;
2334 }
2335
2336
2337 .tool-wrapper {
2338   float: left;
2339   margin-left: 15px;
2340 }
2341
2342 .tool-link {
2343   cursor: pointer;
2344 }
2345
2346 .eventcal {
2347         float: left;
2348         font-size: 20px;
2349 }
2350
2351 .vevent {
2352         border: 1px solid #CCCCCC;
2353 }
2354 .vevent .event-description, .vevent .event-location {
2355         margin-left: 10px;
2356         margin-right: 10px;
2357 }
2358 .vevent .event-start {
2359         margin-left: 10px;
2360         margin-right: 10px;
2361 }
2362
2363 #new-event-link {
2364         margin-bottom: 10px;
2365 }
2366
2367 .edit-event-link, .plink-event-link {
2368         float: left;
2369         margin-top: 4px;
2370         margin-right: 4px;
2371         margin-bottom: 15px;
2372 }
2373
2374 .event-description:before {
2375         content: url('../../../images/calendar.png');
2376         margin-right: 15px;
2377 }
2378
2379 .event-start, .event-end {
2380         margin-left: 10px;
2381         width: 330px;
2382         clear: both;
2383 }
2384
2385 .event-start .dtstart, .event-end .dtend {
2386         float: right;
2387 }
2388
2389 .event-list-date {
2390         margin-bottom: 10px;
2391 }
2392
2393 .prevcal, .nextcal {
2394         float: left;
2395         margin-left: 32px;
2396         margin-right: 32px;
2397         margin-top: 64px;
2398 }
2399 .event-calendar-end {
2400         clear: both;
2401 }
2402
2403  
2404 .calendar {
2405         font-family: Courier, monospace;
2406 }
2407 .today {
2408         font-weight: bold;
2409         color: #FF0000;
2410 }
2411
2412 .settings-block {
2413         border: 1px solid #AAA;
2414         margin: 10px;
2415         padding: 10px;
2416 }
2417
2418 .app-title {
2419         margin: 10px;
2420 }
2421
2422 #identity-manage-desc {
2423         margin-top:15px;
2424         margin-bottom: 15px;
2425 }
2426
2427 #identity-manage-choose {
2428         margin-bottom: 15px;
2429 }
2430
2431 #identity-submit {
2432         margin-top: 20px;
2433 }
2434
2435 #photo-prev-link, #photo-next-link {
2436         padding: 10px;
2437         float: left;
2438 }
2439
2440 #photo-photo {
2441         float: left;
2442 }
2443
2444 #photo-photo-end {
2445         clear: both;
2446 }
2447
2448 .profile-match-photo {
2449         float: left;
2450         text-align: center;
2451         width: 120px;
2452 }
2453
2454 .profile-match-name {
2455         float: left;
2456         text-align: center;
2457         width: 120px;
2458         overflow: hidden;
2459 }
2460
2461 .profile-match-break,
2462 .profile-match-end {
2463         clear: both;
2464 }
2465
2466 .profile-match-connect {
2467         text-align: center;
2468         font-weight: bold;
2469 }
2470
2471 .profile-match-wrapper {
2472         float: left;
2473         padding: 10px;
2474         width: 120px;
2475         height: 120px;
2476         scroll: auto;
2477 }
2478 #profile-match-wrapper-end {
2479         clear: both;
2480 }
2481 .side-link {
2482         margin-bottom: 15px;
2483 }
2484
2485 #language-selector {
2486         position: absolute;
2487         top: 0px;
2488         left: 16px;
2489 }
2490
2491 #group-members {
2492         margin-top: 20px;
2493         padding: 10px;
2494         height: 250px;
2495         overflow: auto;
2496         border: 1px solid #ddd;
2497 }
2498
2499 #group-members-end {
2500         clear: both;
2501 }
2502
2503 #group-separator {
2504         margin-top: 10px;
2505         margin-bottom: 10px;
2506 }
2507
2508 #group-all-contacts {
2509         padding: 10px;
2510         height: 450px;
2511         overflow: auto;
2512         border: 1px solid #ddd;
2513 }
2514
2515 #group-all-contacts-end {
2516         clear: both;
2517         margin-bottom: 10px;
2518 }
2519
2520 #group-edit-desc {
2521         margin-top: 15px;
2522 }
2523
2524
2525 #prof-members {
2526         margin-top: 20px;
2527         padding: 10px;
2528         height: 250px;
2529         overflow: auto;
2530         border: 1px solid #ddd;
2531 }
2532
2533 #prof-members-end {
2534         clear: both;
2535 }
2536
2537 #prof-separator {
2538         margin-top: 10px;
2539         margin-bottom: 10px;
2540 }
2541
2542 #prof-all-contacts {
2543         padding: 10px;
2544         height: 450px;
2545         overflow: auto;
2546         border: 1px solid #ddd;
2547 }
2548
2549 #prof-all-contacts-end {
2550         clear: both;
2551         margin-bottom: 10px;
2552 }
2553
2554 #prof-edit-desc {
2555         margin-top: 15px;
2556 }
2557
2558 #crepair-name-label,
2559 #crepair-nick-label,
2560 #crepair-attag-label,
2561 #crepair-url-label,
2562 #crepair-request-label,
2563 #crepair-confirm-label,
2564 #crepair-notify-label,
2565 #crepair-photo-label,
2566 #crepair-poll-label {
2567         float: left;
2568         width: 200px;
2569         margin-bottom: 15px;
2570 }
2571
2572 #crepair-name,
2573 #crepair-nick,
2574 #crepair-attag,
2575 #crepair-url,
2576 #crepair-request,
2577 #crepair-confirm,
2578 #crepair-notify,
2579 #crepair-photo,
2580 #crepair-poll {
2581         float: left;
2582         width: 300px;
2583 }
2584
2585
2586 #netsearch-box {
2587         margin-top: 20px;       
2588 }
2589
2590 #netsearch-box #search-submit {
2591         margin: 5px 0px 0px 0px;
2592 }
2593
2594 .required {
2595         color: #FF0000;
2596 }
2597
2598 #event-start-text, #event-finish-text {
2599         margin-top: 10px;
2600         margin-bottom: 5px;
2601 }
2602
2603 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2604         float: left;
2605 }
2606 #event-datetime-break {
2607         margin-bottom: 10px;
2608 }
2609
2610 #event-nofinish-break, #event-adjust-break {
2611         clear: both;
2612 }
2613
2614 #event-desc-text, #event-location-text {
2615         margin-top: 10px;
2616         margin-bottom: 5px;
2617 }
2618 #event-submit {
2619         margin-top: 10px;
2620 }
2621
2622 .body-tag, .filesavetags {
2623         opacity: 0.5;
2624         filter:alpha(opacity=50);
2625 }
2626
2627 .body-tag:hover, .filesavetags:hover {
2628         opacity: 1.0 !important;
2629         filter:alpha(opacity=100) !important;
2630 }
2631
2632 .item-select {
2633         opacity: 0.1;
2634         filter:alpha(opacity=10);
2635         float: right;
2636         margin-right: 10px;
2637
2638 }
2639 .item-select:hover, .checkeditem {
2640         opacity: 1;
2641         filter:alpha(opacity=100);
2642 }
2643
2644
2645 #item-delete-selected {
2646         margin-top: 30px;
2647 }
2648
2649 #item-delete-selected-end {
2650         clear: both;
2651 }
2652 #item-delete-selected-icon, #item-delete-selected-desc {
2653         float: left;
2654         margin-right: 5px;
2655 }
2656 #item-delete-selected-desc:hover {
2657         text-decoration: underline;
2658 }
2659
2660 #lang-select-icon {
2661         cursor: pointer;
2662         position: absolute;
2663         left: 0px;
2664         top: 0px;
2665         opacity: 0.2;
2666         filter:alpha(opacity=20);
2667 }
2668
2669 #lang-select-icon:hover {
2670         opacity: 1;
2671         filter:alpha(opacity=100);
2672 }
2673
2674 .notif-image {
2675         height: 80px;
2676         width: 80px;
2677         margin-right: 15px;
2678 }
2679 .notification-listing-end {
2680         clear: both;
2681         margin-bottom: 15px;
2682 }
2683
2684
2685
2686 /**
2687  * Plugins settings
2688  */
2689
2690 .settings-block > h3,
2691 .settings-heading {
2692         border-bottom: 1px solid #babdb6;
2693 }
2694  
2695
2696 /**
2697  * Form fields
2698  */
2699 .field {
2700         margin-bottom: 10px;
2701         padding-bottom: 10px;
2702         overflow: auto;
2703         width: 100%
2704 }
2705
2706 .field label {
2707         float: left;
2708         width: 200px;
2709 }
2710
2711 .field input,
2712 .field textarea {
2713         width: 400px;
2714 }
2715 .field textarea { height: 100px; }
2716 .field_help {
2717         display: block;
2718         margin-left: 200px;
2719         color: #666666;
2720         
2721 }
2722
2723
2724 .field .onoff {
2725         float: left;
2726         width: 80px;
2727 }
2728 .field .onoff a {
2729         display: block;
2730         border:1px solid #666666;
2731         background-image:url("../../../images/onoff.jpg");
2732         background-repeat: no-repeat;
2733         padding: 4px 2px 2px 2px;
2734         height: 16px;
2735         text-decoration: none;
2736 }
2737 .field .onoff .off {
2738         border-color:#666666;
2739         padding-left: 40px;
2740         background-position: left center;
2741         background-color: #cccccc;
2742         color: #666666;
2743         text-align: right;
2744 }
2745 .field .onoff .on {
2746         border-color:#204A87;
2747         padding-right: 40px;
2748         background-position: right center;
2749         background-color: #D7E3F1;
2750         color: #204A87;
2751         text-align: left;
2752 }
2753 .hidden { display: none!important; }
2754
2755 .field.radio .field_help { margin-left: 0px; }
2756
2757 /**
2758  * ADMIN
2759  */
2760 #pending-update {
2761         float:right;
2762         color: #ffffff;
2763         font-weight: bold;
2764         background-color: #FF0000;
2765         padding: 0em 0.3em;
2766         
2767 }
2768 #adminpage dl {
2769         clear: left;
2770         margin-bottom: 2px;
2771         padding-bottom: 2px;
2772         border-bottom: 1px solid black;
2773 }
2774 #adminpage dt {
2775         width: 200px;
2776         float: left;
2777         font-weight: bold;
2778 }
2779 #adminpage dd {
2780         margin-left: 200px;
2781 }
2782
2783 #adminpage h3 {
2784         border-bottom: 1px solid #cccccc;
2785 }
2786 #adminpage .field label {
2787         font-weight: bold;
2788 }
2789 #adminpage .submit {
2790         clear:left;
2791         text-align: right;
2792 }
2793
2794 #adminpage #pluginslist {
2795         margin: 0px; padding: 0px;
2796 }
2797 #adminpage .plugin {
2798         list-style: none;
2799         display: block;
2800         border: 1px solid #888888;
2801         padding: 1em;
2802         margin-bottom: 5px;
2803         clear: left;
2804 }
2805 #adminpage .plugin .desc { margin-left: 2.5em;}
2806 #adminpage .toggleplugin {
2807         float:left;
2808         margin-right: 1em;
2809 }
2810
2811 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2812 #adminpage table th { text-align: left;}
2813 #adminpage td .icon { float: left;}
2814 #adminpage table#users img { width: 16px; height: 16px; }
2815 #adminpage table tr:hover { background-color: #bbc7d7; }
2816 #adminpage .selectall { text-align: right; }
2817
2818 /*
2819  * UPDATE
2820  */
2821 .popup {        
2822         width: 100%; height: 100%;
2823         top:0px; left:0px;
2824         position: absolute;
2825         display: none;
2826 }
2827
2828 .popup .background {
2829         background-color: rgba(0,0,0,128);
2830         opacity: 0.5;
2831         width: 100%; height: 100%;
2832         position: absolute;
2833         top:0px; left:0px;
2834 }
2835 .popup .panel {
2836         top:25%;left:25%;width:50%;height:50%;
2837         padding: 1em;
2838         position: absolute;
2839         border: 4px solid #000000;
2840         background-color: #FFFFFF;
2841 }
2842 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2843 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2844 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2845 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2846 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2847
2848 /**
2849  * OAuth
2850  */
2851 .oauthapp {
2852         height: auto; overflow: auto;
2853         border-bottom: 2px solid #cccccc;
2854         padding-bottom: 1em;
2855         margin-bottom: 1em;     
2856 }
2857 .oauthapp img {
2858         float: left;
2859         width: 48px; height: 48px;
2860         margin: 10px;
2861 }
2862 .oauthapp img.noicon {
2863         background-image: url("../../../images/icons/48/plugin.png");
2864         background-position: center center;
2865         background-repeat: no-repeat;
2866 }
2867 .oauthapp a {
2868         float: left;
2869 }
2870
2871 /**
2872  * ICONS
2873  */
2874 .iconspacer {
2875         display: block; width: 16px; height: 16px;
2876 }
2877
2878 .icon {
2879         display: block; width: 16px; height: 16px;
2880         background-image: url('../../../images/icons.png');
2881 }
2882 .article { background-position: 0px 0px;}
2883 .audio { background-position: -16px 0px;}
2884 .block { background-position: -32px 0px;}
2885 .drop { background-position: -48px 0px;}
2886 .drophide { background-position: -64px 0px;}
2887 .edit { background-position: -80px 0px;}
2888 .camera { background-position: -96px 0px;}
2889 .dislike { background-position: -112px 0px;}
2890 .like { background-position: -128px 0px;}
2891 .link { background-position: -144px 0px;}
2892
2893 .globe { background-position: 0px -16px;}
2894 .noglobe { background-position: -16px -16px;}
2895 .no { background-position: -32px -16px;}
2896 .pause { background-position: -48px -16px;}
2897 .play { background-position: -64px -16px;}
2898 .pencil { background-position: -80px -16px;}
2899 .small-pencil { background-position: -96px -16px;}
2900 .recycle { background-position: -112px -16px;}
2901 .remote-link { background-position: -128px -16px;}
2902 .share { background-position: -144px -16px;}
2903
2904 .tools { background-position: 0px -32px;}
2905 .lock { background-position: -16px -32px;}
2906 .unlock { background-position: -32px -32px;}
2907 .video { background-position: -48px -32px;}
2908 .youtube { background-position: -64px -32px;}
2909 .attach { background-position: -80px -32px; }
2910 .language { background-position: -96px -32px; }
2911 .prev { background-position: -112px -32px; }
2912 .next { background-position: -128px -32px; }
2913 .on { background-position: -144px -32px; }
2914
2915 .off { background-position: 0px -48px; }
2916 .starred { background-position: -16px -48px; }
2917 .unstarred { background-position: -32px -48px; }
2918 .tagged { background-position: -48px -48px; }
2919
2920
2921 .filer-icon {
2922         display: block; width: 16px; height: 16px;
2923         background-image: url('file.gif');
2924 }
2925
2926 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2927
2928 .attachtype {
2929         display: block; width: 20px; height: 23px;
2930         float: left;
2931         background-image: url('../../../images/content-types.png');
2932 }
2933
2934 .body-attach {
2935         margin-top: 10px;
2936 }
2937
2938 .type-video { background-position: 0px 0px; }
2939 .type-image { background-position: -20px 0px; }
2940 .type-audio { background-position: -40px 0px; }
2941 .type-text  { background-position: -60px 0px; }
2942 .type-unkn  { background-position: -80px 0px; }
2943
2944
2945 /* autocomplete popup */
2946 .acpopup {
2947         max-height:150px;
2948         background-color:#ffffff;
2949         overflow:auto;
2950         z-index:100000;
2951         border:1px solid #cccccc;
2952 }
2953 .acpopupitem {
2954         background-color:#ffffff; padding: 4px;
2955         clear:left;
2956 }
2957 .acpopupitem img {
2958         float: left;
2959         margin-right: 4px;
2960 }
2961
2962 .acpopupitem.selected {
2963         color: #FFFFFF; background: #3465A4;
2964 }
2965
2966 /* popup notifications */
2967 div.jGrowl div.notice {
2968   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
2969   color: #ffffff;
2970   padding-left: 58px;
2971 }
2972 div.jGrowl div.info {
2973   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
2974   color: #ffffff;
2975   padding-left: 58px;
2976 }
2977
2978 .qcomment {
2979         border: 1px solid #EEE;
2980         padding: 3px;
2981         margin-top: 15px;
2982         margin-left: 25px;
2983 }
2984
2985 .qcomment {
2986         opacity: 0.3;
2987         filter:alpha(opacity=30);
2988 }
2989 .qcomment:hover {
2990         opacity: 1.0;
2991         filter:alpha(opacity=100);
2992 }
2993
2994 /* notifications popup menu */
2995 .nav-notify {
2996         display: none;
2997         position: absolute;
2998         font-size: 10px;
2999         padding: 1px 3px;
3000         top: 0px;
3001         right: -10px;
3002         min-width: 15px;
3003         text-align: right;
3004 }
3005 .nav-notify.show {
3006         display: block;
3007 }
3008 ul.menu-popup {
3009         position: absolute;
3010         display: none;
3011         width: 10em;
3012         margin: 0px;
3013         padding: 0px;
3014         list-style: none;
3015         z-index: 100000;
3016         top: 90px;
3017         left: 400px;
3018 }
3019 #nav-notifications-menu {
3020         width: 320px;
3021         max-height: 400px;
3022         overflow-y: scroll;overflow-style:scrollbar;
3023         background-color:#FFFFFF;
3024         -moz-border-radius: 5px;
3025         -webkit-border-radius: 5px;
3026         border-radius:5px;
3027         border: 1px solid #888;
3028 }
3029 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3030 #nav-notifications-menu img { float: left; margin-right: 5px; }
3031 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3032 #nav-notifications-menu li {
3033         padding: 7px 0px 7px 10px;
3034         word-wrap:normal;
3035         border-bottom: 1px solid #000;
3036 }
3037
3038 #nav-notifications-menu li:hover {
3039
3040 }
3041
3042 #nav-notifications-menu a:hover {
3043         text-decoration: underline;
3044 }
3045
3046 .notif-item a {
3047         color: #000000;
3048 }
3049
3050 .notif-item a:hover {
3051         text-decoration: underline;
3052 }
3053
3054 .notif-image {
3055         width: 32px;
3056         height: 32px;
3057         padding: 7px 7px 0px 0px;
3058 }
3059
3060 .notify-seen {
3061         background: #DDDDDD;
3062 }