Functions for handling INC_POOL moved to inc-functions.php, plus some extra functions...
[mailer.git] / theme / business / css / general.css
1 body {
2         background-color        : #FFFFFF;
3         color                           : #000000;
4         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
5         font-size                       : 12px;
6         letter-spacing      : 1px;
7
8         margin                          : 0px;
9         margin-left                     : 0px;
10         margin-right            : 0px;
11         margin-top                      : 0px;
12         margin-bottom           : 0px;
13 }
14
15 table {
16         table-layout            : auto;
17         border-spacing          : 0px;
18         overflow                        : auto;
19 }
20
21 A {
22         font-style                      : normal;
23         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
24         text-decoration         : none;
25 }
26
27 A:link {
28         color                           : #000000;
29 }
30
31 A:visited {
32         color                           : #000000;
33 }
34
35 A:active {
36         color                           : #000088;
37         background-color        : transparent;
38 }
39
40 A:hover {
41         background-color        : transparent;
42 }
43
44 input, textarea, select, option {
45         color                           : #000000;
46         background-color        : #FFFFFF;
47         border                          : 1px solid #000000;
48         text-decoration         : none;
49 }
50
51 ul, ol {
52         margin-top                      : 0px;
53         margin-bottom           : 0px;
54 }
55
56 .admin_reset, .guest_reset, .member_reset {
57         border-style            : groove;
58         border                          : solid 1px #000000;
59         color                           : #000000;
60         cursor                          : pointer;
61 }
62
63 .admin_submit, .guest_submit, .member_submit {
64         color                           : #000000;
65         border-color            : #000000;
66         cursor                          : pointer;
67 }
68
69 .admin_submit_reject {
70         border-style            : groove;
71         color                           : #000000;
72         border-color            : #000000;
73         cursor                          : pointer;
74 }
75
76 .runtime_fatal, .runtime_fatalcontent {
77         color                           : #000000;
78         background-color        : #FFFFFF;
79         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
80 }
81
82 .runtime_fatal {
83         color                           : #000000;
84 }
85
86 .runtime_fatalcontent {
87         text-align                              : left;
88         font-size                                       : 12px;
89 }
90
91 .admin {
92         color                           : #000000;
93         background-color                : #FFFFFF;
94         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
95 }
96
97 .admin_note {
98         color                           : #000000;
99         font-size                               : 12px;
100 }
101
102 DIV.admin_note {
103         padding-top                     : 10px;
104         padding-right                   : 10px;
105         padding-left                    : 10px;
106 }
107
108 .admin_fatal {
109         color                           : #000000;
110         font-size                               : 18px;
111 }
112
113 .admin_edit, .member_confirm {
114         background-color                : #FFFFFF;
115 }
116
117 .member_banner {
118         background-color                : #FFFFFF;
119         width                           : 488px;
120 }
121
122 .admin_error {
123         background-color                : #FFFFFF;
124         color                           : #000000;
125         font-size                               : 10px;
126 }
127
128 .admin_select, .guest_select, .member_select {
129         border                          : solid 1px;
130         border-color                    : #000000;
131         background-color                : #EEEEFF;
132 }
133
134 .admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
135         background-color                : #EEEEFF;
136         color                           : #000000;
137         text-align                      : center;
138 }
139
140 .admin_title2 {
141         font-weight                     : bold;
142         padding                         : 4px;
143         background-color                : #EEEEFF;
144         color                           : #000000;
145         text-align                      : center;
146         font-size                               : 14px;
147 }
148
149 .member_done, .guest_done {
150         color                           : #000000;
151 }
152
153 .member_misc {
154         background-color                : #FFFFFF;
155 }
156
157 .admin_misc, .member_misc {
158         color                           : #000000;
159 }
160
161 .admin_done2 {
162         color                           : #000000;
163 }
164
165 .admin_green, .admin_no {
166         color                           : #000000;
167 }
168
169 .admin_welcome {
170         background-color                : #EEEEFF;
171         color                           : #000000;
172         vertical-align                  : middle;
173         font-size                               : 18px;
174         height                          : 50px;
175 }
176
177 .admin_header {
178         background-color                : #EEEEFF;
179 }
180
181 .admin_menu {
182         background-color                : #EEEEFF;
183         color                           : #000000;
184         width                           : 230px;
185 }
186
187 .admin_logout {
188         background-color                : #DDDDFF;
189         color                           : #000000;
190 }
191
192 .admin_desc_cont {
193         text-align                      : left;
194         background-color                : #FFFFFF;
195 }
196
197 .admin_table, .member_table {
198         background-color                : #FFFFFF;
199 }
200
201 .admin_editmenu {
202         min-width                               : 500px;
203         max-width                               : 90%;
204 }
205
206 .admin_form_header {
207         text-align          : center;
208         height                          : 36px;
209         background-color        : #EEEEFF;
210         color                           : #000000;
211 }
212
213 .member_header {
214         text-align          : center;
215         height                          : 28px;
216         background-color        : #EEEEFF;
217 }
218
219 .admin_failed, .guest_failed, .member_failed, .member_note {
220         color                           : #000000;
221 }
222
223 .member_note_bg {
224         background-color        : #FFFFFF;
225 }
226
227 .member_data {
228         background-color        : #FFFFFF;
229         color                           : #000000;
230         height                          : 20px;
231 }
232
233 .admin_header_b1 {
234         border-bottom           : 1px solid #000000;
235         background-color        : #EEEEFF;
236         height                          : 22px;
237 }
238
239 .admin_snote {
240         font-size                       : 12px;
241 }
242
243 .admin_normal, .guest_normal, .member_normal {
244         border-style            : solid;
245         border                          : solid 1px;
246         border-color            : #000000;
247         background-color        : #EEEEFF;
248 }
249
250 .admin_alpha {
251         text-align                      : center;
252         height                          : 40px;
253         vertical-align          : middle;
254 }
255
256 .admin_sortlinks {
257         text-align                      : center;
258         height                          : 20px;
259         vertical-align          : middle;
260 }
261
262 .member_stats {
263         vertical-align          : top;
264         font-weight                     : bold;
265         height                          : 23px;
266         font-size                       : 16px;
267         border-style            : none;
268         border                          : 0px;
269         background          : #FFFFFF;
270         color                           : #000000;
271         margin-top                      : -4px;
272         margin-bottom           : 1px;
273         cursor                          : default;
274 }
275
276 .normal {
277         border-style            : groove;
278 }
279
280 .member_main {
281         background-color        : #FFFFFF;
282 }
283
284 .guest_title, .member_title {
285         text-align                      : center;
286         color                           : #000000;
287         vertical-align          : middle;
288         background-color        : #EEEEFF;
289         height                          : 60px;
290 }
291
292 .guest_login_header {
293         color                           : #000000;
294         vertical-align          : middle;
295         background-color        : #EEEEFF;
296 }
297
298 .guest_menu, .member_menu {
299         width                           : 220px;
300         background-color        : #FFFFFF;
301         vertical-align          : top;
302 }
303
304 .guest_menu_title, .member_menu_title {
305         background-color        : #EEEEFF;
306         color                           : #000000;
307         height                          : 25px;
308         width                           : 200px;
309         border                          : 1px solid #000000;
310 }
311
312 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
313         border                          : 1px solid #000000;
314         border-top                      : 0px;
315         background-color        : #FFFFFF;
316         height                          : 22px;
317         text-align                      : left;
318 }
319
320 .guest_menu_seperator, .member_menu_seperator {
321         height                          : 15px;
322 }
323
324 .guest_content, .member_content {
325         background-color        : #FFFFFF;
326         width                           : 99%;
327         padding-left            : 2px;
328         padding-right           : 2px;
329         margin-left                     : 5px;
330         margin-right            : 5px;
331 }
332
333 .guest_advert, .guest_login, .member_advert, .member_login {
334         background-color        : #FFFFFF;
335         vertical-align          : top;
336         margin-top                      : 10px;
337 }
338
339 .guest_footer {
340         height              : 30px;
341         background-color    : #EEEEFF;
342 }
343
344 #master {
345         width                           : 100%;
346         height                          : 100%;
347         min-height                      : 90%;
348         max-height                      : 100%;
349         vertical-align          : top;
350 }
351
352 .masterbox {
353         text-align                      : center;
354 }
355
356 .footer_lines {
357         vertical-align      : bottom;
358         font-size           : 10px;
359         width                           : 380px;
360         vertical-align          : middle;
361         background-color        : #FFFFFF;
362         height                          : 40px;
363 }
364
365 .dashed {
366         border                          : solid 1px;
367         border-color            : #000000;
368 }
369
370 .switch_sw1, .switch_mem1 {
371         background-color        : #FFFFFF;
372 }
373
374 .switch_sw2, .switch_mem2 {
375         background-color        : #FFFFFF;
376 }
377
378 .impressum {
379         font-size                       : 12px;
380         width                           : 320px;
381         vertical-align          : middle;
382         background-color        : #FFFFFF;
383         height                          : 70px;
384 }
385
386 .mediadata {
387         background-color        : #FFFFFF;
388 }
389
390 .media_header, .impressum_header {
391         background-color        : #EEEEFF;
392         text-align                      : center;
393         color                           : #000000;
394         height                          : 26px;
395         font-weight                     : bold;
396         font-size                       : 20px;
397 }
398
399 .media_left {
400         font-size                       : 14px;
401         width                           : 200px;
402 }
403
404 .media_right {
405         color                           : #000000;
406         font-weight                     : bold;
407         font-size                       : 14px;
408         width                           : 70px;
409 }
410
411 .admin_sep_footer {
412         background-color        : #EEEEFF;
413         font-size           : 1px;
414 }
415
416 .admin_sep_footer2 {
417         background-color        : #EEEEFF;
418         font-size           : 1px;
419 }
420
421 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
422         background-color        : #EEEEFF;
423 }
424
425 .member_footer {
426         height                          : 30px;
427         background-color        : #EEEEFF;
428 }
429
430 .admin_footer {
431         text-align                      : center;
432         height                          : 30px
433 }
434
435 .admin_task_header {
436         background-color        : #EEEEFF;
437         color                           : #000000;
438         vertical-align          : middle;
439         font-size                       : 18px;
440         height                          : 35px;
441 }
442
443 .seperator {
444         font-size                       : 1px
445 }
446
447 .tab1 {
448         text-align                      : center
449 }
450
451 .admin_delete, .admin_yes {
452         border-style            : groove;
453         border                          : solid 1px #000000;
454         background-color        : #000000;
455         color                           : #FFFFFF;
456         cursor                          : pointer;
457 }
458
459 .guest_stats {
460         background-color        : #FFFFFF;
461         width                           : 460px;
462 }
463
464 .guest_stats_title {
465         color                           : #000000;
466         vertical-align          : middle;
467         background-color        : #EEEEFF;
468         height                          : 30px;
469 }
470
471 .guest_stats_l {
472         width                           : 344px;
473         text-align                      : right;
474 }
475
476 .guest_stats_m {
477         width                           : 2px;
478 }
479
480 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
481         color                           : #000000;
482         width                           : 28px;
483         font-weight                     : bold;
484         text-align                      : center;
485 }
486
487 .guest_stats_ll, .guest_stats_rl {
488         width                   : 192px;
489         text-align              : right;
490 }
491
492 .guest_stats_footer {
493         color                   : #000000;
494         vertical-align          : middle;
495         background-color        : #EEEEFF;
496         height                  : 20px;
497 }
498
499 .task_pre {
500         font-weight             : bold;
501         margin-left             : 0px;
502         margin-right            : 0px;
503         margin-top              : 10px;
504         margin-bottom           : 10px;
505 }
506
507 .impressum_body {
508         background-color        : #FFFFFF;
509 }
510
511 .guest_content_align, .member_content_align, .admin_content_align {
512         text-align              : center;
513         vertical-align          : top;
514 }
515
516 .member_mailidtop {
517         background-color        : #FFFFFF;
518         width                   : 100%;
519         height                  : 100%;
520 }
521
522 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
523         text-align              : left;
524         width                   : 100%;
525 }
526
527 .member_unconfirmed {
528         background-color        : #FFFFFF;
529         width                   : 100%;
530         text-align              : center;
531 }
532
533 .you_are_here {
534         white-space             : nowrap;
535         font-size                       : 14px;
536         text-align              : left;
537 }
538
539 .tiny   { font-size             : 12px; }
540 .medium { font-size             : 14px; }
541 .big    { font-size             : 20px; }
542
543 .top    { border-top    : 1px solid #000000; }
544 .bottom { border-bottom : 1px solid #000000; }
545 .left   { border-left   : 1px solid #000000; }
546 .right  { border-right  : 1px solid #000000; }
547
548 .top2    { border-top   : 1px solid #000000; }
549 .bottom2 { border-bottom        : 1px solid #000000; }
550 .left2   { border-left  : 1px solid #000000; }
551 .right2  { border-right : 1px solid #000000; }
552
553 .nobr {
554         white-space             : nowrap;
555 }
556
557 .guest_table {
558         background-color    : #FFFFFF;
559 }
560
561 .main {
562         height                          : 99%;
563         vertical-align          : top;
564 }
565
566 .footer {
567         height                          : 1%;
568         vertical-align          : bottom;
569 }
570
571 .menu_blur {
572         display                         : block;
573 }
574
575 .menu_blur:hover {
576         background-color        : #EEEEFF;
577 }
578
579 .disabled {
580         border-style            : groove;
581         background-color        : #AAAAAA;
582         color                           : #FFFFFF;
583 }
584
585 .mini_select {
586      border              : solid 1px;
587      border-color        : #000000;
588      background-color    : #EEEEFF;
589      font-size           : 10px;
590 }
591
592 .theme_box {
593         border              : 1px solid #000000;
594         border-top          : 0px;
595         width               : 100%;
596         height              : 70px;
597         background-color    : #FFFFFF;
598 }
599
600 .theme_note {
601         font-size           : 12px;
602         font-weight         : bold;
603 }
604
605 .theme_content {
606         color               : #000000;
607 }
608
609 .guest {
610         width                   : 100%;
611 }
612
613 .agb_box {
614         text-align      : left;
615 }
616
617 .agb_title, .fatal_title {
618         font-size               : 16px;
619         text-align      : center;
620         height          : 40px;
621         font-weight     : bold;
622 }
623
624 .agb_para {
625         text-indent     : 8px;
626         text-align      : left;
627         margin-left     : 5px;
628         margin-right    : 5px;
629         margin-bottom   : 12px;
630 }
631
632 .fatal_box {
633         text-align      : center;
634         width           : 100%;
635         margin-top      : 10px;
636 }
637
638 .admin_message {
639         padding-bottom                  : 15px;
640 }
641
642 #show_timings_block {
643         margin-top                      : 5px;
644         tex-align                               : center;
645         border                          : solid 1px;
646         border-color                    : #000000;
647         background-color                : #EEEEFF;
648         font-size                               : 10px;
649         vertical-align                  : middle;
650         width                           : 465px;
651         height                          : 22px;
652         z-index                         : 0;
653 }
654
655 .show_timings_column {
656         z-index                         : 10;
657         top                                     : 3px;
658         background-color                : #FFFFFF;
659         position                                : relative;
660         margin                          : 0px;
661         width                           : 150px;
662         display                         : block;
663         border                          : solid 1px;
664         border-color                    : #000000;
665 }
666
667 .show_timings_data {
668         font-weight                     : bold;
669 }
670
671
672 .login_failure_header {
673         text-align                      : center;
674         background-color                : #EEEEFF;
675         font-weight                     : bold;
676 }
677
678 .login_failures {
679         text-align                      : center;
680         width                           : 400px;
681 }
682
683 .member_skyscraper, .guest_skyscraper {
684         width                           : 122px;
685         height                          : 601px;
686         border                          : 1px solid #000000;
687         margin                          : 0px;
688         padding                         : 0px;
689         padding-top                     : 1px;
690 }