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