1 | a:link {
|
---|
2 | text-decoration: none;
|
---|
3 | color: #660033;
|
---|
4 | }
|
---|
5 | a:visited {
|
---|
6 | text-decoration: none;
|
---|
7 | color: #660000;
|
---|
8 | }
|
---|
9 | a:hover {
|
---|
10 | color: #CC2222;
|
---|
11 | text-decoration: underline;
|
---|
12 | }
|
---|
13 | body , html {
|
---|
14 | font-family:'Titillium Web';
|
---|
15 | font-size: 13px;
|
---|
16 | font-style: normal;
|
---|
17 | font-weight: normal;
|
---|
18 | margin-right: 0;
|
---|
19 | margin-left: 0;
|
---|
20 | margin-top: 0;
|
---|
21 | text-align: center;
|
---|
22 | background-color: #FFFFFF;
|
---|
23 | color: #333333;
|
---|
24 | }
|
---|
25 |
|
---|
26 | div#container{
|
---|
27 |
|
---|
28 | /* width: 798;*/
|
---|
29 | margin: 0px auto; /*centra */
|
---|
30 |
|
---|
31 | }
|
---|
32 |
|
---|
33 | table {
|
---|
34 | margin-right: auto;
|
---|
35 | margin-left: auto;
|
---|
36 | text-align: left;
|
---|
37 | margin-top: 0px;
|
---|
38 |
|
---|
39 | }
|
---|
40 | td {
|
---|
41 | font-family:'Titillium Web';
|
---|
42 | font-size: 20px;
|
---|
43 | margin-top: 0px;
|
---|
44 | margin: 0;
|
---|
45 | }
|
---|
46 |
|
---|
47 | hr {
|
---|
48 | color: #000000;
|
---|
49 | background-color: #FFFFFF;
|
---|
50 | border-bottom: 1px dotted #CCCCCC;
|
---|
51 | }
|
---|
52 | form {
|
---|
53 |
|
---|
54 | font-size: 12px;
|
---|
55 | color: #000066;
|
---|
56 | text-decoration: none;
|
---|
57 | margin-right: 0px;
|
---|
58 | margin-left: 0px;
|
---|
59 | margin-top: 0px;
|
---|
60 | margin-bottom: 0px;
|
---|
61 | width: 100%;
|
---|
62 | }
|
---|
63 | p {
|
---|
64 | font-family:'Titillium Web';
|
---|
65 | font-size: 17px;
|
---|
66 | padding-right: 8px;
|
---|
67 | padding-bottom: 0px;
|
---|
68 | padding-left: 8px;
|
---|
69 | padding-top: 0px;
|
---|
70 | margin: 2px 2px 4px;
|
---|
71 | }
|
---|
72 | h1 {
|
---|
73 | font-size: 20px;
|
---|
74 | font-weight: bold;
|
---|
75 | color: #222266;
|
---|
76 | text-decoration: none;
|
---|
77 | border-bottom-width: 1px;
|
---|
78 | border-bottom-style: dotted;
|
---|
79 | border-bottom-color: #222266;
|
---|
80 | margin-top: 6px;
|
---|
81 | margin-bottom: 8px;
|
---|
82 | padding-right: 0px;
|
---|
83 | padding-left: 0px;
|
---|
84 | }
|
---|
85 | h2 {
|
---|
86 | font-size: 20px;
|
---|
87 | font-weight: bold;
|
---|
88 | color: #660000;
|
---|
89 | text-decoration: none;
|
---|
90 | border-bottom-width: 1px;
|
---|
91 | border-bottom-style: dotted;
|
---|
92 | border-bottom-color: #CCCCCC;
|
---|
93 | margin-top: 9px;
|
---|
94 | margin-bottom: 2px;
|
---|
95 | padding-right: 1px;
|
---|
96 | padding-left: 4px;
|
---|
97 | }
|
---|
98 | h4 {
|
---|
99 | font-size: 14px;
|
---|
100 | color: #003366;
|
---|
101 | text-decoration: none;
|
---|
102 | background-position: center;
|
---|
103 | bottom: 9px;
|
---|
104 | margin: 20px;
|
---|
105 | text-align: center;
|
---|
106 | border: 1px dotted #666666;
|
---|
107 | padding: 2px;
|
---|
108 | width: auto;
|
---|
109 | background-color: #EEEFEF;
|
---|
110 | font-variant: small-caps;
|
---|
111 | }
|
---|
112 | h5 {
|
---|
113 | font-size: 20px;
|
---|
114 | font-weight: bold;
|
---|
115 | color: #000;
|
---|
116 | text-decoration: none;
|
---|
117 | border-bottom-width: 1px;
|
---|
118 | border-bottom-style:solid ;
|
---|
119 | border-bottom-color: #666666;
|
---|
120 | margin-top: 0px;
|
---|
121 | margin-bottom: 4px;
|
---|
122 | padding-right: 1px;
|
---|
123 | padding-left: 4px;
|
---|
124 | background-color: #E0E0E0;
|
---|
125 | background-position: center;
|
---|
126 | text-align: center;
|
---|
127 | }
|
---|
128 | h6 {
|
---|
129 | font-size: 17px;
|
---|
130 | font-weight: bold;
|
---|
131 | color: #333333;
|
---|
132 | text-decoration: none;
|
---|
133 | border-bottom-style: dotted;
|
---|
134 | padding-left: 4px;
|
---|
135 | background-position: center;
|
---|
136 | border-bottom-color: #EEEEEE;
|
---|
137 | border-bottom-width: 1px;
|
---|
138 | padding-top: 3px;
|
---|
139 | padding-right: 2px;
|
---|
140 | padding-bottom: 0px;
|
---|
141 | bottom: 9px;
|
---|
142 | margin-top: 1px;
|
---|
143 | margin-bottom: 3px;
|
---|
144 | }
|
---|
145 |
|
---|
146 |
|
---|
147 | /* usate per blocco */
|
---|
148 |
|
---|
149 | .sidebar {
|
---|
150 |
|
---|
151 | text-align:left;
|
---|
152 | margin-top:0px;
|
---|
153 | width: 200px;
|
---|
154 | border: none;
|
---|
155 | padding: 0px;
|
---|
156 | /*background-color:#b0b0b0;*/
|
---|
157 | }
|
---|
158 | .sidebar a{
|
---|
159 | color:#5D81A6;
|
---|
160 | }
|
---|
161 | .sidebar a:hover{
|
---|
162 | text-decoration: underline;
|
---|
163 | /*color:#FFFFFF;*/
|
---|
164 | }
|
---|
165 | .sidebar a:visited{
|
---|
166 | color:#5D81A6;
|
---|
167 | }
|
---|
168 |
|
---|
169 |
|
---|
170 |
|
---|
171 | .footbar {
|
---|
172 | background-image: url(images/footer.jpg);
|
---|
173 | font-size: 10px;
|
---|
174 | color: #330000;
|
---|
175 | padding-right: 10px;
|
---|
176 | padding-bottom: 2px;
|
---|
177 | padding-left: 8px;
|
---|
178 | padding-top: 2px;
|
---|
179 | height: 24px;
|
---|
180 | }
|
---|
181 | .modulo {
|
---|
182 | text-decoration: none;
|
---|
183 | border: 1px solid #666699;
|
---|
184 | font-size: 17px;
|
---|
185 | /*text-align: center;*/
|
---|
186 | }
|
---|
187 | }
|
---|
188 | .moduloform {
|
---|
189 | text-decoration: none;
|
---|
190 | border: 1px solid #666699;
|
---|
191 | font-size: 13px;
|
---|
192 | text-align: left;
|
---|
193 | }
|
---|
194 | .modulo-extranet {
|
---|
195 | text-decoration: none;
|
---|
196 | border: 1px dotted #000033;
|
---|
197 | width: 100px;
|
---|
198 | background-color: #FFFFFF;
|
---|
199 | color: #CCCCCC;
|
---|
200 | }
|
---|
201 | .modulo-button {
|
---|
202 | color: #663366;
|
---|
203 | text-decoration: none;
|
---|
204 | background-color: #FFFFEE;
|
---|
205 | border: 1px solid #660033;
|
---|
206 | width: 50%;
|
---|
207 | text-align: center;
|
---|
208 | font-size: 10px;
|
---|
209 | padding: 3px;
|
---|
210 | }
|
---|
211 | .modulosmall {
|
---|
212 | font-size: 9px;
|
---|
213 | color: #000066;
|
---|
214 | text-decoration: none;
|
---|
215 | background-color: #FFFFFF;
|
---|
216 | border: 0px;
|
---|
217 | width: 100%;
|
---|
218 | margin: 0px;
|
---|
219 | padding: 2px;
|
---|
220 | }
|
---|
221 | .modulo-table {
|
---|
222 | font-size: 10px;
|
---|
223 | color: #000066;
|
---|
224 | text-decoration: none;
|
---|
225 | background-color: #FFFFFF;
|
---|
226 | border-top: 1px dotted #000033;
|
---|
227 | border-bottom: 1px dotted #000033;
|
---|
228 | width: 100%;
|
---|
229 | }
|
---|
230 | .modulo-titolo {
|
---|
231 | font-size: 13px;
|
---|
232 | font-weight: bold;
|
---|
233 | color: #336633;
|
---|
234 | text-decoration: none;
|
---|
235 | border-top: 1px dotted #000033;
|
---|
236 | margin-top: 10px;
|
---|
237 | margin-bottom: 0px;
|
---|
238 | margin-right: 0px;
|
---|
239 | margin-left: 0px;
|
---|
240 | padding: 0px;
|
---|
241 | background-color: #EFEFEF;
|
---|
242 | text-align: left;
|
---|
243 | width: 100%;
|
---|
244 | }
|
---|
245 | .table-main {
|
---|
246 | border: 1px solid #DEDEDC;
|
---|
247 | font-size: 19px;
|
---|
248 | background-position: center top;
|
---|
249 | padding: 0px;
|
---|
250 | color: #666666;
|
---|
251 | text-align:center;
|
---|
252 | width: 950px;
|
---|
253 | /*width: 90%;*/
|
---|
254 | }
|
---|
255 |
|
---|
256 | .table-blocco {
|
---|
257 | border: 1px solid #DEDEDC;
|
---|
258 | font-size: 10px;
|
---|
259 | background-position: center top;
|
---|
260 | padding: 0px;
|
---|
261 | color: #666666;
|
---|
262 | }
|
---|
263 |
|
---|
264 |
|
---|
265 |
|
---|
266 |
|
---|
267 | .table-central {
|
---|
268 | border-top-width: 1px;
|
---|
269 | border-right-width: 1px;
|
---|
270 | border-bottom-width: 1px;
|
---|
271 | border-left-width: 1px;
|
---|
272 | border-right-style: dotted;
|
---|
273 | border-left-style: dotted;
|
---|
274 | border-top-color: #CC3300;
|
---|
275 | border-right-color: #CC3300;
|
---|
276 | border-bottom-color: #CC3300;
|
---|
277 | border-left-color: #CC3300;
|
---|
278 | border-top-style: none;
|
---|
279 | border-bottom-style: none;
|
---|
280 | height: 100%;
|
---|
281 | width: 100%;
|
---|
282 | margin: 0px;
|
---|
283 | padding: 8px;
|
---|
284 | }
|
---|
285 | .table-info {
|
---|
286 | font-size: 10px;
|
---|
287 | padding-right: 4px;
|
---|
288 | padding-bottom: 2px;
|
---|
289 | padding-left: 2px;
|
---|
290 | padding-top: 4px;
|
---|
291 | margin: 2px 2px 4px;
|
---|
292 | }
|
---|
293 | .table-main-secondary {
|
---|
294 | background-position: center top;
|
---|
295 | border-top: none;
|
---|
296 | border-left: 1px dotted #DEDEDC;
|
---|
297 | border-bottom: none;
|
---|
298 | border-right: none;
|
---|
299 | }
|
---|
300 | .table-docs {
|
---|
301 | font-size: 9px;
|
---|
302 | padding: 1px;
|
---|
303 | color: #000000;
|
---|
304 | /* margin: 4px 4px 40px;*/
|
---|
305 | border-bottom: thin dotted #666666;
|
---|
306 | text-align:center;
|
---|
307 | }
|
---|
308 | .omniainternet {
|
---|
309 | font-size: 13px;
|
---|
310 | color: #993366;
|
---|
311 | text-decoration: none;
|
---|
312 | background-position: center;
|
---|
313 | bottom: 5px;
|
---|
314 | margin: 20px;
|
---|
315 | text-align: center;
|
---|
316 | border: 1px dotted #FF6666;
|
---|
317 | padding: 2px;
|
---|
318 | width: auto;
|
---|
319 | background-color: #FFEFEF;
|
---|
320 | font-variant: small-caps;
|
---|
321 | }
|
---|
322 | .message {
|
---|
323 | font-size: 13px;
|
---|
324 | color: #EE3366;
|
---|
325 | text-decoration: none;
|
---|
326 | background-position: center;
|
---|
327 | bottom: 5px;
|
---|
328 | margin: 10px auto;
|
---|
329 | text-align: justify;
|
---|
330 | border: 1px dotted #FF6666;
|
---|
331 | padding: 2px;
|
---|
332 | width: 100%;
|
---|
333 | background-color: #FFFFEF;
|
---|
334 | }
|
---|
335 | .td-main {
|
---|
336 |
|
---|
337 | border-top: none;
|
---|
338 | border-right: 1px dotted #DEDEDC;
|
---|
339 | border-bottom: none;
|
---|
340 | border-left: 1px dotted #DEDEDC;
|
---|
341 | }
|
---|
342 | .news {
|
---|
343 | font-size: 10px;
|
---|
344 | border: none;
|
---|
345 | padding-right: 8px;
|
---|
346 | padding-bottom: 0px;
|
---|
347 | padding-left: 8px;
|
---|
348 | padding-top: 0px;
|
---|
349 | color: #330000;
|
---|
350 | }
|
---|
351 | .headlines {
|
---|
352 | font-size: 10px;
|
---|
353 | color: #333333;
|
---|
354 | text-decoration: none;
|
---|
355 | margin-top: 10px;
|
---|
356 | margin-bottom: 16px;
|
---|
357 | width: 366px;
|
---|
358 | text-align: left;
|
---|
359 | border: 0px dotted #FFFFFF;
|
---|
360 | }
|
---|
361 |
|
---|
362 |
|
---|
363 |
|
---|
364 | .tavola {
|
---|
365 | background-image: url(images/back.gif);
|
---|
366 | font-size: 13px;
|
---|
367 | border: none;
|
---|
368 | color: #330000;
|
---|
369 | }
|
---|
370 |
|
---|
371 | /* tabelle specifiche */
|
---|
372 |
|
---|
373 | .piccolo {
|
---|
374 | BACKGROUND: none;
|
---|
375 | COLOR: #cccccc;
|
---|
376 | FONT-SIZE: 10px;
|
---|
377 | FONT-WEIGHT: normal;
|
---|
378 | font-family:'Titillium Web';
|
---|
379 | TEXT-DECORATION: none}
|
---|
380 |
|
---|
381 | .table-80 {
|
---|
382 | margin: 0px auto;
|
---|
383 | font-size: 13px;
|
---|
384 | border: none;
|
---|
385 | color: #330000;
|
---|
386 | width: 80%;
|
---|
387 | }
|
---|
388 | .table-762 {
|
---|
389 | text-align: center;
|
---|
390 | margin: 0px auto;
|
---|
391 | font-size: 13px;
|
---|
392 | border: none;
|
---|
393 | color: #330000;
|
---|
394 | width: 762px;
|
---|
395 | margin-top: 0px;
|
---|
396 |
|
---|
397 | padding: 0px;
|
---|
398 | }
|
---|
399 | .td-image {
|
---|
400 | text-align: center;
|
---|
401 | border: none;
|
---|
402 | margin: 0px;
|
---|
403 | padding: 0px;
|
---|
404 | }
|
---|
405 | .image {
|
---|
406 | /*float: center;*/
|
---|
407 | border: none;
|
---|
408 | margin: 0px;
|
---|
409 | padding: 0px;
|
---|
410 | }
|
---|
411 |
|
---|
412 | .td-2 {
|
---|
413 |
|
---|
414 | margin: 0px 0 0 0px;
|
---|
415 |
|
---|
416 | border: none;
|
---|
417 | background-color: #d2d2d2;
|
---|
418 | padding: 0px;
|
---|
419 | FONT-SIZE: 13px;
|
---|
420 | font-family:'Titillium Web';
|
---|
421 | text-align: center;
|
---|
422 | }
|
---|
423 | .td-5 {
|
---|
424 |
|
---|
425 | margin: 0px 0 0 0px;
|
---|
426 | width: 5%;
|
---|
427 | border: none;
|
---|
428 | background-color: #d2d2d2;
|
---|
429 | padding: 0px;
|
---|
430 | FONT-SIZE: 13px;
|
---|
431 | font-family:'Titillium Web';
|
---|
432 | text-align: center;
|
---|
433 | }
|
---|
434 |
|
---|
435 | .td-30 {
|
---|
436 |
|
---|
437 |
|
---|
438 | width: 30%;
|
---|
439 | text-align: left;
|
---|
440 |
|
---|
441 |
|
---|
442 | FONT-SIZE: 13px;
|
---|
443 | font-family:'Titillium Web';
|
---|
444 | }
|
---|
445 | .td-149 {
|
---|
446 | float: right;
|
---|
447 | margin-top:0px;
|
---|
448 | /*margin: 0px 0 0 0px;*/
|
---|
449 | width: 200px;
|
---|
450 | border: none;
|
---|
451 | background-color: #d2d2d2;
|
---|
452 | padding: 0px;
|
---|
453 | }
|
---|
454 | .td-130 {
|
---|
455 | float: right;
|
---|
456 | margin: 0px 0 0 1px;
|
---|
457 | width: 130px;
|
---|
458 | border: none;
|
---|
459 | background-color: #d2d2d2;
|
---|
460 | padding: 0px;
|
---|
461 |
|
---|
462 | }
|
---|
463 | .td-130c {
|
---|
464 | float: right;
|
---|
465 | text-align:left;
|
---|
466 | margin: 0px 0 0 1px;
|
---|
467 | width: 130px;
|
---|
468 | border: none;
|
---|
469 |
|
---|
470 | padding: 0px;
|
---|
471 | }
|
---|
472 | .td-vuoto {
|
---|
473 |
|
---|
474 |
|
---|
475 | width: 100%;
|
---|
476 | border: none;
|
---|
477 | text-align: left;
|
---|
478 |
|
---|
479 | }
|
---|
480 | .td-vuotoc {
|
---|
481 |
|
---|
482 |
|
---|
483 | width: 100%;
|
---|
484 | border: none;
|
---|
485 | text-align: center;
|
---|
486 |
|
---|
487 | }
|
---|
488 |
|
---|
489 | .td-89 {
|
---|
490 |
|
---|
491 |
|
---|
492 | width: 89%;
|
---|
493 | border: none;
|
---|
494 | text-align: left;
|
---|
495 |
|
---|
496 | }
|
---|
497 |
|
---|
498 | .td-100 {
|
---|
499 |
|
---|
500 |
|
---|
501 | width: 100%;
|
---|
502 | border: none;
|
---|
503 | text-align: left;
|
---|
504 |
|
---|
505 | }
|
---|
506 | .td-640 {
|
---|
507 | float: left;
|
---|
508 | margin: 0px 0 0 10px;
|
---|
509 | width: 610px;
|
---|
510 | border: none;
|
---|
511 | background-color: #ffffff;
|
---|
512 | padding: 0px;
|
---|
513 | text-align: left;
|
---|
514 | }
|
---|
515 |
|
---|
516 |
|
---|
517 | div#sx{
|
---|
518 | width: 610px;
|
---|
519 | float: left;
|
---|
520 | text-align: left;
|
---|
521 | }
|
---|
522 |
|
---|
523 | div#dx{
|
---|
524 | width: 200px;
|
---|
525 | float: right;
|
---|
526 | text-align: left;
|
---|
527 | }
|
---|
528 |
|
---|
529 | div#divbutton{
|
---|
530 | width: 798px;
|
---|
531 |
|
---|
532 | text-align: right;
|
---|
533 | }
|
---|
534 |
|
---|
535 |
|
---|
536 | div#flash{
|
---|
537 | width: 410px;
|
---|
538 | float: left;
|
---|
539 | text-align: left;
|
---|
540 | }
|
---|
541 |
|
---|
542 |
|
---|
543 |
|
---|
544 | .noblocco {
|
---|
545 | border: 0px;
|
---|
546 | margin-right:0px;
|
---|
547 | margin-left:130px;
|
---|
548 | text-align: right;
|
---|
549 | vertical-align: middle;
|
---|
550 | width:18px;
|
---|
551 | height:18px;
|
---|
552 | }
|
---|
553 |
|
---|
554 |
|
---|
555 | .normal{
|
---|
556 | margin: 0px 0 0 1px;
|
---|
557 | float: left;
|
---|
558 | text-align: left;
|
---|
559 | }
|
---|
560 |
|
---|
561 | .stemmapic {
|
---|
562 | /*float: center;*/
|
---|
563 | border: none;
|
---|
564 | margin: 0px;
|
---|
565 | padding: 0px;
|
---|
566 | width:30px;
|
---|
567 | height:30px;
|
---|
568 | }
|
---|
569 | .stemma {
|
---|
570 | /*float: center;*/
|
---|
571 | border: none;
|
---|
572 | margin: 5px;
|
---|
573 | padding: 0px;
|
---|
574 | width:80px;
|
---|
575 | height:80px;
|
---|
576 | text-align: center;
|
---|
577 | }
|
---|
578 |
|
---|
579 | /**********************************************************************BOTTONI W3C*****************************************************/
|
---|
580 |
|
---|
581 | .w3cbutton3 {
|
---|
582 | margin: 0px 0px 0px 5px;
|
---|
583 | width: 95px;
|
---|
584 | border: 1px solid #6A6A6A;
|
---|
585 | font-family:'Titillium Web';
|
---|
586 | font-size: 10px;
|
---|
587 | float: left;
|
---|
588 | }
|
---|
589 |
|
---|
590 | .w3cbutton3 a {
|
---|
591 | display: block;
|
---|
592 | width: 100%;
|
---|
593 | }
|
---|
594 |
|
---|
595 | .w3cbutton3 a:link, .w3cbutton3 a:visited {
|
---|
596 | background-color: #8CC8C7;
|
---|
597 | color: #2A290B;
|
---|
598 | text-decoration: none;
|
---|
599 | }
|
---|
600 |
|
---|
601 | .w3cbutton3 a:hover {
|
---|
602 | background-color: #C9F4F3;
|
---|
603 | color: #2A290B;
|
---|
604 | text-decoration: none;
|
---|
605 | }
|
---|
606 |
|
---|
607 | .w3cbutton3 span.w3c {
|
---|
608 | font-weight: bold;
|
---|
609 | padding: 0 0.4em;
|
---|
610 | background-color: #FFFFCC;
|
---|
611 | color: #0C479D;
|
---|
612 | }
|
---|
613 |
|
---|
614 | .w3cbutton3 span.spec {
|
---|
615 | color: #333333;
|
---|
616 | }
|
---|
617 |
|
---|
618 | .w3cbutton3 span.specRed {
|
---|
619 | color: #FF0000;
|
---|
620 | }
|
---|
621 |
|
---|
622 |
|
---|
623 | /******************** font e backcolor******************************/
|
---|
624 | .blu {
|
---|
625 | BACKGROUND: none;
|
---|
626 | font-weight: bold;
|
---|
627 | COLOR: #003366;
|
---|
628 | FONT-SIZE: 12px;
|
---|
629 | font-family:'Titillium Web'
|
---|
630 | }
|
---|
631 |
|
---|
632 |
|
---|
633 | .red {
|
---|
634 | BACKGROUND: none;
|
---|
635 | COLOR: #ff0000;
|
---|
636 | FONT-SIZE: 19px;
|
---|
637 | font-family:'Titillium Web'
|
---|
638 | }
|
---|
639 |
|
---|
640 | .redbig {
|
---|
641 | BACKGROUND: none;
|
---|
642 | COLOR: #ff0000;
|
---|
643 | FONT-SIZE: 16px;
|
---|
644 | font-family:'Titillium Web'
|
---|
645 | }
|
---|
646 |
|
---|
647 | .bgw {
|
---|
648 | BACKGROUND: #ffffff;
|
---|
649 | FONT-SIZE: 12px;
|
---|
650 | font-family:'Titillium Web';
|
---|
651 | text-align: center;
|
---|
652 | }
|
---|
653 |
|
---|
654 | .bggray {
|
---|
655 | BACKGROUND: #d2d2d2;
|
---|
656 | FONT-SIZE: 16px;
|
---|
657 | font-family:'Titillium Web';
|
---|
658 | text-align: center;
|
---|
659 | }
|
---|
660 |
|
---|
661 | .bggray2 {
|
---|
662 | BACKGROUND: #EFEFEF;
|
---|
663 | FONT-SIZE: 12px;
|
---|
664 | font-family:'Titillium Web';
|
---|
665 | text-align: center;
|
---|
666 | }
|
---|
667 |
|
---|
668 | .bggray3 {
|
---|
669 | BACKGROUND: #EFEFEF;
|
---|
670 | FONT-SIZE: 12px;
|
---|
671 | font-family:'Titillium Web';
|
---|
672 | text-align: left;
|
---|
673 | }
|
---|
674 |
|
---|
675 | .normale {
|
---|
676 | BACKGROUND: none;
|
---|
677 | COLOR: #000000;
|
---|
678 | FONT-SIZE: 12px;
|
---|
679 | font-family:'Titillium Web';
|
---|
680 | text-align: left;
|
---|
681 | }
|
---|
682 |
|
---|
683 | .nobordo {
|
---|
684 | border: 0px;
|
---|
685 | text-align: center;
|
---|
686 | vertical-align: middle;
|
---|
687 | }
|
---|
688 |
|
---|
689 | .bordo {
|
---|
690 | border: 1px solid #ff0000;
|
---|
691 | text-align: left;
|
---|
692 | vertical-align: middle;
|
---|
693 | }
|
---|
694 |
|
---|
695 |
|
---|