|
0
|
1 |
/* General styling */ |
|
|
2 |
|
|
|
3 |
body, html { |
|
|
4 |
background:white; |
|
|
5 |
} |
|
|
6 |
|
|
|
7 |
* { |
|
|
8 |
font-family:Helvetica, Verdana, Sans-Serif; |
|
|
9 |
} |
|
|
10 |
|
|
|
11 |
th, td, p, dd, dl, li, body, form, input, textarea, option, |
|
|
12 |
legend, select, fieldset { |
|
|
13 |
font-family:Verdana, Helvetica, Sans-Serif; |
|
|
14 |
font-size:small; |
|
|
15 |
} |
|
|
16 |
|
|
|
17 |
img { |
|
|
18 |
border:0; |
|
|
19 |
padding:0; |
|
|
20 |
margin:0; |
|
|
21 |
} |
|
|
22 |
|
|
|
23 |
pre, code, tt { |
|
|
24 |
font-family: Courier, Courier New, Monospace; |
|
|
25 |
} |
|
|
26 |
|
|
|
27 |
kbd, code { |
|
|
28 |
color:#309; |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
pre { |
|
|
32 |
font-size: 80%; |
|
|
33 |
background: #B7CFCF; |
|
|
34 |
border: 1px solid gray; |
|
|
35 |
} |
|
|
36 |
|
|
|
37 |
caption, legend { |
|
|
38 |
font-weight:bold; |
|
|
39 |
} |
|
|
40 |
|
|
|
41 |
dt { |
|
|
42 |
font-weight:bold; |
|
|
43 |
} |
|
|
44 |
|
|
|
45 |
dt, dd { |
|
|
46 |
margin-top: .5em; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
form { |
|
|
50 |
border:0; |
|
|
51 |
padding:0; |
|
|
52 |
margin:0; |
|
|
53 |
} |
|
|
54 |
|
|
|
55 |
h1, h2, h3 { |
|
|
56 |
font-weight:bold; |
|
|
57 |
} |
|
|
58 |
h1 { |
|
|
59 |
font-size:1.35em; |
|
|
60 |
margin-top: 0; |
|
|
61 |
} |
|
|
62 |
h2 { |
|
|
63 |
font-size:1.2em; |
|
|
64 |
} |
|
|
65 |
h3 { |
|
|
66 |
font-size:1.15em; |
|
|
67 |
} |
|
|
68 |
|
|
|
69 |
/* Table Styling */ |
|
|
70 |
|
|
|
71 |
table { |
|
|
72 |
empty-cells:show; |
|
|
73 |
} |
|
|
74 |
.borders td, .borders th { |
|
|
75 |
border:1px solid gray; |
|
|
76 |
padding:3px; |
|
|
77 |
} |
|
|
78 |
.borders { |
|
|
79 |
border-spacing:0px; |
|
|
80 |
border:1px solid gray; |
|
|
81 |
} |
|
|
82 |
.collapsed { |
|
|
83 |
border-collapse:collapse; |
|
|
84 |
} |
|
|
85 |
.elbowroom td, .elbowroom th { |
|
|
86 |
padding-right:.5em; |
|
|
87 |
padding-left:.5em; |
|
|
88 |
} |
|
|
89 |
.top td, .top th { |
|
|
90 |
vertical-align: top; |
|
|
91 |
} |
|
|
92 |
.odd td { |
|
|
93 |
background: #fcfaf2; |
|
|
94 |
} |
|
|
95 |
.ruled td { |
|
|
96 |
border-bottom: 1px solid #B98601; |
|
|
97 |
} |
|
|
98 |
.ruled tr:last-child td { |
|
|
99 |
border-bottom: none; |
|
|
100 |
} |
|
|
101 |
.ruled a:link, .ruled a:visited { |
|
|
102 |
text-decoration: none; |
|
|
103 |
} |
|
|
104 |
.ruled a:hover { |
|
|
105 |
text-decoration: underline; |
|
|
106 |
} |
|
|
107 |
.cleanHeaders th { |
|
|
108 |
border-style: none none solid none; |
|
|
109 |
border-color: black; |
|
|
110 |
border-width: 1px; |
|
|
111 |
text-align: left; |
|
|
112 |
background: transparent; |
|
|
113 |
} |
|
|
114 |
.compact td, .compact th { |
|
|
115 |
font-size:smaller; |
|
|
116 |
} |
|
|
117 |
.verticalHeaders th { |
|
|
118 |
text-align:right; |
|
|
119 |
border-right:1px solid #252; |
|
|
120 |
white-space:nowrap; |
|
|
121 |
} |
|
|
122 |
.verticalHeaders th, .verticalHeaders td { |
|
|
123 |
vertical-align:top; |
|
|
124 |
} |
|
|
125 |
table.classic { |
|
|
126 |
border-top: 1px solid #252; |
|
|
127 |
border-bottom: 1px solid #252; |
|
|
128 |
} |
|
|
129 |
table.verticalMargins { |
|
|
130 |
margin: 1em 0; |
|
|
131 |
} |
|
|
132 |
.hoverul:link { |
|
|
133 |
text-decoration: none; |
|
|
134 |
} |
|
|
135 |
.hoverul:hover { |
|
|
136 |
text-decoration: underline; |
|
|
137 |
} |