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