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