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