]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge pull request #361 from simonlnu/master
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26         padding: 3px;
27 }
28
29 img { border :0px; }
30
31 #id_openid_url, .openid input {
32    background: url(login-bg.gif) no-repeat;
33    background-position: 0 50%;
34    padding-left: 18px;
35 }
36 .openid:hover {
37
38 }
39
40 #id_openid_url {
41         width: 384px;
42 }
43
44 code {
45         font-family: Courier, monospace;
46         white-space: pre;
47         display: block;
48         overflow: auto;
49         border: 1px solid #444;
50         background: #EEE;
51         color: #444;
52         padding: 10px;
53         margin-top: 20px; 
54 }
55
56 blockquote {
57         background-color: #f4f8f9;
58         border-left: 4px solid #dae4ee;
59         padding: 0.4em;
60 }
61
62 .icollapse-wrapper, .ccollapse-wrapper {
63         border: 1px solid #CCC;
64         padding: 5px;
65 }
66
67 .hide-comments {
68         margin-left: 5px;
69 }
70
71 #panel {
72         background-color: ivory;
73         position: absolute;
74         z-index: 2;
75         width: 30%;
76         padding: 25px;
77         border: 1px solid #444;
78 }
79
80 .heart {
81         color: #FF0000;
82         font-size: 100%;
83         margin-right: 5px;
84 }
85
86
87
88 /* nav */
89 nav {
90         height: 94px;
91         display: block;
92         margin: 0px 10%;
93         border-bottom: 1px solid #babdb6;
94 }
95 nav #site-location {
96         color: #888a85;
97         font-size: 0.8em;
98         position: absolute;
99 }
100
101 .error-message {
102         color: #FF0000;
103         font-size: 1.1em;
104         border: 1px solid #FF8888;
105         background-color: #FFEEEE;
106         padding: 10px;
107 }
108
109 .info-message {
110         color: #204a87;
111         font-size: 1.1em;
112         border: 1px solid #3465a4;
113         background-color: #d7e3f1;
114         padding: 10px;
115 }
116
117
118 nav #banner {
119         display: block;
120     margin-top: 14px;
121         position: absolute;
122 }
123 nav #banner #logo-text a {
124         font-size: 40px;
125         font-weight: bold;
126         margin-left: 3px;
127         color: #000000;
128
129 }
130 nav #banner #logo-text a:hover { text-decoration: none; }
131
132
133 .nav-commlink, .nav-login-link {
134     display: block;
135     height: 15px;
136         margin-top: 67px;
137         margin-right: 2px;
138         //padding: 6px 10px;
139        padding: 6px 3px;
140         float: left;
141         bottom: 140px;
142         border: 1px solid #babdb6;
143         border-bottom: 0px;
144         background-color: #aec0d3;
145         color: #565854;         
146         -moz-border-radius: 3px 3px 0px 0px;
147         border-radius: 3px 3px 0px 0px; 
148 }
149 nav .nav-link {
150         float: right;
151         margin: 0.2em 0em;
152         padding: 0em 0.5em;
153         background-color: transparent !important;
154 }
155
156 .nav-commlink.selected {
157         background-color: #ffffff;
158         border-bottom: 1px solid #ffffff;
159         color: #000000 !important;
160         margin-top: 64px;
161         padding-top: 6px;
162         padding-bottom: 8px;
163 }
164 .nav-ajax-left {
165         font-size: 0.8em;
166         float: left;
167         margin-top: 62px;       
168 }
169
170
171 nav #nav-link-wrapper .nav-link {
172         border-right: 1px solid #babdb6;
173 }
174
175 /* aside */
176 aside {
177         display: block;
178         min-height: 112px;
179         width: 200px;
180         margin-left: 10%;
181         padding: 1em;
182         float: left;
183         background-image: url(border.jpg);
184         background-position: top left;
185         background-repeat: no-repeat;
186         position: absolute;
187 }
188
189 #dfrn-request-link {
190         display: block;
191         color: #FFFFFF;
192         -webkit-border-radius: 5px ;
193         -moz-border-radius: 5px;
194         border-radius: 5px;
195         padding: 5px;
196         font-weight: bold;
197         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
198 }
199 #wallmessage-link {
200         display: block;
201         color: #FFFFFF;
202         -webkit-border-radius: 5px ;
203         -moz-border-radius: 5px;
204         border-radius: 5px;
205         padding: 5px;
206         font-weight: bold;
207         background-color: #3465a4;
208 }
209
210 /* section */
211 section {
212         margin: 0px 10%;
213         padding-top: 1em;
214         padding-left: 250px;
215         padding-right: 1em;
216         display: block;
217         background-color: #ffffff;
218         background-image: url(border.jpg);
219         background-position: top right;
220         background-repeat: no-repeat;
221         min-height: 112px;
222         
223 }
224 .tabs {
225         height: 27px;
226         background-image: url(head.jpg);
227         background-repeat: repeat-x;    
228         background-position: 0px -20px;
229         border-bottom: 1px solid #babdb6;
230         padding:0px;
231 }
232 .tabs li { margin: 0px; list-style: none; }
233 .tab {
234         display:block;
235         float:left;
236         padding: 0.4em;
237         //margin-right: 1em;
238         margin-right: 3px ;
239 }
240 .tab.active {
241         font-weight: bold;
242         
243 }
244
245
246 /* footer */
247 footer {
248     display: none;
249
250 }
251
252 .birthday-today, .event-today {
253         font-weight: bold;
254 }
255
256 div.wall-item-content-wrapper.shiny {
257   background-image: url('shiny.png');
258   background-position: -5px 30px;
259   background-repeat:no-repeat;
260 }
261
262 .preview {
263         background: #FFFFC8;
264 }
265
266 #theme-preview {
267         margin: 15px 0 15px 150px;
268 }
269
270 /* from default */
271 #jot-perms-icon, 
272 #profile-location,
273 #profile-nolocation,
274 #profile-youtube, 
275 #profile-video, 
276 #profile-audio,
277 #profile-link,
278 #profile-title, 
279 #wall-image-upload,
280 #wall-file-upload,
281 #profile-upload-wrapper,
282 #wall-image-upload-div,
283 #wall-file-upload-div,
284 .hover, .focus {
285         cursor: pointer;
286 }
287
288 #jot-perms-icon {
289         float: left;
290 }
291
292 #jot-title, #jot-category {
293         border: 0px;
294         margin: 0px;
295         height: 20px;
296         width: 530px;
297         margin-bottom: 5px;
298         font-weight: bold;
299         border: 1px solid #ffffff;
300 }
301
302 #jot-title::-webkit-input-placeholder{font-weight: normal;}
303 #jot-category::-webkit-input-placeholder{font-weight: normal;}
304 #jot-title:-moz-placeholder{font-weight: normal;}
305 #jot-category:-moz-placeholder{font-weight: normal;}
306                 
307         
308 #jot-title:hover,
309 #jot-title:focus,
310 #jot-category:hover,
311 #jot-category:focus {
312         border: 1px solid #cccccc; 
313 }
314
315 .jothidden { display:none; }
316
317
318 .fakelink, .fakelink:visited, .fakelink:link {
319         color: #3465a4;
320         text-decoration: none;
321         cursor: pointer;
322         margin-top: 15px;
323         margin-bottom: 15px;
324 }
325 .lockview {
326         cursor: pointer;
327 }
328
329 #group-sidebar {
330         margin-bottom: 10px;
331 }
332
333 .group-selected, .nets-selected, .fileas-selected, .categories-selected {
334         padding: 3px;
335         -moz-border-radius: 3px;
336         border-radius: 3px;     
337         border: 1px solid #CCCCCC;
338         background: #F8F8F8;
339         font-weight: bold;
340 }
341
342 .settings-widget .selected {
343         padding: 3px;
344         -moz-border-radius: 3px;
345         border-radius: 3px;     
346         border: 1px solid #CCCCCC;
347         background: #F8F8F8;
348         font-weight: bold;
349 }
350
351 .fakelink:hover {
352         color: #3465a4;
353         text-decoration: underline;
354         cursor: pointer;
355 }
356 .smalltext {
357         font-size: 0.7em;
358 }
359 #sysmsg {
360         /*width: 600px;*/
361         margin-bottom: 10px;
362 }
363
364 #register-fill-ext {
365         margin-bottom: 25px;
366 }
367
368 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
369         float: left;
370         width: 350px;
371         margin-top: 10px;
372 }
373
374 #register-name, #register-email, #register-nickname {
375         float: left;
376         margin-top: 10px;
377         width: 150px;
378 }
379
380 #register-openid {
381         float: left;
382         margin-top: 10px;
383         width: 130px;
384 }
385
386 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
387         clear: both;
388 }
389
390 #register-nickname-desc {
391         margin-top: 30px;
392         width: 650px;
393 }
394 #register-sitename {
395         float: left;
396         margin-top: 10px;
397 }
398
399 #register-submit-button {
400         margin-top: 10px;
401 }
402
403
404 #login_standard {
405         width: 210px;
406         float: left;
407 }
408 #login_openid {
409         width: 210px;
410         margin-left: 250px;
411 }
412
413 #login_standard input,
414 #login_openid input {
415         width: 180px;
416 }
417
418 #login-extra-links {
419         clear: both;
420 }
421
422 #register-link, #lost-password-link {
423         float: left;
424         font-size: 80%;
425         margin-right: 15px;
426 }
427
428 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
429         height: 50px;
430 }
431
432 #login-submit-button {
433 /*      margin-top: 10px; */
434         margin-left: 200px;
435 }
436
437
438 input#dfrn-url {
439         float: left;
440         background: url(friendika-16.png) no-repeat;
441         background-position: 2px center;
442         font-size: 17px;
443         padding-left: 21px;
444         height: 21px;
445         background-color: #FFFFFF;
446         color: #000000;
447         margin-bottom: 20px;
448 }
449
450 #dfrn-url-label {
451         float: left;
452         width: 250px;
453 }
454
455 #dfrn-request-url-end {
456         clear: both;
457 }
458
459 #knowyouyes, #knowyouno {
460         float: left;
461 }
462
463 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
464
465         float: none;
466 }
467 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
468         float: left;
469         width: 75px;
470         margin-left: 50px;
471         margin-bottom: 7px;
472 }
473 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
474         clear: both;
475
476 }
477
478 #dfrn-request-message-wrapper {
479         margin-bottom: 50px;
480 }
481 #dfrn-request-submit-wrapper {
482         clear: both;
483         margin-left: 50px;
484 }
485
486 #dfrn-request-info-wrapper {
487         margin-left: 50px;
488 }
489
490
491
492 #cropimage-wrapper, #cropimage-preview-wrapper {
493         float: left;
494         padding: 30px;
495 }
496
497 #crop-image-form {
498         margin-top: 30px;
499         clear: both;
500 }
501
502 .intro-wrapper {
503         margin-top: 20px;
504 }
505
506 .intro-fullname {
507         font-size: 1.1em;
508         font-weight: bold;
509
510 }
511 .intro-desc {
512         margin-bottom: 20px;
513         font-weight: bold;
514 }
515
516 .intro-note {
517         padding: 10px;
518 }
519
520 .intro-end {
521         padding: 30px;
522 }
523
524 .intro-form {
525         float: left;
526 }
527 .intro-approve-form {
528         clear: both;
529 }
530 .intro-approve-as-friend-end {
531         clear: both;
532 }
533 .intro-submit-approve, .intro-submit-ignore {
534         margin-right: 20px;
535 }
536 .intro-submit-approve {
537         margin-top: 15px;
538 }
539
540 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
541         float: left;
542         width: 100px;
543         margin-left: 20px;
544 }
545 .intro-approve-as-friend, .intro-approve-as-fan {
546         float: left;
547 }
548 .intro-form-end {
549         clear: both;
550 }
551 .intro-approve-as-friend-desc {
552         margin-top: 15px;
553 }
554 .intro-approve-as-end {
555         clear: both;
556         margin-bottom: 10px;
557 }
558
559 .intro-end {
560         clear: both;
561         margin-bottom: 30px;
562 }
563
564 #profile-vcard-break {
565         clear: both;
566 }
567 #profile-extra-links {
568         clear: both;
569         margin-top: 10px;
570 }
571
572 #profile-extra-links ul {
573         list-style-type: none;
574         padding: 0px;
575 }
576
577
578 #profile-extra-links li {
579         margin-top: 5px;
580 }
581
582 #profile-edit-links ul {
583         list-style-type: none;
584 }
585
586 #profile-edit-links li {
587         margin-top: 10px;
588 }
589 .profile-edit-side-div {
590         float: right;
591 }
592 .profile-edit-side-link {
593         opacity: 0.3;
594         filter:alpha(opacity=30);
595 }
596 .profile-edit-side-link:hover {
597         opacity: 1.0;
598         filter:alpha(opacity=100);
599 }
600
601 .view-contact-wrapper {
602         margin-top: 20px;
603         float: left;
604         margin-left: 20px;
605         width: 180px;
606 }
607
608 .contact-wrapper {
609         float: left;
610         width: 150px;
611         height: 150px;
612         overflow: auto;
613 }
614
615 #view-contact-end {
616         clear: both;
617 }
618
619
620 #viewcontacts {
621         margin-top: 15px;
622 }
623 #profile-edit-default-desc {
624         color: #FF0000;
625         border: 1px solid #FF8888;
626         background-color: #FFEEEE;
627         padding: 7px;
628 }
629
630 #profile-edit-clone-link-wrapper {
631         float: left;
632         margin-left: 50px;
633         margin-bottom: 20px;
634         width: 300px;
635 }
636
637
638 #profile-edit-links-end {
639         clear: both;
640         margin-bottom: 15px;
641 }
642
643 .profile-listing-photo {
644         border: none;
645 }
646
647 .profile-edit-submit-wrapper {
648         margin-top: 20px;
649         margin-bottom: 20px;
650 }
651
652 #profile-photo-link-select-wrapper {
653         margin-top: 2em;
654 }
655
656 #profile-photo-submit-wrapper {
657         margin-top: 10px;
658 }
659
660 #profile-photo-wrapper img {
661         width:175px;
662         height:175px;
663         padding: 12px;
664 }
665
666 #profile-edit-profile-name-label,
667 #profile-edit-name-label,
668 #profile-edit-pdesc-label,
669 #profile-edit-gender-label,
670 #profile-edit-dob-label,
671 #profile-edit-address-label,
672 #profile-edit-locality-label,
673 #profile-edit-region-label,
674 #profile-edit-postal-code-label,
675 #profile-edit-country-name-label,
676 #profile-edit-marital-label,
677 #profile-edit-sexual-label,
678 #profile-edit-politic-label,
679 #profile-edit-religion-label,
680 #profile-edit-pubkeywords-label,
681 #profile-edit-prvkeywords-label,
682 #profile-edit-homepage-label,
683 #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 .vevent .event-description, .vevent .event-location {
2428         margin-left: 10px;
2429         margin-right: 10px;
2430 }
2431 .vevent .event-start {
2432         margin-left: 10px;
2433         margin-right: 10px;
2434 }
2435
2436 #new-event-link {
2437         margin-bottom: 10px;
2438 }
2439
2440 .edit-event-link, .plink-event-link {
2441         float: left;
2442         margin-top: 4px;
2443         margin-right: 4px;
2444         margin-bottom: 15px;
2445 }
2446
2447 .event-description:before {
2448         content: url('../../../images/calendar.png');
2449         margin-right: 15px;
2450 }
2451
2452 .event-start, .event-end {
2453         margin-left: 10px;
2454         width: 330px;
2455         clear: both;
2456 }
2457
2458 .event-start .dtstart, .event-end .dtend {
2459         float: right;
2460 }
2461
2462 .event-list-date {
2463         margin-bottom: 10px;
2464 }
2465
2466 .prevcal, .nextcal {
2467         float: left;
2468         margin-left: 32px;
2469         margin-right: 32px;
2470         margin-top: 64px;
2471 }
2472 .event-calendar-end {
2473         clear: both;
2474 }
2475
2476  
2477 .calendar {
2478         font-family: Courier, monospace;
2479 }
2480 .today {
2481         font-weight: bold;
2482         color: #FF0000;
2483 }
2484
2485 .settings-block {
2486         border: 1px solid #AAA;
2487         margin: 10px;
2488         padding: 10px;
2489 }
2490
2491 .app-title {
2492         margin: 10px;
2493 }
2494
2495 #identity-manage-desc {
2496         margin-top:15px;
2497         margin-bottom: 15px;
2498 }
2499
2500 #identity-manage-choose {
2501         margin-bottom: 15px;
2502 }
2503
2504 #identity-submit {
2505         margin-top: 20px;
2506 }
2507
2508 #photo-prev-link, #photo-next-link {
2509         padding: 10px;
2510         float: left;
2511 }
2512
2513 #photo-photo {
2514         float: left;
2515 }
2516
2517 #photo-photo-end {
2518         clear: both;
2519 }
2520
2521 .profile-match-photo {
2522         float: left;
2523         text-align: center;
2524         width: 120px;
2525 }
2526
2527 .profile-match-name {
2528         float: left;
2529         text-align: center;
2530         width: 120px;
2531         overflow: hidden;
2532 }
2533
2534 .profile-match-break,
2535 .profile-match-end {
2536         clear: both;
2537 }
2538
2539 .profile-match-connect {
2540         text-align: center;
2541         font-weight: bold;
2542 }
2543
2544 .profile-match-wrapper {
2545         float: left;
2546         padding: 10px;
2547         width: 120px;
2548         height: 120px;
2549         scroll: auto;
2550 }
2551 #profile-match-wrapper-end {
2552         clear: both;
2553 }
2554 .side-link {
2555         margin-bottom: 15px;
2556 }
2557
2558 #language-selector {
2559         position: absolute;
2560         top: 0px;
2561         left: 16px;
2562 }
2563
2564 #group-members {
2565         margin-top: 20px;
2566         padding: 10px;
2567         height: 250px;
2568         overflow: auto;
2569         border: 1px solid #ddd;
2570 }
2571
2572 #group-members-end {
2573         clear: both;
2574 }
2575
2576 #group-separator {
2577         margin-top: 10px;
2578         margin-bottom: 10px;
2579 }
2580
2581 #group-all-contacts {
2582         padding: 10px;
2583         height: 450px;
2584         overflow: auto;
2585         border: 1px solid #ddd;
2586 }
2587
2588 #group-all-contacts-end {
2589         clear: both;
2590         margin-bottom: 10px;
2591 }
2592
2593 #group-edit-desc {
2594         margin-top: 15px;
2595 }
2596
2597
2598 #prof-members {
2599         margin-top: 20px;
2600         padding: 10px;
2601         height: 250px;
2602         overflow: auto;
2603         border: 1px solid #ddd;
2604 }
2605
2606 #prof-members-end {
2607         clear: both;
2608 }
2609
2610 #prof-separator {
2611         margin-top: 10px;
2612         margin-bottom: 10px;
2613 }
2614
2615 #prof-all-contacts {
2616         padding: 10px;
2617         height: 450px;
2618         overflow: auto;
2619         border: 1px solid #ddd;
2620 }
2621
2622 #prof-all-contacts-end {
2623         clear: both;
2624         margin-bottom: 10px;
2625 }
2626
2627 #prof-edit-desc {
2628         margin-top: 15px;
2629 }
2630
2631 #crepair-name-label,
2632 #crepair-nick-label,
2633 #crepair-attag-label,
2634 #crepair-url-label,
2635 #crepair-request-label,
2636 #crepair-confirm-label,
2637 #crepair-notify-label,
2638 #crepair-photo-label,
2639 #crepair-poll-label {
2640         float: left;
2641         width: 200px;
2642         margin-bottom: 15px;
2643 }
2644
2645 #crepair-name,
2646 #crepair-nick,
2647 #crepair-attag,
2648 #crepair-url,
2649 #crepair-request,
2650 #crepair-confirm,
2651 #crepair-notify,
2652 #crepair-photo,
2653 #crepair-poll {
2654         float: left;
2655         width: 300px;
2656 }
2657
2658
2659 #netsearch-box {
2660         margin-top: 20px;       
2661 }
2662
2663 #netsearch-box #search-submit {
2664         margin: 5px 0px 0px 0px;
2665 }
2666
2667 .required {
2668         color: #FF0000;
2669 }
2670
2671 #event-start-text, #event-finish-text {
2672         margin-top: 10px;
2673         margin-bottom: 5px;
2674 }
2675
2676 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2677         float: left;
2678 }
2679 #event-datetime-break {
2680         margin-bottom: 10px;
2681 }
2682
2683 #event-nofinish-break, #event-adjust-break {
2684         clear: both;
2685 }
2686
2687 #event-desc-text, #event-location-text {
2688         margin-top: 10px;
2689         margin-bottom: 5px;
2690 }
2691 #event-submit {
2692         margin-top: 10px;
2693 }
2694
2695 .body-tag, .filesavetags, .categorytags {
2696         opacity: 0.5;
2697         filter:alpha(opacity=50);
2698 }
2699
2700 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2701         opacity: 1.0 !important;
2702         filter:alpha(opacity=100) !important;
2703 }
2704
2705 .item-select {
2706         opacity: 0.1;
2707         filter:alpha(opacity=10);
2708         float: right;
2709         margin-right: 10px;
2710
2711 }
2712 .item-select:hover, .checkeditem {
2713         opacity: 1;
2714         filter:alpha(opacity=100);
2715 }
2716
2717
2718 #item-delete-selected {
2719         margin-top: 30px;
2720 }
2721
2722 #item-delete-selected-end {
2723         clear: both;
2724 }
2725 #item-delete-selected-icon, #item-delete-selected-desc {
2726         float: left;
2727         margin-right: 5px;
2728 }
2729 #item-delete-selected-desc:hover {
2730         text-decoration: underline;
2731 }
2732
2733 #lang-select-icon {
2734         cursor: pointer;
2735         position: absolute;
2736         left: 0px;
2737         top: 0px;
2738         opacity: 0.2;
2739         filter:alpha(opacity=20);
2740 }
2741
2742 #lang-select-icon:hover {
2743         opacity: 1;
2744         filter:alpha(opacity=100);
2745 }
2746
2747 .notif-image {
2748         height: 80px;
2749         width: 80px;
2750         margin-right: 15px;
2751 }
2752 .notification-listing-end {
2753         clear: both;
2754         margin-bottom: 15px;
2755 }
2756
2757
2758
2759 /**
2760  * Plugins settings
2761  */
2762
2763 .settings-block > h3,
2764 .settings-heading {
2765         border-bottom: 1px solid #babdb6;
2766 }
2767  
2768
2769 /**
2770  * Form fields
2771  */
2772 .field {
2773         margin-bottom: 10px;
2774         padding-bottom: 10px;
2775         overflow: auto;
2776         width: 100%
2777 }
2778
2779 .field label {
2780         float: left;
2781         width: 200px;
2782 }
2783
2784 .field input,
2785 .field textarea {
2786         width: 400px;
2787 }
2788 .field textarea { height: 100px; }
2789 .field_help {
2790         display: block;
2791         margin-left: 200px;
2792         color: #666666;
2793         
2794 }
2795
2796
2797 .field .onoff {
2798         float: left;
2799         width: 80px;
2800 }
2801 .field .onoff a {
2802         display: block;
2803         border:1px solid #666666;
2804         background-image:url("../../../images/onoff.jpg");
2805         background-repeat: no-repeat;
2806         padding: 4px 2px 2px 2px;
2807         height: 16px;
2808         text-decoration: none;
2809 }
2810 .field .onoff .off {
2811         border-color:#666666;
2812         padding-left: 40px;
2813         background-position: left center;
2814         background-color: #cccccc;
2815         color: #666666;
2816         text-align: right;
2817 }
2818 .field .onoff .on {
2819         border-color:#204A87;
2820         padding-right: 40px;
2821         background-position: right center;
2822         background-color: #D7E3F1;
2823         color: #204A87;
2824         text-align: left;
2825 }
2826 .hidden { display: none!important; }
2827
2828 .field.radio .field_help { margin-left: 0px; }
2829
2830 /**
2831  * ADMIN
2832  */
2833 #pending-update {
2834         float:right;
2835         color: #ffffff;
2836         font-weight: bold;
2837         background-color: #FF0000;
2838         padding: 0em 0.3em;
2839         
2840 }
2841 #adminpage dl {
2842         clear: left;
2843         margin-bottom: 2px;
2844         padding-bottom: 2px;
2845         border-bottom: 1px solid black;
2846 }
2847 #adminpage dt {
2848         width: 200px;
2849         float: left;
2850         font-weight: bold;
2851 }
2852 #adminpage dd {
2853         margin-left: 200px;
2854 }
2855
2856 #adminpage h3 {
2857         border-bottom: 1px solid #cccccc;
2858 }
2859 #adminpage .field label {
2860         font-weight: bold;
2861 }
2862 #adminpage .submit {
2863         clear:left;
2864         text-align: right;
2865 }
2866
2867 #adminpage #pluginslist {
2868         margin: 0px; padding: 0px;
2869 }
2870 #adminpage .plugin {
2871         list-style: none;
2872         display: block;
2873         border: 1px solid #888888;
2874         padding: 1em;
2875         margin-bottom: 5px;
2876         clear: left;
2877 }
2878 #adminpage .plugin .desc { margin-left: 2.5em;}
2879 #adminpage .toggleplugin {
2880         float:left;
2881         margin-right: 1em;
2882 }
2883
2884 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2885 #adminpage table th { text-align: left;}
2886 #adminpage td .icon { float: left;}
2887 #adminpage table#users img { width: 16px; height: 16px; }
2888 #adminpage table tr:hover { background-color: #bbc7d7; }
2889 #adminpage .selectall { text-align: right; }
2890
2891 /*
2892  * UPDATE
2893  */
2894 .popup {        
2895         width: 100%; height: 100%;
2896         top:0px; left:0px;
2897         position: absolute;
2898         display: none;
2899 }
2900
2901 .popup .background {
2902         background-color: rgba(0,0,0,128);
2903         opacity: 0.5;
2904         width: 100%; height: 100%;
2905         position: absolute;
2906         top:0px; left:0px;
2907 }
2908 .popup .panel {
2909         top:25%;left:25%;width:50%;height:50%;
2910         padding: 1em;
2911         position: absolute;
2912         border: 4px solid #000000;
2913         background-color: #FFFFFF;
2914 }
2915 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2916 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2917 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2918 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2919 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2920
2921 /**
2922  * OAuth
2923  */
2924 .oauthapp {
2925         height: auto; overflow: auto;
2926         border-bottom: 2px solid #cccccc;
2927         padding-bottom: 1em;
2928         margin-bottom: 1em;     
2929 }
2930 .oauthapp img {
2931         float: left;
2932         width: 48px; height: 48px;
2933         margin: 10px;
2934 }
2935 .oauthapp img.noicon {
2936         background-image: url("../../../images/icons/48/plugin.png");
2937         background-position: center center;
2938         background-repeat: no-repeat;
2939 }
2940 .oauthapp a {
2941         float: left;
2942 }
2943
2944 /**
2945  * ICONS
2946  */
2947 .iconspacer {
2948         display: block; width: 16px; height: 16px;
2949 }
2950
2951 .icon {
2952         display: block; width: 16px; height: 16px;
2953         background-image: url('../../../images/icons.png');
2954 }
2955 .article { background-position: 0px 0px;}
2956 .audio { background-position: -16px 0px;}
2957 .block { background-position: -32px 0px;}
2958 .drop { background-position: -48px 0px;}
2959 .drophide { background-position: -64px 0px;}
2960 .edit { background-position: -80px 0px;}
2961 .camera { background-position: -96px 0px;}
2962 .dislike { background-position: -112px 0px;}
2963 .like { background-position: -128px 0px;}
2964 .link { background-position: -144px 0px;}
2965
2966 .globe { background-position: 0px -16px;}
2967 .noglobe { background-position: -16px -16px;}
2968 .no { background-position: -32px -16px;}
2969 .pause { background-position: -48px -16px;}
2970 .play { background-position: -64px -16px;}
2971 .pencil { background-position: -80px -16px;}
2972 .small-pencil { background-position: -96px -16px;}
2973 .recycle { background-position: -112px -16px;}
2974 .remote-link { background-position: -128px -16px;}
2975 .share { background-position: -144px -16px;}
2976
2977 .tools { background-position: 0px -32px;}
2978 .lock { background-position: -16px -32px;}
2979 .unlock { background-position: -32px -32px;}
2980 .video { background-position: -48px -32px;}
2981 .youtube { background-position: -64px -32px;}
2982 .attach { background-position: -80px -32px; }
2983 .language { background-position: -96px -32px; }
2984 .prev { background-position: -112px -32px; }
2985 .next { background-position: -128px -32px; }
2986 .on { background-position: -144px -32px; }
2987
2988 .off { background-position: 0px -48px; }
2989 .starred { background-position: -16px -48px; }
2990 .unstarred { background-position: -32px -48px; }
2991 .tagged { background-position: -48px -48px; }
2992 .yellow { background-position: -64px -48px; }
2993
2994
2995 .filer-icon {
2996         display: block; width: 16px; height: 16px;
2997         background-image: url('file.gif');
2998 }
2999
3000 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3001 [class^="comment-edit-bb"] {
3002         list-style: none;
3003         display: none;
3004         margin: 0px 0 -5px 60px;
3005         width: 75%;
3006 }
3007 [class^="comment-edit-bb"] > li {
3008         display: inline-block;
3009         margin: 10px 10px 0 0;
3010         visibility: none;
3011 }
3012 [class^="comment-edit-bb-end"] {
3013         clear: both;
3014 }
3015 .editicon {
3016     display: inline-block;
3017     width: 16px;
3018     height: 16px;
3019     background-image: url(bbedit.png);
3020         background-color: #fff;
3021     text-decoration: none;
3022 }
3023 .editicon:hover {
3024         background-color: #ccc;
3025 }
3026 .boldbb {
3027         background-position: 0px 0px;
3028 }
3029 .boldbb:hover {
3030         background-position: 0px -16px;
3031 }
3032 .italicbb {
3033         background-position: -16px 0px;
3034 }
3035 .italicbb:hover {
3036         background-position: -16px -16px;
3037 }
3038 .underlinebb {
3039         background-position: -32px 0px;
3040 }
3041 .underlinebb:hover {
3042         background-position: -32px -16px;
3043 }
3044 .quotebb {
3045         background-position: -48px 0px;
3046 }
3047 .quotebb:hover {
3048         background-position: -48px -16px;
3049 }
3050 .codebb {
3051         background-position: -64px 0px;
3052 }
3053 .codebb:hover {
3054         background-position: -64px -16px;
3055 }
3056 .imagebb {
3057         background-position: -80px 0px;
3058 }
3059 .imagebb:hover {
3060         background-position: -80px -16px;
3061 }
3062 .urlbb {
3063         background-position: -96px 0px;
3064 }
3065 .urlbb:hover {
3066         background-position: -96px -16px;
3067 }
3068 .videobb {
3069         background-position: -112px 0px;
3070 }
3071 .videobb:hover {
3072         background-position: -112px -16px;
3073 }
3074
3075 .attachtype {
3076         display: block; width: 20px; height: 23px;
3077         float: left;
3078         background-image: url('../../../images/content-types.png');
3079 }
3080
3081 .body-attach {
3082         margin-top: 10px;
3083 }
3084
3085 .type-video { background-position: 0px 0px; }
3086 .type-image { background-position: -20px 0px; }
3087 .type-audio { background-position: -40px 0px; }
3088 .type-text  { background-position: -60px 0px; }
3089 .type-unkn  { background-position: -80px 0px; }
3090
3091
3092 /* autocomplete popup */
3093 .acpopup {
3094         max-height:150px;
3095         background-color:#ffffff;
3096         overflow:auto;
3097         z-index:100000;
3098         border:1px solid #cccccc;
3099 }
3100 .acpopupitem {
3101         background-color:#ffffff; padding: 4px;
3102         clear:left;
3103 }
3104 .acpopupitem img {
3105         float: left;
3106         margin-right: 4px;
3107 }
3108
3109 .acpopupitem.selected {
3110         color: #FFFFFF; background: #3465A4;
3111 }
3112
3113 /* popup notifications */
3114 div.jGrowl div.notice {
3115   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3116   color: #ffffff;
3117   padding-left: 58px;
3118 }
3119 div.jGrowl div.info {
3120   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3121   color: #ffffff;
3122   padding-left: 58px;
3123 }
3124 #jGrowl.top-right {
3125         top: 15px;
3126         right: 15px;
3127 }
3128 .qcomment {
3129         border: 1px solid #EEE;
3130         padding: 3px;
3131         margin-top: 15px;
3132         margin-left: 25px;
3133         width: 125px;
3134         overflow-y: auto;
3135 }
3136
3137
3138 .qcomment option {
3139         width: 125px;
3140         overflow-x: hidden;
3141 }
3142
3143 .qcomment {
3144         opacity: 0.3;
3145         filter:alpha(opacity=30);
3146 }
3147 .qcomment:hover {
3148         opacity: 1.0;
3149         filter:alpha(opacity=100);
3150 }
3151
3152 /* notifications popup menu */
3153 .nav-notify {
3154         display: none;
3155         position: absolute;
3156         font-size: 10px;
3157         padding: 1px 3px;
3158         top: 0px;
3159         right: -10px;
3160         min-width: 15px;
3161         text-align: right;
3162 }
3163 .nav-notify.show {
3164         display: block;
3165 }
3166 ul.menu-popup {
3167         position: absolute;
3168         display: none;
3169         width: 10em;
3170         margin: 0px;
3171         padding: 0px;
3172         list-style: none;
3173         z-index: 100000;
3174         top: 90px;
3175         left: 400px;
3176 }
3177 #nav-notifications-menu {
3178         width: 320px;
3179         max-height: 400px;
3180         overflow-y: scroll;overflow-style:scrollbar;
3181         background-color:#FFFFFF;
3182         -moz-border-radius: 5px;
3183         -webkit-border-radius: 5px;
3184         border-radius:5px;
3185         border: 1px solid #888;
3186 }
3187 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3188 #nav-notifications-menu img { float: left; margin-right: 5px; }
3189 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3190 #nav-notifications-menu li {
3191         padding: 7px 0px 7px 10px;
3192         word-wrap:normal;
3193         border-bottom: 1px solid #000;
3194 }
3195
3196 #nav-notifications-menu li:hover {
3197
3198 }
3199
3200 #nav-notifications-menu a:hover {
3201         text-decoration: underline;
3202 }
3203
3204 .notif-item a {
3205         color: #000000;
3206 }
3207
3208 .notif-item a:hover {
3209         text-decoration: underline;
3210 }
3211
3212 .notif-image {
3213         width: 32px;
3214         height: 32px;
3215         padding: 7px 7px 0px 0px;
3216 }
3217
3218 .notify-seen {
3219         background: #DDDDDD;
3220 }
3221
3222 #id_term_label {
3223         width:75px;
3224 }
3225 #id_term {
3226         width:100px;
3227 }
3228
3229 #recip {
3230         
3231 }
3232 .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; }
3233 .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; }
3234 .autocomplete .selected { background:#F0F0F0; }
3235 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3236
3237 #datebrowse-sidebar select {
3238         margin-left: 25px;
3239 }