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