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