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