1body {
2    font-family:Arial, sans-serif;
3    background-color:White;
4    color:Black;
5}
6hr {
7    color:Black;
8    background-color:Black;
9    height:1px;
10    border:0;
11}
12h1 {
13    margin-bottom:0px;
14    padding-bottom:0px;
15    font-size:1.625em;
16}
17h2 {
18    margin-bottom:0px;
19    padding-bottom:0px;
20    font-size:1.25em;
21    white-space:nowrap;
22}
23span.section {
24    font-weight:bold;
25    cursor:pointer;
26    color:#003E69;
27    white-space:nowrap;
28    margin-left:5px;
29}
30span.new_sign {
31    font-weight:bold;
32    margin-left:26px;
33    color:#003E69;
34}
35span.new_sign_lbl {
36    margin-left:28px;
37    font-size:0.875em;
38    color:Black;
39}
40span:hover.section {
41    color:#336699;
42}
43span.sect_aff {
44    cursor:pointer;
45    margin-left:7px;
46    padding-left:15px;
47    font-size:0.875em;
48    color:#cc3300;
49}
50span.sect_info {
51    cursor:pointer;
52    margin-left:7px;
53    padding-left:15px;
54    font-size:0.875em;
55    color:Black;
56}
57span.ext {
58    font-weight:100;
59}
60span.h_name {
61    color:#cc3300;
62    font-size:0.875em;
63    font-weight:bold;
64}
65div.h_list, div.lib_list {
66    font-size:0.94em;
67    padding-left:5px;
68}
69span.ns {
70    color:#408080;
71    font-size:0.94em;
72}
73span.lib_name {
74    color:Green;
75    font-size:0.875em;
76    font-weight:bold;
77}
78span.iname {
79    font-weight:bold;
80    color:#003E69;
81    margin-left:5px;
82}
83span.iname_b {
84    font-weight:bold;
85    font-size:1.1em;
86}
87span.iname_a {
88    color:#333333;
89    font-weight:bold;
90    font-size:0.94em;
91}
92span.sym_p {
93    font-weight:normal;
94    white-space:normal;
95}
96div.affect {
97    padding-left:15px;
98    padding-bottom:10px;
99    font-size:0.87em;
100    font-style:italic;
101    line-height:0.75em;
102}
103div.affected {
104    padding-left:30px;
105    padding-top:10px;
106}
107table.ptable {
108    border-collapse:collapse;
109    border:1px outset black;
110    line-height:1em;
111    margin-left:15px;
112    margin-top:3px;
113    margin-bottom:3px;
114    width:900px;
115
116}
117table.ptable td {
118    border:1px solid gray;
119    padding: 3px;
120    font-size:0.875em;
121    text-align:left;
122    vertical-align:top;
123}
124table.vtable {
125    border-collapse:collapse;
126    border:1px outset black;
127    line-height:16px;
128    margin-left:30px;
129    margin-top:10px;
130}
131table.vtable td {
132    border:1px solid gray;
133    word-wrap:break-word;
134    padding: 3px;
135    font-size:0.875em;
136    max-width:450px;
137    vertical-align:top;
138}
139table.ptable th, table.vtable th {
140    background-color:#eeeeee;
141    font-weight:bold;
142    color:#333333;
143    font-family:Verdana, Arial;
144    font-size:0.875em;
145    border:1px solid gray;
146    text-align:center;
147    vertical-align:top;
148    white-space:nowrap;
149    padding: 3px;
150}
151table.summary {
152    border-collapse:collapse;
153    border:1px outset black;
154}
155table.summary th {
156    background-color:#eeeeee;
157    font-weight:100;
158    text-align:left;
159    font-size:0.94em;
160    white-space:nowrap;
161    border:1px inset gray;
162    padding: 3px;
163}
164table.summary td {
165    text-align:right;
166    white-space:nowrap;
167    border:1px inset gray;
168    padding: 3px 5px 3px 10px;
169}
170span.mangled {
171    padding-left:15px;
172    font-size:0.875em;
173    cursor:text;
174    color:#444444;
175}
176span.sym_ver {
177    color:#333333;
178    white-space:nowrap;
179    font-family:"DejaVu Sans Mono", Monospace;
180}
181span.attr {
182    color:#333333;
183    font-weight:100;
184}
185span.color_p {
186    font-style:italic;
187    color:Brown;
188}
189span.p {
190    font-style:italic;
191}
192span.fp {
193    font-style:italic;
194    background-color:#DCDCDC;
195}
196span.ttype {
197    font-weight:100;
198}
199span.nowrap {
200    white-space:nowrap;
201}
202span.value {
203    white-space:nowrap;
204    font-weight:bold;
205}
206.passed {
207    background-color:#CCFFCC;
208    font-weight:100;
209}
210.warning {
211    background-color:#F4F4AF;
212    font-weight:100;
213}
214.failed {
215    background-color:#FFCCCC;
216    font-weight:100;
217}
218.new {
219    background-color:#C6DEFF;
220    font-weight:100;
221}
222.compatible {
223    background-color:#CCFFCC;
224    font-weight:100;
225}
226.almost_compatible {
227    background-color:#FFDAA3;
228    font-weight:100;
229}
230.incompatible {
231    background-color:#FFCCCC;
232    font-weight:100;
233}
234.gray {
235    background-color:#DCDCDC;
236    font-weight:100;
237}
238.top_ref {
239    font-size:0.69em;
240}
241.footer {
242    font-size:0.75em;
243}
244