styles.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. touch-action:none;
  5. position:static;
  6. left:auto;
  7. width:900px;
  8. margin-left:0;
  9. margin-right:0;
  10. text-align:left;
  11. }
  12. #base {
  13. position:absolute;
  14. z-index:0;
  15. }
  16. #u0 {
  17. position:absolute;
  18. left:0px;
  19. top:0px;
  20. width:800px;
  21. height:980px;
  22. }
  23. #u0_img {
  24. position:absolute;
  25. left:0px;
  26. top:0px;
  27. width:800px;
  28. height:980px;
  29. }
  30. #u1 {
  31. position:absolute;
  32. left:2px;
  33. top:482px;
  34. width:796px;
  35. visibility:hidden;
  36. word-wrap:break-word;
  37. }
  38. #u2 {
  39. position:absolute;
  40. left:11px;
  41. top:440px;
  42. width:779px;
  43. height:460px;
  44. }
  45. #u2_img {
  46. position:absolute;
  47. left:0px;
  48. top:0px;
  49. width:779px;
  50. height:460px;
  51. }
  52. #u3 {
  53. position:absolute;
  54. left:2px;
  55. top:222px;
  56. width:775px;
  57. visibility:hidden;
  58. word-wrap:break-word;
  59. }
  60. #u4 {
  61. position:absolute;
  62. left:111px;
  63. top:240px;
  64. width:592px;
  65. height:40px;
  66. }
  67. #u4_input {
  68. position:absolute;
  69. left:0px;
  70. top:0px;
  71. width:592px;
  72. height:40px;
  73. font-family:'Arial Normal', 'Arial';
  74. font-weight:400;
  75. font-style:normal;
  76. font-size:13px;
  77. text-decoration:none;
  78. color:#000000;
  79. text-align:left;
  80. }
  81. #u5 {
  82. position:absolute;
  83. left:17px;
  84. top:240px;
  85. width:94px;
  86. height:30px;
  87. text-align:right;
  88. }
  89. #u5_img {
  90. position:absolute;
  91. left:0px;
  92. top:0px;
  93. width:94px;
  94. height:30px;
  95. }
  96. #u6 {
  97. position:absolute;
  98. left:0px;
  99. top:7px;
  100. width:94px;
  101. word-wrap:break-word;
  102. }
  103. #u7 {
  104. position:absolute;
  105. left:451px;
  106. top:60px;
  107. width:94px;
  108. height:30px;
  109. text-align:right;
  110. }
  111. #u7_img {
  112. position:absolute;
  113. left:0px;
  114. top:0px;
  115. width:94px;
  116. height:30px;
  117. }
  118. #u8 {
  119. position:absolute;
  120. left:0px;
  121. top:7px;
  122. width:94px;
  123. word-wrap:break-word;
  124. }
  125. #u9 {
  126. position:absolute;
  127. left:545px;
  128. top:60px;
  129. width:150px;
  130. height:30px;
  131. }
  132. #u9_input {
  133. position:absolute;
  134. left:0px;
  135. top:0px;
  136. width:150px;
  137. height:30px;
  138. font-family:'Arial Normal', 'Arial';
  139. font-weight:400;
  140. font-style:normal;
  141. font-size:13px;
  142. text-decoration:none;
  143. color:#000000;
  144. text-align:left;
  145. }
  146. #u10 {
  147. position:absolute;
  148. left:17px;
  149. top:400px;
  150. width:94px;
  151. height:30px;
  152. text-align:right;
  153. }
  154. #u10_img {
  155. position:absolute;
  156. left:0px;
  157. top:0px;
  158. width:94px;
  159. height:30px;
  160. }
  161. #u11 {
  162. position:absolute;
  163. left:0px;
  164. top:7px;
  165. width:94px;
  166. word-wrap:break-word;
  167. }
  168. #u12 {
  169. position:absolute;
  170. left:492px;
  171. top:885px;
  172. width:100px;
  173. height:35px;
  174. }
  175. #u12_input {
  176. position:absolute;
  177. left:0px;
  178. top:0px;
  179. width:100px;
  180. height:35px;
  181. font-family:'Arial Normal', 'Arial';
  182. font-weight:400;
  183. font-style:normal;
  184. font-size:13px;
  185. text-decoration:none;
  186. color:#000000;
  187. text-align:center;
  188. }
  189. #u13 {
  190. position:absolute;
  191. left:48px;
  192. top:110px;
  193. width:94px;
  194. height:30px;
  195. text-align:right;
  196. }
  197. #u13_img {
  198. position:absolute;
  199. left:0px;
  200. top:0px;
  201. width:94px;
  202. height:30px;
  203. }
  204. #u14 {
  205. position:absolute;
  206. left:0px;
  207. top:7px;
  208. width:94px;
  209. word-wrap:break-word;
  210. }
  211. #u15 {
  212. position:absolute;
  213. left:142px;
  214. top:110px;
  215. width:150px;
  216. height:30px;
  217. }
  218. #u15_input {
  219. position:absolute;
  220. left:0px;
  221. top:0px;
  222. width:150px;
  223. height:30px;
  224. font-family:'Arial Normal', 'Arial';
  225. font-weight:400;
  226. font-style:normal;
  227. font-size:13px;
  228. text-decoration:none;
  229. color:#000000;
  230. text-align:left;
  231. }
  232. #u16 {
  233. position:absolute;
  234. left:440px;
  235. top:115px;
  236. width:94px;
  237. height:30px;
  238. text-align:right;
  239. }
  240. #u16_img {
  241. position:absolute;
  242. left:0px;
  243. top:0px;
  244. width:94px;
  245. height:30px;
  246. }
  247. #u17 {
  248. position:absolute;
  249. left:0px;
  250. top:7px;
  251. width:94px;
  252. word-wrap:break-word;
  253. }
  254. #u18 {
  255. position:absolute;
  256. left:544px;
  257. top:115px;
  258. width:150px;
  259. height:30px;
  260. }
  261. #u18_input {
  262. position:absolute;
  263. left:0px;
  264. top:0px;
  265. width:150px;
  266. height:30px;
  267. font-family:'Arial Normal', 'Arial';
  268. font-weight:400;
  269. font-style:normal;
  270. font-size:13px;
  271. text-decoration:none;
  272. color:#000000;
  273. text-align:left;
  274. }
  275. #u19 {
  276. position:absolute;
  277. left:111px;
  278. top:330px;
  279. width:200px;
  280. height:100px;
  281. }
  282. #u19_input {
  283. position:absolute;
  284. left:0px;
  285. top:0px;
  286. width:200px;
  287. height:100px;
  288. font-family:'Arial Normal', 'Arial';
  289. font-weight:400;
  290. font-style:normal;
  291. font-size:13px;
  292. text-decoration:none;
  293. color:#000000;
  294. }
  295. #u20 {
  296. position:absolute;
  297. left:311px;
  298. top:400px;
  299. width:64px;
  300. height:30px;
  301. }
  302. #u20_input {
  303. position:absolute;
  304. left:0px;
  305. top:0px;
  306. width:64px;
  307. height:30px;
  308. font-family:'Arial Normal', 'Arial';
  309. font-weight:400;
  310. font-style:normal;
  311. font-size:13px;
  312. text-decoration:none;
  313. color:#000000;
  314. text-align:center;
  315. }
  316. #u21 {
  317. position:absolute;
  318. left:188px;
  319. top:790px;
  320. width:50px;
  321. height:35px;
  322. }
  323. #u21_input {
  324. position:absolute;
  325. left:0px;
  326. top:0px;
  327. width:50px;
  328. height:35px;
  329. font-family:'Arial Normal', 'Arial';
  330. font-weight:400;
  331. font-style:normal;
  332. font-size:13px;
  333. text-decoration:none;
  334. color:#000000;
  335. text-align:center;
  336. }
  337. #u22 {
  338. position:absolute;
  339. left:46px;
  340. top:60px;
  341. width:94px;
  342. height:30px;
  343. text-align:right;
  344. }
  345. #u22_img {
  346. position:absolute;
  347. left:0px;
  348. top:0px;
  349. width:94px;
  350. height:30px;
  351. }
  352. #u23 {
  353. position:absolute;
  354. left:0px;
  355. top:7px;
  356. width:94px;
  357. word-wrap:break-word;
  358. }
  359. #u24 {
  360. position:absolute;
  361. left:46px;
  362. top:10px;
  363. width:94px;
  364. height:30px;
  365. text-align:right;
  366. }
  367. #u24_img {
  368. position:absolute;
  369. left:0px;
  370. top:0px;
  371. width:94px;
  372. height:30px;
  373. }
  374. #u25 {
  375. position:absolute;
  376. left:0px;
  377. top:7px;
  378. width:94px;
  379. word-wrap:break-word;
  380. }
  381. #u26 {
  382. position:absolute;
  383. left:140px;
  384. top:10px;
  385. width:150px;
  386. height:30px;
  387. }
  388. #u26_input {
  389. position:absolute;
  390. left:0px;
  391. top:0px;
  392. width:150px;
  393. height:30px;
  394. font-family:'Arial Normal', 'Arial';
  395. font-weight:400;
  396. font-style:normal;
  397. font-size:13px;
  398. text-decoration:none;
  399. color:#000000;
  400. }
  401. #u26_input:disabled {
  402. color:grayText;
  403. }
  404. #u27 {
  405. position:absolute;
  406. left:451px;
  407. top:10px;
  408. width:94px;
  409. height:30px;
  410. text-align:right;
  411. }
  412. #u27_img {
  413. position:absolute;
  414. left:0px;
  415. top:0px;
  416. width:94px;
  417. height:30px;
  418. }
  419. #u28 {
  420. position:absolute;
  421. left:0px;
  422. top:7px;
  423. width:94px;
  424. word-wrap:break-word;
  425. }
  426. #u29 {
  427. position:absolute;
  428. left:545px;
  429. top:10px;
  430. width:150px;
  431. height:30px;
  432. }
  433. #u29_input {
  434. position:absolute;
  435. left:0px;
  436. top:0px;
  437. width:150px;
  438. height:30px;
  439. font-family:'Arial Normal', 'Arial';
  440. font-weight:400;
  441. font-style:normal;
  442. font-size:13px;
  443. text-decoration:none;
  444. color:#000000;
  445. }
  446. #u29_input:disabled {
  447. color:grayText;
  448. }
  449. #u30 {
  450. position:absolute;
  451. left:264px;
  452. top:115px;
  453. width:22px;
  454. height:19px;
  455. }
  456. #u30_img {
  457. position:absolute;
  458. left:0px;
  459. top:0px;
  460. width:22px;
  461. height:19px;
  462. }
  463. #u31 {
  464. position:absolute;
  465. left:2px;
  466. top:2px;
  467. width:18px;
  468. visibility:hidden;
  469. word-wrap:break-word;
  470. }
  471. #u32 {
  472. position:absolute;
  473. left:172px;
  474. top:135px;
  475. width:208px;
  476. height:219px;
  477. overflow:hidden;
  478. visibility:hidden;
  479. }
  480. #u32_state0 {
  481. position:absolute;
  482. left:0px;
  483. top:0px;
  484. width:208px;
  485. height:219px;
  486. -ms-overflow-x:hidden;
  487. overflow-x:hidden;
  488. -ms-overflow-y:hidden;
  489. overflow-y:hidden;
  490. background-image:none;
  491. }
  492. #u32_state0_content {
  493. position:absolute;
  494. left:0px;
  495. top:0px;
  496. width:1px;
  497. height:1px;
  498. }
  499. #u33 {
  500. position:absolute;
  501. left:1px;
  502. top:1px;
  503. width:206px;
  504. height:217px;
  505. }
  506. #u33_img {
  507. position:absolute;
  508. left:0px;
  509. top:0px;
  510. width:206px;
  511. height:217px;
  512. }
  513. #u34 {
  514. position:absolute;
  515. left:2px;
  516. top:100px;
  517. width:202px;
  518. visibility:hidden;
  519. word-wrap:break-word;
  520. }
  521. #u35 {
  522. position:absolute;
  523. left:4px;
  524. top:9px;
  525. width:200px;
  526. height:203px;
  527. }
  528. #u35_img {
  529. position:absolute;
  530. left:0px;
  531. top:0px;
  532. width:200px;
  533. height:203px;
  534. }
  535. #u36 {
  536. position:absolute;
  537. left:2px;
  538. top:94px;
  539. width:196px;
  540. visibility:hidden;
  541. word-wrap:break-word;
  542. }
  543. #u37 {
  544. position:absolute;
  545. left:91px;
  546. top:122px;
  547. width:25px;
  548. height:19px;
  549. overflow:hidden;
  550. background-image:url('../../resources/images/transparent.gif');
  551. }
  552. #u38 {
  553. position:absolute;
  554. left:9px;
  555. top:191px;
  556. width:50px;
  557. height:18px;
  558. overflow:hidden;
  559. background-image:url('../../resources/images/transparent.gif');
  560. }
  561. #u39 {
  562. position:absolute;
  563. left:147px;
  564. top:191px;
  565. width:50px;
  566. height:18px;
  567. overflow:hidden;
  568. background-image:url('../../resources/images/transparent.gif');
  569. }
  570. #u40 {
  571. position:absolute;
  572. left:69px;
  573. top:191px;
  574. width:69px;
  575. height:18px;
  576. overflow:hidden;
  577. background-image:url('../../resources/images/transparent.gif');
  578. }
  579. #u41 {
  580. position:absolute;
  581. left:664px;
  582. top:120px;
  583. width:22px;
  584. height:19px;
  585. }
  586. #u41_img {
  587. position:absolute;
  588. left:0px;
  589. top:0px;
  590. width:22px;
  591. height:19px;
  592. }
  593. #u42 {
  594. position:absolute;
  595. left:2px;
  596. top:2px;
  597. width:18px;
  598. visibility:hidden;
  599. word-wrap:break-word;
  600. }
  601. #u43 {
  602. position:absolute;
  603. left:572px;
  604. top:140px;
  605. width:208px;
  606. height:219px;
  607. overflow:hidden;
  608. visibility:hidden;
  609. }
  610. #u43_state0 {
  611. position:absolute;
  612. left:0px;
  613. top:0px;
  614. width:208px;
  615. height:219px;
  616. -ms-overflow-x:hidden;
  617. overflow-x:hidden;
  618. -ms-overflow-y:hidden;
  619. overflow-y:hidden;
  620. background-image:none;
  621. }
  622. #u43_state0_content {
  623. position:absolute;
  624. left:0px;
  625. top:0px;
  626. width:1px;
  627. height:1px;
  628. }
  629. #u44 {
  630. position:absolute;
  631. left:1px;
  632. top:1px;
  633. width:206px;
  634. height:217px;
  635. }
  636. #u44_img {
  637. position:absolute;
  638. left:0px;
  639. top:0px;
  640. width:206px;
  641. height:217px;
  642. }
  643. #u45 {
  644. position:absolute;
  645. left:2px;
  646. top:100px;
  647. width:202px;
  648. visibility:hidden;
  649. word-wrap:break-word;
  650. }
  651. #u46 {
  652. position:absolute;
  653. left:4px;
  654. top:9px;
  655. width:200px;
  656. height:203px;
  657. }
  658. #u46_img {
  659. position:absolute;
  660. left:0px;
  661. top:0px;
  662. width:200px;
  663. height:203px;
  664. }
  665. #u47 {
  666. position:absolute;
  667. left:2px;
  668. top:94px;
  669. width:196px;
  670. visibility:hidden;
  671. word-wrap:break-word;
  672. }
  673. #u48 {
  674. position:absolute;
  675. left:91px;
  676. top:122px;
  677. width:25px;
  678. height:19px;
  679. overflow:hidden;
  680. background-image:url('../../resources/images/transparent.gif');
  681. }
  682. #u49 {
  683. position:absolute;
  684. left:9px;
  685. top:191px;
  686. width:50px;
  687. height:18px;
  688. overflow:hidden;
  689. background-image:url('../../resources/images/transparent.gif');
  690. }
  691. #u50 {
  692. position:absolute;
  693. left:147px;
  694. top:191px;
  695. width:50px;
  696. height:18px;
  697. overflow:hidden;
  698. background-image:url('../../resources/images/transparent.gif');
  699. }
  700. #u51 {
  701. position:absolute;
  702. left:69px;
  703. top:191px;
  704. width:69px;
  705. height:18px;
  706. overflow:hidden;
  707. background-image:url('../../resources/images/transparent.gif');
  708. }
  709. #u52 {
  710. position:absolute;
  711. left:17px;
  712. top:450px;
  713. width:134px;
  714. height:30px;
  715. text-align:right;
  716. }
  717. #u52_img {
  718. position:absolute;
  719. left:0px;
  720. top:0px;
  721. width:134px;
  722. height:30px;
  723. }
  724. #u53 {
  725. position:absolute;
  726. left:0px;
  727. top:7px;
  728. width:134px;
  729. word-wrap:break-word;
  730. }
  731. #u54 {
  732. position:absolute;
  733. left:151px;
  734. top:452px;
  735. width:100px;
  736. height:25px;
  737. }
  738. #u54_input {
  739. position:absolute;
  740. left:0px;
  741. top:0px;
  742. width:100px;
  743. height:25px;
  744. font-family:'Arial Normal', 'Arial';
  745. font-weight:400;
  746. font-style:normal;
  747. font-size:13px;
  748. text-decoration:none;
  749. color:#000000;
  750. text-align:center;
  751. }
  752. #u55 {
  753. position:absolute;
  754. left:17px;
  755. top:489px;
  756. width:759px;
  757. height:137px;
  758. }
  759. #u56 {
  760. position:absolute;
  761. left:0px;
  762. top:0px;
  763. width:60px;
  764. height:33px;
  765. font-family:'Arial Negreta', 'Arial';
  766. font-weight:700;
  767. font-style:normal;
  768. font-size:16px;
  769. text-align:center;
  770. }
  771. #u56_img {
  772. position:absolute;
  773. left:0px;
  774. top:0px;
  775. width:60px;
  776. height:33px;
  777. }
  778. #u57 {
  779. position:absolute;
  780. left:2px;
  781. top:7px;
  782. width:56px;
  783. word-wrap:break-word;
  784. }
  785. #u58 {
  786. position:absolute;
  787. left:60px;
  788. top:0px;
  789. width:103px;
  790. height:33px;
  791. font-family:'Arial Negreta', 'Arial';
  792. font-weight:700;
  793. font-style:normal;
  794. font-size:16px;
  795. text-align:center;
  796. }
  797. #u58_img {
  798. position:absolute;
  799. left:0px;
  800. top:0px;
  801. width:103px;
  802. height:33px;
  803. }
  804. #u59 {
  805. position:absolute;
  806. left:2px;
  807. top:7px;
  808. width:99px;
  809. word-wrap:break-word;
  810. }
  811. #u60 {
  812. position:absolute;
  813. left:163px;
  814. top:0px;
  815. width:246px;
  816. height:33px;
  817. font-family:'Arial Negreta', 'Arial';
  818. font-weight:700;
  819. font-style:normal;
  820. font-size:16px;
  821. text-align:center;
  822. }
  823. #u60_img {
  824. position:absolute;
  825. left:0px;
  826. top:0px;
  827. width:246px;
  828. height:33px;
  829. }
  830. #u61 {
  831. position:absolute;
  832. left:2px;
  833. top:7px;
  834. width:242px;
  835. word-wrap:break-word;
  836. }
  837. #u62 {
  838. position:absolute;
  839. left:409px;
  840. top:0px;
  841. width:171px;
  842. height:33px;
  843. font-family:'Arial Negreta', 'Arial';
  844. font-weight:700;
  845. font-style:normal;
  846. font-size:16px;
  847. text-align:center;
  848. }
  849. #u62_img {
  850. position:absolute;
  851. left:0px;
  852. top:0px;
  853. width:171px;
  854. height:33px;
  855. }
  856. #u63 {
  857. position:absolute;
  858. left:2px;
  859. top:7px;
  860. width:167px;
  861. word-wrap:break-word;
  862. }
  863. #u64 {
  864. position:absolute;
  865. left:580px;
  866. top:0px;
  867. width:174px;
  868. height:33px;
  869. font-family:'Arial Negreta', 'Arial';
  870. font-weight:700;
  871. font-style:normal;
  872. font-size:16px;
  873. text-align:center;
  874. }
  875. #u64_img {
  876. position:absolute;
  877. left:0px;
  878. top:0px;
  879. width:174px;
  880. height:33px;
  881. }
  882. #u65 {
  883. position:absolute;
  884. left:2px;
  885. top:7px;
  886. width:170px;
  887. word-wrap:break-word;
  888. }
  889. #u66 {
  890. position:absolute;
  891. left:0px;
  892. top:33px;
  893. width:60px;
  894. height:33px;
  895. text-align:center;
  896. }
  897. #u66_img {
  898. position:absolute;
  899. left:0px;
  900. top:0px;
  901. width:60px;
  902. height:33px;
  903. }
  904. #u67 {
  905. position:absolute;
  906. left:2px;
  907. top:8px;
  908. width:56px;
  909. word-wrap:break-word;
  910. }
  911. #u68 {
  912. position:absolute;
  913. left:60px;
  914. top:33px;
  915. width:103px;
  916. height:33px;
  917. text-align:center;
  918. }
  919. #u68_img {
  920. position:absolute;
  921. left:0px;
  922. top:0px;
  923. width:103px;
  924. height:33px;
  925. }
  926. #u69 {
  927. position:absolute;
  928. left:2px;
  929. top:8px;
  930. width:99px;
  931. word-wrap:break-word;
  932. }
  933. #u70 {
  934. position:absolute;
  935. left:163px;
  936. top:33px;
  937. width:246px;
  938. height:33px;
  939. text-align:center;
  940. }
  941. #u70_img {
  942. position:absolute;
  943. left:0px;
  944. top:0px;
  945. width:246px;
  946. height:33px;
  947. }
  948. #u71 {
  949. position:absolute;
  950. left:2px;
  951. top:8px;
  952. width:242px;
  953. word-wrap:break-word;
  954. }
  955. #u72 {
  956. position:absolute;
  957. left:409px;
  958. top:33px;
  959. width:171px;
  960. height:33px;
  961. text-align:center;
  962. }
  963. #u72_img {
  964. position:absolute;
  965. left:0px;
  966. top:0px;
  967. width:171px;
  968. height:33px;
  969. }
  970. #u73 {
  971. position:absolute;
  972. left:2px;
  973. top:8px;
  974. width:167px;
  975. word-wrap:break-word;
  976. }
  977. #u74 {
  978. position:absolute;
  979. left:580px;
  980. top:33px;
  981. width:174px;
  982. height:33px;
  983. text-align:center;
  984. }
  985. #u74_img {
  986. position:absolute;
  987. left:0px;
  988. top:0px;
  989. width:174px;
  990. height:33px;
  991. }
  992. #u75 {
  993. position:absolute;
  994. left:2px;
  995. top:8px;
  996. width:170px;
  997. visibility:hidden;
  998. word-wrap:break-word;
  999. }
  1000. #u76 {
  1001. position:absolute;
  1002. left:0px;
  1003. top:66px;
  1004. width:60px;
  1005. height:33px;
  1006. text-align:center;
  1007. }
  1008. #u76_img {
  1009. position:absolute;
  1010. left:0px;
  1011. top:0px;
  1012. width:60px;
  1013. height:33px;
  1014. }
  1015. #u77 {
  1016. position:absolute;
  1017. left:2px;
  1018. top:8px;
  1019. width:56px;
  1020. visibility:hidden;
  1021. word-wrap:break-word;
  1022. }
  1023. #u78 {
  1024. position:absolute;
  1025. left:60px;
  1026. top:66px;
  1027. width:103px;
  1028. height:33px;
  1029. text-align:center;
  1030. }
  1031. #u78_img {
  1032. position:absolute;
  1033. left:0px;
  1034. top:0px;
  1035. width:103px;
  1036. height:33px;
  1037. }
  1038. #u79 {
  1039. position:absolute;
  1040. left:2px;
  1041. top:8px;
  1042. width:99px;
  1043. visibility:hidden;
  1044. word-wrap:break-word;
  1045. }
  1046. #u80 {
  1047. position:absolute;
  1048. left:163px;
  1049. top:66px;
  1050. width:246px;
  1051. height:33px;
  1052. text-align:center;
  1053. }
  1054. #u80_img {
  1055. position:absolute;
  1056. left:0px;
  1057. top:0px;
  1058. width:246px;
  1059. height:33px;
  1060. }
  1061. #u81 {
  1062. position:absolute;
  1063. left:2px;
  1064. top:8px;
  1065. width:242px;
  1066. visibility:hidden;
  1067. word-wrap:break-word;
  1068. }
  1069. #u82 {
  1070. position:absolute;
  1071. left:409px;
  1072. top:66px;
  1073. width:171px;
  1074. height:33px;
  1075. text-align:center;
  1076. }
  1077. #u82_img {
  1078. position:absolute;
  1079. left:0px;
  1080. top:0px;
  1081. width:171px;
  1082. height:33px;
  1083. }
  1084. #u83 {
  1085. position:absolute;
  1086. left:2px;
  1087. top:8px;
  1088. width:167px;
  1089. visibility:hidden;
  1090. word-wrap:break-word;
  1091. }
  1092. #u84 {
  1093. position:absolute;
  1094. left:580px;
  1095. top:66px;
  1096. width:174px;
  1097. height:33px;
  1098. text-align:center;
  1099. }
  1100. #u84_img {
  1101. position:absolute;
  1102. left:0px;
  1103. top:0px;
  1104. width:174px;
  1105. height:33px;
  1106. }
  1107. #u85 {
  1108. position:absolute;
  1109. left:2px;
  1110. top:8px;
  1111. width:170px;
  1112. visibility:hidden;
  1113. word-wrap:break-word;
  1114. }
  1115. #u86 {
  1116. position:absolute;
  1117. left:0px;
  1118. top:99px;
  1119. width:60px;
  1120. height:33px;
  1121. text-align:center;
  1122. }
  1123. #u86_img {
  1124. position:absolute;
  1125. left:0px;
  1126. top:0px;
  1127. width:60px;
  1128. height:33px;
  1129. }
  1130. #u87 {
  1131. position:absolute;
  1132. left:2px;
  1133. top:8px;
  1134. width:56px;
  1135. visibility:hidden;
  1136. word-wrap:break-word;
  1137. }
  1138. #u88 {
  1139. position:absolute;
  1140. left:60px;
  1141. top:99px;
  1142. width:103px;
  1143. height:33px;
  1144. text-align:center;
  1145. }
  1146. #u88_img {
  1147. position:absolute;
  1148. left:0px;
  1149. top:0px;
  1150. width:103px;
  1151. height:33px;
  1152. }
  1153. #u89 {
  1154. position:absolute;
  1155. left:2px;
  1156. top:8px;
  1157. width:99px;
  1158. visibility:hidden;
  1159. word-wrap:break-word;
  1160. }
  1161. #u90 {
  1162. position:absolute;
  1163. left:163px;
  1164. top:99px;
  1165. width:246px;
  1166. height:33px;
  1167. text-align:center;
  1168. }
  1169. #u90_img {
  1170. position:absolute;
  1171. left:0px;
  1172. top:0px;
  1173. width:246px;
  1174. height:33px;
  1175. }
  1176. #u91 {
  1177. position:absolute;
  1178. left:2px;
  1179. top:8px;
  1180. width:242px;
  1181. visibility:hidden;
  1182. word-wrap:break-word;
  1183. }
  1184. #u92 {
  1185. position:absolute;
  1186. left:409px;
  1187. top:99px;
  1188. width:171px;
  1189. height:33px;
  1190. text-align:center;
  1191. }
  1192. #u92_img {
  1193. position:absolute;
  1194. left:0px;
  1195. top:0px;
  1196. width:171px;
  1197. height:33px;
  1198. }
  1199. #u93 {
  1200. position:absolute;
  1201. left:2px;
  1202. top:8px;
  1203. width:167px;
  1204. visibility:hidden;
  1205. word-wrap:break-word;
  1206. }
  1207. #u94 {
  1208. position:absolute;
  1209. left:580px;
  1210. top:99px;
  1211. width:174px;
  1212. height:33px;
  1213. text-align:center;
  1214. }
  1215. #u94_img {
  1216. position:absolute;
  1217. left:0px;
  1218. top:0px;
  1219. width:174px;
  1220. height:33px;
  1221. }
  1222. #u95 {
  1223. position:absolute;
  1224. left:2px;
  1225. top:8px;
  1226. width:170px;
  1227. visibility:hidden;
  1228. word-wrap:break-word;
  1229. }
  1230. #u96 {
  1231. position:absolute;
  1232. left:660px;
  1233. top:526px;
  1234. width:55px;
  1235. height:25px;
  1236. }
  1237. #u96_input {
  1238. position:absolute;
  1239. left:0px;
  1240. top:0px;
  1241. width:55px;
  1242. height:25px;
  1243. font-family:'Arial Normal', 'Arial';
  1244. font-weight:400;
  1245. font-style:normal;
  1246. font-size:13px;
  1247. text-decoration:none;
  1248. color:#000000;
  1249. text-align:center;
  1250. }
  1251. #u97 {
  1252. position:absolute;
  1253. left:24px;
  1254. top:790px;
  1255. width:164px;
  1256. height:30px;
  1257. text-align:right;
  1258. }
  1259. #u97_img {
  1260. position:absolute;
  1261. left:0px;
  1262. top:0px;
  1263. width:164px;
  1264. height:30px;
  1265. }
  1266. #u98 {
  1267. position:absolute;
  1268. left:0px;
  1269. top:7px;
  1270. width:164px;
  1271. word-wrap:break-word;
  1272. }
  1273. #u99 {
  1274. position:absolute;
  1275. left:123px;
  1276. top:650px;
  1277. width:592px;
  1278. height:70px;
  1279. }
  1280. #u99_input {
  1281. position:absolute;
  1282. left:0px;
  1283. top:0px;
  1284. width:592px;
  1285. height:70px;
  1286. font-family:'Arial Normal', 'Arial';
  1287. font-weight:400;
  1288. font-style:normal;
  1289. font-size:13px;
  1290. text-decoration:none;
  1291. color:#000000;
  1292. text-align:left;
  1293. }
  1294. #u100 {
  1295. position:absolute;
  1296. left:29px;
  1297. top:650px;
  1298. width:94px;
  1299. height:52px;
  1300. text-align:right;
  1301. }
  1302. #u100_img {
  1303. position:absolute;
  1304. left:0px;
  1305. top:0px;
  1306. width:94px;
  1307. height:52px;
  1308. }
  1309. #u101 {
  1310. position:absolute;
  1311. left:0px;
  1312. top:18px;
  1313. width:94px;
  1314. word-wrap:break-word;
  1315. }
  1316. #u102 {
  1317. position:absolute;
  1318. left:248px;
  1319. top:885px;
  1320. width:100px;
  1321. height:35px;
  1322. }
  1323. #u102_input {
  1324. position:absolute;
  1325. left:0px;
  1326. top:0px;
  1327. width:100px;
  1328. height:35px;
  1329. font-family:'Arial Normal', 'Arial';
  1330. font-weight:400;
  1331. font-style:normal;
  1332. font-size:13px;
  1333. text-decoration:none;
  1334. color:#000000;
  1335. text-align:center;
  1336. }
  1337. #u103 {
  1338. position:absolute;
  1339. left:46px;
  1340. top:730px;
  1341. width:94px;
  1342. height:30px;
  1343. text-align:right;
  1344. }
  1345. #u103_img {
  1346. position:absolute;
  1347. left:0px;
  1348. top:0px;
  1349. width:94px;
  1350. height:30px;
  1351. }
  1352. #u104 {
  1353. position:absolute;
  1354. left:0px;
  1355. top:7px;
  1356. width:94px;
  1357. word-wrap:break-word;
  1358. }
  1359. #u105 {
  1360. position:absolute;
  1361. left:150px;
  1362. top:730px;
  1363. width:150px;
  1364. height:30px;
  1365. }
  1366. #u105_input {
  1367. position:absolute;
  1368. left:0px;
  1369. top:0px;
  1370. width:150px;
  1371. height:30px;
  1372. font-family:'Arial Normal', 'Arial';
  1373. font-weight:400;
  1374. font-style:normal;
  1375. font-size:13px;
  1376. text-decoration:none;
  1377. color:#000000;
  1378. text-align:left;
  1379. }
  1380. #u106 {
  1381. position:absolute;
  1382. left:326px;
  1383. top:730px;
  1384. width:94px;
  1385. height:30px;
  1386. text-align:right;
  1387. }
  1388. #u106_img {
  1389. position:absolute;
  1390. left:0px;
  1391. top:0px;
  1392. width:94px;
  1393. height:30px;
  1394. }
  1395. #u107 {
  1396. position:absolute;
  1397. left:0px;
  1398. top:7px;
  1399. width:94px;
  1400. word-wrap:break-word;
  1401. }
  1402. #u108 {
  1403. position:absolute;
  1404. left:430px;
  1405. top:730px;
  1406. width:150px;
  1407. height:30px;
  1408. }
  1409. #u108_input {
  1410. position:absolute;
  1411. left:0px;
  1412. top:0px;
  1413. width:150px;
  1414. height:30px;
  1415. font-family:'Arial Normal', 'Arial';
  1416. font-weight:400;
  1417. font-style:normal;
  1418. font-size:13px;
  1419. text-decoration:none;
  1420. color:#000000;
  1421. text-align:left;
  1422. }
  1423. #u109 {
  1424. position:absolute;
  1425. left:258px;
  1426. top:790px;
  1427. width:50px;
  1428. height:35px;
  1429. }
  1430. #u109_input {
  1431. position:absolute;
  1432. left:0px;
  1433. top:0px;
  1434. width:50px;
  1435. height:35px;
  1436. font-family:'Arial Normal', 'Arial';
  1437. font-weight:400;
  1438. font-style:normal;
  1439. font-size:13px;
  1440. text-decoration:none;
  1441. color:#000000;
  1442. text-align:center;
  1443. }
  1444. #u110 {
  1445. position:absolute;
  1446. left:273px;
  1447. top:735px;
  1448. width:22px;
  1449. height:19px;
  1450. }
  1451. #u110_img {
  1452. position:absolute;
  1453. left:0px;
  1454. top:0px;
  1455. width:22px;
  1456. height:19px;
  1457. }
  1458. #u111 {
  1459. position:absolute;
  1460. left:2px;
  1461. top:2px;
  1462. width:18px;
  1463. visibility:hidden;
  1464. word-wrap:break-word;
  1465. }
  1466. #u112 {
  1467. position:absolute;
  1468. left:181px;
  1469. top:755px;
  1470. width:208px;
  1471. height:219px;
  1472. overflow:hidden;
  1473. visibility:hidden;
  1474. }
  1475. #u112_state0 {
  1476. position:absolute;
  1477. left:0px;
  1478. top:0px;
  1479. width:208px;
  1480. height:219px;
  1481. -ms-overflow-x:hidden;
  1482. overflow-x:hidden;
  1483. -ms-overflow-y:hidden;
  1484. overflow-y:hidden;
  1485. background-image:none;
  1486. }
  1487. #u112_state0_content {
  1488. position:absolute;
  1489. left:0px;
  1490. top:0px;
  1491. width:1px;
  1492. height:1px;
  1493. }
  1494. #u113 {
  1495. position:absolute;
  1496. left:1px;
  1497. top:1px;
  1498. width:206px;
  1499. height:217px;
  1500. }
  1501. #u113_img {
  1502. position:absolute;
  1503. left:0px;
  1504. top:0px;
  1505. width:206px;
  1506. height:217px;
  1507. }
  1508. #u114 {
  1509. position:absolute;
  1510. left:2px;
  1511. top:100px;
  1512. width:202px;
  1513. visibility:hidden;
  1514. word-wrap:break-word;
  1515. }
  1516. #u115 {
  1517. position:absolute;
  1518. left:4px;
  1519. top:9px;
  1520. width:200px;
  1521. height:203px;
  1522. }
  1523. #u115_img {
  1524. position:absolute;
  1525. left:0px;
  1526. top:0px;
  1527. width:200px;
  1528. height:203px;
  1529. }
  1530. #u116 {
  1531. position:absolute;
  1532. left:2px;
  1533. top:94px;
  1534. width:196px;
  1535. visibility:hidden;
  1536. word-wrap:break-word;
  1537. }
  1538. #u117 {
  1539. position:absolute;
  1540. left:91px;
  1541. top:122px;
  1542. width:25px;
  1543. height:19px;
  1544. overflow:hidden;
  1545. background-image:url('../../resources/images/transparent.gif');
  1546. }
  1547. #u118 {
  1548. position:absolute;
  1549. left:9px;
  1550. top:191px;
  1551. width:50px;
  1552. height:18px;
  1553. overflow:hidden;
  1554. background-image:url('../../resources/images/transparent.gif');
  1555. }
  1556. #u119 {
  1557. position:absolute;
  1558. left:147px;
  1559. top:191px;
  1560. width:50px;
  1561. height:18px;
  1562. overflow:hidden;
  1563. background-image:url('../../resources/images/transparent.gif');
  1564. }
  1565. #u120 {
  1566. position:absolute;
  1567. left:69px;
  1568. top:191px;
  1569. width:69px;
  1570. height:18px;
  1571. overflow:hidden;
  1572. background-image:url('../../resources/images/transparent.gif');
  1573. }
  1574. #u121 {
  1575. position:absolute;
  1576. left:549px;
  1577. top:735px;
  1578. width:22px;
  1579. height:19px;
  1580. }
  1581. #u121_img {
  1582. position:absolute;
  1583. left:0px;
  1584. top:0px;
  1585. width:22px;
  1586. height:19px;
  1587. }
  1588. #u122 {
  1589. position:absolute;
  1590. left:2px;
  1591. top:2px;
  1592. width:18px;
  1593. visibility:hidden;
  1594. word-wrap:break-word;
  1595. }
  1596. #u123 {
  1597. position:absolute;
  1598. left:457px;
  1599. top:755px;
  1600. width:208px;
  1601. height:219px;
  1602. overflow:hidden;
  1603. visibility:hidden;
  1604. }
  1605. #u123_state0 {
  1606. position:absolute;
  1607. left:0px;
  1608. top:0px;
  1609. width:208px;
  1610. height:219px;
  1611. -ms-overflow-x:hidden;
  1612. overflow-x:hidden;
  1613. -ms-overflow-y:hidden;
  1614. overflow-y:hidden;
  1615. background-image:none;
  1616. }
  1617. #u123_state0_content {
  1618. position:absolute;
  1619. left:0px;
  1620. top:0px;
  1621. width:1px;
  1622. height:1px;
  1623. }
  1624. #u124 {
  1625. position:absolute;
  1626. left:1px;
  1627. top:1px;
  1628. width:206px;
  1629. height:217px;
  1630. }
  1631. #u124_img {
  1632. position:absolute;
  1633. left:0px;
  1634. top:0px;
  1635. width:206px;
  1636. height:217px;
  1637. }
  1638. #u125 {
  1639. position:absolute;
  1640. left:2px;
  1641. top:100px;
  1642. width:202px;
  1643. visibility:hidden;
  1644. word-wrap:break-word;
  1645. }
  1646. #u126 {
  1647. position:absolute;
  1648. left:4px;
  1649. top:9px;
  1650. width:200px;
  1651. height:203px;
  1652. }
  1653. #u126_img {
  1654. position:absolute;
  1655. left:0px;
  1656. top:0px;
  1657. width:200px;
  1658. height:203px;
  1659. }
  1660. #u127 {
  1661. position:absolute;
  1662. left:2px;
  1663. top:94px;
  1664. width:196px;
  1665. visibility:hidden;
  1666. word-wrap:break-word;
  1667. }
  1668. #u128 {
  1669. position:absolute;
  1670. left:91px;
  1671. top:122px;
  1672. width:25px;
  1673. height:19px;
  1674. overflow:hidden;
  1675. background-image:url('../../resources/images/transparent.gif');
  1676. }
  1677. #u129 {
  1678. position:absolute;
  1679. left:9px;
  1680. top:191px;
  1681. width:50px;
  1682. height:18px;
  1683. overflow:hidden;
  1684. background-image:url('../../resources/images/transparent.gif');
  1685. }
  1686. #u130 {
  1687. position:absolute;
  1688. left:147px;
  1689. top:191px;
  1690. width:50px;
  1691. height:18px;
  1692. overflow:hidden;
  1693. background-image:url('../../resources/images/transparent.gif');
  1694. }
  1695. #u131 {
  1696. position:absolute;
  1697. left:69px;
  1698. top:191px;
  1699. width:69px;
  1700. height:18px;
  1701. overflow:hidden;
  1702. background-image:url('../../resources/images/transparent.gif');
  1703. }
  1704. #u132 {
  1705. position:absolute;
  1706. left:140px;
  1707. top:60px;
  1708. width:150px;
  1709. height:30px;
  1710. }
  1711. #u132_input {
  1712. position:absolute;
  1713. left:0px;
  1714. top:0px;
  1715. width:150px;
  1716. height:30px;
  1717. font-family:'Arial Normal', 'Arial';
  1718. font-weight:400;
  1719. font-style:normal;
  1720. font-size:13px;
  1721. text-decoration:none;
  1722. color:#000000;
  1723. }
  1724. #u132_input:disabled {
  1725. color:grayText;
  1726. }
  1727. #u133 {
  1728. position:absolute;
  1729. left:800px;
  1730. top:20px;
  1731. width:100px;
  1732. height:40px;
  1733. }
  1734. #u133_input {
  1735. position:absolute;
  1736. left:0px;
  1737. top:0px;
  1738. width:100px;
  1739. height:40px;
  1740. font-family:'Arial Normal', 'Arial';
  1741. font-weight:400;
  1742. font-style:normal;
  1743. font-size:13px;
  1744. text-decoration:none;
  1745. color:#000000;
  1746. text-align:center;
  1747. }