blob: a0406f37a0380c3f9ce96ac63a5732992bd3f1e0 [file] [log] [blame]
Ted Kremenek3ce12072008-09-22 17:50:47 +00001body { color:#000000; background-color:#ffffff }
2body { font-family: Helvetica, sans-serif; font-size:9pt }
3h1 { font-size: 14pt; }
4h2 { font-size: 12pt; }
5table { font-size:9pt }
6table { border-spacing: 0px; border: 1px solid black }
7th, 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 }
15th, td { padding:5px; padding-left:8px; text-align:left }
16td.SUMM_DESC { padding-left:12px }
17td.DESC { white-space:pre }
18td.Q { text-align:right }
19td { text-align:left }
Ted Kremenekdb9e91b2008-09-22 18:05:05 +000020tbody.scrollContent { overflow:auto }
21
22table.form_group {
23 background-color: #ccc;
24 border: 1px solid #333;
25 padding: 2px;
26}
27
28table.form_inner_group {
29 background-color: #ccc;
30 border: 1px solid #333;
31 padding: 0px;
32}
33
34table.form {
35 background-color: #999;
36 border: 1px solid #333;
37 padding: 2px;
38}
39
40td.form_label {
41 text-align: right;
42 vertical-align: top;
43}
44/* For one line entires */
45td.form_clabel {
46 text-align: right;
47 vertical-align: center;
48}
49td.form_value {
50 text-align: left;
51 vertical-align: top;
52}
53td.form_submit {
54 text-align: right;
55 vertical-align: top;
56}
57
58h1.SubmitFail {
59 color: #f00;
60}
61h1.SubmitOk {
62}