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