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