blob: a5f4aeccd92afe642ef95e9c544b74cdac77e22a [file] [log] [blame]
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +00001/*
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 Meschberger4c664132008-06-02 13:52:15 +000046 font-size: 300%;
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +000047 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 */
Felix Meschberger8f906b82008-09-09 13:15:19 +000078 line-height: 21px;
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +000079 padding: 0;
80 margin: 0;
81}
82
83#technav a {
Felix Meschberger8f906b82008-09-09 13:15:19 +000084 /*
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +000085 display: block;
86 float: left;
Felix Meschberger8f906b82008-09-09 13:15:19 +000087 */
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +000088 text-decoration: none;
89 padding: 3px 10px 3px 10px;
90 color: #6181A9;
91 text-decoration: none;
92}
93
94#technav a:hover {
95 background-color: black;
96}
97
98#technav .technavat {
Felix Meschberger8f906b82008-09-09 13:15:19 +000099 /*
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +0000100 display: block;
101 float: left;
Felix Meschberger8f906b82008-09-09 13:15:19 +0000102 */
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +0000103 text-decoration: none;
104 padding: 3px 10px 3px 10px;
105 background-color: #B6CAE4;
106 color: black;
107}
108
109#claim {
110 color: white;
111 background-color: black;
112 padding: 2px 10px 2px 10px;
113}
114
115#claim p {
116 margin: 0;
117 padding: 0;
118}
119
120#claim a {
121 color: #C5E2EE;
122 text-decoration: none;
123}
124
125/*
126.claimcell A:link {
127 color: #C5E2EE;
128 text-decoration: none;
129}
130
131.claimcell A:visited {
132 color: #C5E2EE;
133 text-decoration: none;
134}
135*/
136#claim a:hover {
137 color: #99FF33;
138 border-bottom: 1px solid;
139}
140
141#claim a:active {
142 color: #FFFFFF;
143}
144
145/* old styles */
146table {
147 text-align: left;
148}
149
150table.content {
151 clear: both;
152 font-size: 10px;
153 line-height: 13px;
154 border: 0px solid #66dd44;
155 border-top: 1px solid #cccccc;
156 padding: 0px;
157 margin: 0px;
158 margin-top: 26px;
159 margin-bottom: 26px;
160 /* width: 718px; */
161 text-align: left;
162}
163
164tr {
165 border-left: 1px solid #cccccc;
166 border-right: 1px solid #cccccc;
167}
168
169td.content {
170 color: #333333;
171 border: 0px solid #66dd44;
172 border-bottom: 1px solid #cccccc;
173 vertical-align: middle;
174 padding: 5px;
175}
176
Felix Meschberger0704b052008-06-25 08:44:16 +0000177td.aligntop {
178 vertical-align: top;
179}
180
Felix Meschberger0ca87d92008-06-13 15:27:57 +0000181td.content img {
182 width: 10px;
183 height: 10px;
184}
185
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +0000186td.disabled {
187 color: #999999;
188}
189
190th.content {
191 color: #333333;
192 border: 0px solid #66dd44;
193 border-bottom: 1px solid #cccccc;
194 text-align: left;
195 padding: 5px;
196 padding-left: 10px;
197}
198
199.right {
200 text-align: right;
201}
202.center {
203 text-align: center;
204}
205
206th.container {
207 color: #6181A9;
208 background-color: #f0f0f0;
209}
210
211th.important {
212 color: #B81833;
213}
214
215.important {
216 color: #B81833;
217}
218
219#maintable { /* postion: absolute; */
220 font-size: 10px;
221 line-height: 13px;
222 border: 1px solid #000000;
223 padding: 0px;
224 margin: 0px;
225 width: 960px;
226}
227
228.toolcell {
229 font-size: 10px;
230 color: #999999;
231 line-height: 10px;
232 background-color: #000000;
233 height: 18px;
234 /* width: 960px; */
235 padding: 0px;
236 padding-bottom: 1px;
237 text-align: left;
238}
239
240.toolcell A:link {
241 color: #C5E2EE;
242 text-decoration: none;
243}
244
245.toolcell A:visited {
246 color: #C5E2EE;
247 text-decoration: none;
248}
249
250.toolcell A:hover {
251 color: #99FF33;
252 text-decoration: none;
253 border-bottom: 1px solid;
254}
255
256.toolcell A:active {
257 color: #FFFFFF;
258 text-decoration: none;
259}
260
261.leadcell {
262 margin: 0px;
263 padding: 0px;
264 border: 0px solid #000000;
265 width: 718px;
266 height: 100px;
267 background-image: url(../imgs/banner_left.jpg);
268 vertical-align: top;
269}
270
271.leadcelltext {
272 position: absolute;
273 border: 0px solid #000000;
274 font-size: 26px;
275 line-height: 32px;
276 margin-top: 5px;
277 margin-left: 8px;
278 color: #ffffff;
279 vertical-align: top;
280}
281
282.logocell {
283 border-left: 1px solid #000000;
284 width: 239px;
285 background-image: url(../imgs/banner_right.jpg);
286}
287
288#technavcell {
289 font-size: 10px;
290 font-weight: bold;
291 border: 0px solid #000000;
292 border-top: 1px solid #000000;
293 height: 21px;
294 background-color: #6181A9;
295}
296
297/*
298#technav A:link {
299 float: left;
300 display: block;
301 color: #ffffff;
302 border: 0px solid #000000;
303 border-right: 1px solid #000000;
304 height: 21px;
305 text-decoration: none;
306 padding: 0px 10px 0px 10px;
307 background-color: #6181A9;
308}
309
310#technav A:visited {
311 float: left;
312 display: block;
313 color: #ffffff;
314 border-right: 1px solid #000000;
315 height: 21px;
316 text-decoration: none;
317 padding: 0px 10px 0px 10px;
318 background-color: #6181A9;
319}
320
321#technav A:hover {
322 float: left;
323 display: block;
324 color: #ffffff;
325 border-right: 1px solid #000000;
326 height: 21px;
327 text-decoration: none;
328 padding: 0px 10px 0px 10px;
329 background-color: #000000;
330}
331
332#technav A:active {
333 float: left;
334 display: block;
335 color: #ffffff;
336 border-right: 1px solid #000000;
337 height: 21px;
338 text-decoration: none;
339 padding: 0px 10px 0px 10px;
340 background-color: #6181A9;
341}
342*/
343.techcontentcell { /* width: 718px; */
344 border: 0px solid #000000;
345 border-top: 1px solid #000000;
346}
347
348.relatedcell {
349 border-left: 1px solid #000000;
350 border-top: 1px solid #000000;
351 width: 239px;
352 background-color: #EBF0F6;
353}
354
355/*
356.claimcell {
357 width: 715px;
358 font-size: 10px;
359 color: #ffffff;
360 line-height: 10px;
361 background-color: #000000;
362 height: 18px;
363 padding: 0px;
364 padding-bottom: 1px;
365}
366
367.claimcell A:link {
368 color: #C5E2EE;
369 text-decoration: none;
370}
371
372.claimcell A:visited {
373 color: #C5E2EE;
374 text-decoration: none;
375}
376
377.claimcell A:hover {
378 color: #99FF33;
379 text-decoration: none;
380 border-bottom: 1px solid;
381}
382
383.claimcell A:active {
384 color: #FFFFFF;
385 text-decoration: none;
386}
387*/ /* CENTRAL CONTENT AREA STYLING */
388.content {
389 position: relative;
390 margin: 25px;
391 font-size: 11px;
392 line-height: 16px;
393 color: #000000;
394}
395
396.content A:link {
397 color: #336600;
398 text-decoration: underline;
399}
400
401.content A:visited {
402 color: #666666;
403 text-decoration: underline;
404}
405
406.content A:hover {
407 color: #ffffff;
408 background-color: #336600;
409 text-decoration: none;
410}
411
412.content A:active {
413 color: #ffffff;
414 background-color: #000000;
415 text-decoration: none;
416}
417
418body {
419 background-color: white;
420}
421
422/* TEXT STYLING */ /*
423h1, h2, h3, h4, h5, h6, p
424
425 {
426 margin: 0px;
427 margin-bottom: 8px;
428 font-size: 11px;
429 line-height: 16px;
430 font-weight:bold;
431 }
432
433*/ /*
434h1
435 {
436 color: #000000;
437 margin-top: 32px;
438 clear: left;
439 }
440
441
442h2
443 {
444 color: #336699;
445 }
446
447
448h3
449 {
450 color: #336699;
451 }
452*/ /*
453p
454 {
455 font-size: 11px;
456 line-height: 16px;
457 font-weight: normal;
458 color: #000000;
459 }
460*/ /* FORMS */
461form {
462 font-size: 9px;
463 border-top: 0px solid #000000;
464 border-bottom: 0px solid #000000;
465 border-left: 0px solid #000000;
466 border-right: 0px solid #000000;
467 margin: 0;
468 padding: 0;
469 clear: left;
470}
471
472select,textarea {
473 font-family: Verdana, Arial, Helvetica, san-serif;
474 font-size: 9px;
475 font-weight: normal;
476 display: block;
477 float: left;
478 padding-top: 3px;
479 margin-bottom: 10px;
480}
481
482.input {
483 font-family: Verdana, Arial, Helvetica, san-serif;
484 font-size: 9px;
485 font-weight: normal;
486 color: #184054;
487 background-color: #f0f0f0;
488 border: 1px solid #999999;
489 border-bottom: 1px solid #cccccc;
490 border-right: 1px solid #cccccc;
491}
492
Carsten Ziegelera308d932009-02-05 20:02:07 +0000493.fileinput {
494 font-family: Verdana, Arial, Helvetica, san-serif;
495 font-size: 9px;
496 font-weight: normal;
497 color: #184054;
498}
499
Felix Meschbergerbb30b0c2008-05-16 11:59:32 +0000500.submit {
501 cursor: default;
502 width: 60px;
503 font-family: Verdana, Arial, Helvetica, san-serif;
504 font-size: 10px;
505 font-weight: bold;
506 background-color: #f0f0f0;
507 height: 20px;
508 padding: 0px;
509 padding-bottom: 1px;
510 margin: 0px;
511 border: 1px solid #cccccc;
512 border-bottom: 1px solid #666666;
513 border-right: 1px solid #666666;
514}
515
516input.important {
517 background-color: #B81833;
518 color: #ffffff;
519}
520
521select {
522 color: #184054;
523 background-color: #f0f0f0;
524 border: 0px solid #999999;
525}
526
527textarea {
528 color: #184054;
529 background-color: #f0f0f0;
530 width: 234px;
531 height: 100px;
532 border: 1px solid #999999;
533 border-bottom: 1px solid #cccccc;
534 border-right: 1px solid #cccccc;
535}
536
537.clearleft {
538 clear: left;
539}
540
541.clearboth {
542 clear: both;
543}
544
545.checkradio {
546 background-color: #ffffff;
547 width: 20px;
548 padding: 0px;
549 padding-bottom: 10px;
550 margin: 0px;
551 margin-top: 2px;
552 border: 0px solid #999999;
553}
554
555.checkradiotext {
556 font-size: 9px;
557 font-weight: normal;
558 line-height: 11px;
559 width: 100px;
560 color: #000000;
561 padding: 0px;
562 padding-bottom: 10px;
563 margin: 0px;
564 margin-top: 4px;
565 border: 0px solid #999999;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000566}
567
568div.buttons {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000569 background-color: #6181A9;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000570 height: 30px;
Carsten Ziegeler83fbe442009-02-09 20:48:31 +0000571 text-align: right;
572 vertical-align: middle;
573 padding-right: 10px;
574 padding-top: 8px;
Felix Meschberger2c4a6062009-04-18 12:07:10 +0000575 color: #F0F0F0;
576 font-size: 10px;
577}
578div.buttons select {
579 font-family: Verdana, Arial, Helvetica, san-serif;
580 font-size: 9px;
581 font-weight: normal;
582 display: inline;
583 float:none;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000584}
585div.button {
Carsten Ziegeler83fbe442009-02-09 20:48:31 +0000586 display: inline-block;
587 margin-left: 10px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000588}
589div.fullwidth {
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000590 width: 100%;
591}
592div.statusline {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000593 margin-top: 10px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000594 background-color: #F5F5F5;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000595 padding-left: 10px;
596 border: 1px solid #CCCCCC;
Carsten Ziegeler83fbe442009-02-09 20:48:31 +0000597 font-family: Verdana, Arial, Helvetica, san-serif;
598 font-size: 11px;
599 font-weight: normal;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000600 color: #222222;
601 line-height: 19px;
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000602 margin-bottom: 10px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000603}
604div.table {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000605 margin-left: 1px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000606}
607div.tablelayout {
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000608}
609
610/* tables */
611table.tablelayout {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000612 border-left: 1px solid #6181A9;
613 border-right: 1px solid #6181A9;
614 border-collapse: collapse;
615 font-family:arial;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000616 background-color: #CDCDCD;
617 font-size: 8pt;
618 width: 100%;
619 text-align: left;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000620}
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000621table.tablelayout tbody tr {
622 border-left: 1px solid #6181A9;
623 border-right: 1px solid #6181A9;
624}
625
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000626table.tablelayout thead tr th, table.tablelayout tfoot tr th {
627 background-color: #e6EEEE;
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000628 border-left: 1px solid #6181A9;
629 border-right: 1px solid #6181A9;
630 border-top: 1px solid #FFF;
631 border-bottom: 1px solid #FFF;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000632 font-size: 8pt;
633 padding: 4px;
634}
635table.tablelayout thead tr .header {
636 background-image: url(../imgs/bg.gif);
637 background-repeat: no-repeat;
638 background-position: center right;
639 cursor: pointer;
640}
641table.tablelayout tbody td {
642 color: #3D3D3D;
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000643 border-top: 1px solid #6181A9;
644 border-bottom: 1px solid #6181A9;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000645 padding: 4px;
646 background-color: #FFF;
647 vertical-align: top;
648}
649table.tablelayout tbody tr.odd td {
650 background-color:#F0F0F6;
651}
652table.tablelayout thead tr .headerSortUp {
653 background-image: url(../imgs/asc.gif);
654}
655table.tablelayout thead tr .headerSortDown {
656 background-image: url(../imgs/desc.gif);
657}
658table.tablelayout thead tr .headerSortDown, table.tablelayout thead tr .headerSortUp {
659background-color: #8dbdd8;
660}
Carsten Ziegeler6577bfa2009-02-05 10:45:35 +0000661.col_Id {
662 width: 40px;
663}
664.col_Status {
665 width: 50px;
666}
667.col_Actions {
668 width: 95px;
669}