[2] | 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 | }
|
---|
| 12 |
|
---|
| 13 | body , html {
|
---|
| 14 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 15 | font-size: 10px;
|
---|
| 16 | font-style: normal;
|
---|
| 17 | font-weight: normal;
|
---|
| 18 | margin-right: 0;
|
---|
| 19 | margin-left: 0;
|
---|
| 20 | margin-top: 0;
|
---|
| 21 | text-align: left;
|
---|
| 22 | background-color: #FFFFFF;
|
---|
| 23 | color: #333333;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
[80] | 26 |
|
---|
[2] | 27 | td {
|
---|
| 28 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 29 | font-size: 10px;
|
---|
| 30 | margin: 0;
|
---|
| 31 | }
|
---|
| 32 | hr {
|
---|
| 33 | color: #FFFFFF;
|
---|
| 34 | background-color: #FFFFFF;
|
---|
| 35 | border-bottom: 1px dotted #CCCCCC;
|
---|
| 36 | }
|
---|
| 37 | form {
|
---|
| 38 |
|
---|
| 39 | font-size: 10px;
|
---|
| 40 | color: #000066;
|
---|
| 41 | text-decoration: none;
|
---|
| 42 | margin-right: 0px;
|
---|
| 43 | margin-left: 0px;
|
---|
| 44 | margin-top: 0px;
|
---|
| 45 | margin-bottom: 0px;
|
---|
| 46 | width: 100%;
|
---|
| 47 | }
|
---|
| 48 | p {
|
---|
| 49 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 50 | font-size: 10px;
|
---|
| 51 | padding-right: 8px;
|
---|
| 52 | padding-bottom: 0px;
|
---|
| 53 | padding-left: 8px;
|
---|
| 54 | padding-top: 0px;
|
---|
| 55 | margin: 2px 2px 4px;
|
---|
| 56 | }
|
---|
| 57 | h1 {
|
---|
| 58 | font-size: 16px;
|
---|
| 59 | font-weight: bold;
|
---|
| 60 | color: #222266;
|
---|
| 61 | text-decoration: none;
|
---|
| 62 | border-bottom-width: 1px;
|
---|
| 63 | border-bottom-style: dotted;
|
---|
| 64 | border-bottom-color: #222266;
|
---|
| 65 | margin-top: 6px;
|
---|
| 66 | margin-bottom: 8px;
|
---|
| 67 | padding-right: 0px;
|
---|
| 68 | padding-left: 0px;
|
---|
| 69 | }
|
---|
| 70 | h2 {
|
---|
| 71 | font-size: 14px;
|
---|
| 72 | font-weight: bold;
|
---|
| 73 | color: #660000;
|
---|
| 74 | text-decoration: none;
|
---|
| 75 | border-bottom-width: 1px;
|
---|
| 76 | border-bottom-style: dotted;
|
---|
| 77 | border-bottom-color: #CCCCCC;
|
---|
| 78 | margin-top: 9px;
|
---|
| 79 | margin-bottom: 2px;
|
---|
| 80 | padding-right: 1px;
|
---|
| 81 | padding-left: 4px;
|
---|
| 82 | }
|
---|
| 83 | h4 {
|
---|
| 84 | font-size: 14px;
|
---|
| 85 | color: #003366;
|
---|
| 86 | text-decoration: none;
|
---|
| 87 | background-position: center;
|
---|
| 88 | bottom: 9px;
|
---|
| 89 | margin: 20px;
|
---|
| 90 | text-align: center;
|
---|
| 91 | border: 1px dotted #666666;
|
---|
| 92 | padding: 2px;
|
---|
| 93 | width: auto;
|
---|
| 94 | background-color: #EEEFEF;
|
---|
| 95 | font-variant: small-caps;
|
---|
| 96 | }
|
---|
| 97 | h5 {
|
---|
| 98 | font-size: 14px;
|
---|
| 99 | font-weight: bold;
|
---|
| 100 | color: #333333;
|
---|
| 101 | text-decoration: none;
|
---|
| 102 | border-bottom-width: 1px;
|
---|
| 103 | border-bottom-style: dotted;
|
---|
| 104 | border-bottom-color: #CCCCCC;
|
---|
| 105 | margin-top: 0px;
|
---|
| 106 | margin-bottom: 4px;
|
---|
| 107 | padding-right: 1px;
|
---|
| 108 | padding-left: 4px;
|
---|
| 109 | background-color: #EFEFEF;
|
---|
| 110 | background-position: center;
|
---|
| 111 | text-align: center;
|
---|
| 112 | }
|
---|
| 113 | h6 {
|
---|
| 114 | font-size: 10px;
|
---|
| 115 | font-weight: bold;
|
---|
| 116 | color: #333333;
|
---|
| 117 | text-decoration: none;
|
---|
| 118 | border-bottom-style: dotted;
|
---|
| 119 | padding-left: 4px;
|
---|
| 120 | background-position: center;
|
---|
| 121 | border-bottom-color: #EEEEEE;
|
---|
| 122 | border-bottom-width: 1px;
|
---|
| 123 | padding-top: 3px;
|
---|
| 124 | padding-right: 2px;
|
---|
| 125 | padding-bottom: 0px;
|
---|
| 126 | bottom: 9px;
|
---|
| 127 | margin-top: 1px;
|
---|
| 128 | margin-bottom: 3px;
|
---|
| 129 | }
|
---|
| 130 |
|
---|
| 131 |
|
---|
| 132 |
|
---|
| 133 |
|
---|
| 134 | .modulo {
|
---|
| 135 | text-decoration: none;
|
---|
| 136 | border: 1px dotted #666699;
|
---|
| 137 | font-size: 10px;
|
---|
| 138 | }
|
---|
| 139 |
|
---|
| 140 | .modulo-button {
|
---|
| 141 | color: #663366;
|
---|
| 142 | text-decoration: none;
|
---|
| 143 | background-color: #FFFFEE;
|
---|
| 144 | border: 1px dotted #660033;
|
---|
| 145 | width: 50%;
|
---|
| 146 | text-align: center;
|
---|
| 147 | font-size: 10px;
|
---|
| 148 | padding: 3px;
|
---|
| 149 | }
|
---|
| 150 | .modulosmall {
|
---|
| 151 | font-size: 9px;
|
---|
| 152 | color: #000066;
|
---|
| 153 | text-decoration: none;
|
---|
| 154 | background-color: #FFFFFF;
|
---|
| 155 | border: 0px;
|
---|
| 156 | width: 100%;
|
---|
| 157 | margin: 0px;
|
---|
| 158 | padding: 2px;
|
---|
| 159 | }
|
---|
| 160 | .modulo-table {
|
---|
| 161 | font-size: 14px;
|
---|
| 162 | color: #000066;
|
---|
| 163 | text-decoration: none;
|
---|
| 164 | background-color: #FFFFFF;
|
---|
| 165 | border-top: 1px dotted #000033;
|
---|
| 166 | border-bottom: 1px dotted #000033;
|
---|
| 167 | width: 100%;
|
---|
| 168 | }
|
---|
| 169 | .modulo-titolo {
|
---|
| 170 | font-size: 12px;
|
---|
| 171 | font-weight: bold;
|
---|
| 172 | color: #336633;
|
---|
| 173 | text-decoration: none;
|
---|
| 174 | border-top: 1px dotted #000033;
|
---|
| 175 | margin-top: 10px;
|
---|
| 176 | margin-bottom: 0px;
|
---|
| 177 | margin-right: 0px;
|
---|
| 178 | margin-left: 0px;
|
---|
| 179 | padding: 0px;
|
---|
| 180 | background-color: #EFEFEF;
|
---|
| 181 | text-align: left;
|
---|
| 182 | width: 100%;
|
---|
| 183 | }
|
---|
[80] | 184 | .table-menu {
|
---|
| 185 | border: 1px solid #DEDEDC;
|
---|
| 186 | font-size: 10px;
|
---|
| 187 | background-position: center top;
|
---|
| 188 | padding: 0px;
|
---|
| 189 | color: #666666;
|
---|
| 190 | margin: auto;
|
---|
| 191 | width: 50%;
|
---|
| 192 | }
|
---|
[2] | 193 | .table-main {
|
---|
| 194 | border: 1px solid #DEDEDC;
|
---|
| 195 | font-size: 10px;
|
---|
| 196 | background-position: center top;
|
---|
| 197 | padding: 0px;
|
---|
| 198 | color: #666666;
|
---|
[250] | 199 | width: 100%;
|
---|
[2] | 200 | }
|
---|
| 201 | .table-central {
|
---|
| 202 | border-top-width: 1px;
|
---|
| 203 | border-right-width: 1px;
|
---|
| 204 | border-bottom-width: 1px;
|
---|
| 205 | border-left-width: 1px;
|
---|
| 206 | border-right-style: dotted;
|
---|
| 207 | border-left-style: dotted;
|
---|
| 208 | border-top-color: #CC3300;
|
---|
| 209 | border-right-color: #CC3300;
|
---|
| 210 | border-bottom-color: #CC3300;
|
---|
| 211 | border-left-color: #CC3300;
|
---|
| 212 | border-top-style: none;
|
---|
| 213 | border-bottom-style: none;
|
---|
| 214 | height: 100%;
|
---|
| 215 | width: 100%;
|
---|
| 216 | margin: 0px;
|
---|
| 217 | padding: 8px;
|
---|
| 218 | }
|
---|
| 219 | .table-info {
|
---|
| 220 | font-size: 10px;
|
---|
| 221 | padding-right: 4px;
|
---|
| 222 | padding-bottom: 2px;
|
---|
| 223 | padding-left: 2px;
|
---|
| 224 | padding-top: 4px;
|
---|
| 225 | margin: 2px 2px 4px;
|
---|
| 226 | }
|
---|
| 227 | .table-main-secondary {
|
---|
| 228 | background-position: center top;
|
---|
| 229 | border-top: none;
|
---|
| 230 | border-left: 1px dotted #DEDEDC;
|
---|
| 231 | border-bottom: none;
|
---|
| 232 | border-right: none;
|
---|
| 233 | }
|
---|
| 234 | .table-docs {
|
---|
| 235 | font-size: 9px;
|
---|
| 236 | padding: 1px;
|
---|
| 237 | color: #666666;
|
---|
| 238 | margin: 4px 4px 40px;
|
---|
| 239 | border-bottom: thin dotted #666666;
|
---|
| 240 | }
|
---|
| 241 |
|
---|
| 242 |
|
---|
| 243 |
|
---|
| 244 | .tavola {
|
---|
| 245 | background-image: url(images/back.gif);
|
---|
| 246 | font-size: 10px;
|
---|
| 247 | border: none;
|
---|
| 248 | color: #330000;
|
---|
| 249 | }
|
---|
| 250 |
|
---|
| 251 | .piccolo {
|
---|
| 252 | BACKGROUND: none;
|
---|
| 253 | COLOR: #cccccc;
|
---|
| 254 | FONT-SIZE: 8px;
|
---|
| 255 | FONT-WEIGHT: normal;
|
---|
| 256 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 257 | TEXT-DECORATION: none}
|
---|
| 258 |
|
---|
[80] | 259 | div#container{
|
---|
| 260 |
|
---|
| 261 | margin: 0px auto;
|
---|
| 262 | text-align: left;
|
---|
| 263 | }
|
---|
| 264 | /* width: 550px;*/
|
---|
| 265 |
|
---|
| 266 | #navmenu ul {margin: 0; padding: 0;
|
---|
| 267 | list-style-type: none; list-style-image: none; }
|
---|
| 268 | #navmenu li {display: inline; }
|
---|
| 269 | #navmenu ul li a {text-decoration:none; margin: 1px;
|
---|
| 270 | padding: 2px 8px 2px 8px; color: black;
|
---|
| 271 | }
|
---|
| 272 |
|
---|
| 273 |
|
---|