]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
vier: With IE there are no borders around images anymore
[friendica.git] / view / theme / vier / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* @import "css/font-awesome.css"; */
7 @import url("css/font-awesome.css") all;
8 @import url("css/font2.css") all;
9
10 img { 
11   border: 0px;
12 }
13
14 /* ========= */
15 /* = Admin = */
16 /* ========= */
17
18 #adminpage {
19 /*        width: 80%;*/
20 }
21
22 #pending-update {
23         float:right;
24         color: #ffffff;
25         font-weight: bold;
26         background-color: #FF0000;
27         padding: 0em 0.3em;
28 }
29
30 .admin.linklist {
31         border: 0px; 
32         padding: 0px;
33         list-style: none;
34         margin-top: 0px;
35 }
36
37 .admin.link {
38         list-style-position: inside;
39         font-size: 1em;
40 /*        padding-left: 5px;
41         margin: 5px; */
42 }
43
44 #adminpage dl {
45         clear: left;
46         margin-bottom: 2px;
47         padding-bottom: 2px;
48         border-bottom: 1px solid black;
49 }
50
51 #adminpage dt {
52         width: 200px;
53         float: left;
54         font-weight: bold;
55 }
56
57 #adminpage dd {
58         margin-left: 200px;
59 }
60 #adminpage h3 {
61         border-bottom: 1px solid #898989;
62         margin-bottom: 5px;
63         margin-top: 10px;
64 }
65
66 #adminpage .submit {
67         clear:left;
68 }
69
70 #adminpage #pluginslist {
71         margin: 0px; padding: 0px;
72 }
73
74 #adminpage .plugin {
75         list-style: none;
76         display: block;
77         /* border: 1px solid #888888; */
78         padding: 1em;
79         margin-bottom: 5px;
80         clear: left;
81 }
82
83 #adminpage .toggleplugin {
84         float:left;
85         margin-right: 1em;
86 }
87
88 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
89 #adminpage table th { text-align: left;}
90 #adminpage td .icon { float: left;}
91 #adminpage table#users img { width: 16px; height: 16px; }
92 #adminpage table tr:hover { background-color: #eeeeee; }
93 #adminpage .selectall { text-align: right; }
94 /* icons */
95
96 /*
97 .article        { background-position: -50px  0px;}
98 .block          { background-position: -90px  0px;}
99 .drophide       { background-position: -130px 0px;}
100
101 .noglobe        { background-position: -70px  -20px;}
102 .no             { background-position: -90px  -20px;}
103 .recycle        { background-position: -190px -20px;}
104 .remote-link    { background-position: -210px -20px;}
105 .share          { background-position: -230px -20px;}
106
107 .tools          { background-position: -50px  -40px;}
108
109 .youtube        { background-position: -130px -40px;}
110
111 .language       { background-position: -210px -40px;}
112
113 .prev           { background-position: -90px  -60px;}
114 .next           { background-position: -110px -60px;}
115 .tagged     { background-position: -130px -60px;}
116 */
117
118 .icon.drop, .icon.drophide {
119  float: left;
120 }
121
122
123 .icon {
124   background-color: transparent ;
125   background-repeat: no-repeat;
126   width: 18px;
127   height: 18px;
128   display: block;
129   overflow: hidden;
130   padding: 1px;
131   color: #999;
132
133
134 .icon:hover {
135   text-decoration: none;
136   color: #000;
137 }
138
139 .icon a:hover {
140 }
141
142 .icon.text {
143   text-indent: 0px;
144 }
145 .icon.s10 {
146   min-width: 10px;
147   height: 10px;
148 }
149 .icon.s10.text {
150   padding: 2px 0px 0px 15px;
151   font-size: 10px;
152 }
153 .icon.s16 {
154   min-width: 16px;
155   height: 16px;
156 }
157 .icon.s16.text {
158   padding: 4px 0px 0px 20px;
159   font-size: 10px;
160 }
161 .wall-item-decor .icon.s22.lock {
162   color: #888;
163 }
164 .wall-item-decor .icon.s22.lock:hover {
165   color: #000;
166   text-decoration: none;
167 }
168 .icon.s22 {
169   min-width: 22px;
170   height: 22px;
171 }
172 .icon.s22.notify {
173   color: gray;
174 }
175 .icon.s22.text {
176   padding: 10px 0px 0px 25px;
177   width: 230px;
178   font-size: 1em;
179 }
180 .icon.s48 {
181   width: 48px;
182   height: 48px;
183 }
184 .sparkle {
185         cursor: url('lock.cur'), pointer;
186 }
187
188 #birthday-title, #event-title {
189   font-weight: bold;
190   margin-bottom: 5px;
191 }
192
193 div.pager {
194 /* .birthday-notice { */
195   text-align: center;
196   height: 1.2em;
197   padding-bottom: 12px;
198   color: black;
199   /*-webkit-border-radius: 6px;
200   -moz-border-radius: 6px;
201   border-radius: 6px;*/
202   background-color: #f2f2f2;
203   clear: left;
204   margin-top: 5px;
205   padding: 1%;
206   height: 1em;
207   margin-bottom: 5px;
208 }*/
209
210 .birthday-notice {
211   margin-top: 5px;
212   margin-bottom: 5px;
213 }
214
215 #live-network {
216 /*  border-bottom: 1px solid #BDCDD4; */
217   border-bottom: 1px solid #D2D2D2;
218   width: 100%;
219   height: 10px;
220 }
221
222 .pager a {
223 }
224
225 .pager a.pager_older {
226   float: right;
227 }
228
229 .pager a.pager_newer {
230   float: left;
231 }
232
233 .shared_header {
234   height: 32px;
235   color: #999;
236   border-top: 1px solid #D2D2D2;
237   padding-top: 5px;
238   margin-top: 5px;
239 }
240
241 .shared_header img {
242   float: left;
243 }
244
245 .shared_header span {
246   margin-left: 9px;
247 }
248
249 blockquote.shared_content {
250   margin-left: 32px;
251   color: #000;
252   border: none;
253 }
254
255 #contact-edit-drop-link-end {
256   /* clear: both; */
257 }
258
259 #contact-edit-links ul {
260   list-style: none;
261   list-style-type: none;
262 }
263
264 .hide-comments-outer {
265   margin-left: 80px;
266   margin-bottom: 5px;
267   width: 660px;
268   border-bottom: 1px solid #BDCDD4;
269   border-top: 1px solid #BDCDD4;
270
271   padding: 8px;
272 }
273
274 /* global */
275 body {
276   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
277   font-size: 14px;
278   /* background-color: #ffffff; */
279   /* background-color: #ddd; */
280   background-color: #F2F2F2;
281   color: #2d2d2d;
282   margin: 37px 0px 0px 0px;
283   display: table;
284   /* width: 100% */
285 }
286 h4 {
287   font-size: 1.1em;
288 }
289
290 a {
291         /*  color: #36C; */
292         /* color: #3e3e8c; */
293         /* color: #3465A4; */
294         color: #3E3E8C;
295         text-decoration: none;
296 }
297 a:hover {
298         color: blue;
299         text-decoration: underline
300 }
301
302 .wall-item-name-link {
303 /*  float: left;*/
304 }
305
306 .wall-item-photo {
307   width: 48px;
308   height: 48px;
309   overflow: hidden;
310   display: block;
311 }
312
313 .left {
314   float: left;
315 }
316 .right {
317   float: right;
318 }
319 .hidden {
320   display: none;
321 }
322 .clear {
323   clear: both;
324 }
325 .fakelink {
326   /* color: #36c; */
327   /* color: #3e3e8c; */
328   /* color: #3465A4; */
329   color: #3E3E8C;
330   text-decoration: none;
331   cursor: pointer;
332 }
333 .fakelink:hover {
334   color: blue;
335   /*color: #005c94; */
336   text-decoration: underline;
337 }
338 code {
339   font-family: Courier, monospace;
340   white-space: pre;
341   display: block;
342   overflow: auto;
343   border: 1px solid #444;
344   background: #EEE;
345   color: #444;
346   padding: 10px;
347   margin-top: 20px;
348   max-width: 640px;
349 }
350 #panel {
351   position: absolute;
352   width: 10em;
353   background: #ffffff;
354   color: #2d2d2d;
355   margin: 0px;
356   padding: 1em;
357   list-style: none;
358   border: 3px solid #364e59;
359   z-index: 100000;
360   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
361   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
362   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
363 }
364 /* tool */
365 .tool {
366   height: auto;
367   overflow: auto;
368   padding: 0px;
369 }
370 #saved-search-ul .tool:hover,
371 #nets-sidebar .tool:hover,
372 #sidebar-group-list .tool:hover {
373         background: #EEE;
374 }
375 .tool .label {
376 /*  float: left; */
377 }
378 .tool .action {
379   float: right;
380 }
381 .tool a {
382 /*  color: #000; */
383 }
384 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
385   /* text-decoration: underline; */
386   text-decoration: none;
387   color: black;
388 }
389
390 .groupsideedit, .savedsearchdrop {
391   float: right;
392   opacity: 0.3;
393 }
394 .groupsideedit:hover, .savedsearchdrop:hover {
395   opacity: 1;
396 }
397
398 .sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, 
399 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
400 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
401   /* background-color: #ddd; */
402   background-color: #e5e5e5;
403 }
404
405 #message-new a {
406   color: black;
407 }
408
409 .sidebar-group-element {
410 /*  color: #000; */
411 }
412
413 .group-selected, .nets-selected, .fileas-selected {
414   font-weight: bold;
415 }
416
417 #sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
418 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
419   padding-left: 10px;
420   padding-top: 3px;
421   padding-bottom: 3px;
422   padding-right: 5px;
423   display: block;
424 }
425
426 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
427   display: block;
428   color: black;
429 }
430
431 a.sidebar-group-element {
432   color: black;
433 }
434
435 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
436   margin-left: 10px;
437   margin-top: 3px;
438   margin-bottom: 3px;
439 }
440
441 #sidebar-ungrouped, .side-link {
442   padding-top: 5px;
443 }
444
445 #sidebar-ungrouped a {
446   color: black;
447 }
448
449 #forum-list a, .tool a, .admin.link a {
450   color: black;
451 }
452
453 #forum-list {
454   margin-top: 2px;
455 }
456
457 /* popup notifications */
458 div.jGrowl div.notice {
459   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
460   color: #ffffff;
461   padding-left: 58px;
462 }
463 div.jGrowl div.info {
464   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
465   color: #ffffff;
466   padding-left: 58px;
467 }
468 /* header */
469 header {
470   position: fixed;
471   /* left: 43%;
472   right: 43%; */
473   left: 25px;
474   top: 0px;
475   margin: 0px;
476   padding: 0px;
477   /*width: 100%; height: 12px; */
478
479   z-index: 110;
480   color: #ffffff;
481 }
482 header #site-location {
483   display: none;
484 }
485 header #banner {
486   overflow: hidden;
487   text-align: center;
488   width: 100%;
489 }
490 header #banner a,
491 header #banner a:active,
492 header #banner a:visited,
493 header #banner a:link,
494 header #banner a:hover {
495   color: #ffffff;
496   text-decoration: none;
497   outline: none;
498   vertical-align: bottom;
499 }
500 header #banner #logo-img {
501   height: 22px;
502   margin-top: 5px;
503 }
504 header #banner #logo-text {
505   font-size: 22px;
506 }
507 /* nav */
508 nav {
509   min-width: 1000px;
510   width: 100%;
511   height: 32px;
512   position: fixed;
513   left: 0px;
514   top: 0px;
515   padding: 0px;
516   padding-left: 0px;
517   background: #364A84;
518     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
519     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
520     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
521     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
522     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
523     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
524     background: linear-gradient(top, #516499 0%,#364a84 100%);
525   color: #ffffff;
526   z-index: 100;
527   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
528   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
529   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
530   border-bottom: 5px solid #F80;
531 }
532 nav a,
533 nav a:active,
534 nav a:visited,
535 nav a:link,
536 nav a:hover {
537   color: #ffffff;
538   text-decoration: none;
539   outline: none;
540 }
541 nav ul {
542   margin: 0px;
543   padding: 0px 10px;
544 }
545 nav ul li {
546   list-style: none;
547   margin: 0px;
548   /* padding: 1px 1px 3px 1px; */
549   float: left;
550 }
551 nav ul li .menu-popup {
552   left: 0px;
553   right: auto;
554 }
555
556 nav #search-box #search-text {
557   /*background-image:  url('icons/lupe.png');
558   background-repeat:no-repeat; */
559   padding-left:0px;
560   border-top-left-radius: 15px;
561   border-top-right-radius: 15px;
562   border-bottom-right-radius: 15px;
563   border-bottom-left-radius: 15px;
564   position: relative;
565   height: 17px;
566   margin: 4px 0px 4px 4px;
567   width: 150px;
568   max-width: 150px;
569 }
570
571 nav .nav-menu-icon {
572   position: relative;
573   height: 22px;
574   padding: 5px;
575   margin: 0px 10px;
576   -moz-border-radius: 5px 5px 0 0;
577   -webkit-border-radius: 5px 5px 0 0;
578   border-radius: 5px 5px 0 0;
579 }
580 nav .nav-menu-icon.selected {
581   background-color: #364e59;
582 }
583 nav .nav-menu-icon img {
584   width: 22px;
585   height: 22px;
586 }
587 nav .nav-menu-icon .nav-notify {
588   top: 3px;
589 }
590 nav .nav-menu-label {
591   margin: 3px 5px 0px;
592 }
593 nav .nav-menu {
594   position: relative;
595   height: 16px;
596   padding: 5px;
597   padding-left: 5px;
598   padding-right: 5px;
599   margin: 3px 3px 0px;
600   font-size: 14px;
601   border-bottom: 3px solid #364A84;
602 }
603 nav .nav-menu.selected {
604   border-bottom: 3px solid #9eabb0;
605  /*  background-color: #364E59; */
606 }
607 nav .nav-menu:hover {
608     color: #fff !important;
609     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
610     background: #4c619c;
611     text-decoration: none;
612 }
613 nav .nav-notify {
614   display: none;
615   position: absolute;
616  /*  background-color: #36c; */
617    background-color: #F80;
618   /* background-color: #19aeff; */
619   -moz-border-radius: 5px 5px 5px 5px;
620   -webkit-border-radius: 5px 5px 5px 5px;
621   border-radius: 5px 5px 5px 5px;
622   font-size: 10px;
623   padding: 1px 3px;
624   top: 0px;
625   /* right: -10px; */
626   right: -5px;
627   min-width: 15px;
628   /* text-align: right; */
629   text-align: center;
630 }
631 nav .nav-notify.show {
632   display: block;
633 }
634 nav #nav-help-link,
635 nav #nav-search-link,
636 nav #nav-directory-link,
637 nav #nav-apps-link,
638 nav #nav-notifications-linkmenu,
639 nav #nav-site-linkmenu,
640 nav #nav-user-linklabel {
641   float: right;
642 }
643 nav #nav-user-linklabel {
644   padding-left: 0px;
645   margin-left: 0px;
646 }
647 nav #nav-help-link .menu-popup,
648 nav #nav-search-link .menu-popup,
649 nav #nav-directory-link .menu-popup,
650 nav #nav-apps-link .menu-popup,
651 nav #nav-notifications-linkmenu .menu-popup,
652 nav #nav-site-linkmenu .menu-popup {
653   right: 0px;
654   left: auto;
655 }
656 nav #nav-site-linkmenu {
657   margin-left: 0px;
658   margin-right: 0px;
659 }
660 nav #nav-notifications-linkmenu {
661   margin-left: 0px;
662   margin-right: 5px;
663 }
664 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
665   color: white;
666 }
667 nav #nav-messages-linkmenu.selected,
668 nav #nav-user-linklabel.selected,
669 nav #nav-apps-link.selected {
670   background-color: #364e59;
671 }
672
673 /* nav #nav-community-link { */
674 nav ul {
675   margin-left: 210px;
676 }
677
678 nav #nav-user-linkmenu {
679   float: right;
680   padding-left: 0px;
681   padding-right: 0px;
682   margin-right: 5px;
683 }
684
685 #nav-notifications-mark-all {
686         /* padding: 1px 1px 2px 26px; */
687         /* border-bottom: 1px solid #364E59; */
688         /* margin: 0px 0px 2px 0px;
689         padding: 5px 10px; */
690 }
691
692 #nav-notifications-see-all {
693         /* padding: 1px 1px 2px 26px; */
694         /* border-bottom: 1px solid #364E59; */
695         /* margin: 0px 0px 2px 0px;
696         padding: 5px 10px; */
697 }
698
699 .notify-seen {
700         background: none repeat scroll 0 0 #DDDDDD;
701         }
702
703 ul.menu-popup {
704   position: absolute;
705   display: none;
706   width: 11em;
707   background: #ffffff;
708   color: #2d2d2d;
709   margin: 0px;
710   padding: 0px;
711   list-style: none;
712   border: 3px solid #364e59;
713   z-index: 100000;
714   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
715   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
716   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
717 }
718 ul.menu-popup a {
719   display: block;
720   color: #2d2d2d;
721   padding: 5px 10px;
722   text-decoration: none;
723 }
724 ul.menu-popup a:hover {
725   /* background-color: #bdcdd4; */
726   background-color: #e5e5e5;
727 }
728 ul.menu-popup .menu-sep {
729   border-top: 1px solid #9eabb0;
730 }
731 ul.menu-popup li {
732   float: none;
733   overflow: auto;
734   height: auto;
735   display: block;
736 }
737 ul.menu-popup li img {
738   float: left;
739   width: 16px;
740   height: 16px;
741   padding-right: 5px;
742 }
743 ul.menu-popup .empty {
744   padding: 5px;
745   text-align: center;
746   color: #9eabb0;
747 }
748 /* autocomplete popup */
749 .acpopup {
750   max-height: 150px;
751   background-color: #ffffff;
752   color: #2d2d2d;
753   border: 1px solid #MenuBorder;
754   overflow: auto;
755   z-index: 100000;
756   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
757   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
758   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
759 }
760 .acpopupitem {
761   color: #2d2d2d;
762   padding: 4px;
763   clear: left;
764 }
765 .acpopupitem img {
766   float: left;
767   margin-right: 4px;
768 }
769 .acpopupitem.selected {
770   background-color: #bdcdd4;
771 }
772 #nav-notifications-menu {
773   width: 400px;
774   max-height: 550px;
775   overflow: auto;
776 }
777 /* #nav-notifications-menu a {
778         display: inline;
779         padding: 5px 0px;
780         margin: 0px 0px 2px 0px;
781 }
782 #nav-notifications-menu li:hover {
783   background-color: #bdcdd4;
784 }*/
785
786 #nav-notifications-menu img {
787   float: left;
788   margin-right: 5px;
789 }
790 #nav-notifications-menu .contactname {
791   font-weight: bold;
792 }
793 #nav-notifications-menu .notif-when {
794   font-size: 10px;
795   color: #9eabb0;
796   display: block;
797 }
798
799 .notif-image {
800         width: 32px;
801         height: 32px;
802         padding: 7px 7px 0px 0px;
803 }
804
805 right_aside {
806   width: 0px;
807   display: block;
808 }
809
810 /* aside */
811 aside {
812   display: table-cell;
813   vertical-align: top;
814   width: 185px;
815   padding: 10px 10px 10px 20px;
816   /* border-right: 1px solid #D2D2D2; */
817   /* background-color: #ECECF2; */
818   background-color: #F2F2F2;
819   font-size: 14px;
820   /* background: #F1F1F1; */
821 }
822 aside .vcard .fn {
823   font-size: 18px;
824   font-weight: bold;
825   margin-bottom: 5px;
826   float: left;
827 }
828 aside .vcard .title {
829   margin-bottom: 5px;
830 }
831 aside .vcard dl {
832   height: auto;
833   overflow: auto;
834 }
835
836 aside select {
837   background-color: white;
838   width: 165px;
839 }
840
841 aside .vcard dt {
842   float: left;
843   margin-left: 0px;
844   /* width: 35%; */
845   text-align: right;
846   color: #999999;
847 }
848 aside .vcard dd {
849   float: left;
850   margin-left: 4px;
851   /* width: 60%; */
852 }
853 aside #profile-extra-links ul {
854   padding: 0px;
855   margin: 0px;
856 }
857 aside #profile-extra-links li {
858   padding: 0px;
859   margin: 0px;
860   list-style: none;
861 }
862 aside #dfrn-request-link {
863   display: block;
864   -moz-border-radius: 5px 5px 5px 5px;
865   -webkit-border-radius: 5px 5px 5px 5px;
866   border-radius: 5px 5px 5px 5px;
867   color: #ffffff;
868   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
869   font-weight: bold;
870   text-transform: uppercase;
871   padding: 4px 2px 2px 35px;
872 }
873 aside #dfrn-request-link:hover {
874   text-decoration: none;
875   background-color: #36c;
876   /* background-color: #19aeff; */
877 }
878 aside #profiles-menu {
879   width: 20em;
880 }
881
882 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
883   width: 150px;
884   height: 17px;
885   padding-left: 10px;
886   border-top-left-radius: 15px;
887   border-top-right-radius: 15px;
888   border-bottom-right-radius: 15px;
889   border-bottom-left-radius: 15px;
890   -moz-border-bottom-colors: #dbdbdb;
891   -moz-border-top-colors: #999;
892   -moz-border-left-colors: #999;
893   -moz-border-right-colors: #dbdbdb;
894 }
895
896 aside h4 {
897   margin-bottom: 0px;
898   margin-top: 0px;
899   font-size: 1.17em;
900 }
901
902 .nets-ul {
903   margin-top: 0px;
904 }
905
906 #contact-block {
907   overflow: auto;
908   height: auto;
909 }
910 #contact-block .contact-block-h4 {
911   float: left;
912   margin: 5px 0px;
913 }
914 #contact-block .allcontact-link {
915   float: right;
916   margin: 5px 0px;
917 }
918 #contact-block .contact-block-content {
919   clear: both;
920   overflow: auto;
921   height: auto;
922 }
923 #contact-block .contact-block-link {
924   float: left;
925   margin: 0px 2px 2px 0px;
926 }
927 #contact-block .contact-block-link img {
928   width: 48px;
929   height: 48px;
930 }
931 .group_selected {
932   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
933   float: left;
934   height: 22px;
935   width: 22px;
936 }
937 .group_unselected {
938   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
939   float: left;
940   height: 22px;
941   width: 22px;
942 }
943 /* widget */
944 .widget {
945   margin-bottom: 1em;
946   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
947         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
948 /*  font-size: 12px; */
949 }
950 .widget h3 {
951   padding: 0px;
952   margin: 2px;
953 }
954 .widget .action {
955   opacity: 0.1;
956   -webkit-transition: all 0.2s ease-in-out;
957   -moz-transition: all 0.2s ease-in-out;
958   -o-transition: all 0.2s ease-in-out;
959   -ms-transition: all 0.2s ease-in-out;
960   transition: all 0.2s ease-in-out;
961 }
962 .widget input.action {
963   opacity: 0.5;
964   -webkit-transition: all 0.2s ease-in-out;
965   -moz-transition: all 0.2s ease-in-out;
966   -o-transition: all 0.2s ease-in-out;
967   -ms-transition: all 0.2s ease-in-out;
968   transition: all 0.2s ease-in-out;
969 }
970 .widget:hover .title .action {
971   opacity: 1;
972   -webkit-transition: all 0.2s ease-in-out;
973   -moz-transition: all 0.2s ease-in-out;
974   -o-transition: all 0.2s ease-in-out;
975   -ms-transition: all 0.2s ease-in-out;
976   transition: all 0.2s ease-in-out;
977 }
978 .widget .tool:hover .action {
979   opacity: 1;
980   -webkit-transition: all 0.2s ease-in-out;
981   -moz-transition: all 0.2s ease-in-out;
982   -o-transition: all 0.2s ease-in-out;
983   -ms-transition: all 0.2s ease-in-out;
984   transition: all 0.2s ease-in-out;
985 }
986 .widget .tool:hover .action.ticked {
987   opacity: 1;
988   -webkit-transition: all 0.2s ease-in-out;
989   -moz-transition: all 0.2s ease-in-out;
990   -o-transition: all 0.2s ease-in-out;
991   -ms-transition: all 0.2s ease-in-out;
992   transition: all 0.2s ease-in-out;
993 }
994 .widget ul {
995   padding: 0px;
996   margin-top: 0px;
997   margin-bottom: 0px;
998 }
999 .widget ul li {
1000   padding-left: 10px;
1001   /* min-height: 20px; */
1002   list-style: none;
1003   padding-top: 3px;
1004   padding-bottom: 3px;
1005   margin: 0px;
1006 }
1007 .widget .tool.selected {
1008   background: url('../../../images/selected.png') no-repeat left center;
1009 }
1010 /* widget: search */
1011 #add-search-popup {
1012   width: 200px;
1013   top: 18px;
1014 }
1015 /* section */
1016 section {
1017   display: table-cell;
1018   vertical-align: top;
1019   width: 766px;
1020   max-width: 766px;
1021   padding: 10px 10px 10px 10px;
1022   background-color: white;
1023 }
1024 /* wall item */
1025 .tread-wrapper {
1026 /*    border-bottom: 1px solid #BDCDD4; */
1027 border-bottom: 1px solid #D2D2D2;
1028   position: relative;
1029   padding: 5px;
1030   margin-bottom: 0px;
1031   /* width: 755px; */
1032 }
1033 .wall-item-decor {
1034   position: absolute;
1035   left: 755px;
1036   top: -10px;
1037   width: 16px;
1038 }
1039 .unstarred {
1040   display: none;
1041 }
1042 .wall-item-container {
1043   display: table;
1044   width: 745px;
1045 }
1046 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1047   display: table-row;
1048 }
1049 .wall-item-bottom {
1050   font-size: 14px;
1051 }
1052 .wall-item-container .wall-item-bottom {
1053   opacity: 0.5;
1054   -webkit-transition: all 0.2s ease-in-out;
1055   -moz-transition: all 0.2s ease-in-out;
1056   -o-transition: all 0.2s ease-in-out;
1057   -ms-transition: all 0.2s ease-in-out;
1058   transition: all 0.2s ease-in-out;
1059 }
1060 .wall-item-container:hover .wall-item-bottom {
1061   opacity: 1;
1062   -webkit-transition: all 0.2s ease-in-out;
1063   -moz-transition: all 0.2s ease-in-out;
1064   -o-transition: all 0.2s ease-in-out;
1065   -ms-transition: all 0.2s ease-in-out;
1066   transition: all 0.2s ease-in-out;
1067 }
1068 .wall-item-container .wall-item-info {
1069   display: table-cell;
1070   vertical-align: top;
1071   text-align: left;
1072   width: 80px;
1073 }
1074 .wall-item-container {
1075   /* padding-right: 30px; */
1076   padding-right: 0px;
1077 }
1078 .wall-item-container .wall-item-ago {
1079   word-wrap: break-word;
1080   width: 50px;
1081   margin-left: 10px;
1082   color: #999;
1083 }
1084 .wall-item-location {
1085   width: 350px;
1086   float: left;
1087 }
1088
1089 .wall-item-container .wall-item-content {
1090   font-size: 14px;
1091   max-width: 660px;
1092   word-wrap: break-word;
1093   line-height: 1.36;
1094 }
1095
1096 .wall-item-container .wall-item-content img {
1097   max-width: 650px;
1098   /* max-width: 580px; */
1099 }
1100 .children .wall-item-container .wall-item-item .wall-item-content img {
1101   /* max-width: 650px; */
1102   max-width: 580px;
1103 }
1104 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1105   display: table-cell;
1106   vertical-align: middle;
1107   /* font-size: 17px; */
1108 }
1109 .mail-list-wrapper a,
1110 .wall-item-container .wall-item-bottom a,
1111 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1112 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1113 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1114   color: #999;
1115 }
1116 .mail-list-wrapper a:hover,
1117 .wall-item-container .wall-item-bottom a:hover,
1118 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1119 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1120 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1121   color: #000;
1122   text-decoration: none;
1123 }
1124 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1125   opacity: 0.5;
1126   -webkit-transition: all 0.2s ease-in-out;
1127   -moz-transition: all 0.2s ease-in-out;
1128   -o-transition: all 0.2s ease-in-out;
1129   -ms-transition: all 0.2s ease-in-out;
1130   transition: all 0.2s ease-in-out;
1131 }
1132 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1133   opacity: 1;
1134   -webkit-transition: all 0.2s ease-in-out;
1135   -moz-transition: all 0.2s ease-in-out;
1136   -o-transition: all 0.2s ease-in-out;
1137   -ms-transition: all 0.2s ease-in-out;
1138   transition: all 0.2s ease-in-out;
1139 }
1140 .wall-item-container .wall-item-name {
1141   font-weight: bold;
1142 }
1143 .wall-item-container .wall-item-actions-author {
1144   width: 100%;
1145   margin-bottom: 0.3em;
1146 }
1147 .wall-item-container .wall-item-actions-social {
1148   float: left;
1149   margin-bottom: 1px;
1150 }
1151 .wall-item-container .wall-item-actions-social a {
1152   float: left;
1153   margin-right: 1em;
1154 }
1155 .wall-item-container .wall-item-actions-tools {
1156   float: right;
1157   width: 80px;
1158 }
1159 .wall-item-container .wall-item-actions-tools a {
1160   float: right;
1161   margin-left: 10px;
1162 }
1163 .wall-item-container .wall-item-actions-tools input {
1164   float: right;
1165   margin-left: 10px;
1166 }
1167 .wall-item-container.comment {
1168   margin-top: 5px;
1169   margin-bottom: 5px;
1170   margin-left: 80px;
1171   width: 665px;
1172   border-bottom: 1px solid hsl(198, 21%, 79%);
1173 }
1174 .wall-item-container.comment .wall-item-content {
1175   max-width: 585px;
1176 }
1177
1178 .wall-item-container.comment .contact-photo {
1179   width: 32px;
1180   height: 32px;
1181   margin-left: 16px;
1182   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1183
1184 }
1185 .wall-item-container.comment {
1186   top: 15px !important;
1187   left: 15px !important;
1188 }
1189 .wall-item-container.comment .wall-item-links {
1190   padding-left: 12px;
1191 }
1192 .wall-item-bottom .wall-item-comment-wrapper {
1193   margin: 1px 5px 1px 0px;
1194 }
1195 .wall-item-comment-wrapper {
1196   margin: 1px 15px 1px 80px;
1197 }
1198 .wall-item-comment-wrapper .comment-edit-photo {
1199   display: none;
1200 }
1201 .wall-item-comment-wrapper textarea {
1202   height: 1.2em;
1203   width: 100%;
1204   font-size: 10px;
1205   color: #999999;
1206   border: 1px solid #DDD;
1207   padding: 0.3em;
1208 }
1209 .wall-item-comment-wrapper .comment-edit-text-full {
1210   font-size: 14px;
1211   height: 4em;
1212   color: #2d2d2d;
1213   border: 1px solid #2d2d2d;
1214 }
1215
1216 .fakelink.togglecomment {
1217   float: left;
1218   margin-right: 1em;
1219 }
1220
1221 .comment-edit-preview .contact-photo {
1222   width: 32px;
1223   height: 32px;
1224   margin-left: 16px;
1225   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1226
1227 }
1228 .comment-edit-preview {
1229   width: 660px;
1230   border: 1px solid #2d2d2d;
1231   margin-top: 10px;
1232   top: 15px !important;
1233   left: 15px !important;
1234 }
1235 .comment-edit-preview .wall-item-links {
1236   padding-left: 12px;
1237 }
1238 .comment-edit-preview .wall-item-container {
1239   width: 700px;
1240 }
1241 .comment-edit-preview .tread-wrapper {
1242   width: 700px;
1243   padding: 0;
1244   margin: 10px 0;
1245   border-bottom: 0px;
1246 }
1247
1248 .wall-item-bottom .comment-edit-preview {
1249   width: 575px;
1250   margin-bottom: 5px;
1251 }
1252
1253 .shiny {
1254   /* border-right: 10px solid #fce94f; */
1255         border-right: 1px solid #A7C7F7;
1256         padding-right: 12px;
1257 }
1258
1259 #profile-jot-form #profile-jot-text {
1260   height: 2.0em;
1261   width: 99%;
1262   font-size: 15px;
1263   color: #999999;
1264   border: 1px solid #DDD;
1265   padding: 0.3em;
1266   margin-bottom: 10px;
1267 }
1268
1269 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1270     
1271          border-radius: 5px 5px 5px 5px;
1272     font-weight: bold;
1273     height: 20px;
1274     margin: 0 0 5px;
1275     width: 60%;
1276     border: 1px solid #d2d2d2;
1277 }
1278
1279 #profile-jot-form #jot-title:-webkit-input-placeholder {
1280   font-weight: normal;
1281 }
1282 #profile-jot-form #jot-title:-moz-placeholder {
1283   font-weight: normal;
1284 }
1285 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1286   width: 785px;
1287   height: 100px;
1288 }
1289
1290 #profile-jot-perms {
1291   float: right;
1292 }
1293
1294 #jot-preview-content {
1295   padding-top: 25px;
1296 }
1297
1298 #jot-preview-content .tread-wrapper {
1299   background-color: #fce94f;
1300 }
1301
1302 .wall-item-tags {
1303   padding-top: 1px;
1304   padding-bottom: 2px;
1305 }
1306 .tag {
1307   color: rgb(153,153,153);
1308   padding-left: 3px;
1309   font-size: 10px;
1310 }
1311 .tag a {
1312   padding-right: 8px;
1313   color: rgb(153,153,153);
1314 }
1315 .wwto {
1316   position: absolute !important;
1317   width: 25px;
1318   height: 25px;
1319   background: #FFFFFF;
1320   border: 2px solid #364e59;
1321   height: 25px;
1322   width: 25px;
1323   overflow: hidden;
1324   padding: 1px;
1325   position: absolute !important;
1326   top: 40px;
1327   left: 30px;
1328   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1329   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1330   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1331 }
1332 .wwto .contact-photo {
1333   width: auto;
1334   height: 25px;
1335 }
1336 /* contacts menu */
1337 .contact-photo-wrapper {
1338   position: relative;
1339   width: 80px;
1340 }
1341
1342 .contact-photo-wrapper.wwto {
1343   width: 25px;
1344 }
1345
1346 .contact-photo {
1347   width: 48px;
1348   height: 48px;
1349   overflow: hidden;
1350   display: block;
1351 }
1352 .contact-photo img {
1353   width: 48px;
1354   height: 48px;
1355 }
1356
1357 .contact-wrapper {
1358   float: left;
1359   width: 90px;
1360   height: 90px;
1361   margin-bottom: 15px;
1362 }
1363 .contact-wrapper .contact-photo {
1364   width: 80px;
1365   height: 80px;
1366 }
1367 .contact-wrapper .contact-photo img {
1368   width: 80px;
1369   height: 80px;
1370 }
1371 .contact-wrapper {
1372   left: 0px;
1373   top: 63px;
1374 }
1375 .contact-photo {
1376   width: 48px;
1377   height: 48px;
1378 }
1379 .contact-photo img {
1380   width: 48px;
1381   height: 48px;
1382 }
1383 .contact-name {
1384   /* text-align: center; */
1385   /*font-weight: bold;*/
1386   font-size: 12px;
1387 }
1388 .contact-details {
1389   color: #999999;
1390 }
1391 /* editor */
1392 .jothidden {
1393   display: none;
1394 }
1395 #jot {
1396   width: 785px;
1397   margin: 0px 2em 20px 0px;
1398 }
1399 #jot .profile-jot-text {
1400   height: 1.2em;
1401   width: 99%;
1402   font-size: 10px;
1403   color: #999999;
1404   border: 1px solid #DDD;
1405   padding: 0.3em;
1406 }
1407 #jot #jot-tools {
1408   margin: 0px;
1409   padding: 0px;
1410   height: 40px;
1411   overflow: none;
1412   width: 783px;
1413   background-color: #0e232e;
1414   border-bottom: 2px solid #9eabb0;
1415 }
1416 #jot #jot-tools li {
1417   list-style: none;
1418   float: left;
1419   width: 80px;
1420   height: 40px;
1421   border-bottom: 2px solid #9eabb0;
1422 }
1423 #jot #jot-tools li a {
1424   display: block;
1425   color: #cccccc;
1426   width: 100%;
1427   height: 40px;
1428   text-align: center;
1429   line-height: 40px;
1430   overflow: hidden;
1431 }
1432 #jot #jot-tools li:hover {
1433   background-color: #364e59;
1434   border-bottom: 2px solid #bdcdd4;
1435 }
1436 #jot #jot-tools li.perms {
1437   float: right;
1438   width: 40px;
1439 }
1440 #jot #jot-tools li.perms a.unlock {
1441   width: 30px;
1442   border-left: 10px solid #cccccc;
1443   background-color: #cccccc;
1444   background-position: left center;
1445 }
1446 #jot #jot-tools li.perms a.lock {
1447   width: 30px;
1448   border-left: 10px solid #666666;
1449   background-color: #666666;
1450 }
1451 #jot #jot-tools li.submit {
1452   float: right;
1453   background-color: #cccccc;
1454   border-bottom: 2px solid #cccccc;
1455   border-right: 1px solid #666666;
1456   border-left: 1px solid #666666;
1457 }
1458 #jot #jot-tools li.submit input {
1459   border: 0px;
1460   margin: 0px;
1461   padding: 0px;
1462   background-color: #cccccc;
1463   color: #666666;
1464   width: 80px;
1465   height: 40px;
1466   line-height: 40px;
1467 }
1468 #jot #jot-tools li.submit input:hover {
1469   background-color: #bdcdd4;
1470   color: #666666;
1471 }
1472 #jot #jot-tools li.loading {
1473   float: right;
1474   background-color: #ffffff;
1475   width: 20px;
1476   vertical-align: center;
1477   text-align: center;
1478   border-top: 2px solid #9eabb0;
1479   height: 38px;
1480 }
1481 #jot #jot-tools li.loading img {
1482   margin-top: 10px;
1483 }
1484 /* #jot */
1485 #jot-title {
1486   border: 0px;
1487   margin: 0px;
1488   height: 20px;
1489   width: 700px;
1490   font-weight: bold;
1491   border: 1px solid #ffffff;
1492 }
1493 #jot #jot-title:-webkit-input-placeholder {
1494   font-weight: normal;
1495 }
1496 #jot #jot-title:-moz-placeholder {
1497   font-weight: normal;
1498 }
1499 #jot #jot-title:hover {
1500   border: 1px solid #999999;
1501 }
1502 #jot #jot-title:focus {
1503   border: 1px solid #999999;
1504 }
1505 #jot #character-counter {
1506   width: 80px;
1507   float: right;
1508   text-align: right;
1509   height: 20px;
1510   line-height: 20px;
1511   padding-right: 20px;
1512 }
1513
1514 #profile-jot-submit {
1515   float: right;
1516   margin-left: 15px;
1517 }
1518 #profile-upload-wrapper {
1519   float: left;
1520   margin-left: 15px;
1521 }
1522 #profile-attach-wrapper {
1523   float: left;
1524   margin-left: 15px;
1525 }
1526 #profile-link-wrapper {
1527   float: left;
1528   margin-left: 15px;
1529 }
1530 #profile-video-wrapper {
1531   float: left;
1532   margin-left: 15px;
1533 }
1534 #profile-audio-wrapper {
1535   float: left;
1536   margin-left: 15px;
1537 }
1538 #profile-location-wrapper {
1539   float: left;
1540   margin-left: 15px;
1541 }
1542 #profile-nolocation-wrapper {
1543   float: left;
1544   margin-left: 15px;
1545 }
1546 #jot-perms-icon {
1547   float: right;
1548   margin-left: 15px;
1549 }
1550 #jot-preview-link {
1551   float: right;
1552 }
1553 #profile-jot-end {
1554   clear: both;
1555 }
1556 #profile-jot-text_tbl {
1557   width: 780px;
1558 }
1559 #profile-jot-wrapper {
1560   margin-bottom: 20px;
1561 }
1562
1563 /** buttons **/
1564 /*input[type="submit"] {
1565         border: 0px;
1566     background-color: @ButtonBackgroundColor;
1567     color: @ButtonColor;
1568     padding: 0px 10px;
1569         .rounded(5px);
1570     height: 18px;
1571 }*/
1572 /** acl **/
1573 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1574   display: block!important;
1575 }
1576 #acl-wrapper {
1577   width: 690px;
1578   float: left;
1579 }
1580 #acl-search {
1581   float: right;
1582   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1583   padding-right: 20px;
1584 }
1585 #acl-showall {
1586   float: left;
1587   display: block;
1588   width: auto;
1589   height: 18px;
1590   background-color: #cccccc;
1591   background-image: url("../../../images/show_all_off.png");
1592   background-position: 7px 7px;
1593   background-repeat: no-repeat;
1594   padding: 7px 5px 0px 30px;
1595   color: #999999;
1596   -moz-border-radius: 5px 5px 5px 5px;
1597   -webkit-border-radius: 5px 5px 5px 5px;
1598   border-radius: 5px 5px 5px 5px;
1599 }
1600 #acl-showall.selected {
1601   color: #000000;
1602   background-color: #ff9900;
1603   background-image: url("../../../images/show_all_on.png");
1604 }
1605 #acl-list {
1606   height: 210px;
1607   border: 1px solid #cccccc;
1608   clear: both;
1609   margin-top: 30px;
1610   overflow: auto;
1611 }
1612 .acl-list-item {
1613   display: block;
1614   width: 150px;
1615   height: 30px;
1616   border: 1px solid #cccccc;
1617   margin: 5px;
1618   float: left;
1619 }
1620 .acl-list-item img {
1621   width: 22px;
1622   height: 22px;
1623   float: left;
1624   margin: 4px;
1625 }
1626 .acl-list-item p {
1627   height: 12px;
1628   font-size: 10px;
1629   margin: 0px;
1630   padding: 2px 0px 1px;
1631   overflow: hidden;
1632 }
1633 .acl-list-item a {
1634   font-size: 8px;
1635   display: block;
1636   width: 40px;
1637   height: 10px;
1638   float: left;
1639   color: #999999;
1640   background-color: #cccccc;
1641   background-position: 3px 3px;
1642   background-repeat: no-repeat;
1643   margin-right: 5px;
1644   -webkit-border-radius: 2px ;
1645   -moz-border-radius: 2px;
1646   border-radius: 2px;
1647   padding-left: 15px;
1648 }
1649 #acl-wrapper a:hover {
1650   text-decoration: none;
1651   color: #000000;
1652 }
1653 .acl-button-show {
1654   background-image: url("../../../images/show_off.png");
1655 }
1656 .acl-button-hide {
1657   background-image: url("../../../images/hide_off.png");
1658 }
1659 .acl-button-show.selected {
1660   color: #000000;
1661   background-color: #9ade00;
1662   background-image: url("../../../images/show_on.png");
1663 }
1664 .acl-button-hide.selected {
1665   color: #000000;
1666   background-color: #ff4141;
1667   background-image: url("../../../images/hide_on.png");
1668 }
1669 .acl-list-item.groupshow {
1670   border-color: #9ade00;
1671 }
1672 .acl-list-item.grouphide {
1673   border-color: #ff4141;
1674 }
1675 /** /acl **/
1676 /** tab buttons **/
1677 ul.tabs {
1678   list-style-type: none;
1679   padding-bottom: 10px;
1680   font-size: 14px;
1681   padding-left: 0px;
1682   margin-bottom: 30px;
1683 }
1684 ul.tabs li {
1685   float: left;
1686   /* margin-left: 7px; */
1687 }
1688 /*ul.tabs li .active {
1689   border-bottom: 1px solid #005c94;
1690 }*/
1691
1692 ul.tabs a {
1693     display: block;
1694     float: left;
1695 }
1696
1697 div.pager, .birthday-notice, ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1698     border: 1px solid lightgray;
1699     color: black;
1700     background: #F2F2F2;
1701     padding: 2px 7px 2px 7px;
1702     margin-top: 2px;
1703     margin-bottom: 2px;
1704
1705     /* padding: 0px 10px 1px 10px; */
1706     /*padding: 0px 5px 1px 5px;
1707     -webkit-border-radius: 4px;
1708     -moz-border-radius: 4px;
1709     border-radius: 4px;
1710     border: 1px solid #ECECF2;
1711     font-weight: bold;
1712     line-height: 1.4em;
1713     color: #3e3e8c;
1714     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
1715     background: #ececf2;
1716     background: -moz-linear-gradient(top, #ffffff 0%, #ececf2 100%);
1717     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
1718     background: -webkit-linear-gradient(top, #ffffff 0%,#ececf2 100%);
1719     background: -o-linear-gradient(top, #ffffff 0%,#ececf2 100%);
1720     background: -ms-linear-gradient(top, #ffffff 0%,#ececf2 100%);
1721     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
1722     background: linear-gradient(top, #ffffff 0%,#ececf2 100%);*/
1723 }
1724
1725 #event-notice:hover, ul.tabs li .active, ul.tabs a:hover, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1726     color: black;
1727     background-color: #e5e5e5;
1728     text-decoration: none;
1729     border: 1px solid darkgray;
1730
1731     /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
1732     background: -moz-linear-gradient(top, #7b8dbb 0%, #364a84 100%);
1733     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
1734     background: -webkit-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1735     background: -o-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1736     background: -ms-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1737     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
1738     background: linear-gradient(top, #7b8dbb 0%,#364a84 100%);*/
1739 }
1740
1741 .comment-edit-bb {
1742   float:right;
1743 }
1744 .comment-edit-bb a {
1745   color: #888;
1746   padding: 0px 5px 1px 5px;
1747 }
1748
1749 .comment-edit-bb a:hover {
1750   color: #000;
1751   text-decoration: none;
1752 }
1753
1754 /**
1755  * Form fields
1756  */
1757 .field {
1758   margin-bottom: 10px;
1759   padding-bottom: 10px;
1760   overflow: auto;
1761   width: 100%;
1762 }
1763 .field label {
1764   float: left;
1765   width: 200px;
1766 }
1767 .field input, .field textarea {
1768   width: 400px;
1769 }
1770 .field textarea {
1771   height: 100px;
1772 }
1773 .field .field_help {
1774   display: block;
1775   margin-left: 200px;
1776   color: #666666;
1777 }
1778 .field .onoff {
1779   float: left;
1780   width: 80px;
1781 }
1782 .field .onoff a {
1783   display: block;
1784   border: 1px solid #666666;
1785   background-image: url("../../../images/onoff.jpg");
1786   background-repeat: no-repeat;
1787   padding: 4px 2px 2px 2px;
1788   height: 16px;
1789   text-decoration: none;
1790 }
1791 .field .onoff .off {
1792   border-color: #666666;
1793   padding-left: 40px;
1794   background-position: left center;
1795   background-color: #cccccc;
1796   color: #666666;
1797   text-align: right;
1798 }
1799 .field .onoff .on {
1800   border-color: #204A87;
1801   padding-right: 40px;
1802   background-position: right center;
1803   background-color: #D7E3F1;
1804   color: #204A87;
1805   text-align: left;
1806 }
1807 .field .hidden {
1808   display: none!important;
1809 }
1810 .field.radio .field_help {
1811   margin-left: 0px;
1812 }
1813
1814 #profile-edit-links-end {
1815         clear: both;
1816         margin-bottom: 15px;
1817 }
1818
1819 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1820
1821 #profile-edit-links li {
1822   float: left;
1823   list-style: none;
1824   margin-left: 10px;
1825 }
1826
1827 .profile-edit-side-div {
1828 /*  display: none; */
1829   float: right; 
1830 }
1831
1832 /* aside div.clear {
1833   clear: none;
1834   float: left;
1835 } */
1836
1837 #register-form label,
1838 #profile-edit-form label {
1839         width: 300px; float: left;
1840 }
1841
1842 .required {
1843   display: inline;
1844   color: #B20202;
1845 }
1846
1847 /* oauth */
1848 .oauthapp {
1849   height: auto;
1850   overflow: auto;
1851   border-bottom: 2px solid #cccccc;
1852   padding-bottom: 1em;
1853   margin-bottom: 1em;
1854 }
1855 .oauthapp img {
1856   float: left;
1857   width: 48px;
1858   height: 48px;
1859   margin: 10px;
1860 }
1861 .oauthapp img.noicon {
1862   background-image: url("../../../images/icons/48/plugin.png");
1863   background-position: center center;
1864   background-repeat: no-repeat;
1865 }
1866 .oauthapp a {
1867   float: left;
1868 }
1869 /* contacts */
1870 .contact-entry-wrapper {
1871   width: 120px;
1872   height: 120px;
1873   float: left;
1874 }
1875 /* photo */
1876 .lframe {
1877   float: left;
1878   margin: 0px 10px 10px 0px;
1879 }
1880 /* profile match wrapper */
1881 .profile-match-wrapper {
1882   float: left;
1883   width: 90px;
1884   height: 90px;
1885   margin-bottom: 20px;
1886 }
1887 .profile-match-wrapper .contact-photo {
1888   width: 80px;
1889   height: 80px;
1890 }
1891 .profile-match-wrapper .contact-photo img {
1892   width: 80px;
1893   height: 80px;
1894 }
1895 .profile-match-wrapper {
1896   left: 0px;
1897   top: 63px;
1898 }
1899
1900 .contact-photo-menu-button {
1901         position: relative;
1902         background-image: url("../../../images/icons/16/menu.png");
1903         background-position: top left; 
1904         background-repeat: no-repeat;
1905         margin: 0px 0px -16px 0px; 
1906         padding: 0px;
1907         width: 16px;
1908         height: 16px;
1909         top: -20px; left:0px;
1910         overflow: hidden;
1911         text-indent: 40px;
1912         display: none;
1913         
1914 }
1915 .contact-photo-menu {
1916         width: 11em;
1917         border: 3px solid #364e59;
1918         color: #2d2d2d;
1919         background: #FFFFFF;
1920 /*        position: absolute;*/
1921         position: relative;
1922         left: 0px; top: 0px;
1923         display: none;
1924         z-index: 10000;
1925 }
1926 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1927 .contact-photo-menu li a {
1928         display: block; 
1929         padding: 5px 10px; 
1930         color: #2d2d2d;
1931         text-decoration: none;
1932 }
1933 .contact-photo-menu li a:hover {
1934         background-color: #bdcdd4; 
1935 }
1936
1937 /* page footer */
1938 footer {
1939   /* height: 100px; */
1940   display: table-row;
1941 }
1942
1943 blockquote {
1944     border-left: 1px solid #D2D2D2;
1945     padding-left: 9px;
1946     margin: 0 0 0 .8ex;
1947     color: #777;
1948 }
1949
1950 .oembed {
1951     font-size: large;
1952     font-weight: bold;
1953 }
1954
1955 /* ================== */
1956 /* = Contacts Block = */
1957 /* ================== */
1958
1959 .contact-block-img {
1960         width: 42px;
1961         height: 42px;
1962         padding-right: 2px;
1963 }
1964 .contact-block-div {
1965         float: left;
1966 }
1967
1968 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1969 #contact-block-end { clear: both; } 
1970
1971 #group-edit-wrapper {
1972         margin-bottom: 10px;
1973 }
1974
1975 #group-members-end {
1976         clear: both;
1977 }
1978
1979 /*
1980 #group-separator,
1981 #prof-separator { display: none;}
1982 */
1983
1984 #prvmail-upload {
1985   margin-left: 10px;
1986 }
1987
1988 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1989         margin-bottom: 10px;
1990         margin-top: 20px;
1991 }
1992
1993 #prvmail-submit {
1994         float: left;
1995         margin-top: 10px;
1996 }
1997 #prvmail-upload-wrapper,
1998 #prvmail-link-wrapper,
1999 #prvmail-rotator-wrapper {
2000         float: left;
2001         margin-top: 10px;
2002         margin-right: 10px;
2003         width: 24px;
2004 }
2005
2006 #prvmail-end {
2007         clear: both;
2008 }
2009
2010 .mail-list-sender,
2011 .mail-list-detail {
2012         float: left;
2013 }
2014 .mail-list-detail {
2015         margin-left: 20px;
2016 }
2017
2018 .mail-list-subject {
2019         font-size: 1.1em;
2020         margin-top: 10px;
2021 }
2022 a.mail-list-link {
2023     display: block;
2024     font-size: 1.3em;
2025     padding: 4px 0;
2026 }
2027
2028 /*
2029 *a.mail-list-link:hover {
2030 *       background-color: #15607B;
2031 *       color: #F5F6FB;
2032 *}
2033 */
2034
2035 .mail-list-outside-wrapper-end {
2036         clear: both;
2037 }
2038
2039 .mail-list-outside-wrapper {
2040         margin-top: 30px;
2041 }
2042
2043 .mail-list-delete-wrapper {
2044         float: right;
2045         margin-right: 30px;
2046         margin-top: 15px;
2047 }
2048
2049 .mail-list-delete-icon {
2050         border: none;
2051 }
2052
2053 .mail-conv-sender,
2054 .mail-conv-detail {
2055         float: left;
2056 }
2057 .mail-conv-detail {
2058         margin-left: 20px;
2059         width: 500px;
2060 }
2061
2062 .mail-conv-subject {
2063     font-size: 1.4em;
2064     margin: 10px 0;
2065 }
2066
2067 .mail-conv-outside-wrapper-end {
2068         clear: both;
2069 }
2070
2071 .mail-conv-outside-wrapper {
2072         margin-top: 30px;
2073 }
2074
2075 .mail-conv-delete-wrapper {
2076         float: right;
2077         margin-right: 30px;
2078         margin-top: 15px;
2079 }
2080 .mail-conv-break {
2081         clear: both;
2082 }
2083
2084 .mail-conv-delete-icon {
2085         border: none;
2086 }
2087
2088 /* ========== */
2089 /* = Events = */
2090 /* ========== */
2091 .eventcal {
2092         float: left;
2093         font-size: 20px;
2094 }
2095
2096 .vevent {
2097         border: 1px solid #CCCCCC;
2098 }
2099 .vevent .event-description, .vevent .event-location {
2100         margin-left: 10px;
2101         margin-right: 10px;
2102 }
2103 .vevent .event-start {
2104         margin-left: 10px;
2105         margin-right: 10px;
2106 }
2107
2108 #new-event-link {
2109         margin-bottom: 10px;
2110 }
2111
2112 .edit-event-link, .plink-event-link {
2113         float: left;
2114         margin-top: 4px;
2115         margin-right: 4px;
2116         margin-bottom: 15px;
2117 }
2118
2119 .event-description:before {
2120         content: url('../../../images/calendar.png');
2121         margin-right: 15px;
2122 }
2123
2124 .event-start, .event-end {
2125         margin-left: 10px;
2126         width: 330px;
2127         clear: both;
2128 }
2129
2130 .event-start .dtstart, .event-end .dtend {
2131         float: right;
2132 }
2133
2134 .event-list-date {
2135         margin-bottom: 10px;
2136 }
2137
2138 .prevcal, .nextcal {
2139         float: left;
2140         margin-left: 32px;
2141         margin-right: 32px;
2142         margin-top: 64px;
2143 }
2144 .event-calendar-end {
2145         clear: both;
2146 }
2147
2148  
2149 .calendar {
2150         font-family: Courier, monospace;
2151 }
2152 .today {
2153         font-weight: bold;
2154         color: #FF0000;
2155 }
2156
2157 .settings-block {
2158         border: 1px solid #AAA;
2159         margin: 10px;
2160         padding: 10px;
2161 }
2162
2163 .app-title {
2164   margin: 0px;
2165 }
2166
2167 #identity-manage-desc {
2168         margin-top:15px;
2169         margin-bottom: 15px;
2170 }
2171
2172 #identity-manage-choose {
2173         margin-bottom: 15px;
2174 }
2175
2176 #identity-submit {
2177         margin-top: 20px;
2178 }
2179
2180 #photo-prev-link, #photo-next-link {
2181         padding: 10px;
2182         float: left;
2183 }
2184
2185 #photo-photo {
2186         float: left;
2187 }
2188
2189 #photo-photo-end {
2190         clear: both;
2191 }
2192
2193 .profile-match-photo {
2194         float: left;
2195         text-align: center;
2196         width: 120px;
2197 }
2198
2199 .profile-match-name {
2200         float: left;
2201         text-align: center;
2202         width: 120px;
2203         overflow: hidden;
2204 }
2205
2206 .profile-match-break,
2207 .profile-match-end {
2208         clear: both;
2209 }
2210
2211 .profile-match-connect {
2212         text-align: center;
2213         font-weight: bold;
2214 }
2215
2216 .profile-match-wrapper {
2217         float: left;
2218         padding: 10px;
2219         width: 120px;
2220         height: 120px;
2221         scroll: auto;
2222 }
2223 #profile-match-wrapper-end {
2224         clear: both;
2225 }
2226
2227 /* ============= */
2228 /* = Directory = */
2229 /* ============= */
2230 /* contacts menu */
2231 .contact-photo-wrapper {
2232   position: relative;
2233 }
2234 .contact-photo {
2235   width: 48px;
2236   height: 48px;
2237   overflow: hidden;
2238   display: block;
2239 }
2240 .contact-photo img {
2241   width: 48px;
2242   height: 48px;
2243 }
2244 .contact-photo-menu-button {
2245   display: none;
2246   /* position: absolute; */
2247   /* position: absolute; */
2248   left: -2px;
2249   top: -20px;
2250 }
2251 .contact-wrapper {
2252   float: left;
2253   width: 90px;
2254   height: 90px;
2255   margin-bottom: 15px;
2256 }
2257 .contact-wrapper .contact-photo {
2258   width: 80px;
2259   height: 80px;
2260 }
2261 .contact-wrapper .contact-photo img {
2262   width: 80px;
2263   height: 80px;
2264 }
2265 .contact-wrapper .contact-photo-menu-button {
2266   left: 0px;
2267   top: 63px;
2268 }
2269 .directory-item {
2270   float: left;
2271   width: 200px;
2272   height: 200px;
2273 }
2274 .directory-item .contact-photo {
2275   width: 175px;
2276   height: 175px;
2277 }
2278 .directory-item .contact-photo img {
2279   width: 175px;
2280   height: 175px;
2281 }
2282 .contact-name {
2283   text-align: center;
2284   font-weight: bold;
2285   font-size: 12px;
2286 }
2287 .contact-details {
2288   color: #999999;
2289 }
2290
2291 .photo-top-image-wrapper {
2292         position: relative;
2293         float: left;
2294         margin-top: 15px;
2295         margin-right: 15px;
2296         width: 200px; height: 200px; 
2297         overflow: hidden; 
2298 }
2299 .photo-top-album-name {
2300         width: 100%;
2301         min-height: 2em;
2302         position: absolute; 
2303         bottom: 0px; 
2304         padding: 0px 3px;
2305         padding-top: 0.5em;
2306         background-color: rgb(255, 255, 255);
2307 }
2308 #photo-top-end {
2309         clear: both;
2310 }
2311
2312 #photo-top-links {
2313         margin-bottom: 30px;
2314         margin-left: 30px;
2315 }
2316
2317 #photos-upload-newalbum-div {
2318         float: left;
2319         width: 175px;
2320 }
2321
2322 .menu-profile-list{
2323   height: auto;
2324   overflow: auto;
2325   min-height: 16px;
2326   list-style: none;
2327         }
2328 .menu-profile-list:hover{
2329         background: #E7F2F7;
2330         }
2331 .menu-profile-list-item{
2332         padding-left: 5px;
2333         vertical-align: middle;
2334         }       
2335 .menu-profile-list-item:hover{  
2336         text-decoration: none;
2337    }
2338
2339 .autocomplete {
2340   width: 350px;
2341   color: black; 
2342   border: 1px solid rgb(210, 210, 210); 
2343   background-color: white;
2344   cursor: pointer;
2345   text-align: left;
2346   max-height: 350px;
2347   overflow: auto;
2348   display: block;
2349   background-position: initial initial;
2350   background-repeat: initial initial; 
2351 }
2352 .mail-list-wrapper {
2353   background-color: #f6f7f8;
2354   margin-bottom: 5px;
2355   width: 100%;
2356   height: auto;
2357   overflow: hidden;
2358 }
2359 .mail-list-wrapper span {
2360   display: block;
2361   float: left;
2362   width: 20%;
2363   overflow: hidden;
2364 }
2365 .mail-list-wrapper .mail-subject {
2366   width: 30%;
2367   padding: 4px 0px 0px 4px;
2368 }
2369 .mail-list-wrapper .mail-subject a {
2370   display: block;
2371 }
2372 .mail-list-wrapper .mail-subject.unseen a {
2373   font-weight: bold;
2374 }
2375 .mail-list-wrapper .mail-date {
2376   padding: 4px 4px 0px 4px;
2377 }
2378 .mail-list-wrapper .mail-from {
2379   padding: 4px 4px 0px 4px;
2380 }
2381 .mail-list-wrapper .mail-count {
2382   padding: 4px 4px 0px 4px;
2383   text-align: right;
2384 }
2385 .mail-list-wrapper .mail-delete {
2386   float: right;
2387 }
2388 #mail-display-subject {
2389   background-color: #f6f7f8;
2390   color: #2d2d2d;
2391   margin-bottom: 10px;
2392   width: 100%;
2393   height: auto;
2394   overflow: hidden;
2395 }
2396 #mail-display-subject span {
2397   float: left;
2398   overflow: hidden;
2399   padding: 4px 0px 0px 10px;
2400 }
2401 #mail-display-subject .mail-delete {
2402   float: right;
2403   opacity: 0.5;
2404   -webkit-transition: all 0.2s ease-in-out;
2405   -moz-transition: all 0.2s ease-in-out;
2406   -o-transition: all 0.2s ease-in-out;
2407   -ms-transition: all 0.2s ease-in-out;
2408   transition: all 0.2s ease-in-out;
2409 }
2410 #mail-display-subject:hover .mail-delete {
2411   opacity: 1;
2412   -webkit-transition: all 0.2s ease-in-out;
2413   -moz-transition: all 0.2s ease-in-out;
2414   -o-transition: all 0.2s ease-in-out;
2415   -ms-transition: all 0.2s ease-in-out;
2416   transition: all 0.2s ease-in-out;
2417 }
2418
2419 .mail-list-outside-wrapper-end {
2420         clear: both;
2421 }
2422 .mail-list-outside-wrapper {
2423         margin-top: 30px;
2424 }
2425 .mail-list-delete-wrapper {
2426         float: right;
2427         margin-right: 30px;
2428         margin-top: 15px;
2429 }
2430 .mail-list-delete-icon {
2431         border: none;
2432 }
2433 .mail-conv-sender,
2434 .mail-conv-detail {
2435         float: left;
2436 }
2437 .mail-conv-detail {
2438         margin-left: 20px;
2439         width: 500px;
2440 }
2441 .mail-conv-subject {
2442     font-size: 1.4em;
2443     margin: 10px 0;
2444 }
2445 .mail-conv-outside-wrapper-end {
2446         clear: both;
2447 }
2448 .mail-conv-outside-wrapper {
2449         margin-top: 30px;
2450 }
2451 .mail-conv-delete-wrapper {
2452         float: right;
2453         margin-right: 30px;
2454         margin-top: 15px;
2455 }
2456 .mail-conv-break {
2457         clear: both;
2458 }
2459 .mail-conv-delete-icon {
2460         border: none;
2461 }
2462