1 | <dtml-let base_url="getBaseUrl()"> |
---|
2 | |
---|
3 | body, table { |
---|
4 | font-size: 100%; |
---|
5 | line-height: normal; |
---|
6 | } |
---|
7 | |
---|
8 | form { |
---|
9 | margin: 0; |
---|
10 | } |
---|
11 | |
---|
12 | input, button { |
---|
13 | vertical-align: middle; |
---|
14 | } |
---|
15 | |
---|
16 | div p { |
---|
17 | margin: 0; |
---|
18 | padding: 0; |
---|
19 | } |
---|
20 | |
---|
21 | img { |
---|
22 | border-style: none; |
---|
23 | vertical-align: middle; |
---|
24 | } |
---|
25 | |
---|
26 | h3, h4, h5, h6 { |
---|
27 | margin: 0; |
---|
28 | } |
---|
29 | |
---|
30 | /* Misc table elements */ |
---|
31 | |
---|
32 | th { |
---|
33 | text-align: left |
---|
34 | } |
---|
35 | |
---|
36 | td { |
---|
37 | text-align: left |
---|
38 | } |
---|
39 | |
---|
40 | td.centered { |
---|
41 | text-align: center; |
---|
42 | } |
---|
43 | |
---|
44 | td.additionaltools { |
---|
45 | color: black; |
---|
46 | text-align: right; |
---|
47 | } |
---|
48 | |
---|
49 | td.even { |
---|
50 | color: black; |
---|
51 | background-color: #e3e0e3; |
---|
52 | text-align: left; |
---|
53 | } |
---|
54 | |
---|
55 | td.odd { |
---|
56 | color: black; |
---|
57 | background-color: #f0f0f0; |
---|
58 | text-align: left; |
---|
59 | } |
---|
60 | |
---|
61 | .chapo { |
---|
62 | text-align: justify; |
---|
63 | padding-bottom: 5px; |
---|
64 | } |
---|
65 | |
---|
66 | /* Forms */ |
---|
67 | |
---|
68 | input, select, textarea, button { |
---|
69 | font: 11px Verdana, Arial, sans-serif !important; |
---|
70 | color: Black; |
---|
71 | background-color: white; |
---|
72 | } |
---|
73 | |
---|
74 | .formmeta { |
---|
75 | font: 800 12px Arial, sans-serif !important; |
---|
76 | color: White; |
---|
77 | background-color: #6699cc; |
---|
78 | padding: 5px 10px 1px 5px; |
---|
79 | text-align:right; |
---|
80 | vertical-align: top; |
---|
81 | } |
---|
82 | |
---|
83 | .fileview { |
---|
84 | border: 1px solid #999999; |
---|
85 | background-color: #f0f0f0; |
---|
86 | margin-top: 15px; |
---|
87 | margin-bottom: 15px; |
---|
88 | } |
---|
89 | |
---|
90 | .statusmessage { |
---|
91 | background-color: #e9e9ff; |
---|
92 | border: 1px dotted #ccc; |
---|
93 | padding: 10px; |
---|
94 | font-weight: bold; |
---|
95 | margin: 10px; |
---|
96 | } |
---|
97 | |
---|
98 | html, body { |
---|
99 | height:100%; |
---|
100 | } |
---|
101 | input, textarea, select, button { |
---|
102 | background-color:white; |
---|
103 | margin:0pt; |
---|
104 | } |
---|
105 | |
---|
106 | input, button { |
---|
107 | padding:3px; |
---|
108 | } |
---|
109 | |
---|
110 | .fileview { |
---|
111 | padding:3px; |
---|
112 | } |
---|
113 | .statusmessage { |
---|
114 | margin-bottom:9px; |
---|
115 | padding:3px; |
---|
116 | } |
---|
117 | |
---|
118 | .toggle_icon { |
---|
119 | clear:left; |
---|
120 | float:left; |
---|
121 | padding:2px 0pt 0pt 3px; |
---|
122 | } |
---|
123 | .missing_toggle { |
---|
124 | padding:0pt 0pt 0pt 13px; |
---|
125 | } |
---|
126 | .tree_node { |
---|
127 | padding:0pt 0pt 0pt 8px; |
---|
128 | } |
---|
129 | .tree_leaf { |
---|
130 | padding:0pt 0pt 0pt 22px; |
---|
131 | } |
---|
132 | .action_icon { |
---|
133 | clear:left; |
---|
134 | float:left; |
---|
135 | padding:0pt 6px 0pt 0pt; |
---|
136 | } |
---|
137 | .cpsskinsBox ul.cpsskinsMenu, .cpsskinsBox ul.cpsskinsMenu li { |
---|
138 | display:inline; |
---|
139 | line-height:normal; |
---|
140 | list-style-type:none; |
---|
141 | margin:0px; |
---|
142 | padding:0px; |
---|
143 | } |
---|
144 | .cpsskinsBox ul.cpsskinsMenu li a { |
---|
145 | background-position:left top; |
---|
146 | background-repeat:no-repeat; |
---|
147 | display:block; |
---|
148 | } |
---|
149 | .cpsskinsBox ul.cpsskinsMenu li a.noicon, .cpsskinsBox ul.cpsskinsMenu li.selected a.noicon { |
---|
150 | background-image:none !important; |
---|
151 | padding-left:2px !important; |
---|
152 | } |
---|
153 | .cpsskinsBox ul.cpsskinsMenu li a span.itemDescription { |
---|
154 | display:block; |
---|
155 | font-size:85%; |
---|
156 | } |
---|
157 | |
---|
158 | .cpsskinsTab ul.cpsskinsMenu, .cpsskinsTab ul.cpsskinsMenu li { |
---|
159 | display:inline; |
---|
160 | line-height:normal; |
---|
161 | list-style-type:none; |
---|
162 | margin:0px; |
---|
163 | padding:0px; |
---|
164 | } |
---|
165 | .cpsskinsTab ul.cpsskinsMenu li a { |
---|
166 | background-position:left center; |
---|
167 | background-repeat:no-repeat; |
---|
168 | display:inline; |
---|
169 | } |
---|
170 | .cpsskinsTab ul.cpsskinsMenu span.itemDescription { |
---|
171 | display:none; |
---|
172 | } |
---|
173 | .cpsskinsTab div.xmlExportButtons { |
---|
174 | display:none; |
---|
175 | } |
---|
176 | .cpsskinsBox .buttons { |
---|
177 | display:block; |
---|
178 | padding-bottom:1px; |
---|
179 | padding-right:1px; |
---|
180 | padding-top:1px; |
---|
181 | } |
---|
182 | .cpsskinsBox .buttons a { |
---|
183 | float:right; |
---|
184 | } |
---|
185 | .cpsskinsTabs { |
---|
186 | float:left; |
---|
187 | line-height:normal; |
---|
188 | text-align:left; |
---|
189 | width:100%; |
---|
190 | } |
---|
191 | .cpsskinsTabs ul { |
---|
192 | list-style-image:none; |
---|
193 | list-style-position:outside; |
---|
194 | list-style-type:none; |
---|
195 | margin:0pt; |
---|
196 | padding:0pt; |
---|
197 | } |
---|
198 | .cpsskinsTabs li { |
---|
199 | float:left; |
---|
200 | margin:0pt; |
---|
201 | padding:0pt; |
---|
202 | position:relative; |
---|
203 | } |
---|
204 | .cpsskinsTabs a { |
---|
205 | display:block; |
---|
206 | float:left; |
---|
207 | margin-left:0pt !important; |
---|
208 | text-decoration:none; |
---|
209 | } |
---|
210 | .cpsskinsTabs a { |
---|
211 | float:none; |
---|
212 | } |
---|
213 | .cpsskinsTabs ul.cpsskinsMenu span.itemDescription { |
---|
214 | display:none; |
---|
215 | } |
---|
216 | .cpsskinsTabs div.xmlExportButtons { |
---|
217 | display:none; |
---|
218 | } |
---|
219 | .cpsskinsTabs li ul { |
---|
220 | display:none; |
---|
221 | left:0pt; |
---|
222 | position:absolute; |
---|
223 | } |
---|
224 | .cpsskinsTabs li > ul { |
---|
225 | left:auto; |
---|
226 | top:auto; |
---|
227 | } |
---|
228 | .cpsskinsTabs li:hover ul, .cpsskinsTabs li.over ul { |
---|
229 | display:block; |
---|
230 | } |
---|
231 | .cpsskinsBoxCorners .rbtop div { |
---|
232 | left:-2px; |
---|
233 | position:relative; |
---|
234 | width:100%; |
---|
235 | } |
---|
236 | .cpsskinsBoxCorners .rbtop { |
---|
237 | position:relative; |
---|
238 | right:-1px; |
---|
239 | top:-1px; |
---|
240 | width:100%; |
---|
241 | } |
---|
242 | .cpsskinsBoxCorners .rbbot div { |
---|
243 | left:-2px; |
---|
244 | position:relative; |
---|
245 | width:100%; |
---|
246 | } |
---|
247 | .cpsskinsBoxCorners .rbbot { |
---|
248 | bottom:-1px; |
---|
249 | position:relative; |
---|
250 | right:-1px; |
---|
251 | width:100%; |
---|
252 | } |
---|
253 | .hidden { |
---|
254 | display:none; |
---|
255 | } |
---|
256 | .cpsskinsHBox { |
---|
257 | margin:3px; |
---|
258 | } |
---|
259 | .cpsskinsHBox ul.cpsskinsMenu, .cpsskinsHBox ul.cpsskinsMenu li { |
---|
260 | display:inline; |
---|
261 | line-height:normal; |
---|
262 | list-style-type:none; |
---|
263 | padding:3px 0pt 2px; |
---|
264 | } |
---|
265 | * html .cpsskinsHBox ul.cpsskinsMenu { |
---|
266 | padding:0px; |
---|
267 | } |
---|
268 | * html .cpsskinsHBox ul.cpsskinsMenu li { |
---|
269 | padding:0px; |
---|
270 | } |
---|
271 | .cpsskinsHBox ul.cpsskinsMenu li a { |
---|
272 | background-position:left top; |
---|
273 | background-repeat:no-repeat; |
---|
274 | display:inline; |
---|
275 | margin-left:0pt !important; |
---|
276 | } |
---|
277 | .cpsskinsHBox ul.cpsskinsMenu span.itemDescription { |
---|
278 | display:none; |
---|
279 | } |
---|
280 | .cpsskinsHBox div.xmlExportButtons { |
---|
281 | display:none; |
---|
282 | } |
---|
283 | |
---|
284 | .portalTabTabStyle ul.cpsskinsMenu li { |
---|
285 | margin:0pt 2px 0pt 0pt; |
---|
286 | } |
---|
287 | .portalTabTabStyle ul.cpsskinsMenu li a { |
---|
288 | padding:3px 2px; |
---|
289 | } |
---|
290 | |
---|
291 | .fontShapeaverage { |
---|
292 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
293 | font-size:12px !important; |
---|
294 | font-size-adjust:none !important; |
---|
295 | font-stretch:normal !important; |
---|
296 | font-style:normal !important; |
---|
297 | font-variant:normal !important; |
---|
298 | font-weight:normal !important; |
---|
299 | line-height:normal !important; |
---|
300 | } |
---|
301 | .fontShapeaverage p { |
---|
302 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
303 | font-size:100% !important; |
---|
304 | font-size-adjust:none !important; |
---|
305 | font-stretch:normal !important; |
---|
306 | font-style:normal !important; |
---|
307 | font-variant:normal !important; |
---|
308 | font-weight:normal !important; |
---|
309 | line-height:normal !important; |
---|
310 | padding:5px 10px 0px 0px; |
---|
311 | } |
---|
312 | .fontShapeaverage small { |
---|
313 | } |
---|
314 | |
---|
315 | .fontShapeaverage h2, .fontShapeaverage .h2 { |
---|
316 | border-style:none; |
---|
317 | border-width:0px; |
---|
318 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
319 | font-size:150% !important; |
---|
320 | font-size-adjust:none !important; |
---|
321 | font-stretch:normal !important; |
---|
322 | font-style:normal !important; |
---|
323 | font-variant:normal !important; |
---|
324 | font-weight:bold !important; |
---|
325 | line-height:normal !important; |
---|
326 | margin:10px 0px 5px; |
---|
327 | padding:0px; |
---|
328 | } |
---|
329 | |
---|
330 | .fontShapeaverage h3, .fontShapeaverage .h3 { |
---|
331 | border-style:none; |
---|
332 | border-width:0px; |
---|
333 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
334 | font-size:125% !important; |
---|
335 | font-size-adjust:none !important; |
---|
336 | font-stretch:normal !important; |
---|
337 | font-style:normal !important; |
---|
338 | font-variant:normal !important; |
---|
339 | font-weight:bold !important; |
---|
340 | line-height:normal !important; |
---|
341 | padding:0.6em 0em 0em; |
---|
342 | } |
---|
343 | |
---|
344 | .fontShapeaverage a, .fontShapeaverage a div, .fontShapeaverage a span { |
---|
345 | text-decoration:none; |
---|
346 | } |
---|
347 | .fontShapeaverage a:visited, .fontShapeaverage a:visited div, .fontShapeaverage a:visited span { |
---|
348 | text-decoration:none; |
---|
349 | } |
---|
350 | .fontShapeaverage a:active, .fontShapeaverage a:active div, .fontShapeaverage a:active span { |
---|
351 | text-decoration:underline overline; |
---|
352 | } |
---|
353 | .fontShapeaverage a:hover, .fontShapeaverage a:hover div, .fontShapeaverage a:hover span { |
---|
354 | text-decoration:underline; |
---|
355 | } |
---|
356 | |
---|
357 | |
---|
358 | .fontColordefaultfontcolors h3, .fontColordefaultfontcolors .h3 { |
---|
359 | border-color:#666666; |
---|
360 | color:#666666; |
---|
361 | } |
---|
362 | |
---|
363 | .fontColordefaultfontcolors a, .fontColordefaultfontcolors a div, .fontColordefaultfontcolors a span { |
---|
364 | color:#0066CC; |
---|
365 | } |
---|
366 | .fontColordefaultfontcolors a:visited, .fontColordefaultfontcolors a:visited div, .fontColordefaultfontcolors a:visited span { |
---|
367 | color:#003399; |
---|
368 | } |
---|
369 | .fontColordefaultfontcolors a:active, .fontColordefaultfontcolors a:active div, .fontColordefaultfontcolors a:active span { |
---|
370 | color:blue; |
---|
371 | } |
---|
372 | .fontColordefaultfontcolors a:hover, .fontColordefaultfontcolors a:hover div, .fontColordefaultfontcolors a:hover span { |
---|
373 | color:#0066CC; |
---|
374 | } |
---|
375 | |
---|
376 | .boxShapenavbox .title { |
---|
377 | border-style:none; |
---|
378 | border-width:0px; |
---|
379 | display:inline; |
---|
380 | font-family:arial,sans-serif,Verdana,Helvetica; |
---|
381 | font-size:12px; |
---|
382 | font-size-adjust:none; |
---|
383 | font-stretch:normal; |
---|
384 | font-style:normal; |
---|
385 | font-variant:normal; |
---|
386 | font-weight:bold; |
---|
387 | line-height:normal; |
---|
388 | padding:0px; |
---|
389 | } |
---|
390 | .boxShapenavbox .body { |
---|
391 | border-style:solid; |
---|
392 | border-width:0px; |
---|
393 | padding:10px 0pt 0pt; |
---|
394 | } |
---|
395 | .boxShapenavbox .body ul.cpsskinsMenu li a { |
---|
396 | border-style:none; |
---|
397 | border-width:0px; |
---|
398 | margin:1px 3px; |
---|
399 | padding:1px 0px 1px 21px; |
---|
400 | } |
---|
401 | .boxShapenavbox .body ul.cpsskinsMenu li.selected a { |
---|
402 | border-style:solid; |
---|
403 | border-width:0px; |
---|
404 | margin:0px 3px; |
---|
405 | padding:1px 0px 1px 21px; |
---|
406 | } |
---|
407 | .boxColornavbox .title { |
---|
408 | background-color:transparent; |
---|
409 | border-color:transparent; |
---|
410 | color:#666666; |
---|
411 | } |
---|
412 | .boxColornavbox .title a { |
---|
413 | color:#666666; |
---|
414 | } |
---|
415 | .boxColornavbox .body { |
---|
416 | background-color:transparent; |
---|
417 | border-color:transparent; |
---|
418 | } |
---|
419 | .boxColornavbox .body ul.cpsskinsMenu li a { |
---|
420 | border-color:transparent; |
---|
421 | } |
---|
422 | .boxColornavbox .body ul.cpsskinsMenu li.selected a { |
---|
423 | border-color:transparent; |
---|
424 | } |
---|
425 | .boxColornavbox .body ul.cpsskinsMenu li a { |
---|
426 | background-color:transparent; |
---|
427 | } |
---|
428 | .boxColornavbox .body ul.cpsskinsMenu li a:hover, .boxColornavbox .body ul.cpsskinsMenu li.selected a { |
---|
429 | background-color:#F1F2F3; |
---|
430 | } |
---|
431 | |
---|
432 | .colorfontcolorgray { |
---|
433 | background-color:transparent; |
---|
434 | border-color:transparent; |
---|
435 | color:#666666; |
---|
436 | } |
---|
437 | .fontColordefaultnovisitedlinks h1, .fontColordefaultnovisitedlinks .h1 { |
---|
438 | border-color:#666666; |
---|
439 | color:Black; |
---|
440 | } |
---|
441 | .fontColordefaultnovisitedlinks h2, .fontColordefaultnovisitedlinks .h2 { |
---|
442 | border-color:#666666; |
---|
443 | color:Black; |
---|
444 | } |
---|
445 | .fontColordefaultnovisitedlinks h3, .fontColordefaultnovisitedlinks .h3 { |
---|
446 | border-color:#666666; |
---|
447 | color:Black; |
---|
448 | } |
---|
449 | .fontColordefaultnovisitedlinks h4, .fontColordefaultnovisitedlinks .h4, .fontColordefaultnovisitedlinks h5, .fontColordefaultnovisitedlinks .h5, .fontColordefaultnovisitedlinks h6, .fontColordefaultnovisitedlinks .h6 { |
---|
450 | border-color:#666666; |
---|
451 | color:Black; |
---|
452 | } |
---|
453 | .fontColordefaultnovisitedlinks a, .fontColordefaultnovisitedlinks a div, .fontColordefaultnovisitedlinks a span { |
---|
454 | color:#0066CC; |
---|
455 | } |
---|
456 | .fontColordefaultnovisitedlinks a:visited, .fontColordefaultnovisitedlinks a:visited div, .fontColordefaultnovisitedlinks a:visited span { |
---|
457 | color:#0066CC; |
---|
458 | } |
---|
459 | .fontColordefaultnovisitedlinks a:active, .fontColordefaultnovisitedlinks a:active div, .fontColordefaultnovisitedlinks a:active span { |
---|
460 | color:blue; |
---|
461 | } |
---|
462 | .fontColordefaultnovisitedlinks a:hover, .fontColordefaultnovisitedlinks a:hover div, .fontColordefaultnovisitedlinks a:hover span { |
---|
463 | color:#0066CC; |
---|
464 | } |
---|
465 | |
---|
466 | .portalTabPortalTabStyleuseractions ul.cpsskinsMenu li { |
---|
467 | margin:0pt 5px 0pt 0pt; |
---|
468 | } |
---|
469 | .portalTabPortalTabStyleuseractions ul.cpsskinsMenu li a { |
---|
470 | padding:1px 0px; |
---|
471 | } |
---|
472 | |
---|
473 | .shapeAreaShape5 { |
---|
474 | border-style:solid; |
---|
475 | border-width:0px 1px 1px 0px; |
---|
476 | text-transform:none; |
---|
477 | } |
---|
478 | .shapeAreaShape { |
---|
479 | border-style:solid; |
---|
480 | border-width:1px; |
---|
481 | text-transform:none; |
---|
482 | } |
---|
483 | .shapeAreaShape9 { |
---|
484 | border-style:solid; |
---|
485 | border-width:1px 0px 0px 1px; |
---|
486 | text-transform:none; |
---|
487 | } |
---|
488 | |
---|
489 | .fontColornavigation h1, .fontColornavigation .h1 { |
---|
490 | border-color:#666666; |
---|
491 | color:Black; |
---|
492 | } |
---|
493 | .fontColornavigation h2, .fontColornavigation .h2 { |
---|
494 | border-color:#666666; |
---|
495 | color:Black; |
---|
496 | } |
---|
497 | .fontColornavigation h3, .fontColornavigation .h3 { |
---|
498 | border-color:#666666; |
---|
499 | color:Black; |
---|
500 | } |
---|
501 | .fontColornavigation h4, .fontColornavigation .h4, .fontColornavigation h5, .fontColornavigation .h5, .fontColornavigation h6, .fontColornavigation .h6 { |
---|
502 | border-color:#666666; |
---|
503 | color:Black; |
---|
504 | } |
---|
505 | |
---|
506 | .fontShapenavigation { |
---|
507 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
508 | font-size:12px !important; |
---|
509 | font-size-adjust:none !important; |
---|
510 | font-stretch:normal !important; |
---|
511 | font-style:normal !important; |
---|
512 | font-variant:normal !important; |
---|
513 | font-weight:normal !important; |
---|
514 | line-height:normal !important; |
---|
515 | } |
---|
516 | .fontShapenavigation p { |
---|
517 | font-family:Arial,Verdana,Helvetica,sans-serif !important; |
---|
518 | font-size:100% !important; |
---|
519 | font-size-adjust:none !important; |
---|
520 | font-stretch:normal !important; |
---|
521 | font-style:normal !important; |
---|
522 | font-variant:normal !important; |
---|
523 | font-weight:normal !important; |
---|
524 | line-height:normal !important; |
---|
525 | } |
---|
526 | |
---|
527 | .fontShapenavigation h3, .fontShapenavigation .h3 { |
---|
528 | border-style:none; |
---|
529 | border-width:1px; |
---|
530 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
531 | font-size:120% !important; |
---|
532 | font-size-adjust:none !important; |
---|
533 | font-stretch:normal !important; |
---|
534 | font-style:normal !important; |
---|
535 | font-variant:normal !important; |
---|
536 | font-weight:bold !important; |
---|
537 | line-height:normal !important; |
---|
538 | padding:0.6em 0em 0em; |
---|
539 | } |
---|
540 | |
---|
541 | .fontShapenavigation a, .fontShapenavigation a div, .fontShapenavigation a span { |
---|
542 | text-decoration:none; |
---|
543 | } |
---|
544 | .fontShapenavigation a:visited, .fontShapenavigation a:visited div, .fontShapenavigation a:visited span { |
---|
545 | text-decoration:none; |
---|
546 | } |
---|
547 | .fontShapenavigation a:active, .fontShapenavigation a:active div, .fontShapenavigation a:active span { |
---|
548 | text-decoration:none; |
---|
549 | } |
---|
550 | .fontShapenavigation a:hover, .fontShapenavigation a:hover div, .fontShapenavigation a:hover span { |
---|
551 | text-decoration:underline; |
---|
552 | } |
---|
553 | |
---|
554 | .fontShapeTitleindex { |
---|
555 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
556 | font-size:13px !important; |
---|
557 | font-size-adjust:none !important; |
---|
558 | font-stretch:normal !important; |
---|
559 | font-style:normal !important; |
---|
560 | font-variant:normal !important; |
---|
561 | font-weight:normal !important; |
---|
562 | line-height:normal !important; |
---|
563 | } |
---|
564 | .fontShapeTitleindex p { |
---|
565 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
566 | font-size:100% !important; |
---|
567 | font-size-adjust:none !important; |
---|
568 | font-stretch:normal !important; |
---|
569 | font-style:normal !important; |
---|
570 | font-variant:normal !important; |
---|
571 | font-weight:normal !important; |
---|
572 | line-height:normal !important; |
---|
573 | padding:0em; |
---|
574 | } |
---|
575 | .fontShapeTitleindex h1, .fontShapeTitleindex .h1 { |
---|
576 | border-style:none; |
---|
577 | border-width:0px; |
---|
578 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
579 | font-size:150% !important; |
---|
580 | font-size-adjust:none !important; |
---|
581 | font-stretch:normal !important; |
---|
582 | font-style:normal !important; |
---|
583 | font-variant:normal !important; |
---|
584 | font-weight:bold !important; |
---|
585 | line-height:normal !important; |
---|
586 | margin:0px; |
---|
587 | padding:0px; |
---|
588 | } |
---|
589 | .fontShapeTitleindex h2, .fontShapeTitleindex .h2 { |
---|
590 | border-style:none; |
---|
591 | border-width:0pt; |
---|
592 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
593 | font-size:150% !important; |
---|
594 | font-size-adjust:none !important; |
---|
595 | font-stretch:normal !important; |
---|
596 | font-style:normal !important; |
---|
597 | font-variant:normal !important; |
---|
598 | font-weight:bold !important; |
---|
599 | line-height:normal !important; |
---|
600 | padding:0.6em 0em 0em; |
---|
601 | } |
---|
602 | .fontShapeTitleindex h3, .fontShapeTitleindex .h3 { |
---|
603 | border-style:none; |
---|
604 | border-width:0pt; |
---|
605 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
606 | font-size:125% !important; |
---|
607 | font-size-adjust:none !important; |
---|
608 | font-stretch:normal !important; |
---|
609 | font-style:normal !important; |
---|
610 | font-variant:normal !important; |
---|
611 | font-weight:bold !important; |
---|
612 | line-height:normal !important; |
---|
613 | padding:0.6em 0em 0em; |
---|
614 | } |
---|
615 | .fontShapeTitleindex h4, .fontShapeTitleindex .h4, .fontShapeTitleindex h5, .fontShapeTitleindex .h5, .fontShapeTitleindex h6, .fontShapeTitleindex .h6 { |
---|
616 | border-style:none; |
---|
617 | border-width:0pt; |
---|
618 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
619 | |
---|
620 | font-size-adjust:none !important; |
---|
621 | font-stretch:normal !important; |
---|
622 | font-style:normal !important; |
---|
623 | font-variant:normal !important; |
---|
624 | font-weight:bold !important; |
---|
625 | line-height:normal !important; |
---|
626 | padding:0.4em 0em 0em; |
---|
627 | } |
---|
628 | .fontShapeTitleindex a, .fontShapeTitleindex a div, .fontShapeTitleindex a span { |
---|
629 | text-decoration:none; |
---|
630 | } |
---|
631 | .fontShapeTitleindex a:visited, .fontShapeTitleindex a:visited div, .fontShapeTitleindex a:visited span { |
---|
632 | text-decoration:none; |
---|
633 | } |
---|
634 | .fontShapeTitleindex a:active, .fontShapeTitleindex a:active div, .fontShapeTitleindex a:active span { |
---|
635 | text-decoration:underline overline; |
---|
636 | } |
---|
637 | .fontShapeTitleindex a:hover, .fontShapeTitleindex a:hover div, .fontShapeTitleindex a:hover span { |
---|
638 | text-decoration:underline; |
---|
639 | } |
---|
640 | |
---|
641 | </dtml-let> |
---|