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