New generic template added (new CSS classes), some inconsistencies fixed:
[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         background-color: #eeeeff;
131         color: #000000;
132         text-align: center;
133 }
134
135 .member_done, .guest_done, .admin_misc, .member_misc, .admin_done2, .admin_green, .admin_no {
136         color: #000000;
137 }
138
139 .member_misc {
140         background-color: #ffffff;
141 }
142
143 .admin_welcome {
144         background-color: #eeeeff;
145         color: #000000;
146         vertical-align: middle;
147         font-size: 18px;
148         height: 50px;
149 }
150
151 .admin_menu {
152         background-color: #eeeeff;
153         color: #000000;
154         width: 230px;
155 }
156
157 .admin_logout {
158         background-color: #ddddff;
159         color: #000000;
160 }
161
162 a.admin_logout {
163         display: block;
164 }
165
166 .admin_logout:hover {
167         background-color: #bbbbdd;
168         color: #222222;
169 }
170
171 .admin_desc_cont {
172         text-align: left;
173         background-color: #ffffff;
174 }
175
176 .admin_table, .member_table {
177         background-color: #ffffff;
178         width: 660px;
179         margin: 5px;
180 }
181
182 .admin_warning_table {
183         background-color: #ff8888;
184         width: 660px;
185         margin: 5px;
186 }
187
188 .admin_editmenu {
189         min-width: 500px;
190         max-width: 90%;
191 }
192
193 .admin_form_header {
194         text-align: center;
195         height: 36px;
196         background-color: #eeeeff;
197         color: #000000;
198 }
199
200 .member_header {
201         text-align: center;
202         height: 28px;
203         background-color: #eeeeff;
204 }
205
206 .admin_failed, .guest_failed, .member_failed, .member_note {
207         color: #000000;
208 }
209
210 .member_note_bg {
211         background-color: #ffffff;
212 }
213
214 .member_data {
215         background-color: #ffffff;
216         color: #000000;
217         height: 20px;
218 }
219
220 .admin_snote {
221         font-size: 12px;
222 }
223
224 .admin_normal, .guest_normal, .member_normal {
225         border-style: solid;
226         border: solid 1px #000000;
227         background-color: #eeeeff;
228 }
229
230 .admin_alpha {
231         text-align: center;
232         height: 40px;
233         vertical-align: middle;
234 }
235
236 .admin_sortlinks {
237         text-align: center;
238         height: 20px;
239         vertical-align: middle;
240 }
241
242 .member_stats {
243         vertical-align: top;
244         font-weight: bold;
245         height: 23px;
246         font-size: 16px;
247         border-style: none;
248         border: 0px;
249         background: #ffffff;
250         color: #000000;
251         margin-top: -4px;
252         margin-bottom: 1px;
253         cursor: default;
254 }
255
256 .normal {
257         border-style: groove;
258 }
259
260 .member_main {
261         background-color: #ffffff;
262 }
263
264 .guest_title, .member_title {
265         text-align: center;
266         color: #000000;
267         vertical-align: middle;
268         background-color: #eeeeff;
269         height: 60px;
270 }
271
272 .guest_login_header {
273         color: #000000;
274         vertical-align: middle;
275         background-color: #eeeeff;
276 }
277
278 .guest_menu, .member_menu {
279         width: 220px;
280         background-color: #ffffff;
281         vertical-align: top;
282 }
283
284 .guest_menu_title, .member_menu_title {
285         background-color: #eeeeff;
286         color: #000000;
287         height: 25px;
288         width: 200px;
289         border: 1px solid #000000;
290 }
291
292 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom
293         {
294         border: 1px solid #000000;
295         border-top: 0px;
296         background-color: #ffffff;
297         height: 22px;
298         text-align: left;
299 }
300
301 .guest_menu_seperator, .member_menu_seperator {
302         height: 15px;
303 }
304
305 .guest_content, .member_content {
306         background-color: #ffffff;
307         width: 99%;
308         padding-left: 2px;
309         padding-right: 2px;
310         margin-left: 5px;
311         margin-right: 5px;
312 }
313
314 .guest_advert, .guest_login, .member_advert, .member_login {
315         background-color: #ffffff;
316         vertical-align: top;
317         margin-top: 10px;
318 }
319
320 .guest_footer {
321         height: 30px;
322         background-color: #eeeeff;
323 }
324
325 #master {
326         width: 100%;
327         height: 100%;
328         min-height: 90%;
329         max-height: 100%;
330         vertical-align: top;
331 }
332
333 .masterbox {
334         text-align: center;
335 }
336
337 li.copyright_lines {
338         display:inline;
339 }
340
341 span.copyright_lines {
342         vertical-align: bottom;
343         font-size: 10px;
344         width: 380px;
345         vertical-align: middle;
346         background-color: #ffffff;
347         height: 26px;
348         padding-top: 7px;
349         padding-bottom: 7px;
350         display:inline-block;
351 }
352
353 ul.copyright_box {
354         text-align: center;
355         width: 760px;
356         list-style: none inside;
357         padding-left:0px;
358         margin-bottom: 5px;
359 }
360
361 .dashed {
362         border: solid 1px #000000;
363 }
364
365 .switch_sw1, .switch_mem1 {
366         background-color: #ffffff;
367 }
368
369 .switch_sw2, .switch_mem2 {
370         background-color: #ffffff;
371 }
372
373 .impressum {
374         font-size: 12px;
375         width: 320px;
376         vertical-align: middle;
377         background-color: #ffffff;
378         height: 70px;
379 }
380
381 .mediadata {
382         background-color: #ffffff;
383 }
384
385 .media_header, .impressum_header {
386         background-color: #eeeeff;
387         text-align: center;
388         color: #000000;
389         height: 26px;
390         font-weight: bold;
391         font-size: 20px;
392 }
393
394 .media_left {
395         font-size: 14px;
396         width: 200px;
397 }
398
399 .media_right {
400         color: #000000;
401         font-weight: bold;
402         font-size: 14px;
403         width: 70px;
404 }
405
406 .admin_sep_footer {
407         background-color: #eeeeff;
408         font-size: 1px;
409 }
410
411 .admin_sep_footer2 {
412         background-color: #eeeeff;
413         font-size: 1px;
414 }
415
416 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
417         background-color: #eeeeff;
418 }
419
420 .member_footer {
421         height: 30px;
422         background-color: #eeeeff;
423 }
424
425 .admin_footer {
426         text-align: center;
427         height: 30px;
428         padding-left: 5px;
429         padding-right: 5px;
430 }
431
432 .admin_task_header {
433         background-color: #eeeeff;
434         color: #000000;
435         vertical-align: middle;
436         font-size: 18px;
437         height: 35px;
438 }
439
440 .seperator {
441         font-size: 1px
442 }
443
444 .tab1 {
445         text-align: center
446 }
447
448 .admin_delete, .admin_yes {
449         border-style: groove;
450         border: solid 1px #000000;
451         background-color: #000000;
452         color: #ffffff;
453         cursor: pointer;
454 }
455
456 .guest_stats {
457         background-color: #ffffff;
458         width: 460px;
459 }
460
461 .guest_stats_title {
462         color: #000000;
463         vertical-align: middle;
464         background-color: #eeeeff;
465         height: 30px;
466 }
467
468 .guest_stats_l {
469         width: 344px;
470         text-align: right;
471 }
472
473 .guest_stats_m {
474         width: 2px;
475 }
476
477 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
478         color: #000000;
479         width: 28px;
480         font-weight: bold;
481         text-align: center;
482 }
483
484 .guest_stats_ll, .guest_stats_rl {
485         width: 192px;
486         text-align: right;
487 }
488
489 .guest_stats_footer {
490         color: #000000;
491         vertical-align: middle;
492         background-color: #eeeeff;
493         height: 20px;
494 }
495
496 .task_pre {
497         font-weight: bold;
498         margin-left: 0px;
499         margin-right: 0px;
500         margin-top: 10px;
501         margin-bottom: 10px;
502 }
503
504 .impressum_body {
505         background-color: #ffffff;
506 }
507
508 .guest_content_align, .member_content_align, .admin_content_align {
509         text-align: center;
510         vertical-align: top;
511 }
512
513 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub
514         {
515         text-align: left;
516         width: 100%;
517 }
518
519 .member_unconfirmed {
520         background-color: #ffffff;
521         width: 100%;
522         text-align: center;
523 }
524
525 .you_are_here {
526         white-space: nowrap;
527         font-size: 14px;
528         text-align: left;
529 }
530
531 .tiny {
532         font-size: 10px;
533 }
534
535 .medium {
536         font-size: 14px;
537 }
538
539 .big {
540         font-size: 20px;
541 }
542
543 .top, .top2 {
544         border-top: 1px solid #000000;
545 }
546
547 .bottom, .bottom2 {
548         border-bottom: 1px solid #000000;
549 }
550
551 .left, .left2 {
552         border-left: 1px solid #000000;
553 }
554
555 .right, .right2 {
556         border-right: 1px solid #000000;
557 }
558
559 .nobr {
560         white-space: nowrap;
561 }
562
563 .guest_table {
564         background-color: #ffffff;
565 }
566
567 .main {
568         height: 99%;
569         vertical-align: top;
570 }
571
572 .footer {
573         height: 1%;
574         vertical-align: bottom;
575 }
576
577 .menu_blur {
578         display: block;
579 }
580
581 .menu_blur:hover {
582         background-color: #eeeeff;
583 }
584
585 .disabled {
586         border-style: groove;
587         background-color: #aaaaaa;
588         color: #ffffff;
589 }
590
591 .mini_select {
592         border: solid 1px #000000;
593         background-color: #eeeeff;
594         font-size: 10px;
595 }
596
597 .theme_box {
598         border: 1px solid #000000;
599         border-top: 0px;
600         width: 100%;
601         height: 70px;
602         background-color: #ffffff;
603 }
604
605 .theme_note {
606         font-size: 12px;
607         font-weight: bold;
608 }
609
610 .theme_content {
611         color: #000000;
612 }
613
614 .guest {
615         width: 100%;
616 }
617
618 .agb_box {
619         text-align: left;
620 }
621
622 .agb_title, .fatal_title {
623         font-size: 16px;
624         text-align: center;
625         height: 40px;
626         font-weight: bold;
627 }
628
629 .para {
630         text-indent: 8px;
631         text-align: left;
632         margin-left: 5px;
633         margin-right: 5px;
634         margin-bottom: 12px;
635 }
636
637 .fatal_box {
638         text-align: center;
639         width: 100%;
640         margin-top: 10px;
641 }
642
643 .admin_message {
644         padding-bottom: 15px;
645 }
646
647 ul.show_timings_block {
648         border: solid 1px #000000;
649         background-color: #eeeeff;
650         font-size: 10px;
651         width: 565px;
652         height: 20px;
653         list-style: none inside;
654 }
655
656 .show_timings_column {
657         background-color: #ffffff;
658         margin-top: 2px;
659         width: 130px;
660         border: solid 1px #000000;
661         height: 14px;
662 }
663
664 span.show_timings_column {
665         display: inline-block;
666 }
667
668 li.show_timings_column {
669         display: inline;
670 }
671
672 span.show_timings_data {
673         font-weight: bold;
674 }
675
676 .login_failure_header {
677         text-align: center;
678         background-color: #eeeeff;
679         font-weight: bold;
680 }
681
682 .login_failures {
683         text-align: center;
684         width: 400px;
685 }
686
687 .skyscraper {
688         width: 122px;
689         height: 601px;
690         border: 1px solid #000000;
691         margin: 0px;
692         padding: 0px;
693         padding-top: 1px;
694 }
695
696 ul.admin_menu_main,ul.admin_menu_sub {
697         list-style: none inside;
698 }
699
700 .pre {
701         display                 : block;
702 }
703
704 td {
705         padding-left: 2px;
706         padding-right: 2px;
707         padding-top: 2px;
708         padding-bottom: 2px;
709 }