blob: 36b674476129610fc1f8130bdaffe480a56b959e [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
493.submit {
494 cursor: default;
495 width: 60px;
496 font-family: Verdana, Arial, Helvetica, san-serif;
497 font-size: 10px;
498 font-weight: bold;
499 background-color: #f0f0f0;
500 height: 20px;
501 padding: 0px;
502 padding-bottom: 1px;
503 margin: 0px;
504 border: 1px solid #cccccc;
505 border-bottom: 1px solid #666666;
506 border-right: 1px solid #666666;
507}
508
509input.important {
510 background-color: #B81833;
511 color: #ffffff;
512}
513
514select {
515 color: #184054;
516 background-color: #f0f0f0;
517 border: 0px solid #999999;
518}
519
520textarea {
521 color: #184054;
522 background-color: #f0f0f0;
523 width: 234px;
524 height: 100px;
525 border: 1px solid #999999;
526 border-bottom: 1px solid #cccccc;
527 border-right: 1px solid #cccccc;
528}
529
530.clearleft {
531 clear: left;
532}
533
534.clearboth {
535 clear: both;
536}
537
538.checkradio {
539 background-color: #ffffff;
540 width: 20px;
541 padding: 0px;
542 padding-bottom: 10px;
543 margin: 0px;
544 margin-top: 2px;
545 border: 0px solid #999999;
546}
547
548.checkradiotext {
549 font-size: 9px;
550 font-weight: normal;
551 line-height: 11px;
552 width: 100px;
553 color: #000000;
554 padding: 0px;
555 padding-bottom: 10px;
556 margin: 0px;
557 margin-top: 4px;
558 border: 0px solid #999999;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000559}
560
561div.buttons {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000562 background-color: #6181A9;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000563 height: 30px;
564}
565div.button {
566 float:right;
567 margin-top: 5px;
568 margin-right: 10px;
569}
570div.fullwidth {
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000571 width: 100%;
572}
573div.statusline {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000574 margin-top: 10px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000575 background-color: #F5F5F5;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000576 padding-left: 10px;
577 border: 1px solid #CCCCCC;
578 font-size: 13px;
579 color: #222222;
580 line-height: 19px;
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000581 margin-bottom: 10px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000582}
583div.table {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000584 margin-left: 1px;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000585}
586div.tablelayout {
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000587}
588
589/* tables */
590table.tablelayout {
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000591 border-left: 1px solid #6181A9;
592 border-right: 1px solid #6181A9;
593 border-collapse: collapse;
594 font-family:arial;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000595 background-color: #CDCDCD;
596 font-size: 8pt;
597 width: 100%;
598 text-align: left;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000599}
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000600table.tablelayout tbody tr {
601 border-left: 1px solid #6181A9;
602 border-right: 1px solid #6181A9;
603}
604
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000605table.tablelayout thead tr th, table.tablelayout tfoot tr th {
606 background-color: #e6EEEE;
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000607 border-left: 1px solid #6181A9;
608 border-right: 1px solid #6181A9;
609 border-top: 1px solid #FFF;
610 border-bottom: 1px solid #FFF;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000611 font-size: 8pt;
612 padding: 4px;
613}
614table.tablelayout thead tr .header {
615 background-image: url(../imgs/bg.gif);
616 background-repeat: no-repeat;
617 background-position: center right;
618 cursor: pointer;
619}
620table.tablelayout tbody td {
621 color: #3D3D3D;
Carsten Ziegelere291ee52008-11-04 16:56:30 +0000622 border-top: 1px solid #6181A9;
623 border-bottom: 1px solid #6181A9;
Carsten Ziegeler7876ef92008-10-26 17:47:51 +0000624 padding: 4px;
625 background-color: #FFF;
626 vertical-align: top;
627}
628table.tablelayout tbody tr.odd td {
629 background-color:#F0F0F6;
630}
631table.tablelayout thead tr .headerSortUp {
632 background-image: url(../imgs/asc.gif);
633}
634table.tablelayout thead tr .headerSortDown {
635 background-image: url(../imgs/desc.gif);
636}
637table.tablelayout thead tr .headerSortDown, table.tablelayout thead tr .headerSortUp {
638background-color: #8dbdd8;
639}
Carsten Ziegeler6577bfa2009-02-05 10:45:35 +0000640.col_Id {
641 width: 40px;
642}
643.col_Status {
644 width: 50px;
645}
646.col_Actions {
647 width: 95px;
648}