| 1 | .DynarchCalendar-titleCont
|
|---|
| 2 | {
|
|---|
| 3 | width:100%;
|
|---|
| 4 | }
|
|---|
| 5 |
|
|---|
| 6 | .highlight
|
|---|
| 7 | {
|
|---|
| 8 | color: #0A0 !important;
|
|---|
| 9 | font-weight: bold;
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | .selected
|
|---|
| 13 | {
|
|---|
| 14 | border:1px solid;
|
|---|
| 15 | }
|
|---|
| 16 |
|
|---|
| 17 | .overlay
|
|---|
| 18 | {
|
|---|
| 19 | background-color: rgba(0, 0, 0, 0.5);
|
|---|
| 20 | color: #333;
|
|---|
| 21 | position: fixed;
|
|---|
| 22 | z-index: 400;
|
|---|
| 23 | width: 100%;
|
|---|
| 24 | height: 100%;
|
|---|
| 25 | top: 0px;
|
|---|
| 26 | left: 0px;
|
|---|
| 27 | display:none;
|
|---|
| 28 | overflow:auto;
|
|---|
| 29 | border:1px solid gray;
|
|---|
| 30 | }
|
|---|
| 31 |
|
|---|
| 32 | .close
|
|---|
| 33 | {
|
|---|
| 34 | width: 13px;
|
|---|
| 35 | height: 18px;
|
|---|
| 36 | background-color: blue;
|
|---|
| 37 | color:black;
|
|---|
| 38 | }
|
|---|
| 39 |
|
|---|
| 40 | /* This is for firefox */
|
|---|
| 41 | [disabled] {
|
|---|
| 42 | color:#444;
|
|---|
| 43 | }
|
|---|
| 44 | /*
|
|---|
| 45 | table.myTable
|
|---|
| 46 | {
|
|---|
| 47 | width:100%;
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | .myTable td
|
|---|
| 51 | {
|
|---|
| 52 | border: solid 1px #cecece;
|
|---|
| 53 | }
|
|---|
| 54 |
|
|---|
| 55 | .myTable td.first
|
|---|
| 56 | {
|
|---|
| 57 | width:190px;
|
|---|
| 58 | }
|
|---|
| 59 |
|
|---|
| 60 | .myTable td.last
|
|---|
| 61 | {
|
|---|
| 62 | width:50px;
|
|---|
| 63 | }
|
|---|
| 64 | */
|
|---|
| 65 | *{
|
|---|
| 66 | margin: 0px;
|
|---|
| 67 | padding: 0px;
|
|---|
| 68 | }
|
|---|
| 69 |
|
|---|
| 70 | img, fieldset
|
|---|
| 71 | {
|
|---|
| 72 | padding: 0px;
|
|---|
| 73 | border: none;
|
|---|
| 74 | margin: 0px;
|
|---|
| 75 | line-height: 0px;
|
|---|
| 76 | }
|
|---|
| 77 |
|
|---|
| 78 | a
|
|---|
| 79 | {
|
|---|
| 80 | color: #ffffff;
|
|---|
| 81 | text-decoration: none;
|
|---|
| 82 | font-weight: bold;
|
|---|
| 83 | }
|
|---|
| 84 |
|
|---|
| 85 | a:hover
|
|---|
| 86 | {
|
|---|
| 87 | text-decoration: none;
|
|---|
| 88 | color: #0870d7;
|
|---|
| 89 | }
|
|---|
| 90 | /*
|
|---|
| 91 | h2
|
|---|
| 92 | {
|
|---|
| 93 | font: 24px Arial, Helvetica, sans-serif;
|
|---|
| 94 | font-weight: normal;
|
|---|
| 95 | color: #0870d7;
|
|---|
| 96 | padding: 30px 0px 10px 40px;
|
|---|
| 97 | }*/
|
|---|
| 98 |
|
|---|
| 99 | /*h3{
|
|---|
| 100 | background: url(images/title.png) no-repeat top left;
|
|---|
| 101 | font: 18px Arial, Helvetica, sans-serif;
|
|---|
| 102 | color: #ffffff;
|
|---|
| 103 | height: 43px;
|
|---|
| 104 | width: 265px;
|
|---|
| 105 | text-align: center;
|
|---|
| 106 | line-height: 43px;
|
|---|
| 107 | font-weight: normal;
|
|---|
| 108 |
|
|---|
| 109 | }*/
|
|---|
| 110 |
|
|---|
| 111 | body
|
|---|
| 112 | {
|
|---|
| 113 | font-family: Arial, Helvetica, sans-serif;
|
|---|
| 114 | font-size: 12px;
|
|---|
| 115 | line-height: 18px;
|
|---|
| 116 | color: #ffffff;
|
|---|
| 117 | background: #000 url(images/bg.jpg) no-repeat center 87px;
|
|---|
| 118 |
|
|---|
| 119 | }
|
|---|
| 120 |
|
|---|
| 121 | #bg2
|
|---|
| 122 | {
|
|---|
| 123 | background: url(images/bg2.png) repeat-x top;
|
|---|
| 124 | height: 87px;
|
|---|
| 125 | position: absolute;
|
|---|
| 126 | width: 100%;
|
|---|
| 127 | }
|
|---|
| 128 |
|
|---|
| 129 | #wrapper1
|
|---|
| 130 | {
|
|---|
| 131 | position: relative;
|
|---|
| 132 | width:900px;
|
|---|
| 133 | margin: 0 auto;
|
|---|
| 134 | }
|
|---|
| 135 |
|
|---|
| 136 | .clear
|
|---|
| 137 | {
|
|---|
| 138 | clear: both;
|
|---|
| 139 | }
|
|---|
| 140 |
|
|---|
| 141 | /*
|
|---|
| 142 | menu
|
|---|
| 143 | */
|
|---|
| 144 |
|
|---|
| 145 | #header2
|
|---|
| 146 | {
|
|---|
| 147 | height: 91px;
|
|---|
| 148 | width: 900px;
|
|---|
| 149 | margin: 0 93px;
|
|---|
| 150 | }
|
|---|
| 151 |
|
|---|
| 152 | #header2 ul
|
|---|
| 153 | {
|
|---|
| 154 | padding-left: 0px;
|
|---|
| 155 | list-style: none;
|
|---|
| 156 | width: 800px;
|
|---|
| 157 | margin: 0 auto;
|
|---|
| 158 | }
|
|---|
| 159 |
|
|---|
| 160 | #header2 ul li li2
|
|---|
| 161 | {
|
|---|
| 162 | display: inline;
|
|---|
| 163 | }
|
|---|
| 164 |
|
|---|
| 165 | #header2 ul li a
|
|---|
| 166 | {
|
|---|
| 167 | font: 24px Arial, Helvetica, sans-serif;
|
|---|
| 168 | color: #ffffff;
|
|---|
| 169 | text-align: center;
|
|---|
| 170 | font-weight: normal;
|
|---|
| 171 | text-decoration: none;
|
|---|
| 172 | display: block;
|
|---|
| 173 | float: left;
|
|---|
| 174 | width: 620px;
|
|---|
| 175 | height: 120px;
|
|---|
| 176 | line-height: 91px;
|
|---|
| 177 | font-family:broadway;
|
|---|
| 178 | font-size: 3em;
|
|---|
| 179 | }
|
|---|
| 180 |
|
|---|
| 181 | #header2 ul li2
|
|---|
| 182 | {
|
|---|
| 183 | font-size: .6em;
|
|---|
| 184 | font-family:broadway;
|
|---|
| 185 | color: #ffffff;
|
|---|
| 186 | width: 620px;
|
|---|
| 187 | height: 120px;
|
|---|
| 188 | line-height: 91px;
|
|---|
| 189 | }
|
|---|
| 190 |
|
|---|
| 191 | #header2 ul li li2 a:hover, #menu ul li .active
|
|---|
| 192 | {
|
|---|
| 193 | color: #FF0;
|
|---|
| 194 | }
|
|---|
| 195 |
|
|---|
| 196 |
|
|---|
| 197 | /*logo*/
|
|---|
| 198 | /*
|
|---|
| 199 | #logo{
|
|---|
| 200 | width: 1032px;
|
|---|
| 201 | margin: 0 auto;
|
|---|
| 202 | height: 112px;
|
|---|
| 203 | padding-top: 50px;
|
|---|
| 204 | padding-left: 60px;
|
|---|
| 205 |
|
|---|
| 206 | }
|
|---|
| 207 |
|
|---|
| 208 | #logo h1 a{
|
|---|
| 209 | font: 14px Arial, Helvetica, sans-serif;
|
|---|
| 210 | color: #ffffff;
|
|---|
| 211 | font-weight: bold;
|
|---|
| 212 | text-decoration: none;
|
|---|
| 213 | }
|
|---|
| 214 |
|
|---|
| 215 | #logo a small{
|
|---|
| 216 | font: 12px Arial, Helvetica, sans-serif;
|
|---|
| 217 | color: #ffffff;
|
|---|
| 218 | font-weight: normal;
|
|---|
| 219 | text-decoration: none;
|
|---|
| 220 | }
|
|---|
| 221 |
|
|---|
| 222 | #prew_img{
|
|---|
| 223 | background: url(images/img_prew.png) no-repeat top left;
|
|---|
| 224 | height: 297px;
|
|---|
| 225 | width: 1054px;
|
|---|
| 226 | margin: 0 auto;
|
|---|
| 227 | }
|
|---|
| 228 | */
|
|---|
| 229 |
|
|---|
| 230 | /*
|
|---|
| 231 | Content
|
|---|
| 232 | */
|
|---|
| 233 | #content_bg_top
|
|---|
| 234 | {
|
|---|
| 235 | background: url(images/content_top.png) no-repeat top left;
|
|---|
| 236 | height: 10px;
|
|---|
| 237 | }
|
|---|
| 238 | /*
|
|---|
| 239 | #content_bg_bot
|
|---|
| 240 | {
|
|---|
| 241 | background: url(images/content_bot.png) no-repeat bottom left;
|
|---|
| 242 | height: 10px;
|
|---|
| 243 | }*/
|
|---|
| 244 |
|
|---|
| 245 | #content_box
|
|---|
| 246 | {
|
|---|
| 247 | background: url(images/content_repeat.png);
|
|---|
| 248 | padding:0px 12px;
|
|---|
| 249 | }
|
|---|
| 250 |
|
|---|
| 251 | /*
|
|---|
| 252 | header
|
|---|
| 253 | */
|
|---|
| 254 | /*
|
|---|
| 255 | #header {
|
|---|
| 256 | background: url(images/header.jpg) no-repeat left top;
|
|---|
| 257 | height: 326px;
|
|---|
| 258 | width: 876px;
|
|---|
| 259 | }
|
|---|
| 260 | */
|
|---|
| 261 |
|
|---|
| 262 | /*
|
|---|
| 263 | download_box
|
|---|
| 264 | */
|
|---|
| 265 | /*
|
|---|
| 266 | #download_box{
|
|---|
| 267 |
|
|---|
| 268 | width: 876px;
|
|---|
| 269 | height: 112px;
|
|---|
| 270 |
|
|---|
| 271 | }
|
|---|
| 272 |
|
|---|
| 273 | #download_box p {
|
|---|
| 274 | color: #303030;
|
|---|
| 275 | font: 12px Arial, Helvetica, sans-serif;
|
|---|
| 276 | font-weight: normal;
|
|---|
| 277 | }
|
|---|
| 278 | #download_box p a {
|
|---|
| 279 | color: #303030;
|
|---|
| 280 | font: 12px Arial, Helvetica, sans-serif;
|
|---|
| 281 | font-weight: bold;
|
|---|
| 282 |
|
|---|
| 283 | }
|
|---|
| 284 | #download_box p a:hover {
|
|---|
| 285 | color: #0870d7;
|
|---|
| 286 | }
|
|---|
| 287 | #download_left {
|
|---|
| 288 | padding: 25px 0px 10px 25px;
|
|---|
| 289 | float:left;
|
|---|
| 290 | width: 638px;
|
|---|
| 291 | }
|
|---|
| 292 |
|
|---|
| 293 | #download_right a{
|
|---|
| 294 | font: 18px Arial, Helvetica, sans-serif;
|
|---|
| 295 | font-weight: bold;
|
|---|
| 296 | text-align: center;
|
|---|
| 297 | line-height: 56px;
|
|---|
| 298 | width: 195px;
|
|---|
| 299 | height: 56px;
|
|---|
| 300 | text-transform: uppercase;
|
|---|
| 301 | background: url(images/download_button.png) no-repeat top left;
|
|---|
| 302 | display: block;
|
|---|
| 303 | float: right;
|
|---|
| 304 | margin: 38px 15px 0px 0px;
|
|---|
| 305 | }
|
|---|
| 306 |
|
|---|
| 307 | #download_right a:hover{
|
|---|
| 308 | color: #ffffff;
|
|---|
| 309 | }
|
|---|
| 310 | */
|
|---|
| 311 | /*
|
|---|
| 312 | column_box
|
|---|
| 313 | */
|
|---|
| 314 | #column_box
|
|---|
| 315 | {
|
|---|
| 316 | padding-left: 15px;
|
|---|
| 317 | padding-bottom: 30px;
|
|---|
| 318 | }
|
|---|
| 319 |
|
|---|
| 320 | #column_box a
|
|---|
| 321 | {
|
|---|
| 322 | color: #666666;
|
|---|
| 323 | }
|
|---|
| 324 |
|
|---|
| 325 | #column_box a:hover
|
|---|
| 326 | {
|
|---|
| 327 | color: #ffffff;
|
|---|
| 328 | }
|
|---|
| 329 |
|
|---|
| 330 | #column_box p
|
|---|
| 331 | {
|
|---|
| 332 | color: #666666;
|
|---|
| 333 | padding-top: 5px;
|
|---|
| 334 | }
|
|---|
| 335 |
|
|---|
| 336 | #column1
|
|---|
| 337 | {
|
|---|
| 338 | float: left;
|
|---|
| 339 | width: 280px;
|
|---|
| 340 | }
|
|---|
| 341 |
|
|---|
| 342 | #column2
|
|---|
| 343 | {
|
|---|
| 344 | float: left;
|
|---|
| 345 | width: 260px;
|
|---|
| 346 | }
|
|---|
| 347 |
|
|---|
| 348 | #column3
|
|---|
| 349 | {
|
|---|
| 350 | float: left;
|
|---|
| 351 | width: 580px;
|
|---|
| 352 | }
|
|---|
| 353 |
|
|---|
| 354 | #column2
|
|---|
| 355 | {
|
|---|
| 356 | margin: 0px 40px;
|
|---|
| 357 | }
|
|---|
| 358 | /*
|
|---|
| 359 | footer_top
|
|---|
| 360 | */
|
|---|
| 361 |
|
|---|
| 362 |
|
|---|
| 363 |
|
|---|
| 364 | /*
|
|---|
| 365 | #footer_top{
|
|---|
| 366 | padding-top: 35px;
|
|---|
| 367 | }
|
|---|
| 368 |
|
|---|
| 369 |
|
|---|
| 370 | #footer_top a{
|
|---|
| 371 | color: #ffffff;
|
|---|
| 372 | font-weight: bold;
|
|---|
| 373 | }
|
|---|
| 374 |
|
|---|
| 375 | #footer_top a:hover{
|
|---|
| 376 | color: #0870d7;
|
|---|
| 377 | }
|
|---|
| 378 |
|
|---|
| 379 | #footer_top p{
|
|---|
| 380 | color: #ffffff;
|
|---|
| 381 | line-height: 20px;
|
|---|
| 382 | }
|
|---|
| 383 |
|
|---|
| 384 | #footer_column1, #footer_column2, #footer_column3{
|
|---|
| 385 | width: 265px;
|
|---|
| 386 | float: left;
|
|---|
| 387 | }
|
|---|
| 388 |
|
|---|
| 389 | .footer_text{
|
|---|
| 390 | background: url(images/footer_top_border.png) no-repeat top left;
|
|---|
| 391 | padding: 10px 0px 10px 20px;
|
|---|
| 392 | }
|
|---|
| 393 |
|
|---|
| 394 | #footer_column2{
|
|---|
| 395 | padding: 0px 38px 0px 31px;
|
|---|
| 396 | }
|
|---|
| 397 |
|
|---|
| 398 | .foot_pad{
|
|---|
| 399 | padding-left: 45px;
|
|---|
| 400 | padding-top: 10px;
|
|---|
| 401 | }
|
|---|
| 402 |
|
|---|
| 403 |
|
|---|
| 404 | .ls{
|
|---|
| 405 | list-style: none;
|
|---|
| 406 | padding-left: 0px;
|
|---|
| 407 | }
|
|---|
| 408 |
|
|---|
| 409 | .ls li{
|
|---|
| 410 | background: url(images/ls1.gif) no-repeat 0px 6px;
|
|---|
| 411 | margin-bottom: 8px;
|
|---|
| 412 | padding-left: 15px;
|
|---|
| 413 | }
|
|---|
| 414 | */
|
|---|
| 415 | /*
|
|---|
| 416 | footer_bot
|
|---|
| 417 | */
|
|---|
| 418 |
|
|---|
| 419 | #footer_bot
|
|---|
| 420 | {
|
|---|
| 421 | padding: 25px;
|
|---|
| 422 | text-align: center;
|
|---|
| 423 | }
|
|---|
| 424 |
|
|---|
| 425 | .button
|
|---|
| 426 | {
|
|---|
| 427 | cursor:pointer;
|
|---|
| 428 | border-top: 1px solid #96d1f8;
|
|---|
| 429 | background: #65a9d7;
|
|---|
| 430 | background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
|---|
| 431 | background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 432 | background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 433 | background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 434 | background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 435 | padding: 3px 6px;
|
|---|
| 436 | -webkit-border-radius: 6px;
|
|---|
| 437 | -moz-border-radius: 6px;
|
|---|
| 438 | border-radius: 6px;
|
|---|
| 439 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 440 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 441 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 442 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|---|
| 443 | color: white;
|
|---|
| 444 | font-size: 14px;
|
|---|
| 445 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
|---|
| 446 | text-decoration: none;
|
|---|
| 447 | vertical-align: middle;
|
|---|
| 448 | }
|
|---|
| 449 |
|
|---|
| 450 | .button:hover
|
|---|
| 451 | {
|
|---|
| 452 | border-top-color: #28597a;
|
|---|
| 453 | background: #28597a;
|
|---|
| 454 | color: #ccc;
|
|---|
| 455 | }
|
|---|
| 456 |
|
|---|
| 457 | .button:active
|
|---|
| 458 | {
|
|---|
| 459 | border-top-color: #b6c5cf;
|
|---|
| 460 | background: #b6c5cf;
|
|---|
| 461 | }
|
|---|
| 462 |
|
|---|
| 463 | #button
|
|---|
| 464 | {
|
|---|
| 465 | border-top: 1px solid #96d1f8;
|
|---|
| 466 | background: #65a9d7;
|
|---|
| 467 | background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
|---|
| 468 | background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 469 | background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 470 | background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 471 | background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 472 | padding: 3px 6px;
|
|---|
| 473 | -webkit-border-radius: 6px;
|
|---|
| 474 | -moz-border-radius: 6px;
|
|---|
| 475 | border-radius: 6px;
|
|---|
| 476 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 477 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 478 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 479 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|---|
| 480 | color: white;
|
|---|
| 481 | font-size: 12px;
|
|---|
| 482 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
|---|
| 483 | text-decoration: none;
|
|---|
| 484 | vertical-align: middle;
|
|---|
| 485 | }
|
|---|
| 486 |
|
|---|
| 487 | #button:hover
|
|---|
| 488 | {
|
|---|
| 489 | border-top-color: #28597a;
|
|---|
| 490 | background: #28597a;
|
|---|
| 491 | color: #ccc;
|
|---|
| 492 | }
|
|---|
| 493 |
|
|---|
| 494 | #button:active
|
|---|
| 495 | {
|
|---|
| 496 | border-top-color: #b6c5cf;
|
|---|
| 497 | background: #b6c5cf;
|
|---|
| 498 | }
|
|---|
| 499 | /*
|
|---|
| 500 | .buttonc {
|
|---|
| 501 | cursor:pointer;
|
|---|
| 502 | border-top: 1px solid #96d1f8;
|
|---|
| 503 |
|
|---|
| 504 | padding: -1px 6px;
|
|---|
| 505 | -webkit-border-radius: 6px;
|
|---|
| 506 | -moz-border-radius: 6px;
|
|---|
| 507 | border-radius: 6px;
|
|---|
| 508 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 509 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 510 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 511 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|---|
| 512 | color: black;
|
|---|
| 513 | font-size: 14px;
|
|---|
| 514 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
|---|
| 515 | text-decoration: none;
|
|---|
| 516 | vertical-align: middle;
|
|---|
| 517 | }
|
|---|
| 518 |
|
|---|
| 519 | #buttonc {
|
|---|
| 520 | border-top: 1px solid #96d1f8;
|
|---|
| 521 | background: #65a9d7;
|
|---|
| 522 | background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
|---|
| 523 | background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 524 | background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 525 | background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 526 | background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
|---|
| 527 | padding: 3px 6px;
|
|---|
| 528 | -webkit-border-radius: 6px;
|
|---|
| 529 | -moz-border-radius: 6px;
|
|---|
| 530 | border-radius: 6px;
|
|---|
| 531 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 532 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 533 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|---|
| 534 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|---|
| 535 | color: white;
|
|---|
| 536 | font-size: 12px;
|
|---|
| 537 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
|---|
| 538 | text-decoration: none;
|
|---|
| 539 | vertical-align: middle;
|
|---|
| 540 | }
|
|---|
| 541 | #buttonc:hover {
|
|---|
| 542 | border-top-color: #28597a;
|
|---|
| 543 | background: #28597a;
|
|---|
| 544 | color: #ccc;
|
|---|
| 545 | }
|
|---|
| 546 | #buttonc:active {
|
|---|
| 547 | border-top-color: #b6c5cf;
|
|---|
| 548 | background: #b6c5cf;
|
|---|
| 549 | }
|
|---|
| 550 | */
|
|---|