68f6fc07058fb00989c2817f9d972a191130b806
[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         text-align: left;
298 }
299
300 .guest_menu_separator, .member_menu_separator {
301         height: 15px;
302 }
303
304 .guest_content, .member_content {
305         background-color: #ffffff;
306         width: 99%;
307         padding-left: 2px;
308         padding-right: 2px;
309         margin-left: 5px;
310         margin-right: 5px;
311 }
312
313 .guest_advert, .guest_login, .member_advert, .member_login {
314         background-color: #ffffff;
315         vertical-align: top;
316         margin-top: 10px;
317 }
318
319 #master {
320         width: 100%;
321         height: 100%;
322         min-height: 90%;
323         max-height: 100%;
324         vertical-align: top;
325 }
326
327 .masterbox {
328         text-align: center;
329 }
330
331 li.copyright_lines {
332         display:inline;
333 }
334
335 span.copyright_lines {
336         vertical-align: bottom;
337         font-size: 10px;
338         width: 380px;
339         vertical-align: middle;
340         background-color: #ffffff;
341         height: 38px;
342         padding-top: 7px;
343         padding-bottom: 7px;
344         display:inline-block;
345 }
346
347 ul.copyright_box {
348         text-align: center;
349         width: 760px;
350         list-style: none inside;
351         padding-left:0px;
352         margin-bottom: 5px;
353 }
354
355 .dashed {
356         border: solid 1px #000000;
357 }
358
359 .switch_sw1 {
360         background-color: #ffffff;
361 }
362
363 .switch_sw2 {
364         background-color: #ffffff;
365 }
366
367 .impressum {
368         font-size: 12px;
369         width: 320px;
370         vertical-align: middle;
371         background-color: #ffffff;
372         height: 70px;
373 }
374
375 .mediadata {
376         background-color: #ffffff;
377 }
378
379 .media_left {
380         font-size: 14px;
381         width: 200px;
382 }
383
384 .media_right {
385         color: #000000;
386         font-weight: bold;
387         font-size: 14px;
388         width: 70px;
389 }
390
391 .admin_sep_footer {
392         background-color: #eeeeff;
393         font-size: 1px;
394 }
395
396 .admin_sep_footer2 {
397         background-color: #eeeeff;
398         font-size: 1px;
399 }
400
401 .member_refbanner, .member_update, .admin_delete_link {
402         background-color: #eeeeff;
403 }
404
405 .table_footer {
406         background-color: #eeeeff;
407         text-align: center;
408         padding: 5px;
409 }
410
411 .separator {
412         font-size: 1px
413 }
414
415 .tab1 {
416         text-align: center
417 }
418
419 .form_delete, .form_delete {
420         border: groove 1px #000000;
421         background-color: #000000;
422         color: #ffffff;
423         cursor: pointer;
424 }
425
426 .guest_stats {
427         background-color: #ffffff;
428         width: 460px;
429 }
430
431 .guest_stats_l {
432         width: 344px;
433         text-align: right;
434 }
435
436 .guest_stats_m {
437         width: 2px;
438 }
439
440 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
441         color: #000000;
442         width: 28px;
443         font-weight: bold;
444         text-align: center;
445 }
446
447 .guest_stats_ll, .guest_stats_rl {
448         width: 192px;
449         text-align: right;
450 }
451
452 .impressum_body {
453         background-color: #ffffff;
454 }
455
456 .guest_content_align, .member_content_align, .admin_content_align {
457         text-align: center;
458         vertical-align: top;
459 }
460
461 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
462         text-align: left;
463         width: 100%;
464 }
465
466 .you_are_here {
467         white-space: nowrap;
468         font-size: 14px;
469         text-align: left;
470 }
471
472 .tiny {
473         font-size: 10px;
474 }
475
476 .medium {
477         font-size: 14px;
478 }
479
480 .big {
481         font-size: 20px;
482 }
483
484 .top, .top2 {
485         border-top: 1px solid #000000;
486 }
487
488 .bottom, .bottom2 {
489         border-bottom: 1px solid #000000;
490 }
491
492 .left, .left2 {
493         border-left: 1px solid #000000;
494 }
495
496 .right, .right2 {
497         border-right: 1px solid #000000;
498 }
499
500 .nobr {
501         white-space: nowrap;
502 }
503
504 .main {
505         height: 99%;
506         vertical-align: top;
507 }
508
509 .footer {
510         height: 1%;
511         vertical-align: bottom;
512 }
513
514 .menu_blur {
515         display: block;
516 }
517
518 .menu_blur:hover {
519         background-color: #eeeeff;
520 }
521
522 .disabled {
523         border-style: groove;
524         background-color: #aaaaaa;
525         color: #ffffff;
526 }
527
528 .disabled:hover {
529         background-color: #aaaaaa;
530         color: #ffffff;
531 }
532
533 .mini_select {
534         border: solid 1px #000000;
535         background-color: #eeeeff;
536         font-size: 10px;
537 }
538
539 .theme_box {
540         border: 1px solid #000000;
541         border-top: 0px;
542         width: 100%;
543         height: 70px;
544         background-color: #ffffff;
545 }
546
547 .theme_note {
548         font-size: 12px;
549         font-weight: bold;
550 }
551
552 .theme_content {
553         color: #000000;
554 }
555
556 .guest {
557         width: 100%;
558 }
559
560 .para {
561         text-indent: 1em;
562         text-align: left;
563         margin-left: 5px;
564         margin-right: 5px;
565         margin-bottom: 1em;
566 }
567
568 .message {
569         padding-bottom: 15px;
570 }
571
572 ul.show_timings_block {
573         border: solid 1px #000000;
574         background-color: #eeeeff;
575         font-size: 10px;
576         width: 685px;
577         height: 20px;
578         list-style: none inside;
579 }
580
581 .show_timings_column {
582         background-color: #ffffff;
583         margin-top: 2px;
584         width: 160px;
585         height: 14px;
586 }
587
588 span.show_timings_column {
589         border: solid 1px #000000;
590         display: inline-block;
591 }
592
593 li.show_timings_column {
594         display: inline;
595 }
596
597 span.show_timings_data {
598         font-weight: bold;
599 }
600
601 .login_failure_header {
602         text-align: center;
603         background-color: #eeeeff;
604         font-weight: bold;
605 }
606
607 .login_failures {
608         text-align: center;
609         width: 400px;
610 }
611
612 .skyscraper {
613         width: 122px;
614         height: 601px;
615         border: 1px solid #000000;
616         margin: 0px;
617         padding: 0px;
618         padding-top: 1px;
619 }
620
621 ul.admin_menu_main,ul.admin_menu_sub {
622         list-style: none inside;
623 }
624
625 td {
626         padding-left: 2px;
627         padding-right: 2px;
628         padding-top: 2px;
629         padding-bottom: 2px;
630 }
631
632 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
633         background-color: #dddddd;
634         font-style: italic;
635 }
636
637 strong.menu_invisible, strong.sub_menu_invisible {
638         color: #999999;
639         font-style: italic;
640 }
641
642 .menu_locked, .sub_menu_locked {
643         color: #ffeeee;
644 }
645
646 .rank_1 {
647         font-weight: bold;
648         font-size: 22px;
649 }
650
651 .rank_2 {
652         font-weight: bold;
653         font-size: 18px;
654 }
655
656 .rank_3 {
657         font-weight: bold;
658 }
659
660 ul.listing {
661         text-align: left;
662         padding-top: 5px;
663         padding-bottom: 5px;
664         padding-left: 0px;
665         margin-left: 25px;
666         list-style-type: none;
667 }
668
669 ol.listing {
670         text-align: left;
671         padding-top: 5px;
672         padding-bottom: 5px;
673         padding-left: 0px;
674         margin-left: 25px;
675 }
676
677 li.listing {
678         padding-bottom: 5px;
679 }
680
681 .bad {
682         color: #aa0000;
683         font-style: italic;
684 }
685
686 .good {
687         color: #00aa00;
688 }
689
690 .table_row {
691         text-align: left;
692         margin: 0px;
693         padding: 0px;
694         padding-top: 5px;
695         padding-bottom: 5px;
696         height: 28px;
697         float: left;
698         display: block;
699 }
700
701 label {
702         width: 50%
703         float: left;
704         display: block;
705 }
706
707 .form_field {
708         border: solid 1px #000000;
709         background-color: #eeeeff;
710 }
711
712 .field_note {
713         float: left;
714         text-align: left;
715         font-style: italic;
716 }
717
718 .ui-progressbar {
719         height:2em;
720         text-align:
721         left;
722         overflow: hidden;
723 }
724
725 .ui-progressbar .ui-progressbar-value {
726         margin: -1px;
727         height:100%;
728 }
729
730 .clear {
731         clear: both;
732 }