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