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