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