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