Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | * contributor license agreements. See the NOTICE file distributed with |
| 4 | * this work for additional information regarding copyright ownership. |
| 5 | * The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | * (the "License"); you may not use this file except in compliance with |
| 7 | * the License. You may obtain a copy of the License at |
| 8 | * |
| 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | * |
| 11 | * Unless required by applicable law or agreed to in writing, software |
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | * See the License for the specific language governing permissions and |
| 15 | * limitations under the License. |
| 16 | */ /* CSS Document */ |
| 17 | #main { |
| 18 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 19 | font-size: 10px; |
| 20 | color: black; |
| 21 | background-color: white; |
| 22 | border-collapse: collapse; |
| 23 | padding: 0px; |
| 24 | margin: 30px 0 30px 30px; |
| 25 | width: 957px; |
| 26 | position: absolute; |
| 27 | text-align: left; |
| 28 | border-color: black; |
| 29 | } |
| 30 | |
| 31 | #lead { |
| 32 | color: #00678C; |
| 33 | /* color: #ffffff; */ |
| 34 | margin: 0px 0px 26px 0px; |
| 35 | padding: 0px; |
| 36 | width: 957px; |
| 37 | height: 100px; |
| 38 | } |
| 39 | |
| 40 | #lead h1 { /* |
| 41 | background-image: url(../imgs/banner_left.jpg); |
| 42 | background-repeat: no-repeat; |
| 43 | */ |
| 44 | margin: 0px; |
| 45 | padding: 5px 0 0 8px; |
| 46 | font-size: 400%; |
| 47 | font-weight: bold; |
| 48 | line-height: 120%; |
| 49 | height: 95px; |
| 50 | /* account for 5px top marging to get a total of 100px */ |
| 51 | float: left; |
| 52 | } |
| 53 | |
| 54 | #lead br { |
| 55 | line-height: 20px; |
| 56 | } |
| 57 | |
| 58 | #lead p { /* |
| 59 | background-image: url(../imgs/banner_right.jpg); |
| 60 | background-repeat: no-repeat; |
| 61 | border-left: 1px solid; |
| 62 | */ |
| 63 | margin: 0px; |
| 64 | padding: 0px; |
| 65 | height: 100px; |
| 66 | float: right; |
| 67 | } |
| 68 | |
| 69 | #technav { |
| 70 | border-bottom: 1px solid #6181A9; |
| 71 | border-top: 1px solid #6181A9; |
| 72 | color: black; |
| 73 | font-size: 10px; |
| 74 | font-weight: bold; |
| 75 | /* |
| 76 | border-top: 1px solid black; |
| 77 | */ |
| 78 | height: 21px; |
| 79 | padding: 0; |
| 80 | margin: 0; |
| 81 | } |
| 82 | |
| 83 | #technav a { |
| 84 | display: block; |
| 85 | float: left; |
| 86 | text-decoration: none; |
| 87 | padding: 3px 10px 3px 10px; |
| 88 | color: #6181A9; |
| 89 | text-decoration: none; |
| 90 | } |
| 91 | |
| 92 | #technav a:hover { |
| 93 | background-color: black; |
| 94 | } |
| 95 | |
| 96 | #technav .technavat { |
| 97 | display: block; |
| 98 | float: left; |
| 99 | text-decoration: none; |
| 100 | padding: 3px 10px 3px 10px; |
| 101 | background-color: #B6CAE4; |
| 102 | color: black; |
| 103 | } |
| 104 | |
| 105 | #claim { |
| 106 | color: white; |
| 107 | background-color: black; |
| 108 | padding: 2px 10px 2px 10px; |
| 109 | } |
| 110 | |
| 111 | #claim p { |
| 112 | margin: 0; |
| 113 | padding: 0; |
| 114 | } |
| 115 | |
| 116 | #claim a { |
| 117 | color: #C5E2EE; |
| 118 | text-decoration: none; |
| 119 | } |
| 120 | |
| 121 | /* |
| 122 | .claimcell A:link { |
| 123 | color: #C5E2EE; |
| 124 | text-decoration: none; |
| 125 | } |
| 126 | |
| 127 | .claimcell A:visited { |
| 128 | color: #C5E2EE; |
| 129 | text-decoration: none; |
| 130 | } |
| 131 | */ |
| 132 | #claim a:hover { |
| 133 | color: #99FF33; |
| 134 | border-bottom: 1px solid; |
| 135 | } |
| 136 | |
| 137 | #claim a:active { |
| 138 | color: #FFFFFF; |
| 139 | } |
| 140 | |
| 141 | /* old styles */ |
| 142 | table { |
| 143 | text-align: left; |
| 144 | } |
| 145 | |
| 146 | table.content { |
| 147 | clear: both; |
| 148 | font-size: 10px; |
| 149 | line-height: 13px; |
| 150 | border: 0px solid #66dd44; |
| 151 | border-top: 1px solid #cccccc; |
| 152 | padding: 0px; |
| 153 | margin: 0px; |
| 154 | margin-top: 26px; |
| 155 | margin-bottom: 26px; |
| 156 | /* width: 718px; */ |
| 157 | text-align: left; |
| 158 | } |
| 159 | |
| 160 | tr { |
| 161 | border-left: 1px solid #cccccc; |
| 162 | border-right: 1px solid #cccccc; |
| 163 | } |
| 164 | |
| 165 | td.content { |
| 166 | color: #333333; |
| 167 | border: 0px solid #66dd44; |
| 168 | border-bottom: 1px solid #cccccc; |
| 169 | vertical-align: middle; |
| 170 | padding: 5px; |
| 171 | } |
| 172 | |
| 173 | td.disabled { |
| 174 | color: #999999; |
| 175 | } |
| 176 | |
| 177 | th.content { |
| 178 | color: #333333; |
| 179 | border: 0px solid #66dd44; |
| 180 | border-bottom: 1px solid #cccccc; |
| 181 | text-align: left; |
| 182 | padding: 5px; |
| 183 | padding-left: 10px; |
| 184 | } |
| 185 | |
| 186 | .right { |
| 187 | text-align: right; |
| 188 | } |
| 189 | .center { |
| 190 | text-align: center; |
| 191 | } |
| 192 | |
| 193 | th.container { |
| 194 | color: #6181A9; |
| 195 | background-color: #f0f0f0; |
| 196 | } |
| 197 | |
| 198 | th.important { |
| 199 | color: #B81833; |
| 200 | } |
| 201 | |
| 202 | .important { |
| 203 | color: #B81833; |
| 204 | } |
| 205 | |
| 206 | #maintable { /* postion: absolute; */ |
| 207 | font-size: 10px; |
| 208 | line-height: 13px; |
| 209 | border: 1px solid #000000; |
| 210 | padding: 0px; |
| 211 | margin: 0px; |
| 212 | width: 960px; |
| 213 | } |
| 214 | |
| 215 | .toolcell { |
| 216 | font-size: 10px; |
| 217 | color: #999999; |
| 218 | line-height: 10px; |
| 219 | background-color: #000000; |
| 220 | height: 18px; |
| 221 | /* width: 960px; */ |
| 222 | padding: 0px; |
| 223 | padding-bottom: 1px; |
| 224 | text-align: left; |
| 225 | } |
| 226 | |
| 227 | .toolcell A:link { |
| 228 | color: #C5E2EE; |
| 229 | text-decoration: none; |
| 230 | } |
| 231 | |
| 232 | .toolcell A:visited { |
| 233 | color: #C5E2EE; |
| 234 | text-decoration: none; |
| 235 | } |
| 236 | |
| 237 | .toolcell A:hover { |
| 238 | color: #99FF33; |
| 239 | text-decoration: none; |
| 240 | border-bottom: 1px solid; |
| 241 | } |
| 242 | |
| 243 | .toolcell A:active { |
| 244 | color: #FFFFFF; |
| 245 | text-decoration: none; |
| 246 | } |
| 247 | |
| 248 | .leadcell { |
| 249 | margin: 0px; |
| 250 | padding: 0px; |
| 251 | border: 0px solid #000000; |
| 252 | width: 718px; |
| 253 | height: 100px; |
| 254 | background-image: url(../imgs/banner_left.jpg); |
| 255 | vertical-align: top; |
| 256 | } |
| 257 | |
| 258 | .leadcelltext { |
| 259 | position: absolute; |
| 260 | border: 0px solid #000000; |
| 261 | font-size: 26px; |
| 262 | line-height: 32px; |
| 263 | margin-top: 5px; |
| 264 | margin-left: 8px; |
| 265 | color: #ffffff; |
| 266 | vertical-align: top; |
| 267 | } |
| 268 | |
| 269 | .logocell { |
| 270 | border-left: 1px solid #000000; |
| 271 | width: 239px; |
| 272 | background-image: url(../imgs/banner_right.jpg); |
| 273 | } |
| 274 | |
| 275 | #technavcell { |
| 276 | font-size: 10px; |
| 277 | font-weight: bold; |
| 278 | border: 0px solid #000000; |
| 279 | border-top: 1px solid #000000; |
| 280 | height: 21px; |
| 281 | background-color: #6181A9; |
| 282 | } |
| 283 | |
| 284 | /* |
| 285 | #technav A:link { |
| 286 | float: left; |
| 287 | display: block; |
| 288 | color: #ffffff; |
| 289 | border: 0px solid #000000; |
| 290 | border-right: 1px solid #000000; |
| 291 | height: 21px; |
| 292 | text-decoration: none; |
| 293 | padding: 0px 10px 0px 10px; |
| 294 | background-color: #6181A9; |
| 295 | } |
| 296 | |
| 297 | #technav A:visited { |
| 298 | float: left; |
| 299 | display: block; |
| 300 | color: #ffffff; |
| 301 | border-right: 1px solid #000000; |
| 302 | height: 21px; |
| 303 | text-decoration: none; |
| 304 | padding: 0px 10px 0px 10px; |
| 305 | background-color: #6181A9; |
| 306 | } |
| 307 | |
| 308 | #technav A:hover { |
| 309 | float: left; |
| 310 | display: block; |
| 311 | color: #ffffff; |
| 312 | border-right: 1px solid #000000; |
| 313 | height: 21px; |
| 314 | text-decoration: none; |
| 315 | padding: 0px 10px 0px 10px; |
| 316 | background-color: #000000; |
| 317 | } |
| 318 | |
| 319 | #technav A:active { |
| 320 | float: left; |
| 321 | display: block; |
| 322 | color: #ffffff; |
| 323 | border-right: 1px solid #000000; |
| 324 | height: 21px; |
| 325 | text-decoration: none; |
| 326 | padding: 0px 10px 0px 10px; |
| 327 | background-color: #6181A9; |
| 328 | } |
| 329 | */ |
| 330 | .techcontentcell { /* width: 718px; */ |
| 331 | border: 0px solid #000000; |
| 332 | border-top: 1px solid #000000; |
| 333 | } |
| 334 | |
| 335 | .relatedcell { |
| 336 | border-left: 1px solid #000000; |
| 337 | border-top: 1px solid #000000; |
| 338 | width: 239px; |
| 339 | background-color: #EBF0F6; |
| 340 | } |
| 341 | |
| 342 | /* |
| 343 | .claimcell { |
| 344 | width: 715px; |
| 345 | font-size: 10px; |
| 346 | color: #ffffff; |
| 347 | line-height: 10px; |
| 348 | background-color: #000000; |
| 349 | height: 18px; |
| 350 | padding: 0px; |
| 351 | padding-bottom: 1px; |
| 352 | } |
| 353 | |
| 354 | .claimcell A:link { |
| 355 | color: #C5E2EE; |
| 356 | text-decoration: none; |
| 357 | } |
| 358 | |
| 359 | .claimcell A:visited { |
| 360 | color: #C5E2EE; |
| 361 | text-decoration: none; |
| 362 | } |
| 363 | |
| 364 | .claimcell A:hover { |
| 365 | color: #99FF33; |
| 366 | text-decoration: none; |
| 367 | border-bottom: 1px solid; |
| 368 | } |
| 369 | |
| 370 | .claimcell A:active { |
| 371 | color: #FFFFFF; |
| 372 | text-decoration: none; |
| 373 | } |
| 374 | */ /* CENTRAL CONTENT AREA STYLING */ |
| 375 | .content { |
| 376 | position: relative; |
| 377 | margin: 25px; |
| 378 | font-size: 11px; |
| 379 | line-height: 16px; |
| 380 | color: #000000; |
| 381 | } |
| 382 | |
| 383 | .content A:link { |
| 384 | color: #336600; |
| 385 | text-decoration: underline; |
| 386 | } |
| 387 | |
| 388 | .content A:visited { |
| 389 | color: #666666; |
| 390 | text-decoration: underline; |
| 391 | } |
| 392 | |
| 393 | .content A:hover { |
| 394 | color: #ffffff; |
| 395 | background-color: #336600; |
| 396 | text-decoration: none; |
| 397 | } |
| 398 | |
| 399 | .content A:active { |
| 400 | color: #ffffff; |
| 401 | background-color: #000000; |
| 402 | text-decoration: none; |
| 403 | } |
| 404 | |
| 405 | body { |
| 406 | background-color: white; |
| 407 | } |
| 408 | |
| 409 | /* TEXT STYLING */ /* |
| 410 | h1, h2, h3, h4, h5, h6, p |
| 411 | |
| 412 | { |
| 413 | margin: 0px; |
| 414 | margin-bottom: 8px; |
| 415 | font-size: 11px; |
| 416 | line-height: 16px; |
| 417 | font-weight:bold; |
| 418 | } |
| 419 | |
| 420 | */ /* |
| 421 | h1 |
| 422 | { |
| 423 | color: #000000; |
| 424 | margin-top: 32px; |
| 425 | clear: left; |
| 426 | } |
| 427 | |
| 428 | |
| 429 | h2 |
| 430 | { |
| 431 | color: #336699; |
| 432 | } |
| 433 | |
| 434 | |
| 435 | h3 |
| 436 | { |
| 437 | color: #336699; |
| 438 | } |
| 439 | */ /* |
| 440 | p |
| 441 | { |
| 442 | font-size: 11px; |
| 443 | line-height: 16px; |
| 444 | font-weight: normal; |
| 445 | color: #000000; |
| 446 | } |
| 447 | */ /* FORMS */ |
| 448 | form { |
| 449 | font-size: 9px; |
| 450 | border-top: 0px solid #000000; |
| 451 | border-bottom: 0px solid #000000; |
| 452 | border-left: 0px solid #000000; |
| 453 | border-right: 0px solid #000000; |
| 454 | margin: 0; |
| 455 | padding: 0; |
| 456 | clear: left; |
| 457 | } |
| 458 | |
| 459 | select,textarea { |
| 460 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 461 | font-size: 9px; |
| 462 | font-weight: normal; |
| 463 | display: block; |
| 464 | float: left; |
| 465 | padding-top: 3px; |
| 466 | margin-bottom: 10px; |
| 467 | } |
| 468 | |
| 469 | .input { |
| 470 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 471 | font-size: 9px; |
| 472 | font-weight: normal; |
| 473 | color: #184054; |
| 474 | background-color: #f0f0f0; |
| 475 | border: 1px solid #999999; |
| 476 | border-bottom: 1px solid #cccccc; |
| 477 | border-right: 1px solid #cccccc; |
| 478 | } |
| 479 | |
| 480 | .submit { |
| 481 | cursor: default; |
| 482 | width: 60px; |
| 483 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 484 | font-size: 10px; |
| 485 | font-weight: bold; |
| 486 | background-color: #f0f0f0; |
| 487 | height: 20px; |
| 488 | padding: 0px; |
| 489 | padding-bottom: 1px; |
| 490 | margin: 0px; |
| 491 | border: 1px solid #cccccc; |
| 492 | border-bottom: 1px solid #666666; |
| 493 | border-right: 1px solid #666666; |
| 494 | } |
| 495 | |
| 496 | input.important { |
| 497 | background-color: #B81833; |
| 498 | color: #ffffff; |
| 499 | } |
| 500 | |
| 501 | select { |
| 502 | color: #184054; |
| 503 | background-color: #f0f0f0; |
| 504 | border: 0px solid #999999; |
| 505 | } |
| 506 | |
| 507 | textarea { |
| 508 | color: #184054; |
| 509 | background-color: #f0f0f0; |
| 510 | width: 234px; |
| 511 | height: 100px; |
| 512 | border: 1px solid #999999; |
| 513 | border-bottom: 1px solid #cccccc; |
| 514 | border-right: 1px solid #cccccc; |
| 515 | } |
| 516 | |
| 517 | .clearleft { |
| 518 | clear: left; |
| 519 | } |
| 520 | |
| 521 | .clearboth { |
| 522 | clear: both; |
| 523 | } |
| 524 | |
| 525 | .checkradio { |
| 526 | background-color: #ffffff; |
| 527 | width: 20px; |
| 528 | padding: 0px; |
| 529 | padding-bottom: 10px; |
| 530 | margin: 0px; |
| 531 | margin-top: 2px; |
| 532 | border: 0px solid #999999; |
| 533 | } |
| 534 | |
| 535 | .checkradiotext { |
| 536 | font-size: 9px; |
| 537 | font-weight: normal; |
| 538 | line-height: 11px; |
| 539 | width: 100px; |
| 540 | color: #000000; |
| 541 | padding: 0px; |
| 542 | padding-bottom: 10px; |
| 543 | margin: 0px; |
| 544 | margin-top: 4px; |
| 545 | border: 0px solid #999999; |
| 546 | } |