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