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; |
Felix Meschberger | 4c66413 | 2008-06-02 13:52:15 +0000 | [diff] [blame] | 46 | font-size: 300%; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 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 | |
Felix Meschberger | 0704b05 | 2008-06-25 08:44:16 +0000 | [diff] [blame] | 173 | td.aligntop { |
| 174 | vertical-align: top; |
| 175 | } |
| 176 | |
Felix Meschberger | 0ca87d9 | 2008-06-13 15:27:57 +0000 | [diff] [blame] | 177 | td.content img { |
| 178 | width: 10px; |
| 179 | height: 10px; |
| 180 | } |
| 181 | |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 182 | td.disabled { |
| 183 | color: #999999; |
| 184 | } |
| 185 | |
| 186 | th.content { |
| 187 | color: #333333; |
| 188 | border: 0px solid #66dd44; |
| 189 | border-bottom: 1px solid #cccccc; |
| 190 | text-align: left; |
| 191 | padding: 5px; |
| 192 | padding-left: 10px; |
| 193 | } |
| 194 | |
| 195 | .right { |
| 196 | text-align: right; |
| 197 | } |
| 198 | .center { |
| 199 | text-align: center; |
| 200 | } |
| 201 | |
| 202 | th.container { |
| 203 | color: #6181A9; |
| 204 | background-color: #f0f0f0; |
| 205 | } |
| 206 | |
| 207 | th.important { |
| 208 | color: #B81833; |
| 209 | } |
| 210 | |
| 211 | .important { |
| 212 | color: #B81833; |
| 213 | } |
| 214 | |
| 215 | #maintable { /* postion: absolute; */ |
| 216 | font-size: 10px; |
| 217 | line-height: 13px; |
| 218 | border: 1px solid #000000; |
| 219 | padding: 0px; |
| 220 | margin: 0px; |
| 221 | width: 960px; |
| 222 | } |
| 223 | |
| 224 | .toolcell { |
| 225 | font-size: 10px; |
| 226 | color: #999999; |
| 227 | line-height: 10px; |
| 228 | background-color: #000000; |
| 229 | height: 18px; |
| 230 | /* width: 960px; */ |
| 231 | padding: 0px; |
| 232 | padding-bottom: 1px; |
| 233 | text-align: left; |
| 234 | } |
| 235 | |
| 236 | .toolcell A:link { |
| 237 | color: #C5E2EE; |
| 238 | text-decoration: none; |
| 239 | } |
| 240 | |
| 241 | .toolcell A:visited { |
| 242 | color: #C5E2EE; |
| 243 | text-decoration: none; |
| 244 | } |
| 245 | |
| 246 | .toolcell A:hover { |
| 247 | color: #99FF33; |
| 248 | text-decoration: none; |
| 249 | border-bottom: 1px solid; |
| 250 | } |
| 251 | |
| 252 | .toolcell A:active { |
| 253 | color: #FFFFFF; |
| 254 | text-decoration: none; |
| 255 | } |
| 256 | |
| 257 | .leadcell { |
| 258 | margin: 0px; |
| 259 | padding: 0px; |
| 260 | border: 0px solid #000000; |
| 261 | width: 718px; |
| 262 | height: 100px; |
| 263 | background-image: url(../imgs/banner_left.jpg); |
| 264 | vertical-align: top; |
| 265 | } |
| 266 | |
| 267 | .leadcelltext { |
| 268 | position: absolute; |
| 269 | border: 0px solid #000000; |
| 270 | font-size: 26px; |
| 271 | line-height: 32px; |
| 272 | margin-top: 5px; |
| 273 | margin-left: 8px; |
| 274 | color: #ffffff; |
| 275 | vertical-align: top; |
| 276 | } |
| 277 | |
| 278 | .logocell { |
| 279 | border-left: 1px solid #000000; |
| 280 | width: 239px; |
| 281 | background-image: url(../imgs/banner_right.jpg); |
| 282 | } |
| 283 | |
| 284 | #technavcell { |
| 285 | font-size: 10px; |
| 286 | font-weight: bold; |
| 287 | border: 0px solid #000000; |
| 288 | border-top: 1px solid #000000; |
| 289 | height: 21px; |
| 290 | background-color: #6181A9; |
| 291 | } |
| 292 | |
| 293 | /* |
| 294 | #technav A:link { |
| 295 | float: left; |
| 296 | display: block; |
| 297 | color: #ffffff; |
| 298 | border: 0px solid #000000; |
| 299 | border-right: 1px solid #000000; |
| 300 | height: 21px; |
| 301 | text-decoration: none; |
| 302 | padding: 0px 10px 0px 10px; |
| 303 | background-color: #6181A9; |
| 304 | } |
| 305 | |
| 306 | #technav A:visited { |
| 307 | float: left; |
| 308 | display: block; |
| 309 | color: #ffffff; |
| 310 | border-right: 1px solid #000000; |
| 311 | height: 21px; |
| 312 | text-decoration: none; |
| 313 | padding: 0px 10px 0px 10px; |
| 314 | background-color: #6181A9; |
| 315 | } |
| 316 | |
| 317 | #technav A:hover { |
| 318 | float: left; |
| 319 | display: block; |
| 320 | color: #ffffff; |
| 321 | border-right: 1px solid #000000; |
| 322 | height: 21px; |
| 323 | text-decoration: none; |
| 324 | padding: 0px 10px 0px 10px; |
| 325 | background-color: #000000; |
| 326 | } |
| 327 | |
| 328 | #technav A:active { |
| 329 | float: left; |
| 330 | display: block; |
| 331 | color: #ffffff; |
| 332 | border-right: 1px solid #000000; |
| 333 | height: 21px; |
| 334 | text-decoration: none; |
| 335 | padding: 0px 10px 0px 10px; |
| 336 | background-color: #6181A9; |
| 337 | } |
| 338 | */ |
| 339 | .techcontentcell { /* width: 718px; */ |
| 340 | border: 0px solid #000000; |
| 341 | border-top: 1px solid #000000; |
| 342 | } |
| 343 | |
| 344 | .relatedcell { |
| 345 | border-left: 1px solid #000000; |
| 346 | border-top: 1px solid #000000; |
| 347 | width: 239px; |
| 348 | background-color: #EBF0F6; |
| 349 | } |
| 350 | |
| 351 | /* |
| 352 | .claimcell { |
| 353 | width: 715px; |
| 354 | font-size: 10px; |
| 355 | color: #ffffff; |
| 356 | line-height: 10px; |
| 357 | background-color: #000000; |
| 358 | height: 18px; |
| 359 | padding: 0px; |
| 360 | padding-bottom: 1px; |
| 361 | } |
| 362 | |
| 363 | .claimcell A:link { |
| 364 | color: #C5E2EE; |
| 365 | text-decoration: none; |
| 366 | } |
| 367 | |
| 368 | .claimcell A:visited { |
| 369 | color: #C5E2EE; |
| 370 | text-decoration: none; |
| 371 | } |
| 372 | |
| 373 | .claimcell A:hover { |
| 374 | color: #99FF33; |
| 375 | text-decoration: none; |
| 376 | border-bottom: 1px solid; |
| 377 | } |
| 378 | |
| 379 | .claimcell A:active { |
| 380 | color: #FFFFFF; |
| 381 | text-decoration: none; |
| 382 | } |
| 383 | */ /* CENTRAL CONTENT AREA STYLING */ |
| 384 | .content { |
| 385 | position: relative; |
| 386 | margin: 25px; |
| 387 | font-size: 11px; |
| 388 | line-height: 16px; |
| 389 | color: #000000; |
| 390 | } |
| 391 | |
| 392 | .content A:link { |
| 393 | color: #336600; |
| 394 | text-decoration: underline; |
| 395 | } |
| 396 | |
| 397 | .content A:visited { |
| 398 | color: #666666; |
| 399 | text-decoration: underline; |
| 400 | } |
| 401 | |
| 402 | .content A:hover { |
| 403 | color: #ffffff; |
| 404 | background-color: #336600; |
| 405 | text-decoration: none; |
| 406 | } |
| 407 | |
| 408 | .content A:active { |
| 409 | color: #ffffff; |
| 410 | background-color: #000000; |
| 411 | text-decoration: none; |
| 412 | } |
| 413 | |
| 414 | body { |
| 415 | background-color: white; |
| 416 | } |
| 417 | |
| 418 | /* TEXT STYLING */ /* |
| 419 | h1, h2, h3, h4, h5, h6, p |
| 420 | |
| 421 | { |
| 422 | margin: 0px; |
| 423 | margin-bottom: 8px; |
| 424 | font-size: 11px; |
| 425 | line-height: 16px; |
| 426 | font-weight:bold; |
| 427 | } |
| 428 | |
| 429 | */ /* |
| 430 | h1 |
| 431 | { |
| 432 | color: #000000; |
| 433 | margin-top: 32px; |
| 434 | clear: left; |
| 435 | } |
| 436 | |
| 437 | |
| 438 | h2 |
| 439 | { |
| 440 | color: #336699; |
| 441 | } |
| 442 | |
| 443 | |
| 444 | h3 |
| 445 | { |
| 446 | color: #336699; |
| 447 | } |
| 448 | */ /* |
| 449 | p |
| 450 | { |
| 451 | font-size: 11px; |
| 452 | line-height: 16px; |
| 453 | font-weight: normal; |
| 454 | color: #000000; |
| 455 | } |
| 456 | */ /* FORMS */ |
| 457 | form { |
| 458 | font-size: 9px; |
| 459 | border-top: 0px solid #000000; |
| 460 | border-bottom: 0px solid #000000; |
| 461 | border-left: 0px solid #000000; |
| 462 | border-right: 0px solid #000000; |
| 463 | margin: 0; |
| 464 | padding: 0; |
| 465 | clear: left; |
| 466 | } |
| 467 | |
| 468 | select,textarea { |
| 469 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 470 | font-size: 9px; |
| 471 | font-weight: normal; |
| 472 | display: block; |
| 473 | float: left; |
| 474 | padding-top: 3px; |
| 475 | margin-bottom: 10px; |
| 476 | } |
| 477 | |
| 478 | .input { |
| 479 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 480 | font-size: 9px; |
| 481 | font-weight: normal; |
| 482 | color: #184054; |
| 483 | background-color: #f0f0f0; |
| 484 | border: 1px solid #999999; |
| 485 | border-bottom: 1px solid #cccccc; |
| 486 | border-right: 1px solid #cccccc; |
| 487 | } |
| 488 | |
| 489 | .submit { |
| 490 | cursor: default; |
| 491 | width: 60px; |
| 492 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 493 | font-size: 10px; |
| 494 | font-weight: bold; |
| 495 | background-color: #f0f0f0; |
| 496 | height: 20px; |
| 497 | padding: 0px; |
| 498 | padding-bottom: 1px; |
| 499 | margin: 0px; |
| 500 | border: 1px solid #cccccc; |
| 501 | border-bottom: 1px solid #666666; |
| 502 | border-right: 1px solid #666666; |
| 503 | } |
| 504 | |
| 505 | input.important { |
| 506 | background-color: #B81833; |
| 507 | color: #ffffff; |
| 508 | } |
| 509 | |
| 510 | select { |
| 511 | color: #184054; |
| 512 | background-color: #f0f0f0; |
| 513 | border: 0px solid #999999; |
| 514 | } |
| 515 | |
| 516 | textarea { |
| 517 | color: #184054; |
| 518 | background-color: #f0f0f0; |
| 519 | width: 234px; |
| 520 | height: 100px; |
| 521 | border: 1px solid #999999; |
| 522 | border-bottom: 1px solid #cccccc; |
| 523 | border-right: 1px solid #cccccc; |
| 524 | } |
| 525 | |
| 526 | .clearleft { |
| 527 | clear: left; |
| 528 | } |
| 529 | |
| 530 | .clearboth { |
| 531 | clear: both; |
| 532 | } |
| 533 | |
| 534 | .checkradio { |
| 535 | background-color: #ffffff; |
| 536 | width: 20px; |
| 537 | padding: 0px; |
| 538 | padding-bottom: 10px; |
| 539 | margin: 0px; |
| 540 | margin-top: 2px; |
| 541 | border: 0px solid #999999; |
| 542 | } |
| 543 | |
| 544 | .checkradiotext { |
| 545 | font-size: 9px; |
| 546 | font-weight: normal; |
| 547 | line-height: 11px; |
| 548 | width: 100px; |
| 549 | color: #000000; |
| 550 | padding: 0px; |
| 551 | padding-bottom: 10px; |
| 552 | margin: 0px; |
| 553 | margin-top: 4px; |
| 554 | border: 0px solid #999999; |
| 555 | } |