1 | body { color:#000000; background-color:#ffffff } |
2 | body { font-family: Helvetica, sans-serif; font-size:9pt } |
3 | h1 { font-size: 14pt; } |
4 | h2 { font-size: 12pt; } |
5 | table { font-size:9pt } |
6 | table { border-spacing: 0px; border: 1px solid black } |
7 | th, table thead { |
8 | background-color:#eee; color:#666666; |
9 | font-weight: bold; cursor: default; |
10 | text-align:center; |
11 | font-weight: bold; font-family: Verdana; |
12 | white-space:nowrap; |
13 | } |
14 | .W { font-size:0px } |
15 | th, td { padding:5px; padding-left:8px; text-align:left } |
16 | td.SUMM_DESC { padding-left:12px } |
17 | td.DESC { white-space:pre } |
18 | td.Q { text-align:right } |
19 | td { text-align:left } |
20 | tbody.scrollContent { overflow:auto } |
21 | |
22 | table.form_group { |
23 | background-color: #ccc; |
24 | border: 1px solid #333; |
25 | padding: 2px; |
26 | } |
27 | |
28 | table.form_inner_group { |
29 | background-color: #ccc; |
30 | border: 1px solid #333; |
31 | padding: 0px; |
32 | } |
33 | |
34 | table.form { |
35 | background-color: #999; |
36 | border: 1px solid #333; |
37 | padding: 2px; |
38 | } |
39 | |
40 | td.form_label { |
41 | text-align: right; |
42 | vertical-align: top; |
43 | } |
44 | /* For one line entires */ |
45 | td.form_clabel { |
46 | text-align: right; |
47 | vertical-align: center; |
48 | } |
49 | td.form_value { |
50 | text-align: left; |
51 | vertical-align: top; |
52 | } |
53 | td.form_submit { |
54 | text-align: right; |
55 | vertical-align: top; |
56 | } |
57 | |
58 | h1.SubmitFail { |
59 | color: #f00; |
60 | } |
61 | h1.SubmitOk { |
62 | } |
63 | |