1 | <dtml-let base_url="getBaseUrl()"> |
---|
2 | html, body { |
---|
3 | height:100%; |
---|
4 | } |
---|
5 | input, textarea, select, button { |
---|
6 | background-color:white; |
---|
7 | margin:0pt; |
---|
8 | } |
---|
9 | input { |
---|
10 | border:1px inset #757575; |
---|
11 | } |
---|
12 | input, button { |
---|
13 | padding:3px; |
---|
14 | } |
---|
15 | input[type="radio"], input[type="checkbox"] { |
---|
16 | border:medium none; |
---|
17 | } |
---|
18 | .fileview { |
---|
19 | padding:3px; |
---|
20 | } |
---|
21 | .statusmessage { |
---|
22 | margin-bottom:9px; |
---|
23 | padding:3px; |
---|
24 | } |
---|
25 | input.SearchBox { |
---|
26 | background:white url(http://localhost:8080/cpsskins/cpsskins_images/search_icon.png) no-repeat scroll left center; |
---|
27 | border:1px inset #757575; |
---|
28 | padding:2px 2px 2px 20px; |
---|
29 | } |
---|
30 | div.searchField { |
---|
31 | background:transparent url(http://localhost:8080/cpsskins/cpsskins_images/portlet_search_icon.png) no-repeat scroll left center; |
---|
32 | padding:2px 2px 2px 20px; |
---|
33 | } |
---|
34 | .toggle_icon { |
---|
35 | clear:left; |
---|
36 | float:left; |
---|
37 | padding:2px 0pt 0pt 3px; |
---|
38 | } |
---|
39 | .missing_toggle { |
---|
40 | padding:0pt 0pt 0pt 13px; |
---|
41 | } |
---|
42 | .tree_node { |
---|
43 | padding:0pt 0pt 0pt 8px; |
---|
44 | } |
---|
45 | .tree_leaf { |
---|
46 | padding:0pt 0pt 0pt 22px; |
---|
47 | } |
---|
48 | .action_icon { |
---|
49 | clear:left; |
---|
50 | float:left; |
---|
51 | padding:0pt 6px 0pt 0pt; |
---|
52 | } |
---|
53 | .cpsskinsBox ul.cpsskinsMenu, .cpsskinsBox ul.cpsskinsMenu li { |
---|
54 | display:inline; |
---|
55 | line-height:normal; |
---|
56 | list-style-type:none; |
---|
57 | margin:0px; |
---|
58 | padding:0px; |
---|
59 | } |
---|
60 | .cpsskinsBox ul.cpsskinsMenu li a { |
---|
61 | background-position:left top; |
---|
62 | background-repeat:no-repeat; |
---|
63 | display:block; |
---|
64 | } |
---|
65 | .cpsskinsBox ul.cpsskinsMenu li a.noicon, .cpsskinsBox ul.cpsskinsMenu li.selected a.noicon { |
---|
66 | background-image:none !important; |
---|
67 | padding-left:2px !important; |
---|
68 | } |
---|
69 | .cpsskinsBox ul.cpsskinsMenu li a span.itemDescription { |
---|
70 | display:block; |
---|
71 | font-size:85%; |
---|
72 | } |
---|
73 | div.xmlExportButtons { |
---|
74 | padding-top:1em; |
---|
75 | text-align:right; |
---|
76 | } |
---|
77 | div.xmlExportButtons a { |
---|
78 | background:#FF6600 none repeat scroll 0%; |
---|
79 | border:0.1em outset #FF6600; |
---|
80 | color:#FFFFFF !important; |
---|
81 | font-family:'Lucida Grande',Arial,Helvetica,sans-serif !important; |
---|
82 | font-size:70% !important; |
---|
83 | font-size-adjust:none !important; |
---|
84 | font-stretch:normal !important; |
---|
85 | font-style:normal !important; |
---|
86 | font-variant:normal !important; |
---|
87 | font-weight:bold !important; |
---|
88 | line-height:normal !important; |
---|
89 | margin:0pt 0.1em; |
---|
90 | padding:0pt 0.3em; |
---|
91 | text-decoration:none; |
---|
92 | } |
---|
93 | .cpsskinsTab ul.cpsskinsMenu, .cpsskinsTab ul.cpsskinsMenu li { |
---|
94 | display:inline; |
---|
95 | line-height:normal; |
---|
96 | list-style-type:none; |
---|
97 | margin:0px; |
---|
98 | padding:0px; |
---|
99 | } |
---|
100 | .cpsskinsTab ul.cpsskinsMenu li a { |
---|
101 | background-position:left center; |
---|
102 | background-repeat:no-repeat; |
---|
103 | display:inline; |
---|
104 | } |
---|
105 | .cpsskinsTab ul.cpsskinsMenu span.itemDescription { |
---|
106 | display:none; |
---|
107 | } |
---|
108 | .cpsskinsTab div.xmlExportButtons { |
---|
109 | display:none; |
---|
110 | } |
---|
111 | .cpsskinsBox .buttons { |
---|
112 | display:block; |
---|
113 | padding-bottom:1px; |
---|
114 | padding-right:1px; |
---|
115 | padding-top:1px; |
---|
116 | } |
---|
117 | .cpsskinsBox .buttons a { |
---|
118 | float:right; |
---|
119 | } |
---|
120 | .cpsskinsTabs { |
---|
121 | float:left; |
---|
122 | line-height:normal; |
---|
123 | text-align:left; |
---|
124 | width:100%; |
---|
125 | } |
---|
126 | .cpsskinsTabs ul { |
---|
127 | list-style-image:none; |
---|
128 | list-style-position:outside; |
---|
129 | list-style-type:none; |
---|
130 | margin:0pt; |
---|
131 | padding:0pt; |
---|
132 | } |
---|
133 | .cpsskinsTabs li { |
---|
134 | float:left; |
---|
135 | margin:0pt; |
---|
136 | padding:0pt; |
---|
137 | position:relative; |
---|
138 | } |
---|
139 | .cpsskinsTabs a { |
---|
140 | display:block; |
---|
141 | float:left; |
---|
142 | margin-left:0pt !important; |
---|
143 | text-decoration:none; |
---|
144 | } |
---|
145 | .cpsskinsTabs a { |
---|
146 | float:none; |
---|
147 | } |
---|
148 | .cpsskinsTabs ul.cpsskinsMenu span.itemDescription { |
---|
149 | display:none; |
---|
150 | } |
---|
151 | .cpsskinsTabs div.xmlExportButtons { |
---|
152 | display:none; |
---|
153 | } |
---|
154 | .cpsskinsTabs li ul { |
---|
155 | display:none; |
---|
156 | left:0pt; |
---|
157 | position:absolute; |
---|
158 | } |
---|
159 | .cpsskinsTabs li > ul { |
---|
160 | left:auto; |
---|
161 | top:auto; |
---|
162 | } |
---|
163 | .cpsskinsTabs li:hover ul, .cpsskinsTabs li.over ul { |
---|
164 | display:block; |
---|
165 | } |
---|
166 | .cpsskinsBoxCorners .rbtop div { |
---|
167 | left:-2px; |
---|
168 | position:relative; |
---|
169 | width:100%; |
---|
170 | } |
---|
171 | .cpsskinsBoxCorners .rbtop { |
---|
172 | position:relative; |
---|
173 | right:-1px; |
---|
174 | top:-1px; |
---|
175 | width:100%; |
---|
176 | } |
---|
177 | .cpsskinsBoxCorners .rbbot div { |
---|
178 | left:-2px; |
---|
179 | position:relative; |
---|
180 | width:100%; |
---|
181 | } |
---|
182 | .cpsskinsBoxCorners .rbbot { |
---|
183 | bottom:-1px; |
---|
184 | position:relative; |
---|
185 | right:-1px; |
---|
186 | width:100%; |
---|
187 | } |
---|
188 | .hidden { |
---|
189 | display:none; |
---|
190 | } |
---|
191 | .cpsskinsHBox { |
---|
192 | margin:3px; |
---|
193 | } |
---|
194 | .cpsskinsHBox ul.cpsskinsMenu, .cpsskinsHBox ul.cpsskinsMenu li { |
---|
195 | display:inline; |
---|
196 | line-height:normal; |
---|
197 | list-style-type:none; |
---|
198 | padding:3px 0pt 2px; |
---|
199 | } |
---|
200 | * html .cpsskinsHBox ul.cpsskinsMenu { |
---|
201 | padding:0px; |
---|
202 | } |
---|
203 | * html .cpsskinsHBox ul.cpsskinsMenu li { |
---|
204 | padding:0px; |
---|
205 | } |
---|
206 | .cpsskinsHBox ul.cpsskinsMenu li a { |
---|
207 | background-position:left top; |
---|
208 | background-repeat:no-repeat; |
---|
209 | display:inline; |
---|
210 | margin-left:0pt !important; |
---|
211 | } |
---|
212 | .cpsskinsHBox ul.cpsskinsMenu span.itemDescription { |
---|
213 | display:none; |
---|
214 | } |
---|
215 | .cpsskinsHBox div.xmlExportButtons { |
---|
216 | display:none; |
---|
217 | } |
---|
218 | |
---|
219 | .colorHeadersideleft { |
---|
220 | background-color:#FFCA31; |
---|
221 | background-image:url(<dtml-var base_url>backgrounds/header_side_left.png); |
---|
222 | background-position:right top; |
---|
223 | background-repeat:repeat-y; |
---|
224 | border-color:transparent; |
---|
225 | color:#000000; |
---|
226 | } |
---|
227 | .colorHeadersideright { |
---|
228 | background-color:#FFCA31; |
---|
229 | background-image:url(<dtml-var base_url>backgrounds/header_side_right.png); |
---|
230 | background-position:left top; |
---|
231 | background-repeat:repeat-y; |
---|
232 | border-color:transparent; |
---|
233 | color:#000000; |
---|
234 | } |
---|
235 | .colorMainsideleft { |
---|
236 | background-color:gray; |
---|
237 | background-image:url(<dtml-var base_url>backgrounds/main_side_left.png); |
---|
238 | background-position:right top; |
---|
239 | background-repeat:repeat-y; |
---|
240 | border-color:transparent; |
---|
241 | color:#000000; |
---|
242 | } |
---|
243 | .colorMainsideright { |
---|
244 | background-color:gray; |
---|
245 | background-image:url(<dtml-var base_url>backgrounds/main_side_right.png); |
---|
246 | background-repeat:repeat-y; |
---|
247 | border-color:transparent; |
---|
248 | color:#000000; |
---|
249 | } |
---|
250 | .colorHeadercandybarbackground { |
---|
251 | background-color:#FF9900; |
---|
252 | background-image:url(<dtml-var base_url>backgrounds/header_background.png); |
---|
253 | background-repeat:repeat-x; |
---|
254 | color:#000000; |
---|
255 | } |
---|
256 | .portalTabTabStyle ul.cpsskinsMenu li { |
---|
257 | margin:0pt 2px 0pt 0pt; |
---|
258 | } |
---|
259 | .portalTabTabStyle ul.cpsskinsMenu li a { |
---|
260 | padding:3px 2px; |
---|
261 | } |
---|
262 | |
---|
263 | .colorFootergradient { |
---|
264 | background-color:#E7E7E7; |
---|
265 | background-image:url(<dtml-var base_url>backgrounds/footer_gradient.png); |
---|
266 | background-position:left bottom; |
---|
267 | background-repeat:repeat-x; |
---|
268 | border-color:transparent; |
---|
269 | color:#000000; |
---|
270 | } |
---|
271 | .colorgraye7 { |
---|
272 | background-color:#E7E7E7; |
---|
273 | background-repeat:repeat; |
---|
274 | border-color:transparent; |
---|
275 | color:#000000; |
---|
276 | } |
---|
277 | .fontShapeaverage { |
---|
278 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
279 | font-size:12px !important; |
---|
280 | font-size-adjust:none !important; |
---|
281 | font-stretch:normal !important; |
---|
282 | font-style:normal !important; |
---|
283 | font-variant:normal !important; |
---|
284 | font-weight:normal !important; |
---|
285 | line-height:normal !important; |
---|
286 | } |
---|
287 | .fontShapeaverage p { |
---|
288 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
289 | font-size:100% !important; |
---|
290 | font-size-adjust:none !important; |
---|
291 | font-stretch:normal !important; |
---|
292 | font-style:normal !important; |
---|
293 | font-variant:normal !important; |
---|
294 | font-weight:normal !important; |
---|
295 | line-height:normal !important; |
---|
296 | padding:5px 10px 0px 0px; |
---|
297 | } |
---|
298 | .fontShapeaverage small { |
---|
299 | } |
---|
300 | .fontShapeaverage h1, .fontShapeaverage .h1 { |
---|
301 | border-style:none; |
---|
302 | border-width:0px; |
---|
303 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
304 | font-size:185% !important; |
---|
305 | font-size-adjust:none !important; |
---|
306 | font-stretch:normal !important; |
---|
307 | font-style:normal !important; |
---|
308 | font-variant:normal !important; |
---|
309 | font-weight:bold !important; |
---|
310 | line-height:normal !important; |
---|
311 | margin:0px; |
---|
312 | padding:0px; |
---|
313 | } |
---|
314 | .fontShapeaverage h2, .fontShapeaverage .h2 { |
---|
315 | border-style:none; |
---|
316 | border-width:0px; |
---|
317 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
318 | font-size:150% !important; |
---|
319 | font-size-adjust:none !important; |
---|
320 | font-stretch:normal !important; |
---|
321 | font-style:normal !important; |
---|
322 | font-variant:normal !important; |
---|
323 | font-weight:bold !important; |
---|
324 | line-height:normal !important; |
---|
325 | margin:10px 0px 5px; |
---|
326 | padding:0px; |
---|
327 | } |
---|
328 | .fontShapeaverage h3, .fontShapeaverage .h3 { |
---|
329 | border-style:none; |
---|
330 | border-width:0px; |
---|
331 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
332 | font-size:125% !important; |
---|
333 | font-size-adjust:none !important; |
---|
334 | font-stretch:normal !important; |
---|
335 | font-style:normal !important; |
---|
336 | font-variant:normal !important; |
---|
337 | font-weight:bold !important; |
---|
338 | line-height:normal !important; |
---|
339 | padding:0.6em 0em 0em; |
---|
340 | } |
---|
341 | .fontShapeaverage h4, .fontShapeaverage .h4, .fontShapeaverage h5, .fontShapeaverage .h5, .fontShapeaverage h6, .fontShapeaverage .h6 { |
---|
342 | border-style:none; |
---|
343 | border-width:0pt; |
---|
344 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
345 | font-size:100% !important; |
---|
346 | font-size-adjust:none !important; |
---|
347 | font-stretch:normal !important; |
---|
348 | font-style:normal !important; |
---|
349 | font-variant:normal !important; |
---|
350 | font-weight:bold !important; |
---|
351 | line-height:normal !important; |
---|
352 | margin:10px 0px 5px; |
---|
353 | padding:0px; |
---|
354 | } |
---|
355 | .fontShapeaverage a, .fontShapeaverage a div, .fontShapeaverage a span { |
---|
356 | text-decoration:none; |
---|
357 | } |
---|
358 | .fontShapeaverage a:visited, .fontShapeaverage a:visited div, .fontShapeaverage a:visited span { |
---|
359 | text-decoration:none; |
---|
360 | } |
---|
361 | .fontShapeaverage a:active, .fontShapeaverage a:active div, .fontShapeaverage a:active span { |
---|
362 | text-decoration:underline overline; |
---|
363 | } |
---|
364 | .fontShapeaverage a:hover, .fontShapeaverage a:hover div, .fontShapeaverage a:hover span { |
---|
365 | text-decoration:underline; |
---|
366 | } |
---|
367 | .fontShapemini { |
---|
368 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
369 | font-size:10px !important; |
---|
370 | font-size-adjust:none !important; |
---|
371 | font-stretch:normal !important; |
---|
372 | font-style:normal !important; |
---|
373 | font-variant:normal !important; |
---|
374 | font-weight:normal !important; |
---|
375 | line-height:normal !important; |
---|
376 | } |
---|
377 | .fontShapemini p { |
---|
378 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
379 | font-size:100% !important; |
---|
380 | font-size-adjust:none !important; |
---|
381 | font-stretch:normal !important; |
---|
382 | font-style:normal !important; |
---|
383 | font-variant:normal !important; |
---|
384 | font-weight:normal !important; |
---|
385 | line-height:normal !important; |
---|
386 | padding:0em; |
---|
387 | } |
---|
388 | .fontShapemini h1, .fontShapemini .h1 { |
---|
389 | border-style:none; |
---|
390 | border-width:1px; |
---|
391 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
392 | font-size:150% !important; |
---|
393 | font-size-adjust:none !important; |
---|
394 | font-stretch:normal !important; |
---|
395 | font-style:normal !important; |
---|
396 | font-variant:normal !important; |
---|
397 | font-weight:normal !important; |
---|
398 | line-height:normal !important; |
---|
399 | padding:0.8em 0em 0em; |
---|
400 | } |
---|
401 | .fontShapemini h2, .fontShapemini .h2 { |
---|
402 | border-style:none; |
---|
403 | border-width:1px; |
---|
404 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
405 | font-size:125% !important; |
---|
406 | font-size-adjust:none !important; |
---|
407 | font-stretch:normal !important; |
---|
408 | font-style:normal !important; |
---|
409 | font-variant:normal !important; |
---|
410 | font-weight:bold !important; |
---|
411 | line-height:normal !important; |
---|
412 | padding:0.6em 0em 0em; |
---|
413 | } |
---|
414 | .fontShapemini h3, .fontShapemini .h3 { |
---|
415 | border-style:none; |
---|
416 | border-width:1px; |
---|
417 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
418 | font-size:120% !important; |
---|
419 | font-size-adjust:none !important; |
---|
420 | font-stretch:normal !important; |
---|
421 | font-style:normal !important; |
---|
422 | font-variant:normal !important; |
---|
423 | font-weight:bold !important; |
---|
424 | line-height:normal !important; |
---|
425 | padding:0.6em 0em 0em; |
---|
426 | } |
---|
427 | .fontShapemini h4, .fontShapemini .h4, .fontShapemini h5, .fontShapemini .h5, .fontShapemini h6, .fontShapemini .h6 { |
---|
428 | border-style:none; |
---|
429 | border-width:1px; |
---|
430 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
431 | font-size:115% !important; |
---|
432 | font-size-adjust:none !important; |
---|
433 | font-stretch:normal !important; |
---|
434 | font-style:normal !important; |
---|
435 | font-variant:normal !important; |
---|
436 | font-weight:bold !important; |
---|
437 | line-height:normal !important; |
---|
438 | padding:0.4em 0em 0em; |
---|
439 | } |
---|
440 | .fontShapemini a, .fontShapemini a div, .fontShapemini a span { |
---|
441 | text-decoration:none; |
---|
442 | } |
---|
443 | .fontShapemini a:visited, .fontShapemini a:visited div, .fontShapemini a:visited span { |
---|
444 | text-decoration:none; |
---|
445 | } |
---|
446 | .fontShapemini a:active, .fontShapemini a:active div, .fontShapemini a:active span { |
---|
447 | text-decoration:underline overline; |
---|
448 | } |
---|
449 | .fontShapemini a:hover, .fontShapemini a:hover div, .fontShapemini a:hover span { |
---|
450 | text-decoration:underline; |
---|
451 | } |
---|
452 | .colorNavboxstyle { |
---|
453 | background-color:#FFFFFF; |
---|
454 | background-image:url(<dtml-var base_url>backgrounds/whitemaintop.png); |
---|
455 | background-position:left bottom; |
---|
456 | background-repeat:no-repeat; |
---|
457 | border-color:transparent; |
---|
458 | color:#000000; |
---|
459 | } |
---|
460 | .boxShapeextraleftboxes .title { |
---|
461 | border-style:none; |
---|
462 | border-width:0pt; |
---|
463 | display:inline; |
---|
464 | font-family:arial,sans-serif,Verdana,Helvetica; |
---|
465 | font-size:12px; |
---|
466 | font-size-adjust:none; |
---|
467 | font-stretch:normal; |
---|
468 | font-style:normal; |
---|
469 | font-variant:normal; |
---|
470 | font-weight:bold; |
---|
471 | line-height:normal; |
---|
472 | padding:30px 10px 5px 5px; |
---|
473 | } |
---|
474 | .boxShapeextraleftboxes .body { |
---|
475 | border-style:none none solid; |
---|
476 | border-width:1px; |
---|
477 | padding:5px 5px 10px; |
---|
478 | } |
---|
479 | .boxShapeextraleftboxes .body ul.cpsskinsMenu li a { |
---|
480 | border-style:none; |
---|
481 | border-width:0pt; |
---|
482 | margin:0pt; |
---|
483 | padding:2px; |
---|
484 | } |
---|
485 | .boxShapeextraleftboxes .body ul.cpsskinsMenu li.selected a { |
---|
486 | border-style:none; |
---|
487 | border-width:0pt; |
---|
488 | margin:0pt; |
---|
489 | padding:0px; |
---|
490 | } |
---|
491 | .boxColorextraleftboxes .title { |
---|
492 | background-color:transparent; |
---|
493 | border-color:transparent; |
---|
494 | color:#666666; |
---|
495 | } |
---|
496 | .boxColorextraleftboxes .title a { |
---|
497 | color:#666666; |
---|
498 | } |
---|
499 | .boxColorextraleftboxes .body { |
---|
500 | background-color:transparent; |
---|
501 | border-color:#BCBCBC; |
---|
502 | } |
---|
503 | .boxColorextraleftboxes .body ul.cpsskinsMenu li a { |
---|
504 | border-color:transparent; |
---|
505 | } |
---|
506 | .boxColorextraleftboxes .body ul.cpsskinsMenu li.selected a { |
---|
507 | border-color:transparent; |
---|
508 | } |
---|
509 | .boxColorextraleftboxes .body ul.cpsskinsMenu li a { |
---|
510 | background-color:transparent; |
---|
511 | } |
---|
512 | .boxColorextraleftboxes .body ul.cpsskinsMenu li a:hover, .boxColorextraleftboxes .body ul.cpsskinsMenu li.selected a { |
---|
513 | background-color:transparent; |
---|
514 | } |
---|
515 | .boxColorextraleftboxes .body ul.cpsskinsMenu li a { |
---|
516 | background-image:url(<dtml-var base_url>images/blakbullet.png); |
---|
517 | padding-left:20px !important; |
---|
518 | } |
---|
519 | .boxColorextraleftboxes .body ul.cpsskinsMenu li.selected a { |
---|
520 | background-image:url(<dtml-var base_url>images/blakbullet.png); |
---|
521 | padding-left:20px !important; |
---|
522 | } |
---|
523 | .fontColordefaultfontcolors h1, .fontColordefaultfontcolors .h1 { |
---|
524 | border-color:#666666; |
---|
525 | color:#4E4E4E; |
---|
526 | } |
---|
527 | .fontColordefaultfontcolors h2, .fontColordefaultfontcolors .h2 { |
---|
528 | border-color:#666666; |
---|
529 | color:#525252; |
---|
530 | } |
---|
531 | .fontColordefaultfontcolors h3, .fontColordefaultfontcolors .h3 { |
---|
532 | border-color:#666666; |
---|
533 | color:#666666; |
---|
534 | } |
---|
535 | .fontColordefaultfontcolors h4, .fontColordefaultfontcolors .h4, .fontColordefaultfontcolors h5, .fontColordefaultfontcolors .h5, .fontColordefaultfontcolors h6, .fontColordefaultfontcolors .h6 { |
---|
536 | border-color:#666666; |
---|
537 | color:Black; |
---|
538 | } |
---|
539 | .fontColordefaultfontcolors a, .fontColordefaultfontcolors a div, .fontColordefaultfontcolors a span { |
---|
540 | color:#0066CC; |
---|
541 | } |
---|
542 | .fontColordefaultfontcolors a:visited, .fontColordefaultfontcolors a:visited div, .fontColordefaultfontcolors a:visited span { |
---|
543 | color:#003399; |
---|
544 | } |
---|
545 | .fontColordefaultfontcolors a:active, .fontColordefaultfontcolors a:active div, .fontColordefaultfontcolors a:active span { |
---|
546 | color:blue; |
---|
547 | } |
---|
548 | .fontColordefaultfontcolors a:hover, .fontColordefaultfontcolors a:hover div, .fontColordefaultfontcolors a:hover span { |
---|
549 | color:#0066CC; |
---|
550 | } |
---|
551 | .colorAreaColormain { |
---|
552 | background-color:#E7E7E7; |
---|
553 | background-image:url(<dtml-var base_url>backgrounds/whitemaintop.png); |
---|
554 | background-position:left top; |
---|
555 | background-repeat:repeat-x; |
---|
556 | border-color:#BCBCBC; |
---|
557 | color:#333333; |
---|
558 | } |
---|
559 | .colormainlittlecorner { |
---|
560 | background-color:#E7E7E7; |
---|
561 | background-image:url(<dtml-var base_url>backgrounds/little_main_corner_e7_20px.png); |
---|
562 | background-position:left top; |
---|
563 | background-repeat:no-repeat; |
---|
564 | border-color:transparent; |
---|
565 | color:#666666; |
---|
566 | } |
---|
567 | .colormainleftborder { |
---|
568 | background-color:white; |
---|
569 | background-image:url(<dtml-var base_url>backgrounds/bc_pixel.png); |
---|
570 | background-position:left top; |
---|
571 | background-repeat:repeat-y; |
---|
572 | border-color:#BCBCBC; |
---|
573 | color:#000000; |
---|
574 | } |
---|
575 | .colormaintopcorner { |
---|
576 | background-color:#FFFFFF; |
---|
577 | background-image:url(<dtml-var base_url>backgrounds/main_top_corner.png); |
---|
578 | background-position:left top; |
---|
579 | background-repeat:no-repeat; |
---|
580 | border-color:transparent; |
---|
581 | color:#333333; |
---|
582 | } |
---|
583 | .boxShapeobjectactions .title { |
---|
584 | border-style:none solid none none; |
---|
585 | border-width:1px; |
---|
586 | display:inline; |
---|
587 | font-family:arial,sans-serif; |
---|
588 | font-size:12px; |
---|
589 | font-size-adjust:none; |
---|
590 | font-stretch:normal; |
---|
591 | font-style:normal; |
---|
592 | font-variant:normal; |
---|
593 | font-weight:normal; |
---|
594 | line-height:normal; |
---|
595 | padding:0pt; |
---|
596 | } |
---|
597 | .boxShapeobjectactions .body { |
---|
598 | border-style:none; |
---|
599 | border-width:1px; |
---|
600 | padding:0px; |
---|
601 | } |
---|
602 | .boxShapeobjectactions .body ul.cpsskinsMenu li a { |
---|
603 | border-style:none; |
---|
604 | border-width:0px; |
---|
605 | padding:5px; |
---|
606 | } |
---|
607 | .boxShapeobjectactions .body ul.cpsskinsMenu li.selected a { |
---|
608 | border-style:none solid; |
---|
609 | border-width:1px; |
---|
610 | padding:5px; |
---|
611 | } |
---|
612 | .boxColorobjectactions .title { |
---|
613 | background-color:#D0D0D0; |
---|
614 | border-color:#999999; |
---|
615 | color:Black; |
---|
616 | } |
---|
617 | .boxColorobjectactions .title a { |
---|
618 | color:Black; |
---|
619 | } |
---|
620 | .boxColorobjectactions .body { |
---|
621 | background-color:transparent; |
---|
622 | border-color:#BCBCBC; |
---|
623 | } |
---|
624 | .boxColorobjectactions .body ul.cpsskinsMenu li a { |
---|
625 | border-color:transparent; |
---|
626 | } |
---|
627 | .boxColorobjectactions .body ul.cpsskinsMenu li.selected a { |
---|
628 | border-color:transparent; |
---|
629 | } |
---|
630 | .boxColorobjectactions .body ul.cpsskinsMenu li a { |
---|
631 | background-color:transparent; |
---|
632 | } |
---|
633 | .boxColorobjectactions .body ul.cpsskinsMenu li a:hover, .boxColorobjectactions .body ul.cpsskinsMenu li.selected a { |
---|
634 | background-color:#F1F2F3; |
---|
635 | } |
---|
636 | .boxShapenavbox .title { |
---|
637 | border-style:none; |
---|
638 | border-width:0px; |
---|
639 | display:inline; |
---|
640 | font-family:arial,sans-serif,Verdana,Helvetica; |
---|
641 | font-size:12px; |
---|
642 | font-size-adjust:none; |
---|
643 | font-stretch:normal; |
---|
644 | font-style:normal; |
---|
645 | font-variant:normal; |
---|
646 | font-weight:bold; |
---|
647 | line-height:normal; |
---|
648 | padding:0px; |
---|
649 | } |
---|
650 | .boxShapenavbox .body { |
---|
651 | border-style:solid; |
---|
652 | border-width:0px; |
---|
653 | padding:10px 0pt 0pt; |
---|
654 | } |
---|
655 | .boxShapenavbox .body ul.cpsskinsMenu li a { |
---|
656 | border-style:none; |
---|
657 | border-width:0px; |
---|
658 | margin:1px 3px; |
---|
659 | padding:1px 0px 1px 21px; |
---|
660 | } |
---|
661 | .boxShapenavbox .body ul.cpsskinsMenu li.selected a { |
---|
662 | border-style:solid; |
---|
663 | border-width:0px; |
---|
664 | margin:0px 3px; |
---|
665 | padding:1px 0px 1px 21px; |
---|
666 | } |
---|
667 | .boxColornavbox .title { |
---|
668 | background-color:transparent; |
---|
669 | border-color:transparent; |
---|
670 | color:#666666; |
---|
671 | } |
---|
672 | .boxColornavbox .title a { |
---|
673 | color:#666666; |
---|
674 | } |
---|
675 | .boxColornavbox .body { |
---|
676 | background-color:transparent; |
---|
677 | border-color:transparent; |
---|
678 | } |
---|
679 | .boxColornavbox .body ul.cpsskinsMenu li a { |
---|
680 | border-color:transparent; |
---|
681 | } |
---|
682 | .boxColornavbox .body ul.cpsskinsMenu li.selected a { |
---|
683 | border-color:transparent; |
---|
684 | } |
---|
685 | .boxColornavbox .body ul.cpsskinsMenu li a { |
---|
686 | background-color:transparent; |
---|
687 | } |
---|
688 | .boxColornavbox .body ul.cpsskinsMenu li a:hover, .boxColornavbox .body ul.cpsskinsMenu li.selected a { |
---|
689 | background-color:#F1F2F3; |
---|
690 | } |
---|
691 | .fontColormini h1, .fontColormini .h1 { |
---|
692 | border-color:#666666; |
---|
693 | color:Black; |
---|
694 | } |
---|
695 | .fontColormini h2, .fontColormini .h2 { |
---|
696 | border-color:#666666; |
---|
697 | color:Black; |
---|
698 | } |
---|
699 | .fontColormini h3, .fontColormini .h3 { |
---|
700 | border-color:#666666; |
---|
701 | color:Black; |
---|
702 | } |
---|
703 | .fontColormini h4, .fontColormini .h4, .fontColormini h5, .fontColormini .h5, .fontColormini h6, .fontColormini .h6 { |
---|
704 | border-color:#666666; |
---|
705 | color:Black; |
---|
706 | } |
---|
707 | .fontColormini a, .fontColormini a div, .fontColormini a span { |
---|
708 | color:#0066CC; |
---|
709 | } |
---|
710 | .fontColormini a:visited, .fontColormini a:visited div, .fontColormini a:visited span { |
---|
711 | color:#003399; |
---|
712 | } |
---|
713 | .fontColormini a:active, .fontColormini a:active div, .fontColormini a:active span { |
---|
714 | color:blue; |
---|
715 | } |
---|
716 | .fontColormini a:hover, .fontColormini a:hover div, .fontColormini a:hover span { |
---|
717 | color:#0066CC; |
---|
718 | } |
---|
719 | .colorfontcolorgray { |
---|
720 | background-color:transparent; |
---|
721 | border-color:transparent; |
---|
722 | color:#666666; |
---|
723 | } |
---|
724 | .fontColordefaultnovisitedlinks h1, .fontColordefaultnovisitedlinks .h1 { |
---|
725 | border-color:#666666; |
---|
726 | color:Black; |
---|
727 | } |
---|
728 | .fontColordefaultnovisitedlinks h2, .fontColordefaultnovisitedlinks .h2 { |
---|
729 | border-color:#666666; |
---|
730 | color:Black; |
---|
731 | } |
---|
732 | .fontColordefaultnovisitedlinks h3, .fontColordefaultnovisitedlinks .h3 { |
---|
733 | border-color:#666666; |
---|
734 | color:Black; |
---|
735 | } |
---|
736 | .fontColordefaultnovisitedlinks h4, .fontColordefaultnovisitedlinks .h4, .fontColordefaultnovisitedlinks h5, .fontColordefaultnovisitedlinks .h5, .fontColordefaultnovisitedlinks h6, .fontColordefaultnovisitedlinks .h6 { |
---|
737 | border-color:#666666; |
---|
738 | color:Black; |
---|
739 | } |
---|
740 | .fontColordefaultnovisitedlinks a, .fontColordefaultnovisitedlinks a div, .fontColordefaultnovisitedlinks a span { |
---|
741 | color:#0066CC; |
---|
742 | } |
---|
743 | .fontColordefaultnovisitedlinks a:visited, .fontColordefaultnovisitedlinks a:visited div, .fontColordefaultnovisitedlinks a:visited span { |
---|
744 | color:#0066CC; |
---|
745 | } |
---|
746 | .fontColordefaultnovisitedlinks a:active, .fontColordefaultnovisitedlinks a:active div, .fontColordefaultnovisitedlinks a:active span { |
---|
747 | color:blue; |
---|
748 | } |
---|
749 | .fontColordefaultnovisitedlinks a:hover, .fontColordefaultnovisitedlinks a:hover div, .fontColordefaultnovisitedlinks a:hover span { |
---|
750 | color:#0066CC; |
---|
751 | } |
---|
752 | .fontShapeactions { |
---|
753 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
754 | font-size:9px !important; |
---|
755 | font-size-adjust:none !important; |
---|
756 | font-stretch:normal !important; |
---|
757 | font-style:normal !important; |
---|
758 | font-variant:normal !important; |
---|
759 | font-weight:normal !important; |
---|
760 | line-height:normal !important; |
---|
761 | } |
---|
762 | .fontShapeactions p { |
---|
763 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
764 | font-size:100% !important; |
---|
765 | font-size-adjust:none !important; |
---|
766 | font-stretch:normal !important; |
---|
767 | font-style:normal !important; |
---|
768 | font-variant:normal !important; |
---|
769 | font-weight:normal !important; |
---|
770 | line-height:normal !important; |
---|
771 | padding:0em; |
---|
772 | } |
---|
773 | .fontShapeactions h1, .fontShapeactions .h1 { |
---|
774 | border-style:none; |
---|
775 | border-width:1px; |
---|
776 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
777 | font-size:150% !important; |
---|
778 | font-size-adjust:none !important; |
---|
779 | font-stretch:normal !important; |
---|
780 | font-style:normal !important; |
---|
781 | font-variant:normal !important; |
---|
782 | font-weight:normal !important; |
---|
783 | line-height:normal !important; |
---|
784 | padding:0.8em 0em 0em; |
---|
785 | } |
---|
786 | .fontShapeactions h2, .fontShapeactions .h2 { |
---|
787 | border-style:none; |
---|
788 | border-width:1px; |
---|
789 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
790 | font-size:125% !important; |
---|
791 | font-size-adjust:none !important; |
---|
792 | font-stretch:normal !important; |
---|
793 | font-style:normal !important; |
---|
794 | font-variant:normal !important; |
---|
795 | font-weight:bold !important; |
---|
796 | line-height:normal !important; |
---|
797 | padding:0.6em 0em 0em; |
---|
798 | } |
---|
799 | .fontShapeactions h3, .fontShapeactions .h3 { |
---|
800 | border-style:none; |
---|
801 | border-width:1px; |
---|
802 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
803 | font-size:120% !important; |
---|
804 | font-size-adjust:none !important; |
---|
805 | font-stretch:normal !important; |
---|
806 | font-style:normal !important; |
---|
807 | font-variant:normal !important; |
---|
808 | font-weight:bold !important; |
---|
809 | line-height:normal !important; |
---|
810 | padding:0.6em 0em 0em; |
---|
811 | } |
---|
812 | .fontShapeactions h4, .fontShapeactions .h4, .fontShapeactions h5, .fontShapeactions .h5, .fontShapeactions h6, .fontShapeactions .h6 { |
---|
813 | border-style:none; |
---|
814 | border-width:1px; |
---|
815 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
816 | font-size:115% !important; |
---|
817 | font-size-adjust:none !important; |
---|
818 | font-stretch:normal !important; |
---|
819 | font-style:normal !important; |
---|
820 | font-variant:normal !important; |
---|
821 | font-weight:bold !important; |
---|
822 | line-height:normal !important; |
---|
823 | padding:0.4em 0em 0em; |
---|
824 | } |
---|
825 | .fontShapeactions a, .fontShapeactions a div, .fontShapeactions a span { |
---|
826 | text-decoration:none; |
---|
827 | } |
---|
828 | .fontShapeactions a:visited, .fontShapeactions a:visited div, .fontShapeactions a:visited span { |
---|
829 | text-decoration:none; |
---|
830 | } |
---|
831 | .fontShapeactions a:active, .fontShapeactions a:active div, .fontShapeactions a:active span { |
---|
832 | text-decoration:underline; |
---|
833 | } |
---|
834 | .fontShapeactions a:hover, .fontShapeactions a:hover div, .fontShapeactions a:hover span { |
---|
835 | text-decoration:none; |
---|
836 | } |
---|
837 | .boxCornerRoundedBoxCorners { |
---|
838 | background-color:white; |
---|
839 | border:1px solid #BCBCBC; |
---|
840 | } |
---|
841 | .boxCornerRoundedBoxCorners .rbtop div { |
---|
842 | background:transparent url(<dtml-var base_url>backgrounds/corner1.png) no-repeat scroll left top; |
---|
843 | height:9px; |
---|
844 | } |
---|
845 | .boxCornerRoundedBoxCorners .rbtop { |
---|
846 | background:transparent url(<dtml-var base_url>backgrounds/corner2.png) no-repeat scroll right top; |
---|
847 | height:9px; |
---|
848 | } |
---|
849 | .boxCornerRoundedBoxCorners .rbbot div { |
---|
850 | background:transparent url(<dtml-var base_url>backgrounds/corner4.png) no-repeat scroll left bottom; |
---|
851 | height:9px; |
---|
852 | } |
---|
853 | .boxCornerRoundedBoxCorners .rbbot { |
---|
854 | background:transparent url(<dtml-var base_url>backgrounds/corner3.png) no-repeat scroll right bottom; |
---|
855 | height:9px; |
---|
856 | } |
---|
857 | .portalTabPortalTabStyleuseractions ul.cpsskinsMenu li { |
---|
858 | margin:0pt 5px 0pt 0pt; |
---|
859 | } |
---|
860 | .portalTabPortalTabStyleuseractions ul.cpsskinsMenu li a { |
---|
861 | padding:1px 0px; |
---|
862 | } |
---|
863 | .colortitlebackground { |
---|
864 | background-color:#1F4485; |
---|
865 | background-image:url(<dtml-var base_url>backgrounds/cps_athens.png); |
---|
866 | background-position:left top; |
---|
867 | background-repeat:no-repeat; |
---|
868 | border-color:transparent; |
---|
869 | color:#000000; |
---|
870 | } |
---|
871 | .boxCornerhalfRoundedBox { |
---|
872 | background-color:#FFFFFF; |
---|
873 | border:1px solid #BCBCBC; |
---|
874 | } |
---|
875 | .boxCornerhalfRoundedBox .rbtop div { |
---|
876 | background:transparent url(<dtml-var base_url>backgrounds/scorner1.png) no-repeat scroll left top; |
---|
877 | height:9px; |
---|
878 | } |
---|
879 | .boxCornerhalfRoundedBox .rbtop { |
---|
880 | background:transparent url(<dtml-var base_url>backgrounds/scorner2.png) no-repeat scroll right top; |
---|
881 | height:9px; |
---|
882 | } |
---|
883 | .boxCornerhalfRoundedBox .rbbot div { |
---|
884 | background:transparent url(<dtml-var base_url>backgrounds/corner4.png) no-repeat scroll left bottom; |
---|
885 | height:9px; |
---|
886 | } |
---|
887 | .boxCornerhalfRoundedBox .rbbot { |
---|
888 | background:transparent url(<dtml-var base_url>backgrounds/corner3.png) no-repeat scroll right bottom; |
---|
889 | height:9px; |
---|
890 | } |
---|
891 | .fontShapeTitleindex { |
---|
892 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
893 | font-size:13px !important; |
---|
894 | font-size-adjust:none !important; |
---|
895 | font-stretch:normal !important; |
---|
896 | font-style:normal !important; |
---|
897 | font-variant:normal !important; |
---|
898 | font-weight:normal !important; |
---|
899 | line-height:normal !important; |
---|
900 | } |
---|
901 | .fontShapeTitleindex p { |
---|
902 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
903 | font-size:100% !important; |
---|
904 | font-size-adjust:none !important; |
---|
905 | font-stretch:normal !important; |
---|
906 | font-style:normal !important; |
---|
907 | font-variant:normal !important; |
---|
908 | font-weight:normal !important; |
---|
909 | line-height:normal !important; |
---|
910 | padding:0em; |
---|
911 | } |
---|
912 | .fontShapeTitleindex h1, .fontShapeTitleindex .h1 { |
---|
913 | border-style:none; |
---|
914 | border-width:0px; |
---|
915 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
916 | font-size:150% !important; |
---|
917 | font-size-adjust:none !important; |
---|
918 | font-stretch:normal !important; |
---|
919 | font-style:normal !important; |
---|
920 | font-variant:normal !important; |
---|
921 | font-weight:bold !important; |
---|
922 | line-height:normal !important; |
---|
923 | margin:0px; |
---|
924 | padding:0px; |
---|
925 | } |
---|
926 | .fontShapeTitleindex h2, .fontShapeTitleindex .h2 { |
---|
927 | border-style:none; |
---|
928 | border-width:0pt; |
---|
929 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
930 | font-size:150% !important; |
---|
931 | font-size-adjust:none !important; |
---|
932 | font-stretch:normal !important; |
---|
933 | font-style:normal !important; |
---|
934 | font-variant:normal !important; |
---|
935 | font-weight:bold !important; |
---|
936 | line-height:normal !important; |
---|
937 | padding:0.6em 0em 0em; |
---|
938 | } |
---|
939 | .fontShapeTitleindex h3, .fontShapeTitleindex .h3 { |
---|
940 | border-style:none; |
---|
941 | border-width:0pt; |
---|
942 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
943 | font-size:125% !important; |
---|
944 | font-size-adjust:none !important; |
---|
945 | font-stretch:normal !important; |
---|
946 | font-style:normal !important; |
---|
947 | font-variant:normal !important; |
---|
948 | font-weight:bold !important; |
---|
949 | line-height:normal !important; |
---|
950 | padding:0.6em 0em 0em; |
---|
951 | } |
---|
952 | .fontShapeTitleindex h4, .fontShapeTitleindex .h4, .fontShapeTitleindex h5, .fontShapeTitleindex .h5, .fontShapeTitleindex h6, .fontShapeTitleindex .h6 { |
---|
953 | border-style:none; |
---|
954 | border-width:0pt; |
---|
955 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
956 | font-size:100% !important; |
---|
957 | font-size-adjust:none !important; |
---|
958 | font-stretch:normal !important; |
---|
959 | font-style:normal !important; |
---|
960 | font-variant:normal !important; |
---|
961 | font-weight:bold !important; |
---|
962 | line-height:normal !important; |
---|
963 | padding:0.4em 0em 0em; |
---|
964 | } |
---|
965 | .fontShapeTitleindex a, .fontShapeTitleindex a div, .fontShapeTitleindex a span { |
---|
966 | text-decoration:none; |
---|
967 | } |
---|
968 | .fontShapeTitleindex a:visited, .fontShapeTitleindex a:visited div, .fontShapeTitleindex a:visited span { |
---|
969 | text-decoration:none; |
---|
970 | } |
---|
971 | .fontShapeTitleindex a:active, .fontShapeTitleindex a:active div, .fontShapeTitleindex a:active span { |
---|
972 | text-decoration:underline overline; |
---|
973 | } |
---|
974 | .fontShapeTitleindex a:hover, .fontShapeTitleindex a:hover div, .fontShapeTitleindex a:hover span { |
---|
975 | text-decoration:underline; |
---|
976 | } |
---|
977 | .fontColortitleindex h1, .fontColortitleindex .h1 { |
---|
978 | border-color:#666666; |
---|
979 | color:#003399; |
---|
980 | } |
---|
981 | .fontColortitleindex h2, .fontColortitleindex .h2 { |
---|
982 | border-color:#666666; |
---|
983 | color:#454545; |
---|
984 | } |
---|
985 | .fontColortitleindex h3, .fontColortitleindex .h3 { |
---|
986 | border-color:#666666; |
---|
987 | color:#666666; |
---|
988 | } |
---|
989 | .fontColortitleindex h4, .fontColortitleindex .h4, .fontColortitleindex h5, .fontColortitleindex .h5, .fontColortitleindex h6, .fontColortitleindex .h6 { |
---|
990 | border-color:#666666; |
---|
991 | color:Black; |
---|
992 | } |
---|
993 | .fontColortitleindex a, .fontColortitleindex a div, .fontColortitleindex a span { |
---|
994 | color:#0066CC; |
---|
995 | } |
---|
996 | .fontColortitleindex a:visited, .fontColortitleindex a:visited div, .fontColortitleindex a:visited span { |
---|
997 | color:#003399; |
---|
998 | } |
---|
999 | .fontColortitleindex a:active, .fontColortitleindex a:active div, .fontColortitleindex a:active span { |
---|
1000 | color:blue; |
---|
1001 | } |
---|
1002 | .fontColortitleindex a:hover, .fontColortitleindex a:hover div, .fontColortitleindex a:hover span { |
---|
1003 | color:#0066CC; |
---|
1004 | } |
---|
1005 | .boxShapeLatestbox .title { |
---|
1006 | border-style:none; |
---|
1007 | border-width:0px; |
---|
1008 | display:inline; |
---|
1009 | font-family:arial,sans-serif; |
---|
1010 | font-size:175%; |
---|
1011 | font-size-adjust:none; |
---|
1012 | font-stretch:normal; |
---|
1013 | font-style:normal; |
---|
1014 | font-variant:normal; |
---|
1015 | font-weight:bold; |
---|
1016 | line-height:normal; |
---|
1017 | padding:0px 5px 0px 10px; |
---|
1018 | } |
---|
1019 | .boxShapeLatestbox .body { |
---|
1020 | border-style:none; |
---|
1021 | border-width:0px; |
---|
1022 | padding:10px; |
---|
1023 | } |
---|
1024 | .boxShapeLatestbox .body ul.cpsskinsMenu li a { |
---|
1025 | border-style:none; |
---|
1026 | border-width:1px; |
---|
1027 | margin:2px; |
---|
1028 | padding:2px; |
---|
1029 | } |
---|
1030 | .boxShapeLatestbox .body ul.cpsskinsMenu li.selected a { |
---|
1031 | border-style:none; |
---|
1032 | border-width:0px; |
---|
1033 | margin:2px; |
---|
1034 | padding:2px; |
---|
1035 | } |
---|
1036 | .boxColortitleindex .title { |
---|
1037 | background-color:#FFFFFF; |
---|
1038 | border-color:transparent; |
---|
1039 | color:#003399; |
---|
1040 | } |
---|
1041 | .boxColortitleindex .title a { |
---|
1042 | color:#003399; |
---|
1043 | } |
---|
1044 | .boxColortitleindex .body { |
---|
1045 | background-color:#FFFFFF; |
---|
1046 | border-color:#999999; |
---|
1047 | } |
---|
1048 | .boxColortitleindex .body ul.cpsskinsMenu li a { |
---|
1049 | border-color:#FFFFFF; |
---|
1050 | } |
---|
1051 | .boxColortitleindex .body ul.cpsskinsMenu li.selected a { |
---|
1052 | border-color:transparent; |
---|
1053 | } |
---|
1054 | .boxColortitleindex .body ul.cpsskinsMenu li a { |
---|
1055 | background-color:#FFFFFF; |
---|
1056 | } |
---|
1057 | .boxColortitleindex .body ul.cpsskinsMenu li a:hover, .boxColortitleindex .body ul.cpsskinsMenu li.selected a { |
---|
1058 | background-color:#E7E7E7; |
---|
1059 | } |
---|
1060 | .boxColortitleindex .body ul.cpsskinsMenu li a { |
---|
1061 | background-image:url(<dtml-var base_url>images/blakbullet.png); |
---|
1062 | padding-left:20px !important; |
---|
1063 | } |
---|
1064 | .boxColortitleindex .body ul.cpsskinsMenu li.selected a { |
---|
1065 | background-image:url(<dtml-var base_url>images/blakbullet.png); |
---|
1066 | padding-left:20px !important; |
---|
1067 | } |
---|
1068 | .shapeAreaShape1 { |
---|
1069 | border-style:solid; |
---|
1070 | border-width:1px 0pt 0pt; |
---|
1071 | text-transform:none; |
---|
1072 | } |
---|
1073 | .shapeAreaShape2 { |
---|
1074 | border-style:solid; |
---|
1075 | border-width:0pt 1px 0pt 0pt; |
---|
1076 | text-transform:none; |
---|
1077 | } |
---|
1078 | .shapeAreaShape3 { |
---|
1079 | border-style:solid; |
---|
1080 | border-width:0pt 0pt 1px; |
---|
1081 | text-transform:none; |
---|
1082 | } |
---|
1083 | .shapeAreaShape4 { |
---|
1084 | border-style:solid; |
---|
1085 | border-width:0pt 0pt 0pt 1px; |
---|
1086 | text-transform:none; |
---|
1087 | } |
---|
1088 | .shapeAreaShape5 { |
---|
1089 | border-style:solid; |
---|
1090 | border-width:0px 1px 1px 0px; |
---|
1091 | text-transform:none; |
---|
1092 | } |
---|
1093 | .colorAreaColor { |
---|
1094 | background-color:#FFFFFF; |
---|
1095 | background-repeat:repeat; |
---|
1096 | border-color:#CBD3D7; |
---|
1097 | color:#000000; |
---|
1098 | } |
---|
1099 | .colorUnibenColor { |
---|
1100 | background-color:#D6ACE8; |
---|
1101 | border-color:#8900CD; |
---|
1102 | color:#000000; |
---|
1103 | } |
---|
1104 | .shapeAreaShape6 { |
---|
1105 | border-style:solid; |
---|
1106 | border-width:1px 1px 1px 0px; |
---|
1107 | text-transform:none; |
---|
1108 | } |
---|
1109 | .colorWAeUPColor { |
---|
1110 | background-color:#CBD3D7; |
---|
1111 | border-color:#CBD3D7; |
---|
1112 | color:#000000; |
---|
1113 | } |
---|
1114 | .shapeAreaShape7 { |
---|
1115 | border-style:solid; |
---|
1116 | border-width:0px 1px 1px; |
---|
1117 | text-transform:none; |
---|
1118 | } |
---|
1119 | .shapeAreaShape8 { |
---|
1120 | border-style:solid; |
---|
1121 | border-width:1px 1px 0px; |
---|
1122 | text-transform:none; |
---|
1123 | } |
---|
1124 | .shapeAreaShape { |
---|
1125 | border-style:solid; |
---|
1126 | border-width:1px; |
---|
1127 | text-transform:none; |
---|
1128 | } |
---|
1129 | .shapeAreaShape9 { |
---|
1130 | border-style:solid; |
---|
1131 | border-width:1px 0px 0px 1px; |
---|
1132 | text-transform:none; |
---|
1133 | } |
---|
1134 | .shapeAreaShape10 { |
---|
1135 | border-style:solid; |
---|
1136 | border-width:1px; |
---|
1137 | text-transform:none; |
---|
1138 | } |
---|
1139 | .colorSciAfrColor { |
---|
1140 | background-color:#840000; |
---|
1141 | border-color:#CCCCCC; |
---|
1142 | color:#000000; |
---|
1143 | } |
---|
1144 | |
---|
1145 | .fontColornavigation h1, .fontColornavigation .h1 { |
---|
1146 | border-color:#666666; |
---|
1147 | color:Black; |
---|
1148 | } |
---|
1149 | .fontColornavigation h2, .fontColornavigation .h2 { |
---|
1150 | border-color:#666666; |
---|
1151 | color:Black; |
---|
1152 | } |
---|
1153 | .fontColornavigation h3, .fontColornavigation .h3 { |
---|
1154 | border-color:#666666; |
---|
1155 | color:Black; |
---|
1156 | } |
---|
1157 | .fontColornavigation h4, .fontColornavigation .h4, .fontColornavigation h5, .fontColornavigation .h5, .fontColornavigation h6, .fontColornavigation .h6 { |
---|
1158 | border-color:#666666; |
---|
1159 | color:Black; |
---|
1160 | } |
---|
1161 | .fontColornavigation a, .fontColornavigation a div, .fontColornavigation a span { |
---|
1162 | color:black; |
---|
1163 | } |
---|
1164 | .fontColornavigation a:visited, .fontColornavigation a:visited div, .fontColornavigation a:visited span { |
---|
1165 | color:black; |
---|
1166 | } |
---|
1167 | .fontColornavigation a:active, .fontColornavigation a:active div, .fontColornavigation a:active span { |
---|
1168 | color:black; |
---|
1169 | } |
---|
1170 | .fontColornavigation a:hover, .fontColornavigation a:hover div, .fontColornavigation a:hover span { |
---|
1171 | color:black; |
---|
1172 | } |
---|
1173 | .fontShapenavigation { |
---|
1174 | font-family:Arial,sans-serif,Verdana,Helvetica !important; |
---|
1175 | font-size:12px !important; |
---|
1176 | font-size-adjust:none !important; |
---|
1177 | font-stretch:normal !important; |
---|
1178 | font-style:normal !important; |
---|
1179 | font-variant:normal !important; |
---|
1180 | font-weight:normal !important; |
---|
1181 | line-height:normal !important; |
---|
1182 | } |
---|
1183 | .fontShapenavigation p { |
---|
1184 | font-family:Arial,Verdana,Helvetica,sans-serif !important; |
---|
1185 | font-size:100% !important; |
---|
1186 | font-size-adjust:none !important; |
---|
1187 | font-stretch:normal !important; |
---|
1188 | font-style:normal !important; |
---|
1189 | font-variant:normal !important; |
---|
1190 | font-weight:normal !important; |
---|
1191 | line-height:normal !important; |
---|
1192 | } |
---|
1193 | .fontShapenavigation h1, .fontShapenavigation .h1 { |
---|
1194 | border-style:none; |
---|
1195 | border-width:1px; |
---|
1196 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
1197 | font-size:150% !important; |
---|
1198 | font-size-adjust:none !important; |
---|
1199 | font-stretch:normal !important; |
---|
1200 | font-style:normal !important; |
---|
1201 | font-variant:normal !important; |
---|
1202 | font-weight:normal !important; |
---|
1203 | line-height:normal !important; |
---|
1204 | padding:0.8em 0em 0em; |
---|
1205 | } |
---|
1206 | .fontShapenavigation h2, .fontShapenavigation .h2 { |
---|
1207 | border-style:none; |
---|
1208 | border-width:1px; |
---|
1209 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
1210 | font-size:125% !important; |
---|
1211 | font-size-adjust:none !important; |
---|
1212 | font-stretch:normal !important; |
---|
1213 | font-style:normal !important; |
---|
1214 | font-variant:normal !important; |
---|
1215 | font-weight:bold !important; |
---|
1216 | line-height:normal !important; |
---|
1217 | padding:0.6em 0em 0em; |
---|
1218 | } |
---|
1219 | .fontShapenavigation h3, .fontShapenavigation .h3 { |
---|
1220 | border-style:none; |
---|
1221 | border-width:1px; |
---|
1222 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
1223 | font-size:120% !important; |
---|
1224 | font-size-adjust:none !important; |
---|
1225 | font-stretch:normal !important; |
---|
1226 | font-style:normal !important; |
---|
1227 | font-variant:normal !important; |
---|
1228 | font-weight:bold !important; |
---|
1229 | line-height:normal !important; |
---|
1230 | padding:0.6em 0em 0em; |
---|
1231 | } |
---|
1232 | .fontShapenavigation h4, .fontShapenavigation .h4, .fontShapenavigation h5, .fontShapenavigation .h5, .fontShapenavigation h6, .fontShapenavigation .h6 { |
---|
1233 | border-style:none; |
---|
1234 | border-width:1px; |
---|
1235 | font-family:Verdana,Arial,Helvetica,sans-serif !important; |
---|
1236 | font-size:115% !important; |
---|
1237 | font-size-adjust:none !important; |
---|
1238 | font-stretch:normal !important; |
---|
1239 | font-style:normal !important; |
---|
1240 | font-variant:normal !important; |
---|
1241 | font-weight:bold !important; |
---|
1242 | line-height:normal !important; |
---|
1243 | padding:0.4em 0em 0em; |
---|
1244 | } |
---|
1245 | .fontShapenavigation a, .fontShapenavigation a div, .fontShapenavigation a span { |
---|
1246 | text-decoration:none; |
---|
1247 | } |
---|
1248 | .fontShapenavigation a:visited, .fontShapenavigation a:visited div, .fontShapenavigation a:visited span { |
---|
1249 | text-decoration:none; |
---|
1250 | } |
---|
1251 | .fontShapenavigation a:active, .fontShapenavigation a:active div, .fontShapenavigation a:active span { |
---|
1252 | text-decoration:none; |
---|
1253 | } |
---|
1254 | .fontShapenavigation a:hover, .fontShapenavigation a:hover div, .fontShapenavigation a:hover span { |
---|
1255 | text-decoration:underline; |
---|
1256 | } |
---|
1257 | </dtml-let> |
---|