]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-blue/style-profile.css
minor css fixes in diabook
[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: 160px;
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 /* wall item */
1195 .tread-wrapper {
1196   border-bottom: 1px solid #D2D2D2;
1197   position: relative;
1198   padding: 5px;
1199   margin-bottom: 0px;
1200   width: 575px;
1201 }
1202 .tread-wrapper a{
1203   color: #1872A2;
1204 }
1205
1206 .wall-item-decor {
1207   position: absolute;
1208   left: 790px;
1209   top: -10px;
1210   width: 16px;
1211 }
1212
1213 .wall-item-container {
1214   display: table;
1215   width: 580px;
1216 }
1217
1218
1219 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1220   display: table-row;
1221 }
1222
1223 .wall-item-bottom {
1224   font-size: 13px;
1225 }
1226 .wall-item-container .wall-item-bottom {
1227 /*  opacity: 0.5;
1228   -webkit-transition: all 0.2s ease-in-out;
1229   -moz-transition: all 0.2s ease-in-out;
1230   -o-transition: all 0.2s ease-in-out;
1231   -ms-transition: all 0.2s ease-in-out;
1232   transition: all 0.2s ease-in-out; */
1233 }
1234 .wall-item-container:hover .wall-item-bottom {
1235 /*  opacity: 1;
1236   -webkit-transition: all 0.2s ease-in-out;
1237   -moz-transition: all 0.2s ease-in-out;
1238   -o-transition: all 0.2s ease-in-out;
1239   -ms-transition: all 0.2s ease-in-out;
1240   transition: all 0.2s ease-in-out; */
1241 }
1242 .wall-item-container .wall-item-info {
1243   display: table-cell;
1244   vertical-align: top;
1245   text-align: left;
1246   width: 80px;
1247 }
1248 .wall-item-container .wall-item-location {
1249   padding-right: 40px;
1250   display: table-cell;
1251 }
1252 .wall-item-container .wall-item-ago {
1253   word-wrap: break-word;
1254   width: 50px;
1255   margin-left: 10px;
1256   color: #999;
1257 }
1258 .wall-item-location {
1259   
1260   clear: both;
1261   overflow: hidden;
1262   
1263   margin-bottom: 5px;
1264 }
1265
1266 .wall-item-container .wall-item-content {
1267   font-size: 12.5px;
1268   max-width: 420px;
1269   word-wrap: break-word;
1270   line-height: 1.2;
1271 }
1272
1273 .wall-item-container .wall-item-content img {
1274   max-width: 400px;
1275 }
1276 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1277   display: table-cell;
1278   vertical-align: middle;
1279 }
1280 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1281   opacity: 0.5;
1282   -webkit-transition: all 0.2s ease-in-out;
1283   -moz-transition: all 0.2s ease-in-out;
1284   -o-transition: all 0.2s ease-in-out;
1285   -ms-transition: all 0.2s ease-in-out;
1286   transition: all 0.2s ease-in-out;
1287 }
1288 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1289   opacity: 1;
1290   -webkit-transition: all 0.2s ease-in-out;
1291   -moz-transition: all 0.2s ease-in-out;
1292   -o-transition: all 0.2s ease-in-out;
1293   -ms-transition: all 0.2s ease-in-out;
1294   transition: all 0.2s ease-in-out;
1295 }
1296 .wall-item-container .wall-item-name {
1297   font-weight: bold;
1298 }
1299 .wall-item-container .wall-item-actions-author {
1300   width: 100%;
1301   margin-bottom: 0.3em;
1302 }
1303 .wall-item-container .wall-item-actions-social {
1304   float: left;
1305   margin-bottom: 1px;
1306   display: table-cell;
1307 }
1308 .wall-item-container .wall-item-actions-social a {
1309   margin-right: 1em;
1310 }
1311 .wall-item-actions-social a {
1312   float: left;
1313 }
1314 .wall-item-container .wall-item-actions-tools {
1315   float: right;
1316   width: 80px;
1317   display: table-cell;
1318 }
1319 .wall-item-container .wall-item-actions-tools a {
1320   float: right;
1321 }
1322 .wall-item-container .wall-item-actions-tools input {
1323   float: right;
1324 }
1325 .wall-item-container.comment {
1326   margin-top: 5px;
1327   margin-bottom: 5px;
1328   margin-left: 80px;
1329   width: 500px;
1330   border-bottom: 1px solid hsl(198, 21%, 79%);
1331 }
1332 .wall-item-container.comment .contact-photo {
1333   width: 32px;
1334   height: 32px;
1335   margin-left: 16px;
1336   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1337
1338 }
1339 .wall-item-container.comment {
1340   top: 15px !important;
1341   left: 15px !important;
1342 }
1343 .wall-item-container.comment .wall-item-links {
1344   padding-left: 12px;
1345 }
1346 .wall-item-comment-wrapper {
1347   margin: 1px 5px 1px 80px;
1348 }
1349 .wall-item-comment-wrapper .comment-edit-photo {
1350   display: none;
1351 }
1352 .wall-item-comment-wrapper textarea {
1353   height: 2.0em;
1354   width: 100%;
1355   font-size: 10px;
1356   color: #999999;
1357   border: 1px solid #DDD;
1358   padding: 0.3em;
1359   font-size: 14px;
1360 }
1361 .wall-item-comment-wrapper .comment-edit-text-full {
1362   font-size: 14px;
1363   height: 4em;
1364   color: #2d2d2d;
1365   border: 1px solid #2d2d2d;
1366 }
1367 .comment-edit-preview {
1368   width: 710px;
1369   border: 1px solid #2d2d2d;
1370   margin-top: 10px;
1371 }
1372 .comment-edit-preview .contact-photo {
1373   width: 32px;
1374   height: 32px;
1375   margin-left: 16px;
1376   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1377
1378 }
1379 .comment-edit-preview {
1380   top: 15px !important;
1381   left: 15px !important;
1382 }
1383 .comment-edit-preview .wall-item-links {
1384   padding-left: 12px;
1385 }
1386 .comment-edit-preview .wall-item-container {
1387   width: 700px;
1388 }
1389 .comment-edit-preview .tread-wrapper {
1390   width: 700px;
1391   padding: 0;
1392   margin: 10px 0;
1393 }
1394
1395 .shiny {
1396   /* border-right: 10px solid #fce94f; */
1397         border-right: 1px solid #A7C7F7;
1398         padding-right: 12px;
1399 }
1400
1401 #jot-preview-content{
1402         margin-top: 30px;}
1403         
1404 #jot-preview-content .tread-wrapper {
1405   background-color: #fff797;
1406 }
1407
1408 .wall-item-tags {
1409   padding-top: 1px;
1410   padding-bottom: 2px;
1411 }
1412 .tag {
1413   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1414   color: #999;
1415   padding-left: 3px;
1416   font-size: 12px;
1417 }
1418 .tag a {
1419   padding-right: 5px;
1420   /*background: url("../../../images/tag.png") no-repeat center right;*/
1421   color: #999;
1422 }
1423 .wwto {
1424   position: absolute !important;
1425   width: 25px;
1426   height: 25px;
1427   background: #FFFFFF;
1428   border: 2px solid #364e59;
1429   height: 25px;
1430   width: 25px;
1431   overflow: hidden;
1432   padding: 1px;
1433   position: absolute !important;
1434   top: 40px;
1435   left: 30px;
1436   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1437   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1438   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1439 }
1440 .wwto .contact-photo {
1441   width: auto;
1442   height: 25px;
1443 }
1444 /* contacts menu */
1445 .contact-photo-wrapper {
1446   position: relative;
1447   width: 80px;
1448 }
1449
1450 .contact-photo-wrapper.wwto {
1451   width: 25px;
1452 }
1453
1454 .contact-photo {
1455   width: 48px;
1456   height: 48px;
1457   overflow: hidden;
1458   display: block;
1459 }
1460 .contact-photo img {
1461   width: 48px;
1462   height: 48px;
1463 }
1464
1465 .contact-wrapper {
1466   float: left;
1467   width: 90px;
1468   height: 90px;
1469   margin-bottom: 15px;
1470 }
1471 .contact-wrapper .contact-photo {
1472   width: 80px;
1473   height: 80px;
1474 }
1475 .contact-wrapper .contact-photo img {
1476   width: 80px;
1477   height: 80px;
1478 }
1479 .contact-wrapper {
1480   left: 0px;
1481   top: 63px;
1482 }
1483 .contact-photo {
1484   width: 48px;
1485   height: 48px;
1486 }
1487 .contact-photo img {
1488   width: 48px;
1489   height: 48px;
1490 }
1491 .contact-name {
1492   /* text-align: center; */
1493   /*font-weight: bold;*/
1494   font-size: 12px;
1495 }
1496 .contact-details {
1497   color: #999999;
1498 }
1499 /* editor */
1500 .jothidden {
1501   display: none;
1502 }
1503 #jot {
1504   width: 585px;
1505   margin: 0px 2em 20px 0px;
1506 }
1507 #profile-jot-form #profile-jot-text {
1508   height: 2.0em;
1509   width: 99%;
1510   font-size: 15px;
1511   color: #999999;
1512   border: 1px solid #DDD;
1513   padding: 0.3em;
1514   margin-bottom: 10px;
1515 }
1516 #jot #jot-tools {
1517   margin: 0px;
1518   padding: 0px;
1519   height: 40px;
1520   overflow: none;
1521   width: 583px;
1522   background-color: #fff;
1523   border-bottom: 2px solid #9eabb0;
1524 }
1525
1526 #jot #jot-tools li {
1527   list-style: none;
1528   float: left;
1529   width: 80px;
1530   height: 40px;
1531   border-bottom: 2px solid #9eabb0;
1532 }
1533 #jot #jot-tools li a {
1534   display: block;
1535   color: #cccccc;
1536   width: 100%;
1537   height: 40px;
1538   text-align: center;
1539   line-height: 40px;
1540   overflow: hidden;
1541 }
1542 #jot #jot-tools li:hover {
1543   background-color: #364e59;
1544   border-bottom: 2px solid #bdcdd4;
1545 }
1546 #jot #jot-tools li.perms {
1547   float: right;
1548   width: 40px;
1549 }
1550 #jot #jot-tools li.perms a.unlock {
1551   width: 30px;
1552   border-left: 10px solid #cccccc;
1553   background-color: #cccccc;
1554   background-position: left center;
1555 }
1556 #jot #jot-tools li.perms a.lock {
1557   width: 30px;
1558   border-left: 10px solid #666666;
1559   background-color: #666666;
1560 }
1561 #jot #jot-tools li.submit {
1562   float: right;
1563   background-color: #cccccc;
1564   border-bottom: 2px solid #cccccc;
1565   border-right: 1px solid #666666;
1566   border-left: 1px solid #666666;
1567 }
1568 #jot #jot-tools li.submit input {
1569   border: 0px;
1570   margin: 0px;
1571   padding: 0px;
1572   background-color: #cccccc;
1573   color: #666666;
1574   width: 80px;
1575   height: 40px;
1576   line-height: 40px;
1577 }
1578 #jot #jot-tools li.submit input:hover {
1579   background-color: #bdcdd4;
1580   color: #666666;
1581 }
1582 #jot #jot-tools li.loading {
1583   float: right;
1584   background-color: #ffffff;
1585   width: 20px;
1586   vertical-align: center;
1587   text-align: center;
1588   border-top: 2px solid #9eabb0;
1589   height: 38px;
1590 }
1591 #jot #jot-tools li.loading img {
1592   margin-top: 10px;
1593 }
1594 #profile-jot-form #jot-title {
1595     
1596          border-radius: 5px 5px 5px 5px;
1597     font-weight: bold;
1598     height: 20px;
1599     margin: 0 0 5px;
1600     width: 60%;
1601     border: 1px solid #ffffff;
1602 }
1603 #profile-jot-form #jot-title:-webkit-input-placeholder {
1604   font-weight: normal;
1605 }
1606 #profile-jot-form #jot-title:-moz-placeholder {
1607   font-weight: normal;
1608 }
1609 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1610         width: 585px;
1611         height: 100px;
1612         }
1613 #jot #jot-title:hover {
1614   border: 1px solid #999999;
1615 }
1616 #jot #jot-title:focus {
1617   border: 1px solid #999999;
1618 }
1619 #jot #character-counter {
1620   width: 80px;
1621   float: right;
1622   text-align: right;
1623   height: 20px;
1624   line-height: 20px;
1625   padding-right: 20px;
1626 }
1627 #jot-perms-icon, 
1628 #profile-location,
1629 #profile-nolocation,
1630 #profile-youtube, 
1631 #profile-video, 
1632 #profile-audio,
1633 #profile-link,
1634 #profile-title, 
1635 #wall-image-upload,
1636 #wall-file-upload,
1637 #wall-image-upload-div,
1638 #wall-file-upload-div,
1639 .hover, .focus {
1640         cursor: pointer;
1641         margin-top: 2px;
1642 }
1643 #profile-jot-wrapper{
1644         margin: 0 2em 20px 0;
1645    width: 585px;
1646         }
1647
1648 #profile-jot-submit-wrapper {
1649         margin-bottom: 50px;
1650         width: 585px;
1651 }
1652
1653 #profile-jot-submit {
1654         float: right;
1655         margin-top: 2px;
1656         
1657 }
1658 #profile-upload-wrapper {
1659         float: left;
1660         margin-top: 2px;
1661         margin-left: 10px;
1662         
1663 }
1664 #profile-attach-wrapper {
1665         float: left;
1666         margin-left: 15px;
1667         margin-top: 2px;
1668 }
1669 #profile-rotator {
1670         float: left;
1671         margin-left: 30px;
1672         margin-top: 2px;
1673 }
1674 #profile-link-wrapper {
1675         float: left;
1676         margin-left: 15px;
1677         margin-top: 2px;
1678 }
1679 #profile-youtube-wrapper {
1680         float: left;
1681         margin-left: 15px;
1682         margin-top: 2px;
1683 }
1684 #profile-video-wrapper {
1685         float: left;
1686         margin-left: 15px;
1687         margin-top: 2px;
1688 }
1689 #profile-audio-wrapper {
1690         float: left;
1691         margin-left: 15px;
1692         margin-top: 2px;
1693 }
1694 #profile-location-wrapper {
1695         float: left;
1696         margin-left: 15px;
1697         margin-top: 2px;
1698 }
1699 #profile-jot-perms {
1700         float: left;
1701         margin-left: 45px;
1702         margin-top: 2px;
1703 }
1704 #jot-preview-link {
1705         float: right;
1706         margin-left: 10px;
1707         margin-top: 2px;
1708         font-size: 10px;
1709 }
1710 #profile-jot-perms{
1711    float: right;
1712         margin-left: 10px;
1713         margin-top: 2px;        
1714         }
1715 /** buttons **/
1716 .button.creation1 {
1717     background-color: #fff;
1718     border: 1px solid #777777;
1719     background-image: -moz-linear-gradient(center top , white 0%, #DDDDDD 100%);
1720     border-radius: 3px 3px 3px 3px;
1721     box-shadow: 0 1px 1px #CFCFCF;
1722 }
1723 .button.creation2 {
1724     background-color: #1872A2;
1725     background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
1726     border: 1px solid #777777;
1727     color: white;
1728     border-radius: 3px 3px 3px 3px;
1729     box-shadow: 0 1px 1px #CFCFCF;
1730     margin-left: 5px;
1731 }
1732 /*input[type="submit"] {
1733         border: 0px;
1734     background-color: @ButtonBackgroundColor;
1735     color: @ButtonColor;
1736     padding: 0px 10px;
1737         .rounded(5px);
1738     height: 18px;
1739 }*/
1740 /** acl **/
1741 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1742   display: block!important;
1743 }
1744 #acl-wrapper {
1745   width: 690px;
1746   float: left;
1747 }
1748 #acl-search {
1749   float: right;
1750   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1751   padding-right: 20px;
1752 }
1753 #acl-showall {
1754   float: left;
1755   display: block;
1756   width: auto;
1757   height: 18px;
1758   background-color: #cccccc;
1759   background-image: url("../../../images/show_all_off.png");
1760   background-position: 7px 7px;
1761   background-repeat: no-repeat;
1762   padding: 7px 5px 0px 30px;
1763   color: #999999;
1764   -moz-border-radius: 5px 5px 5px 5px;
1765   -webkit-border-radius: 5px 5px 5px 5px;
1766   border-radius: 5px 5px 5px 5px;
1767 }
1768 #acl-showall.selected {
1769   color: #000000;
1770   background-color: #ff9900;
1771   background-image: url("../../../images/show_all_on.png");
1772 }
1773 #acl-list {
1774   height: 210px;
1775   border: 1px solid #cccccc;
1776   clear: both;
1777   margin-top: 30px;
1778   overflow: auto;
1779 }
1780 .acl-list-item {
1781   display: block;
1782   width: 150px;
1783   height: 30px;
1784   border: 1px solid #cccccc;
1785   margin: 5px;
1786   float: left;
1787 }
1788 .acl-list-item img {
1789   width: 22px;
1790   height: 22px;
1791   float: left;
1792   margin: 4px;
1793 }
1794 .acl-list-item p {
1795   height: 12px;
1796   font-size: 10px;
1797   margin: 0px;
1798   padding: 2px 0px 1px;
1799   overflow: hidden;
1800 }
1801 .acl-list-item a {
1802   font-size: 8px;
1803   display: block;
1804   width: 40px;
1805   height: 10px;
1806   float: left;
1807   color: #999999;
1808   background-color: #cccccc;
1809   background-position: 3px 3px;
1810   background-repeat: no-repeat;
1811   margin-right: 5px;
1812   -webkit-border-radius: 2px ;
1813   -moz-border-radius: 2px;
1814   border-radius: 2px;
1815   padding-left: 15px;
1816 }
1817 #acl-wrapper a:hover {
1818   text-decoration: none;
1819   color: #000000;
1820 }
1821 .acl-button-show {
1822   background-image: url("../../../images/show_off.png");
1823 }
1824 .acl-button-hide {
1825   background-image: url("../../../images/hide_off.png");
1826 }
1827 .acl-button-show.selected {
1828   color: #000000;
1829   background-color: #9ade00;
1830   background-image: url("../../../images/show_on.png");
1831 }
1832 .acl-button-hide.selected {
1833   color: #000000;
1834   background-color: #ff4141;
1835   background-image: url("../../../images/hide_on.png");
1836 }
1837 .acl-list-item.groupshow {
1838   border-color: #9ade00;
1839 }
1840 .acl-list-item.grouphide {
1841   border-color: #ff4141;
1842 }
1843 /** /acl **/
1844 /** tab buttons 14618a**/
1845 ul.tabs {
1846   list-style-type: none;
1847   padding-bottom: 10px;
1848   font-size: 13px;
1849 }
1850 ul.tabs li {
1851   float: left;
1852   margin-left: 5px;
1853 }
1854 ul.tabs li .active {
1855     background-color: #055580;
1856     border: 1px solid #777777;
1857     color: white;
1858     border-radius: 3px 3px 3px 3px;
1859     box-shadow: 0 1px 1px #CFCFCF;
1860     margin-left: 5px;
1861 }
1862 /**
1863  * Form fields
1864  */
1865 .field {
1866   margin-bottom: 10px;
1867   padding-bottom: 10px;
1868   overflow: auto;
1869   width: 100%;
1870 }
1871 .field label {
1872   float: left;
1873   width: 200px;
1874 }
1875 .field input, .field textarea {
1876   width: 400px;
1877 }
1878 .field textarea {
1879   height: 100px;
1880 }
1881 .field .field_help {
1882   display: block;
1883   margin-left: 200px;
1884   color: #666666;
1885 }
1886 .field .onoff {
1887   float: left;
1888   width: 80px;
1889 }
1890 .field .onoff a {
1891   display: block;
1892   border: 1px solid #666666;
1893   background-image: url("../../../images/onoff.jpg");
1894   background-repeat: no-repeat;
1895   padding: 4px 2px 2px 2px;
1896   height: 16px;
1897   text-decoration: none;
1898 }
1899 .field .onoff .off {
1900   border-color: #666666;
1901   padding-left: 40px;
1902   background-position: left center;
1903   background-color: #cccccc;
1904   color: #666666;
1905   text-align: right;
1906 }
1907 .field .onoff .on {
1908   border-color: #204A87;
1909   padding-right: 40px;
1910   background-position: right center;
1911   background-color: #D7E3F1;
1912   color: #204A87;
1913   text-align: left;
1914 }
1915 .field .hidden {
1916   display: none!important;
1917 }
1918 .field.radio .field_help {
1919   margin-left: 0px;
1920 }
1921 #directory-search-form{
1922         margin-bottom: 50px;
1923         }
1924 #profile-edit-links-end {
1925         clear: both;
1926         margin-bottom: 15px;
1927 }
1928
1929 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1930
1931 #profile-edit-links li {
1932   float: left;
1933   list-style: none;
1934   margin-left: 10px;
1935 }
1936
1937 .profile-edit-side-div {
1938   display: none;
1939 }
1940
1941 #register-form label,
1942 #profile-edit-form label {
1943         width: 300px; float: left;
1944 }
1945
1946 .required {
1947   display: inline;
1948   color: #B20202;
1949 }
1950
1951 /* oauth */
1952 .oauthapp {
1953   height: auto;
1954   overflow: auto;
1955   border-bottom: 2px solid #cccccc;
1956   padding-bottom: 1em;
1957   margin-bottom: 1em;
1958 }
1959 .oauthapp img {
1960   float: left;
1961   width: 48px;
1962   height: 48px;
1963   margin: 10px;
1964 }
1965 .oauthapp img.noicon {
1966   background-image: url("../../../images/icons/48/plugin.png");
1967   background-position: center center;
1968   background-repeat: no-repeat;
1969 }
1970 .oauthapp a {
1971   float: left;
1972 }
1973 /* contacts */
1974 .contact-entry-wrapper {
1975   width: 120px;
1976   height: 120px;
1977   float: left;
1978 }
1979 /* photo */
1980 .photo {
1981 box-shadow: 2px 2px 5px 0px #000000;
1982 margin: 2px 5px 2px 5px;
1983 max-height: 85%;
1984 max-width: 85%;
1985 }
1986 .lframe {
1987   float: left;
1988   /*margin: 0px 10px 10px 0px;*/
1989 }
1990 /* profile match wrapper */
1991 .profile-match-wrapper {
1992   float: left;
1993   width: 90px;
1994   height: 90px;
1995   margin-bottom: 20px;
1996 }
1997 .profile-match-wrapper .contact-photo {
1998   width: 80px;
1999   height: 80px;
2000 }
2001 .profile-match-wrapper .contact-photo img {
2002   width: 80px;
2003   height: 80px;
2004 }
2005 .profile-match-wrapper {
2006   left: 0px;
2007   top: 63px;
2008 }
2009
2010 .contact-photo-menu-button {
2011         position: relative;
2012         background-image: url("../../../images/icons/16/menu.png");
2013         background-position: top left; 
2014         background-repeat: no-repeat;
2015         margin: 0px 0px -16px 0px; 
2016         padding: 0px;
2017         width: 16px;
2018         height: 16px;
2019         top: -20px; left:0px;
2020         overflow: hidden;
2021         text-indent: 40px;
2022         display: none;
2023         
2024 }
2025 .contact-photo-menu {
2026         width: 11em;
2027         border: 3px solid #364e59;
2028         color: #2d2d2d;
2029         background: #FFFFFF;
2030 /*        position: absolute;*/
2031         position: relative;
2032         left: 0px; top: 0px;
2033         display: none;
2034         z-index: 10000;
2035 }
2036 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2037 .contact-photo-menu li a {
2038         display: block; 
2039         padding: 5px 10px; 
2040         color: #2d2d2d;
2041         text-decoration: none;
2042 }
2043 .contact-photo-menu li a:hover {
2044         background-color: #bdcdd4; 
2045 }
2046
2047 /* page footer */
2048 footer {
2049   height: 100px;
2050   display: table-row;
2051 }
2052
2053 blockquote {
2054     border-left: 1px solid #D2D2D2;
2055     padding-left: 9px;
2056     margin: 0 0 0 .8ex;
2057 }
2058 .aprofile dt{
2059 box-shadow: 1px 1px 5px 0;
2060     color: #666666;
2061     margin: 15px 0 5px;
2062     padding-left: 5px;  
2063         }
2064 /* ================== */
2065 /* = Contacts Block = */
2066 /* ================== */
2067
2068 .contact-block-img {
2069         width: 48px;
2070         height: 48px;
2071         padding-right: 3px;
2072 }
2073 .contact-block-div {
2074         float: left;
2075 }
2076
2077 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2078 #contact-block-end { clear: both; } 
2079
2080 #group-edit-wrapper {
2081         margin-bottom: 10px;
2082 }
2083
2084 #group-members-end {
2085         clear: both;
2086 }
2087 #group-edit-desc {
2088  margin-top: 15px;
2089 }
2090
2091 /*
2092 #group-separator,
2093 #prof-separator { display: none;}
2094 */
2095
2096 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2097         margin-bottom: 10px;
2098         margin-top: 20px;
2099 }
2100
2101 #prvmail-submit {
2102         float: right;
2103         margin-top: 10px;
2104 }
2105
2106 #prvmail-subject
2107 {
2108 background: none repeat scroll 0 0 #FFFFFF;
2109 border: 1px solid #CCCCCC;
2110 border-radius: 5px 5px 5px 5px;
2111 font-weight: bold;
2112 height: 20px;
2113 margin: 0 0 5px;
2114 vertical-align: middle;
2115 }
2116 #prvmail-form{
2117  width: 597px;  
2118         }
2119         
2120 #prvmail-upload-wrapper,
2121 #prvmail-link-wrapper,
2122 #prvmail-rotator-wrapper {
2123         float: left;
2124         margin-top: 10px;
2125         margin-right: 10px;
2126         width: 24px;
2127 }
2128
2129 #prvmail-end {
2130         clear: both;
2131 }
2132
2133 .mail-list-sender,
2134 .mail-list-detail {
2135         float: left;
2136 }
2137 .mail-list-detail {
2138         margin-left: 20px;
2139 }
2140
2141 .mail-list-subject {
2142         font-size: 1.1em;
2143         margin-top: 10px;
2144 }
2145 a.mail-list-link {
2146     display: block;
2147     font-size: 1.3em;
2148     padding: 4px 0;
2149 }
2150
2151 /*
2152 *a.mail-list-link:hover {
2153 *       background-color: #15607B;
2154 *       color: #F5F6FB;
2155 *}
2156 */
2157
2158 .mail-list-outside-wrapper-end {
2159         clear: both;
2160 }
2161
2162 .mail-list-outside-wrapper {
2163         margin-top: 30px;
2164 }
2165
2166 .mail-list-delete-wrapper {
2167         float: right;
2168         margin-right: 30px;
2169         margin-top: 15px;
2170 }
2171
2172 .mail-list-delete-icon {
2173         border: none;
2174 }
2175
2176 .mail-conv-sender,
2177 .mail-conv-detail {
2178         float: left;
2179 }
2180 .mail-conv-detail {
2181         margin-left: 20px;
2182         width: 500px;
2183 }
2184
2185 .mail-conv-subject {
2186     font-size: 1.4em;
2187     margin: 10px 0;
2188 }
2189
2190 .mail-conv-outside-wrapper-end {
2191         clear: both;
2192 }
2193
2194 .mail-conv-outside-wrapper {
2195         margin-top: 30px;
2196 }
2197
2198 .mail-conv-delete-wrapper {
2199         float: right;
2200         margin-right: 30px;
2201         margin-top: 15px;
2202 }
2203 .mail-conv-break {
2204         clear: both;
2205 }
2206
2207 .mail-conv-delete-icon {
2208         border: none;
2209 }
2210
2211 /* ========== */
2212 /* = Events = */
2213 /* ========== */
2214 .eventcal {
2215         float: left;
2216         font-size: 20px;
2217 }
2218
2219 .vevent {
2220         border: 1px solid #CCCCCC;
2221 }
2222 .vevent .event-description, .vevent .event-location {
2223         margin-left: 10px;
2224         margin-right: 10px;
2225 }
2226 .vevent .event-start {
2227         margin-left: 10px;
2228         margin-right: 10px;
2229 }
2230
2231 #new-event-link {
2232         margin-bottom: 10px;
2233 }
2234
2235 .edit-event-link, .plink-event-link {
2236         float: left;
2237         margin-top: 4px;
2238         margin-right: 4px;
2239         margin-bottom: 15px;
2240 }
2241
2242 .event-description:before {
2243         content: url('../../../images/calendar.png');
2244         margin-right: 15px;
2245 }
2246
2247 .event-start, .event-end {
2248         margin-left: 10px;
2249         width: 330px;
2250         clear: both;
2251 }
2252
2253 .event-start .dtstart, .event-end .dtend {
2254         float: right;
2255 }
2256
2257 .event-list-date {
2258         margin-bottom: 10px;
2259 }
2260
2261 .prevcal, .nextcal {
2262         float: left;
2263         margin-left: 32px;
2264         margin-right: 32px;
2265         margin-top: 64px;
2266 }
2267 .event-calendar-end {
2268         clear: both;
2269 }
2270
2271  
2272 .calendar {
2273         font-family: Courier, monospace;
2274 }
2275 .calendar.eventcal a {
2276   color: #1872A2;       
2277         }
2278 .today {
2279         font-weight: bold;
2280         color: #FF0000;
2281 }
2282
2283 .settings-block {
2284         border: 1px solid #AAA;
2285         margin: 10px;
2286         padding: 10px;
2287 }
2288
2289 .app-title {
2290         margin: 10px;
2291 }
2292
2293 #identity-manage-desc {
2294         margin-top:15px;
2295         margin-bottom: 15px;
2296 }
2297
2298 #identity-manage-choose {
2299         margin-bottom: 15px;
2300 }
2301
2302 #identity-submit {
2303         margin-top: 20px;
2304 }
2305
2306 #photo-prev-link, #photo-next-link {
2307         padding: 10px;
2308         float: left;
2309 }
2310 .lightbox{
2311         float: left;
2312         }
2313
2314 #photo-photo {
2315         float: left;
2316 }
2317 #photo-like-div .wall-item-like-buttons {
2318          float: left;
2319     margin-right: 5px;
2320     margin-top: 30px;
2321         }
2322 .comment-edit-text-empty {
2323     margin: 10px 0 0;
2324     width: 85%;
2325 }
2326 .comment-edit-photo {
2327     margin: 10px 0 0;
2328 }
2329 .wall-item-like-buttons .icon.like {
2330 float: left;
2331 }
2332
2333 #photo-photo-end {
2334         clear: both;
2335 }
2336
2337 .tabs .comment-wwedit-wrapper {
2338         display: block;
2339    margin-top: 30px;
2340    margin-left: 50px;
2341         }
2342
2343 .profile-match-photo {
2344         float: left;
2345         text-align: center;
2346         width: 120px;
2347 }
2348
2349 .profile-match-name {
2350         float: left;
2351         text-align: center;
2352         width: 120px;
2353         overflow: hidden;
2354 }
2355
2356 .profile-match-break,
2357 .profile-match-end {
2358         clear: both;
2359 }
2360
2361 .profile-match-connect {
2362         text-align: center;
2363         font-weight: bold;
2364 }
2365
2366 .profile-match-wrapper {
2367         float: left;
2368         padding: 10px;
2369         width: 120px;
2370         height: 120px;
2371         scroll: auto;
2372 }
2373 #profile-match-wrapper-end {
2374         clear: both;
2375 }
2376
2377 /* ============= */
2378 /* = Directory = */
2379 /* ============= */
2380 /* contacts menu */
2381 .contact-photo-wrapper {
2382   position: relative;
2383 }
2384 .contact-photo {
2385   width: 48px;
2386   height: 48px;
2387   overflow: hidden;
2388   display: block;
2389 }
2390 .contact-photo img {
2391   width: 48px;
2392   height: 48px;
2393 }
2394 .contact-photo-menu-button {
2395   display: none;
2396   /* position: absolute; */
2397   /* position: absolute; */
2398   left: -2px;
2399   top: -20px;
2400 }
2401 .contact-wrapper {
2402   float: left;
2403   width: 90px;
2404   height: 90px;
2405   margin-bottom: 15px;
2406 }
2407 .contact-wrapper .contact-photo {
2408   width: 80px;
2409   height: 80px;
2410 }
2411 .contact-wrapper .contact-photo img {
2412   width: 80px;
2413   height: 80px;
2414 }
2415 .contact-wrapper .contact-photo-menu-button {
2416   left: 0px;
2417   top: 63px;
2418 }
2419 .directory-item {
2420   float: left;
2421   width: 200px;
2422   height: 200px;
2423 }
2424 .directory-item .contact-photo {
2425   width: 175px;
2426   height: 175px;
2427 }
2428 .directory-item .contact-photo img {
2429   width: 175px;
2430   height: 175px;
2431 }
2432 .contact-name {
2433   text-align: left;
2434   font-weight: bold;
2435   font-size: 12px;
2436 }
2437 .contact-details {
2438   color: #999999;
2439 }
2440 #side-bar-photos-albums li{
2441 list-style-type: disc;
2442 }
2443 #side-bar-photos-albums ul li{
2444   margin-left: 30px;
2445   padding-left: 0px;
2446         }
2447 #side-bar-photos-albums{
2448         margin-top: 15px;       
2449         }
2450 .photo-top-photo, .photo-album-photo {
2451   -webkit-border-radius: 5px 5px 0 0;
2452   -moz-border-radius: 5px 5px 0 0;
2453   border-radius: 5px 5px 0 0;
2454 }
2455 .photo-album-image-wrapper, .photo-top-image-wrapper {
2456   float: left;
2457    -moz-box-shadow: 0 0 5px #888;
2458    -webkit-box-shadow: 0 0 5px #888;
2459    box-shadow: 0 0 5px #888;
2460   background-color: #000;
2461    -webkit-border-radius: 5px;
2462    -moz-border-radius: 5px;
2463   border-radius: 5px;
2464   padding-bottom: 20px;
2465   position: relative;
2466   margin: 0 10px 10px 0;
2467   width: 200px; height: 140px;
2468   overflow: hidden;  
2469 }
2470 .photo-top-album-name {
2471         width: 100%;
2472         position: absolute; 
2473         bottom: 0px; 
2474         padding-left: 3px;
2475         background-color: #EEE;
2476 }
2477 .photo-top-album-link{
2478   color: #1872A2;
2479         }
2480 .photo-top-album-img{
2481         
2482         }
2483 /*.photo-top-image-wrapper {
2484         position: relative;
2485         float: left;
2486         margin-top: 15px;
2487         margin-right: 15px;
2488         width: 200px; height: 200px; 
2489         overflow: hidden; 
2490 }
2491 .photo-top-album-name {
2492         width: 100%;
2493         min-height: 2em;
2494         position: absolute; 
2495         bottom: 0px; 
2496         padding: 0px 3px;
2497         padding-top: 0.5em;
2498         background-color: rgb(255, 255, 255);
2499 }*/
2500 #photo-top-end {
2501         clear: both;
2502 }
2503
2504 #photo-top-links {
2505         margin-bottom: 30px;
2506         margin-left: 30px;
2507 }
2508
2509 #photos-upload-newalbum-div {
2510         float: left;
2511         width: 175px;
2512 }
2513