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