styles.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. touch-action:none;
  5. position:static;
  6. left:auto;
  7. width:790px;
  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:-10px;
  20. width:800px;
  21. height:1020px;
  22. }
  23. #u0_img {
  24. position:absolute;
  25. left:0px;
  26. top:0px;
  27. width:800px;
  28. height:1020px;
  29. }
  30. #u1 {
  31. position:absolute;
  32. left:2px;
  33. top:502px;
  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:49px;
  192. top:113px;
  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:143px;
  214. top:113px;
  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:454px;
  235. top:118px;
  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:548px;
  257. top:118px;
  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:223px;
  319. top:885px;
  320. width:100px;
  321. height:35px;
  322. }
  323. #u21_input {
  324. position:absolute;
  325. left:0px;
  326. top:0px;
  327. width:100px;
  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:265px;
  452. top:118px;
  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:173px;
  474. top:138px;
  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:668px;
  582. top:123px;
  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:576px;
  604. top:143px;
  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:123px;
  1254. top:650px;
  1255. width:592px;
  1256. height:70px;
  1257. }
  1258. #u97_input {
  1259. position:absolute;
  1260. left:0px;
  1261. top:0px;
  1262. width:592px;
  1263. height:70px;
  1264. font-family:'Arial Normal', 'Arial';
  1265. font-weight:400;
  1266. font-style:normal;
  1267. font-size:13px;
  1268. text-decoration:none;
  1269. color:#000000;
  1270. text-align:left;
  1271. }
  1272. #u98 {
  1273. position:absolute;
  1274. left:29px;
  1275. top:650px;
  1276. width:94px;
  1277. height:52px;
  1278. text-align:right;
  1279. }
  1280. #u98_img {
  1281. position:absolute;
  1282. left:0px;
  1283. top:0px;
  1284. width:94px;
  1285. height:52px;
  1286. }
  1287. #u99 {
  1288. position:absolute;
  1289. left:0px;
  1290. top:18px;
  1291. width:94px;
  1292. word-wrap:break-word;
  1293. }
  1294. #u100 {
  1295. position:absolute;
  1296. left:140px;
  1297. top:60px;
  1298. width:150px;
  1299. height:30px;
  1300. }
  1301. #u100_input {
  1302. position:absolute;
  1303. left:0px;
  1304. top:0px;
  1305. width:150px;
  1306. height:30px;
  1307. font-family:'Arial Normal', 'Arial';
  1308. font-weight:400;
  1309. font-style:normal;
  1310. font-size:13px;
  1311. text-decoration:none;
  1312. color:#000000;
  1313. }
  1314. #u100_input:disabled {
  1315. color:grayText;
  1316. }
  1317. #u101 {
  1318. position:absolute;
  1319. left:695px;
  1320. top:827px;
  1321. width:89px;
  1322. height:19px;
  1323. font-size:16px;
  1324. color:#FF0000;
  1325. }
  1326. #u101_img {
  1327. position:absolute;
  1328. left:0px;
  1329. top:0px;
  1330. width:89px;
  1331. height:19px;
  1332. }
  1333. #u102 {
  1334. position:absolute;
  1335. left:0px;
  1336. top:0px;
  1337. width:89px;
  1338. word-wrap:break-word;
  1339. }
  1340. #u103 {
  1341. position:absolute;
  1342. left:46px;
  1343. top:730px;
  1344. width:94px;
  1345. height:30px;
  1346. text-align:right;
  1347. }
  1348. #u103_img {
  1349. position:absolute;
  1350. left:0px;
  1351. top:0px;
  1352. width:94px;
  1353. height:30px;
  1354. }
  1355. #u104 {
  1356. position:absolute;
  1357. left:0px;
  1358. top:7px;
  1359. width:94px;
  1360. word-wrap:break-word;
  1361. }
  1362. #u105 {
  1363. position:absolute;
  1364. left:150px;
  1365. top:730px;
  1366. width:150px;
  1367. height:30px;
  1368. }
  1369. #u105_input {
  1370. position:absolute;
  1371. left:0px;
  1372. top:0px;
  1373. width:150px;
  1374. height:30px;
  1375. font-family:'Arial Normal', 'Arial';
  1376. font-weight:400;
  1377. font-style:normal;
  1378. font-size:13px;
  1379. text-decoration:none;
  1380. color:#000000;
  1381. text-align:left;
  1382. }
  1383. #u106 {
  1384. position:absolute;
  1385. left:326px;
  1386. top:730px;
  1387. width:94px;
  1388. height:30px;
  1389. text-align:right;
  1390. }
  1391. #u106_img {
  1392. position:absolute;
  1393. left:0px;
  1394. top:0px;
  1395. width:94px;
  1396. height:30px;
  1397. }
  1398. #u107 {
  1399. position:absolute;
  1400. left:0px;
  1401. top:7px;
  1402. width:94px;
  1403. word-wrap:break-word;
  1404. }
  1405. #u108 {
  1406. position:absolute;
  1407. left:430px;
  1408. top:730px;
  1409. width:150px;
  1410. height:30px;
  1411. }
  1412. #u108_input {
  1413. position:absolute;
  1414. left:0px;
  1415. top:0px;
  1416. width:150px;
  1417. height:30px;
  1418. font-family:'Arial Normal', 'Arial';
  1419. font-weight:400;
  1420. font-style:normal;
  1421. font-size:13px;
  1422. text-decoration:none;
  1423. color:#000000;
  1424. text-align:left;
  1425. }
  1426. #u109 {
  1427. position:absolute;
  1428. left:272px;
  1429. top:735px;
  1430. width:22px;
  1431. height:19px;
  1432. }
  1433. #u109_img {
  1434. position:absolute;
  1435. left:0px;
  1436. top:0px;
  1437. width:22px;
  1438. height:19px;
  1439. }
  1440. #u110 {
  1441. position:absolute;
  1442. left:2px;
  1443. top:2px;
  1444. width:18px;
  1445. visibility:hidden;
  1446. word-wrap:break-word;
  1447. }
  1448. #u111 {
  1449. position:absolute;
  1450. left:180px;
  1451. top:755px;
  1452. width:208px;
  1453. height:219px;
  1454. overflow:hidden;
  1455. visibility:hidden;
  1456. }
  1457. #u111_state0 {
  1458. position:absolute;
  1459. left:0px;
  1460. top:0px;
  1461. width:208px;
  1462. height:219px;
  1463. -ms-overflow-x:hidden;
  1464. overflow-x:hidden;
  1465. -ms-overflow-y:hidden;
  1466. overflow-y:hidden;
  1467. background-image:none;
  1468. }
  1469. #u111_state0_content {
  1470. position:absolute;
  1471. left:0px;
  1472. top:0px;
  1473. width:1px;
  1474. height:1px;
  1475. }
  1476. #u112 {
  1477. position:absolute;
  1478. left:1px;
  1479. top:1px;
  1480. width:206px;
  1481. height:217px;
  1482. }
  1483. #u112_img {
  1484. position:absolute;
  1485. left:0px;
  1486. top:0px;
  1487. width:206px;
  1488. height:217px;
  1489. }
  1490. #u113 {
  1491. position:absolute;
  1492. left:2px;
  1493. top:100px;
  1494. width:202px;
  1495. visibility:hidden;
  1496. word-wrap:break-word;
  1497. }
  1498. #u114 {
  1499. position:absolute;
  1500. left:4px;
  1501. top:9px;
  1502. width:200px;
  1503. height:203px;
  1504. }
  1505. #u114_img {
  1506. position:absolute;
  1507. left:0px;
  1508. top:0px;
  1509. width:200px;
  1510. height:203px;
  1511. }
  1512. #u115 {
  1513. position:absolute;
  1514. left:2px;
  1515. top:94px;
  1516. width:196px;
  1517. visibility:hidden;
  1518. word-wrap:break-word;
  1519. }
  1520. #u116 {
  1521. position:absolute;
  1522. left:91px;
  1523. top:122px;
  1524. width:25px;
  1525. height:19px;
  1526. overflow:hidden;
  1527. background-image:url('../../resources/images/transparent.gif');
  1528. }
  1529. #u117 {
  1530. position:absolute;
  1531. left:9px;
  1532. top:191px;
  1533. width:50px;
  1534. height:18px;
  1535. overflow:hidden;
  1536. background-image:url('../../resources/images/transparent.gif');
  1537. }
  1538. #u118 {
  1539. position:absolute;
  1540. left:147px;
  1541. top:191px;
  1542. width:50px;
  1543. height:18px;
  1544. overflow:hidden;
  1545. background-image:url('../../resources/images/transparent.gif');
  1546. }
  1547. #u119 {
  1548. position:absolute;
  1549. left:69px;
  1550. top:191px;
  1551. width:69px;
  1552. height:18px;
  1553. overflow:hidden;
  1554. background-image:url('../../resources/images/transparent.gif');
  1555. }
  1556. #u120 {
  1557. position:absolute;
  1558. left:549px;
  1559. top:735px;
  1560. width:22px;
  1561. height:19px;
  1562. }
  1563. #u120_img {
  1564. position:absolute;
  1565. left:0px;
  1566. top:0px;
  1567. width:22px;
  1568. height:19px;
  1569. }
  1570. #u121 {
  1571. position:absolute;
  1572. left:2px;
  1573. top:2px;
  1574. width:18px;
  1575. visibility:hidden;
  1576. word-wrap:break-word;
  1577. }
  1578. #u122 {
  1579. position:absolute;
  1580. left:457px;
  1581. top:755px;
  1582. width:208px;
  1583. height:219px;
  1584. overflow:hidden;
  1585. visibility:hidden;
  1586. }
  1587. #u122_state0 {
  1588. position:absolute;
  1589. left:0px;
  1590. top:0px;
  1591. width:208px;
  1592. height:219px;
  1593. -ms-overflow-x:hidden;
  1594. overflow-x:hidden;
  1595. -ms-overflow-y:hidden;
  1596. overflow-y:hidden;
  1597. background-image:none;
  1598. }
  1599. #u122_state0_content {
  1600. position:absolute;
  1601. left:0px;
  1602. top:0px;
  1603. width:1px;
  1604. height:1px;
  1605. }
  1606. #u123 {
  1607. position:absolute;
  1608. left:1px;
  1609. top:1px;
  1610. width:206px;
  1611. height:217px;
  1612. }
  1613. #u123_img {
  1614. position:absolute;
  1615. left:0px;
  1616. top:0px;
  1617. width:206px;
  1618. height:217px;
  1619. }
  1620. #u124 {
  1621. position:absolute;
  1622. left:2px;
  1623. top:100px;
  1624. width:202px;
  1625. visibility:hidden;
  1626. word-wrap:break-word;
  1627. }
  1628. #u125 {
  1629. position:absolute;
  1630. left:4px;
  1631. top:9px;
  1632. width:200px;
  1633. height:203px;
  1634. }
  1635. #u125_img {
  1636. position:absolute;
  1637. left:0px;
  1638. top:0px;
  1639. width:200px;
  1640. height:203px;
  1641. }
  1642. #u126 {
  1643. position:absolute;
  1644. left:2px;
  1645. top:94px;
  1646. width:196px;
  1647. visibility:hidden;
  1648. word-wrap:break-word;
  1649. }
  1650. #u127 {
  1651. position:absolute;
  1652. left:91px;
  1653. top:122px;
  1654. width:25px;
  1655. height:19px;
  1656. overflow:hidden;
  1657. background-image:url('../../resources/images/transparent.gif');
  1658. }
  1659. #u128 {
  1660. position:absolute;
  1661. left:9px;
  1662. top:191px;
  1663. width:50px;
  1664. height:18px;
  1665. overflow:hidden;
  1666. background-image:url('../../resources/images/transparent.gif');
  1667. }
  1668. #u129 {
  1669. position:absolute;
  1670. left:147px;
  1671. top:191px;
  1672. width:50px;
  1673. height:18px;
  1674. overflow:hidden;
  1675. background-image:url('../../resources/images/transparent.gif');
  1676. }
  1677. #u130 {
  1678. position:absolute;
  1679. left:69px;
  1680. top:191px;
  1681. width:69px;
  1682. height:18px;
  1683. overflow:hidden;
  1684. background-image:url('../../resources/images/transparent.gif');
  1685. }