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