43e46d2656b85c63aa773e771d946207792f47f3
[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 form {
43         margin: 0px;
44         margin-left: 0px;
45         margin-right: 0px;
46         margin-top: 0px;
47         margin-bottom: 0px;
48         padding: 0px;
49         padding-left: 0px;
50         padding-right: 0px;
51         padding-top: 0px;
52         padding-bottom: 0px;
53 }
54
55 input, textarea, select, option {
56         color: #000000;
57         border: 1px solid #000000;
58         text-decoration: none;
59 }
60
61 fieldset {
62         border: 1px solid #000000;
63         margin-top: 10px;
64         padding: 10px;
65 }
66
67 fieldset:hover, input:hover, select:hover, option:hover, textarea:hover {
68         border-color: #000080;
69 }
70
71 input:hover, select:hover, option:hover, textarea:hover {
72         color: #000080;
73 }
74
75 legend {
76         font-weight: bold;
77         color: #000000;
78         background-color: transparent;
79         padding-left: 5px;
80         padding-right: 5px;
81 }
82
83 ul, ol {
84         margin-top: 0px;
85         margin-bottom: 0px;
86 }
87
88 pre {
89         white-space: pre-wrap;
90         text-align: left;
91         padding: 5px;
92 }
93
94 .form_reset {
95         border: groove 1px #000000;
96         color: #000000;
97         cursor: pointer;
98 }
99
100 .form_submit {
101         color: #000000;
102         border-color: #000000;
103         background-color: #ffffff;
104         cursor: pointer;
105 }
106
107 .form_delete {
108         border: 1px groove #000000;
109         color: #000000;
110         cursor: pointer;
111 }
112
113 .runtime_fatalcontent {
114         color: #000000;
115         background-color: #ffffff;
116         text-align: left;
117         font-size: 12px;
118 }
119
120 .admin {
121         color: #000000;
122         background-color: #ffffff;
123 }
124
125 .notice {
126         color: #000000;
127         font-size: 12px;
128 }
129
130 .banner {
131         background-color: #ffffff;
132         width: 488px;
133 }
134
135 .fatal_error {
136         background-color: #ffffff;
137         color: #aa0000;
138         font-size: 10px;
139 }
140
141 .form_select {
142         border: solid 1px #000000;
143         background-color: #eeeeff;
144 }
145
146 .description_header, .message {
147         background-color: #eeeeff;
148         color: #000000;
149         text-align: center;
150 }
151
152 .admin_menu {
153         background-color: #eeeeff;
154         color: #000000;
155         width: 230px;
156         height: 25px;
157 }
158
159 .logout_box {
160         background-color: #ddddff;
161         color: #000000;
162 }
163
164 a.logout_box {
165         display: block;
166 }
167
168 .logout_box:hover {
169         background-color: #bbbbdd;
170         color: #222222;
171 }
172
173 .description_text {
174         text-align: left;
175         background-color: #ffffff;
176 }
177
178 .table {
179         background-color: #ffffff;
180         width: 660px;
181         margin: 5px;
182 }
183
184 .table2 {
185         background-color: #ffffff;
186         width: 680px;
187         margin: 5px;
188 }
189
190 .table3 {
191         background-color: #ffffff;
192         width: 630px;
193         margin: 5px;
194 }
195
196 .warning_table {
197         background-color: #ff8888;
198         width: 660px;
199         margin: 5px;
200 }
201
202 .bug_table, .ajax_bug_table {
203         background-color: #ffffff;
204         margin: 0px;
205         max-width: 100%;
206         min-width: 400px;
207         overflow: auto
208         color: #000000;
209 }
210
211 .form_submitmenu {
212         min-width: 500px;
213         max-width: 90%;
214 }
215
216 .member_header {
217         text-align: center;
218         color: #000000;
219         vertical-align: middle;
220         background-color: #eeeeff;
221         height: 60px;
222 }
223
224 .member_data {
225         background-color: #ffffff;
226         color: #000000;
227         height: 20px;
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 .normal {
243         border-style: groove;
244 }
245
246 .member_main {
247         background-color: #ffffff;
248 }
249
250 .table_header, .bug_table_header, .ajax_bug_table_header {
251         text-align: center;
252         color: #000000;
253         vertical-align: middle;
254         background-color: #eeeeff;
255         padding-bottom: 5px;
256         padding-top: 5px;
257 }
258
259 .header_column {
260         height: 23px;
261         background-color: #eeeeff;
262         color: #000000;
263         text-align: center;
264 }
265
266 .footer_column {
267         height: 23px;
268         background-color: #eeeeff;
269         color: #000000;
270 }
271
272
273 .guest_login_header {
274         color: #000000;
275         vertical-align: middle;
276         background-color: #eeeeff;
277 }
278
279 .guest_menu, .member_menu {
280         width: 220px;
281         background-color: #ffffff;
282         vertical-align: top;
283 }
284
285 .guest_menu_title, .member_menu_title {
286         background-color: #eeeeff;
287         color: #000000;
288         height: 25px;
289         width: 200px;
290         border: 1px solid #000000;
291 }
292
293 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
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_separator, .member_menu_separator {
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 #master {
321         width: 100%;
322         height: 100%;
323         min-height: 90%;
324         max-height: 100%;
325         vertical-align: top;
326 }
327
328 .masterbox {
329         text-align: center;
330 }
331
332 li.copyright_lines {
333         display:inline;
334 }
335
336 span.copyright_lines {
337         vertical-align: bottom;
338         font-size: 10px;
339         width: 380px;
340         vertical-align: middle;
341         background-color: #ffffff;
342         height: 38px;
343         padding-top: 7px;
344         padding-bottom: 7px;
345         display:inline-block;
346 }
347
348 ul.copyright_box {
349         text-align: center;
350         width: 760px;
351         list-style: none inside;
352         padding-left:0px;
353         margin-bottom: 5px;
354 }
355
356 .dashed {
357         border: solid 1px #000000;
358 }
359
360 .switch_sw1 {
361         background-color: #ffffff;
362 }
363
364 .switch_sw2 {
365         background-color: #ffffff;
366 }
367
368 .impressum {
369         font-size: 12px;
370         width: 320px;
371         vertical-align: middle;
372         background-color: #ffffff;
373         height: 70px;
374 }
375
376 .mediadata {
377         background-color: #ffffff;
378 }
379
380 .media_left {
381         font-size: 14px;
382         width: 200px;
383 }
384
385 .media_right {
386         color: #000000;
387         font-weight: bold;
388         font-size: 14px;
389         width: 70px;
390 }
391
392 .admin_sep_footer {
393         background-color: #eeeeff;
394         font-size: 1px;
395 }
396
397 .admin_sep_footer2 {
398         background-color: #eeeeff;
399         font-size: 1px;
400 }
401
402 .member_refbanner, .member_update, .admin_delete_link {
403         background-color: #eeeeff;
404 }
405
406 .table_footer {
407         background-color: #eeeeff;
408         text-align: center;
409         padding: 5px;
410 }
411
412 .separator {
413         font-size: 1px
414 }
415
416 .tab1 {
417         text-align: center
418 }
419
420 .form_delete, .form_delete {
421         border: groove 1px #000000;
422         background-color: #000000;
423         color: #ffffff;
424         cursor: pointer;
425 }
426
427 .guest_stats {
428         background-color: #ffffff;
429         width: 460px;
430 }
431
432 .guest_stats_l {
433         width: 344px;
434         text-align: right;
435 }
436
437 .guest_stats_m {
438         width: 2px;
439 }
440
441 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
442         color: #000000;
443         width: 28px;
444         font-weight: bold;
445         text-align: center;
446 }
447
448 .guest_stats_ll, .guest_stats_rl {
449         width: 192px;
450         text-align: right;
451 }
452
453 .impressum_body {
454         background-color: #ffffff;
455 }
456
457 .guest_content_align, .member_content_align, .admin_content_align {
458         text-align: center;
459         vertical-align: top;
460 }
461
462 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
463         text-align: left;
464         width: 100%;
465 }
466
467 .you_are_here {
468         white-space: nowrap;
469         font-size: 14px;
470         text-align: left;
471 }
472
473 .tiny {
474         font-size: 10px;
475 }
476
477 .medium {
478         font-size: 14px;
479 }
480
481 .big {
482         font-size: 20px;
483 }
484
485 .top, .top2 {
486         border-top: 1px solid #000000;
487 }
488
489 .bottom, .bottom2 {
490         border-bottom: 1px solid #000000;
491 }
492
493 .left, .left2 {
494         border-left: 1px solid #000000;
495 }
496
497 .right, .right2 {
498         border-right: 1px solid #000000;
499 }
500
501 .nobr {
502         white-space: nowrap;
503 }
504
505 .main {
506         height: 99%;
507         vertical-align: top;
508 }
509
510 .footer {
511         height: 1%;
512         vertical-align: bottom;
513 }
514
515 .menu_blur {
516         display: block;
517 }
518
519 .menu_blur:hover {
520         background-color: #eeeeff;
521 }
522
523 .disabled {
524         border-style: groove;
525         background-color: #aaaaaa;
526         color: #ffffff;
527 }
528
529 .disabled:hover {
530         background-color: #aaaaaa;
531         color: #ffffff;
532 }
533
534 .mini_select {
535         border: solid 1px #000000;
536         background-color: #eeeeff;
537         font-size: 10px;
538 }
539
540 .theme_box {
541         border: 1px solid #000000;
542         border-top: 0px;
543         width: 100%;
544         height: 70px;
545         background-color: #ffffff;
546 }
547
548 .theme_note {
549         font-size: 12px;
550         font-weight: bold;
551 }
552
553 .theme_content {
554         color: #000000;
555 }
556
557 .guest {
558         width: 100%;
559 }
560
561 .para {
562         text-indent: 1em;
563         text-align: left;
564         margin-left: 5px;
565         margin-right: 5px;
566         margin-bottom: 1em;
567 }
568
569 .message {
570         padding-bottom: 15px;
571 }
572
573 ul.show_timings_block {
574         border: solid 1px #000000;
575         background-color: #eeeeff;
576         font-size: 10px;
577         width: 685px;
578         height: 20px;
579         list-style: none inside;
580 }
581
582 .show_timings_column {
583         background-color: #ffffff;
584         margin-top: 2px;
585         width: 160px;
586         height: 14px;
587 }
588
589 span.show_timings_column {
590         border: solid 1px #000000;
591         display: inline-block;
592 }
593
594 li.show_timings_column {
595         display: inline;
596 }
597
598 span.show_timings_data {
599         font-weight: bold;
600 }
601
602 .login_failure_header {
603         text-align: center;
604         background-color: #eeeeff;
605         font-weight: bold;
606 }
607
608 .login_failures {
609         text-align: center;
610         width: 400px;
611 }
612
613 .skyscraper {
614         width: 122px;
615         height: 601px;
616         border: 1px solid #000000;
617         margin: 0px;
618         padding: 0px;
619         padding-top: 1px;
620 }
621
622 ul.admin_menu_main,ul.admin_menu_sub {
623         list-style: none inside;
624 }
625
626 td {
627         padding-left: 2px;
628         padding-right: 2px;
629         padding-top: 2px;
630         padding-bottom: 2px;
631 }
632
633 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
634         background-color: #dddddd;
635         font-style: italic;
636 }
637
638 strong.menu_invisible, strong.sub_menu_invisible {
639         color: #999999;
640         font-style: italic;
641 }
642
643 .menu_locked, .sub_menu_locked {
644         color: #ffeeee;
645 }
646
647 .rank_1 {
648         font-weight: bold;
649         font-size: 22px;
650 }
651
652 .rank_2 {
653         font-weight: bold;
654         font-size: 18px;
655 }
656
657 .rank_3 {
658         font-weight: bold;
659 }
660
661 ul.listing {
662         text-align: left;
663         padding-top: 5px;
664         padding-bottom: 5px;
665         padding-left: 0px;
666         margin-left: 25px;
667         list-style-type: none;
668 }
669
670 ol.listing {
671         text-align: left;
672         padding-top: 5px;
673         padding-bottom: 5px;
674         padding-left: 0px;
675         margin-left: 25px;
676 }
677
678 li.listing {
679         padding-bottom: 5px;
680 }
681
682 .bad {
683         color: #aa0000;
684         font-style: italic;
685 }
686
687 .good {
688         color: #00aa00;
689 }
690
691 .table_row {
692         text-align: left;
693         margin: 0px;
694         padding: 0px;
695         padding-top: 5px;
696         padding-bottom: 5px;
697         height: 28px;
698         float: left;
699         display: block;
700 }
701
702 label {
703         width: 50%
704         float: left;
705         display: block;
706 }
707
708 .form_field {
709         border: solid 1px #000000;
710         background-color: #eeeeff;
711 }
712
713 .field_note {
714         float: left;
715         text-align: left;
716         font-style: italic;
717 }
718
719 .ui-progressbar {
720         height:2em;
721         text-align:
722         left;
723         overflow: hidden;
724 }
725
726 .ui-progressbar .ui-progressbar-value {
727         margin: -1px;
728         height:100%;
729 }
730
731 .clear {
732         clear: both;
733 }