Guest User

Untitled

a guest
May 27th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 110.99 KB | None | 0 0
  1. @import url("reset.css");
  2.  
  3. body {background: #0B192D; height: 100%; margin: 0; font: 12px Verdana,Geneva,sans-serif}
  4. a, p {color: #fff;}
  5. h1 {margin-bottom: 0; margin-top: 0;}
  6. h1 img {display: block; margin: auto;}
  7. #wrap {max-width: 320px; min-width: 240px; margin: 0 auto;}
  8. #main .info P { font-size: 11px; margin: 0 0 10px;}
  9. .marg_bot_10 { margin: 0 0 10px !important;}
  10. .button {
  11.     clear: both;
  12.     font-size: 13px;
  13.     margin: 0 2px 5px;
  14. }
  15. .button a{
  16.     border-radius: 3px;
  17.     max-width: 320px;
  18.     text-align: center;
  19.     display: block;
  20.     padding: 3px 0;
  21.     background: none repeat scroll 0 0 #142B51;
  22.     color: #FFFFFF;
  23.     text-decoration: none;
  24. }
  25. .button.orange A {background: none repeat scroll 0 0 #AD6006;}
  26. .marg_bot_20 { margin: 0 0 20px !important;}
  27. #footer_menu {
  28.     font-size: small;
  29.     overflow: hidden;
  30.     padding: 7px 0 3px;
  31.     text-align: center;
  32. }
  33. #footer_menu a {color: #fff !important;}
  34. #footer_menu LI {
  35.     display: inline-block;
  36.     padding: 0 5px 5px;
  37.     font-size: 11px;
  38. }
  39. #footer_menu ul {margin: 0; padding: 0;}
  40. .copyright {
  41.     font-size: 10px;
  42.     margin: 0 auto;
  43.     padding: 6px 0 5px;
  44.     text-align: center;
  45. }
  46. .copyright DIV {margin: 0 0 5px;}
  47. .marg_bot_5 {margin: 0 0 5px !important;}
  48. .font_10 {font-size: 10px !important;}
  49. .textCenter {text-align: center;}
  50. img {display: block; margin: auto;}
  51.  
  52.  
  53. body
  54. {
  55.     background:url(/resources/img/body_spc.gif) repeat;
  56.     font:12px Verdana, Geneva, sans-serif;
  57.     color:#fff;
  58. }
  59. #wrap
  60. {
  61.     margin:0 auto;
  62.     max-width:320px;
  63.     min-width:240px;
  64.     overflow:hidden;
  65. }
  66. A
  67. {
  68.     color:#e3ff8c;
  69. }
  70. .icon_money
  71. {
  72.     background:url(/resources/img/icon_header_sprite.png) no-repeat 2px 2px;
  73.     display:inline-block !important;
  74.     width:10px !important;
  75.     height:12px !important;
  76.     padding:0px !important;
  77.     margin:0px !important;
  78. }
  79. .icon_gold
  80. {
  81.     background:url(/resources/img/icon_header_sprite.png) no-repeat 2px -18px;
  82.     display:inline-block !important;
  83.     width:15px !important;
  84.     height:12px !important;
  85.     padding:0px !important;
  86.     margin:0px !important;
  87. }
  88. .icon_alliance
  89. {
  90.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -135px;
  91.     width: 19px;
  92.     height: 14px;
  93.     padding:0px;
  94.     float:none;
  95.     display:inline-block;
  96.     margin:0 auto;
  97. }
  98. .icon_online
  99. {
  100.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -153px;
  101.     width: 6px;
  102.     height: 11px;
  103.     padding:0px;
  104.     float:none;
  105.     display:inline-block;
  106.     margin:0 auto;
  107. }
  108. .icon_offline
  109. {
  110.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -169px;
  111.     width: 6px;
  112.     height: 11px;
  113.     padding:0px;
  114.     float:none;
  115.     display:inline-block;
  116.     margin:0 auto;
  117. }
  118. .icon_info
  119. {
  120.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -212px !important;
  121.     width: 12px;
  122.     height: 13px;
  123.     padding:0px;
  124.     float:none;
  125.     display:inline-block;
  126.     margin:0;
  127.     margin-left:5px;
  128.     margin-right:5px;
  129. }
  130. .icon_defense
  131. {
  132.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -376px !important;
  133.     width: 9px;
  134.     height: 12px;
  135.     padding:0px;
  136.     float:none;
  137.     display:inline-block;
  138.     margin:0;
  139.     margin-right:4px;
  140. }
  141. .icon_defender
  142. {
  143.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -488px !important;
  144.     width: 8px;
  145.     height: 12px;
  146.     padding:0px;
  147.     float:none;
  148.     display:inline-block;
  149.     margin:0;
  150.     margin-left:5px;
  151.     margin-right:3px;
  152. }
  153. .icon_attack
  154. {
  155.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -396px !important;
  156.     width: 9px;
  157.     height: 11px;
  158.     padding:0px;
  159.     float:none;
  160.     display:inline-block;
  161.     margin:0;
  162.     margin-right:4px;
  163. }
  164. .icon_doctor
  165. {
  166.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -414px !important;
  167.     width: 8px;
  168.     height: 11px;
  169.     padding:0px;
  170.     float:none;
  171.     display:inline-block;
  172.     margin:0;
  173.     margin-right:4px;
  174. }
  175. .icon_legion_leader
  176. {
  177.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -549px !important;
  178.     width: 10px;
  179.     height: 11px;
  180.     padding:0px;
  181.     float:none;
  182.     display:inline-block;
  183.     margin:0;
  184.     margin-right:4px;
  185. }
  186. .icon_legion_deputy
  187. {
  188.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -567px !important;
  189.     width: 10px;
  190.     height: 11px;
  191.     padding:0px;
  192.     float:none;
  193.     display:inline-block;
  194.     margin:0;
  195.     margin-right:4px;
  196. }
  197. .icon_defense_button
  198. {
  199.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -435px !important;
  200.     width: 9px;
  201.     height: 9px;
  202.     padding:0px;
  203.     float:none;
  204.     display:inline-block;
  205.     margin:0;
  206.     margin-right:4px;
  207. }
  208. .icon_attack_button
  209. {
  210.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -454px !important;
  211.     width: 9px;
  212.     height: 9px;
  213.     padding:0px;
  214.     float:none;
  215.     display:inline-block;
  216.     margin:0;
  217.     margin-right:4px;
  218. }
  219. .icon_doctor_button
  220. {
  221.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -473px !important;
  222.     width: 8px;
  223.     height: 8px;
  224.     padding:0px;
  225.     float:none;
  226.     display:inline-block;
  227.     margin:0;
  228.     margin-right:4px;
  229. }
  230. .icon_life
  231. {
  232.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -72px !important;
  233.     width: 10px;
  234.     height: 13px;
  235.     padding:0px;
  236.     float:none;
  237.     display:inline-block;
  238.     margin:0;
  239.     margin-left:8px;
  240. }
  241. .icon_energy
  242. {
  243.     background:url(/resources/img/icon_header_sprite.png) no-repeat 3px -93px !important;
  244.     width: 11px;
  245.     height: 12px;
  246.     padding:0px;
  247.     float:none;
  248.     display:inline-block;
  249.     margin:0;
  250. }
  251. .icon_mail
  252. {
  253.     background:url(/resources/img/icon_header_sprite.png) no-repeat 3px -38px !important;
  254.     width: 14px;
  255.     height: 10px;
  256.     padding:0px;
  257.     float:none;
  258.     display:inline-block;
  259.     margin:0;
  260. }
  261. .icon_amo
  262. {
  263.     background:url(/resources/img/icon_header_sprite.png) no-repeat 3px -113px !important;
  264.     width: 12px;
  265.     height: 11px;
  266.     padding:0px;
  267.     float:none;
  268.     display:inline-block;
  269.     margin:0;
  270. }
  271. .flag_country_1_mini
  272. {
  273.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -232px !important;
  274.     width: 12px;
  275.     height: 11px;
  276.     padding:0px !important;
  277.     float:none;
  278.     display:inline-block !important;
  279.     margin:0;
  280.     margin-right:5px;
  281. }
  282. .flag_country_2_mini
  283. {
  284.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -250px !important;
  285.     width: 12px;
  286.     height: 11px;
  287.     padding:0px !important;
  288.     float:none;
  289.     display:inline-block !important;
  290.     margin:0;
  291.     margin-right:5px;
  292. }
  293. .flag_country_3_mini
  294. {
  295.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -268px !important;
  296.     width: 12px;
  297.     height: 11px;
  298.     padding:0px !important;
  299.     float:none;
  300.     display:inline-block !important;
  301.     margin:0;
  302.     margin-right:5px;
  303. }
  304. .flag_country_4_mini
  305. {
  306.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -286px !important;
  307.     width: 12px;
  308.     height: 11px;
  309.     padding:0px !important;
  310.     float:none;
  311.     display:inline-block !important;
  312.     margin:0;
  313.     margin-right:5px;
  314. }
  315. .flag_country_5_mini
  316. {
  317.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -304px !important;
  318.     width: 12px;
  319.     height: 11px;
  320.     padding:0px !important;
  321.     float:none;
  322.     display:inline-block !important;
  323.     margin:0;
  324.     margin-right:5px;
  325. }
  326. .flag_country_6_mini
  327. {
  328.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -322px !important;
  329.     width: 12px;
  330.     height: 11px;
  331.     padding:0px !important;
  332.     float:none;
  333.     display:inline-block !important;
  334.     margin:0;
  335.     margin-right:5px;
  336. }
  337. .flag_country_7_mini
  338. {
  339.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -340px !important;
  340.     width: 12px;
  341.     height: 11px;
  342.     padding:0px !important;
  343.     float:none;
  344.     display:inline-block !important;
  345.     margin:0;
  346.     margin-right:5px;
  347. }
  348. .flag_country_8_mini
  349. {
  350.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -358px !important;
  351.     width: 12px;
  352.     height: 11px;
  353.     padding:0px !important;
  354.     float:none;
  355.     display:inline-block !important;
  356.     margin:0;
  357.     margin-right:5px;
  358. }
  359. .width_50_percent
  360. {
  361.     width:50%;
  362.     float:left;
  363. }
  364. .my_users_fights_group
  365. {
  366.     background:url(/resources/img/1x1_light10.png) repeat;
  367.     padding:3px 0px 5px 0px;
  368.     border-radius:3px;  
  369.     -moz-border-radius:3px;    
  370.     -webkit-border-radius:3px;
  371.     margin:0px 0px 5px 0px;
  372. }
  373. .opponent_users_fights_group
  374. {
  375.     background:url(/resources/img/1x1_red15.png) repeat;
  376.     padding:3px 0px 5px 0px;
  377.     border-radius:3px;  
  378.     -moz-border-radius:3px;    
  379.     -webkit-border-radius:3px;
  380.     margin:0px 0px 5px 0px;
  381. }
  382. .overflowBlock
  383. {
  384.     overflow:hidden;
  385. }
  386. .bgActive
  387. {
  388.     background:url(/resources/img/1x1_light10.png) repeat;
  389.     padding:2px 0px 0px 0px;
  390.     border-radius:3px;  
  391.     -moz-border-radius:3px;    
  392.     -webkit-border-radius:3px;
  393. }
  394. HR
  395. {
  396.     border-bottom:1px solid #8c9396;
  397.     border-right:1px solid #8c9396;
  398.     border-top:1px solid #8c9396;
  399.     border-left:1px solid #8c9396;
  400.     margin:0px;
  401. }
  402. .level
  403. {
  404.     background:#252d2f;
  405.     height:3px;
  406.     margin:2px 0px 5px 0px;
  407. }
  408. .level .level_bg
  409. {
  410.     background:#b6bec1;
  411.     height:3px;
  412. }
  413. .textCenter A
  414. {
  415.     color:#e3ff8c;
  416. }
  417. .number_input
  418. {
  419.     padding:0px 5px 0px 5px;
  420.     text-align:center;
  421. }
  422. .number_input SPAN
  423. {
  424.     display:inline-block;
  425.     padding:2px 5px 0px 0px;
  426.     font-size:11px;
  427. }
  428. .tag_block
  429. {
  430.     display:block;
  431. }
  432. .card_silver
  433. {
  434.     background:url(/resources/img/card_silver.png) no-repeat center top;
  435.     height:52px;
  436.     color:#afb0b0;
  437.     max-width:200px;
  438.     padding:63px 20px 0px 20px;
  439.     line-height:12px;
  440.     margin:0 auto;
  441.     text-align:justify;
  442. }
  443. .card_gold
  444. {
  445.     background:url(/resources/img/card_gold.png) no-repeat center top;
  446.     height:52px;
  447.     color:#eddab7;
  448.     max-width:200px;
  449.     padding:63px 20px 0px 20px;
  450.     line-height:12px;
  451.     margin:0 auto;
  452.     text-align:justify;
  453. }
  454. .card_platinum
  455. {
  456.     background:url(/resources/img/card_platinum.png) no-repeat center top;
  457.     height:52px;
  458.     color:#939ea0;
  459.     max-width:200px;
  460.     padding:63px 20px 0px 20px;
  461.     line-height:12px;
  462.     margin:0 auto;
  463.     text-align:justify;
  464. }
  465. .card_diamond
  466. {
  467.     background:url(/resources/img/card_diamond.png) no-repeat center top;
  468.     height:52px;
  469.     color:#7f8182;
  470.     max-width:200px;
  471.     padding:63px 20px 0px 20px;
  472.     line-height:12px;
  473.     margin:0 auto;
  474.     text-align:justify;
  475. }
  476. .award_ach
  477. {
  478.     background:url(/resources/img/1x1_light10.png) repeat;
  479.     max-width:320px;
  480.     padding:3px 0px 5px 0px;
  481.     border-radius:3px;  
  482.     -moz-border-radius:3px;    
  483.     -webkit-border-radius:3px;
  484. }
  485. .award_ach H5
  486. {
  487.     font-size:12px;
  488.     color:#fff;
  489.     text-align:center;
  490.     margin:5px 0px 0px 0px;
  491.     font-weight:normal;
  492.     padding:0px 0px 5px 0px;
  493. }
  494. .award_ach H4
  495. {
  496.     font-size:12px;
  497.     color:#fff;
  498.     text-align:center;
  499.     margin:7px 0px 1px 0px;
  500.     font-weight:normal;
  501.     padding:0px 0px 2px 0px;
  502. }
  503. .award_ach A
  504. {
  505.     color:#e3ff8c;
  506. }
  507. .award_ach .photo_ach
  508. {
  509.     background:url(/resources/img/bg_award_ach_gray_theme.png) no-repeat center;
  510.     display:table-cell;
  511.     vertical-align:middle;
  512.     text-align:center;
  513.     width:320px;
  514. }
  515. .award_ach P
  516. {
  517.     font-size:11px;
  518.     text-align:center;
  519.     margin:0px 0px 3px 0px;
  520.     line-height:12px;
  521. }
  522. .special_operations_award
  523. {
  524.     background:url(/resources/img/1x1_light10.png) repeat;
  525.     max-width:320px;
  526.     overflow:hidden;
  527.     border-radius:3px;  
  528.     -moz-border-radius:3px;    
  529.     -webkit-border-radius:3px;
  530. }
  531. .special_operations_award .award_progressbar
  532. {
  533.     background:#3a474d;
  534.     text-align:center;
  535.     font-weight:bold;
  536.     margin:0px 0px 5px 0px;
  537.     width:118px;
  538.     height:17px;
  539.     margin:0 auto;
  540.     padding:3px 0px 0px 0px;
  541.     border-radius:3px;  
  542.     -moz-border-radius:3px;    
  543.     -webkit-border-radius:3px;
  544.     color:#f4f102;
  545. }
  546. .contraband_buy
  547. {
  548.     background:url(/resources/img/1x1_light10.png) repeat;
  549.     max-width:320px;
  550.     overflow:hidden;
  551.     padding:0px 0px;
  552.     border-radius:3px;  
  553.     -moz-border-radius:3px;    
  554.     -webkit-border-radius:3px;
  555. }
  556. .congratulations_title
  557. {
  558.     background:url(/resources/img/bg_contraband_buy_gray_theme.png) no-repeat center;
  559.     text-align:center;
  560.     font-size:12px;
  561.     font-weight:bold;
  562.     padding:0px 0px 0px 0px;
  563.     height:24px;
  564.     display:table-cell;
  565.     width:320px;
  566.     vertical-align:middle;
  567.     color:#f4f102;
  568. }
  569. .congratulations_title A
  570. {
  571.     background:url(/resources/img/1x1_light10.png) repeat, url(/resources/img/icon_header_sprite.png) no-repeat 3px -187px !important;
  572.     width: 14px;
  573.     height: 14px;
  574.     padding:3px;
  575.     display:inline-block;
  576.     margin:-2px 0px 0px 0px;
  577.  
  578.  
  579.     position:absolute;
  580.     right:2px;
  581.     color:#e3ff8c;
  582.  
  583.     border-radius:3px;  
  584.     -moz-border-radius:3px;    
  585.     -webkit-border-radius:3px;
  586. }
  587. .congratulations_title A:hover
  588. {
  589.     background:url(/resources/img/1x1_light10_hover.png) repeat, url(/resources/img/icon_header_sprite.png) no-repeat 3px -187px !important;
  590. }
  591. .system_messages
  592. {
  593.     margin:7px 0px 5px 0px;
  594.     position:relative;
  595. }
  596. .system_messages SPAN.system_message_close A
  597. {
  598.     background:url(/resources/img/1x1_light10.png) repeat, url(/resources/img/icon_header_sprite.png) no-repeat 3px -187px;
  599.     width: 14px;
  600.     height: 14px;
  601.     padding:3px;
  602.     display:inline-block;
  603.     margin:0 auto;
  604.  
  605.  
  606.     position:absolute;
  607.     right:5px;
  608.     color:#e3ff8c;
  609.  
  610.     border-radius:3px;  
  611.     -moz-border-radius:3px;    
  612.     -webkit-border-radius:3px;
  613. }
  614. .system_messages SPAN.system_message_close A:hover
  615. {
  616.     background:url(/resources/img/1x1_light10_hover.png) repeat, url(/resources/img/icon_header_sprite.png) no-repeat 3px -187px;
  617. }
  618. .system_message
  619. {
  620.     background:#334d05;
  621.     padding:3px 5px 5px 5px;
  622.     line-height:11px;
  623.     color:#fff;
  624.     border-bottom:2px solid #8c9396;
  625.     border-top:2px solid #8c9396;
  626.     margin-top:-2px;
  627.     border-radius:3px;  
  628.     -moz-border-radius:3px;    
  629.     -webkit-border-radius:3px;
  630.     position:relative;
  631. }
  632. .system_message.close
  633. {
  634.     padding:3px 30px 5px 5px;
  635. }
  636. .system_message.error
  637. {
  638.     background:#550e0e;
  639. }
  640. .system_message A
  641. {
  642.     color:#f4f102;
  643.     font-weight:bold;
  644. }
  645. .summary
  646. {
  647.     background:url(/resources/img/1x1_light10.png) repeat;
  648.     padding:0px 0px 5px 0px;
  649.     line-height:11px;
  650.     color:#fff;
  651.     border-bottom:2px solid #7d8798;
  652.     border-top:2px solid #7d8798;
  653.     margin-top:-2px;
  654.     border-radius:3px;  
  655.     -moz-border-radius:3px;    
  656.     -webkit-border-radius:3px;
  657.     overflow:hidden;
  658. }
  659. .summary H3
  660. {
  661.     font-size:12px;
  662.     color:#f4f102;
  663.     text-align:center;
  664.     margin:0px 0px 0px 0px;
  665.     padding:0px;
  666.     clear:both;
  667.     overflow:hidden;
  668. }
  669. .summary H4
  670. {
  671.     font-size:12px;
  672.     color:#fff;
  673.     margin:10px 0px 5px 5px;
  674.     clear:both;
  675.     overflow:hidden;
  676. }
  677. .summary A
  678. {
  679.     color:#e3ff8c;
  680. }
  681. .summary SPAN
  682. {
  683.     font-size:10px;
  684. }
  685. .summary P
  686. {
  687.     font-size:10px;
  688.     padding:0px 5px 3px 5px;
  689.     margin:0px;
  690. }
  691. .summary P I
  692. {
  693.     font-style:normal;
  694.     color:#76c50f;
  695.     font-weight:bold;
  696. }
  697. .summary P IMG
  698. {
  699.     margin:0px 3px 0px 0px;
  700.     position:relative;
  701.     bottom:-2px;
  702. }
  703. .h3_block_absolute
  704. {
  705.     margin:-20px 5px 0px 0px;
  706.     position:absolute;
  707.     color:#e3ff8c !important;
  708.     right:0px;
  709. }
  710. .textarea_width
  711. {
  712.     font-family:Tahoma, Geneva, sans-serif;
  713.     width:96%;
  714.     height:52px;
  715.     padding:2px 2% 2px 2%;
  716.     font-size:12px;
  717.     resize:none;
  718. }
  719. .input_width
  720. {
  721.     width:95%;
  722.     height:18px;
  723.     padding:0px 2% 0px 2%;
  724.     font-size:12px;
  725. }
  726. .input_number
  727. {
  728.     width:120px;
  729.     height:18px;
  730.     padding:0px 5px 0px 5px;
  731.     font-size:12px;
  732. }
  733. .select_width
  734. {
  735.     width:100%;
  736.     height:20px;
  737.     padding:1px 0px 0px 2%;
  738.     margin:0px;
  739.     margin:0px 0px 5px 0px;
  740. }
  741. .padRight_20
  742. {
  743.     padding-right:20px;
  744. }
  745. .pad_top_10
  746. {
  747.     padding-top:10px !important;
  748. }
  749. .marg_bot_10
  750. {
  751.     margin:0px 0px 10px 0px !important;
  752. }
  753. .marg_bot_20
  754. {
  755.     margin:0px 0px 20px 0px !important;
  756. }
  757. .pad_top_5
  758. {
  759.     padding-top:5px !important;
  760. }
  761. .marg_bot_5
  762. {
  763.     margin:0px 0px 5px 0px !important;
  764.     overflow:hidden;
  765. }
  766. .pad_5
  767. {
  768.     padding:5px !important;
  769. }
  770. .pad_bot_5
  771. {
  772.     padding-bottom:5px !important;
  773. }
  774. .font_10
  775. {
  776.     font-size:10px !important;
  777. }
  778. .font_11
  779. {
  780.     font-size:11px !important;
  781. }
  782. .font_12
  783. {
  784.     font-size:12px !important;
  785. }
  786. .font_14
  787. {
  788.     font-size:14px !important;
  789. }
  790. .pos_top_3
  791. {
  792.     position:relative;
  793.     top:-3px;
  794. }
  795. .bg_blue_spc
  796. {
  797.     background:url(/resources/img/menu_border_gray_theme.png) repeat-y center;
  798. }
  799. .white
  800. {
  801.     color:#fff !important;
  802. }
  803. .green
  804. {
  805.     color:#e3ff8c !important;
  806. }
  807. .green_sat
  808. {
  809.     color:#76c50f !important;
  810. }
  811. .yellow
  812. {
  813.     color:#f4f102 !important;
  814. }
  815. .red
  816. {
  817.     color:#ea2424 !important;
  818. }
  819. .tt
  820. {
  821.     text-transform:none !important;
  822. }
  823. .ttt
  824. {
  825.     text-transform:uppercase !important;
  826.     font-weight:normal;
  827. }
  828. .border_top_line
  829. {
  830.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center top;
  831.     overflow:hidden;
  832. }
  833. .border_bot
  834. {
  835.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center bottom;
  836.     padding:0px 0px 7px 0px;
  837.     overflow:hidden;
  838.     margin:0px 0px 5px 0px;
  839. }
  840. .img_text_center
  841. {
  842.     text-align:center;
  843.     padding:0px 0px 5px 0px;
  844.     font-size:12px;
  845. }
  846. .img_text_center IMG
  847. {
  848.     margin:0px 5px 0px 0px;
  849.     position:relative;
  850.     bottom:-3px;
  851. }
  852. .img_text
  853. {
  854.     padding:5px 5px 5px 5px;
  855.     font-size:11px;
  856. }
  857. .img_text P
  858. {
  859.     font-size:11px;
  860. }
  861. .img_text A
  862. {
  863.     color:#e3ff8c;
  864. }
  865. .img_text IMG
  866. {
  867.     margin:0px 5px 0px 5px;
  868.     position:relative;
  869.     bottom:-3px;
  870. }
  871. .ul_bullet
  872. {
  873. }
  874. .ul_bullet LI
  875. {
  876.     list-style:disc;
  877.     margin:0px 0px 0px 16px;
  878.     xfont-size:10px !important;
  879. }
  880. .ul_bullet LI A
  881. {
  882.     color:#e3ff8c;
  883. }
  884. .ol_rules
  885. {
  886. }
  887. .ol_rules LI
  888. {
  889.     margin:0px 0px 5px 20px;
  890.     font-size:11px;
  891. }
  892. .ol_rules LI UL
  893. {
  894.     margin:10px 0px 0px 0px;
  895. }
  896. .ol_rules LI UL LI
  897. {
  898.     list-style:disc;
  899.     margin:0px 0px 3px 15px;
  900. }
  901. .ol_rules LI B
  902. {
  903.     display:block;
  904.     padding:0px 0px 3px 0px;
  905.     color:#76c50f;
  906. }
  907. .banner_action
  908. {
  909.     background:#0f6986;
  910.     position:relative;
  911.     max-width:260px;
  912.     padding:5px 55px 3px 5px;
  913.     margin:0px 0px 5px 0px;
  914.     text-align:center;
  915.     border:5px solid #137595;
  916.     border-radius:3px;  
  917.     -moz-border-radius:3px;    
  918.     -webkit-border-radius:3px;
  919. }
  920. .banner_action SPAN.icon_banner_action
  921. {
  922.     background:url(/resources/img/icon_banner_action.png) no-repeat;
  923.     width:51px;
  924.     height:36px;
  925.     display:block;
  926.     position:absolute;
  927.     right:-5px;
  928.     top:-5px;
  929.     padding:8px 0px 0px 5px;
  930.     font-weight:bold;
  931. }
  932. .banner_action P
  933. {
  934.     font-size:11px;
  935.     margin:0px 0px 5px 0px;
  936. }
  937.  
  938. .photo_section
  939. {
  940.     max-width:310px;
  941.     margin:0px 5px 5px 5px;
  942. }
  943. .photo_section.auction
  944. {
  945.     background:url(/resources/img/photo_sections/photo_auction.jpg) no-repeat center top;
  946.     height:117px;
  947. }
  948. .photo_section.banker
  949. {
  950.     background:url(/resources/img/photo_sections/photo_b_banker.jpg) no-repeat center top;
  951.     height:115px;
  952. }
  953. .photo_section.credit
  954. {
  955.     background:url(/resources/img/photo_sections/photo_b_credit.jpg) no-repeat center top;
  956.     height:114px;
  957. }
  958. .photo_section.gold
  959. {
  960.     background:url(/resources/img/photo_sections/photo_b_gold.jpg) no-repeat center top;
  961.     height:115px;
  962. }
  963. .photo_section.lombard
  964. {
  965.     background:url(/resources/img/photo_sections/photo_b_lombard.jpg) no-repeat center top;
  966.     height:115px;
  967. }
  968. .photo_section.storage
  969. {
  970.     background:url(/resources/img/photo_sections/photo_b_storage.jpg) no-repeat center top;
  971.     height:114px;
  972. }
  973. .photo_section.bank
  974. {
  975.     background:url(/resources/img/photo_sections/photo_bank.jpg) no-repeat center top;
  976.     height:118px;
  977. }
  978. .photo_section.black_market
  979. {
  980.     background:url(/resources/img/photo_sections/photo_black_market.jpg) no-repeat center top;
  981.     height:116px;
  982. }
  983. .photo_section.defeat
  984. {
  985.     background:url(/resources/img/photo_sections/photo_defeat.jpg) no-repeat center top;
  986.     height:85px;
  987. }
  988. .photo_section.dictator
  989. {
  990.     background:url(/resources/img/photo_sections/photo_dictator.jpg) no-repeat center top;
  991.     height:101px;
  992. }
  993. .photo_section.documents
  994. {
  995.     background:url(/resources/img/photo_sections/photo_documents.jpg) no-repeat center top;
  996.     height:102px;
  997. }
  998. .photo_section.hospital
  999. {
  1000.     background:url(/resources/img/photo_sections/photo_hospital.jpg) no-repeat center top;
  1001.     height:114px;
  1002. }
  1003. .photo_section.laboratory
  1004. {
  1005.     background:url(/resources/img/photo_sections/photo_laboratory.jpg) no-repeat center top;
  1006.     height:102px;
  1007. }
  1008. .photo_section.officers_club
  1009. {
  1010.     background:url(/resources/img/photo_sections/photo_officers_club.jpg) no-repeat center top;
  1011.     height:113px;
  1012. }
  1013. .photo_section.booze
  1014. {
  1015.     background:url(/resources/img/photo_sections/photo_officers_club_booze.jpg) no-repeat center top;
  1016.     height:116px;
  1017. }
  1018. .photo_section.interrogation
  1019. {
  1020.     background:url(/resources/img/photo_sections/photo_officers_club_interrogation_m.png) no-repeat center top;
  1021.     height:115px;
  1022. }
  1023. .photo_section.riddle
  1024. {
  1025.     background:url(/resources/img/photo_sections/photo_officers_club_riddle.jpg) no-repeat center top;
  1026.     height:116px;
  1027. }
  1028. .photo_section.roulette
  1029. {
  1030.     background:url(/resources/img/photo_sections/photo_officers_club_roulette.jpg) no-repeat center top;
  1031.     height:116px;
  1032.     width:auto;
  1033.     margin:0px 5px 5px 5px;
  1034. }
  1035. .photo_section.terror
  1036. {
  1037.     background:url(/resources/img/photo_sections/photo_terror.jpg) no-repeat center top;
  1038.     height:93px;
  1039. }
  1040. .photo_section.victory
  1041. {
  1042.     background:url(/resources/img/photo_sections/photo_victory.jpg) no-repeat center top;
  1043.     height:84px;
  1044. }
  1045. .photo_section.corroboration
  1046. {
  1047.     background:url(/resources/img/photo_sections/photo_corroboration.jpg) no-repeat center top;
  1048.     height:116px;
  1049. }
  1050. .photo_section.fatality
  1051. {
  1052.     background:url(/resources/img/photo_sections/photo_fatality.jpg) no-repeat center top;
  1053.     height:84px;
  1054. }
  1055. .photo_section.fatality_escaped
  1056. {
  1057.     background:url(/resources/img/photo_sections/photo_fatality_escaped.jpg) no-repeat center top;
  1058.     height:84px;
  1059. }
  1060. .photo_section.fatality_remission
  1061. {
  1062.     background:url(/resources/img/photo_sections/photo_fatality_escaped.jpg) no-repeat center top;
  1063.     height:84px;
  1064. }
  1065. .photo_section.fatality_cut_ears
  1066. {
  1067.     background:url(/resources/img/photo_sections/photo_fatality_cut_ears.jpg) no-repeat center top;
  1068.     height:84px;
  1069. }
  1070.  
  1071. .photo_special_operations
  1072. {
  1073.     max-width:310px;
  1074.     margin:0px 5px 5px 5px;
  1075.     height:82px;
  1076. }
  1077. .photo_special_operations.so_1
  1078. {
  1079.     background:url(/resources/img/special_operations/SO_1_0.jpg) no-repeat center top;
  1080. }
  1081. .photo_special_operations.so_2
  1082. {
  1083.     background:url(/resources/img/special_operations/SO_2_0.jpg) no-repeat center top;
  1084. }
  1085. .photo_special_operations.so_3
  1086. {
  1087.     background:url(/resources/img/special_operations/SO_3_0.jpg) no-repeat center top;
  1088. }
  1089. .photo_special_operations.so_4
  1090. {
  1091.     background:url(/resources/img/special_operations/SO_4_0.jpg) no-repeat center top;
  1092. }
  1093. .photo_special_operations.so_5
  1094. {
  1095.     background:url(/resources/img/special_operations/SO_5_0.jpg) no-repeat center top;
  1096. }
  1097. .photo_special_operations.so_6
  1098. {
  1099.     background:url(/resources/img/special_operations/SO_6_0.jpg) no-repeat center top;
  1100. }
  1101. .photo_special_operations.so_7
  1102. {
  1103.     background:url(/resources/img/special_operations/SO_7_0.jpg) no-repeat center top;
  1104. }
  1105. .photo_special_operations.so_8
  1106. {
  1107.     background:url(/resources/img/special_operations/SO_8_0.jpg) no-repeat center top;
  1108. }
  1109. .photo_special_operations.so_9
  1110. {
  1111.     background:url(/resources/img/special_operations/SO_9_0.jpg) no-repeat center top;
  1112. }
  1113. .photo_special_operations.so_10
  1114. {
  1115.     background:url(/resources/img/special_operations/SO_10_0.jpg) no-repeat center top;
  1116. }
  1117.  
  1118. /*------------------------------------------ #header ------------------------------------------*/
  1119. #header
  1120. {
  1121.     padding:0px 0px 0px 0px;
  1122. }
  1123. #header H1
  1124. {
  1125.     display:block;
  1126.     text-align:center;
  1127.     margin:0px;
  1128.     xheight:26px;
  1129.     overflow:hidden;
  1130. }
  1131. #header H1 A
  1132. {
  1133.     display:block;
  1134.     color:#e3ff8c;
  1135.     text-decoration:none;
  1136.     font-size:22px;
  1137. }
  1138. #header .logo_reload
  1139. {
  1140.     background:url(/resources/img/1x1_light10_hover.png) repeat, url(/resources/img/menu_border_gray_theme.png) center bottom no-repeat;
  1141.     overflow:hidden;
  1142.     padding:0px 0px 0px 0px;
  1143.     margin:0px 0px 1px 0px;
  1144.     border-radius:3px;  
  1145.     -moz-border-radius:3px;    
  1146.     -webkit-border-radius:3px;
  1147. }
  1148. #header .logo_reload .home
  1149. {
  1150.     display:block;
  1151.     float:left;
  1152.     border-radius:3px;  
  1153.     -moz-border-radius:3px;    
  1154.     -webkit-border-radius:3px;
  1155.     text-decoration:none;
  1156. }
  1157. #header .logo_reload .home SPAN
  1158. {
  1159.     background:url(/resources/img/icon_header_sprite.png) no-repeat 10px -503px;
  1160.     font-size:11px;
  1161.     color:#fff;
  1162.     display:block;
  1163.     padding:5px 10px 5px 25px;
  1164. }
  1165. #header .logo_reload .home:hover
  1166. {
  1167.     background:url(/resources/img/1x1_light10.png) repeat;
  1168. }
  1169. #header .logo_reload .reload
  1170. {
  1171.     float:right;
  1172.     display:block;
  1173.     text-decoration:none;
  1174.     border-radius:3px;  
  1175.     -moz-border-radius:3px;    
  1176.     -webkit-border-radius:3px;
  1177.     padding:0px 5px 0px 0px;
  1178. }
  1179. #header .logo_reload .reload SPAN
  1180. {
  1181.     background:url(/resources/img/icon_header_sprite.png) no-repeat right -523px;
  1182.     font-size:11px;
  1183.     color:#fff;
  1184.     padding:5px 20px 5px 10px;
  1185.     display:block;
  1186. }
  1187. #header .logo_reload .reload:hover
  1188. {
  1189.     background:url(/resources/img/1x1_light10.png) repeat;
  1190. }
  1191. #header H4
  1192. {
  1193.     font-size:12px;
  1194.     color:#fff;
  1195.     text-align:center;
  1196.     margin:7px 0px 1px 0px;
  1197.     font-weight:normal;
  1198.     padding:0px 0px 2px 0px;
  1199. }
  1200.  
  1201. #header .game_info .line .block SPAN
  1202. {
  1203.     background: url(/resources/img/icon_header_sprite.png) no-repeat top left;
  1204. }
  1205. #header .game_info .line .block.money SPAN { background-position: 200% 3px;  }
  1206. #header .game_info .line .block.uran SPAN { background-position: 140% -17px;  }
  1207. #header .game_info .line .block.mail SPAN { background-position: 100% -37px; }
  1208. #header .game_info .line .block.mail SPAN.active{ background-position: 100% -54px; }
  1209. #header .game_info .line .block.life SPAN { background-position: 160% -72px;}
  1210. #header .game_info .line .block.energy SPAN { background-position: 160% -92px;  }
  1211. #header .game_info .line .block.amo SPAN { background-position: 180% -112px; }
  1212. @media only screen and (min-width: 300px)
  1213. {
  1214.     #header .game_info .line .block.money SPAN { background-position: 140% 3px;  }
  1215.     #header .game_info .line .block.uran SPAN { background-position: 110% -17px;  }
  1216.     #header .game_info .line .block.mail SPAN { background-position: 65% -37px; }
  1217.     #header .game_info .line .block.mail SPAN.active{ background-position: 65% -54px; }
  1218.     #header .game_info .line .block.life SPAN { background-position: 120% -72px;}
  1219.     #header .game_info .line .block.energy SPAN { background-position: 120% -92px;  }
  1220.     #header .game_info .line .block.amo SPAN { background-position: 130% -112px; }
  1221. }
  1222. /*
  1223. #header .game_info .line .block.money SPAN { background-position: right 0px top 3px;  }
  1224. #header .game_info .line .block.uran SPAN { background-position: right 3px top -17px;  }
  1225. #header .game_info .line .block.mail SPAN { background-position: right 2px top -37px; }
  1226. #header .game_info .line .block.icon_header_3_active{ background-position: 0 -58px; width: 11px; height: 7px; }
  1227. #header .game_info .line .block.life SPAN { background-position: right 2px top -72px;}
  1228. #header .game_info .line .block.energy SPAN { background-position: right 2px top -92px;  }
  1229. #header .game_info .line .block.amo SPAN { background-position: right 1px top -112px; }
  1230. */
  1231.  
  1232.  
  1233.  
  1234. #header .game_info
  1235. {
  1236.     display:block;
  1237. }
  1238. #header .game_info .line
  1239. {
  1240.     overflow:hidden;
  1241.     margin:0px 0px 0px 0px;
  1242.     height:15px;
  1243. }
  1244. #header .game_info .line .block
  1245. {
  1246.     font-size:11px;
  1247. }
  1248. #header .game_info .line .block I
  1249. {
  1250.     font-style:normal;
  1251.     padding:0px 4px 0px 6px;
  1252.     color:#ea2424;
  1253.     float:left;
  1254.     position:absolute;
  1255. }
  1256. #header .game_info .line .block A
  1257. {
  1258.     color:#fff;
  1259.     text-decoration:none;
  1260. }
  1261. #header .game_info .line .block:hover SPAN, #header .game_info .line .block:hover B
  1262. {
  1263.     background-color:#1e2426 !important;
  1264. }
  1265. #header .game_info .line .block SPAN
  1266. {
  1267.     display:block;
  1268.     float:left;
  1269.     height:15px;
  1270.     text-align:right;
  1271.     width:8%;
  1272. }
  1273. #header .game_info .line .block B
  1274. {
  1275.     display:block;
  1276.     float:left;
  1277.     font-weight:normal;
  1278.     height:15px;
  1279.     padding:0px 0px 0px 0px;
  1280. }
  1281. #header .game_info .line .block B B
  1282. {
  1283.     color:#a4a1a1;
  1284.     font-style:normal;
  1285.     font-size:9px;
  1286.     display:inline;
  1287.     float:none;
  1288. }
  1289. #header .game_info .line .block.money
  1290. {
  1291. }
  1292. #header .game_info .line .block.money B
  1293. {
  1294.     width:26%;
  1295.     display:block;
  1296.     float:left;
  1297.     color:#76c50f !important;
  1298. }
  1299. #header .game_info .line .block.uran
  1300. {
  1301. }
  1302. #header .game_info .line .block.uran B
  1303. {
  1304.     width:25%;
  1305. }
  1306. #header .game_info .line .block.levels
  1307. {
  1308. }
  1309. #header .game_info .line .block.levels .number
  1310. {
  1311.     background:none;
  1312.     display:block;
  1313.     float:left;
  1314.     width:20%;
  1315.     text-align:left;
  1316.     padding:0px 0px 0px 2%;
  1317. }
  1318. #header .game_info .line .block.levels .number I
  1319. {
  1320.     padding:0px;
  1321.     margin:0px 0px 0px -7px;
  1322. }
  1323. #header .game_info .line .block.levels .number B
  1324. {
  1325.     font-style:normal;
  1326.     color:#f4f102;
  1327.     float:none;
  1328.     display:inline;
  1329.     font-weight:normal;
  1330.     height:auto;
  1331. }
  1332. #header .game_info .line .block.mail
  1333. {
  1334. }
  1335. #header .game_info .line .block.mail SPAN
  1336. {
  1337.     display:block;
  1338.     float:left;
  1339.     height:13px;
  1340.     text-align:left;
  1341.     width:11%;
  1342. }
  1343. #header .game_info .line .block.life
  1344. {
  1345. }
  1346. #header .game_info .line .block.life B
  1347. {
  1348.     width:26%;
  1349. }
  1350. #header .game_info .line .block.energy
  1351. {
  1352. }
  1353. #header .game_info .line .block.energy B
  1354. {
  1355.     width:26%;
  1356. }
  1357. #header .game_info .line .block.amo
  1358. {
  1359. }
  1360. #header .game_info .line .block.amo B
  1361. {
  1362.     width:24%;
  1363. }
  1364. .timer
  1365. {
  1366.     padding:0px 0px 0px 0px;
  1367.     font-size:11px;
  1368.     color:#f4f102;
  1369.     overflow:hidden;
  1370. }
  1371. .timer B
  1372. {
  1373.     font-weight:normal;
  1374.     padding-left:8%;
  1375.     display:block;
  1376.     width:26%;
  1377.     float:left;
  1378. }
  1379. .timer SPAN
  1380. {
  1381.     padding-left:8%;
  1382.     display:block;
  1383.     width:26%;
  1384.     float:left;
  1385. }
  1386. .timer I
  1387. {
  1388.     font-style:normal;
  1389.     padding-left:8%;
  1390.     display:block;
  1391.     width:24%;
  1392.     float:left;
  1393. }
  1394. /*------------------------------------------ /#header ------------------------------------------*/
  1395.  
  1396. /*------------------------------------------ #main ------------------------------------------*/
  1397. #main
  1398. {
  1399.     background:none;
  1400.     padding:0px 0px 12px 0px;
  1401.     font-size:10px;
  1402.     position:relative;
  1403. }
  1404. #main.border_top
  1405. {
  1406.     padding:0px 0px 12px 0px;
  1407. }
  1408. #main H2
  1409. {
  1410.     font-size:14px;
  1411.     color:#fff;
  1412.     text-align:center;
  1413.     margin:4px 0px 2px 0px;
  1414. }
  1415. #main H3
  1416. {
  1417.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat bottom center;
  1418.     font-size:12px;
  1419.     color:#f2f5f7;
  1420.     text-align:center;
  1421.     margin:4px 0px 2px 0px;
  1422.     padding:0px 5px 2px 5px;
  1423.     text-transform:uppercase;
  1424.     clear:both;
  1425.     overflow:hidden;
  1426. }
  1427. #main H3 .icon_online
  1428. {
  1429.     background-position:5px -152px;
  1430.     width:11px;
  1431.     height:12px;
  1432.  
  1433. }
  1434. #main H3 .icon_offline
  1435. {
  1436.     background-position:5px -168px;
  1437.     width:11px;
  1438.     height:12px;
  1439.  
  1440. }
  1441. #main H3 A
  1442. {
  1443.     color:#fff;
  1444.     font-weight:bold;
  1445.     text-decoration:none;
  1446. }
  1447. #main H3 A:hover
  1448. {
  1449.     color:#e3ff8c;
  1450. }
  1451. #main H4
  1452. {
  1453.     font-size:12px;
  1454.     color:#fff;
  1455.     text-align:center;
  1456.     margin:7px 0px 1px 0px;
  1457.     font-weight:normal;
  1458.     padding:0px 0px 2px 0px;
  1459. }
  1460. #main H5
  1461. {
  1462.     font-size:12px;
  1463.     color:#fff;
  1464.     text-align:center;
  1465.     margin:5px 0px 0px 0px;
  1466.     font-weight:normal;
  1467.     padding:0px 0px 5px 0px;
  1468. }
  1469. #main H6
  1470. {
  1471.     font-size:12px;
  1472.     color:#fff;
  1473.     margin:0px;
  1474.     font-weight:normal;
  1475.     padding:0px;
  1476. }
  1477. #main .info_major
  1478. {
  1479.     padding:0px 5px 0px 5px;
  1480.     overflow:hidden;
  1481. }
  1482. #main .info_major .text_major
  1483. {
  1484. }
  1485. #main .info_major .text_major P
  1486. {
  1487.     font-size:11px;
  1488. }
  1489. #main .info_major .text_major P SPAN.img_no_float IMG
  1490. {
  1491.     float:none;
  1492.     position:relative;
  1493.     bottom:-2px;
  1494.     margin:0px 3px 0px 5px;
  1495. }
  1496. #main .info_major .text_major P IMG
  1497. {
  1498.     float:right;
  1499. }
  1500. #main .info
  1501. {
  1502.     padding:0px 5px 0px 5px;
  1503.     overflow:hidden;
  1504. }
  1505. #main .info UL
  1506. {
  1507.     padding:0px 0px 5px 0px;
  1508. }
  1509. #main .info UL LI
  1510. {
  1511.     padding:0px 0px 3px 0px;
  1512.     font-size:11px;
  1513. }
  1514. #main .info UL LI A
  1515. {
  1516.     color:#e3ff8c;
  1517. }
  1518. #main .info IMG
  1519. {
  1520.     border:1px solid #000;
  1521.     margin:0px 0px 5px 0px;
  1522. }
  1523. #main .info P
  1524. {
  1525.     font-size:11px;
  1526.     margin:0px 0px 10px 0px;
  1527. }
  1528. #main .info P A
  1529. {
  1530.     color:#e3ff8c;
  1531. }
  1532. #main .info .block_50_percent
  1533. {
  1534.     float:left;
  1535.     width:115px;
  1536.     margin:0px 0px 5px 0px;
  1537.     font-size:11px;
  1538. }
  1539. #main .info .block_50_percent B.money
  1540. {
  1541.     color:#6bcf5a;
  1542.     font-weight:normal;
  1543. }
  1544. #main .info .block_50_percent B.money IMG
  1545. {
  1546.     margin:0px 5px 0px 0px;
  1547.     position:relative;
  1548.     top:-1px;
  1549.     border:none;
  1550. }
  1551. #main .info .block_50_percent INPUT
  1552. {
  1553.     width:100px;
  1554.     height:14px;
  1555.     padding:0px 5px 0px 5px;
  1556.     border:1px solid #040c18;
  1557. }
  1558.  
  1559.  
  1560.  
  1561. .daily_bonuses
  1562. {
  1563. }
  1564. .daily_bonuses .days_block
  1565. {
  1566.     display:table-cell;
  1567.     width:80px;
  1568. }
  1569. .daily_bonuses .days_block .day_block
  1570. {
  1571.     background:#1e2426;
  1572.     text-align:center;
  1573.     padding:0px 0px 0px 0px;
  1574.     height:45px;
  1575.     display:table-cell;
  1576.     width:80px;
  1577.     vertical-align:middle;
  1578.     border-bottom:2px solid #12181b;
  1579. }
  1580. .daily_bonuses .days_block .day_block.point
  1581. {
  1582.     background:#283034 url(/resources/img/icon_day_block_point.png) center no-repeat;
  1583. }
  1584. .daily_bonuses .days_block .day_block.gold
  1585. {
  1586.     border:none !important;
  1587.     color:#f4f102;
  1588.     height:75px;
  1589. }
  1590. .daily_bonuses .days_block .day_block.active
  1591. {
  1592.     background:#2e383c;
  1593. }
  1594. .daily_bonuses .days_block .day_block B
  1595. {
  1596.     display:block;
  1597.     padding:0px 0px 2px 0px;
  1598. }
  1599. .daily_bonuses .days_block .day_block I
  1600. {
  1601.     display:block;
  1602.     font-style:normal;
  1603. }
  1604. .daily_bonuses .days_block .day_block I IMG
  1605. {
  1606.     position:relative;
  1607.     bottom:-3px;
  1608. }
  1609. .daily_bonuses .days_bonuse
  1610. {
  1611.     background:#2e383c;
  1612.     display:table-cell;
  1613.     max-width:230px;
  1614.     padding:0px 5px 0px 5px;
  1615. }
  1616.  
  1617.  
  1618.  
  1619. .legion_photo_battle
  1620. {
  1621.     display:table-cell;
  1622.     padding:0px 0px 0px 5px;
  1623. }
  1624. .legion_info_battle
  1625. {
  1626.     display:table-cell;
  1627.     width:280px;
  1628. }
  1629.  
  1630.  
  1631. .legion_battle_progressbar_all
  1632. {
  1633.     position:relative;
  1634.     height:28px;
  1635.     font-size:11px;
  1636. }
  1637. .legion_battle_progressbar_all .legion_blue
  1638. {
  1639.     background:#05425f;
  1640.     height:14px;
  1641.     float:left;
  1642. }
  1643. .legion_battle_progressbar_all .legion_blue I
  1644. {
  1645.     margin-right:-53px;
  1646.     float:right;
  1647.     position:relative;
  1648.     z-index:888;
  1649. }
  1650. .legion_battle_progressbar_all .legion_blue SPAN
  1651. {
  1652.     position:absolute;
  1653.     z-index:999;
  1654.     left:5px;
  1655.     top:-1px;
  1656. }
  1657. .legion_battle_progressbar_all .legion_red
  1658. {
  1659.     background:#8f1212;
  1660.     height:14px;
  1661.     float:right;
  1662. }
  1663. .legion_battle_progressbar_all .legion_red I
  1664. {
  1665.     margin-left:-53px;
  1666.     float:left;
  1667.     position:relative;
  1668.     z-index:888;
  1669. }
  1670. .legion_battle_progressbar_all .legion_red SPAN
  1671. {
  1672.     position:absolute;
  1673.     z-index:999;
  1674.     right:5px;
  1675.     top:-1px;
  1676. }
  1677.  
  1678.  
  1679. .legion_battle_progressbar
  1680. {
  1681.     background:#8f1212;
  1682.     height:6px;
  1683. }
  1684. .legion_battle_progressbar SPAN
  1685. {
  1686.     background:#05425f;
  1687.     display:block;
  1688.     height:6px;
  1689. }
  1690.  
  1691. .blocks_3
  1692. {
  1693.     overflow:hidden;
  1694. }
  1695. .blocks_3 .block
  1696. {
  1697.     color:#e3ff8c;
  1698.     float:left;
  1699.     width:31%;
  1700.     padding:0px 0px 0px 2%;
  1701. }
  1702. .blocks_3 .block I
  1703. {
  1704.     display:block;
  1705.     font-style:normal;
  1706.     color:#fff;
  1707.     padding:0px 0px 2px 0px;
  1708. }
  1709.  
  1710.  
  1711. .static_block
  1712. {
  1713.     padding:0px 5px 5px 0px;
  1714.     overflow:hidden;
  1715. }
  1716.  
  1717.  
  1718. .history_battles
  1719. {
  1720.     padding:0px 5px 0px 5px;
  1721. }
  1722. .history_battles .history_block_battle
  1723. {
  1724.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat bottom center;
  1725.     padding:0px 0px 7px 0px;
  1726.     margin:0px 0px 5px 0px;
  1727. }
  1728. .history_battles .history_block_battle A
  1729. {
  1730.     color:#e3ff8c;
  1731. }
  1732. .history_battles .history_block_battle P
  1733. {
  1734.     font-size:11px;
  1735.     margin:0px;
  1736. }
  1737. .history_battles .history_block_battle B
  1738. {
  1739.     display:block;
  1740.     padding:0px 0px 2px 0px;
  1741.     xfont-weight:normal;
  1742. }
  1743. .history_battles .history_block_battle P I
  1744. {
  1745.     display:block;
  1746.     font-style:normal;
  1747. }
  1748. .history_battles .history_block_battle IMG
  1749. {
  1750.     margin:0px 5px 0px 0px;
  1751.     position:relative;
  1752.     bottom:-3px;
  1753. }
  1754. .history_battles .history_block_battle .attack_date
  1755. {
  1756.     display:block;
  1757.     overflow:hidden;
  1758.     padding:0px 5px 0px 0px;
  1759. }
  1760. .history_battles .history_block_battle .attack_date A
  1761. {
  1762.     float:left;
  1763. }
  1764. .history_battles .history_block_battle .attack_date I
  1765. {
  1766.     float:right;
  1767.     font-style:normal;
  1768. }
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776. .roulette
  1777. {
  1778.     background:url(/resources/img/mini_games/photo_officers_club_roulette_table_gray_theme.jpg) no-repeat center top;
  1779.     padding:0px 5px;
  1780.     width:230px;
  1781.     height:238px;
  1782.     margin:0 auto;
  1783.     margin-top:20px;
  1784. }
  1785. .roulette_names
  1786. {
  1787.     position:relative;
  1788.     xpadding:20px 0px 0px 0px;
  1789. }
  1790. .roulette_names .user_name
  1791. {
  1792.     background:url(/resources/img/1x1_light10.png) repeat;
  1793.     padding:2px 5px 3px 5px;
  1794. }
  1795. .roulette_names .user_name.one
  1796. {
  1797.     position:absolute;
  1798.     top:-22px;
  1799.     left:40px;
  1800.     z-index:999;
  1801. }
  1802. .roulette_names .user_name.two
  1803. {
  1804.     position:absolute;
  1805.     bottom:-120px;
  1806.     z-index:999;
  1807. }
  1808. .roulette_names .user_name.three
  1809. {
  1810.     position:absolute;
  1811.     bottom:-232px;
  1812.     z-index:999;
  1813.     left:75px;
  1814. }
  1815. .roulette .general_roullete_1
  1816. {
  1817.     width:159px;
  1818.     height:113px;
  1819.     position:relative;
  1820.     left:28px;
  1821. }
  1822. .roulette .general_roullete_1.fire
  1823. {
  1824.     background:url(/resources/img/mini_games/photo_officers_club_roulette_1_fire.png) no-repeat;
  1825. }
  1826. .roulette .general_roullete_1.killed
  1827. {
  1828.     background:url(/resources/img/mini_games/photo_officers_club_roulette_1_killed.png) no-repeat;
  1829. }
  1830.  
  1831. .roulette .general_roullete_2
  1832. {
  1833.     width:115px;
  1834.     height:143px;
  1835.     position:relative;
  1836.     top:-48px;
  1837.     float:left;
  1838.     margin:0px 0px -48px 0px;
  1839. }
  1840. .roulette .general_roullete_2.fire
  1841. {
  1842.     background:url(/resources/img/mini_games/photo_officers_club_roulette_2_fire.png) no-repeat;
  1843. }
  1844. .roulette .general_roullete_2.killed
  1845. {
  1846.     background:url(/resources/img/mini_games/photo_officers_club_roulette_2_killed.png) no-repeat;
  1847. }
  1848. .roulette .general_roullete_3
  1849. {
  1850.     width:115px;
  1851.     height:143px;
  1852.     position:relative;
  1853.     top:-54px;
  1854.     float:left;
  1855.     margin:0px 0px -54px 0px;
  1856. }
  1857. .roulette .general_roullete_3.fire
  1858. {
  1859.     background:url(/resources/img/mini_games/photo_officers_club_roulette_3_fire.png) no-repeat;
  1860. }
  1861. .roulette .general_roullete_3.killed
  1862. {
  1863.     background:url(/resources/img/mini_games/photo_officers_club_roulette_3_killed.png) no-repeat;
  1864. }
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871. .interrogation
  1872. {
  1873.     padding:0px 5px;
  1874.     position:relative;
  1875.     font-size:11px;
  1876.     width:230px;
  1877.     margin:0 auto;
  1878. }
  1879. .interrogation A
  1880. {
  1881.     color:#fff;
  1882.     text-decoration:none;
  1883. }
  1884. .interrogation .head
  1885. {
  1886.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows.png) no-repeat -78px 0px;
  1887.     xborder:1px solid #fff;
  1888.     display:block;
  1889.     width:75px;
  1890.     height:65px;
  1891.     position:absolute;
  1892.     left:83px;
  1893. }
  1894. .interrogation .head B
  1895. {
  1896.     display:inline-block;
  1897.     margin:0px 0px 0px 18px;
  1898. }
  1899. .interrogation .head:hover
  1900. {
  1901.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows_hover.png) no-repeat -78px 0px;
  1902. }
  1903. .interrogation .left_hand
  1904. {
  1905.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows.png) no-repeat 0px -5px;
  1906.     xborder:1px solid #fff;
  1907.     display:block;
  1908.     width:80px;
  1909.     height:65px;
  1910.     position:absolute;
  1911.     top:5px;
  1912. }
  1913. .interrogation .left_hand B
  1914. {
  1915.     display:inline-block;
  1916.     margin:14px 0px 0px 33px;
  1917. }
  1918. .interrogation .left_hand:hover
  1919. {
  1920.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows_hover.png) no-repeat 0px -5px;
  1921. }
  1922. .interrogation .right_hand
  1923. {
  1924.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows.png) no-repeat -145px -30px;
  1925.     xborder:1px solid #fff;
  1926.     display:block;
  1927.     width:75px;
  1928.     height:75px;
  1929.     position:absolute;
  1930.     left:150px;
  1931.     top:30px;
  1932. }
  1933. .interrogation .right_hand B
  1934. {
  1935.     display:inline-block;
  1936.     margin:44px 0px 0px 36px;
  1937. }
  1938. .interrogation .right_hand:hover
  1939. {
  1940.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows_hover.png) no-repeat -145px -30px;
  1941. }
  1942. .interrogation .groin
  1943. {
  1944.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows.png) no-repeat -70px -95px;
  1945.     xborder:1px solid #fff;
  1946.     display:block;
  1947.     width:75px;
  1948.     height:55px;
  1949.     position:absolute;
  1950.     left:75px;
  1951.     top:95px;
  1952. }
  1953. .interrogation .groin B
  1954. {
  1955.     display:inline-block;
  1956.     margin:13px 0px 0px 40px;
  1957. }
  1958. .interrogation .groin:hover
  1959. {
  1960.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows_hover.png) no-repeat -70px -95px;
  1961. }
  1962. .interrogation .left_foot
  1963. {
  1964.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows.png) no-repeat -20px -146px;
  1965.     xborder:1px solid #fff;
  1966.     display:block;
  1967.     width:75px;
  1968.     height:95px;
  1969.     position:absolute;
  1970.     left:25px;
  1971.     top:146px;
  1972. }
  1973. .interrogation .left_foot B
  1974. {
  1975.     display:inline-block;
  1976.     margin:0px 0px 0px 15px;
  1977. }
  1978. .interrogation .left_foot:hover
  1979. {
  1980.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows_hover.png) no-repeat -20px -146px;
  1981. }
  1982. .interrogation .right_foot
  1983. {
  1984.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows.png) no-repeat -120px -140px;
  1985.     xborder:1px solid #fff;
  1986.     display:block;
  1987.     width:95px;
  1988.     height:105px;
  1989.     position:absolute;
  1990.     left:125px;
  1991.     top:140px;
  1992. }
  1993. .interrogation .right_foot B
  1994. {
  1995.     display:inline-block;
  1996.     margin:20px 0px 0px 55px;
  1997. }
  1998. .interrogation .right_foot:hover
  1999. {
  2000.     background:url(/resources/img/mini_games/photo_officers_club_interrogation_arrows_hover.png) no-repeat -120px -140px;
  2001. }
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007. .funny_post_block
  2008. {
  2009.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat bottom center;
  2010.     padding:0px 5px 14px 5px;
  2011.     margin:0px 0px 10px 0px;
  2012. }
  2013. .funny_post_block .user_name_fuuny_post
  2014. {
  2015.     overflow:hidden;
  2016.     padding:0px 0px 4px 0px;
  2017.     margin:0px;
  2018. }
  2019. .funny_post_block .user_name_fuuny_post SPAN
  2020. {
  2021.     margin:0px 5px 0px 0px;
  2022. }
  2023. .funny_post_block .user_name_fuuny_post SPAN IMG
  2024. {
  2025.     position:relative;
  2026.     bottom:-5px;
  2027. }
  2028. .funny_post_block .user_name_fuuny_post B
  2029. {
  2030.     margin:0px 5px 0px 0px;
  2031. }
  2032. .funny_post_block .user_name_fuuny_post B IMG
  2033. {
  2034.     position:relative;
  2035.     bottom:-3px;
  2036. }
  2037. .funny_post_block .user_name_fuuny_post I IMG
  2038. {
  2039.     float:right;
  2040.     margin:0px 5px 0px 0px;
  2041. }
  2042. .funny_post_block .user_name_fuuny_post A
  2043. {
  2044.     color:#e3ff8c;
  2045.     margin:0px 5px 0px 0px;
  2046. }
  2047. .funny_post_block .funny_post
  2048. {
  2049.     font-size:11px;
  2050.     margin:0px 0px 4px 0px;
  2051. }
  2052. .funny_post_block .date_vote
  2053. {
  2054.     padding:0px 5px 0px 0px;
  2055.     overflow:hidden;
  2056. }
  2057. .funny_post_block .date_vote A
  2058. {
  2059.     xfont-weight:bold;
  2060.     margin:0px 10px 0px 0px;
  2061. }
  2062. .funny_post_block .date_vote B
  2063. {
  2064.     margin:0px 10px 0px 0px;
  2065. }
  2066. .funny_post_block .date_vote SPAN
  2067. {
  2068.     float:right;
  2069. }
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077. .letters
  2078. {
  2079. }
  2080. .letters .letter
  2081. {
  2082.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center bottom;
  2083.     padding:5px 5px 5px 5px;
  2084.     margin:0px 0px 5px 0px;
  2085. }
  2086. .letters .letter.user_contact
  2087. {
  2088.     padding:0px 5px 0px 5px;
  2089. }
  2090. .letters .letter.new
  2091. {
  2092.     background:#1e2426;
  2093.     margin:0px 50px 5px 10px;
  2094.     border-radius:3px;  
  2095.     -moz-border-radius:3px;    
  2096.     -webkit-border-radius:3px;
  2097. }
  2098. .letters .letter.new_1
  2099. {
  2100.     background:url(/resources/img/1x1_light10.png) repeat;
  2101.     margin:0px 0px 5px 0px;
  2102.     border-radius:3px;  
  2103.     -moz-border-radius:3px;    
  2104.     -webkit-border-radius:3px;
  2105. }
  2106. .letters .letter.user
  2107. {
  2108.     padding:5px 5px 5px 5px;
  2109.     background:#3f6005;
  2110.     margin:0px 10px 5px 50px;
  2111.     border-radius:3px;  
  2112.     -moz-border-radius:3px;    
  2113.     -webkit-border-radius:3px;
  2114. }
  2115. .letters .letter.new .arrow
  2116. {
  2117.     background:url(/resources/img/arrow_letter_1_gray_theme.png) no-repeat 0px 0px;
  2118.     width:10px;
  2119.     height:12px;
  2120.     display:block;
  2121.     position:absolute;
  2122.     left:-15px;
  2123.     top:3px;
  2124. }
  2125. .letters .user_name_letter
  2126. {
  2127.     xoverflow:hidden;
  2128.     padding:0px 0px 6px 0px;
  2129.     margin:0px;
  2130.     position:relative;
  2131. }
  2132. .letters .user_name_letter INPUT
  2133. {
  2134.     margin:0px 5px 0px 0px;
  2135. }
  2136. .letters .user_name_letter SPAN A
  2137. {
  2138. }
  2139. .letters .user_name_letter SPAN
  2140. {
  2141.     margin:0px 0px 0px 0px;
  2142. }
  2143. .letters .user_name_letter SPAN SPAN
  2144. {
  2145.     margin:0px 5px 0px 0px;
  2146.     color:#f4f102;
  2147. }
  2148. .letters .user_name_letter B
  2149. {
  2150.     margin:0px 5px 0px 0px;
  2151. }
  2152. .letters .user_name_letter B IMG
  2153. {
  2154.     position:relative;
  2155.     bottom:-3px;
  2156. }
  2157. .letters .user_name_letter I A
  2158. {
  2159.     background:url(/resources/img/1x1_light10.png) repeat, url(/resources/img/icon_header_sprite.png) no-repeat 3px -187px;
  2160.     width: 14px;
  2161.     height: 14px;
  2162.     padding:3px;
  2163.     float:none;
  2164.     display:inline-block;
  2165.     margin:0 auto;
  2166.  
  2167.  
  2168.     position:absolute;
  2169.     right:0px;
  2170.     top:0px;
  2171.     color:#e3ff8c;
  2172.  
  2173.     border-radius:3px;  
  2174.     -moz-border-radius:3px;    
  2175.     -webkit-border-radius:3px;
  2176. }
  2177. .letters .user_name_letter I A:hover
  2178. {
  2179.     background:url(/resources/img/1x1_light10_hover.png) repeat, url(/resources/img/icon_header_sprite.png) no-repeat 3px -187px;
  2180. }
  2181. .letters .post
  2182. {
  2183.     font-size:10px;
  2184.     line-height:11px;
  2185.     margin:0px 25px 4px 0px;
  2186. }
  2187. .letters .post A
  2188. {
  2189.     color:#f4f102;
  2190. }
  2191. .letters .post I
  2192. {
  2193.     font-style:normal;
  2194.     font-weight:bold;
  2195.     padding:0px 0px 0px 5px;
  2196. }
  2197. .letters .date
  2198. {
  2199.     text-align:right;
  2200.     padding:0px 5px 0px 0px;
  2201. }
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212. .smokers
  2213. {
  2214.     padding:0px 5px 0px 5px;
  2215. }
  2216. .smokers .smokers_user_write
  2217. {
  2218.     background:url(/resources/img/1x1_light10.png) repeat;
  2219.     padding:2px 5px 0px 5px;
  2220.     margin:0px 0px 0px 10px;
  2221.     border-radius:3px;  
  2222.     -moz-border-radius:3px;    
  2223.     -webkit-border-radius:3px;
  2224. }
  2225. .smokers .smokers_user_write .post
  2226. {
  2227.     color:#76c50f;
  2228. }
  2229. .smokers .user_name_smoker
  2230. {
  2231.     overflow:hidden;
  2232.     padding:0px 0px 4px 0px;
  2233.     margin:0px;
  2234. }
  2235. .smokers .user_name_smoker SPAN
  2236. {
  2237.     margin:0px 5px 0px 0px;
  2238. }
  2239. .smokers .user_name_smoker SPAN SPAN
  2240. {
  2241.     margin:0px;
  2242.     color:#f4f102;
  2243. }
  2244. .smokers .user_name_smoker B
  2245. {
  2246.     margin:0px 5px 0px 0px;
  2247. }
  2248. .smokers .user_name_smoker B IMG
  2249. {
  2250.     position:relative;
  2251.     bottom:-3px;
  2252. }
  2253. .smokers .user_name_smoker I IMG
  2254. {
  2255.     position:relative;
  2256.     bottom:-2px;
  2257. }
  2258. .smokers .user_name_smoker A
  2259. {
  2260.     color:#e3ff8c;
  2261.     margin:0px 5px 0px 0px;
  2262. }
  2263. .smokers .post
  2264. {
  2265.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center bottom;
  2266.     font-size:10px;
  2267.     line-height:11px;
  2268.     padding:0px 0px 10px 0px;
  2269.     margin:0px 0px 5px 0px;
  2270. }
  2271. .smokers .post B
  2272. {
  2273.     padding:0px 5px 0px 0px;
  2274.     text-transform:uppercase;
  2275. }
  2276.  
  2277. .smokers_warning
  2278. {
  2279.     background:#FFFFFF;
  2280.     border:solid 10px #000;
  2281.     color:#000;
  2282.     font-size:12px;
  2283.     text-align:center;
  2284.     padding:5px;
  2285.     font-weight:bold;
  2286. }
  2287.  
  2288. .pages
  2289. {
  2290.     text-align:center;
  2291.     color:#fff;
  2292. }
  2293. .pages LI
  2294. {
  2295.     display:inline-block;
  2296. }
  2297. .pages LI A
  2298. {
  2299.     background:#313d42;
  2300.     display:inline-block;
  2301.     color:#fff;
  2302.     font-size:12px;
  2303.     text-decoration:none;
  2304.     padding:3px 6px;
  2305.     border-radius:3px;  
  2306.     -moz-border-radius:3px;    
  2307.     -webkit-border-radius:3px;
  2308. }
  2309. .pages LI A:hover
  2310. {
  2311.     background:#4c5b62;
  2312. }
  2313. .pages LI.active A
  2314. {
  2315.     background:#4c5b62;
  2316.     xcolor:#f4f102;
  2317.     font-weight:bold;
  2318. }
  2319. @media only screen and (min-width: 300px)
  2320. {
  2321.     .pages LI A
  2322.     {
  2323.         padding:5px 10px;
  2324.     }
  2325. }
  2326.  
  2327.  
  2328. .war_sort
  2329. {
  2330.     margin:0px 0px 10px 0px;
  2331.     overflow:hidden;
  2332. }
  2333. .war_sort A
  2334. {
  2335.     background:#171b1d;
  2336.     width:33.3%;
  2337.     float:left;
  2338.     text-align:center;
  2339.     padding:3px 0px 3px 0px;
  2340.     color:#fff;
  2341.     text-decoration:none;
  2342.     border-radius:3px;  
  2343.     -moz-border-radius:3px;    
  2344.     -webkit-border-radius:3px;
  2345. }
  2346. .war_sort A:hover
  2347. {
  2348.     background:#1c2123;
  2349. }
  2350. .war_sort A.active
  2351. {
  2352.     background:#23292c;
  2353.     font-weight:bold;
  2354.     text-decoration:none;
  2355. }
  2356. .war_sort A.active SPAN
  2357. {
  2358.     color:#76c50f;
  2359. }
  2360. .war_sort A SPAN
  2361. {
  2362.     font-size:11px;
  2363.     color:#f4f102;
  2364.     display:block;
  2365. }
  2366.  
  2367.  
  2368. /*------------------------------------------ #main .country_block ------------------------------------------*/
  2369. #main .country_block
  2370. {
  2371.     padding:0px 5px 0px 5px;
  2372. }
  2373. #main .country_block LABEL
  2374. {
  2375.     color:#fff;
  2376.     cursor:pointer;
  2377.     display:block;
  2378.     padding:5px;
  2379.     margin:0px;
  2380. }
  2381. #main .country_block LABEL:hover
  2382. {
  2383.     background:url(/resources/img/1x1_light10.png) repeat;
  2384. }
  2385. #main .country_block LI
  2386. {
  2387.     margin:0px 0px 5px 0px;
  2388.     font-size:11px;
  2389. }
  2390. #main .country_block LI I
  2391. {
  2392.     display:table-cell;
  2393.     vertical-align:middle;
  2394.     font-style:normal;
  2395. }
  2396. #main .country_block LI I.noValign
  2397. {
  2398.     vertical-align:top;
  2399. }
  2400. #main .country_block LI I INPUT
  2401. {
  2402.     width:auto;
  2403.     margin:0px;
  2404.     padding:0px;
  2405.     background:none;
  2406.     border:none;
  2407. }
  2408. #main .country_block LI B
  2409. {
  2410.     display:table-cell;
  2411.     xvertical-align:middle;
  2412.     padding:0px 5px 0px 10px;
  2413. }
  2414. #main .country_block LI B B
  2415. {
  2416. }
  2417. #main .country_block LI SPAN
  2418. {
  2419.     display:table-cell;
  2420.     vertical-align:middle;
  2421.     font-weight:bold;
  2422.     font-size:12px;
  2423.     color:#e3ff8c;
  2424. }
  2425. /*------------------------------------------ /#main .country_block ------------------------------------------*/
  2426.  
  2427.  
  2428.  
  2429.  
  2430.  
  2431. /*------------------------------------------ #main .ava_block ------------------------------------------*/
  2432. #main .ava_block
  2433. {
  2434.     margin:0px 0px 0px 0px;
  2435.     overflow:hidden;
  2436.     padding:0px 0px 0px 0px;
  2437. }
  2438. #main .ava_block LABEL
  2439. {
  2440.     cursor:pointer;
  2441.     display:block;
  2442.     padding:5px 0px 5px 0px;
  2443.     margin:0px;
  2444. }
  2445. #main .ava_block LABEL:hover
  2446. {
  2447.     background:url(/resources/img/1x1_light10.png) repeat;
  2448. }
  2449. #main .ava_block .block
  2450. {
  2451.     float:left;
  2452.     width:25%;
  2453.     text-align:center;
  2454.     overflow:hidden;
  2455. }
  2456. #main .ava_block .block IMG
  2457. {
  2458.     margin:0px 0px 5px 0px;
  2459. }
  2460. #main .ava_block .block INPUT
  2461. {
  2462.     width:auto;
  2463.     margin:0px auto;
  2464.     padding:0px;
  2465.     background:none;
  2466.     border:none;
  2467.     display:block;
  2468. }
  2469. /*------------------------------------------ /#main .ava_block ------------------------------------------*/
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475. /*------------------------------------------ #main .block_buildings_info ------------------------------------------*/
  2476. #main .block_buildings_info
  2477. {
  2478.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat 0px bottom;
  2479.     font-size:11px;
  2480.     padding:2px 5px 4px 5px;
  2481. }
  2482. #main .block_buildings_info B
  2483. {
  2484.     font-weight:normal;
  2485.     display:block;
  2486. }
  2487. #main .block_buildings_info B SPAN IMG
  2488. {
  2489.     margin:0px 5px 0px 5px;
  2490.     position:relative;
  2491.     bottom:-3px;
  2492. }
  2493. /*------------------------------------------ /#main .block_buildings_info ------------------------------------------*/
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500. /*------------------------------------------ #main .buildings_list ------------------------------------------*/
  2501. #main .buildings_list
  2502. {
  2503. }
  2504. #main .buildings_list .block
  2505. {
  2506.     overflow:hidden;
  2507.     font-size:11px;
  2508.     padding:10px 5px 5px 5px;
  2509. }
  2510. #main .buildings_list .block B
  2511. {
  2512.     display:block;
  2513.     color:#f4f102;
  2514.     padding:0px 0px 5px 0px;
  2515.     text-align:center;
  2516. }
  2517. #main .buildings_list .block B SPAN
  2518. {
  2519.     color:#fff;
  2520. }
  2521. #main .buildings_list .block .photo
  2522. {
  2523.     display:table-cell;
  2524.     width:70px;
  2525. }
  2526. #main .buildings_list .block .info_photo
  2527. {
  2528.     display:table-cell;
  2529.     width:155px;
  2530.     padding:0px 0px 0px 5px;
  2531. }
  2532. #main .buildings_list .block .info_photo SPAN
  2533. {
  2534.     display:block;
  2535.     font-style:normal;
  2536.     width:55px;
  2537.     float:left;
  2538. }
  2539. #main .buildings_list .block .info_photo I
  2540. {
  2541.     display:block;
  2542.     font-style:normal;
  2543.     font-weight:bold;
  2544.     width:100px;
  2545.     float:left;
  2546. }
  2547. #main .buildings_list .block .info_photo I IMG
  2548. {
  2549.     margin:0px 3px 0px 0px;
  2550.     position:relative;
  2551.     bottom:-2px;
  2552. }
  2553. .building_number
  2554. {
  2555.     width:75px;
  2556.     float:left;
  2557. }
  2558. .building_number INPUT
  2559. {
  2560.     border:1px solid #bebebe;
  2561.     height:19px;
  2562.     width:58px;
  2563.     padding:0px;
  2564.     padding-left:5px;
  2565.     padding-right:5px;
  2566.     font-size:11px;
  2567.     margin:0px 0px 0px 5px;
  2568.     border-radius:3px;  
  2569.     -moz-border-radius:3px;    
  2570.     -webkit-border-radius:3px;
  2571. }
  2572. /*------------------------------------------ /#main .buildings_list ------------------------------------------*/
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579. /*------------------------------------------ #main .bm_list ------------------------------------------*/
  2580. #main .bm_list
  2581. {
  2582. }
  2583. #main .bm_list .block
  2584. {
  2585.     overflow:hidden;
  2586.     font-size:10px;
  2587.     padding:6px 5px 3px 5px;
  2588.     line-height:11px;
  2589. }
  2590. #main .bm_list .block .photo_block
  2591. {
  2592.     width:96px;
  2593.     text-align:center;
  2594.     float:left;
  2595.     padding:0px 5px 0px 0px;
  2596. }
  2597. #main .bm_list .block .photo_block IMG
  2598. {
  2599.     margin:0px 0px 5px 0px;
  2600. }
  2601. #main .bm_list .block .photo_block I
  2602. {
  2603.     font-style:normal;
  2604.     padding:3px 0px 5px 0px;
  2605.     display:block;
  2606. }
  2607. #main .bm_list .block P
  2608. {
  2609.     font-size:10px;
  2610.     margin:-2px 0px 5px 0px;
  2611.     line-height:11px;
  2612.     display:inline;
  2613.     xmin-width:150px;
  2614.     xmax-width:280px;
  2615. }
  2616. #main .bm_list .block SPAN
  2617. {
  2618.     color:#e3ff8c;
  2619.     display:block;
  2620.     padding:5px 0px 0px 0px;
  2621. }
  2622. .block_footer
  2623. {
  2624.     padding:0px 0px 10px 0px;
  2625. }
  2626. .block_footer .bm_price
  2627. {
  2628.     display:table-cell;
  2629.     width:110px;
  2630.     vertical-align:middle;
  2631.     padding:0px 0px 0px 5px;
  2632. }
  2633. .block_footer .bm_price INPUT
  2634. {
  2635.     width:92px;
  2636.     height:18px;
  2637.     padding:0px 5px 0px 5px;
  2638.     font-size:12px;
  2639.     float:right;
  2640.     margin:0px 2px 0px 0px;
  2641. }
  2642. .block_footer .bm_price IMG
  2643. {
  2644.     margin:0px 5px 0px 0px;
  2645.     position:relative;
  2646.     bottom:-2px;
  2647. }
  2648. /*------------------------------------------ /#main .bm_list ------------------------------------------*/
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655. /*------------------------------------------ #main .lab_list ------------------------------------------*/
  2656. #main .lab_list
  2657. {
  2658. }
  2659. #main .lab_list .dope_info
  2660. {
  2661.     font-size:11px;
  2662.     line-height:12px;
  2663.     margin:0px 0px 10px 0px;
  2664. }
  2665. #main .lab_list .dope_info SPAN
  2666. {
  2667.     display:table-cell;
  2668.     width:50px;
  2669.     text-align:center;
  2670.     padding:3px 0px 0px 0px;
  2671. }
  2672. #main .lab_list .dope_info I
  2673. {
  2674.     display:table-cell;
  2675.     font-style:normal;
  2676. }
  2677. #main .lab_list .dope_info I B
  2678. {
  2679.     display:block;
  2680.     padding:5px 0px 0px 0px;
  2681. }
  2682. /*------------------------------------------ /#main .lab_list ------------------------------------------*/
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689. /*------------------------------------------ #main .technique_list ------------------------------------------*/
  2690. #main .technique_list
  2691. {
  2692.     xpadding:0px 5px 0px 5px;
  2693. }
  2694. #main .technique_list .block
  2695. {
  2696.     xoverflow:hidden;
  2697.     font-size:11px;
  2698.     padding:6px 0px 2px 0px;
  2699. }
  2700. #main .technique_list .block.gold_unit
  2701. {
  2702.     background:url(/resources/img/1x1_light10.png) repeat;
  2703.     border:1px solid #6b721b;
  2704.     border-radius:3px;  
  2705.     -moz-border-radius:3px;    
  2706.     -webkit-border-radius:3px;
  2707. }
  2708. #main .technique_list .block .photo
  2709. {
  2710.     width:70px;
  2711.     text-align:center;
  2712.     display:table-cell;
  2713.     vertical-align:bottom;
  2714.     position:relative;
  2715.     padding:0px 5px 0px 0px;
  2716. }
  2717. #main .technique_list .block .photo IMG
  2718. {
  2719.     margin:0px 0px 5px 0px;
  2720. }
  2721. #main .technique_list .block .photo INPUT
  2722. {
  2723.     height:18px;
  2724.     width:60px;
  2725.     padding:0px 5px;
  2726.     border:solid 1px #000;
  2727.     font-size:11px;
  2728.     border-radius:3px;  
  2729.     -moz-border-radius:3px;    
  2730.     -webkit-border-radius:3px;
  2731. }
  2732. #main INPUT.technique
  2733. {
  2734.     height:22px !important;
  2735.     width:100%;
  2736.     padding:0px 5px;
  2737.     border:solid 1px #000;
  2738.     font-size:11px;
  2739.     border-radius:3px;  
  2740.     -moz-border-radius:3px;    
  2741.     -webkit-border-radius:3px;
  2742.     float:left;
  2743.     position:relative;
  2744.     z-index:999;
  2745. }
  2746. #main .technique_list .block .info_photo
  2747. {
  2748.     width:155px;
  2749.     line-height:13px;
  2750.     display:table-cell;
  2751.     vertical-align:middle;
  2752. }
  2753. #main .technique_list .block .info_photo I
  2754. {
  2755.     padding:0px 10px 0px 0px;
  2756.     font-style:normal;
  2757. }
  2758. #main .technique_list .block .info_photo IMG
  2759. {
  2760.     position:relative;
  2761.     bottom:-2px;
  2762.     margin:0px 3px 0px 0px;
  2763. }
  2764. #main .technique_list .block .info_photo B
  2765. {
  2766.     font-size:11px;
  2767.     line-height:11px;
  2768.     margin:0px;
  2769.     color:#e3ff8c;
  2770. }
  2771. #main .technique_list .block .info_photo SPAN
  2772. {
  2773.     display:block;
  2774. }
  2775. #main .technique_list .block.gold_unit .button_mini_technique
  2776. {
  2777.     width:117px;
  2778. }
  2779. @media only screen and (min-width: 300px)
  2780. {
  2781.     #main INPUT.technique
  2782.     {
  2783.         bottom:-26px;
  2784.         margin-top:-25px;
  2785.     }
  2786.     #main .technique_list .block.gold_unit INPUT.technique
  2787.     {
  2788.         bottom:-29px;
  2789.         margin-top:-25px;
  2790.     }
  2791.     #main .technique_list .block .info_photo
  2792.     {
  2793.         width:245px;
  2794.     }
  2795.     #main .technique_list .block .info_photo SPAN.width_320
  2796.     {
  2797.         float:left;
  2798.         padding:0px 15px 0px 0px;
  2799.     }
  2800. }
  2801. /*------------------------------------------ /#main .technique_list ------------------------------------------*/
  2802. @media only screen and (min-width: 300px)
  2803. {
  2804.     .special_operation .award
  2805.     {
  2806.         width:100% !important;
  2807.     }
  2808.     .special_operation .award B
  2809.     {
  2810.         display:inline !important;
  2811.     }
  2812.  
  2813.     .special_operation .award SPAN
  2814.     {
  2815.         display:inline !important;
  2816.         padding:0px 10px 0px 0px !important;
  2817.     }
  2818.     .special_operation .award SPAN SPAN
  2819.     {
  2820.         padding:0px !important;
  2821.         display:inline-block !important;
  2822.     }
  2823.  
  2824.     .special_operation .loot
  2825.     {
  2826.         position:absolute;
  2827.         right:0px;
  2828.         top:17px;
  2829.     }
  2830. }
  2831. .special_operation
  2832. {
  2833.     padding:0px 5px 0px 5px;
  2834.     overflow:hidden;
  2835.     position:relative;
  2836. }
  2837. .special_operation B
  2838. {
  2839.     padding:0px 0px 3px 0px;
  2840.     display:block;
  2841.     color:#fff;
  2842.     clear:both;
  2843. }
  2844. .special_operation B B
  2845. {
  2846.     display:inline;
  2847. }
  2848. .special_operation SPAN
  2849. {
  2850.     display:block;
  2851.     color:#fff;
  2852.     white-space:nowrap;
  2853.     padding:0px 0px 3px 0px;
  2854. }
  2855. .special_operation .award
  2856. {
  2857.     float:left;
  2858.     color:#e3ff8c;
  2859.     padding:0px 0px 5px 0px;
  2860.     width:40%;
  2861. }
  2862. .special_operation.staff_mission .award
  2863. {
  2864.     width:100%;
  2865. }
  2866. .special_operation.staff_mission .award B
  2867. {
  2868.     display:inline;
  2869. }
  2870. .special_operation.staff_mission SPAN
  2871. {
  2872.     display:inline-block;
  2873.     padding:0px 10px 0px 0px;
  2874.     white-space:normal;
  2875. }
  2876. .special_operation .award IMG
  2877. {
  2878.     position:relative;
  2879.     bottom:-3px;
  2880.     margin:0px 5px 0px 0px;
  2881. }
  2882. .special_operation .loot
  2883. {
  2884.     float:left;
  2885.     padding:0px 0px 5px 0px;
  2886.     text-align:right;
  2887.     width:60%;
  2888.     xbackground:#CC3333
  2889. }
  2890. .progressbar
  2891. {
  2892.     background:#013648;
  2893.     height:3px;
  2894.     margin:0px 0px 5px 0px;
  2895. }
  2896. .progressbar .progressbar_bg
  2897. {
  2898.     background:#252d2f;
  2899.     height:3px;
  2900. }
  2901.  
  2902. .user_war
  2903. {
  2904.     overflow:hidden;
  2905.     padding:0px 0px 1px 5px;
  2906. }
  2907. .user_war.died, .user_war.died A, .user_war.died B, .user_war.died SPAN, .user_war.died I,  .user_war.died S
  2908. {
  2909.     color:#6d7980;
  2910. }
  2911. .user_war IMG
  2912. {
  2913.     margin:0px 5px 0px 0px;
  2914.     position:relative;
  2915.     bottom:-3px;
  2916. }
  2917. .user_war B
  2918. {
  2919.     margin:0px 0px 0px 3px;
  2920.     color:#ea2424;
  2921. }
  2922. .user_war B IMG
  2923. {
  2924.     margin:0px;
  2925.     position:relative;
  2926.     bottom:-5px;
  2927. }
  2928. .user_war A
  2929. {
  2930.     color:#e3ff8c;
  2931. }
  2932. .user_war A S
  2933. {
  2934.     color:#e3ff8c;
  2935. }
  2936. .user_war I
  2937. {
  2938.     font-style:normal;
  2939.     display:inline-block;
  2940.     padding:0px 5px 0px 0px;
  2941. }
  2942. .user_war I I
  2943. {
  2944.     padding:0px;
  2945.     color:#f4f102;
  2946. }
  2947. .user_war_info
  2948. {
  2949.     overflow:hidden;
  2950.     padding:0px 0px 4px 0px;
  2951.     margin:0px 0px 0px 0px;
  2952. }
  2953. .user_war_info IMG
  2954. {
  2955.     position:relative;
  2956.     bottom:-3px;
  2957. }
  2958. .user_war_info I
  2959. {
  2960.     font-style:normal;
  2961.     display:inline-block;
  2962.     padding:0px 0px 0px 5px;
  2963. }
  2964. .user_war_info SPAN
  2965. {
  2966.     color:#f4f102;
  2967. }
  2968. @media only screen and (min-width: 300px)
  2969. {
  2970.     .user_war_info.war
  2971.     {
  2972.         margin:0px 0px 0px 0px !important;
  2973.         padding:0px !important;
  2974.     }
  2975. }
  2976.  
  2977. /*------------------------------------------ .referrals_stats ------------------------------------------*/
  2978. .referrals_stats
  2979. {
  2980.     padding:0px 5px 7px 5px;
  2981.     line-height:12px;
  2982.     overflow:hidden;
  2983. }
  2984. .referrals_stats SPAN
  2985. {
  2986.     width:115px;
  2987.     float:left;
  2988.     padding:0px 0px 0px 17px;
  2989. }
  2990. .referrals_stats B
  2991. {
  2992.     width:98px;
  2993.     float:left;
  2994.     font-weight:normal;
  2995. }
  2996. .referrals_stats B IMG
  2997. {
  2998.     position:relative;
  2999.     bottom:-2px;
  3000.     margin:0px 5px 0px 0px;
  3001. }
  3002. .referrals_stats I
  3003. {
  3004.     font-style:normal;
  3005. }
  3006. /*------------------------------------------ /.referrals_stats ------------------------------------------*/
  3007.  
  3008. /*------------------------------------------ .result_war ------------------------------------------*/
  3009. .result_war
  3010. {
  3011.     padding:0px 5px 5px 5px;
  3012.     line-height:12px;
  3013.     overflow:hidden;
  3014. }
  3015. .result_war DIV
  3016. {
  3017.     overflow:hidden;
  3018. }
  3019. .result_war SPAN
  3020. {
  3021.     width:80px;
  3022.     display:block;
  3023.     float:left;
  3024. }
  3025. .result_war.defeat SPAN
  3026. {
  3027.     width:66px;
  3028. }
  3029. .result_war B
  3030. {
  3031.     width:150px;
  3032.     font-weight:normal;
  3033.     display:block;
  3034.     float:left;
  3035. }
  3036. .result_war.defeat B
  3037. {
  3038.     width:164px;
  3039. }
  3040. .result_war B B
  3041. {
  3042.     padding:0px 0px 0px 15px;
  3043.     width:auto;
  3044.     font-weight:bold;
  3045.     float:none;
  3046.     display:inline;
  3047. }
  3048. .result_war B IMG
  3049. {
  3050.     position:relative;
  3051.     bottom:-3px;
  3052.     margin:0px 5px 0px 0px;
  3053. }
  3054. .result_war I
  3055. {
  3056.     font-style:normal;
  3057. }
  3058. /*------------------------------------------ /.result_war ------------------------------------------*/
  3059.  
  3060.  
  3061.  
  3062.  
  3063.  
  3064.  
  3065.  
  3066. /*------------------------------------------ for user_info.html ------------------------------------------*/
  3067. .user_name
  3068. {
  3069.     overflow:hidden;
  3070.     padding:5px 0px 7px 5px;
  3071. }
  3072. .user_name IMG
  3073. {
  3074.     margin:0px 5px 0px 0px;
  3075.     position:relative;
  3076.     bottom:-3px;
  3077. }
  3078. .user_name B
  3079. {
  3080.     margin:0px 0px 0px 3px;
  3081. }
  3082. .user_name B IMG
  3083. {
  3084.     margin:0px;
  3085.     position:relative;
  3086.     bottom:-5px;
  3087. }
  3088. .user_name SPAN
  3089. {
  3090.     color:#e3ff8c;
  3091. }
  3092. .user_name A
  3093. {
  3094.     color:#e3ff8c;
  3095. }
  3096. .profile_achievements
  3097. {
  3098. }
  3099. .profile_achievements .block
  3100. {
  3101.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center bottom;
  3102.     padding:5px 0px 10px 0px;
  3103.     margin:0px 0px 10px 0px;
  3104. }
  3105. .profile_achievements .block .name
  3106. {
  3107.     padding:0px 0px 0px 5px;
  3108. }
  3109. .profile_achievements .block .rating
  3110. {
  3111.     padding:0px 0px 5px 5px;
  3112. }
  3113. .profile_achievements .block .achievements_block
  3114. {
  3115.     overflow:hidden;
  3116.     max-width:320px;
  3117. }
  3118. .profile_achievements .block .achievements_block B
  3119. {
  3120.     width:25%;
  3121.     font-weight:normal;
  3122.     text-align:center;
  3123.     float:left;
  3124.     display:block;
  3125. }
  3126. .profile_achievements.enemy .block .achievements_block B
  3127. {
  3128.     height:55px;
  3129. }
  3130. .profile_achievements .block .achievements_block B SPAN
  3131. {
  3132.     display:block;
  3133. }
  3134. .profile_skills
  3135. {
  3136. }
  3137. .profile_skills .block
  3138. {
  3139.     margin:0px 0px 7px 0px;
  3140.     overflow:hidden;
  3141. }
  3142. .profile_skills .block .icon
  3143. {
  3144.     vertical-align:middle;
  3145.     xpadding:0px 0px 0px 5px;
  3146.     width:15%;
  3147.     text-align:center;
  3148.     float:left;
  3149. }
  3150. .profile_skills .block .name
  3151. {
  3152.     vertical-align:middle;
  3153.     width:30%;
  3154.     float:left;
  3155.     padding:5px 0px 0px 0px;
  3156. }
  3157. .profile_skills .block .number
  3158. {
  3159.     vertical-align:middle;
  3160.     width:15%;
  3161.     text-align:center;
  3162.     float:left;
  3163.     padding:5px 0px 0px 0px;
  3164. }
  3165. .profile_skills .block .info_skill
  3166. {
  3167.     background:#416515;
  3168.     color:#fff;
  3169.     text-decoration:none;
  3170.     width:40%;
  3171.     vertical-align:middle;
  3172.     text-align:center;
  3173.     float:left;
  3174.     display:table-cell;
  3175.     height:18px;
  3176.     padding:4px 0px 0px 0px;
  3177.     border-radius:3px;  
  3178.     -moz-border-radius:3px;    
  3179.     -webkit-border-radius:3px;
  3180.     font-style:normal;
  3181. }
  3182. .profile_skills .block .info_skill.orange
  3183. {
  3184.     background:#ad6006;
  3185. }
  3186. .profile_skills .block .info_skill.orange:hover
  3187. {
  3188.     background:#bf6a07;
  3189. }
  3190. .profile_skills .block .info_skill:hover
  3191. {
  3192.     background:#4a7318;
  3193. }
  3194.  
  3195. .profile_info
  3196. {
  3197.     padding:0px 5px 0px 5px;
  3198. }
  3199. .profile_info.booze
  3200. {
  3201.     padding:5px 5px 5px 5px;
  3202. }
  3203. .profile_info.active
  3204. {
  3205.     background:#152b4c;
  3206. }
  3207. .profile_info .user_statistics
  3208. {
  3209.     padding:0px 0px 10px 0px;
  3210. }
  3211. .profile_info .user_statistics .photo_block
  3212. {
  3213.     display:table-cell;
  3214.     xwidth:58px;
  3215. }
  3216. .profile_info .user_statistics .info_block
  3217. {
  3218.     display:table-cell;
  3219.     xwidth:162px;
  3220.     padding:0px 0px 0px 10px;
  3221.     line-height:12px;
  3222.  
  3223. }
  3224. .profile_info .user_statistics .info_block B
  3225. {
  3226.     font-weight:normal;
  3227.     float:left;
  3228.     width:45%;
  3229. }
  3230. .profile_info .user_statistics .info_block SPAN
  3231. {
  3232.     float:left;
  3233.     width:55%;
  3234. }
  3235. .profile_info .user_statistics .info_block .rank
  3236. {
  3237.     padding:0px 0px 5px 0px;
  3238. }
  3239. .profile_info .user_statistics .info_block .rank SPAN
  3240. {
  3241.     color:#e3ff8c;
  3242.     float:none;
  3243. }
  3244. .battle_stat
  3245. {
  3246. }
  3247. .battle_stat B
  3248. {
  3249.     display:block;
  3250. }
  3251. .battle_stat DIV
  3252. {
  3253.     width:53%;
  3254.     float:left;
  3255. }
  3256. .battle_stat DIV.width_m
  3257. {
  3258.     width:32%;
  3259.     padding:0px 15% 0px 0px;
  3260. }
  3261. .battle_stat DIV I
  3262. {
  3263.     font-style:normal;
  3264.     width:72%;
  3265.     float:left;
  3266. }
  3267. .battle_stat DIV SPAN
  3268. {
  3269.     width:28%;
  3270.     float:left;
  3271.     color:#e3ff8c;
  3272. }
  3273. @media only screen and (min-width: 300px)
  3274. {
  3275.     .profile_info .cash_flow .money_stat
  3276.     {
  3277.         float:left !important;
  3278.         width:33% !important;
  3279.     }
  3280.     .profile_info .cash_flow .money_stat I
  3281.     {
  3282.         width:12px !important;
  3283.     }
  3284.     .profile_info .cash_flow .money_stat B
  3285.     {
  3286.         display:block !important;
  3287.         padding:0px 0px 2px 0px !important;
  3288.     }
  3289.     .profile_info .cash_flow B
  3290.     {
  3291.         width:185px !important;
  3292.     }
  3293. }
  3294. .profile_info .cash_flow
  3295. {
  3296.     overflow:hidden;
  3297.     line-height:12px;
  3298. }
  3299. .profile_info .cash_flow .money_stat
  3300. {
  3301.     margin:0px 0px 3px 0px;
  3302. }
  3303. .profile_info .cash_flow B
  3304. {
  3305.     xfloat:left;
  3306.     width:135px;
  3307.     display:table-cell;
  3308.     font-weight:normal;
  3309. }
  3310. .profile_info .cash_flow SPAN
  3311. {
  3312.     xfloat:left;
  3313.     width:75px;
  3314.     display:table-cell;
  3315.     padding:0px 0px 0px 0px;
  3316.     color:#e3ff8c;
  3317. }
  3318. .profile_info .cash_flow I
  3319. {
  3320.     xfloat:left;
  3321.     width:20px;
  3322.     display:table-cell;
  3323.     text-align:center;
  3324.     vertical-align:middle;
  3325.     xheight:30px;
  3326. }
  3327. .profile_info .cash_flow I IMG
  3328. {
  3329.     margin:0px 5px 0px 0px;
  3330.  
  3331. }
  3332. .user_unit_bm
  3333. {
  3334.     overflow:hidden;
  3335.     margin:0px 0px 5px 0px;
  3336. }
  3337. .user_unit_bm DIV
  3338. {
  3339.     padding:0px 0px 10px 0px;
  3340. }
  3341. .user_unit_bm DIV I
  3342. {
  3343.     width:95px;
  3344. }
  3345. .user_unit_bm B
  3346. {
  3347.     display:block;
  3348.     font-weight:normal;
  3349.     padding:0px 0px 10px 5px;
  3350. }
  3351. .user_unit_bm I
  3352. {
  3353.     padding:0px 5px 5px 5px;
  3354.     font-style:normal;
  3355.     display:block;
  3356.     text-align:center;
  3357.     xwidth:80px;
  3358.     vertical-align:bottom;
  3359.     float:left;
  3360. }
  3361.  
  3362. .user_unit_bm I SPAN
  3363. {
  3364.     display:block;
  3365.     padding:3px 0px 0px 0px;
  3366. }
  3367. #main .user_units
  3368. {
  3369. }
  3370. #main .user_units .block
  3371. {
  3372.     display:table-cell;
  3373.     width:120px;
  3374.     text-align:center;
  3375. }
  3376. #main .user_units .block H5
  3377. {
  3378.     font-size:11px;
  3379.     color:#fff;
  3380.     text-align:center;
  3381.     margin:7px 0px 1px 0px;
  3382.     font-weight:normal;
  3383.     padding:0px 0px 2px 0px;
  3384. }
  3385. #main .user_units .block IMG
  3386. {
  3387.     margin:0px 5px 0px 0px;
  3388. }
  3389. #main .user_units .block SPAN
  3390. {
  3391.     position:relative;
  3392.     top:-7px;
  3393.     font-size:10px;
  3394. }
  3395. /*------------------------------------------ /for user_info.html ------------------------------------------*/
  3396.  
  3397.  
  3398. /*------------------------------------------ #main .button ------------------------------------------*/
  3399.  
  3400. .button
  3401. {
  3402.     margin:0px 0px 5px 0px;
  3403.     clear:both;
  3404.     font-size:13px;
  3405. }
  3406. /*
  3407. .button A SPAN
  3408. {
  3409.         position:relative;
  3410.         bottom:-2px;
  3411. }
  3412. */
  3413. .button.blue_but_set A
  3414. {
  3415.     background:#142b51 !important;
  3416. }
  3417. .button.blue_but_set A:hover
  3418. {
  3419.     background:#193565 !important;
  3420. }
  3421. .button.blue_but_set.active A
  3422. {
  3423.     background:#193565 !important;
  3424.     border:2px solid #324f80;
  3425.     font-weight:bold;
  3426. }
  3427. .button.gray_but_set A
  3428. {
  3429.     background:#313d42 !important;
  3430. }
  3431. .button.gray_but_set A:hover
  3432. {
  3433.     background:#3a474d !important;
  3434. }
  3435. .button.gray_but_set.active A
  3436. {
  3437.     background:#3a474d !important;
  3438.     border:2px solid #566267;
  3439.     font-weight:bold;
  3440. }
  3441. .button.pink_but_set A
  3442. {
  3443.     background:#9a426e !important;
  3444. }
  3445. .button.pink_but_set A I
  3446. {
  3447.     position:absolute;
  3448.     font-style:normal;
  3449.     padding:2px 0px 0px 5px;
  3450.     font-size:10px;
  3451.     color:#d5b2c9;
  3452. }
  3453. .button.pink_but_set A:hover
  3454. {
  3455.     background:#ab5781 !important;
  3456. }
  3457. .button.pink_but_set.active A
  3458. {
  3459.     background:#b20a79 !important;
  3460.     border:2px solid #da31a1;
  3461.     font-weight:bold;
  3462. }
  3463. .button.khaki_but_set A
  3464. {
  3465.     background:#4f5735 !important;
  3466. }
  3467. .button.khaki_but_set A I
  3468. {
  3469.     position:absolute;
  3470.     font-style:normal;
  3471.     padding:2px 0px 0px 5px;
  3472.     font-size:10px;
  3473.     color:#bac69a;
  3474. }
  3475. .button.khaki_but_set A:hover
  3476. {
  3477.     background:#5f6841 !important;
  3478. }
  3479. .button.khaki_but_set.active A
  3480. {
  3481.     background:#47522d !important;
  3482.     border:2px solid #68744b;
  3483.     font-weight:bold;
  3484. }
  3485. .button.white_but_set A
  3486. {
  3487.     background:#e8e8e8 !important;
  3488.     color:#12181b !important;
  3489. }
  3490. .button.white_but_set A I
  3491. {
  3492.     position:absolute;
  3493.     font-style:normal;
  3494.     padding:2px 0px 0px 5px;
  3495.     font-size:10px;
  3496.     color:#485359;
  3497. }
  3498. .button.white_but_set A:hover
  3499. {
  3500.     background:#ffffff !important;
  3501. }
  3502. .button.white_but_set.active A
  3503. {
  3504.     background:#e8e8e8 !important;
  3505.     border:2px solid #fff;
  3506.     font-weight:bold;
  3507. }
  3508. .button.noActive A
  3509. {
  3510.     background:#171c1d;
  3511.     cursor:default;
  3512.     color:#6d7980;
  3513. }
  3514. .button.noActive A:hover
  3515. {
  3516.     background:#171c1d;
  3517. }
  3518. .button A
  3519. {
  3520.     background:#313d42;
  3521.     display:block;
  3522.     color:#fff;
  3523.     font-size:13px;
  3524.     text-decoration:none;
  3525.     font-weight:normal;
  3526.     text-align:center;
  3527.     vertical-align:middle;
  3528.     max-width:320px;
  3529.     padding:3px 0px 3px 0px;
  3530.     border-radius:3px;  
  3531.     -moz-border-radius:3px;    
  3532.     -webkit-border-radius:3px;
  3533. }
  3534. .button A:hover
  3535. {
  3536.     background:#3a474d;
  3537. }
  3538. .button.orange A
  3539. {
  3540.     background:#ad6006;
  3541. }
  3542. .button.orange A:hover
  3543. {
  3544.     background:#bf6a07;
  3545. }
  3546. .button.red A
  3547. {
  3548.     background:#a20a10;
  3549. }
  3550. .button.red A:hover
  3551. {
  3552.     background:#b50c13;
  3553. }
  3554. .button.green A
  3555. {
  3556.     background:#416515;
  3557. }
  3558. .button.green A:hover
  3559. {
  3560.     background:#4a7318;
  3561. }
  3562. .button A B
  3563. {
  3564.     padding:0px 10px 0px 0px;
  3565.     font-weight:normal;
  3566.     display:inline-block;
  3567.     color:#b8f5c1;
  3568. }
  3569. .button A IMG
  3570. {
  3571.     margin:0px 3px 0px 5px;
  3572.     position:relative;
  3573.     bottom:-3px;
  3574. }
  3575. .button_battle
  3576. {
  3577.     background:#416515 !important;
  3578.     display:block;
  3579.     color:#fff;
  3580.     font-size:13px;
  3581.     text-decoration:none !important;
  3582.     font-weight:normal;
  3583.     text-align:center;
  3584.     vertical-align:middle;
  3585.     max-width:320px;
  3586.     border-radius:3px;  
  3587.     -moz-border-radius:3px;    
  3588.     -webkit-border-radius:3px;
  3589.     padding:2px 0px 3px 0px;
  3590. }
  3591. .button_battle.orange
  3592. {
  3593.     background:#ad6006 !important;
  3594. }
  3595. .button_battle.orange:hover
  3596. {
  3597.     background:#bf6a07 !important;
  3598. }
  3599. .button_battle.red
  3600. {
  3601.     color:#fff !important;
  3602.     background:#a20a10 !important;
  3603. }
  3604. .button_battle.red:hover
  3605. {
  3606.     background:#b50c13 !important;
  3607. }
  3608. .button_battle:hover
  3609. {
  3610.     background:#4a7318 !important;
  3611. }
  3612. .button_battle.noActive
  3613. {
  3614.     background:#171c1d !important;
  3615.     cursor:default;
  3616.     color:#6d7980;
  3617. }
  3618. .button_battle_legion
  3619. {
  3620.     display:block;
  3621.     background:#416515 !important;
  3622.     color:#fff;
  3623.     font-size:13px !important;
  3624.     text-decoration:none !important;
  3625.     font-weight:normal;
  3626.     text-align:center;
  3627.     vertical-align:middle;
  3628.     border-radius:3px;  
  3629.     -moz-border-radius:3px;    
  3630.     -webkit-border-radius:3px;
  3631.     max-width:320px;
  3632.     padding:3px 0px 3px 0px;
  3633. }
  3634. .button_battle_legion:hover
  3635. {
  3636.     background:#4a7318 !important;
  3637. }
  3638. @media only screen and (min-width: 300px)
  3639. {
  3640.     .button
  3641.     {
  3642.         margin-left:2px !important;
  3643.         margin-right:2px !important;
  3644.     }
  3645.     .button.war
  3646.     {
  3647.         xfloat:right;
  3648.         margin:-38px 0px 0px 0px !important;
  3649.         display:table-cell !important;
  3650.     }
  3651.     .button.war A
  3652.     {
  3653.         padding:0px 5px !important;
  3654.     }
  3655.     .button.sanction
  3656.     {
  3657.         float:right;
  3658.         margin:-52px 0px 0px 0px !important;
  3659.     }
  3660.     .button.sanction A
  3661.     {
  3662.         padding:0px 5px !important;
  3663.     }
  3664.     .battle_user_info_320
  3665.     {
  3666.         display:table-cell;
  3667.         width:258px;
  3668.     }
  3669.     .button_battle
  3670.     {
  3671.         display:table-cell;
  3672.         background:#416515 !important;
  3673.         color:#fff;
  3674.         font-size:13px !important;
  3675.         text-decoration:none !important;
  3676.         font-weight:normal;
  3677.         text-align:center;
  3678.         vertical-align:middle;
  3679.         border-radius:3px;  
  3680.         -moz-border-radius:3px;    
  3681.         -webkit-border-radius:3px;
  3682.         width:60px;
  3683.     }
  3684. }
  3685. /*------------------------------------------ /#main .button ------------------------------------------*/
  3686.  
  3687.  
  3688.  
  3689.  
  3690.  
  3691. /*------------------------------------------ #main .button_mini ------------------------------------------*/
  3692. @media only screen and (min-width: 300px)
  3693. {
  3694.     .button_mini
  3695.     {
  3696.         width:156px !important;
  3697.         margin:0px 2px 0px 2px !important;
  3698.     }
  3699.     .marg_left_input
  3700.     {
  3701.         margin-left:73px !important;
  3702.     }
  3703.     .button_mini.specoperation_2
  3704.     {
  3705.         width:118px !important;
  3706.     }
  3707.     .button_mini_m33
  3708.     {
  3709.         margin:0px 2px 0px 2px !important;
  3710.         width:102.6px !important;
  3711.     }
  3712.     .button_mini_m3
  3713.     {
  3714.         margin:0px 2px 0px 2px !important;
  3715.     }
  3716.     .button_mini_m3 A
  3717.     {
  3718.         padding:2px 19px 3px 19px !important;
  3719.     }
  3720.     .button_mini_building
  3721.     {
  3722.         margin:0px 0px 0px 4px !important;
  3723.         width:241px !important;
  3724.     }
  3725.     .button_mini_specoperation
  3726.     {
  3727.         margin:0px 2px 0px 2px !important;
  3728.         width:194px !important;
  3729.     }
  3730.     .button_mini_technique
  3731.     {
  3732.         margin:0px 2px 0px 2px !important;
  3733.     }
  3734.     .button_mini_technique.width_100
  3735.     {
  3736.         width:245px !important;
  3737.     }
  3738. }
  3739. .button_mini_m33
  3740. {
  3741.     margin:0px 1px 0px 1px;
  3742.     border:none;
  3743.     text-align:center;
  3744.     float:left;
  3745.     width:78px;
  3746. }
  3747. .button_mini_m33 A
  3748. {
  3749.     background:#416515 !important;
  3750.     display:block;
  3751.     color:#fff;
  3752.     font-size:13px;
  3753.     text-decoration:none !important;
  3754.     border-radius:3px;  
  3755.     -moz-border-radius:3px;    
  3756.     -webkit-border-radius:3px;
  3757.     padding:2px 6px 3px 7px;
  3758. }
  3759. .button_mini_m33 INPUT
  3760. {
  3761.     background:#416515 !important;
  3762.     display:block;
  3763.     color:#fff;
  3764.     font-size:13px;
  3765.     text-decoration:none !important;
  3766.     border-radius:3px;  
  3767.     -moz-border-radius:3px;    
  3768.     -webkit-border-radius:3px;
  3769.     padding:2px 6px 3px 7px;
  3770.     border:none;
  3771.     width:100%;
  3772.     cursor:pointer;
  3773. }
  3774. .button_mini_m33:hover INPUT
  3775. {
  3776.     background:#4a7318 !important;
  3777. }
  3778. .button_mini_m33:hover A
  3779. {
  3780.     background:#4a7318 !important;
  3781. }
  3782. .button_mini_m33.active A
  3783. {
  3784.     background:#6f8906 !important;
  3785. }
  3786. .button_mini_m3
  3787. {
  3788.     margin:0px 1px 0px 1px;
  3789.     border:none;
  3790.     text-align:center;
  3791.     float:left;
  3792. }
  3793. .button_mini_m3 A
  3794. {
  3795.     background:#416515 !important;
  3796.     display:block;
  3797.     color:#fff;
  3798.     font-size:13px;
  3799.     text-decoration:none !important;
  3800.     border-radius:3px;  
  3801.     -moz-border-radius:3px;    
  3802.     -webkit-border-radius:3px;
  3803.     padding:2px 6px 3px 7px;
  3804. }
  3805. .button_mini_m3 A:hover
  3806. {
  3807.     background:#4a7318 !important;
  3808. }
  3809. .button_mini_m3.active A
  3810. {
  3811.     background:#6f8906 !important;
  3812. }
  3813. .button_mini_specoperation
  3814. {
  3815.     margin:0px 1px 0px 1px;
  3816.     border:none;
  3817.     width:118px;
  3818.     text-align:center;
  3819.     float:left;
  3820. }
  3821. .button_mini_specoperation A
  3822. {
  3823.     background:#416515 !important;
  3824.     display:block;
  3825.     color:#fff;
  3826.     font-size:13px;
  3827.     text-decoration:none !important;
  3828.     font-weight:normal;
  3829.     border-radius:3px;  
  3830.     -moz-border-radius:3px;    
  3831.     -webkit-border-radius:3px;
  3832.     padding:2px 0px 3px 0px;
  3833. }
  3834. .button_mini_specoperation A.orange
  3835. {
  3836.     background-color:#ad6006 !important;
  3837. }
  3838. .button_mini_specoperation A.orange:hover
  3839. {
  3840.     background-color:#bf6a07 !important;
  3841. }
  3842. .button_mini_specoperation A:hover
  3843. {
  3844.     background:#4a7318 !important;
  3845. }
  3846. .button_mini_building
  3847. {
  3848.     margin:0px 0px 0px 2px;
  3849.     border:none;
  3850.     width:163px;
  3851.     text-align:center;
  3852.     float:left;
  3853. }
  3854. .button_mini_building A
  3855. {
  3856.     background:#416515 !important;
  3857.     display:block;
  3858.     color:#fff;
  3859.     font-size:13px;
  3860.     text-decoration:none !important;
  3861.     font-weight:normal;
  3862.     border-radius:3px;  
  3863.     -moz-border-radius:3px;    
  3864.     -webkit-border-radius:3px;
  3865.     padding:2px 0px 3px 0px;
  3866. }
  3867. .button_mini_building A:hover
  3868. {
  3869.     background:#4a7318 !important;
  3870. }
  3871. .button_mini_technique
  3872. {
  3873.     margin:0px 1px 0px 1px;
  3874.     border:none;
  3875.     width:118px;
  3876.     text-align:center;
  3877.     float:left;
  3878. }
  3879. .button_mini_technique.orange INPUT
  3880. {
  3881.     background-color:#ad6006 !important;
  3882. }
  3883. .button_mini_technique.orange:hover INPUT
  3884. {
  3885.     background-color:#bf6a07 !important;
  3886. }
  3887. .button_mini_technique INPUT
  3888. {
  3889.     background:#416515;
  3890.     border:none;
  3891.     color:#fff;
  3892.     font-size:13px;
  3893.     width:100%;
  3894.     height:22px;
  3895.     cursor:pointer;
  3896.     vertical-align:top;
  3897.     padding:0px 0px 2px 0px;
  3898.     border-radius:3px;  
  3899.     -moz-border-radius:3px;    
  3900.     -webkit-border-radius:3px;
  3901. }
  3902. .button_mini_technique INPUT:hover
  3903. {
  3904.     background:#4a7318;
  3905. }
  3906. .button_mini_technique.no_active_a INPUT
  3907. {
  3908.     background:#171c1d;
  3909.     cursor:default;
  3910.     color:#6d7980;
  3911. }
  3912. .button_mini
  3913. {
  3914.     margin:0px 1px 0px 1px;
  3915.     border:none;
  3916.     width:118px;
  3917.     text-align:center;
  3918.     float:left;
  3919. }
  3920. .button_mini INPUT
  3921. {
  3922.     background:#416515;
  3923.     border:none;
  3924.     color:#fff;
  3925.     font-size:13px;
  3926.     width:100%;
  3927.     height:22px;
  3928.     cursor:pointer;
  3929.     vertical-align:top;
  3930.     padding:0px 0px 2px 0px;
  3931.     border-radius:3px;  
  3932.     -moz-border-radius:3px;    
  3933.     -webkit-border-radius:3px;
  3934. }
  3935. .button_mini INPUT:hover, #main .button_mini A:hover
  3936. {
  3937.     background:#4a7318;
  3938. }
  3939. .button_mini.no_active_a INPUT
  3940. {
  3941.     background:#171c1d;
  3942.     cursor:default;
  3943.     color:#6d7980;
  3944. }
  3945. .button_mini A, #main .button_mini SPAN.no_active_a
  3946. {
  3947.     background:#416515;
  3948.     display:block;
  3949.     color:#fff;
  3950.     font-size:13px;
  3951.     text-decoration:none;
  3952.     font-weight:normal;
  3953.     border-radius:3px;  
  3954.     -moz-border-radius:3px;    
  3955.     -webkit-border-radius:3px;
  3956.     padding:2px 0px 3px 0px;
  3957. }
  3958. .button_mini A.orange
  3959. {
  3960.     background-color:#ad6006;
  3961. }
  3962. .button_mini A.orange:hover
  3963. {
  3964.     background-color:#bf6a07 !important;
  3965. }
  3966. .button_mini.blue INPUT
  3967. {
  3968.     background:#193565;
  3969.     border-bottom:2px solid #193565;
  3970.     border-top:2px solid #193565;
  3971.     color:#dee5e9;
  3972.     border-radius:3px;  
  3973.     -moz-border-radius:3px;    
  3974.     -webkit-border-radius:3px;
  3975. }
  3976. .button_mini.blue INPUT:hover
  3977. {
  3978.     border-bottom:2px solid #2c5597;
  3979.     border-top:2px solid #2c5597;
  3980. }
  3981. .button_mini SPAN
  3982. {
  3983.     background:#1e2426 url(/resources/img/bg_progressbar_gray_theme.gif) no-repeat 0px 0px;
  3984.     display:block;
  3985.     height:17px;
  3986.     width:118px;
  3987.     font-size:11px;
  3988.     vertical-align:middle;
  3989.     border-radius:3px;  
  3990.     -moz-border-radius:3px;    
  3991.     -webkit-border-radius:3px;
  3992.     padding:4px 0px 0px 0px;
  3993. }
  3994. /*------------------------------------------ /#main .button_mini ------------------------------------------*/
  3995.  
  3996.  
  3997. /*------------------------------------------ #buttons_many_info_center ------------------------------------------*/
  3998. .buttons_many_info_center
  3999. {
  4000.     padding:0px 0px 10px 0px;
  4001.     color:#e3ff8c;
  4002. }
  4003. .buttons_many_info_center.li_marg_bot LI
  4004. {
  4005.     margin:0px 0px 5px 0px;
  4006. }
  4007. .buttons_many_info_center LI
  4008. {
  4009.     position:relative;
  4010.     margin:0px 0px 2px 0px;
  4011. }
  4012. .buttons_many_info_center LI A
  4013. {
  4014.     background:#313d42;
  4015.     border-radius:3px;  
  4016.     -moz-border-radius:3px;    
  4017.     -webkit-border-radius:3px;
  4018. }
  4019. .buttons_many_info_center LI .spec_progressbar
  4020. {
  4021.     background:#1e2426;
  4022.     height:2px;
  4023.     margin:-2px 0px 0px 0px;
  4024. }
  4025. .buttons_many_info_center LI .spec_progressbar .spec_progressbar_bg
  4026. {
  4027.     background:#b6bec1;
  4028.     height:2px;
  4029.     position:relative;
  4030.     z-index:999;
  4031. }
  4032. .buttons_many_info_center LI.no_active_a A
  4033. {
  4034.     background:#171c1d;
  4035. }
  4036. .buttons_many_info_center LI.no_active_a A:hover
  4037. {
  4038.     background:#171c1d;
  4039. }
  4040. .buttons_many_info_center I
  4041. {
  4042.     font-style:normal;
  4043. }
  4044. .buttons_many_info_center.green LI
  4045. {
  4046.     margin:0px 0px 2px 0px;
  4047. }
  4048. .buttons_many_info_center.green LI A
  4049. {
  4050.     background:#416515;
  4051. }
  4052. .buttons_many_info_center.green LI A:hover
  4053. {
  4054.     background:#4a7318;
  4055. }
  4056. .buttons_many_info_center.green LI.border_top
  4057. {
  4058.     border-top:2px solid #497118;
  4059. }
  4060. .buttons_many_info_center LI A:hover
  4061. {
  4062.     background:#3a474d;
  4063.     color:#fff;
  4064. }
  4065. .buttons_many_info_center LI.active A
  4066. {
  4067.     background:#3a474d;
  4068.     color:#fff;
  4069. }
  4070. .buttons_many_info_center LI.active A:hover
  4071. {
  4072.     outline:none;
  4073. }
  4074. .buttons_many_info_center.red LI:hover
  4075. {
  4076.     background:url(/resources/img/menu_bg_active_spc_red.png) repeat-y 0px 0px;
  4077. }
  4078. .buttons_many_info_center LI A, .buttons_many_info_center LI SPAN.no_active_a, .buttons_many_info_center LI SPAN.news_h
  4079. {
  4080.     width:320px;
  4081.     color:#fff;
  4082.     font-size:11px;
  4083.     text-align:center;
  4084.     text-decoration:none;
  4085.     padding:3px 0px 5px 0px;
  4086.     display:table-cell;
  4087.     vertical-align:middle;
  4088.     xheight:32px;
  4089. }
  4090. .buttons_many_info_center.red LI A
  4091. {
  4092.     background:url(/resources/img/menu_border_red.png) no-repeat 0px 0px;
  4093. }
  4094. .buttons_many_info_center LI B
  4095. {
  4096.     font-weight:normal;
  4097.     color:#e3ff8c;
  4098. }
  4099. .buttons_many_info_center LI SPAN
  4100. {
  4101.     font-size:14px;
  4102.     display:block;
  4103.     color:#e3ff8c;
  4104. }
  4105. .buttons_many_info_center LI SPAN B
  4106. {
  4107.     color:#f4f102;
  4108.     padding:0px 0px 0px 5px;
  4109.     font-size:11px;
  4110.     position:absolute;
  4111. }
  4112. .buttons_many_info_center LI SPAN.fix_gold
  4113. {
  4114.     width:100px !important;
  4115.     display:inline-block !important;
  4116.     text-align:left !important;
  4117.     color:#fff !important;
  4118.     font-size:11px !important;
  4119. }
  4120. .buttons_many_info_center LI SPAN.fix_lombard
  4121. {
  4122.     width:210px !important;
  4123.     display:inline-block !important;
  4124.     text-align:left !important;
  4125.     color:#fff !important;
  4126.     font-size:11px !important;
  4127. }
  4128. @media only screen and (min-width: 300px)
  4129. {
  4130.     .buttons_many_info_center
  4131.     {
  4132.         margin-left:2px !important;
  4133.         margin-right:2px !important;
  4134.     }
  4135. }
  4136. /*------------------------------------------ /#buttons_many_info_center ------------------------------------------*/
  4137.  
  4138.  
  4139. /*------------------------------------------ #buttons_many_info ------------------------------------------*/
  4140. .buttons_many_info
  4141. {
  4142.     padding:0px 0px 10px 0px;
  4143.     color:#e3ff8c;
  4144. }
  4145. .buttons_many_info.green
  4146. {
  4147. }
  4148. .buttons_many_info LI
  4149. {
  4150.     margin:0px 0px 2px 0px;
  4151. }
  4152. .buttons_many_info LI I
  4153. {
  4154.     font-style:normal;
  4155. }
  4156. .buttons_many_info.green LI
  4157. {
  4158. }
  4159. .buttons_many_info LI:hover
  4160. {
  4161.     background:url(/resources/img/menu_bg_active_spc.png) repeat-y 0px 0px;
  4162. }
  4163. .buttons_many_info LI A
  4164. {
  4165.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat 0px 0px;
  4166.     display:table-cell;
  4167.     width:315px;
  4168.     height:22px;
  4169.     color:#fff;
  4170.     font-size:11px;
  4171.     text-decoration:none;
  4172.     vertical-align:middle;
  4173.     padding:0px 0px 0px 5px;
  4174.     border-radius:3px;  
  4175.     -moz-border-radius:3px;    
  4176.     -webkit-border-radius:3px;
  4177. }
  4178. .buttons_many_info.green LI A
  4179. {
  4180.     background:#416515;
  4181. }
  4182. .buttons_many_info.green LI A:hover
  4183. {
  4184.     background:#4a7318;
  4185. }
  4186. .buttons_many_info LI A SPAN
  4187. {
  4188.     display:inline-block;
  4189.     width:67px;
  4190.     text-align:right;
  4191. }
  4192. .buttons_many_info LI A IMG
  4193. {
  4194.     margin:0px 5px 0px 5px;
  4195.     position:relative;
  4196.     bottom:-2px;
  4197. }
  4198. .buttons_many_info LI A B
  4199. {
  4200.     font-weight:normal;
  4201.     padding:0px 5px 0px 0px;
  4202.     color:#fff;
  4203.     чwidth:40px;
  4204.     display:inline-block;
  4205. }
  4206. .buttons_many_info LI A B.bonus
  4207. {
  4208.     text-align:left;
  4209.     width:auto;
  4210.     font-weight:bold;
  4211.     color:#f4f102;
  4212. }
  4213. .buttons_many_info LI A B.bonus.green
  4214. {
  4215.     color:#76c50f !important;
  4216. }
  4217. @media only screen and (min-width: 300px)
  4218. {
  4219.     .buttons_many_info
  4220.     {
  4221.         margin-left:2px !important;
  4222.         margin-right:2px !important;
  4223.     }
  4224. }
  4225. /*------------------------------------------ /#buttons_many_info ------------------------------------------*/
  4226.  
  4227.  
  4228.  
  4229. /*------------------------------------------ #menu_in_battle ------------------------------------------*/
  4230. #menu_in_battle
  4231. {
  4232.     padding:2px 0px 2px 0px;
  4233.     overflow:hidden;
  4234. }
  4235. #menu_in_battle.no_pad_bot
  4236. {
  4237.     padding-bottom:0px;
  4238. }
  4239. #menu_in_battle LI
  4240. {
  4241.     text-transform:uppercase;
  4242.     background:#313d42;
  4243.     border-radius:3px;  
  4244.     -moz-border-radius:3px;    
  4245.     -webkit-border-radius:3px;
  4246.  
  4247.     float:left;
  4248.     width:240px;
  4249.     margin:0px 0px 2px 0px;
  4250.     position:relative;
  4251. }
  4252. #menu_in_battle LI.no_marg_right
  4253. {
  4254.     xmargin-right:0px !important;
  4255. }
  4256. #menu_in_battle LI A
  4257. {
  4258.     display:table-cell;
  4259.     width:320px;
  4260.     color:#dee5e9;
  4261.     font-size:14px;
  4262.     text-decoration:none;
  4263.     text-align:center;
  4264.     vertical-align:middle;
  4265.     padding:6px 0px;
  4266.     border-radius:3px;  
  4267.     -moz-border-radius:3px;    
  4268.     -webkit-border-radius:3px;
  4269. }
  4270. #menu_in_battle LI A I.new_sale
  4271. {
  4272.     position:absolute;
  4273.     right:0px;
  4274.     top:-8px;
  4275.     z-index:999;
  4276. }
  4277. #menu_in_battle LI A SPAN.soon
  4278. {
  4279.     background:url(/resources/img/iconnew_soon.png) no-repeat;
  4280.     font-family:Arial, Helvetica, sans-serif;
  4281.     width:47px;
  4282.     height:20px;
  4283.     position:absolute;
  4284.     right:0px;
  4285.     top:0px;
  4286.     font-size:11px;
  4287.     text-align:center;
  4288.     z-index:999;
  4289.     display:block;
  4290.     color:#dde3e6;
  4291. }
  4292. #menu_in_battle LI A.orange
  4293. {
  4294.     background-color:#ad6006;
  4295. }
  4296. #menu_in_battle LI A.orange:hover
  4297. {
  4298.     background-color:#bf6a07 !important;
  4299. }
  4300. #menu_in_battle LI A.orange.active
  4301. {
  4302.     background-color:#bf6a07 !important;
  4303. }
  4304. #menu_in_battle LI.no_active_a A
  4305. {
  4306.     background:#1e2426;
  4307.     color:#6d7980;
  4308. }
  4309. #menu_in_battle LI.no_active_a A:hover
  4310. {
  4311.     background:#1e2426;
  4312. }
  4313. #menu_in_battle LI.no_active_a A SPAN
  4314. {
  4315.     color:#6d7980;
  4316.     font-size:12px;
  4317.     text-transform:none;
  4318.     margin:0px 0px 0px 5px;
  4319. }
  4320. #menu_in_battle LI:hover
  4321. {
  4322.     position:relative;
  4323.     z-index:999;
  4324. }
  4325. #menu_in_battle LI A:hover
  4326. {
  4327.     background:#3a474d;
  4328.     position:relative;
  4329.     z-index:999;
  4330. }
  4331. #menu_in_battle LI.active A
  4332. {
  4333.     background:#4c5b62;
  4334.     color:#fff;
  4335. }
  4336. #menu_in_battle LI A.active
  4337. {
  4338.     background:#1f4e83;
  4339.     color:#fff;
  4340. }
  4341. #menu_in_battle LI.orange A, #menu_in_battle LI.orange SPAN.no_active_a
  4342. {
  4343.     background:url(/resources/img/menu_border_orange.png) no-repeat 0px 0px;
  4344.     position:relative;
  4345.     z-index:999;
  4346. }
  4347. #menu_in_battle LI A I
  4348. {
  4349.     font-style:normal;
  4350. }
  4351. @media only screen and (min-width: 300px)
  4352. {
  4353.     #menu_in_battle LI
  4354.     {
  4355.         width:156px;
  4356.         margin:0px 2px 4px 2px;
  4357.     }
  4358. }
  4359. @media only screen and (min-width: 0px)
  4360. {
  4361.     #menu_in_battle.one_width_100 LI
  4362.     {
  4363.         width:100% !important;
  4364.     }
  4365. }
  4366. /*------------------------------------------ /#menu_in_battle ------------------------------------------*/
  4367.  
  4368.  
  4369. /*------------------------------------------ /#main ------------------------------------------*/
  4370.  
  4371.  
  4372. /*------------------------------------------ .unit ------------------------------------------*/
  4373. .user_unit_bm I I.ua
  4374. {
  4375.     background: url(/resources/img/unit_ua.png) no-repeat top left;
  4376.     padding:0px;
  4377.     float:none;
  4378.     display:block;
  4379.     margin:0 auto;
  4380. }
  4381. .user_unit_bm I I.ug
  4382. {
  4383.     background: url(/resources/img/unit_ug.png) no-repeat top left;
  4384.     padding:0px;
  4385.     float:none;
  4386.     display:block;
  4387.     margin:0 auto;
  4388. }
  4389. .user_unit_bm I I.uw
  4390. {
  4391.     background: url(/resources/img/unit_uw.png) no-repeat top left;
  4392.     padding:0px;
  4393.     float:none;
  4394.     display:block;
  4395.     margin:0 auto;
  4396. }
  4397. .user_unit_bm I I.uu
  4398. {
  4399.     background: url(/resources/img/unit_uu.png) no-repeat top left;
  4400.     padding:0px;
  4401.     float:none;
  4402.     display:block;
  4403.     margin:0 auto;
  4404. }
  4405.  
  4406. .user_unit_bm I I.unit_UU_10_m{ background-position: 0 0; width: 35px; height: 23px; }
  4407. .user_unit_bm I I.unit_UU_1_m{ background-position: 0 -24px; width: 35px; height: 23px; }
  4408. .user_unit_bm I I.unit_UU_2_m{ background-position: 0 -48px; width: 35px; height: 23px; }
  4409. .user_unit_bm I I.unit_UU_3_m{ background-position: 0 -72px; width: 35px; height: 23px; }
  4410. .user_unit_bm I I.unit_UU_4_m{ background-position: 0 -96px; width: 35px; height: 23px; }
  4411. .user_unit_bm I I.unit_UU_5_m{ background-position: 0 -120px; width: 35px; height: 23px; }
  4412. .user_unit_bm I I.unit_UU_6_m{ background-position: 0 -144px; width: 35px; height: 23px; }
  4413. .user_unit_bm I I.unit_UU_7_m{ background-position: 0 -168px; width: 35px; height: 23px; }
  4414. .user_unit_bm I I.unit_UU_8_m{ background-position: 0 -192px; width: 35px; height: 23px; }
  4415. .user_unit_bm I I.unit_UU_9_m{ background-position: 0 -216px; width: 35px; height: 23px; }
  4416.  
  4417.  
  4418. .user_unit_bm I I.unit_UA_10_m{ background-position: 0 0; width: 35px; height: 23px; }
  4419. .user_unit_bm I I.unit_UA_11_m{ background-position: 0 -24px; width: 35px; height: 23px; }
  4420. .user_unit_bm I I.unit_UA_12_m{ background-position: 0 -48px; width: 35px; height: 23px; }
  4421. .user_unit_bm I I.unit_UA_13_m{ background-position: 0 -72px; width: 35px; height: 23px; }
  4422. .user_unit_bm I I.unit_UA_14_m{ background-position: 0 -96px; width: 35px; height: 23px; }
  4423. .user_unit_bm I I.unit_UA_15_m{ background-position: 0 -120px; width: 35px; height: 23px; }
  4424. .user_unit_bm I I.unit_UA_16_m{ background-position: 0 -144px; width: 35px; height: 23px; }
  4425. .user_unit_bm I I.unit_UA_17_m{ background-position: 0 -168px; width: 35px; height: 23px; }
  4426. .user_unit_bm I I.unit_UA_18_m{ background-position: 0 -192px; width: 35px; height: 23px; }
  4427. .user_unit_bm I I.unit_UA_19_m{ background-position: 0 -216px; width: 35px; height: 23px; }
  4428. .user_unit_bm I I.unit_UA_1G_m{ background-position: 0 -240px; width: 35px; height: 23px; }
  4429. .user_unit_bm I I.unit_UA_1_m{ background-position: 0 -264px; width: 35px; height: 23px; }
  4430. .user_unit_bm I I.unit_UA_20_m{ background-position: 0 -288px; width: 35px; height: 23px; }
  4431. .user_unit_bm I I.unit_UA_21_m{ background-position: 0 -312px; width: 35px; height: 23px; }
  4432. .user_unit_bm I I.unit_UA_22_m{ background-position: 0 -336px; width: 35px; height: 23px; }
  4433. .user_unit_bm I I.unit_UA_23_m{ background-position: 0 -360px; width: 35px; height: 23px; }
  4434. .user_unit_bm I I.unit_UA_24_m{ background-position: 0 -384px; width: 35px; height: 23px; }
  4435. .user_unit_bm I I.unit_UA_25_m{ background-position: 0 -408px; width: 35px; height: 23px; }
  4436. .user_unit_bm I I.unit_UA_26_m{ background-position: 0 -432px; width: 35px; height: 23px; }
  4437. .user_unit_bm I I.unit_UA_27_m{ background-position: 0 -456px; width: 35px; height: 23px; }
  4438. .user_unit_bm I I.unit_UA_28_m{ background-position: 0 -480px; width: 35px; height: 23px; }
  4439. .user_unit_bm I I.unit_UA_29_m{ background-position: 0 -504px; width: 35px; height: 23px; }
  4440. .user_unit_bm I I.unit_UA_2G_m{ background-position: 0 -528px; width: 35px; height: 23px; }
  4441. .user_unit_bm I I.unit_UA_2_m{ background-position: 0 -552px; width: 35px; height: 23px; }
  4442. .user_unit_bm I I.unit_UA_30_m{ background-position: 0 -576px; width: 35px; height: 23px; }
  4443. .user_unit_bm I I.unit_UA_31_m{ background-position: 0 -600px; width: 35px; height: 23px; }
  4444. .user_unit_bm I I.unit_UA_32_m{ background-position: 0 -624px; width: 35px; height: 23px; }
  4445. .user_unit_bm I I.unit_UA_33_m{ background-position: 0 -648px; width: 35px; height: 23px; }
  4446. .user_unit_bm I I.unit_UA_34_m{ background-position: 0 -672px; width: 35px; height: 23px; }
  4447. .user_unit_bm I I.unit_UA_35_m{ background-position: 0 -696px; width: 35px; height: 23px; }
  4448. .user_unit_bm I I.unit_UA_3G_m{ background-position: 0 -720px; width: 35px; height: 23px; }
  4449. .user_unit_bm I I.unit_UA_3_m{ background-position: 0 -744px; width: 35px; height: 23px; }
  4450. .user_unit_bm I I.unit_UA_4G_m{ background-position: 0 -768px; width: 35px; height: 23px; }
  4451. .user_unit_bm I I.unit_UA_4_m{ background-position: 0 -792px; width: 35px; height: 23px; }
  4452. .user_unit_bm I I.unit_UA_5G_m{ background-position: 0 -816px; width: 35px; height: 23px; }
  4453. .user_unit_bm I I.unit_UA_5_m{ background-position: 0 -840px; width: 35px; height: 23px; }
  4454. .user_unit_bm I I.unit_UA_6_m{ background-position: 0 -864px; width: 35px; height: 23px; }
  4455. .user_unit_bm I I.unit_UA_7_m{ background-position: 0 -888px; width: 35px; height: 23px; }
  4456. .user_unit_bm I I.unit_UA_8_m{ background-position: 0 -912px; width: 35px; height: 23px; }
  4457. .user_unit_bm I I.unit_UA_9_m{ background-position: 0 -936px; width: 35px; height: 23px; }
  4458.  
  4459. .user_unit_bm I I.ug.unit_UG_10_m{ background-position: 0 0; width: 35px; height: 23px; }
  4460. .user_unit_bm I I.ug.unit_UG_11_m{ background-position: 0 -24px; width: 35px; height: 23px; }
  4461. .user_unit_bm I I.ug.unit_UG_12_m{ background-position: 0 -48px; width: 35px; height: 23px; }
  4462. .user_unit_bm I I.ug.unit_UG_13_m{ background-position: 0 -72px; width: 35px; height: 23px; }
  4463. .user_unit_bm I I.ug.unit_UG_14_m{ background-position: 0 -96px; width: 35px; height: 23px; }
  4464. .user_unit_bm I I.ug.unit_UG_15_m{ background-position: 0 -120px; width: 35px; height: 23px; }
  4465. .user_unit_bm I I.ug.unit_UG_16_m{ background-position: 0 -144px; width: 35px; height: 23px; }
  4466. .user_unit_bm I I.ug.unit_UG_17_m{ background-position: 0 -168px; width: 35px; height: 23px; }
  4467. .user_unit_bm I I.ug.unit_UG_18_m{ background-position: 0 -192px; width: 35px; height: 23px; }
  4468. .user_unit_bm I I.ug.unit_UG_19_m{ background-position: 0 -216px; width: 35px; height: 23px; }
  4469. .user_unit_bm I I.ug.unit_UG_1G_m{ background-position: 0 -240px; width: 35px; height: 23px; }
  4470. .user_unit_bm I I.ug.unit_UG_1_m{ background-position: 0 -264px; width: 35px; height: 23px; }
  4471. .user_unit_bm I I.ug.unit_UG_20_m{ background-position: 0 -288px; width: 35px; height: 23px; }
  4472. .user_unit_bm I I.ug.unit_UG_21_m{ background-position: 0 -312px; width: 35px; height: 23px; }
  4473. .user_unit_bm I I.ug.unit_UG_22_m{ background-position: 0 -336px; width: 35px; height: 23px; }
  4474. .user_unit_bm I I.ug.unit_UG_23_m{ background-position: 0 -360px; width: 35px; height: 23px; }
  4475. .user_unit_bm I I.ug.unit_UG_24_m{ background-position: 0 -384px; width: 35px; height: 23px; }
  4476. .user_unit_bm I I.ug.unit_UG_25_m{ background-position: 0 -408px; width: 35px; height: 23px; }
  4477. .user_unit_bm I I.ug.unit_UG_26_m{ background-position: 0 -432px; width: 35px; height: 23px; }
  4478. .user_unit_bm I I.ug.unit_UG_27_m{ background-position: 0 -456px; width: 35px; height: 23px; }
  4479. .user_unit_bm I I.ug.unit_UG_28_m{ background-position: 0 -480px; width: 35px; height: 23px; }
  4480. .user_unit_bm I I.ug.unit_UG_29_m{ background-position: 0 -504px; width: 35px; height: 23px; }
  4481. .user_unit_bm I I.ug.unit_UG_2G_m{ background-position: 0 -528px; width: 35px; height: 23px; }
  4482. .user_unit_bm I I.ug.unit_UG_2_m{ background-position: 0 -552px; width: 35px; height: 23px; }
  4483. .user_unit_bm I I.ug.unit_UG_30_m{ background-position: 0 -576px; width: 35px; height: 23px; }
  4484. .user_unit_bm I I.ug.unit_UG_31_m{ background-position: 0 -600px; width: 35px; height: 23px; }
  4485. .user_unit_bm I I.ug.unit_UG_32_m{ background-position: 0 -624px; width: 35px; height: 23px; }
  4486. .user_unit_bm I I.ug.unit_UG_33_m{ background-position: 0 -648px; width: 35px; height: 23px; }
  4487. .user_unit_bm I I.ug.unit_UG_34_m{ background-position: 0 -672px; width: 35px; height: 23px; }
  4488. .user_unit_bm I I.ug.unit_UG_35_m{ background-position: 0 -696px; width: 35px; height: 23px; }
  4489. .user_unit_bm I I.ug.unit_UG_3G_m{ background-position: 0 -720px; width: 35px; height: 23px; }
  4490. .user_unit_bm I I.ug.unit_UG_3_m{ background-position: 0 -744px; width: 35px; height: 23px; }
  4491. .user_unit_bm I I.ug.unit_UG_4G_m{ background-position: 0 -768px; width: 35px; height: 23px; }
  4492. .user_unit_bm I I.ug.unit_UG_4_m{ background-position: 0 -792px; width: 35px; height: 23px; }
  4493. .user_unit_bm I I.ug.unit_UG_5G_m{ background-position: 0 -816px; width: 35px; height: 23px; }
  4494. .user_unit_bm I I.ug.unit_UG_5_m{ background-position: 0 -840px; width: 35px; height: 23px; }
  4495. .user_unit_bm I I.ug.unit_UG_6_m{ background-position: 0 -864px; width: 35px; height: 23px; }
  4496. .user_unit_bm I I.ug.unit_UG_7_m{ background-position: 0 -888px; width: 35px; height: 23px; }
  4497. .user_unit_bm I I.ug.unit_UG_8_m{ background-position: 0 -912px; width: 35px; height: 23px; }
  4498. .user_unit_bm I I.ug.unit_UG_9_m{ background-position: 0 -936px; width: 35px; height: 23px; }
  4499.  
  4500. .user_unit_bm I I.uw.unit_UW_10_m{ background-position: 0 0; width: 35px; height: 23px; }
  4501. .user_unit_bm I I.uw.unit_UW_11_m{ background-position: 0 -24px; width: 35px; height: 23px; }
  4502. .user_unit_bm I I.uw.unit_UW_12_m{ background-position: 0 -48px; width: 35px; height: 23px; }
  4503. .user_unit_bm I I.uw.unit_UW_13_m{ background-position: 0 -72px; width: 35px; height: 23px; }
  4504. .user_unit_bm I I.uw.unit_UW_14_m{ background-position: 0 -96px; width: 35px; height: 23px; }
  4505. .user_unit_bm I I.uw.unit_UW_15_m{ background-position: 0 -120px; width: 35px; height: 23px; }
  4506. .user_unit_bm I I.uw.unit_UW_16_m{ background-position: 0 -144px; width: 35px; height: 23px; }
  4507. .user_unit_bm I I.uw.unit_UW_17_m{ background-position: 0 -168px; width: 35px; height: 23px; }
  4508. .user_unit_bm I I.uw.unit_UW_18_m{ background-position: 0 -192px; width: 35px; height: 23px; }
  4509. .user_unit_bm I I.uw.unit_UW_19_m{ background-position: 0 -216px; width: 35px; height: 23px; }
  4510. .user_unit_bm I I.uw.unit_UW_1G_m{ background-position: 0 -240px; width: 35px; height: 23px; }
  4511. .user_unit_bm I I.uw.unit_UW_1_m{ background-position: 0 -264px; width: 35px; height: 23px; }
  4512. .user_unit_bm I I.uw.unit_UW_20_m{ background-position: 0 -288px; width: 35px; height: 23px; }
  4513. .user_unit_bm I I.uw.unit_UW_21_m{ background-position: 0 -312px; width: 35px; height: 23px; }
  4514. .user_unit_bm I I.uw.unit_UW_22_m{ background-position: 0 -336px; width: 35px; height: 23px; }
  4515. .user_unit_bm I I.uw.unit_UW_23_m{ background-position: 0 -360px; width: 35px; height: 23px; }
  4516. .user_unit_bm I I.uw.unit_UW_24_m{ background-position: 0 -384px; width: 35px; height: 23px; }
  4517. .user_unit_bm I I.uw.unit_UW_25_m{ background-position: 0 -408px; width: 35px; height: 23px; }
  4518. .user_unit_bm I I.uw.unit_UW_26_m{ background-position: 0 -432px; width: 35px; height: 23px; }
  4519. .user_unit_bm I I.uw.unit_UW_27_m{ background-position: 0 -456px; width: 35px; height: 23px; }
  4520. .user_unit_bm I I.uw.unit_UW_28_m{ background-position: 0 -480px; width: 35px; height: 23px; }
  4521. .user_unit_bm I I.uw.unit_UW_29_m{ background-position: 0 -504px; width: 35px; height: 23px; }
  4522. .user_unit_bm I I.uw.unit_UW_2G_m{ background-position: 0 -528px; width: 35px; height: 23px; }
  4523. .user_unit_bm I I.uw.unit_UW_2_m{ background-position: 0 -552px; width: 35px; height: 23px; }
  4524. .user_unit_bm I I.uw.unit_UW_30_m{ background-position: 0 -576px; width: 35px; height: 23px; }
  4525. .user_unit_bm I I.uw.unit_UW_31_m{ background-position: 0 -600px; width: 35px; height: 23px; }
  4526. .user_unit_bm I I.uw.unit_UW_32_m{ background-position: 0 -624px; width: 35px; height: 23px; }
  4527. .user_unit_bm I I.uw.unit_UW_33_m{ background-position: 0 -648px; width: 35px; height: 23px; }
  4528. .user_unit_bm I I.uw.unit_UW_34_m{ background-position: 0 -672px; width: 35px; height: 23px; }
  4529. .user_unit_bm I I.uw.unit_UW_35_m{ background-position: 0 -696px; width: 35px; height: 23px; }
  4530. .user_unit_bm I I.uw.unit_UW_3G_m{ background-position: 0 -720px; width: 35px; height: 23px; }
  4531. .user_unit_bm I I.uw.unit_UW_3_m{ background-position: 0 -744px; width: 35px; height: 23px; }
  4532. .user_unit_bm I I.uw.unit_UW_4G_m{ background-position: 0 -768px; width: 35px; height: 23px; }
  4533. .user_unit_bm I I.uw.unit_UW_4_m{ background-position: 0 -792px; width: 35px; height: 23px; }
  4534. .user_unit_bm I I.uw.unit_UW_5G_m{ background-position: 0 -816px; width: 35px; height: 23px; }
  4535. .user_unit_bm I I.uw.unit_UW_5_m{ background-position: 0 -840px; width: 35px; height: 23px; }
  4536. .user_unit_bm I I.uw.unit_UW_6_m{ background-position: 0 -864px; width: 35px; height: 23px; }
  4537. .user_unit_bm I I.uw.unit_UW_7_m{ background-position: 0 -888px; width: 35px; height: 23px; }
  4538. .user_unit_bm I I.uw.unit_UW_8_m{ background-position: 0 -912px; width: 35px; height: 23px; }
  4539. .user_unit_bm I I.uw.unit_UW_9_m{ background-position: 0 -936px; width: 35px; height: 23px; }
  4540.  
  4541. .user_unit_bm I I.alliance
  4542. {
  4543.     background:url(/resources/img/icon_header_sprite.png) no-repeat 0px -128px;
  4544.     width: 15px;
  4545.     height: 23px;
  4546.     padding:0px;
  4547.     float:none;
  4548.     display:block;
  4549.     margin:0 auto;
  4550. }
  4551. .user_unit_bm I I.energy
  4552. {
  4553.     background: url(/resources/img/icon_header_sprite.png) no-repeat 0px -87px;
  4554.     width: 7px;
  4555.     height: 23px;
  4556.     padding:0px;
  4557.     float:none;
  4558.     display:block;
  4559.     margin:0 auto;
  4560. }
  4561.  
  4562. /*------------------------------------------ /.unit ------------------------------------------*/
  4563.  
  4564.  
  4565. /*------------------------------------------ #menu ------------------------------------------*/
  4566. #menu
  4567. {
  4568.     overflow:hidden;
  4569. }
  4570. #menu LI
  4571. {
  4572.     margin:0px 0px 4px 0px;
  4573. }
  4574. #menu LI A
  4575. {
  4576.     background:#313d42 url(/resources/img/icon_menus_sprite.png) no-repeat 7px 5px;
  4577.     display:block;
  4578.     xoverflow:hidden;
  4579.     color:#fff;
  4580.     font-size:14px;
  4581.     text-decoration:none;
  4582.     text-transform:uppercase;
  4583.     white-space:nowrap;
  4584.     border-radius:3px;
  4585.     -moz-border-radius:3px;    
  4586.     -webkit-border-radius:3px;
  4587.     padding:10px 0px 10px 0px;
  4588.     text-align:center;
  4589.     position:relative;
  4590. }
  4591. #menu LI A.noHover:hover
  4592. {
  4593.     background-color:#313d42 !important;
  4594. }
  4595. #menu LI A.orange
  4596. {
  4597.     background-color:#ad6006 !important;
  4598. }
  4599. #menu LI A.orange:hover
  4600. {
  4601.     background-color:#bf6a07 !important;
  4602. }
  4603. #menu LI A:hover
  4604. {
  4605.     background-color:#3a474d !important;
  4606.     color:#fff;
  4607. }
  4608. #menu LI A.noActive
  4609. {
  4610.     background-color:#161a1c !important;
  4611.     color:#6d7980 !important;
  4612. }
  4613. #menu LI A.before
  4614. {
  4615.     background:url(/resources/img/icon_menus_sprite.png) no-repeat 23px -82px, #161a1c url(/resources/img/bg_progressbar_menu_legion_gray.png) no-repeat -100px 0px !important;
  4616.     color:#6d7980 !important;
  4617. }
  4618. /*
  4619. #menu LI A I
  4620. {
  4621.         font-style:normal;
  4622.         font-size:12px;
  4623.         position:absolute;
  4624.         margin:0px 0px 0px 5px;
  4625.         text-transform:lowercase;
  4626. }
  4627. */
  4628. #menu LI A I.new_sale
  4629. {
  4630.     position:absolute;
  4631.     right:0px;
  4632.     top:-8px;
  4633.     z-index:999;
  4634. }
  4635. #menu LI A SPAN.soon
  4636. {
  4637.     background:url(/resources/img/iconnew_soon.png) no-repeat;
  4638.     font-family:Arial, Helvetica, sans-serif;
  4639.     width:47px;
  4640.     height:20px;
  4641.     position:absolute;
  4642.     right:0px;
  4643.     top:0px;
  4644.     font-size:11px;
  4645.     text-align:center;
  4646.     z-index:999;
  4647.     display:block;
  4648.     color:#dde3e6;
  4649. }
  4650. #menu LI A.noActive:hover
  4651. {
  4652.     background-color:#161a1c !important;
  4653. }
  4654. #menu LI A.m_war
  4655. {
  4656.     background-position:23px 5px;
  4657. }
  4658. #menu LI A.m_legion
  4659. {
  4660.     background-position:23px -39px;
  4661. }
  4662. #menu LI A.m_legion.noActive
  4663. {
  4664.     background-position:23px -82px;
  4665. }
  4666. #menu LI A.m_special_operations
  4667. {
  4668.     background-position:23px -125px;
  4669. }
  4670. #menu LI A.m_staff_mission
  4671. {
  4672.     background-position:23px -168px;
  4673. }
  4674. #menu LI A.m_staff_mission.active
  4675. {
  4676.     background-position:23px -255px;
  4677. }
  4678. #menu LI A.m_staff_mission.noActive
  4679. {
  4680.     background-position:23px -212px;
  4681. }
  4682. #menu LI A.m_technique
  4683. {
  4684.     background-position:23px -301px;
  4685. }
  4686. #menu LI A.m_buildings
  4687. {
  4688.     background-position:23px -342px;
  4689. }
  4690. #menu LI A.m_black_market
  4691. {
  4692.     background-position:23px -385px;
  4693. }
  4694. #menu LI A.m_officers_club
  4695. {
  4696.     background-position:23px -428px;
  4697. }
  4698. #menu LI SPAN
  4699. {
  4700.     color:#8e9ba2;
  4701.     font-size:12px;
  4702.     position:absolute;
  4703.     margin:0px 0px 0px 5px;
  4704.     text-transform:lowercase;
  4705. }
  4706. @media only screen and (min-width: 300px)
  4707. {
  4708.     #menu
  4709.     {
  4710.         display:table-cell;
  4711.         overflow:auto;
  4712.     }
  4713.     #menu LI A.before
  4714.     {
  4715.         background:url(/resources/img/icon_menus_sprite.png) no-repeat 7px -82px, #161a1c url(/resources/img/bg_progressbar_menu_legion_gray.png) no-repeat -180px 0px !important;
  4716.         color:#6d7980 !important;
  4717.     }
  4718.  
  4719.     #menu LI.width_100
  4720.     {
  4721.         width:316px !important;
  4722.         float:none;
  4723.     }
  4724.     #menu LI.width_100 A
  4725.     {
  4726.         background:#313d42 url(/resources/img/icon_menus_sprite.png) no-repeat;
  4727.         display:block !important;
  4728.         overflow:hidden !important;
  4729.         color:#fff !important;
  4730.         font-size:14px !important;
  4731.         text-decoration:none !important;
  4732.         text-transform:uppercase !important;
  4733.         white-space:nowrap !important;
  4734.         border-radius:3px !important;  
  4735.         -moz-border-radius:3px;    
  4736.         -webkit-border-radius:3px;
  4737.         padding:10px 0px 10px 0px;
  4738.         text-align:center !important;
  4739.     }
  4740.     #menu LI
  4741.     {
  4742.         float:left;
  4743.         width:156px !important;
  4744.         margin-right:2px !important;
  4745.         margin-left:2px !important;
  4746.         margin-bottom:4px !important;
  4747.     }
  4748.     #menu LI.margin_right_0
  4749.     {
  4750.         xmargin-right:0px !important;
  4751.     }
  4752.     #menu LI A
  4753.     {
  4754.         padding:10px 0px 10px 38px;
  4755.         text-align:left;
  4756.         font-size:12px;
  4757.     }
  4758.     #menu LI A.m_war
  4759.     {
  4760.         background-position:7px 5px;
  4761.     }
  4762.     #menu LI A.m_legion
  4763.     {
  4764.         background-position:7px -39px;
  4765.     }
  4766.     #menu LI A.m_legion.noActive
  4767.     {
  4768.         background-position:7px -82px;
  4769.     }
  4770.     #menu LI A.m_special_operations
  4771.     {
  4772.         background-position:7px -125px;
  4773.     }
  4774.     #menu LI A.m_staff_mission
  4775.     {
  4776.         background-position:7px -168px;
  4777.     }
  4778.     #menu LI A.m_staff_mission.active
  4779.     {
  4780.         background-position:7px -255px;
  4781.     }
  4782.     #menu LI A.m_staff_mission.noActive
  4783.     {
  4784.         background-position:7px -212px;
  4785.     }
  4786.     #menu LI A.m_technique
  4787.     {
  4788.         background-position:7px -301px;
  4789.     }
  4790.     #menu LI A.m_buildings
  4791.     {
  4792.         background-position:7px -342px;
  4793.     }
  4794.     #menu LI A.m_black_market
  4795.     {
  4796.         background-position:7px -385px;
  4797.     }
  4798.     #menu LI A.m_officers_club
  4799.     {
  4800.         background-position:7px -428px;
  4801.     }
  4802. }
  4803. /*------------------------------------------ /#menu ------------------------------------------*/
  4804.  
  4805.  
  4806.  
  4807. /*------------------------------------------ .minimenu ------------------------------------------*/
  4808. #minimenu
  4809. {
  4810.     padding:5px 0px 2px 0px;
  4811. }
  4812. #minimenu LI
  4813. {
  4814.     margin:0px 0px 2px 0px;
  4815. }
  4816. #minimenu LI A
  4817. {
  4818.     background:#1e2426 url(/resources/img/icon_menus_sprite.png) no-repeat;
  4819.     display:block;
  4820.     padding:5px 0px 5px 60px;
  4821.     color:#dde3e6;
  4822.     font-size:13px;
  4823.     text-decoration:none;
  4824.     text-align:left;
  4825.     border-radius:3px;  
  4826.     -moz-border-radius:3px;    
  4827.     -webkit-border-radius:3px;
  4828.     position:relative;
  4829. }
  4830. #minimenu LI A I.new_sale
  4831. {
  4832.     position:absolute;
  4833.     right:0px;
  4834.     top:-8px;
  4835.     z-index:999;
  4836. }
  4837. #minimenu LI A SPAN.soon
  4838. {
  4839.     background:url(/resources/img/iconnew_soon.png) no-repeat;
  4840.     font-family:Arial, Helvetica, sans-serif;
  4841.     width:47px;
  4842.     height:20px;
  4843.     position:absolute;
  4844.     right:0px;
  4845.     top:0px;
  4846.     font-size:11px;
  4847.     text-align:center;
  4848.     z-index:999;
  4849.     display:block;
  4850.     color:#dde3e6;
  4851.     padding:0px;
  4852. }
  4853. #minimenu LI A.noActive
  4854. {
  4855.     background-color:#161a1c !important;
  4856.     color:#6d7980 !important;
  4857. }
  4858. #minimenu LI A.orange
  4859. {
  4860.     background-color:#ad6006 !important;
  4861. }
  4862. #minimenu LI A.orange:hover
  4863. {
  4864.     background-color:#bf6a07 !important;
  4865. }
  4866. #minimenu LI A.active
  4867. {
  4868.     color:#f4f102;
  4869. }
  4870. #minimenu LI A:hover
  4871. {
  4872.     background-color:#252d2f;
  4873. }
  4874. #minimenu LI A.mm_profile
  4875. {
  4876.     background-position:26px -464px;
  4877. }
  4878. #minimenu LI A.mm_hall_fame_statistic
  4879. {
  4880.     background-position:26px -496px;
  4881. }
  4882. #minimenu LI A.mm_alliance
  4883. {
  4884.     background-position:26px -528px;
  4885. }
  4886. #minimenu LI A.mm_alliance.active
  4887. {
  4888.     background-position:26px -560px;
  4889. }
  4890. #minimenu LI A.mm_smokers
  4891. {
  4892.     background-position:26px -591px;
  4893. }
  4894. #minimenu LI A.mm_bank
  4895. {
  4896.     background-position:26px -623px;
  4897. }
  4898. #minimenu LI A.mm_mail
  4899. {
  4900.     background-position:26px -655px;
  4901. }
  4902. #minimenu LI A.mm_mail.active
  4903. {
  4904.     background-position:26px -686px;
  4905. }
  4906. #minimenu LI A.mm_hospital
  4907. {
  4908.     background-position:26px -718px;
  4909. }
  4910. #minimenu LI A.mm_news
  4911. {
  4912.     background-position:26px -749px;
  4913. }
  4914. #minimenu LI A.mm_news.active
  4915. {
  4916.     background-position:26px -781px;
  4917. }
  4918. #minimenu LI A SPAN
  4919. {
  4920.     color:#76c50f;
  4921.     font-size:11px;
  4922.     padding:0px 0px 0px 10px;
  4923. }
  4924. @media only screen and (min-width: 300px)
  4925. {
  4926.     #minimenu
  4927.     {
  4928.         display:table-cell;
  4929.         overflow:auto;
  4930.     }
  4931.     #minimenu LI
  4932.     {
  4933.         float:left;
  4934.         width:156px;
  4935.         margin:0px 2px 4px 2px !important;
  4936.     }
  4937.     #minimenu LI.margin_right_0
  4938.     {
  4939.         xmargin-right:0px !important;
  4940.     }
  4941.     #minimenu LI A
  4942.     {
  4943.         font-size:11px !important;
  4944.         padding:8px 0px 8px 28px !important;
  4945.     }
  4946.     #minimenu LI A.mm_profile
  4947.     {
  4948.         background-position:5px -461px;
  4949.     }
  4950.     #minimenu LI A.mm_hall_fame_statistic
  4951.     {
  4952.         background-position:5px -493px;
  4953.     }
  4954.     #minimenu LI A.mm_alliance
  4955.     {
  4956.         background-position:5px -525px;
  4957.     }
  4958.     #minimenu LI A.mm_alliance.active
  4959.     {
  4960.         background-position:5px -557px;
  4961.     }
  4962.     #minimenu LI A.mm_smokers
  4963.     {
  4964.         background-position:5px -588px;
  4965.     }
  4966.     #minimenu LI A.mm_bank
  4967.     {
  4968.         background-position:5px -620px;
  4969.     }
  4970.     #minimenu LI A.mm_mail
  4971.     {
  4972.         background-position:5px -652px;
  4973.     }
  4974.     #minimenu LI A.mm_mail.active
  4975.     {
  4976.         background-position:5px -683px;
  4977.     }
  4978.     #minimenu LI A.mm_hospital
  4979.     {
  4980.         background-position:5px -715px;
  4981.     }
  4982.     #minimenu LI A.mm_news
  4983.     {
  4984.         background-position:5px -746px;
  4985.     }
  4986.     #minimenu LI A.mm_news.active
  4987.     {
  4988.         background-position:5px -778px;
  4989.     }
  4990. }
  4991.  
  4992. /*------------------------------------------ /#minimenu ------------------------------------------*/
  4993.  
  4994. /*------------------------------------------ .online_users ------------------------------------------*/
  4995. .online_users
  4996. {
  4997.     background:#171c1d;
  4998.     padding:3px 0px 3px 0px;
  4999.     font-size:11px;
  5000.     text-align:center;
  5001.     color:#f4f102;
  5002.     margin:0px 0px 0px 0px;
  5003. }
  5004. /*------------------------------------------ /.online_users ------------------------------------------*/
  5005.  
  5006. /*------------------------------------------ #footer_menu ------------------------------------------*/
  5007. #footer_menu
  5008. {
  5009.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center top;
  5010.     padding:7px 0px 3px 0px;
  5011.     font-size:small;
  5012.     text-align:center;
  5013.     overflow:hidden;
  5014.     color:#c0ffc7;
  5015. }
  5016. #footer_menu LI
  5017. {
  5018.     padding:0px 5px 5px 5px;
  5019.     display:inline-block;;
  5020. }
  5021. #footer_menu LI A
  5022. {
  5023.     color:#fff;
  5024.     font-size:11px;
  5025. }
  5026. #footer_menu LI A:hover
  5027. {
  5028.     color:#fff;
  5029. }
  5030. #footer_menu LI SPAN.red
  5031. {
  5032.     width:8px !important;
  5033.     display:inline-block !important;
  5034.     text-align:left !important;
  5035.     xmargin:0px 0px 0px -8px !important;
  5036.     xcolor:#f4f102 !important;
  5037. }
  5038. /*------------------------------------------ /#footer_menu ------------------------------------------*/
  5039.  
  5040. /*------------------------------------------ .copyright ------------------------------------------*/
  5041. .copyright
  5042. {
  5043.     background:url(/resources/img/menu_border_gray_theme.png) no-repeat center top;
  5044.     padding:6px 0px 5px 0px;
  5045.     margin:0 auto;
  5046.     font-size:10px;
  5047.     text-align:center;
  5048. }
  5049. .copyright DIV
  5050. {
  5051.     margin:0px 0px 5px 0px;
  5052. }
  5053. /*------------------------------------------ /.copyright ------------------------------------------*/
Advertisement
Add Comment
Please, Sign In to add comment