6f3142d09d19145f7e40a06eb4ebd20058255ade
[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 .form_reset {
55         border: groove 1px #000000;
56         color: #000000;
57         cursor: pointer;
58 }
59
60 .form_submit {
61         color: #000000;
62         border-color: #000000;
63         cursor: pointer;
64 }
65
66 .form_delete {
67         border: 1px groove #000000;
68         color: #000000;
69         cursor: pointer;
70 }
71
72 .runtime_fatalcontent {
73         color: #000000;
74         background-color: #ffffff;
75         text-align: left;
76         font-size: 12px;
77 }
78
79 .admin {
80         color: #000000;
81         background-color: #ffffff;
82 }
83
84 .notice {
85         color: #000000;
86         font-size: 12px;
87 }
88
89 .form_submit {
90         background-color: #ffffff;
91 }
92
93 .banner {
94         background-color: #ffffff;
95         width: 488px;
96 }
97
98 .fatal_error {
99         background-color: #ffffff;
100         color: #aa0000;
101         font-size: 10px;
102 }
103
104 .form_select {
105         border: solid 1px #000000;
106         background-color: #eeeeff;
107 }
108
109 .description_header, .table_header, .message {
110         background-color: #eeeeff;
111         color: #000000;
112         text-align: center;
113 }
114
115 .admin_menu {
116         background-color: #eeeeff;
117         color: #000000;
118         width: 230px;
119         height: 25px;
120 }
121
122 .logout_box {
123         background-color: #ddddff;
124         color: #000000;
125 }
126
127 a.logout_box {
128         display: block;
129 }
130
131 .logout_box:hover {
132         background-color: #bbbbdd;
133         color: #222222;
134 }
135
136 .description_text {
137         text-align: left;
138         background-color: #ffffff;
139 }
140
141 .table {
142         background-color: #ffffff;
143         width: 660px;
144         margin: 5px;
145 }
146
147 .warning_table {
148         background-color: #ff8888;
149         width: 660px;
150         margin: 5px;
151 }
152
153 .form_submitmenu {
154         min-width: 500px;
155         max-width: 90%;
156 }
157
158 .member_header {
159         text-align: center;
160         color: #000000;
161         vertical-align: middle;
162         background-color: #eeeeff;
163         height: 60px;
164 }
165
166 .member_data {
167         background-color: #ffffff;
168         color: #000000;
169         height: 20px;
170 }
171
172 .form_field {
173         border: solid 1px #000000;
174         background-color: #eeeeff;
175 }
176
177 .admin_alpha {
178         text-align: center;
179         height: 40px;
180         vertical-align: middle;
181 }
182
183 .admin_sortlinks {
184         text-align: center;
185         height: 20px;
186         vertical-align: middle;
187 }
188
189 .normal {
190         border-style: groove;
191 }
192
193 .member_main {
194         background-color: #ffffff;
195 }
196
197 .table_header {
198         text-align: center;
199         color: #000000;
200         vertical-align: middle;
201         background-color: #eeeeff;
202         height: 28px;
203 }
204
205 .guest_login_header {
206         color: #000000;
207         vertical-align: middle;
208         background-color: #eeeeff;
209 }
210
211 .guest_menu, .member_menu {
212         width: 220px;
213         background-color: #ffffff;
214         vertical-align: top;
215 }
216
217 .guest_menu_title, .member_menu_title {
218         background-color: #eeeeff;
219         color: #000000;
220         height: 25px;
221         width: 200px;
222         border: 1px solid #000000;
223 }
224
225 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
226         border: 1px solid #000000;
227         border-top: 0px;
228         background-color: #ffffff;
229         height: 22px;
230         text-align: left;
231 }
232
233 .guest_menu_seperator, .member_menu_seperator {
234         height: 15px;
235 }
236
237 .guest_content, .member_content {
238         background-color: #ffffff;
239         width: 99%;
240         padding-left: 2px;
241         padding-right: 2px;
242         margin-left: 5px;
243         margin-right: 5px;
244 }
245
246 .guest_advert, .guest_login, .member_advert, .member_login {
247         background-color: #ffffff;
248         vertical-align: top;
249         margin-top: 10px;
250 }
251
252 .table_footer {
253         height: 30px;
254         background-color: #eeeeff;
255 }
256
257 #master {
258         width: 100%;
259         height: 100%;
260         min-height: 90%;
261         max-height: 100%;
262         vertical-align: top;
263 }
264
265 .masterbox {
266         text-align: center;
267 }
268
269 li.copyright_lines {
270         display:inline;
271 }
272
273 span.copyright_lines {
274         vertical-align: bottom;
275         font-size: 10px;
276         width: 380px;
277         vertical-align: middle;
278         background-color: #ffffff;
279         height: 38px;
280         padding-top: 7px;
281         padding-bottom: 7px;
282         display:inline-block;
283 }
284
285 ul.copyright_box {
286         text-align: center;
287         width: 760px;
288         list-style: none inside;
289         padding-left:0px;
290         margin-bottom: 5px;
291 }
292
293 .dashed {
294         border: solid 1px #000000;
295 }
296
297 .switch_sw1 {
298         background-color: #ffffff;
299 }
300
301 .switch_sw2 {
302         background-color: #ffffff;
303 }
304
305 .impressum {
306         font-size: 12px;
307         width: 320px;
308         vertical-align: middle;
309         background-color: #ffffff;
310         height: 70px;
311 }
312
313 .mediadata {
314         background-color: #ffffff;
315 }
316
317 .media_header, .impressum_header {
318         background-color: #eeeeff;
319         text-align: center;
320         color: #000000;
321         height: 26px;
322         font-weight: bold;
323         font-size: 20px;
324 }
325
326 .media_left {
327         font-size: 14px;
328         width: 200px;
329 }
330
331 .media_right {
332         color: #000000;
333         font-weight: bold;
334         font-size: 14px;
335         width: 70px;
336 }
337
338 .admin_sep_footer {
339         background-color: #eeeeff;
340         font-size: 1px;
341 }
342
343 .admin_sep_footer2 {
344         background-color: #eeeeff;
345         font-size: 1px;
346 }
347
348 .table_footer, .member_refbanner, .member_update, .admin_del_link {
349         background-color: #eeeeff;
350 }
351
352 .table_footer {
353         height: 30px;
354         background-color: #eeeeff;
355 }
356
357 .table_footer {
358         text-align: center;
359         height: 30px;
360         padding-left: 5px;
361         padding-right: 5px;
362 }
363
364 .admin_task_header {
365         background-color: #eeeeff;
366         color: #000000;
367         vertical-align: middle;
368         font-size: 18px;
369         height: 35px;
370 }
371
372 .seperator {
373         font-size: 1px
374 }
375
376 .tab1 {
377         text-align: center
378 }
379
380 .form_delete, .form_delete {
381         border: groove 1px #000000;
382         background-color: #000000;
383         color: #ffffff;
384         cursor: pointer;
385 }
386
387 .guest_stats {
388         background-color: #ffffff;
389         width: 460px;
390 }
391
392 .guest_stats_title {
393         color: #000000;
394         vertical-align: middle;
395         background-color: #eeeeff;
396         height: 30px;
397 }
398
399 .guest_stats_l {
400         width: 344px;
401         text-align: right;
402 }
403
404 .guest_stats_m {
405         width: 2px;
406 }
407
408 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
409         color: #000000;
410         width: 28px;
411         font-weight: bold;
412         text-align: center;
413 }
414
415 .guest_stats_ll, .guest_stats_rl {
416         width: 192px;
417         text-align: right;
418 }
419
420 .guest_stats_footer {
421         color: #000000;
422         vertical-align: middle;
423         background-color: #eeeeff;
424         height: 20px;
425 }
426
427 .task_pre {
428         font-weight: bold;
429         margin-left: 0px;
430         margin-right: 0px;
431         margin-top: 10px;
432         margin-bottom: 10px;
433 }
434
435 .impressum_body {
436         background-color: #ffffff;
437 }
438
439 .guest_content_align, .member_content_align, .admin_content_align {
440         text-align: center;
441         vertical-align: top;
442 }
443
444 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
445         text-align: left;
446         width: 100%;
447 }
448
449 .member_unconfirmed {
450         background-color: #ffffff;
451         width: 100%;
452         text-align: center;
453 }
454
455 .you_are_here {
456         white-space: nowrap;
457         font-size: 14px;
458         text-align: left;
459         margin-bottom: 12px;
460 }
461
462 .tiny {
463         font-size: 10px;
464 }
465
466 .medium {
467         font-size: 14px;
468 }
469
470 .big {
471         font-size: 20px;
472 }
473
474 .top, .top2 {
475         border-top: 1px solid #000000;
476 }
477
478 .bottom, .bottom2 {
479         border-bottom: 1px solid #000000;
480 }
481
482 .left, .left2 {
483         border-left: 1px solid #000000;
484 }
485
486 .right, .right2 {
487         border-right: 1px solid #000000;
488 }
489
490 .nobr {
491         white-space: nowrap;
492 }
493
494 .main {
495         height: 99%;
496         vertical-align: top;
497 }
498
499 .footer {
500         height: 1%;
501         vertical-align: bottom;
502 }
503
504 .menu_blur {
505         display: block;
506 }
507
508 .menu_blur:hover {
509         background-color: #eeeeff;
510 }
511
512 .disabled {
513         border-style: groove;
514         background-color: #aaaaaa;
515         color: #ffffff;
516 }
517
518 .mini_select {
519         border: solid 1px #000000;
520         background-color: #eeeeff;
521         font-size: 10px;
522 }
523
524 .theme_box {
525         border: 1px solid #000000;
526         border-top: 0px;
527         width: 100%;
528         height: 70px;
529         background-color: #ffffff;
530 }
531
532 .theme_note {
533         font-size: 12px;
534         font-weight: bold;
535 }
536
537 .theme_content {
538         color: #000000;
539 }
540
541 .guest {
542         width: 100%;
543 }
544
545 .para {
546         text-indent: 8px;
547         text-align: left;
548         margin-left: 5px;
549         margin-right: 5px;
550         margin-bottom: 12px;
551 }
552
553 .message {
554         padding-bottom: 15px;
555 }
556
557 ul.show_timings_block {
558         border: solid 1px #000000;
559         background-color: #eeeeff;
560         font-size: 10px;
561         width: 645px;
562         height: 20px;
563         list-style: none inside;
564 }
565
566 .show_timings_column {
567         background-color: #ffffff;
568         margin-top: 2px;
569         width: 150px;
570         border: solid 1px #000000;
571         height: 14px;
572 }
573
574 span.show_timings_column {
575         display: inline-block;
576 }
577
578 li.show_timings_column {
579         display: inline;
580 }
581
582 span.show_timings_data {
583         font-weight: bold;
584 }
585
586 .login_failure_header {
587         text-align: center;
588         background-color: #eeeeff;
589         font-weight: bold;
590 }
591
592 .login_failures {
593         text-align: center;
594         width: 400px;
595 }
596
597 .skyscraper {
598         width: 122px;
599         height: 601px;
600         border: 1px solid #000000;
601         margin: 0px;
602         padding: 0px;
603         padding-top: 1px;
604 }
605
606 ul.admin_menu_main,ul.admin_menu_sub {
607         list-style: none inside;
608 }
609
610 .pre {
611         display: block;
612 }
613
614 td {
615         padding-left: 2px;
616         padding-right: 2px;
617         padding-top: 2px;
618         padding-bottom: 2px;
619 }
620
621 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
622         background-color: #dddddd;
623         font-style: italic;
624 }
625
626 strong.menu_invisible, strong.sub_menu_invisible {
627         color: #999999;
628         font-style: italic;
629 }
630
631 .menu_locked, .sub_menu_locked {
632         color: #ffeeee;
633 }
634
635 .rank_1 {
636         font-weight: bold;
637         font-size: 22px;
638 }
639
640 .rank_2 {
641         font-weight: bold;
642         font-size: 18px;
643 }
644
645 .rank_3 {
646         font-weight: bold;
647 }