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