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