]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
Merge pull request #1622 from rabuzarus/albums_widget
[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 #sidebar-group-list ul {
2319         list-style-type: none;
2320 }
2321
2322 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2323         display: inline-block;
2324         height: 12px;
2325         width: 12px;
2326 }
2327
2328 #sidebar-group-list li {
2329         margin-top: 10px;
2330 }
2331
2332 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2333         list-style-type: none;
2334 }
2335
2336 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2337         margin-top: 10px;
2338 }
2339
2340 .nets-link {
2341         margin-left: 24px;
2342 }
2343 .nets-all {
2344         margin-left: 42px;
2345 }
2346
2347 .fileas-link, .categories-link {
2348         margin-left: 24px;
2349 }
2350
2351 .fileas-all, .categories-all {
2352         margin-left: 0px;
2353 }
2354
2355 #search-save {
2356         margin-left: 5px;
2357 }
2358 .groupsideedit {
2359         margin-right: 10px;
2360 }
2361 #saved-search-ul {
2362         list-style-type: none;
2363 }
2364 .savedsearchdrop, .savedsearchterm {
2365         float: left;
2366         margin-top: 10px;
2367 }
2368 .savedsearchterm {
2369         margin-left: 10px;
2370 }
2371
2372
2373 #side-follow-wrapper {
2374         margin-top: 20px;
2375 }
2376 #side-follow-url, #side-peoplefind-url {
2377         margin-top: 5px;
2378 }
2379 #side-follow-submit, #side-peoplefind-submit {
2380         margin-top: 15px;
2381 }
2382
2383 #side-match-link {
2384         margin-top: 10px;
2385 }
2386
2387 aside input[type='text'] {
2388  width: 174px;
2389 }
2390
2391 .widget {
2392         border: 1px solid #DDDDDD;
2393         padding: 1em 2em;
2394         margin-top: 5px;
2395         -moz-border-radius:5px;
2396         -webkit-border-radius:5px;
2397         border-radius:5px;
2398
2399 }
2400
2401
2402 /*.photos {
2403         height: auto;
2404         overflow: auto;
2405 }*/
2406
2407 .photos-end {
2408         clear: both;
2409         margin-bottom: 25px;
2410 }
2411
2412 .photo-album-image-wrapper {
2413         float: left;
2414         margin-top: 15px;
2415         margin-right: 15px;
2416         margin-left: 15px;
2417 /*      width: 200px; height: 200px; 
2418         overflow: hidden; 
2419         position: relative; */
2420 }
2421 .photo-album-image-wrapper .caption {
2422         display: none; 
2423         width: 100%;
2424 /*      position: absolute; */
2425         bottom: 0px; 
2426         padding: 0.5em 0.5em 0px 0.5em;
2427         background-color: rgba(245, 245, 255, 0.8);
2428         border-bottom: 2px solid #CCC;
2429         margin: 0px;
2430 }
2431 .photo-album-image-wrapper a:hover .caption {
2432         display:block;
2433 }
2434
2435 #photo-album-end {
2436         clear: both;
2437         margin-bottom: 25px;
2438 }
2439
2440 .photo-top-image-wrapper {
2441 /*      position: relative; 
2442         float: left;*/
2443         display: inline-block;
2444         vertical-align: top;
2445         margin-top: 15px;
2446         margin-right: 15px;
2447         margin-left: 15px;
2448         margin-bottom: 15px;
2449 /*      width: 200px; height: 200px; 
2450         overflow: hidden; */
2451 }
2452 .photo-album-image-wrapper img, .photo-top-image-wrapper img {
2453         max-width: 225px;
2454         padding: 5px;
2455
2456         box-shadow: 0 0 10px #000;
2457         -moz-box-shadow: 0 0 10px #000;
2458         -webkit-box-shadow: 0 0 10px #000;
2459 }
2460 .photo-top-album-name {
2461         width: 100%;
2462         min-height: 2em;
2463 /*      position: absolute;  */
2464         bottom: 0px; 
2465         padding: 0px 3px;
2466         padding-top: 0.5em;
2467         background-color: rgb(255, 255, 255);
2468 }
2469 #photo-top-end {
2470         clear: both;
2471 }
2472
2473 #photo-top-links {
2474         margin-bottom: 30px;
2475         margin-left: 30px;
2476 }
2477
2478 #photos-upload-form {
2479         padding-left: 90px;
2480 }
2481
2482 #photos-upload-newalbum-div {
2483         float: left;
2484         width: 175px;
2485         margin-top: 30px;
2486 }
2487
2488 #photos-upload-noshare {
2489         margin-bottom: 10px;
2490 }
2491 #photos-upload-existing-album-text {
2492         float: left;
2493         width: 175px;
2494 }
2495 #photos-upload-newalbum {
2496         margin-top: 30px;
2497         float: left;
2498 }
2499 #photos-upload-album-select {
2500         float: left;
2501 }
2502
2503 #photos-upload-spacer {
2504         margin-top: 25px;
2505 }
2506 #photos-upload-new-end, #photos-upload-exist-end {
2507         clear: both;
2508 }
2509 #photos-upload-exist-end {
2510         margin-bottom: 15px;
2511 }
2512 #photos-upload-submit {
2513         margin-top: 15px;
2514         margin-left: 90px;
2515 }
2516
2517 #photos_upload_applet_wrapper {
2518         margin-bottom: 15px;
2519 }
2520
2521 #photos-upload-no-java-message {
2522         margin-bottom: 15px;
2523 }
2524
2525 .video-top-wrapper {
2526         display: inline-block;
2527         vertical-align: top;
2528         margin-top: 15px;
2529         margin-right: 15px;
2530         margin-left: 15px;
2531         margin-bottom: 15px;
2532 }
2533
2534 #profile-jot-desc {
2535         /*float: left;*/
2536         /*width: 480px;*/
2537         width: 100%;
2538         color: #FF0000;
2539         margin-top: 10px;
2540         margin-bottom: 10px;
2541 }
2542
2543 #character-counter {
2544         float: right;
2545         font-size: 120%;
2546 }
2547
2548 #character-counter.grey {
2549         color: #888888;
2550 }
2551
2552 #character-counter.orange {
2553         color: orange;
2554 }
2555 #character-counter.red {
2556         color: red;
2557 }
2558
2559 #profile-jot-banner-end {
2560         /* clear: both; */ 
2561 }
2562
2563 #photos-upload-select-files-text {
2564         margin-top: 15px;
2565         margin-bottom: 15px;
2566 }
2567
2568 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2569         color: #8888FF;
2570         text-decoration: none;
2571         cursor: pointer;
2572 }
2573
2574 #photos-upload-perms-menu:hover {
2575         color: #0000FF;
2576         text-decoration: underline;
2577         cursor: pointer;
2578 }
2579 #settings-default-perms-menu {
2580         margin-top: 15px;
2581         margin-bottom: 15px;
2582 }
2583
2584 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2585         float: left;
2586         width: 150px;
2587 }
2588
2589 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2590         font-weight: 700;
2591 }
2592
2593 #photos-upload-choosefile-outer-wrapper {
2594         margin-top: 35px;
2595         padding-left: 50px;
2596         margin-bottom: 4em;
2597 }
2598 #photos-upload-noshare-div {
2599         margin-top: 0px;
2600         margin-bottom: 15px;
2601 }
2602
2603 #photos-upload-noshare-label {
2604         margin-left: 30px;
2605 }
2606
2607 #photos-upload-noshare {
2608         float: left;
2609         margin-left: 5px;
2610 }
2611
2612 .photo-perms-icon {
2613         float: left;
2614 }
2615
2616 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2617         text-decoration: none;
2618 }
2619
2620 .photo-jot-perms-text {
2621         padding-top: 5px;
2622         padding-left: 25px;
2623 }
2624
2625 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2626         margin-top: 30px;
2627 }
2628 #photos-upload-perms {
2629         margin-top: 15px;
2630         margin-left: 5px;
2631 }
2632
2633 #photo-edit-perms-end {
2634         margin-bottom: 15px;
2635 }
2636
2637 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2638         float: left;
2639         margin-bottom: 25px;
2640 }
2641 .photo-edit-rotate {
2642         margin-left: 20px;
2643 }
2644
2645 #photo-edit-link-wrap {
2646         margin-bottom: 15px;
2647 }
2648 #photo-like-div {
2649         margin-left: 15px;
2650         margin-bottom: 45px;
2651 }
2652
2653 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2654         clear: both;
2655 }
2656
2657 #photo-edit-rotate-end {
2658         margin-bottom: 15px;
2659 }
2660
2661 #photo-edit-delete-button {
2662 /*      margin-left: 270px;*/
2663         float: right;
2664 }
2665 #photos-upload-choose {
2666 /*      position: absolute;
2667         top: 0px;
2668         left: 55px;*/
2669 }
2670 .settings-submit, .profile-edit-submit-button {
2671         margin-bottom: 10px;
2672 }
2673
2674 #photo-edit-end {
2675         margin-bottom: 35px;
2676 }
2677 #photo-caption {
2678         font-size: 110%;
2679         font-weight: bold;
2680         margin-top: 15px;
2681         margin-bottom: 15px;
2682 }
2683
2684 #in-this-photo-text {
2685         color: #0000FF;
2686         margin-left: 30px;
2687 }
2688
2689 #in-this-photo {
2690         margin-left: 60px;
2691         margin-top: 10px;
2692         margin-bottom: 20px;
2693 }
2694
2695 #photo-album-edit-submit, #photo-album-edit-drop {
2696         margin-top: 15px;
2697         margin-bottom: 15px;
2698 }
2699
2700 #photo-album-edit-drop {
2701         margin-left: 200px;
2702 }
2703
2704 .group-delete-wrapper {
2705         float: right;
2706         margin-right: 50px;
2707 }
2708
2709 #install-dbhost-label,
2710 #install-dbuser-label,
2711 #install-dbpass-label,
2712 #install-dbdata-label,
2713 #install-tz-desc {
2714        float: left;
2715        width: 250px;
2716        margin-top: 10px;
2717        margin-bottom: 10px;
2718
2719 }
2720
2721 #install-dbhost,
2722 #install-dbuser,
2723 #install-dbpass,
2724 #install-dbdata {
2725        float: left;
2726        width: 200px;
2727        margin-left: 20px;
2728 }
2729
2730 #install-dbhost-end,
2731 #install-dbuser-end,
2732 #install-dbpass-end,
2733 #install-dbdata-end,
2734 #install-tz-end {
2735        clear: both;
2736 }
2737
2738 #install-form select#timezone_select {
2739        float: left;
2740        margin-top: 18px;
2741        margin-left: 20px;
2742 }
2743
2744 #dfrn-request-networks {
2745         margin-bottom: 30px;
2746 }
2747
2748 #pause {
2749   position: fixed;
2750   bottom: 5px;
2751   right: 5px;
2752 }
2753
2754 .sparkle {
2755         cursor: url('lock.cur'), pointer;
2756 /*      cursor: pointer !important; */
2757 }
2758
2759 .contact-block-div {
2760         float: left;
2761         width: 52px;
2762         height: 52px;
2763 }
2764 .contact-block-textdiv {
2765         float: left;
2766         width: 150px;
2767         height: 34px;
2768 }
2769
2770 #contact-block-end {
2771         clear: both;
2772 }
2773 .contact-block-link {
2774         float: left;
2775 }
2776 .contact-block-img {
2777         width:48px;
2778         height:48px;
2779 }
2780
2781 #tag-remove {
2782         margin-bottom: 15px;
2783 }
2784
2785 #tagrm li {
2786         margin-bottom: 10px;
2787 }
2788
2789 #tagrm-submit, #tagrm-cancel {
2790         margin-top: 25px;
2791 }
2792
2793 #tagrm-cancel {
2794         margin-left: 15px;
2795 }
2796
2797 .wall-item-conv {
2798         margin-top: 5px;
2799         margin-bottom: 25px;
2800 }
2801
2802 #search-submit {
2803         margin-left: 15px;
2804 }
2805
2806 #search-box {
2807         margin-bottom: 25px;
2808 }
2809
2810 .location-label, .gender-label, .marital-label, .homepage-label {
2811         float: left;
2812         text-align: right;
2813         display: block;
2814         width: 65px;
2815 }
2816
2817 .adr, .x-gender, .marital-text, .homepage-url {
2818         float: left;
2819         display: block;
2820         margin-left: 8px;
2821 }
2822
2823 .profile-clear {
2824         clear: both;
2825 }
2826
2827
2828 .clear {
2829         clear: both;
2830 }
2831
2832 .cc-license {
2833         margin-top: 50px;
2834         font-size: 70%;
2835 }
2836
2837
2838 #plugin-settings-link, #account-settings-link {
2839         margin-bottom: 10px;
2840 }
2841
2842 #uexport-link {
2843         margin-bottom: 20px;
2844 }
2845
2846 /* end from default */
2847         
2848
2849 .fn {
2850         padding: 0px 0px 5px 12px;
2851         font-size: 120%;
2852         font-weight: bold;
2853 }
2854
2855 .vcard .title {
2856         margin-bottom: 5px;
2857         margin-left: 12px;
2858 }
2859
2860 .vcard dl {
2861         clear: both;
2862 }
2863
2864 #birthday-title {
2865         float: left;
2866         font-weight: bold;      
2867 }
2868
2869 #birthday-adjust {
2870         float: left;
2871         font-size: 75%;
2872         margin-left: 10px;
2873 }
2874
2875 #birthday-title-end {
2876         clear: both;
2877 }
2878
2879 .birthday-list {
2880         margin-left: 15px;
2881 }
2882
2883 #birthday-wrapper {
2884         margin-bottom: 20px;
2885 }
2886
2887 #network-new-link {
2888         margin-top: 15px;
2889         margin-bottom: 15px;
2890 }
2891
2892
2893 .tool-wrapper {
2894   float: left;
2895   margin-left: 15px;
2896 }
2897
2898 .tool-link {
2899   cursor: pointer;
2900 }
2901
2902 .eventcal {
2903         float: left;
2904         font-size: 20px;
2905 }
2906
2907 #event-summary-text {
2908         margin-top: 15px;
2909 }
2910
2911 #event-share-checkbox {
2912         float: left;
2913         margin-top: 10px;
2914 }
2915
2916 #event-share-text {
2917 /*      float: left;*/
2918         margin-top: 10px;
2919         margin-left: 5px;
2920 }
2921
2922 #event-share-break {
2923         clear: both;
2924         margin-bottom: 10px;
2925 }
2926
2927 #event-summary {
2928         width: 400px;
2929 }
2930
2931 .vevent {
2932         border: 1px solid #CCCCCC;
2933 }
2934
2935 .vevent .event-summary {
2936         margin-left: 10px;
2937         margin-right: 10px;
2938         font-weight: bold;
2939 }
2940
2941 .vevent .event-description, .vevent .event-location {
2942         margin-left: 10px;
2943         margin-right: 10px;
2944 }
2945 .vevent .event-start {
2946         margin-left: 10px;
2947         margin-right: 10px;
2948 }
2949
2950 #new-event-link {
2951         margin-bottom: 10px;
2952 }
2953
2954 .edit-event-link, .plink-event-link {
2955         float: left;
2956         margin-top: 4px;
2957         margin-right: 4px;
2958         margin-bottom: 15px;
2959 }
2960
2961 .event-description:before {
2962         content: url('../../../images/calendar.png');
2963         margin-right: 15px;
2964 }
2965
2966 .event-start, .event-end {
2967         margin-left: 10px;
2968         width: 330px;
2969         clear: both;
2970 }
2971
2972 .event-start .dtstart, .event-end .dtend {
2973         float: right;
2974 }
2975
2976 .event-list-date {
2977         margin-bottom: 10px;
2978 }
2979
2980 .prevcal, .nextcal {
2981         float: left;
2982         margin-left: 32px;
2983         margin-right: 32px;
2984         margin-top: 64px;
2985 }
2986 .event-calendar-end {
2987         clear: both;
2988 }
2989
2990  
2991 .calendar {
2992         font-family: Courier, monospace;
2993 }
2994 .today {
2995         font-weight: bold;
2996         color: #FF0000;
2997 }
2998
2999 .settings-block {
3000         border: 1px solid #AAA;
3001         margin: 10px;
3002         padding: 10px;
3003 }
3004
3005 .app-title {
3006         margin: 10px;
3007 }
3008
3009 #identity-manage-desc {
3010         margin-top:15px;
3011         margin-bottom: 15px;
3012 }
3013
3014 #identity-manage-choose {
3015         margin-bottom: 15px;
3016 }
3017
3018 #identity-submit {
3019         margin-top: 20px;
3020 }
3021
3022 #photo-prev-link, #photo-next-link {
3023         padding: 10px;
3024 }
3025 #photo-nav {
3026         position: relative;
3027         height: 55px;
3028 }
3029
3030 #photo-prev-link {
3031         position: absolute;
3032         left: 5px;
3033 }
3034 #photo-next-link {
3035         position: absolute;
3036         right: 5px;
3037 }
3038
3039 /*#photo-photo {
3040         float: left;
3041 }*/
3042 #photo-photo {
3043         display: block;
3044         margin-left: auto;
3045         margin-right: auto;
3046         margin-bottom: 2em;
3047         text-align: center;
3048 }
3049 #photo-photo img {
3050 /*      max-width: 555px;
3051         margin-left: 5px;*/
3052         max-width: 100%;
3053 }
3054 #photo-photo-end {
3055         clear: both;
3056 }
3057
3058 .profile-match-photo {
3059         float: left;
3060         text-align: center;
3061         width: 120px;
3062 }
3063
3064 .profile-match-name {
3065         float: left;
3066         text-align: center;
3067         width: 120px;
3068         overflow: hidden;
3069 }
3070
3071 .profile-match-break,
3072 .profile-match-end {
3073         clear: both;
3074 }
3075
3076 .profile-match-connect {
3077         text-align: center;
3078         font-weight: bold;
3079 }
3080
3081 .profile-match-wrapper {
3082         display: inline-block;
3083         padding: 10px;
3084         /*width: 120px;
3085         height: 120px;*/
3086         scroll: auto;
3087         margin-bottom: 2em;
3088         vertical-align: top;
3089 }
3090 .profile-match-wrapper .icon.drophide {
3091         margin-left: auto;
3092         margin-right: auto;
3093         margin-top: 1em;
3094 }
3095 #profile-match-wrapper-end {
3096         clear: both;
3097 }
3098 .side-link {
3099         margin-bottom: 15px;
3100 }
3101
3102 #language-selector {
3103         position: absolute;
3104         top: 0px;
3105         left: 16px;
3106 }
3107
3108 #group-members {
3109         margin-top: 20px;
3110         padding: 10px;
3111         height: 250px;
3112         overflow: auto;
3113         border: 1px solid #ddd;
3114 }
3115
3116 #group-members-end {
3117         clear: both;
3118 }
3119
3120 #group-separator {
3121         margin-top: 10px;
3122         margin-bottom: 10px;
3123 }
3124
3125 #group-all-contacts {
3126         padding: 10px;
3127         height: 450px;
3128         overflow: auto;
3129         border: 1px solid #ddd;
3130 }
3131
3132 #group-all-contacts-end {
3133         clear: both;
3134         margin-bottom: 10px;
3135 }
3136
3137 #group-edit-desc {
3138         margin-top: 15px;
3139 }
3140
3141
3142 #prof-members {
3143         margin-top: 20px;
3144         padding: 10px;
3145         height: 250px;
3146         overflow: auto;
3147         border: 1px solid #ddd;
3148 }
3149
3150 #prof-members-end {
3151         clear: both;
3152 }
3153
3154 #prof-separator {
3155         margin-top: 10px;
3156         margin-bottom: 10px;
3157 }
3158
3159 #prof-all-contacts {
3160         padding: 10px;
3161         height: 450px;
3162         overflow: auto;
3163         border: 1px solid #ddd;
3164 }
3165
3166 #prof-all-contacts-end {
3167         clear: both;
3168         margin-bottom: 10px;
3169 }
3170
3171 #prof-edit-desc {
3172         margin-top: 15px;
3173 }
3174
3175 #crepair-name-label,
3176 #crepair-nick-label,
3177 #crepair-attag-label,
3178 #crepair-url-label,
3179 #crepair-request-label,
3180 #crepair-confirm-label,
3181 #crepair-notify-label,
3182 #crepair-photo-label,
3183 #crepair-poll-label {
3184         float: left;
3185         width: 200px;
3186         margin-bottom: 15px;
3187 }
3188
3189 #crepair-name,
3190 #crepair-nick,
3191 #crepair-attag,
3192 #crepair-url,
3193 #crepair-request,
3194 #crepair-confirm,
3195 #crepair-notify,
3196 #crepair-photo,
3197 #crepair-poll {
3198         float: left;
3199         width: 300px;
3200 }
3201
3202
3203 #netsearch-box {
3204         margin-top: 20px;       
3205 }
3206
3207 #netsearch-box #search-submit {
3208         margin: 5px 0px 0px 0px;
3209 }
3210
3211 .required {
3212         color: #FF0000;
3213 }
3214
3215 #event-start-text, #event-finish-text {
3216         margin-top: 10px;
3217         margin-bottom: 5px;
3218 }
3219
3220 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3221         float: left;
3222 }
3223 #event-datetime-break {
3224         margin-bottom: 10px;
3225 }
3226
3227 #event-nofinish-break, #event-adjust-break {
3228         clear: both;
3229 }
3230
3231 #event-desc-text, #event-location-text {
3232         margin-top: 10px;
3233         margin-bottom: 5px;
3234 }
3235 #event-submit {
3236         margin-top: 10px;
3237 }
3238
3239 .filesavetags, .categorytags {
3240         display: block;
3241         clear: left;
3242 }
3243
3244 .body-tag, .filesavetags, .categorytags {
3245         opacity: 0.5;
3246         filter:alpha(opacity=50);
3247 }
3248
3249 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3250         opacity: 1.0 !important;
3251         filter:alpha(opacity=100) !important;
3252 }
3253
3254 .item-select {
3255         opacity: 0.1;
3256         filter:alpha(opacity=10);
3257         float: right;
3258         margin-right: 10px;
3259
3260 }
3261 .item-select:hover, .checkeditem {
3262         opacity: 1;
3263         filter:alpha(opacity=100);
3264 }
3265
3266
3267 #item-delete-selected-top {
3268         margin-top: 30px;
3269         padding-bottom: 1.5em;
3270 }
3271 #item-delete-selected-top-icon, #item-delete-selected-top-desc {
3272         float: left;
3273         margin-right: 5px;
3274 }
3275 #item-delete-selected-top-desc:hover {
3276         text-decoration: underline;
3277 }
3278
3279 #item-delete-selected {
3280         margin-top: 0px;
3281 }
3282
3283 #item-delete-selected-end {
3284         clear: both;
3285 }
3286 #item-delete-selected-icon, #item-delete-selected-desc {
3287         float: left;
3288         margin-right: 5px;
3289 }
3290 #item-delete-selected-desc:hover {
3291         text-decoration: underline;
3292 }
3293
3294 #lang-select-icon {
3295         cursor: pointer;
3296         position: absolute;
3297         left: 0px;
3298         top: 0px;
3299         opacity: 0.2;
3300         filter:alpha(opacity=20);
3301 }
3302
3303 #lang-select-icon:hover {
3304         opacity: 1;
3305         filter:alpha(opacity=100);
3306 }
3307
3308 .notif-image {
3309         height: 80px;
3310         width: 80px;
3311         margin-right: 15px;
3312 }
3313 .notification-listing-end {
3314         clear: both;
3315         margin-bottom: 15px;
3316 }
3317
3318
3319
3320 /**
3321  * Plugins settings
3322  */
3323
3324 .settings-block > h3,
3325 .settings-heading {
3326         border-bottom: 1px solid #babdb6;
3327 }
3328  
3329
3330 /**
3331  * Form fields
3332  */
3333 .field {
3334         margin-bottom: 10px;
3335         padding-bottom: 10px;
3336         overflow: auto;
3337         width: 100%
3338 }
3339 #wrapper_expire.field {
3340         margin-bottom: 3px;
3341         padding-bottom: 3px;
3342 }
3343
3344 .field label {
3345         float: left;
3346         width: 200px;
3347 }
3348 .field.yesno label {
3349         font-weight: 700;
3350 }
3351
3352 .field input,
3353 .field textarea {
3354         width: 400px;
3355 }
3356 .field input[type=checkbox],
3357 .field input[type=radio] {
3358         width: auto;
3359 }
3360 .field textarea { height: 100px; }
3361 .field_help {
3362         display: block;
3363         margin-left: 50px;
3364         color: #666666;
3365         clear: left;
3366 }
3367
3368 .field .onoff {
3369         float: left;
3370         width: 80px;
3371 }
3372 .field .onoff a {
3373         display: block;
3374         border:1px solid #666666;
3375         background-image:url("../../../images/onoff.jpg");
3376         background-repeat: no-repeat;
3377         padding: 4px 2px 2px 2px;
3378         height: 16px;
3379         text-decoration: none;
3380 }
3381 .field .onoff .off {
3382         border-color:#666666;
3383         padding-left: 40px;
3384         background-position: left center;
3385         background-color: #cccccc;
3386         color: #666666;
3387         text-align: right;
3388 }
3389 .field .onoff .on {
3390         border-color:#204A87;
3391         padding-right: 40px;
3392         background-position: right center;
3393         background-color: #D7E3F1;
3394         color: #204A87;
3395         text-align: left;
3396 }
3397 .hidden { display: none!important; }
3398
3399 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3400 .field.radio .field_help { margin-left: 0px; }
3401
3402 /**
3403  * ADMIN
3404  */
3405 #pending-update {
3406         float:right;
3407         color: #ffffff;
3408         font-weight: bold;
3409         background-color: #FF0000;
3410         padding: 0em 0.3em;
3411         
3412 }
3413 #adminpage dl {
3414         clear: left;
3415         margin-bottom: 2px;
3416         padding-bottom: 2px;
3417         border-bottom: 1px solid black;
3418 }
3419 #adminpage dt {
3420         width: 200px;
3421         float: left;
3422         font-weight: bold;
3423 }
3424 #adminpage dd {
3425         margin-left: 200px;
3426 }
3427
3428 #adminpage h3 {
3429         border-bottom: 1px solid #cccccc;
3430 }
3431 #adminpage .field label {
3432         font-weight: bold;
3433 }
3434 #adminpage .submit {
3435         clear:left;
3436         text-align: right;
3437 }
3438
3439 #adminpage #pluginslist {
3440         margin: 0px; padding: 0px;
3441 }
3442 #adminpage .plugin {
3443         list-style: none;
3444         display: block;
3445         border: 1px solid #888888;
3446         padding: 1em;
3447         margin-bottom: 5px;
3448         clear: left;
3449 }
3450 #adminpage .plugin .desc { margin-left: 2.5em;}
3451 #adminpage .toggleplugin {
3452         float:left;
3453         margin-right: 1em;
3454 }
3455
3456 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3457 #adminpage table th { text-align: left;}
3458 #adminpage td .icon, #adminpage td .tool { float: left;}
3459 #adminpage table#users img { width: 16px; height: 16px; }
3460 #adminpage table tr:hover { background-color: #bbc7d7; }
3461 #adminpage .selectall { text-align: right; }
3462
3463 #adminpage .screenshot img {
3464         max-width: 550px;
3465 }
3466
3467 /*
3468  * UPDATE
3469  */
3470 .popup {        
3471         width: 100%; height: 100%;
3472         top:0px; left:0px;
3473         position: absolute;
3474         display: none;
3475 }
3476
3477 .popup .background {
3478         background-color: rgba(0,0,0,128);
3479         opacity: 0.5;
3480         width: 100%; height: 100%;
3481         position: absolute;
3482         top:0px; left:0px;
3483 }
3484 .popup .panel {
3485         top:25%;left:25%;width:50%;height:50%;
3486         padding: 1em;
3487         position: absolute;
3488         border: 4px solid #000000;
3489         background-color: #FFFFFF;
3490 }
3491 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
3492 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3493 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3494 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3495 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3496
3497 /**
3498  * OAuth
3499  */
3500 .oauthapp {
3501         height: auto; overflow: auto;
3502         border-bottom: 2px solid #cccccc;
3503         padding-bottom: 1em;
3504         margin-bottom: 1em;     
3505 }
3506 .oauthapp img {
3507         float: left;
3508         width: 48px; height: 48px;
3509         margin: 10px;
3510 }
3511 .oauthapp img.noicon {
3512         background-image: url("../../../images/icons/48/plugin.png");
3513         background-position: center center;
3514         background-repeat: no-repeat;
3515 }
3516 .oauthapp a {
3517         float: left;
3518 }
3519
3520 /**
3521  * ICONS
3522  */
3523 .iconspacer {
3524         display: block; width: 16px; height: 16px;
3525 }
3526
3527 .icon {
3528         display: block; width: 16px; height: 16px;
3529         background-image: url('../../../images/icons.png');
3530 }
3531 .article { background-position: 0px 0px;}
3532 /*.audio { background-position: -16px 0px;}*/
3533 .icon.audio {
3534         display: block; width: 24px; height: 24px;
3535         background-size: 100% 100%;
3536         background-image: url('images/speaker.png');
3537         background-repeat: no-repeat;
3538 }
3539 .block { background-position: -32px 0px;}
3540 /*.drop { background-position: -48px 0px;}*/
3541 .icon.drop {
3542         display: block; width: 16px; height: 16px;
3543         background-size: 100% 100%;
3544         background-image: url('images/drop-16.png');
3545         background-repeat: no-repeat;
3546         opacity: 1.0;
3547 }
3548 /*.drophide { background-position: -64px 0px;}*/
3549 .icon.drophide {
3550         display: block; width: 16px; height: 16px;
3551         background-size: 100% 100%;
3552         background-image: url('images/drop-16.png');
3553         background-repeat: no-repeat;
3554         opacity: 0.4;
3555 }
3556 .icon.drophide:hover {
3557         display: block; width: 16px; height: 16px;
3558         background-size: 100% 100%;
3559         background-image: url('images/drop-16.png');
3560         background-repeat: no-repeat;
3561         opacity: 1.0;
3562 }
3563 .edit { background-position: -80px 0px;}
3564 /*.camera { background-position: -96px 0px;}*/
3565 .icon.camera{
3566         display: block; width: 24px; height: 18px;
3567         margin-top: 4px;
3568         background-size: 100% 100%;
3569         background-image: url('images/camera.png');
3570         background-repeat: no-repeat;
3571 }
3572 /*.dislike { background-position: -112px 0px;}*/
3573 .tool.dislike {
3574         display: block; width: 15px; height: 16px;/* 23 24*/
3575         background-size: 100% 100%;
3576         background-image: url('images/disapprove-16.png');
3577         background-repeat: no-repeat;
3578         opacity: 0.4;
3579 }
3580 .tool.dislike:hover {
3581         opacity: 1.0;
3582 }
3583 /*.like { background-position: -128px 0px;}*/
3584 .tool.like {
3585         display: block; width: 15px; height: 16px;/* 23 24*/
3586         margin-right: 6px;
3587         background-size: 100% 100%;
3588         background-image: url('images/approve-16.png');
3589         background-repeat: no-repeat;
3590         opacity: 0.4;
3591 }
3592 .tool.like:hover {
3593         opacity: 1.0;
3594 }
3595 /*.link { background-position: -144px 0px;}*/
3596 .icon.link {
3597         display: block; width: 24px; height: 24px;
3598         background-size: 100% 100%;
3599         background-image: url('images/link.png');
3600         background-repeat: no-repeat;
3601 }
3602
3603 /*.globe { background-position: 0px -16px;}*/
3604 .icon.globe {
3605         display: block; width: 24px; height: 24px;
3606         background-size: 100% 100%;
3607         background-image: url('images/globe.png');
3608         background-repeat: no-repeat;
3609 }
3610 /*.noglobe { background-position: -16px -16px;}*/
3611 .icon.noglobe {
3612         display: block; width: 24px; height: 24px;
3613         background-size: 100% 100%;
3614         background-image: url('images/noglobe.png');
3615         background-repeat: no-repeat;
3616 }
3617 .no { background-position: -32px -16px;}
3618 .pause { background-position: -48px -16px;}
3619 .play { background-position: -64px -16px;}
3620 /*.pencil { background-position: -80px -16px;}*/
3621 .tool.pencil {
3622         display: block; width: 16px; height: 16px;
3623         background-size: 100% 100%;
3624         background-image: url('images/pencil-16.png');
3625         background-repeat: no-repeat;
3626         opacity: 0.4;
3627 }
3628 .tool.pencil:hover {
3629         opacity: 1.0;
3630 }
3631 /*.small-pencil { background-position: -96px -16px;}*/
3632 .icon.small-pencil {
3633         display: block; width: 16px; height: 16px;
3634         background-size: 100% 100%;
3635         background-image: url('images/pencil-16.png');
3636         background-repeat: no-repeat;
3637         opacity: 0.4;
3638 }
3639 .icon.small-pencil:hover {
3640         opacity: 1.0;
3641 }
3642 /*.recycle { background-position: -112px -16px;}*/
3643 .tool.recycle {
3644         display: block; width: 16px; height: 16px;/*24 23*/
3645         background-size: 100% 100%;
3646         background-image: url('images/recycle-16.png');
3647         background-repeat: no-repeat;
3648         opacity: 0.4;
3649 }
3650 .tool.recycle:hover {
3651         opacity: 1.0;
3652 }
3653 /*.remote-link { background-position: -128px -16px;}*/
3654 .icon.remote-link {
3655         display: block; width: 16px; height: 16px;
3656         background-size: 100% 100%;
3657         background-image: url('images/remote-link-16.png');
3658         background-repeat: no-repeat;
3659         opacity: 0.4;
3660 }
3661 .icon.remote-link:hover {
3662         opacity: 1.0;
3663 }
3664 .share { background-position: -144px -16px;}
3665
3666 .tools { background-position: 0px -32px;}
3667 /*.lock { background-position: -16px -32px;}*/
3668 .icon.lock {
3669         display: block; width: 14px; height: 21px;
3670         margin-top: 1px;
3671         background-size: 100% 100%;
3672         background-image: url('images/lock-24.png');
3673         background-repeat: no-repeat;
3674 }
3675 /*.unlock { background-position: -32px -32px;}*/
3676 .icon.unlock {
3677         display: block; width: 14px; height: 24px;
3678         margin-top: -2px;
3679         background-size: 100% 100%;
3680         background-image: url('images/unlock-24.png');
3681         background-repeat: no-repeat;
3682 }
3683 /*.video { background-position: -48px -32px;}*/
3684 .icon.video {
3685         display: block; width: 24px; height: 24px;
3686         background-size: 100% 100%;
3687         background-image: url('images/video.png');
3688         background-repeat: no-repeat;
3689 }
3690 /*.oembed.video {
3691         display: inline; width: auto; height: auto;
3692         background-image: none;
3693 }*/
3694
3695 .youtube { background-position: -64px -32px;}
3696 /*.attach { background-position: -80px -32px; }*/
3697 .icon.attach {
3698         display: block; width: 24px; height: 24px;
3699         background-size: 100% 100%;
3700         background-image: url('images/paperclip-24.png');
3701         background-repeat: no-repeat;
3702 }
3703
3704 .language { background-position: -96px -32px; }
3705 .prev { background-position: -112px -32px; }
3706 .next { background-position: -128px -32px; }
3707 .on { background-position: -144px -32px; }
3708
3709 .off { background-position: 0px -48px; }
3710 /*.starred { background-position: -16px -48px; }*/
3711 .tool.starred {
3712         display: block; width: 16px; height: 16px;
3713         background-size: 100% 100%;
3714         background-image: url('images/star-yellow-16.png');
3715         background-repeat: no-repeat;
3716 }
3717 /*.unstarred { background-position: -32px -48px; }*/
3718 .tool.unstarred {
3719         display: block; width: 16px; height: 16px;
3720         background-size: 100% 100%;
3721         background-image: url('images/star-16.png');
3722         background-repeat: no-repeat;
3723         opacity: 0.4;
3724 }
3725 .tool.unstarred:hover {
3726         opacity: 1.0;
3727 }
3728 /*.tagged { background-position: -48px -48px; }*/
3729 .tool.tagged {
3730         display: block; width: 16px; height: 16px;
3731         background-size: 100% 100%;
3732         background-image: url('images/tag-16.png');
3733         background-repeat: no-repeat;
3734         opacity: 0.4;
3735 }
3736 .tool.tagged:hover {
3737         opacity: 1.0;
3738 }
3739 .yellow { background-position: -64px -48px; }
3740
3741
3742 .filer-icon {
3743 /*      display: block; width: 16px; height: 16px;
3744         background-image: url('file.gif');*/
3745         display: block; width: 16px; height: 16px;
3746         background-size: 100% 100%;
3747         background-image: url('images/folder-16.png');
3748         background-repeat: no-repeat;
3749         opacity: 0.4;
3750 }
3751 .filer-icon:hover {
3752         opacity: 1.0;
3753 }
3754
3755 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3756 /*[class^="comment-edit-bb"] {*/
3757 .comment-edit-bb {
3758         list-style: none;
3759         display: none;
3760         margin: 0px 0 -5px 60px;
3761         width: 75%;
3762 }
3763 .comment .comment-edit-bb {
3764         width: 300px;
3765         margin: 0px;
3766 }
3767 /*[class^="comment-edit-bb"] > li {*/
3768 .comment-edit-bb > li {
3769         display: inline-block;
3770         margin: 10px 10px 0 0;
3771         visibility: none;
3772 }
3773 /*[class^="comment-edit-bb-end"] {
3774         clear: both;
3775 }*/
3776 .editicon {
3777     display: inline-block;
3778 /*    background-image: url(bbedit.png);
3779         background-color: #fff;*/
3780         background-size: 100% 100%;
3781         background-repeat: no-repeat;
3782         background-color: #f3f3f3;
3783     text-decoration: none;
3784         opacity: 0.4;
3785 }
3786 .editicon:hover {
3787 /*      background-color: #ccc;*/
3788         opacity: 1.0;
3789 }
3790 .boldbb {
3791 /*      background-position: 0px 0px;*/
3792     width: 15px;
3793     height: 16px;
3794         background-image: url('images/boldB-serif-16.png');
3795 }
3796 /*.boldbb:hover {
3797         background-position: 0px -16px;
3798 }*/
3799 .italicbb {
3800 /*      background-position: -16px 0px;*/
3801     width: 9px;
3802     height: 16px;
3803         background-image: url('images/italicI-serif-16.png');
3804 }
3805 /*.italicbb:hover {
3806         background-position: -16px -16px;
3807 }*/
3808 .underlinebb {
3809 /*      background-position: -32px 0px;*/
3810     width: 14px;
3811     height: 16px;
3812         background-image: url('images/underlineU-serif-16.png');
3813 }
3814 /*.underlinebb:hover {
3815         background-position: -32px -16px;
3816 }*/
3817 .quotebb {
3818 /*      background-position: -48px 0px;*/
3819     width: 20px;
3820     height: 20px;
3821         background-image: url('images/quote.png');
3822 }
3823 /*.quotebb:hover {
3824         background-position: -48px -16px;
3825 }*/
3826 .codebb {
3827 /*      background-position: -64px 0px;*/
3828     width: 20px;
3829     height: 20px;
3830         background-image: url('images/code.png');
3831 }
3832 /*.codebb:hover {
3833         background-position: -64px -16px;
3834 }*/
3835 .imagebb {
3836 /*      background-position: -80px 0px;*/
3837     width: 20px;/*16*/
3838     height: 15px;/*12*/
3839         margin-bottom: 2px;
3840         background-image: url('images/camera.png');
3841 }
3842 /*.imagebb:hover {
3843         background-position: -80px -16px;
3844 }*/
3845 .urlbb {
3846 /*      background-position: -96px 0px;*/
3847         width: 20px;
3848         height: 20px;
3849         background-image: url('images/link.png');
3850 }
3851 /*.urlbb:hover {
3852         background-position: -96px -16px;
3853 }*/
3854 .videobb {
3855 /*      background-position: -112px 0px;*/
3856         width: 20px;
3857         height: 20px;
3858         background-image: url('images/video.png');
3859 }
3860 /*.videobb:hover {
3861         background-position: -112px -16px;
3862 }*/
3863
3864 .attachtype {
3865         display: block;
3866         float: left;
3867         background-size: 100% 100%;
3868         width: 48px;
3869         height: 48px;
3870         background-image: url('images/oxygen/unknown.png');
3871 }
3872
3873 .body-attach {
3874         margin-top: 10px;
3875 }
3876
3877 /*.type-video { background-position: 0px 0px; }
3878 .type-image { background-position: -20px 0px; }
3879 .type-audio { background-position: -40px 0px; }
3880 .type-text  { background-position: -60px 0px; }
3881 .type-unkn  { background-position: -80px 0px; }*/
3882 .type-video {
3883         background-image: url('images/oxygen/video-x-generic.png');
3884         background-size: 100% 100%;
3885         width: 48px;
3886         height: 48px;
3887 }
3888 .type-image {
3889         background-image: url('images/oxygen/image-x-generic.png');
3890         background-size: 100% 100%;
3891         width: 48px;
3892         height: 48px;
3893 }
3894 .type-audio {   background-image: url('images/oxygen/audio-x-generic.png');
3895         background-size: 100% 100%;
3896         width: 48px;
3897         height: 48px;
3898 }
3899
3900 .type-text  {
3901         background-image: url('images/oxygen/text-x-generic-2.png');
3902         background-size: 100% 100%;
3903         width: 48px;
3904         height: 48px;
3905 }
3906 .subtype-msword, .subtype-vnd-openxmlformats-officedocument-wordprocessingml-document  {
3907         background-image: url('images/oxygen/application-msword.png');
3908         background-size: 100% 100%;
3909         width: 48px;
3910         height: 48px;
3911 }
3912 .subtype-pdf  {
3913         background-image: url('images/oxygen/application-pdf.png');
3914         background-size: 100% 100%;
3915         width: 48px;
3916         height: 48px;
3917 }
3918 /*.type-unkn  {
3919         background-image: url('images/oxygen/unknown.png');
3920         background-size: 100% 100%;
3921         width: 48px;
3922         height: 48px;
3923 }*/
3924
3925
3926
3927 /* autocomplete popup */
3928 .acpopup {
3929         max-height:150px;
3930         background-color:#ffffff;
3931         overflow:auto;
3932         z-index:100000;
3933         border:1px solid #cccccc;
3934 }
3935 .acpopupitem {
3936         background-color:#ffffff; padding: 4px;
3937         clear:left;
3938 }
3939 .acpopupitem img {
3940         float: left;
3941         margin-right: 4px;
3942 }
3943
3944 .acpopupitem.selected {
3945         color: #FFFFFF; background: #3465A4;
3946 }
3947
3948 /* popup notifications */
3949 div.jGrowl div.notice {
3950   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3951   color: #ffffff;
3952   padding-left: 58px;
3953 }
3954 div.jGrowl div.info {
3955   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3956   color: #ffffff;
3957   padding-left: 58px;
3958 }
3959 #jGrowl.top-right {
3960         top: 75px;
3961         right: 15px;
3962 }
3963 div.jGrowl-notification {
3964   border-radius: 7px;
3965 }
3966 .qcomment {
3967         border: 1px solid #EEE;
3968         padding: 3px;
3969         margin-top: 15px;
3970         margin-left: 25px;
3971         width: 125px;
3972         overflow-y: auto;
3973 }
3974
3975
3976 .qcomment option {
3977         width: 125px;
3978         overflow-x: hidden;
3979 }
3980
3981 .qcomment {
3982         opacity: 0.3;
3983         filter:alpha(opacity=30);
3984 }
3985 .qcomment:hover {
3986         opacity: 1.0;
3987         filter:alpha(opacity=100);
3988 }
3989
3990 /* notifications popup menu */
3991 .nav-notify {
3992         display: none;
3993         position: absolute;
3994         font-size: 10px;
3995         padding: 1px 3px;
3996         top: 0px;
3997         right: -10px;
3998         min-width: 15px;
3999         text-align: right;
4000 }
4001 .nav-notify.show {
4002         display: block;
4003 }
4004 ul#nav-network-notifications-popup {
4005         text-align: center;
4006         line-height: 18px;
4007
4008         border: 1px solid #AAAAAA;
4009         border-radius: 5px;
4010         -moz-border-radius: 5px;
4011         -webkit-border-radius: 5px;
4012
4013         -moz-box-shadow: 3px 3px 5px #555;
4014         -webkit-box-shadow: 3px 3px 5px #555;
4015         box-shadow: 3px 3px 5px #555;
4016
4017         background: #FFFFFF;
4018
4019         display: none;
4020         list-style: none;
4021
4022         width: 10em;
4023         position: absolute;
4024         margin: 0px;
4025         top: 15px;
4026         left: 55px;
4027         padding: 1em 0px;
4028
4029         z-index: 11000;
4030 }
4031 ul.notifications-menu-popup {
4032         position: absolute;
4033         display: none;
4034         width: 10em;
4035         margin: 0px;
4036         padding: 0px;
4037         list-style: none;
4038         z-index: 100000;
4039         right: 0px;
4040 }
4041 #nav-notifications-menu {
4042         width: 320px;
4043         max-height: 400px;
4044         overflow-y: scroll;overflow-style:scrollbar;
4045         background-color:#FFFFFF;
4046         -moz-border-radius: 5px;
4047         -webkit-border-radius: 5px;
4048         border-radius:5px;
4049         border: 1px solid #AAA;
4050         -moz-box-shadow: 3px 3px 5px #555;
4051         -webkit-box-shadow: 3px 3px 5px #555;
4052         box-shadow: 3px 3px 5px #555;
4053 }
4054 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
4055 #nav-notifications-menu img { float: left; margin-right: 5px; }
4056 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
4057 #nav-notifications-menu li {
4058         padding: 7px 0px 7px 10px;
4059         word-wrap:normal;
4060         border-bottom: 1px solid #000;
4061 }
4062
4063 #nav-notifications-menu li:hover {
4064
4065 }
4066
4067 #nav-notifications-menu a:hover {
4068         text-decoration: underline;
4069 }
4070
4071 .notif-item a {
4072         color: #000000;
4073 }
4074
4075 .notif-item a:hover {
4076         text-decoration: underline;
4077 }
4078
4079 .notif-image {
4080         width: 32px;
4081         height: 32px;
4082         padding: 7px 7px 0px 0px;
4083 }
4084
4085 .notify-seen {
4086         background: #DDDDDD;
4087 }
4088
4089 #id_term_label {
4090         width:75px;
4091 }
4092 #id_term {
4093         width:100px;
4094 }
4095
4096 #recip {
4097         
4098 }
4099 .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; }
4100 .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; }
4101 .autocomplete .selected { background:#F0F0F0; }
4102 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
4103
4104 #datebrowse-sidebar select {
4105         margin-left: 40px;
4106         width: 130px;
4107 }
4108
4109