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