Make termlist bold
[pazpar2-moved-to-github.git] / www / mobile / UiUIKit / stylesheets / iphone.css
1 /* 
2
3         Universal iPhone UI Kit 1.0
4         Author: Diego Martín Lafuente.
5         E-Mail: dlafuente@gmail.com
6         AIM: Minidixier
7         Licence: AGPLv3
8         date: 2008-08-09
9         
10         URL: www.minid.net
11         SVN URL: http://code.google.com/p/iphone-universal/source/checkout
12         Download: http://code.google.com/p/iphone-universal/downloads/list
13         
14         */
15         
16         
17         body {
18                 background: rgb(197,204,211) url(../images/stripes.png);
19                 font-family: Helvetica;
20                 margin: 0 0 0 10px;
21                 padding: 0;
22                 -webkit-user-select: none;
23                 -webkit-text-size-adjust: none;
24                 }
25                 
26                 /* standard header on body */
27                 
28                 div#header + h1, ul + h1 {
29                         color: rgb(76,86,108);
30                         font: bold 18px Helvetica;
31                         text-shadow: #fff 0 1px 0;
32                         margin: 15px 0 0 10px;  
33                         }
34
35
36 #searchForm {
37   background-color: #4AB694; 
38 //8AD0B9;
39 }
40 #nav {
41     background-color: #000;
42     height: 40px;
43     width: 100%;
44     overflow: hidden;
45     border-bottom-width: 0px;
46     border-bottom-top: 0px;
47 }
48 #nav li {
49   margin: 10px 5px 0 5px;
50   float: left;
51   padding: 10px 5px 10px 5px;
52   margin: 0;
53   list-style: none;
54   border-bottom-width: 0px;
55   border-bottom-top: 0px;
56 }
57 #nav a {
58   color: #fff;
59   text-transform: uppercase;
60   font-size: 10px;
61   margin-top: 0px;
62   margin-bottom: 0px;
63   margin-left: 0px;
64   vertical-align: bottom;
65   }
66   
67   a {
68   text-decoration: none;
69   color: #1A4064;
70   cursor: pointer;
71   }
72   
73
74
75
76                 /* standard paragraph on body */
77                 
78                 ul + p, ul.data + p + p, ul.form + p + p {
79                         color: rgb(76,86,108);
80                         font: 14px Helvetica;
81                         text-align: center;
82                         text-shadow: white 0 1px 0;
83                         margin: 0 10px 17px 0;
84                         }
85
86
87                 
88
89
90
91
92
93
94
95
96
97
98
99                 
100                 /* headers */
101
102                 div#header {
103                         background: rgb(109,133,163) url(../images/bgHeader.png) repeat-x top;
104                         border-top: 1px solid rgb(205,213,223);
105                         border-bottom: 1px solid rgb(46,55,68);
106                         padding: 10px;
107                         margin: 0 0 0 -10px;
108                         min-height: 44px;
109                         //position: absolute;
110                         -webkit-box-sizing: border-box;
111                         }
112
113
114                                 div#header h1 {
115                                         color: #fff;
116                                         font: bold 20px/30px Helvetica;
117                                         text-shadow: #2d3642 0 -1px 0;
118                                         text-align: center;
119                                         text-overflow: ellipsis;
120                                         white-space: nowrap;
121                                         overflow: hidden;
122                                         width: 49%;
123                                         padding: 5px 0;
124                                         margin: 2px 0 0 -24%;
125                                         position: absolute;
126                                         top: 0;
127                                         left: 50%;
128                                         }
129
130                                         div#header a {
131                                                 color: #FFF;
132                                                 background: none;
133                                                 font: bold 12px/30px Helvetica;
134                                                 border-width: 0 5px;
135                                                 margin: 0;
136                                                 padding: 0 3px;
137                                                 width: auto;
138                                                 height: 30px;
139                                                 text-shadow: rgb(46,55,68) 0 -1px 0;
140                                                 text-overflow: ellipsis;
141                                                 text-decoration: none;
142                                                 white-space: nowrap;
143                                                 position: absolute;
144                                                 overflow: hidden;
145                                                 top: 7px;
146                                                 right: 6px;
147                                                 -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
148                                                 }
149
150                                                 div#header #backButton {
151                                                         left: 6px;
152                                                         right: auto;
153                                                         padding: 0;
154                                                         max-width: 55px;
155                                                         border-width: 0 8px 0 14px;
156                                                         -webkit-border-image: url(../images/backButton.png) 0 8 0 14;
157                                                         }
158
159
160                                                 .Action {
161                                                         border-width: 0 5px;
162                                                         -webkit-border-image: url(../images/actionButton.png) 0 5 0 5;
163                                                 }
164
165
166                                                 
167                                                 div#header ul {
168                                                         margin-top: 15px;
169                                                 }
170                                                 
171                                                 div#header p {
172                                                         color: rgb(60,70,80);
173                                                         font-weight: bold;
174                                                         font-size: 13px;
175                                                         text-align: center;
176                                                         clear: both;
177                                                         position: absolute;
178                                                         top: 4px;
179                                                         left: 35px;
180                                                         right: 35px;
181                                                         margin: 0;
182                                                         text-shadow: #C0CBDB 0 1px 0;
183                                                         text-overflow: ellipsis;
184                                                         white-space: nowrap;
185                                                         overflow: hidden;
186                                                 }
187                                                 
188                                                 div.pre {
189                                                         height: 60px;
190                                                         }
191
192
193                                                         div.pre h1 {
194                                                                 top: 18px !important;
195                                                                 }
196                                                                 
197                                                         div.pre a {
198                                                                 top: 25px !important;
199                                                                 right: 6px;
200                                                                 }
201                                                                 
202                                                         div.pre a#Backbutton {
203                                                                 left: 6px !important;
204                                                         }       
205                                                                 
206                                                                 
207                                                                 
208                 
209                 
210                 /***** List (base) ******/
211                 
212                 ul {
213                         color: black;
214                         background: #fff;
215                         border: 1px solid #B4B4B4;
216                         font: normal 17px Helvetica;
217                         padding: 0;        
218                         margin: 15px 10px 17px 0;
219                         -webkit-border-radius: 8px;
220                         }
221                 
222                 
223                         ul li {
224                                 /* color: #666; */
225                                 border-top: 0px;
226                                 list-style-type: none;  
227 //                              padding: 10px 10px 10px 10px;
228 //                              border: 1px solid #B4B4B4;
229                                 }
230
231                         ul.termlist li a {
232                                 color: #000;
233                                 border-top: 0px;
234                                 list-style-type: none;  
235                                 padding: 10px 10px 10px 10px;
236                                 border: 1px solid #B4B4B4;
237                                 font-weight: bold;
238                                 -webkit-tap-highlight-color:rgba(0,0,0,0);
239                                 }
240                                 
241
242                                 
243                                 /* when you have a first LI item on any list */
244                                 
245                                 li:first-child {        
246                                         border-top: 0px;
247                                         -webkit-border-top-left-radius: 8px;
248                                         -webkit-border-top-right-radius: 8px;
249                                         }
250
251                                 li:last-child { 
252                                         -webkit-border-bottom-left-radius: 8px;
253                                         -webkit-border-bottom-right-radius: 8px;
254                                         }
255                                         
256                                         
257                                 /* universal arrows */
258                                 
259                                 ul li.img {
260                                         border: 1px solid rgb(180,180,180);
261                                         }
262                                         
263                                 ul li.arrow {
264                                         background-image: url(../images/chevron.png);
265                                         background-position: right center;
266                                         background-repeat: no-repeat;
267                                         border: 1px solid rgb(180,180,180);
268                                         }
269                                         
270                                         
271                                 #plastic ul li.arrow, #metal ul li.arrow {
272                                         background-image: url(../images/chevron_dg.png);
273                                         background-position: right center;
274                                         background-repeat: no-repeat;
275                                         }
276                                         
277                                                                         
278                                 
279                                 /* universal links on list */
280                                 
281                                 ul li a, li.img a + a {
282                                         color: #000;
283                                         text-decoration: none;
284                                         text-overflow: ellipsis;
285                                         white-space: nowrap;
286                                         overflow: hidden;
287                                         display: block;
288                                         padding: 0px 0px 0px 0px;
289                                         margin: 0px;
290                                         -webkit-tap-highlight-color:rgba(0,0,0,0);
291                                 }
292                                 
293                                         ul li.img a + a {
294                                                 margin: 0px 10px 0px -5px;
295                                                 font-size: 17px;
296                                                 font-weight: bold;
297                                         }
298                                         
299                                         ul li.img a + a + a {
300                                                         font-size: 14px;
301                                                         font-weight: normal;
302                                                         margin-left: -5px;
303                                                         margin-bottom: 0px;
304                                                         margin-top: 0;
305                                                 }
306                                                 
307                                                 
308                                                 ul li.img a + small + a {
309                                                         margin-left: -5px;
310                                                 }
311                                                 
312                                                 
313                                                 ul li.img a + small + a + a {
314                                                         margin-left:  -5px;
315                                                         margin-top:    0px;
316                                                         margin-bottom: 0px;
317                                                         font-size: 14px;
318                                                         font-weight: normal;
319                                                         }
320                                                         
321                                                         ul li.img a + small + a + a + a {
322                                                                 margin-left: 0px !important;
323                                                                 margin-bottom: 0;
324                                                         }
325                                 
326                                 
327                                         ul li a + a {
328                                                 color: #000;
329                                                 font: 14px Helvetica;
330                                                 text-overflow: ellipsis;
331                                                 white-space: nowrap;
332                                                 overflow: hidden;
333                                                 display: block;
334                                                 margin: 0;
335                                                 padding: 0;
336                                                 }
337                                                 
338                                                 ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
339                                                         /* color: #666; */
340                                                         font: 13px Helvetica;
341                                                         margin-left: -5px;
342                                                         text-overflow: ellipsis;
343                                                         white-space: nowrap;
344                                                         overflow: hidden;
345                                                         display: block;
346                                                         padding: 0;
347                                                 }
348                                                 
349                                                 
350                                         
351                 
352                 
353                                 /* standard mini-label */
354                                 
355                                 ul li small {
356                                         color: #369;
357                                         font: 17px Helvetica;
358                                         text-align: right;
359                                         text-overflow: ellipsis;
360                                         white-space: nowrap;
361                                         overflow: hidden;
362                                         display: block;
363                                         width: 23%;
364                                         float: right;
365                                         padding: 3px 0px;
366                                         }
367                                         
368                                         
369                                         
370                                         ul li.arrow small {
371                                                 padding: 0 15px;
372                                         }
373                                         
374                                         ul li small.counter {
375                                                 font-size: 17px !important;
376                                                 line-height: 13px !important;
377                                                 font-weight: bold;
378                                                 background: rgb(154,159,170);
379                                                 color: #fff;
380                                                 -webkit-border-radius: 11px;
381                                                 padding: 4px 10px 5px 10px;
382                                                 display: inline !important;
383                                                 width: auto;
384                                                 margin-top: 2px;
385                                         }
386                                         
387                                         
388                                         ul li.arrow small.counter {
389                                                 margin-right: 15px;
390                                         }
391                                         
392                                         
393                                         
394         
395                                         /* resize without labels */
396                                         
397                                         ul li.arrow a {
398                                                 width: 95%;
399                                                 }
400                                         
401                                                 /* with labels */
402                                                 
403                                                 ul li small + a {
404                                                         width: 75%;
405                                                 }
406                                                 
407                                                 ul li.arrow small + a {
408                                                         width: 70%;
409                                                 }
410                                                 
411                 
412                 
413                 /* images */
414                 
415                         ul li.img {
416                                 padding-left: 60px;
417                                 height: 58px;
418                         }
419                 
420                         ul li.img a.img {
421                                 /* background: url(../images/standard-img.png) no-repeat; */
422                                 display: inline-block;
423                                 width: 45px;
424                                 height: 60px;
425                                 margin: 0px 0px 0px -60px;
426                                 padding: 0px 0px 0px 0px;
427                                 float: left;
428                         }
429                 
430                 
431                 
432                 /* individuals */
433                 
434                 
435                 
436                         ul.individual {
437                                 border: 0;
438                                 background: none;
439                                 clear: both;
440                                 height: 45px;
441                         }
442                         
443                                 ul.individual li {
444                                         color: rgb(183,190,205);
445                                         background: white;
446                                         border: 1px solid rgb(180,180,180);
447                                         font-size: 14px;
448                                         text-align: center;
449                                         -webkit-border-radius: 8px;
450                                         -webkit-box-sizing: border-box;
451                                         width: 48%;
452                                         float:left;
453                                         display: block;
454                                         padding: 11px 10px 14px 10px;
455                                         }
456                                 
457                                         ul.individual li + li {
458                                                 float: right;
459                                                 
460                                         }
461                                         
462                                         
463                                         ul.individual li a {
464                                                 color: rgb(50,79,133);
465                                                 line-height: 16px;
466                                                 margin: -11px -10px -14px -10px;
467                                                 padding: 11px 10px 14px 10px;
468                                                 -webkit-border-radius: 8px;
469                                         }
470                                         
471                                                 ul.individual li a:hover {
472                                                         color: #fff;
473                                                         background: #36c;
474                                                         }
475                                                         
476                                                         
477                                                         
478                                                         
479                                                         /* Normal lists and metal */
480
481                                                         body#normal h4 {
482                                                                 color: #fff;
483                                                                 /* 002863 rgb(154,159,170) */
484                                                                 background: rgb(0,40,99) url(../images/bglight.png) top left repeat-x;
485                                                                 border-top: 1px solid rgb(0,40,99); /* rgb(165,177,186); */
486                                                                 text-shadow: #666 0 1px 0;
487                                                                 margin: 0;
488                                                                 padding: 2px 10px;
489                                                         }
490
491
492                                                         body#normal, body#metal {
493                                                                 margin: 0;
494                                                                 padding: 0;
495                                                                 background-color: rgb(255,255,255);
496                                                         }
497
498                                                         body#normal ul, body#metal ul, body#plastic ul {
499                                                                 -webkit-border-radius: 0;
500                                                                 margin: 0;
501                                                                 border-left: 0;
502                                                                 border-right: 0;
503                                                                 border-top: 0;
504                                                                 }
505
506                                                                 body#metal ul {
507                                                                         border-top: 0;
508                                                                         border-bottom: 0;
509                                                                         background: rgb(180,180,180);
510                                                                 }
511
512
513
514
515 /*                                                              body#normal ul li {
516                                                                         font-size: 20px;
517                                                                 }
518 */
519
520                                                                         body#normal ul li small {
521                                                                                 font-size: 16px;
522                                                                                 line-height: 28px;
523                                                                         }
524
525                                                                         body#normal li, body#metal li {
526                                                                                 -webkit-border-radius: 0;
527                                                                                 }
528
529                                                                         body#normal li em {
530                                                                                 font-weight: normal;
531                                                                                 font-style: normal;
532                                                                                 }
533
534                                                                 body#normal h4 + ul {
535                                                                     border-top: 0px;
536                                                                     # border-top: 1px solid rgb(152,158,164);
537                                                                     border-bottom: 1px solid rgb(113,125,133);
538                                                                 }
539
540
541                                                                 body#metal ul li {
542                                                                         border-top: 1px solid rgb(238,238,238);
543                                                                         border-bottom: 1px solid rgb(156,158,165);
544                                                                         background: url(../images/bgMetal.png) top left repeat-x;
545                                                                         font-size: 26px;
546                                                                         text-shadow: #fff 0 1px 0;
547                                                                         }
548
549                                                                         body#metal ul li a {
550                                                                                 line-height: 26px;
551                                                                                 margin: 0;
552                                                                                 padding: 13px 0;
553                                                                         }
554
555                                                                                 body#metal ul li a:hover {
556                                                                                         color: rgb(0,0,0);
557                                                                                 }       
558
559                                                                                         body#metal ul li:hover small {
560                                                                                                 color: inherit;
561                                                                                         }
562
563
564                                                                         body#metal ul li a em {
565                                                                                 display: block;
566                                                                                 font-size: 14px;
567                                                                                 font-style: normal;
568                                                                                 color: #444;
569                                                                                 width: 50%;
570                                                                                 line-height: 14px;
571                                                                         }
572
573                                                                         body#metal ul li small {
574                                                                                 float: right;
575                                                                                 position: relative;
576                                                                                 margin-top: 10px;
577                                                                                 font-weight: bold;
578                                                                                 }
579
580
581                                                                                 body#metal ul li.arrow a small {
582                                                                                         padding-right: 0;
583                                                                                         line-height: 17px;
584                                                                                 }
585                                                                                 
586                                                                                 
587                                                                                 body#metal ul li.arrow {
588                                                                                         background: url(../images/bgMetal.png) top left repeat-x,
589                                                                                         url(../images/chevron_dg.png) right center no-repeat;
590                                                                                 }
591                                                                                 
592                                                                                 
593                                                                                                                                 
594                                                                                 /* option panel */
595
596                                                                                         div#optionpanel {
597                                                                                                 background: url(../images/blackbg.png) top left repeat-x;
598                                                                                                 text-align: center;
599                                                                                                 padding: 20px 10px 15px 10px;
600                                                                                                 position: absolute;
601                                                                                                 left: 0;
602                                                                                                 right: 0;
603                                                                                                 bottom: 0;              
604                                                                                                 }
605
606                                                                                                 div#optionpanel h2 {
607                                                                                                         font-size: 17px;
608                                                                                                         color: #fff;
609                                                                                                         text-shadow: #000 0 1px 0;
610                                                                                                 }
611                                                                                                 
612                                                                                                 
613                                                                                 
614                                                                                 
615                                                                                 
616                                                                                 /***** BUTTONS *****/
617
618                                                                                 .button {
619                                                                                         color: #fff;
620                                                                                         font: bold 20px/46px Helvetica;
621                                                                                         text-decoration: none;
622                                                                                         text-align: center;
623                                                                                         text-shadow: #000 0 1px 0;
624                                                                                         border-width: 0px 14px 0px 14px;
625                                                                                         display: block;
626                                                                                         margin: 3px 0;
627                                                                                         }
628
629                                                                                         .green { -webkit-border-image: url(../images/greenButton.png) 0 14 0 14; }
630                                                                                         .red { -webkit-border-image: url(../images/redButton.png) 0 14 0 14; }
631
632                                                                                         .white {
633                                                                                                 color: #000;
634                                                                                                 text-shadow: #fff 0px 1px 0;
635                                                                                                 -webkit-border-image: url(../images/whiteButton.png) 0 14 0 14;
636                                                                                                 }
637
638                                                                                         .black { -webkit-border-image: url(../images/grayButton.png) 0 14 0 14; }
639                                                                                         
640                                                                                         
641 /***** FORMS *****/
642
643 /* fields list */
644                 
645                 ul.form {
646                         
647                 }
648                 
649                         ul.form li {
650                                 padding: 7px 10px;
651                         }
652                         
653                         ul.form li.error { border: 2px solid red; }                     
654                         ul.form li.error + li.error { border-top: 0; }
655                         
656                         ul.form li:hover { background: #fff; }
657                 
658                         ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
659                                 color: #777;
660                                 background: #fff url(../.png); /* this is a hack due the default input shadow that iphones uses on textfields */
661                                 border: 0;                              
662                                 font: normal 17px Helvetica;
663                                 padding: 0;
664                                 display: inline-block;
665                                 margin-left: 0px;
666                                 width: 100%;
667                                 -webkit-appearance: textarea;
668                                 }
669                                                 
670                                 ul li textarea {
671                                         height: 120px;
672                                         padding: 0;
673                                         text-indent: -2px;
674                                 }
675                                 
676                                 ul li select {
677                                         text-indent: 0px;
678                                         background: transparent url(../images/chevron.png) no-repeat 103% 3px;
679                                         -webkit-appearance: textfield;
680                                         margin-left: -6px;
681                                         width: 104%;
682                                 }
683                                 
684                                 ul li input[type="checkbox"], ul li input[type="radio"] {
685                                         margin: 0;
686                                         color: rgb(50,79,133);
687                                         padding: 10px 10px;
688                                         }
689                                 
690                                 ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
691                                         content: attr(title);
692                                         font: 17px Helvetica;
693                                         display: block;
694                                         width: 246px;
695                                         margin: -12px 0 0 17px;
696                                         }
697                                         
698                                         
699                                         
700                                         /**** INFORMATION FIELDS ****/
701
702                                         ul.data li h4 {
703                                                 margin: 10px 0 5px 0;
704                                         }
705
706                                                 ul.data li p {
707                                                         text-align: left;
708                                                         font-size: 14px;
709                                                         line-height: 18px;
710                                                         font-weight: normal;
711                                                         margin: 0;
712                                                         }
713                                                         
714                                                         ul.data li p + p { margin-top: 10px; }
715                                                         
716
717                                                         ul.data li {
718                                                                 background: none;
719                                                                 padding: 15px 10px;
720                                                                 color: #222;
721                                                         }
722
723                                                         ul.data li a {
724                                                                 display: inline;
725                                                                 color: #2E3744;
726                                                                 text-decoration: underline;
727                                                         }
728                                                         
729                                                         
730                                                         ul.field li {
731                                                                 font-size: 13px;
732                                                         }
733
734                                                         ul.field li small {
735                                                                 position: absolute;
736                                                                 right: 25px;
737                                                                 margin-top: 3px;
738                                                                 z-index: 3;
739                                                         }
740                                         
741                                                         ul.field li h3 {
742                                                                 color: #666;
743                                                                 width: 25%;
744                                                                 font-size: 13px;
745                                                                 font-weight: normal;
746                                                                 /* line-height: 18px;*/
747                                                                 margin: 0 10px 0 0;
748                                                                 float: left;
749                                                                 text-align: right;
750                                                                 overflow: hidden;
751                                                                 text-overflow: ellipsis;
752                                                                 white-space: nowrap;
753                                                                 padding: 0;
754                                                                 }
755                                                         
756                                                                 ul.field li span {
757                                                                     display: inline-block;
758                                                                 }
759
760                                                                 ul.field li a {
761                                                                         font-size: 13px;
762                                                                         /* line-height: 18px; */
763                                                                         overflow: visible;
764                                                                         white-space: normal;
765                                                                         display: inline-block;
766                                                                         width: 100%;
767                                                                         padding: 0;
768                                                                         margin: 0 0 0 0;
769                                                                         /*vertical-align: top;*/
770                                                                         }
771                                                                         
772                                                                 ul.field li big {
773                                                                         font-size: 13px;
774                                                                         /* line-height: 18px; */
775                                                                         /* font-weight: bold; */
776                                                                         overflow: visible;
777                                                                         white-space: normal;
778                                                                         display: inline-block;
779                                                                         width: 60%;
780                                                                         }
781                                                                         
782                                                                 ul.field li small {
783                                                                         font-size: 13px;
784                                                                         font-weight: bold
785                                                                         display: inline-block;
786                                                                 }
787                                                         
788                                                 
789                                                 /* this is for profiling */
790                                                         
791                                                 ul.profile {
792                                                         border: 0;
793                                                         background: none;
794                                                         clear: both;
795                                                         min-height: 62px;
796                                                         position: relative;
797                                                         }
798                                                         
799                                                         ul.profile li {
800                                                                 background: #fff url(../images/profile-user.png) no-repeat;
801                                                                 border: 1px solid #B4B4B4;
802                                                                 width: 62px;
803                                                                 height: 62px;
804                                                                 -webkit-border-radius: 4px;
805                                                                 -webkit-box-sizing: border-box;
806                                                                 float: left;
807                                                                 }
808                                                         
809                                                         ul.profile li + li {
810                                                                 border: 0;
811                                                                 background: none;
812                                                                 width: 70%;
813                                                                 }
814                                                                 
815                                                         
816                                                                 ul.profile li + li h2, ul.profile li + li p {
817                                                                         color: rgb(46,55,68);
818                                                                         text-shadow: #fff 0 1px 0;
819                                                                         margin: 0;
820                                                                 }
821                                                                 
822                                                                 ul.profile li + li h2 {
823                                                                         font: bold 18px/22px Helvetica;
824                                                                         text-overflow: ellipsis;
825                                                                         white-space: nowrap;
826                                                                         overflow: hidden;
827                                                                         }
828                                                                         
829                                                                 ul.profile li + li p {
830                                                                         font: 14px/18px Helvetica;
831                                                                         text-overflow: ellipsis;
832                                                                         white-space: nowrap;
833                                                                         overflow: hidden;
834                                                                         }
835                                                                 
836                                                                 
837                                                                 /* any A element inside this kind of field list will scale 62x62 */
838                                                                 
839                                                                 ul.profile li a {
840                                                                         display: block;
841                                                                         width: 62px;
842                                                                         height: 62px;
843                                                                         color: transparent;
844                                                                 }
845                                                                         
846
847
848         /***** PLASTIC LISTS *****/
849         
850         body#plastic {
851                 margin: 0;
852                 padding: 0;
853                 background: rgb(173,173,173);
854         }
855
856         body#plastic ul {
857                 -webkit-border-radius: 0;
858                 margin: 0;
859                 border-left: 0;
860                 border-right: 0;
861                 border-top: 0;
862                 background-color: rgb(173,173,173);
863                 }
864                 
865                 
866                 body#plastic ul li {
867                         -webkit-border-radius: 0;
868                         border-top: 1px solid rgb(191,191,191);
869                         border-bottom: 1px solid rgb(157,157,157);
870                 }
871                 
872                 
873                         body#plastic ul li:nth-child(odd) {
874                                 background-color: rgb(152,152,152);
875                                 border-top: 1px solid rgb(181,181,181);
876                                 border-bottom: 1px solid rgb(138,138,138);
877                         }
878                 
879                 
880                 body#plastic ul + p {
881                         font-size: 11px;
882                         color: #2f3237;
883                         text-shadow: none;
884                         padding: 10px 10px;             
885                         }
886                         
887                         body#plastic ul + p strong {
888                                 font-size: 14px;
889                                 line-height: 18px;
890                                 text-shadow: #fff 0 1px 0;
891                         }
892                         
893                         body#plastic ul li a {
894                                 text-shadow: rgb(211,211,211) 0 1px 0;
895                         }
896                         
897                         body#plastic ul li:nth-child(odd) a {
898                                 text-shadow: rgb(191,191,191) 0 1px 0;
899                         }
900                         
901                         
902                         body#plastic ul li small {
903                                 color: #3C3C3C;
904                                 text-shadow: rgb(211,211,211) 0 1px 0;
905                                 font-size: 13px;
906                                 font-weight: bold;
907                                 text-transform: uppercase;
908                                 line-height: 24px;
909                                 }
910                                 
911                                 
912                                 
913         /**** MINI & BIG BANNERS ****/
914         
915                         #plastic ul.minibanner, #plastic ul.bigbanner {
916                                 margin: 10px;
917                                 border: 0;
918                                 height: 81px;
919                                 clear: both;
920                                 }
921                                 
922                                 #plastic ul.bigbanner {
923                                         height: 140px !important;
924                                 }
925                                 
926                                 #plastic ul.minibanner li {
927                                         border: 1px solid rgb(138,138,138);
928                                         background-color: rgb(152,152,152);
929                                         width: 145px;
930                                         height: 81px;
931                                         float: left;
932                                         -webkit-border-radius: 5px;
933                                         padding: 0;
934                                         }
935                                         
936                                 #plastic ul.bigbanner li {
937                                         border: 1px solid rgb(138,138,138);
938                                         background-color: rgb(152,152,152);
939                                         width: 296px;
940                                         height: 140px;
941                                         float: left;
942                                         -webkit-border-radius: 5px;
943                                         padding: 0;
944                                         margin-bottom: 4px;
945                                         }
946                                         
947                                         #plastic ul.minibanner li:first-child {
948                                                 margin-right: 6px;
949                                         }
950                                         
951                                         
952                                         #plastic ul.minibanner li a {
953                                                 color: transparent;
954                                                 text-shadow: none;
955                                                 display: block;
956                                                 width: 145px;
957                                                 height: 81px;
958                                                 }
959                                                 
960                                         #plastic ul.bigbanner li a {
961                                                 color: transparent;
962                                                 text-shadow: none;
963                                                 display: block;
964                                                 width: 296px;
965                                                 height: 145px;
966                                                 }
967                 
968         
969         
970         /**** CHAT ****/
971         
972         
973         body#chat {
974                 background: #DBE1ED;
975                 }
976                 
977                 body#chat div.bubble {
978                         margin: 10px 10px 0 0px;
979                         width: 80%;
980                         clear: both;
981                 }
982                 
983                 
984                 
985                 body#chat div.right {
986                         float: right;
987                         }
988                         
989                 body#chat div.left {
990                         float: left;
991                         }
992                         
993                         
994                         body#chat div.right p {
995                                 border-width: 10px 20px 12px 10px;
996                         }
997                         
998                         body#chat div.left p {
999                                 border-width: 10px 10px 12px 20px;
1000                         }
1001                         
1002                         /* lefties */
1003                         
1004                         body#chat div.left p.lime {
1005                                 -webkit-border-image: url(../images/chat_bubbles_lime_l.png) 10 10 13 19;
1006                                 }
1007                                 
1008                         body#chat div.left p.lemon {
1009                                 -webkit-border-image: url(../images/chat_bubbles_lemon_l.png) 10 10 13 19;
1010                                 }
1011                                 
1012                         body#chat div.left p.orange {
1013                                 -webkit-border-image: url(../images/chat_bubbles_orange_l.png) 10 10 13 19;
1014                                 }
1015                                 
1016                         body#chat div.left p.aqua {
1017                                 -webkit-border-image: url(../images/chat_bubbles_aqua_l.png) 10 10 13 19;
1018                                 }
1019                                 
1020                         body#chat div.left p.purple {
1021                                 -webkit-border-image: url(../images/chat_bubbles_purple_l.png) 10 10 13 19;
1022                                 }
1023                                 
1024                         body#chat div.left p.pink {
1025                                 -webkit-border-image: url(../images/chat_bubbles_pink_l.png) 10 10 13 19;
1026                                 }
1027                                 
1028                         body#chat div.left p.graphite {
1029                                 -webkit-border-image: url(../images/chat_bubbles_graphite_l.png) 10 10 13 19;
1030                                 }
1031                                 
1032                         body#chat div.left p.clear {
1033                                 -webkit-border-image: url(../images/chat_bubbles_clear_l.png) 10 10 13 19;
1034                                 }
1035                                 
1036                                 
1037                                 
1038                                 
1039                         /*rights*/      
1040                         
1041                         body#chat div.right p.aqua {
1042                                 -webkit-border-image: url(../images/chat_bubbles_aqua_r.png) 10 19 13 10;
1043                                 }
1044                                 
1045                         body#chat div.right p.lemon {
1046                                 -webkit-border-image: url(../images/chat_bubbles_lemon_r.png) 10 19 13 10;
1047                                 }
1048                                 
1049                         body#chat div.right p.lime {
1050                                 -webkit-border-image: url(../images/chat_bubbles_lime_r.png) 10 19 13 10;
1051                                 }
1052                                 
1053                         body#chat div.right p.purple {
1054                                 -webkit-border-image: url(../images/chat_bubbles_purple_r.png) 10 19 13 10;
1055                                 }
1056                                 
1057                         body#chat div.right p.pink {
1058                                 -webkit-border-image: url(../images/chat_bubbles_pink_r.png) 10 19 13 10;
1059                                 }
1060                                 
1061                         body#chat div.right p.graphite {
1062                                 -webkit-border-image: url(../images/chat_bubbles_graphite_r.png) 10 19 13 10;
1063                                 }
1064                                 
1065                         body#chat div.right p.clear {
1066                                 -webkit-border-image: url(../images/chat_bubbles_clear_r.png) 10 19 13 10;
1067                                 }
1068                                 
1069                                 
1070                                 
1071                                 
1072                                 
1073                         
1074                 
1075                 body#chat div.bubble p {
1076                         color: #000;
1077                         font-size: 16px;
1078                         margin: 0;
1079                 }
1080                 
1081                         body#chat div.bubble + p {
1082                                 color: #666;
1083                                 text-align: center;
1084                                 font-size: 12px;
1085                                 font-weight: bold;
1086                                 margin: 0;
1087                                 padding: 10px 0 0 0;
1088                                 clear: both;
1089                         }
1090                 
1091                 
1092                 
1093                 
1094                 
1095                 
1096                 /**** image grids ****/
1097                 
1098                 
1099                 body#images {
1100                         background: #fff;
1101                         margin: 0;
1102                 }
1103                 
1104                         body#images ul {
1105                                 margin: 4px 4px 4px 0;
1106                                 border: 0;
1107                                 -webkit-border-radius: 0;
1108                                 }
1109                                 
1110                                 body#images ul li {
1111                                         border: 1px solid #C0D5DD;
1112                                         -webkit-border-radius: 0;
1113                                         width: 73px;
1114                                         height: 73px;
1115                                         float: left;
1116                                         margin: 0 0 4px 4px;
1117                                         background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
1118                                         padding: 0;
1119                                         }
1120                                         
1121                                         body#images ul li a {
1122                                                 display: block;
1123                                                 width: 100%;
1124                                                 height: 100%;
1125                                                 margin: 0;
1126                                                 padding: 0;
1127                                         }
1128                 
1129                 
1130                 /*** BLANK PAGES ***/
1131                 
1132                 body#blank {
1133                         background: #fff;
1134                 }
1135                 
1136                 
1137                 body#blank p {
1138                         color: #898989;
1139                         text-align: center;
1140                         margin: 250px 0 0 0;
1141                         }
1142                         
1143
1144
1145
1146                         /**** ICONFIED LIST ****/
1147                         
1148                         
1149                         ul li a img.ico, ul li img.ico {
1150                                 float: left;
1151                                 display: block;
1152                                 margin: -4px 10px -4px -1px;
1153                         }
1154
1155