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