1 | a:link {
|
---|
2 | text-decoration: underline;
|
---|
3 | color: #660033;
|
---|
4 | background-color: d2d2d2;
|
---|
5 | }
|
---|
6 | a:visited {
|
---|
7 | text-decoration: underline;
|
---|
8 | color: #660000;
|
---|
9 | background-color: d2d2d2;
|
---|
10 | }
|
---|
11 | a:hover {
|
---|
12 | color: #CC2222;
|
---|
13 | text-decoration: underline;
|
---|
14 | }
|
---|
15 | body , html {
|
---|
16 | font-family:'Titillium Web';
|
---|
17 | font-size: 13px;
|
---|
18 | font-style: normal;
|
---|
19 | font-weight: normal;
|
---|
20 | margin-right: 0;
|
---|
21 | margin-left: 0;
|
---|
22 | margin-top: 0;
|
---|
23 | text-align: center;
|
---|
24 | background-color: #FFFFFF;
|
---|
25 | color: #333333;
|
---|
26 | }
|
---|
27 |
|
---|
28 | div#container{
|
---|
29 |
|
---|
30 | /* width: 798;*/
|
---|
31 | margin: 0px auto; /*centra */
|
---|
32 |
|
---|
33 | }
|
---|
34 |
|
---|
35 | table {
|
---|
36 | margin-right: auto;
|
---|
37 | margin-left: auto;
|
---|
38 | text-align: left;
|
---|
39 | margin-top: 0px;
|
---|
40 |
|
---|
41 | }
|
---|
42 | td {
|
---|
43 | font-family:'Titillium Web';
|
---|
44 | font-size: 13px;
|
---|
45 | margin-top: 0px;
|
---|
46 | margin: 0;
|
---|
47 | }
|
---|
48 |
|
---|
49 | hr {
|
---|
50 | color: #000000;
|
---|
51 | background-color: #FFFFFF;
|
---|
52 | border-bottom: 1px dotted #CCCCCC;
|
---|
53 | }
|
---|
54 | form {
|
---|
55 |
|
---|
56 | font-size: 12px;
|
---|
57 | color: #000066;
|
---|
58 | text-decoration: none;
|
---|
59 | margin-right: 0px;
|
---|
60 | margin-left: 0px;
|
---|
61 | margin-top: 0px;
|
---|
62 | margin-bottom: 0px;
|
---|
63 | width: 100%;
|
---|
64 | }
|
---|
65 | p {
|
---|
66 | font-family:'Titillium Web';
|
---|
67 | font-size: 13px;
|
---|
68 | padding-right: 8px;
|
---|
69 | padding-bottom: 0px;
|
---|
70 | padding-left: 8px;
|
---|
71 | padding-top: 0px;
|
---|
72 | margin: 2px 2px 4px;
|
---|
73 | }
|
---|
74 | h1 {
|
---|
75 | font-size: 16px;
|
---|
76 | font-weight: bold;
|
---|
77 | color: #222266;
|
---|
78 | text-decoration: none;
|
---|
79 | border-bottom-width: 1px;
|
---|
80 | border-bottom-style: dotted;
|
---|
81 | border-bottom-color: #222266;
|
---|
82 | margin-top: 6px;
|
---|
83 | margin-bottom: 8px;
|
---|
84 | padding-right: 0px;
|
---|
85 | padding-left: 0px;
|
---|
86 | }
|
---|
87 | h2 {
|
---|
88 | font-size: 14px;
|
---|
89 | font-weight: bold;
|
---|
90 | color: #660000;
|
---|
91 | text-decoration: none;
|
---|
92 | border-bottom-width: 1px;
|
---|
93 | border-bottom-style: dotted;
|
---|
94 | border-bottom-color: #CCCCCC;
|
---|
95 | margin-top: 9px;
|
---|
96 | margin-bottom: 2px;
|
---|
97 | padding-right: 1px;
|
---|
98 | padding-left: 4px;
|
---|
99 | }
|
---|
100 | h4 {
|
---|
101 | font-size: 14px;
|
---|
102 | color: #003366;
|
---|
103 | text-decoration: none;
|
---|
104 | background-position: center;
|
---|
105 | bottom: 9px;
|
---|
106 | margin: 20px;
|
---|
107 | text-align: center;
|
---|
108 | border: 1px dotted #666666;
|
---|
109 | padding: 2px;
|
---|
110 | width: auto;
|
---|
111 | background-color: #EEEFEF;
|
---|
112 | font-variant: small-caps;
|
---|
113 | }
|
---|
114 | h5 {
|
---|
115 | font-size: 14px;
|
---|
116 | font-weight: bold;
|
---|
117 | color: #000;
|
---|
118 | text-decoration: none;
|
---|
119 | border-bottom-width: 1px;
|
---|
120 | border-bottom-style:solid ;
|
---|
121 | border-bottom-color: #666666;
|
---|
122 | margin-top: 0px;
|
---|
123 | margin-bottom: 4px;
|
---|
124 | padding-right: 1px;
|
---|
125 | padding-left: 4px;
|
---|
126 | background-color: #E0E0E0;
|
---|
127 | background-position: center;
|
---|
128 | text-align: center;
|
---|
129 | }
|
---|
130 | h6 {
|
---|
131 | font-size: 12px;
|
---|
132 | font-weight: bold;
|
---|
133 | color: #333333;
|
---|
134 | text-decoration: none;
|
---|
135 | border-bottom-style: dotted;
|
---|
136 | padding-left: 4px;
|
---|
137 | background-position: center;
|
---|
138 | border-bottom-color: #EEEEEE;
|
---|
139 | border-bottom-width: 1px;
|
---|
140 | padding-top: 3px;
|
---|
141 | padding-right: 2px;
|
---|
142 | padding-bottom: 0px;
|
---|
143 | bottom: 9px;
|
---|
144 | margin-top: 1px;
|
---|
145 | margin-bottom: 3px;
|
---|
146 | }
|
---|
147 |
|
---|
148 |
|
---|
149 | /* usate per blocco */
|
---|
150 |
|
---|
151 | .sidebar {
|
---|
152 |
|
---|
153 | text-align:left;
|
---|
154 | margin-top:0px;
|
---|
155 | /*width: 200px; */
|
---|
156 | border: none;
|
---|
157 | padding: 0px;
|
---|
158 | /*background-color:#b0b0b0;*/
|
---|
159 | }
|
---|
160 | .sidebar a{
|
---|
161 | color:#5D81A6;
|
---|
162 | }
|
---|
163 | .sidebar a:hover{
|
---|
164 | text-decoration: underline;
|
---|
165 | /*color:#FFFFFF;*/
|
---|
166 | }
|
---|
167 | .sidebar a:visited{
|
---|
168 | color:#5D81A6;
|
---|
169 | }
|
---|
170 |
|
---|
171 |
|
---|
172 |
|
---|
173 | .footbar {
|
---|
174 | background-image: url(images/footer.jpg);
|
---|
175 | font-size: 10px;
|
---|
176 | color: #330000;
|
---|
177 | padding-right: 10px;
|
---|
178 | padding-bottom: 2px;
|
---|
179 | padding-left: 8px;
|
---|
180 | padding-top: 2px;
|
---|
181 | height: 24px;
|
---|
182 | }
|
---|
183 | .modulo {
|
---|
184 | text-decoration: none;
|
---|
185 | border: 1px solid #666699;
|
---|
186 | font-size: 10px;
|
---|
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: 13px;
|
---|
248 | background-position: center top;
|
---|
249 | padding: 0px;
|
---|
250 | color: #666666;
|
---|
251 | text-align:center;
|
---|
252 | width: 100%;
|
---|
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: left;
|
---|
330 | border: 1px dotted #FF6666;
|
---|
331 | padding: 2px;
|
---|
332 | width: 450px;
|
---|
333 | background-color: #FFFFEF;
|
---|
334 | }.messagen {
|
---|
335 | font-size: 13px;
|
---|
336 | text-decoration: none;
|
---|
337 | background-position: center;
|
---|
338 | bottom: 5px;
|
---|
339 | margin: 10px auto;
|
---|
340 | text-align: left;
|
---|
341 | border: 1px dotted #FF6666;
|
---|
342 | padding: 2px;
|
---|
343 | width: 100%;
|
---|
344 | background-color: #FFFFEF;
|
---|
345 | }
|
---|
346 | .td-main {
|
---|
347 |
|
---|
348 | border-top: none;
|
---|
349 | border-right: 1px dotted #DEDEDC;
|
---|
350 | border-bottom: none;
|
---|
351 | border-left: 1px dotted #DEDEDC;
|
---|
352 | }
|
---|
353 | .news {
|
---|
354 | font-size: 10px;
|
---|
355 | border: none;
|
---|
356 | padding-right: 8px;
|
---|
357 | padding-bottom: 0px;
|
---|
358 | padding-left: 8px;
|
---|
359 | padding-top: 0px;
|
---|
360 | color: #330000;
|
---|
361 | }
|
---|
362 | .headlines {
|
---|
363 | font-size: 10px;
|
---|
364 | color: #333333;
|
---|
365 | text-decoration: none;
|
---|
366 | margin-top: 10px;
|
---|
367 | margin-bottom: 16px;
|
---|
368 | width: 366px;
|
---|
369 | text-align: left;
|
---|
370 | border: 0px dotted #FFFFFF;
|
---|
371 | }
|
---|
372 |
|
---|
373 |
|
---|
374 |
|
---|
375 | .tavola {
|
---|
376 | background-image: url(images/back.gif);
|
---|
377 | font-size: 13px;
|
---|
378 | border: none;
|
---|
379 | color: #330000;
|
---|
380 | }
|
---|
381 |
|
---|
382 | /* tabelle specifiche */
|
---|
383 |
|
---|
384 | .piccolo {
|
---|
385 | BACKGROUND: none;
|
---|
386 | COLOR: #cccccc;
|
---|
387 | FONT-SIZE: 10px;
|
---|
388 | FONT-WEIGHT: normal;
|
---|
389 | font-family:'Titillium Web';
|
---|
390 | TEXT-DECORATION: none}
|
---|
391 |
|
---|
392 | .table-80 {
|
---|
393 | margin: 0px auto;
|
---|
394 | font-size: 13px;
|
---|
395 | border: none;
|
---|
396 | color: #330000;
|
---|
397 | width: 80%;
|
---|
398 | }
|
---|
399 | .table-762 {
|
---|
400 | text-align: center;
|
---|
401 | margin: 0px auto;
|
---|
402 | font-size: 13px;
|
---|
403 | border: none;
|
---|
404 | color: #330000;
|
---|
405 | width: 762px;
|
---|
406 | margin-top: 0px;
|
---|
407 |
|
---|
408 | padding: 0px;
|
---|
409 | }
|
---|
410 | .td-image {
|
---|
411 | text-align: center;
|
---|
412 | border: none;
|
---|
413 | margin: 0px;
|
---|
414 | padding: 0px;
|
---|
415 | }
|
---|
416 | .image {
|
---|
417 | /*float: center;*/
|
---|
418 | border: none;
|
---|
419 | margin: 0px;
|
---|
420 | padding: 0px;
|
---|
421 | }
|
---|
422 |
|
---|
423 | .td-2 {
|
---|
424 |
|
---|
425 | margin: 0px 0 0 0px;
|
---|
426 |
|
---|
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 | .td-5 {
|
---|
435 |
|
---|
436 | margin: 0px 0 0 0px;
|
---|
437 | width: 5%;
|
---|
438 | border: none;
|
---|
439 | background-color: #d2d2d2;
|
---|
440 | padding: 0px;
|
---|
441 | FONT-SIZE: 13px;
|
---|
442 | font-family:'Titillium Web';
|
---|
443 | text-align: center;
|
---|
444 | }
|
---|
445 |
|
---|
446 | .td-30 {
|
---|
447 |
|
---|
448 |
|
---|
449 | width: 30%;
|
---|
450 | text-align: left;
|
---|
451 |
|
---|
452 |
|
---|
453 | FONT-SIZE: 13px;
|
---|
454 | font-family:'Titillium Web';
|
---|
455 | }
|
---|
456 | .td-149 {
|
---|
457 | float: right;
|
---|
458 | margin-top:0px;
|
---|
459 | /*margin: 0px 0 0 0px;*/
|
---|
460 | width: 200px;
|
---|
461 | border: none;
|
---|
462 | background-color: #d2d2d2;
|
---|
463 | padding: 0px;
|
---|
464 | }
|
---|
465 | .td-130 {
|
---|
466 | float: right;
|
---|
467 | margin: 0px 0 0 1px;
|
---|
468 | width: 130px;
|
---|
469 | border: none;
|
---|
470 | background-color: #d2d2d2;
|
---|
471 | padding: 0px;
|
---|
472 |
|
---|
473 | }
|
---|
474 | .td-130c {
|
---|
475 | text-align:left;
|
---|
476 | margin: 0px 0 0 0px;
|
---|
477 | width: 130px;
|
---|
478 | padding: 0px;
|
---|
479 | border: .5px solid black;
|
---|
480 | }
|
---|
481 | .td-130b {
|
---|
482 | border: .5px solid black;
|
---|
483 | font-family:'Titillium Web';
|
---|
484 | font-size: 12px;
|
---|
485 | margin-top: 0px;
|
---|
486 | margin: 0;
|
---|
487 | }
|
---|
488 | .td-vuoto {
|
---|
489 |
|
---|
490 |
|
---|
491 | width: 100%;
|
---|
492 | border: none;
|
---|
493 | text-align: left;
|
---|
494 |
|
---|
495 | }
|
---|
496 | .td-vuotoc {
|
---|
497 |
|
---|
498 |
|
---|
499 | width: 100%;
|
---|
500 | border: none;
|
---|
501 | text-align: center;
|
---|
502 |
|
---|
503 | }
|
---|
504 |
|
---|
505 | .td-100 {
|
---|
506 |
|
---|
507 |
|
---|
508 | width: 100%;
|
---|
509 | border: none;
|
---|
510 | text-align: left;
|
---|
511 |
|
---|
512 | }
|
---|
513 | .td-89 {
|
---|
514 |
|
---|
515 |
|
---|
516 | width: 89%;
|
---|
517 | border: none;
|
---|
518 | text-align: left;
|
---|
519 |
|
---|
520 | }
|
---|
521 | .td-640 {
|
---|
522 | float: left;
|
---|
523 | margin: 0px 0 0 10px;
|
---|
524 | width: 610px;
|
---|
525 | border: none;
|
---|
526 | background-color: #ffffff;
|
---|
527 | padding: 0px;
|
---|
528 | text-align: left;
|
---|
529 | }
|
---|
530 |
|
---|
531 |
|
---|
532 | div#sx{
|
---|
533 | width: 610px;
|
---|
534 | float: left;
|
---|
535 | text-align: left;
|
---|
536 | }
|
---|
537 |
|
---|
538 | div#dx{
|
---|
539 | width: 200px;
|
---|
540 | float: right;
|
---|
541 | text-align: left;
|
---|
542 | }
|
---|
543 |
|
---|
544 | div#divbutton{
|
---|
545 | width: 798px;
|
---|
546 |
|
---|
547 | text-align: right;
|
---|
548 | }
|
---|
549 |
|
---|
550 |
|
---|
551 | div#flash{
|
---|
552 | width: 410px;
|
---|
553 | float: left;
|
---|
554 | text-align: left;
|
---|
555 | }
|
---|
556 |
|
---|
557 |
|
---|
558 |
|
---|
559 | .noblocco {
|
---|
560 | border: 0px;
|
---|
561 | margin-right:0px;
|
---|
562 | margin-left:130px;
|
---|
563 | text-align: right;
|
---|
564 | vertical-align: middle;
|
---|
565 | width:18px;
|
---|
566 | height:18px;
|
---|
567 | }
|
---|
568 |
|
---|
569 |
|
---|
570 | .normal{
|
---|
571 | margin: 0px 0 0 1px;
|
---|
572 | float: left;
|
---|
573 | text-align: left;
|
---|
574 | }
|
---|
575 |
|
---|
576 | .stemmapic {
|
---|
577 | /*float: center;*/
|
---|
578 | border: none;
|
---|
579 | margin: 0px;
|
---|
580 | padding: 0px;
|
---|
581 | width:30px;
|
---|
582 | height:30px;
|
---|
583 | }
|
---|
584 | .stemma {
|
---|
585 | /*float: center;*/
|
---|
586 | border: none;
|
---|
587 | margin: 5px;
|
---|
588 | padding: 0px;
|
---|
589 | width:50px;
|
---|
590 | height:50px;
|
---|
591 | text-align: center;
|
---|
592 | }
|
---|
593 |
|
---|
594 | /**********************************************************************BOTTONI W3C*****************************************************/
|
---|
595 |
|
---|
596 | .w3cbutton3 {
|
---|
597 | margin: 0px 0px 0px 5px;
|
---|
598 | width: 95px;
|
---|
599 | border: 1px solid #6A6A6A;
|
---|
600 | font-family:'Titillium Web';
|
---|
601 | font-size: 10px;
|
---|
602 | float: left;
|
---|
603 | }
|
---|
604 |
|
---|
605 | .w3cbutton3 a {
|
---|
606 | display: block;
|
---|
607 | width: 100%;
|
---|
608 | }
|
---|
609 |
|
---|
610 | .w3cbutton3 a:link, .w3cbutton3 a:visited {
|
---|
611 | background-color: #8CC8C7;
|
---|
612 | color: #2A290B;
|
---|
613 | text-decoration: none;
|
---|
614 | }
|
---|
615 |
|
---|
616 | .w3cbutton3 a:hover {
|
---|
617 | background-color: #C9F4F3;
|
---|
618 | color: #2A290B;
|
---|
619 | text-decoration: none;
|
---|
620 | }
|
---|
621 |
|
---|
622 | .w3cbutton3 span.w3c {
|
---|
623 | font-weight: bold;
|
---|
624 | padding: 0 0.4em;
|
---|
625 | background-color: #FFFFCC;
|
---|
626 | color: #0C479D;
|
---|
627 | }
|
---|
628 |
|
---|
629 | .w3cbutton3 span.spec {
|
---|
630 | color: #333333;
|
---|
631 | }
|
---|
632 |
|
---|
633 | .w3cbutton3 span.specRed {
|
---|
634 | color: #FF0000;
|
---|
635 | }
|
---|
636 |
|
---|
637 |
|
---|
638 | /******************** font e backcolor******************************/
|
---|
639 | .blu {
|
---|
640 | BACKGROUND: none;
|
---|
641 | font-weight: bold;
|
---|
642 | COLOR: #003366;
|
---|
643 | FONT-SIZE: 12px;
|
---|
644 | FONT-FAMILY: Verdana, Helvetica
|
---|
645 | }
|
---|
646 |
|
---|
647 |
|
---|
648 | .red {
|
---|
649 | BACKGROUND: none;
|
---|
650 | COLOR: #ff0000;
|
---|
651 | FONT-SIZE: 12px;
|
---|
652 | font-family:'Titillium Web'
|
---|
653 | }
|
---|
654 |
|
---|
655 | .redbig {
|
---|
656 | BACKGROUND: none;
|
---|
657 | COLOR: #ff0000;
|
---|
658 | FONT-SIZE: 16px;
|
---|
659 | font-family:'Titillium Web'
|
---|
660 | }
|
---|
661 |
|
---|
662 | .bgw {
|
---|
663 | BACKGROUND: #ffffff;
|
---|
664 | FONT-SIZE: 12px;
|
---|
665 | font-family:'Titillium Web';
|
---|
666 | text-align: center;
|
---|
667 | }
|
---|
668 |
|
---|
669 | .bggray {
|
---|
670 | BACKGROUND: #d2d2d2;
|
---|
671 | FONT-SIZE: 12px;
|
---|
672 | font-family:'Titillium Web';
|
---|
673 | text-align: center;
|
---|
674 | }
|
---|
675 |
|
---|
676 | .bggray2 {
|
---|
677 | BACKGROUND: #EFEFEF;
|
---|
678 | FONT-SIZE: 12px;
|
---|
679 | font-family:'Titillium Web';
|
---|
680 | text-align: center;
|
---|
681 | }
|
---|
682 |
|
---|
683 | .bggray3 {
|
---|
684 | BACKGROUND: #EFEFEF;
|
---|
685 | FONT-SIZE: 12px;
|
---|
686 | font-family:'Titillium Web';
|
---|
687 | text-align: left;
|
---|
688 | }
|
---|
689 |
|
---|
690 | .normale {
|
---|
691 | BACKGROUND: none;
|
---|
692 | COLOR: #000000;
|
---|
693 | FONT-SIZE: 12px;
|
---|
694 | font-family:'Titillium Web';
|
---|
695 | text-align: left;
|
---|
696 | }
|
---|
697 |
|
---|
698 | .nobordo {
|
---|
699 | border: 0px;
|
---|
700 | text-align: center;
|
---|
701 | vertical-align: middle;
|
---|
702 | }
|
---|
703 |
|
---|
704 | .bordo {
|
---|
705 | border: 1px solid #ff0000;
|
---|
706 | text-align: left;
|
---|
707 | vertical-align: middle;
|
---|
708 | }
|
---|
709 |
|
---|
710 |
|
---|