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