1
2body {
3    min-width: 600px;
4    width: 600px;
5    width: auto !important;
6    background-color: #fff;
7    font-family: Verdana, sans;
8}
9
10body,div,span,td,p,h2,h3,h4,h5,h6,a,ul,li {
11    font-family: Verdana, sans;
12    font-size: 11px;
13    color: #5A5A5A;
14    font-style: normal;
15}
16
17a,a:hover,a:visited,a:active {
18    color: #5A5A5A;
19    /* text-decoration: underline; */
20}
21
22/* main layout */
23#banner {
24    color: #FFA500;
25    border: none;
26    margin: 0 0 0 0;
27    background-color: #fff;
28    background-image: url(../images/header.jpg);
29    background-position: right;
30    background-repeat: no-repeat;
31    height: 100px;
32}
33
34#bannerLeft img{
35    margin: 10px 0 0 10px;
36}
37
38#leftColumn {
39    background-color: transparent;
40    position: absolute;
41    top: 140px;
42    left: 20px;
43    width: 180px;
44    margin: 0px;
45    padding: 0px;
46    border: none;
47}
48
49#bodyColumn {
50    margin: 0 0 20px 220px;
51    background-color: #fff;
52    padding: 30px;
53    position: relative;
54    background-image: url(../images/dotted.png);
55    background-repeat: repeat-y;
56}
57
58#footer div.xright {
59    color: #fff;
60    margin-right: 10px;
61}
62
63/* end main layout */
64.deprecated {
65    text-decoration: line-through;
66}
67
68.comment {
69    color: green;
70}
71
72.source pre {
73    font-family: "Andale Mono", monospace;
74    font-size: 11px;
75    background-color: #ddd;
76    width: 100%;
77    color: #5A5A5A;
78    border-width: 0px;
79    padding-top: 6px;
80    padding-left: 3px;
81}
82
83#breadcrumbs {
84    background-color: #FE1100;
85    border: none;
86    height: 15px;
87}
88
89/*
90    workaround for bug in the Doxia docbook renderer that opens
91    anchors (e.g. <a name="index">), but doesn't ever close them
92*/
93#section a,a:hover,a:visited,a:active {
94    text-decoration: none;
95}
96
97
98#breadcrumbs a {
99    color: #fff;
100    margin-left: 20px;
101    text-decoration: none;
102}
103
104h1 {
105    border: none;
106    padding-left: 0;
107    font-weight: bold;
108    text-transform: capitalize;
109    background-color: #7FAABB !important;
110    color: #FFFFFF !important;
111    font-size: 19px !important;
112}
113
114h2 {
115    border: none;
116    padding-left: 0;
117    font-size: 13px;
118    font-weight: bold;
119    text-transform: capitalize;
120    background-color: #7FAABB !important;
121    color: #FFFFFF !important;
122    font-size: 17px !important;
123}
124
125h3 {
126    border: none;
127    font-weight: bolder;
128    padding-left: 0;
129    background-color: #8BBBD1 !important;
130    color: #FFFFFF !important;
131}
132
133#navcolumn {
134    padding: 0;
135    overflow: hidden;
136}
137
138#navcolumn ul {
139    margin: 0px 0 3px 0;
140    background-repeat: repeat-x;
141}
142
143#navcolumn h5 {
144    border: none;
145    background-image: url(../images/dotted.png);
146    background-repeat: repeat-x;
147    padding: 4px 0 3px 20px;
148    font-size: 11px !important;
149    margin-top: -1px;
150}
151
152#navcolumn ul {
153    margin-bottom: 8px;
154}
155
156#navcolumn li {
157    margin: 0px 0 0px 3px;
158    padding: 2px;
159    list-style-position: outside;
160    font-size: 7.5pt !important;
161    padding-left: 16px;
162    padding-left /**/: 2px !important;
163    /* warning, don't reformat, there should be no comment between padding-left and comment, to fix IE5 issues */
164}
165
166#menuDownloadable_docs li {
167    background-image: url(../images/ico_file_pdf.png);
168    padding-top: 3px;
169    padding-bottom: 1px;
170}
171
172#navcolumn strong {
173    color: #000000;
174    font-weight: bold;
175}
176
177#navcolumn strong a {
178    color: #000000;
179    font-weight: bold;
180}
181
182#navcolumn a {
183    padding-left: 14px;
184    text-decoration: underline;
185    padding-bottom: 2px;
186    color: #5a5a5a;
187}
188
189#navcolumn a img {
190    margin-top: 0;
191}
192
193#navcolumn a#poweredBy img {
194    margin: 0 0 15px 20px;
195    width: 90px;
196    height: 30px;
197}
198
199#navcolumn #lastPublished {
200    color: #999;
201    margin: 0 0 0 20px;
202}
203
204#navcolumn a:hover {
205    color: Olive;
206    padding-left: 14px;
207    text-decoration: underline;
208    padding-bottom: 2px;
209}
210
211#breadcrumbs div.xright,#breadcrumbs div.xleft {
212    color: #fff;
213    display: inline;
214    font-size: 7pt !important;
215}
216
217#banner a#projectLogo img {
218    float: left;
219    background-color: #fff !important;
220    margin: 20px 0 0 20px !important;
221}
222
223#navcolumn li {
224    color: #000000;
225}
226
227#navcolumn strong {
228    color: #000000;
229    font-weight: bold;
230    margin-left: 15px;
231}
232
233div.source {
234    background-color: #ddd;
235}
236
237div.source pre,code,td.code {
238    font-size: 8pt !important;
239    font-family: monospace;
240    margin: 0;
241}
242
243td.code {
244    font-size: 10pt !important;
245    font-family: monospace;
246}
247
248div#legend {
249    display: none;
250}
251
252table td.source {
253    border: none !important;
254}
255
256table td,table th {
257    font-size: 8pt !important;
258    font-family: verdana;
259}
260
261table th {
262    font-weight: bold;
263}
264
265.collapsed {
266    background-image: url(../images/collapsed.png) !important;
267}
268
269li.expanded {
270    background-image: url(../images/expanded.png) !important;
271}
272
273/*
274li.expanded ul {
275    margin-top: 5px !important;
276}
277*/
278
279a.externalLink,a.newWindow {
280    padding-right: 9px !important;
281    background-image: none !important; /*ie5*/
282}
283
284a.externalLink /* */ {
285    background-image: url(../images/external.png) !important;
286}
287
288a.newWindow /* */ {
289    background-image: url(../images/newwindow.png) !important;
290}
291
292table {
293    width: 68%; /* fix for ie 5.x */
294}
295
296i {
297    content: "\"/*"
298}
299
300table {
301    width: 100%;
302}
303/* remove banner: comment the following lines for the full layout */ /*
304#banner, #breadcrumbs {
305    display: none !important;
306}
307#leftColumn {
308    position: relative;
309    top: 0;
310}
311*/
312