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