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