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