Advertisement
Guest User

common.css

a guest
Oct 9th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.42 KB | None | 0 0
  1. body {
  2. background-color:#e3e3db;
  3. background-image:url(../images/bg.gif);
  4. font-size:11px;
  5. font-family:Verdana,Arial,Helvetica,sans-serif;
  6. text-align:center;
  7. margin:0;
  8. padding:0;
  9. }
  10.  
  11. input,textarea,select {
  12. font-size:11px;
  13. font-family:Verdana,Arial,Helvetica,sans-serif;
  14. }
  15.  
  16. a {
  17. color:#fc6204;
  18. }
  19.  
  20. fieldset {
  21. border:0;
  22. padding:0;
  23. }
  24.  
  25. li {
  26. list-style:none;
  27. }
  28.  
  29. h2.title {
  30. font-size:14px;
  31. background-color:#fc6204;
  32. position:relative;
  33. line-height:17px;
  34. margin:0;
  35. padding:4px 10px;
  36. }
  37.  
  38. .rounded-container h2.title {
  39. height:17px;
  40. padding:0 10px;
  41. }
  42.  
  43. h2.title span.habblet-close {
  44. position:absolute;
  45. top:0;
  46. right:10px;
  47. cursor:pointer;
  48. width:15px;
  49. height:15px;
  50. background:url(../images/close_x.gif) no-repeat;
  51. }
  52.  
  53. h2.title,h2.title a {
  54. color:#fff;
  55. text-align:center;
  56. }
  57.  
  58. h2.title span.username {
  59. width:200px;
  60. display:block;
  61. overflow:hidden;
  62. text-overflow:ellipsis;
  63. }
  64.  
  65. h2.title span.details {
  66. font-weight:400;
  67. font-size:11px;
  68. margin-left:1em;
  69. position:absolute;
  70. top:0;
  71. right:6px;
  72. color:#999;
  73. }
  74.  
  75. div.black h2.title {
  76. background-color:#000;
  77. font-weight:400;
  78. }
  79.  
  80. div.blue h2.title {
  81. background-color:#2767a7;
  82. }
  83.  
  84. div.green h2.title {
  85. background-color:#4ab501;
  86. position:relative;
  87. }
  88.  
  89. div.darkred h2.title {
  90. background-color:#c73c3c;
  91. }
  92.  
  93. div.brown h2.title {
  94. background-color:#a67a3e;
  95. }
  96.  
  97. div.settings h2.title {
  98. background-color:#595959;
  99. }
  100.  
  101. div.red h2.title {
  102. background-color:#d64242;
  103. }
  104.  
  105. div.hcred h2.title {
  106. background-color:#676767;
  107. }
  108.  
  109. div.activehomes h2.title {
  110. background-color:#51a5d5;
  111. }
  112.  
  113. div.promogray h2.title {
  114. background-color:#9c350f;
  115. }
  116.  
  117. div.gray h2.title {
  118. background-color:#333;
  119. }
  120.  
  121. div.gray .box-content a {
  122. color:#ffb648;
  123. }
  124.  
  125. div.gray .box-content a:hover {
  126. color:#fcce04;
  127. }
  128.  
  129. div.loginbox h2.title {
  130. background-color:#6b6b6b;
  131. }
  132.  
  133. div.loginbox .box-content a {
  134. color:#333;
  135. }
  136.  
  137. div.loginbox .box-content a.login-register-link {
  138. color:#333;
  139. font-weight:700;
  140. }
  141.  
  142. div.loginbox .box-content a.login-register-link:hover {
  143. color:#fff;
  144. font-weight:700;
  145. }
  146.  
  147. div.rooms h2.title {
  148. background-color:#225e6a;
  149. }
  150.  
  151. div.rooms a {
  152. color:#fc0;
  153. }
  154.  
  155. div.box-content {
  156. clear:both;
  157. padding:8px 15px;
  158. }
  159.  
  160. p {
  161. padding-bottom:1em;
  162. margin:0;
  163. }
  164.  
  165. #column2 {
  166. width:310px;
  167. }
  168.  
  169. body#news #column1,body#tags #column1 {
  170. width:210px;
  171. }
  172.  
  173. body#news #column2,body#tags #column2 {
  174. width:560px;
  175. }
  176.  
  177. body#newcredits #column1,body#cbs2credits #column1,body#credit_offers #column1,#credits_subscription #column1 {
  178. width:770px;
  179. }
  180.  
  181. #column3,body#news #column3,body#tags #column3,body#newcredits #column2,body#cbs2credits #column2 {
  182. width:160px;
  183. }
  184.  
  185. #header-container {
  186. background-color:#bce0ee;
  187. background-repeat:repeat-x;
  188. background-image:url(../images/topbg.gif);
  189. background-position:0 100%;
  190. min-width:930px;
  191. z-index:10;
  192. margin:0;
  193. }
  194.  
  195. #header {
  196. position:relative;
  197. background:url(../images/subnavibg.png) no-repeat 190px 0;
  198. }
  199.  
  200. body.anonymous #header {
  201. background:0;
  202. }
  203.  
  204. #header h1 {
  205. float:left;
  206. margin-top:16px;
  207. margin-bottom:0;
  208. z-index:2;
  209. }
  210.  
  211. #header-container #header h1 {
  212. margin-bottom:18px;
  213. }
  214.  
  215. #header h1 a,#header h1 span {
  216. text-indent:-10000px;
  217. float:left;
  218. width:140px;
  219. height:55px;
  220. border:0;
  221. background-repeat:no-repeat;
  222. background-image:url(../images/logo.png);
  223. }
  224.  
  225. #container,#header,#navi2-container {
  226. text-align:left;
  227. width:930px;
  228. z-index:8999;
  229. margin:0 auto;
  230. }
  231.  
  232. #habbos-online {
  233. position:absolute;
  234. width:110px;
  235. left:781px;
  236. top:15px;
  237. font-size:10px;
  238. text-align:center;
  239. }
  240.  
  241. #habbos-online span {
  242. display:block;
  243. background-color:#fff;
  244. padding:10px;
  245. }
  246.  
  247. #navi {
  248. clear:both;
  249. font-size:12px;
  250. }
  251.  
  252. #navi li {
  253. float:left;
  254. height:28px;
  255. white-space:nowrap;
  256. margin:0 5px 0 0;
  257. }
  258.  
  259. #navi li strong,#navi li a {
  260. float:left;
  261. height:22px;
  262. background-repeat:no-repeat;
  263. background-image:url(../images/tabs.png);
  264. background-position:-10px -28px;
  265. color:#fff;
  266. font-weight:400;
  267. text-decoration:none;
  268. max-width:290px;
  269. overflow:hidden;
  270. text-overflow:ellipsis;
  271. padding:6px 16px 0 22px;
  272. }
  273.  
  274. #navi li span {
  275. float:left;
  276. height:28px;
  277. width:6px;
  278. background-repeat:no-repeat;
  279. background-image:url(../images/tabs.png);
  280. background-position:-4px -28px;
  281. }
  282.  
  283. #navi li.selected strong,#navi li.selected a {
  284. background-position:-10px 0;
  285. color:#000;
  286. font-weight:700;
  287. }
  288.  
  289. #navi li:hover strong,#navi li:hover a {
  290. background-position:-10px -56px;
  291. }
  292.  
  293. #navi li:hover span {
  294. background-position:-4px -56px;
  295. }
  296.  
  297. #navi li.selected:hover strong,#navi li.selected:hover a {
  298. background-position:-10px 0;
  299. }
  300.  
  301. #navi li.metab i {
  302. padding-left:16px;
  303. font-style:normal;
  304. background:transparent none no-repeat left 50%;
  305. }
  306.  
  307. #navi #tab-register-now a {
  308. background-position:-10px -84px;
  309. }
  310.  
  311. #navi #tab-register-now span {
  312. background-position:-4px -84px;
  313. }
  314.  
  315. #navi #tab-register-now:hover a {
  316. background-position:-10px -112px;
  317. }
  318.  
  319. #navi #tab-register-now:hover span {
  320. background-position:-4px -112px;
  321. }
  322. #navi #tab-belcredits a{background-image:url(../images/tabs2.png);background-position:-10px -28px;}#navi #tab-belcredits span{background-image:url(../images/tabs2.png);background-position:-4px -28px;}#navi #tab-belcredits:hover a{background-image:url(../images/tabs2.png);background-position:-10px -56px;}#navi #tab-belcredits:hover span{background-image:url(../images/tabs2.png);background-position:-4px -56px;}
  323. #subnavi {
  324. position:absolute;
  325. left:190px;
  326. top:0;
  327. width:572px;
  328. }
  329.  
  330. #subnavi p,#subnavi ul {
  331. clear:both;
  332. margin:0;
  333. }
  334.  
  335. #subnavi a.maillink {
  336. padding-left:18px;
  337. background:url(../images/minimail/mail_icons.png) no-repeat 0 50%;
  338. font-weight:700;
  339. text-decoration:none;
  340. color:red;
  341. }
  342.  
  343. #subnavi a.maillink.newmail {
  344. background-position:-45px 50%;
  345. }
  346.  
  347. #subnavi-user {
  348. position:absolute;
  349. left:11px;
  350. top:0;
  351. }
  352.  
  353. #subnavi-user ul {
  354. float:left;
  355. height:38px;
  356. }
  357.  
  358. #subnavi-user ul li {
  359. float:left;
  360. height:25px;
  361. }
  362.  
  363. #subnavi-user ul li a {
  364. color:#888;
  365. }
  366.  
  367. #subnavi-user ul li span.r {
  368. float:left;
  369. height:25px;
  370. width:5px;
  371. }
  372.  
  373. #subnavi-user ul li.selected a {
  374. background:url(../images/quickmenu.png) no-repeat 0 0;
  375. color:#000;
  376. }
  377.  
  378. #subnavi-user ul li a span {
  379. display:block;
  380. padding-right:12px;
  381. background:url(../images/subnavi-arrows.png) no-repeat 100% 1px;
  382. }
  383.  
  384. #subnavi-user ul li.selected a span {
  385. background-position:100% -20px;
  386. padding-right:12px;
  387. }
  388.  
  389. #subnavi-user ul li.selected span.r {
  390. background:url(../images/quickmenu.png) no-repeat 100% 0;
  391. }
  392.  
  393. #subnavi-user li a {
  394. font-weight:700;
  395. float:left;
  396. text-decoration:none;
  397. color:#000;
  398. outline:0;
  399. padding:7px 10px;
  400. }
  401.  
  402. #subnavi-search a.console-active {
  403. background-repeat:no-repeat;
  404. margin-right:26px;
  405. background-image:url(../images/info_icons.png);
  406. background-position:0 0;
  407. text-decoration:none;
  408. color:#333;
  409. float:left;
  410. padding:2px 0 2px 19px;
  411. }
  412.  
  413. #subnavi-search,#subnavi-login {
  414. position:absolute;
  415. right:0;
  416. top:7px;
  417. text-align:right;
  418. }
  419.  
  420. #subnavi-search {
  421. width:215px;
  422. }
  423.  
  424. #subnavi-search ul {
  425. font-size:11px;
  426. margin-right:11px;
  427. padding-bottom:21px;
  428. clear:none;
  429. }
  430.  
  431. #subnavi-search .search-box-query {
  432. color:#8e8e8e;
  433. padding:4px;
  434. }
  435.  
  436. .tag-search-form .search-box-query {
  437. padding:4px;
  438. }
  439.  
  440. #tag-cloud-slim div.bt,#tag-cloud-slim div.bt div,#tag-cloud-slim div.bb,#tag-cloud-slim div.bb div,#tag-cloud-slim div.i1,#tag-cloud-slim div.i2 {
  441. background-image:none;
  442. }
  443.  
  444. .tags-habbos-like {
  445. font-weight:700;
  446. color:orange;
  447. font-size:16px;
  448. }
  449.  
  450. #subnavi-search ul li+li {
  451. border-left:1px solid #e8e8e8;
  452. padding-left:5px;
  453. }
  454.  
  455. #to-hotel {
  456. position:absolute;
  457. top:33px;
  458. right:0;
  459. }
  460.  
  461. #subnavi-login {
  462. text-align:left;
  463. width:300px;
  464. color:#FFF;
  465. }
  466.  
  467. #subnavi-login form {
  468. background:url(../images/toolbar/login_bg_top.png) no-repeat top right;
  469. }
  470.  
  471. #subnavi-login form ul {
  472. margin:0;
  473. padding:8px 11px;
  474. }
  475.  
  476. #subnavi-login label.login-text {
  477. display:none;
  478. width:120px;
  479. float:left;
  480. text-align:right;
  481. color:#777;
  482. }
  483.  
  484. #subnavi-login label.login-text b {
  485. padding-right:16px;
  486. }
  487.  
  488. #subnavi-login:hover,#subnavi-login.focused {
  489. width:420px;
  490. }
  491.  
  492. #subnavi-login:hover label.login-text,#subnavi-login.focused label.login-text {
  493. display:block;
  494. }
  495.  
  496. #subnavi-login input.login-field {
  497. width:120px;
  498. margin-bottom:2px;
  499. float:left;
  500. border:1px solid #555;
  501. padding:3px;
  502. }
  503.  
  504. #subnavi-login #login-submit-new-button b {
  505. padding-left:10px;
  506. padding-right:7px;
  507. width:55px;
  508. }
  509.  
  510. #subnavi-login-help {
  511. width:300px;
  512. float:right;
  513. font-size:10px;
  514. background:url(../images/toolbar/login_bg_bottom.png) no-repeat bottom right;
  515. }
  516.  
  517. #subnavi-login-help ul {
  518. margin-bottom:4px;
  519. padding:4px 11px 0;
  520. }
  521.  
  522. #subnavi-login-help ul li {
  523. float:left;
  524. clear:none;
  525. margin-bottom:4px;
  526. }
  527.  
  528. #subnavi-login-help ul li a {
  529. color:#FFF;
  530. text-decoration:none;
  531. padding:0 4px;
  532. }
  533.  
  534. #subnavi-login-help ul li.register {
  535. border-right:1px solid #000;
  536. }
  537.  
  538. #subnavi-login-help ul li.register a {
  539. padding-left:0;
  540. color:#ffb648;
  541. }
  542.  
  543. #enter-hotel-link,.enter-hotel-link {
  544. background:url(../images/info_icons.png) no-repeat 0 -288px;
  545. clear:both;
  546. float:left;
  547. padding:2px 0 3px 22px;
  548. }
  549.  
  550. #enter-hotel-open-medium-link {
  551. background:url(../images/systemavailability/hotel-button-medium-icon.png) no-repeat 100% 0;
  552. float:left;
  553. clear:both;
  554. padding:8px 30px 7px 0;
  555. }
  556.  
  557. #enter-hotel-open-image {
  558. cursor:pointer;
  559. }
  560.  
  561. #hotel-closed-medium {
  562. background:url(../images/systemavailability/hotel-button-medium-icon-closed.png) no-repeat 100% 0;
  563. float:left;
  564. clear:both;
  565. padding:5px 30px 7px 0;
  566. }
  567.  
  568. #navi2-container {
  569. background-image:url(../images/navi2-bottom.png);
  570. background-repeat:no-repeat;
  571. background-position:1px 100%;
  572. padding-bottom:9px;
  573. }
  574.  
  575. #navi2 {
  576. line-height:18px;
  577. width:100%;
  578. background-image:url(../images/navi2-borders.png);
  579. background-repeat:repeat-y;
  580. background-position:1px 0;
  581. font-size:12px;
  582. }
  583.  
  584. #navi2 ul {
  585. margin:0 179px 0 2px;
  586. padding:6px 0 0 20px;
  587. }
  588.  
  589. #navi2 ul li {
  590. float:left;
  591. padding-right:1.3em;
  592. margin-right:1.3em;
  593. border-right:1px solid #e8e8e8;
  594. }
  595.  
  596. #navi2 ul li.last {
  597. border-right:0;
  598. }
  599.  
  600. #navi2 ul li a {
  601. color:#134787;
  602. text-decoration:none;
  603. }
  604.  
  605. #content {
  606. clear:both;
  607. padding-top:5px;
  608. }
  609.  
  610. #footer {
  611. clear:both;
  612. text-align:center;
  613. font-size:11px;
  614. padding:0 170px 1em 4px;
  615. }
  616.  
  617. #viewmode #footer,#editmode #footer {
  618. padding-right:4px;
  619. }
  620.  
  621. #footer p {
  622. padding-top:.7em;
  623. padding-bottom:0;
  624. font-size:9px;
  625. color:#777;
  626. margin:0;
  627. }
  628.  
  629. ul.widelist li {
  630. margin:0;
  631. padding:.5em 14px;
  632. }
  633.  
  634. div.box-tabs-container {
  635. position:relative;
  636. }
  637.  
  638. div.box-tabs-container h2 {
  639. top:0;
  640. left:0;
  641. color:#f60;
  642. font-size:14px;
  643. position:absolute;
  644. margin:0;
  645. padding:3px 0 0 10px;
  646. }
  647.  
  648. ul.box-tabs {
  649. font-size:11px;
  650. height:25px;
  651. border-bottom:1px solid #f90;
  652. margin:0;
  653. padding:0 5px;
  654. }
  655.  
  656. ul.box-tabs li {
  657. float:right;
  658. height:25px;
  659. position:relative;
  660. margin:0 0 0 4px;
  661. padding:0;
  662. }
  663.  
  664. ul.box-tabs li strong,ul.box-tabs li a,ul.box-tabs li span.tab-spacer {
  665. top:1px;
  666. position:relative;
  667. }
  668.  
  669. ul.box-tabs li a:focus {
  670. outline:0;
  671. }
  672.  
  673. ul.box-tabs li strong,ul.box-tabs li a {
  674. float:left;
  675. height:19px;
  676. background-repeat:no-repeat;
  677. background-image:url(../images/inner-tabs.png);
  678. background-position:-16px -25px;
  679. color:#fff;
  680. font-weight:400;
  681. text-decoration:none;
  682. max-width:184px;
  683. overflow:hidden;
  684. padding:6px 10px 0 14px;
  685. }
  686.  
  687. ul.box-tabs li span.tab-spacer {
  688. float:left;
  689. height:25px;
  690. width:4px;
  691. background:url(../images/inner-tabs.png) no-repeat -12px -25px;
  692. }
  693.  
  694. ul.box-tabs li.selected strong,ul.box-tabs li.selected a {
  695. background-position:-16px 0;
  696. color:#000;
  697. font-weight:700;
  698. }
  699.  
  700. ul.box-tabs li:hover a {
  701. background-position:-16px -50px;
  702. }
  703.  
  704. ul.box-tabs li:hover span.tab-spacer {
  705. background-position:-12px -50px;
  706. }
  707.  
  708. ul.box-tabs li.selected:hover a {
  709. background-position:-16px 0;
  710. }
  711.  
  712. div.box-tabs-container h2.page-owner {
  713. position:relative;
  714. float:left;
  715. }
  716.  
  717. div.blue a.secondary {
  718. color:#2767a7;
  719. }
  720.  
  721. div.blue div.box-tabs-container h2 {
  722. color:#009dff;
  723. }
  724.  
  725. div.blue ul.box-tabs {
  726. border-bottom-color:#528dc9;
  727. }
  728.  
  729. div.blue ul.box-tabs li strong,div.blue ul.box-tabs li a {
  730. background-position:-16px -100px;
  731. }
  732.  
  733. div.blue ul.box-tabs li span.tab-spacer {
  734. background-position:-12px -100px;
  735. }
  736.  
  737. div.blue ul.box-tabs li:hover a {
  738. background-position:-16px -125px;
  739. }
  740.  
  741. div.blue ul.box-tabs li:hover span.tab-spacer {
  742. background-position:-12px -125px;
  743. }
  744.  
  745. div.green a.secondary {
  746. color:#4ab501;
  747. }
  748.  
  749. div.green ul.box-tabs {
  750. border-bottom-color:#3ba800;
  751. }
  752.  
  753. div.red div.box-tabs-container h2 {
  754. color:#d64242;
  755. }
  756.  
  757. div.red ul.box-tabs {
  758. border-bottom-color:#d64242;
  759. }
  760.  
  761. div.red ul.box-tabs li strong,div.red ul.box-tabs li a {
  762. background-position:-16px -325px;
  763. }
  764.  
  765. div.red ul.box-tabs li span.tab-spacer {
  766. background-position:-12px -325px;
  767. }
  768.  
  769. div.red ul.box-tabs li:hover a {
  770. background-position:-16px -350px;
  771. }
  772.  
  773. div.red ul.box-tabs li:hover span.tab-spacer {
  774. background-position:-12px -350px;
  775. }
  776.  
  777. div.hcred div.box-tabs-container h2 {
  778. color:#7a7a7a;
  779. }
  780.  
  781. div.hcred ul.box-tabs {
  782. border-bottom-color:#7a7a7a;
  783. }
  784.  
  785. div.lightbrown div.box-tabs-container h2 {
  786. color:#cf9c44;
  787. }
  788.  
  789. div.lightbrown ul.box-tabs {
  790. border-bottom-color:#cf9c44;
  791. }
  792.  
  793. div.black ul.box-tabs {
  794. border-bottom-color:#333;
  795. }
  796.  
  797. div.black ul.box-tabs li strong,div.black ul.box-tabs li a {
  798. background-position:-16px -250px;
  799. }
  800.  
  801. div.black ul.box-tabs li span.tab-spacer {
  802. background-position:-12px -250px;
  803. }
  804.  
  805. div.black ul.box-tabs li:hover a {
  806. background-position:-16px -275px;
  807. }
  808.  
  809. div.black ul.box-tabs li:hover span.tab-spacer {
  810. background-position:-12px -275px;
  811. }
  812.  
  813. ul.box-tabs li a.icon-help-tab,ul.box-tabs li.selected a.icon-help-tab {
  814. padding:3px 10px 3px 14px;
  815. }
  816.  
  817. ul.box-tabs li a.icon-help-tab span,ul.box-tabs li.selected a.icon-help-tab span {
  818. float:left;
  819. background:url(../images/help.gif) no-repeat 0 0;
  820. width:16px;
  821. height:16px;
  822. margin:0;
  823. padding:0;
  824. }
  825.  
  826. html>body .habblet-container .default li.odd:hover {
  827. background-color:#fff6ee;
  828. }
  829.  
  830. html>body .habblet-container .default li.even:hover {
  831. background-color:#fff0dc;
  832. }
  833.  
  834. .topdialog {
  835. text-align:left;
  836. position:absolute;
  837. width:398px;
  838. z-index:9001;
  839. }
  840.  
  841. .topdialog-body {
  842. padding:10px 10px 0;
  843. }
  844.  
  845. a.topdialog-exit {
  846. height:15px;
  847. width:15px;
  848. position:absolute;
  849. right:13px;
  850. top:9px;
  851. text-indent:-10000px;
  852. background:transparent url(../images/close_x.gif) no-repeat;
  853. }
  854.  
  855. .black a.topdialog-exit {
  856. background:transparent url(../images/close_x_black.png) no-repeat;
  857. }
  858.  
  859. .topdialog .box-tabs {
  860. border-bottom:1px solid #000;
  861. }
  862.  
  863. .cbb {
  864. background:#fff;
  865. margin:8px;
  866. padding:0;
  867. }
  868.  
  869. .bt {
  870. height:5px;
  871. background:no-repeat 100% 0;
  872. margin:0 0 0 18px;
  873. }
  874.  
  875. .bt div {
  876. position:relative;
  877. left:-18px;
  878. width:18px;
  879. height:5px;
  880. background:no-repeat 0 0;
  881. font-size:0;
  882. line-height:0;
  883. z-index:1;
  884. }
  885.  
  886. .bb {
  887. height:9px;
  888. background:no-repeat 100% 100%;
  889. position:relative;
  890. margin:0 0 0 8px;
  891. }
  892.  
  893. .bb div {
  894. position:absolute;
  895. left:-8px;
  896. width:8px;
  897. height:9px;
  898. background:no-repeat 0 100%;
  899. font-size:0;
  900. line-height:0;
  901. display:block;
  902. }
  903.  
  904. .i1 {
  905. background:url(../images/borders.png) repeat-y;
  906. padding:0 0 0 1px;
  907. }
  908.  
  909. .i2 {
  910. background:url(../images/borders.png) repeat-y top right;
  911. padding:0 1px 0 0;
  912. }
  913.  
  914. .i3 {
  915. background:#fff;
  916. z-index:0;
  917. display:block;
  918. margin:0;
  919. padding:0;
  920. }
  921.  
  922. .topdialog .bt,.topdialog .bt div,.topdialog .bb,.topdialog .bb div {
  923. background-image:url(../images/box_black_borders.png);
  924. }
  925.  
  926. .topdialog .i1,.topdialog .i2 {
  927. background-image:url(../images/borders_black.png);
  928. }
  929.  
  930. #content .cbb.gray {
  931. background:#9a9a91;
  932. }
  933.  
  934. #content .gray .i3 {
  935. background-color:#94948b;
  936. }
  937.  
  938. #content .cbb.lightgreen {
  939. background:#d5e7d8;
  940. }
  941.  
  942. #content .lightgreen .i3 {
  943. background-color:#d5e7d8;
  944. }
  945.  
  946. #content .cbb.loginbox {
  947. background:#b4b4ae;
  948. }
  949.  
  950. #content .loginbox .i3 {
  951. background-color:#b4b4ae;
  952. }
  953.  
  954. #content .black .i3 {
  955. background-color:#000;
  956. }
  957.  
  958. #content .cbb.rooms {
  959. background:#4596a9;
  960. }
  961.  
  962. #content .rooms .i3 {
  963. background-color:#4596a9;
  964. background-image:url(../images/welcome/roompattern_bg.png);
  965. }
  966.  
  967. #content .cbb.darkgray {
  968. background:#747474;
  969. }
  970.  
  971. #content .darkgray .i3 {
  972. background-color:#747474;
  973. color:#fff;
  974. }
  975.  
  976. .the-qtab {
  977. position:absolute;
  978. width:220px;
  979. z-index:99;
  980. font-size:11px;
  981. }
  982.  
  983. .qtab-container-bottom {
  984. background-repeat:no-repeat;
  985. background-image:url(../images/quickmenu.png);
  986. background-position:bottom left;
  987. padding:6px 1px 10px;
  988. }
  989.  
  990. .qtab-container {
  991. text-align:left;
  992. max-height:460px;
  993. overflow:auto;
  994. }
  995.  
  996. .qtab-container-top {
  997. background-repeat:no-repeat;
  998. background-image:url(../images/quickmenu_top.png);
  999. background-position:0 0;
  1000. height:4px;
  1001. font-size:1px;
  1002. }
  1003.  
  1004. .qtab-subtitle {
  1005. text-align:center;
  1006. padding:4px 14px 0;
  1007. }
  1008.  
  1009. .qtab-category {
  1010. color:#f66200;
  1011. border-bottom:1px dashed #777;
  1012. padding-bottom:3px;
  1013. }
  1014.  
  1015. .qtab-container li a {
  1016. text-decoration:none;
  1017. color:#333;
  1018. width:174px;
  1019. overflow:hidden;
  1020. text-overflow:ellipsis;
  1021. float:left;
  1022. }
  1023.  
  1024. #offline-friends li a {
  1025. color:#777;
  1026. }
  1027.  
  1028. .qtab-link {
  1029. display:block;
  1030. cursor:pointer;
  1031. color:#000;
  1032. text-decoration:underline;
  1033. text-align:right;
  1034. }
  1035.  
  1036. .qtab-paging {
  1037. padding-top:1em;
  1038. padding-bottom:0;
  1039. text-align:center;
  1040. margin:0 0 20px;
  1041. }
  1042.  
  1043. .qtab-container li {
  1044. overflow:hidden;
  1045. padding:4px 14px 3px;
  1046. }
  1047.  
  1048. #qtab-follow a,#qtab-follow span {
  1049. background:transparent url(../images/info_icons.png) no-repeat 100% -384px;
  1050. width:16px;
  1051. height:16px;
  1052. display:block;
  1053. }
  1054.  
  1055. #qtab-follow span {
  1056. background:transparent url(../images/info_icons.png) no-repeat 100% -832px;
  1057. }
  1058.  
  1059. #quickmenu-groups li a {
  1060. width:auto;
  1061. }
  1062.  
  1063. div.favourite-group,div.owned-group,div.admin-group,#quickmenu-groups li a.group-room,#staffpicks-groups-habblet-list-container a.group-room {
  1064. display:block;
  1065. float:right;
  1066. width:16px;
  1067. height:16px;
  1068. background:transparent url(../images/info_icons.png) no-repeat;
  1069. }
  1070.  
  1071. div.favourite-group {
  1072. background-position:100% -433px;
  1073. }
  1074.  
  1075. div.owned-group {
  1076. background-position:100% -480px;
  1077. }
  1078.  
  1079. div.admin-group {
  1080. background-position:100% -528px;
  1081. }
  1082.  
  1083. #quickmenu-groups li a.group-room,#staffpicks-groups-habblet-list-container a.group-room {
  1084. background-position:0 -800px;
  1085. width:19px;
  1086. }
  1087.  
  1088. #staffpicks-habblet-list-container a.group-room {
  1089. margin-top:15px;
  1090. width:24px;
  1091. }
  1092.  
  1093. #qtab-container-myrooms p.create-room,#qtab-container-mygroups p.create-group,#qtab-container-myfriends p.manage-friends {
  1094. border-top:1px dashed #777;
  1095. margin:0;
  1096. padding:4px 14px 3px;
  1097. }
  1098.  
  1099. #qtab-container-myrooms p.create-room a,#qtab-container-mygroups p.create-group a {
  1100. background:transparent url(../images/myhabbo_icons.png) no-repeat 100% -236px;
  1101. padding:0 21px 2px 0;
  1102. }
  1103.  
  1104. .habblet-button-row {
  1105. padding:8px 15px 0;
  1106. }
  1107.  
  1108. ul.habblet-list {
  1109. margin:10px 0 0;
  1110. padding:0;
  1111. }
  1112.  
  1113. ul.habblet-list li {
  1114. background-repeat:no-repeat;
  1115. padding:2px 0 1px 25px;
  1116. }
  1117.  
  1118. ul.habblet-list.two-cols li.right .item {
  1119. border-left:1px solid #d9d9d9;
  1120. }
  1121.  
  1122. ul.habblet-list.two-cols li {
  1123. float:left;
  1124. width:50%;
  1125. padding:0;
  1126. }
  1127.  
  1128. ul.habblet-list.two-cols li div.item {
  1129. padding:2px 0 1px 25px;
  1130. }
  1131.  
  1132. ul.habblet-list li span.index {
  1133. float:left;
  1134. padding-right:8px;
  1135. color:#777;
  1136. }
  1137.  
  1138. ul.habblet-list li div.link p {
  1139. color:#a2a2a2;
  1140. }
  1141.  
  1142. .habblet-content-info {
  1143. border-bottom:1px dashed #ccc;
  1144. padding:5px 0 5px 15px;
  1145. }
  1146.  
  1147. .habblet-content-info #enter-hotel-link {
  1148. float:none;
  1149. }
  1150.  
  1151. .widehabblet {
  1152. width:335px;
  1153. }
  1154.  
  1155. #avatar-habblet-list-container ul.habblet-list li {
  1156. padding-left:38px;
  1157. padding-right:0;
  1158. background-repeat:no-repeat;
  1159. background-position:5px 50%;
  1160. cursor:pointer;
  1161. clear:both;
  1162. }
  1163.  
  1164. #avatar-habblet-list-container ul.habblet-list li div {
  1165. float:left;
  1166. display:block;
  1167. overflow:hidden;
  1168. white-space:nowrap;
  1169. }
  1170.  
  1171. #avatar-habblet-list-container ul.habblet-list li div.item {
  1172. width:206px;
  1173. }
  1174.  
  1175. #avatar-habblet-list-container ul.habblet-list li div.lastlogin {
  1176. width:174px;
  1177. }
  1178.  
  1179. #avatar-habblet-list-container ul.habblet-list li div.tools {
  1180. padding-top:7px;
  1181. padding-right:8px;
  1182. float:right;
  1183. }
  1184.  
  1185. #avatar-habblet-list-container ul.habblet-list li div.tools a {
  1186. float:right;
  1187. background-repeat:no-repeat;
  1188. width:19px;
  1189. height:16px;
  1190. display:block;
  1191. }
  1192.  
  1193. #avatar-habblet-list-container ul.habblet-list li div.tools a.follow {
  1194. background-image:url(../images/info_icons.png);
  1195. background-position:100% -384px;
  1196. }
  1197.  
  1198. #avatar-habblet-list-container ul.habblet-list li div.tools a.add {
  1199. background-image:url(../images/shared_icons/small_icons.png);
  1200. background-position:100% -774px;
  1201. }
  1202.  
  1203. #avatar-habblet-list-container ul.habblet-list li div.clear {
  1204. clear:both;
  1205. float:none;
  1206. }
  1207.  
  1208. #avatar-habblet-list-search {
  1209. float:right;
  1210. padding-right:8px;
  1211. margin:10px 0;
  1212. }
  1213.  
  1214. #avatar-habblet-search-string {
  1215. float:left;
  1216. margin-right:7px;
  1217. }
  1218.  
  1219. #habbo-search-error-container {
  1220. width:240px;
  1221. float:right;
  1222. margin:5px 8px 0 0;
  1223. }
  1224.  
  1225. #avatar-habblet-search-button {
  1226. margin-left:0;
  1227. float:left;
  1228. }
  1229.  
  1230. #invite-friend-button {
  1231. display:block;
  1232. float:left;
  1233. line-height:20px;
  1234. padding-right:21px;
  1235. background:transparent url(../images/myhabbo_icons.png) no-repeat 100% -234px;
  1236. margin:5px 15px;
  1237. }
  1238.  
  1239. #invitation_message {
  1240. float:left;
  1241. width:54%;
  1242. height:75px;
  1243. }
  1244.  
  1245. #invitation-email {
  1246. float:left;
  1247. margin-left:10px;
  1248. width:40%;
  1249. }
  1250.  
  1251. input.invitation-input {
  1252. margin-left:2px;
  1253. width:85%;
  1254. }
  1255.  
  1256. #purse-habblet input.redeemcode {
  1257. width:155px;
  1258. float:left;
  1259. }
  1260.  
  1261. #purse-habblet li.icon-purse {
  1262. background-image:url(../images/purse/purse_icon.gif);
  1263. background-repeat:no-repeat;
  1264. background-position:22px 9px;
  1265. padding:10px 0 15px 60px;
  1266. }
  1267.  
  1268. span.purse-balance-amount {
  1269. font-size:1.2em;
  1270. font-weight:700;
  1271. }
  1272.  
  1273. #purse-redeem-result {
  1274. text-align:center;
  1275. clear:both;
  1276. padding:8px 15px 0;
  1277. }
  1278.  
  1279. #rooms-habblet-list-container li.locked {
  1280. background-image:url(../images/locked.gif);
  1281. background-repeat:no-repeat;
  1282. background-position:4px;
  1283. }
  1284.  
  1285. div.groups-list li .item {
  1286. display:block;
  1287. height:42px;
  1288. margin-right:30px;
  1289. color:#000;
  1290. padding:2px 0 2px 60px;
  1291. }
  1292.  
  1293. div.groups-list .new-gb-entries,div.groups-list .new-posts {
  1294. float:right;
  1295. line-height:18px;
  1296. text-indent:-10000px;
  1297. clear:right;
  1298. outline:0;
  1299. margin:2px 10px;
  1300. padding:0 0 0 16px;
  1301. }
  1302.  
  1303. div.groups-list .new-gb-entries {
  1304. background:transparent url(../images/info_icons.png) no-repeat 100% -241px;
  1305. }
  1306.  
  1307. div.groups-list .new-posts {
  1308. background:transparent url(../images/info_icons.png) no-repeat 100% -336px;
  1309. }
  1310.  
  1311. div.groups-list p.groups-info-text {
  1312. margin-top:5px;
  1313. padding-left:11px;
  1314. }
  1315.  
  1316. a.hotgroups-toggle-more-data {
  1317. float:right;
  1318. margin-top:7px;
  1319. padding-right:10px;
  1320. }
  1321.  
  1322. #homes-habblet-list-container li div.item {
  1323. height:45px;
  1324. padding:10px 0 2px 60px;
  1325. }
  1326.  
  1327. #content .habblet-container.news-promo .i1 {
  1328. background-repeat:no-repeat;
  1329. background-position:0 5px;
  1330. }
  1331.  
  1332. #content .habblet-container.news-promo .i2 {
  1333. background-repeat:no-repeat;
  1334. background-position:right 5px;
  1335. }
  1336.  
  1337. .notitle .bt div {
  1338. z-index:0;
  1339. }
  1340.  
  1341. #newspromo #topstories {
  1342. position:relative;
  1343. height:187px;
  1344. }
  1345.  
  1346. #newspromo #topstories #topstories-nav {
  1347. position:absolute;
  1348. top:0;
  1349. left:0;
  1350. height:21px;
  1351. width:100%;
  1352. background:transparent url(../images/topstories_nav_bg.png) no-repeat top left;
  1353. color:#fff;
  1354. text-align:center;
  1355. line-height:21px;
  1356. }
  1357.  
  1358. #newspromo #topstories #topstories-nav a.prev {
  1359. left:10px;
  1360. }
  1361.  
  1362. #newspromo #topstories #topstories-nav a.next {
  1363. right:10px;
  1364. }
  1365.  
  1366. #newspromo #topstories #topstories-nav a {
  1367. top:0;
  1368. color:#fff;
  1369. text-decoration:none;
  1370. position:absolute;
  1371. }
  1372.  
  1373. #newspromo .topstory {
  1374. background:transparent none no-repeat;
  1375. background-color:#d8d9ce;
  1376. color:#fff;
  1377. height:177px;
  1378. width:272px;
  1379. position:absolute;
  1380. top:0;
  1381. left:0;
  1382. padding:5px 14px;
  1383. }
  1384.  
  1385. #newspromo .topstory h4 {
  1386. font-weight:400;
  1387. text-transform:uppercase;
  1388. font-size:11px;
  1389. margin:0 0 3px;
  1390. padding:0;
  1391. }
  1392.  
  1393. #newspromo .topstory h3 {
  1394. font-size:18px;
  1395. margin:0 0 10px;
  1396. padding:0;
  1397. }
  1398.  
  1399. #newspromo .topstory p.summary {
  1400. width:65%;
  1401. }
  1402.  
  1403. #newspromo .newsitem-date {
  1404. color:#888;
  1405. font-size:10px;
  1406. margin-top:2px;
  1407. }
  1408.  
  1409. #newspromo li.odd a,#newspromo li.even a {
  1410. color:#333;
  1411. text-decoration:none;
  1412. }
  1413.  
  1414. #article-wrapper h2 {
  1415. color:#f60;
  1416. font-size:16px;
  1417. margin:0 0 4px;
  1418. }
  1419.  
  1420. #article-wrapper .article-meta {
  1421. color:#959699;
  1422. margin-bottom:8px;
  1423. border-top:1px solid #f60;
  1424. padding-top:7px;
  1425. }
  1426.  
  1427. #article-wrapper img.article-image {
  1428. float:right;
  1429. margin:0 0 10px 10px;
  1430. }
  1431.  
  1432. #article-wrapper .article-images {
  1433. clear:both;
  1434. margin:15px 0;
  1435. }
  1436.  
  1437. #article-wrapper .article-images a {
  1438. display:block;
  1439. width:120px;
  1440. height:100px;
  1441. background-repeat:no-repeat;
  1442. float:left;
  1443. border:3px solid #999;
  1444. margin:0 1em 1em 0;
  1445. }
  1446.  
  1447. #article-wrapper .article-author {
  1448. margin-top:10px;
  1449. font-weight:700;
  1450. }
  1451.  
  1452. #article-archive ul {
  1453. margin:0 0 1.5em 15px;
  1454. }
  1455.  
  1456. #article-archive ul li {
  1457. margin:5px 0;
  1458. }
  1459.  
  1460. #article-archive h2 {
  1461. font-size:100%;
  1462. border-bottom:1px dashed #666;
  1463. margin:0;
  1464. padding:3px 0;
  1465. }
  1466.  
  1467. #article-paging {
  1468. padding-bottom:1.5em;
  1469. }
  1470.  
  1471. .tag-list li {
  1472. display:inline;
  1473. margin-right:5px;
  1474. }
  1475.  
  1476. a.tag-remove-link,a.tag-add-link,.tag-list li span {
  1477. background:transparent url(../images/tags/tags.gif) no-repeat 0 0;
  1478. margin-left:4px;
  1479. outline:0;
  1480. font-size:1px;
  1481. zoom:1;
  1482. padding:8px 10px 1px 0;
  1483. }
  1484.  
  1485. .tag-list li span {
  1486. background-position:-40px 0;
  1487. }
  1488.  
  1489. a.tag-remove-link:hover {
  1490. background-position:-10px 0;
  1491. text-decoration:none;
  1492. }
  1493.  
  1494. a.tag-add-link {
  1495. background-position:-20px 0;
  1496. }
  1497.  
  1498. a.tag-add-link:hover {
  1499. background-position:-30px 0;
  1500. text-decoration:none;
  1501. }
  1502.  
  1503. .add-tag-form,.tag-search-form {
  1504. margin-top:1em;
  1505. }
  1506.  
  1507. .add-tag-form em.tag-question {
  1508. float:left;
  1509. color:#888!important;
  1510. font-style:normal;
  1511. margin-top:3px;
  1512. }
  1513.  
  1514. #add-tag-input {
  1515. width:100px;
  1516. margin:3px 10px 0 5px;
  1517. }
  1518.  
  1519. p.paging-navigation {
  1520. text-align:right;
  1521. line-height:20px;
  1522. margin-top:3px;
  1523. padding:0 15px 0 0;
  1524. }
  1525.  
  1526. p.paging-navigation a,p.paging-navigation .current,p.paging-navigation .disabled {
  1527. border:1px solid #ffba00;
  1528. text-decoration:none;
  1529. color:#f90;
  1530. padding:2px 5px;
  1531. }
  1532.  
  1533. p.paging-navigation a:hover {
  1534. border:1px solid #f90;
  1535. }
  1536.  
  1537. p.paging-navigation .current {
  1538. border:1px solid #f90;
  1539. background-color:#f90;
  1540. color:#fff;
  1541. }
  1542.  
  1543. p.paging-navigation .disabled {
  1544. border:1px solid #d9d9d9;
  1545. color:#d9d9d9;
  1546. }
  1547.  
  1548. .blue p.paging-navigation a {
  1549. color:#528dc9;
  1550. border:1px solid #66ade4;
  1551. }
  1552.  
  1553. .blue p.paging-navigation a:hover {
  1554. border:1px solid #528dc9;
  1555. }
  1556.  
  1557. .blue p.paging-navigation .current {
  1558. background-color:#528dc9;
  1559. color:#fff;
  1560. border:1px solid #528dc9;
  1561. }
  1562.  
  1563. .green p.paging-navigation a {
  1564. color:#4bb601;
  1565. border:1px solid #4bcd00;
  1566. }
  1567.  
  1568. .green p.paging-navigation a:hover {
  1569. border:1px solid #4bb601;
  1570. }
  1571.  
  1572. .green p.paging-navigation .current {
  1573. background-color:#4bb601;
  1574. color:#fff;
  1575. border:1px solid #4bb601;
  1576. }
  1577.  
  1578. #login-habblet {
  1579. background:url(../images/popup/signin_bg.gif) no-repeat bottom right;
  1580. }
  1581.  
  1582. form.login-habblet li {
  1583. clear:both;
  1584. margin:0;
  1585. padding:5px;
  1586. }
  1587.  
  1588. form.login-habblet li.no-label {
  1589. padding-left:81px;
  1590. }
  1591.  
  1592. form.login-habblet input {
  1593. float:left;
  1594. margin-right:6px;
  1595. }
  1596.  
  1597. form.login-habblet li.no-label input {
  1598. margin-left:0;
  1599. padding:0;
  1600. }
  1601.  
  1602. form.login-habblet .login-text {
  1603. float:left;
  1604. width:75px;
  1605. padding:3px 0 0;
  1606. }
  1607.  
  1608. form.login-habblet .login-field {
  1609. width:87px;
  1610. border:1px solid #555;
  1611. padding:5px;
  1612. }
  1613.  
  1614. form.login-habblet li span.username {
  1615. float:left;
  1616. padding-top:3px;
  1617. font-weight:700;
  1618. }
  1619.  
  1620. div.flash-message {
  1621. margin-bottom:8px;
  1622. text-align:center;
  1623. }
  1624.  
  1625. div.action-error div a {
  1626. color:#ffcc02;
  1627. }
  1628.  
  1629. div.action-confirmation div {
  1630. background-color:#4bb601;
  1631. color:#fff;
  1632. }
  1633.  
  1634. body#logout .flash-message {
  1635. font-weight:700;
  1636. font-size:1.2em;
  1637. width:90%;
  1638. margin:0 auto;
  1639. }
  1640.  
  1641. #remember-me-notification {
  1642. color:#333;
  1643. position:absolute;
  1644. width:220px;
  1645. z-index:1;
  1646. top:179px;
  1647. right:0;
  1648. }
  1649.  
  1650. div.progressbar {
  1651. text-align:center;
  1652. padding:8px;
  1653. }
  1654.  
  1655. div.rounded,div.rounded-done {
  1656. padding:0 8px;
  1657. }
  1658.  
  1659. div.rounded-orange {
  1660. color:#fff;
  1661. background-color:#f29400;
  1662. }
  1663.  
  1664. div.rounded-red {
  1665. color:#fff;
  1666. background-color:#e2001a;
  1667. }
  1668.  
  1669. div.rounded-hcred {
  1670. background-color:#7a7a7a;
  1671. }
  1672.  
  1673. div.rounded-green {
  1674. color:#fff;
  1675. background-color:#3ba800;
  1676. }
  1677.  
  1678. div.rounded-darkgray {
  1679. color:#fff;
  1680. background-color:#595959;
  1681. }
  1682.  
  1683. div.rounded-blue {
  1684. color:#fff;
  1685. background-color:#39c;
  1686. }
  1687.  
  1688. #overlay {
  1689. display:none;
  1690. position:absolute;
  1691. top:0;
  1692. left:0;
  1693. width:100%;
  1694. height:100%;
  1695. z-index:9000;
  1696. background-color:#000;
  1697. -moz-opacity:.5;
  1698. opacity:.50;
  1699. filter:alpha(opacity=50);
  1700. -ms-filter:alpha(opacity=50);
  1701. }
  1702.  
  1703. #overlay_progress {
  1704. position:absolute;
  1705. top:0;
  1706. left:-1500px;
  1707. z-index:9000;
  1708. color:#fff;
  1709. text-align:center;
  1710. font-weight:700;
  1711. font-size:12px;
  1712. }
  1713.  
  1714. #credits-methods {
  1715. list-style:none;
  1716. margin-top:4px;
  1717. clear:both;
  1718. }
  1719.  
  1720. #credits-methods h4 {
  1721. background-color:#ececec;
  1722. font-size:11px;
  1723. font-weight:700;
  1724. border-top:1px solid #ccc;
  1725. border-bottom:1px solid #ccc;
  1726. text-transform:uppercase;
  1727. margin:0;
  1728. padding:4px 8px;
  1729. }
  1730.  
  1731. #credits-methods h4.credits-category-promo {
  1732. background-color:#ffd403;
  1733. border-color:#dcb600;
  1734. }
  1735.  
  1736. #credits-methods h4.credits-category-subscription {
  1737. background-color:#d0e8bd;
  1738. border-color:#b0d890;
  1739. }
  1740.  
  1741. #credits-methods li ul li {
  1742. padding:1px;
  1743. }
  1744.  
  1745. #credits-methods li ul li+li div.credits-method-container {
  1746. border-top:1px solid #ccc;
  1747. }
  1748.  
  1749. #credits-methods li ul li div.credits-method-container {
  1750. padding:5px 14px;
  1751. }
  1752.  
  1753. #credits-methods li div.credits-method-container.selected {
  1754. border:2px solid #aeafa6;
  1755. padding:3px 12px;
  1756. }
  1757.  
  1758. #credits-methods li ul li h3 {
  1759. font-size:11px;
  1760. font-weight:700;
  1761. margin:0;
  1762. padding:0 0 5px;
  1763. }
  1764.  
  1765. #credits-methods li ul li p {
  1766. margin:0;
  1767. padding:0 0 5px;
  1768. }
  1769.  
  1770. #credits-methods div.credits-tools {
  1771. text-align:right;
  1772. padding:0 0 4px 6px;
  1773. }
  1774.  
  1775. #credits-methods div.bestvalue {
  1776. text-align:center;
  1777. text-transform:uppercase;
  1778. font-size:10px;
  1779. font-weight:700;
  1780. background-color:#fc0;
  1781. clear:both;
  1782. float:right;
  1783. padding:3px 6px;
  1784. }
  1785.  
  1786. #credits-methods div.credits-summary {
  1787. min-height:60px;
  1788. padding-left:70px;
  1789. background-repeat:no-repeat;
  1790. }
  1791.  
  1792. #credits-methods p.credits-read-more {
  1793. color:#fc6204;
  1794. text-decoration:underline;
  1795. cursor:pointer;
  1796. }
  1797.  
  1798. #credits-countries {
  1799. list-style:none;
  1800. margin:0 14px;
  1801. }
  1802.  
  1803. p.credits-countries-select {
  1804. margin:5px 14px 0;
  1805. }
  1806.  
  1807. #credits-countries li {
  1808. background-color:transparent;
  1809. float:left;
  1810. text-align:center;
  1811. margin-right:30px;
  1812. }
  1813.  
  1814. #credits-countries li a {
  1815. text-decoration:none;
  1816. color:gray;
  1817. }
  1818.  
  1819. #credits-countries li h2 {
  1820. font-size:10px;
  1821. font-weight:400;
  1822. }
  1823.  
  1824. #credits-countries li img {
  1825. margin-bottom:3px;
  1826. padding:3px 3px 3px 11px;
  1827. }
  1828.  
  1829. #credits-countries li.selected img {
  1830. background:url(../images/credits/flag_selected.png) no-repeat;
  1831. padding-right:6px;
  1832. }
  1833.  
  1834. #credits-countries li span {
  1835. padding-left:8px;
  1836. }
  1837.  
  1838. .article-body ul.errors li,.article-body span.error {
  1839. color:red;
  1840. }
  1841.  
  1842. #hc-membership-giftNumber {
  1843. position:absolute;
  1844. font-size:18px;
  1845. color:#FFF;
  1846. z-index:2;
  1847. left:211px;
  1848. top:40px;
  1849. }
  1850.  
  1851. #hc-membership-nextGift {
  1852. margin:0 auto;
  1853. }
  1854.  
  1855. #hc-membership-giftName {
  1856. font-weight:700;
  1857. color:#d64242;
  1858. }
  1859.  
  1860. #hc-membership-gift {
  1861. position:relative;
  1862. text-align:right;
  1863. margin-left:-14px;
  1864. }
  1865.  
  1866. #hc-membership-giftPicture {
  1867. z-index:1;
  1868. }
  1869.  
  1870. #hc-catalog-starGreen {
  1871. background:url(../images/hc_star_green.png) no-repeat 0 0;
  1872. width:106px;
  1873. height:106px;
  1874. display:block;
  1875. float:left;
  1876. }
  1877.  
  1878. #hc-catalog {
  1879. font-size:11px;
  1880. padding-bottom:17px;
  1881. }
  1882.  
  1883. #hc-catalog-giftName {
  1884. text-align:center;
  1885. font-weight:700;
  1886. clear:both;
  1887. }
  1888.  
  1889. #hc-catalog-giftPicture img {
  1890. max-width:150px;
  1891. width:expression(this.width>150?150:true);
  1892. }
  1893.  
  1894. #hc-catalog-giftNumber {
  1895. font-size:large;
  1896. color:#FFF;
  1897. text-align:center;
  1898. padding-top:40px;
  1899. }
  1900.  
  1901. .hc-catalog-monthNumber {
  1902. text-align:center;
  1903. width:27px;
  1904. float:left;
  1905. }
  1906.  
  1907. .hc-catalog-navi {
  1908. float:left;
  1909. margin-left:3px;
  1910. }
  1911.  
  1912. ul.active-discussions-toplist li {
  1913. height:20px;
  1914. padding-left:13px;
  1915. white-space:nowrap;
  1916. }
  1917.  
  1918. ul.active-discussions-toplist li a.topic {
  1919. text-decoration:none;
  1920. color:#000;
  1921. margin-top:3px;
  1922. display:block;
  1923. width:252px;
  1924. overflow:hidden;
  1925. float:left;
  1926. }
  1927.  
  1928. ul.active-discussions-toplist li img.topic-closed-image {
  1929. margin-left:5px;
  1930. }
  1931.  
  1932. ul.active-discussions-toplist li div.topic-info {
  1933. margin-top:3px;
  1934. padding-right:36px;
  1935. text-align:right;
  1936. float:right;
  1937. width:147px;
  1938. }
  1939.  
  1940. ul.active-discussions-toplist li div.post-icon {
  1941. background-image:url(../images/info_icons.png);
  1942. background-position:152px -336px;
  1943. background-repeat:no-repeat;
  1944. height:16px;
  1945. }
  1946.  
  1947. ul.active-discussions-toplist li .grey {
  1948. color:#aaa;
  1949. }
  1950.  
  1951. a.discussions-toggle-more-data {
  1952. background:transparent url(../images/more_arrows.png) no-repeat 100% -93px;
  1953. float:left;
  1954. padding-right:14px;
  1955. margin:7px 0 10px 10px;
  1956. }
  1957.  
  1958. a.discussions-toggle-more-data.less {
  1959. background:transparent url(../images/more_arrows.png) no-repeat 100% -141px;
  1960. }
  1961.  
  1962. #homes-habblet-list-container {
  1963. background-image:url(../images/activehomes/stripepattern.gif);
  1964. position:relative;
  1965. }
  1966.  
  1967. #homes-habblet-list-container .active-habbo-image,#homes-habblet-list-container .active-habbo-data {
  1968. display:none;
  1969. position:absolute;
  1970. left:-1000px;
  1971. }
  1972.  
  1973. #homes-habblet-list-container .active-habbo-image-placeholder {
  1974. background-repeat:no-repeat;
  1975. position:absolute;
  1976. height:110px;
  1977. width:64px;
  1978. background-image:url(../images/activehomes/habbo_skeleton.gif);
  1979. }
  1980.  
  1981. #homes-habblet-list-container .active-habbo-imagemap {
  1982. position:relative;
  1983. z-index:9001;
  1984. }
  1985.  
  1986. div.bubbletip div.content {
  1987. text-align:left;
  1988. overflow:hidden;
  1989. background:url(../images/tooltips/bubble-bottom.png) no-repeat left bottom;
  1990. }
  1991.  
  1992. div.bubbletip p.moto {
  1993. padding-top:7px;
  1994. padding-bottom:0;
  1995. color:#595959;
  1996. }
  1997.  
  1998. div.bubbletip .active-name {
  1999. background-repeat:no-repeat;
  2000. background-position:70%;
  2001. height:16px;
  2002. font-weight:700;
  2003. }
  2004.  
  2005. div.bubbletip .active-name.offline {
  2006. background-image:url(../images/offline.gif);
  2007. }
  2008.  
  2009. #faq {
  2010. background-color:#fff;
  2011. width:730px;
  2012. height:100%;
  2013. text-align:left;
  2014. }
  2015.  
  2016. #faq-header {
  2017. background-color:#b2b2b2;
  2018. width:100%;
  2019. padding-top:0;
  2020. margin-top:0;
  2021. position:relative;
  2022. }
  2023.  
  2024. #faq-header form.search-box {
  2025. position:absolute;
  2026. top:0;
  2027. left:206px;
  2028. display:inline;
  2029. }
  2030.  
  2031. #faq-header .search-box-query {
  2032. margin-top:22px;
  2033. margin-left:20px;
  2034. margin-right:10px;
  2035. color:#777;
  2036. }
  2037.  
  2038. #faq-container {
  2039. min-height:450px;
  2040. }
  2041.  
  2042. #faq-category-list {
  2043. float:left;
  2044. width:200px;
  2045. height:100%;
  2046. }
  2047.  
  2048. #faq-category-list ul.faq {
  2049. margin-left:8px;
  2050. margin-top:10px;
  2051. margin-bottom:10px;
  2052. }
  2053.  
  2054. #faq-category-list ul.faq li a {
  2055. color:gray;
  2056. text-decoration:none;
  2057. cursor:pointer;
  2058. }
  2059.  
  2060. #faq-category-content {
  2061. float:right;
  2062. width:530px;
  2063. }
  2064.  
  2065. #faq-category-content #faq-category-container {
  2066. margin-top:10px;
  2067. margin-bottom:10px;
  2068. margin-right:20px;
  2069. }
  2070.  
  2071. #faq-category-content h4.faq-item-header,#faq-category-content h4.faq-item-header span {
  2072. color:gray;
  2073. font-weight:400;
  2074. margin-top:0;
  2075. margin-bottom:0;
  2076. cursor:pointer;
  2077. font-size:11px;
  2078. }
  2079.  
  2080. #faq-category-content h4.faq-item-header span:hover {
  2081. color:#76c7e6;
  2082. padding-left:1em;
  2083. }
  2084.  
  2085. #faq-category-content h4.faq-item-header span.item-category,#faq-category-content h4.faq-item-header span.item-category:hover {
  2086. color:gray;
  2087. font-style:italic;
  2088. padding-left:0;
  2089. cursor:auto;
  2090. }
  2091.  
  2092. #faq-category-content div.faq-item-content {
  2093. color:gray;
  2094. background-color:#efefef;
  2095. margin-top:2px;
  2096. padding:8px;
  2097. }
  2098.  
  2099. #faq-category-content div.faq-item-content div.faq-close-button {
  2100. right:4px;
  2101. cursor:pointer;
  2102. float:right;
  2103. padding:4px;
  2104. }
  2105.  
  2106. #faq-container .selected {
  2107. color:#76c7e6;
  2108. padding-left:4px;
  2109. }
  2110.  
  2111. #faq-footer {
  2112. color:#909090;
  2113. background-color:#d9d9d9;
  2114. text-align:center;
  2115. width:100%;
  2116. padding:10px 0;
  2117. }
  2118.  
  2119. #invitation-info-habblet h2.title {
  2120. background-color:#559edc;
  2121. }
  2122.  
  2123. #inviter-info-habblet img {
  2124. float:left;
  2125. margin-left:-5px;
  2126. }
  2127.  
  2128. #inviter-info-habblet p {
  2129. float:left;
  2130. width:232px;
  2131. margin:10px 0 0 65px;
  2132. padding:0;
  2133. }
  2134.  
  2135. #column2 #inviter-info-habblet p {
  2136. margin-left:9px;
  2137. }
  2138.  
  2139. #inviter-info-habblet p span.text {
  2140. display:block;
  2141. background:#fff url(../images/tooltips/large-bubble.png) no-repeat 0 0;
  2142. padding:11px 19px 11px 15px;
  2143. }
  2144.  
  2145. #inviter-info-habblet p span.text em {
  2146. background:transparent url(../images/offline.gif) no-repeat top right;
  2147. height:16px;
  2148. display:block;
  2149. }
  2150.  
  2151. #inviter-info-habblet p span.bottom {
  2152. display:block;
  2153. height:6px;
  2154. background:#fff url(../images/tooltips/large-bubble.png) no-repeat 0 100%;
  2155. }
  2156.  
  2157. #tag-search-habblet-container .result-title {
  2158. font-weight:700;
  2159. font-size:11px;
  2160. }
  2161.  
  2162. #tag-search-habblet-container .result-description {
  2163. font-style:italic;
  2164. font-size:11px;
  2165. }
  2166.  
  2167. #tag-search-habblet-container ul.tag-list a:link,ul.tag-list a:visited {
  2168. color:#000;
  2169. text-decoration:none;
  2170. font-weight:400;
  2171. }
  2172.  
  2173. #tag-search-habblet-container form.search-box {
  2174. margin-top:10px;
  2175. padding-left:45px;
  2176. }
  2177.  
  2178. #tag-search-habblet-container input.search-box-query {
  2179. width:70%;
  2180. }
  2181.  
  2182. #tag-search-habblet-container input.search-box-sidebar-query {
  2183. width:95%;
  2184. }
  2185.  
  2186. #tag-search-habblet-container p.search-result-divider {
  2187. margin:5px;
  2188. }
  2189.  
  2190. #tag-search-habblet-container table.search-result {
  2191. border-spacing:0;
  2192. border-collapse:collapse;
  2193. width:100%;
  2194. clear:both;
  2195. }
  2196.  
  2197. #tag-search-habblet-container table.search-result tr.odd {
  2198. background-color:#e6e6e6;
  2199. }
  2200.  
  2201. #tag-search-habblet-container table.search-result tr.even {
  2202. background-color:#FFF;
  2203. }
  2204.  
  2205. #tag-search-habblet-container table.search-result tr td.image {
  2206. padding-left:5px;
  2207. padding-right:5px;
  2208. }
  2209.  
  2210. #tag-search-habblet-container table.search-result tr td.text {
  2211. padding-top:5px;
  2212. padding-bottom:5px;
  2213. }
  2214.  
  2215. #tag-match-form #tag-match-send {
  2216. float:right;
  2217. margin-top:15px;
  2218. }
  2219.  
  2220. #tag-match-result {
  2221. margin-bottom:7px;
  2222. }
  2223.  
  2224. #tag-fight-habblet-container #tag-fight-button,#tag-fight-habblet-container #tag-fight-button-new {
  2225. float:right;
  2226. margin-top:5px;
  2227. }
  2228.  
  2229. #tag-fight-habblet-container .fight-image {
  2230. text-align:center;
  2231. margin:10px 5px;
  2232. }
  2233.  
  2234. .credits-info .credits-text-2 {
  2235. margin-top:7px;
  2236. }
  2237.  
  2238. .pixels-infobox-text {
  2239. margin-right:auto;
  2240. margin-left:auto;
  2241. width:70%;
  2242. }
  2243.  
  2244. #content .pixelblue .i3 {
  2245. background-color:#6dcdf6;
  2246. background-image:url(../images/surfer/pixelpage_surferdude_crop.gif);
  2247. width:452px;
  2248. height:377px;
  2249. }
  2250.  
  2251. #content .pixelblue .i1 {
  2252. padding-left:0;
  2253. }
  2254.  
  2255. #notfound-content .error-text {
  2256. float:left;
  2257. position:relative;
  2258. width:80%;
  2259. }
  2260.  
  2261. #notfound-content #error-image {
  2262. float:right;
  2263. display:inline;
  2264. position:relative;
  2265. }
  2266.  
  2267. div.webstore-frank div.blackbubble-bottom-body img.invitation-tail {
  2268. margin-right:60px;
  2269. }
  2270.  
  2271. table.tx-history {
  2272. border:0;
  2273. border-spacing:0;
  2274. border-collapse:collapse;
  2275. width:100%;
  2276. }
  2277.  
  2278. table.tx-history td,table.tx-history th {
  2279. text-align:left;
  2280. margin:0;
  2281. padding:2px 15px;
  2282. }
  2283.  
  2284. table.tx-history th {
  2285. color:#999;
  2286. font-size:10px;
  2287. font-weight:400;
  2288. }
  2289.  
  2290. table.tx-history .tx-date {
  2291. white-space:nowrap;
  2292. }
  2293.  
  2294. table.tx-history .tx-description {
  2295. width:100%;
  2296. }
  2297.  
  2298. ul.tx-navi {
  2299. padding-bottom:8px;
  2300. text-align:center;
  2301. }
  2302.  
  2303. #tx-log p,ul.tx-navi {
  2304. margin:0 15px;
  2305. }
  2306.  
  2307. div.purse-tx {
  2308. font-size:10px;
  2309. }
  2310.  
  2311. #hr-container {
  2312. background-color:#eee;
  2313. width:160px;
  2314. padding:1px;
  2315. }
  2316.  
  2317. div.hr-headline {
  2318. padding-top:5px;
  2319. font-weight:700;
  2320. text-align:center;
  2321. color:#000;
  2322. font-size:11px;
  2323. }
  2324.  
  2325. div.hr-headline-bg {
  2326. background-color:#ccc;
  2327. height:20px;
  2328. }
  2329.  
  2330. div.hr-image {
  2331. float:left;
  2332. clear:none;
  2333. margin:6px 0 0 6px;
  2334. }
  2335.  
  2336. div.hr-box {
  2337. height:145px;
  2338. background-color:#fff;
  2339. border:#ccc solid 1px;
  2340. overflow:hidden;
  2341. margin:1px 0 0;
  2342. }
  2343.  
  2344. div.hr-bold {
  2345. font-size:10px;
  2346. color:#333;
  2347. font-weight:700;
  2348. overflow:hidden;
  2349. height:60px;
  2350. margin:6px 6px 0;
  2351. }
  2352.  
  2353. div.hr-body {
  2354. font-size:10px;
  2355. color:#666;
  2356. height:70px;
  2357. overflow:hidden;
  2358. background-color:#FFC0CB;
  2359. margin:6px 6px 0;
  2360. }
  2361.  
  2362. div.hr-body a {
  2363. font-size:11px;
  2364. color:#f60;
  2365. font-weight:700;
  2366. }
  2367.  
  2368. #hr-container div {
  2369. font-family:Verdana,Arial,Helvetica,sans-serif;
  2370. font-size:10px;
  2371. }
  2372.  
  2373. .partnerbox {
  2374. color:#666;
  2375. text-align:center;
  2376. }
  2377.  
  2378. .partnerbox a {
  2379. color:#4bb601;
  2380. }
  2381.  
  2382. .partnerbox-credits {
  2383. padding:2px 15px 5px;
  2384. }
  2385.  
  2386. .partnerbox ul {
  2387. list-style:none;
  2388. margin-top:5px;
  2389. padding:0;
  2390. }
  2391.  
  2392. .partnerbox li {
  2393. clear:both;
  2394. padding:5px 0 0;
  2395. }
  2396.  
  2397. .partnerbox li.partnerbox-group a,.partnerbox li.partnerbox-room a {
  2398. background:transparent url(../images/info_icons.png) no-repeat;
  2399. line-height:16px;
  2400. padding:0 23px 3px 0;
  2401. }
  2402.  
  2403. .partnerbox li.partnerbox-group a {
  2404. background-position:100% -865px;
  2405. }
  2406.  
  2407. .partnerbox li.partnerbox-room a {
  2408. background-position:100% -800px;
  2409. }
  2410.  
  2411. #group_purchase_form {
  2412. width:284px;
  2413. position:absolute;
  2414. left:-1500px;
  2415. top:0;
  2416. }
  2417.  
  2418. #group-description-area {
  2419. margin-top:4px;
  2420. }
  2421.  
  2422. #description_chars_left {
  2423. font-weight:400;
  2424. float:right;
  2425. position:relative;
  2426. }
  2427.  
  2428. #description_text {
  2429. float:left;
  2430. font-weight:700;
  2431. padding-top:3px;
  2432. }
  2433.  
  2434. #group_description {
  2435. width:98%;
  2436. height:150px;
  2437. }
  2438.  
  2439. #group_description-counter {
  2440. background-color:#FC0;
  2441. }
  2442.  
  2443. #current-events .category-selector,#current-events .no-events {
  2444. padding:5px 25px 0 10px;
  2445. }
  2446.  
  2447. #current-events .event-date {
  2448. font-size:9px;
  2449. color:#666;
  2450. }
  2451.  
  2452. .room-occupancy-0 {
  2453. background-image:url(../images/rooms/room_icon_1.gif);
  2454. -moz-opacity:.6;
  2455. opacity:.60;
  2456. filter:alpha(opacity=60);
  2457. -ms-filter:alpha(opacity=60);
  2458. }
  2459.  
  2460. .room-occupancy-1 {
  2461. background-image:url(../images/rooms/room_icon_1.gif);
  2462. }
  2463.  
  2464. .room-occupancy-2 {
  2465. background-image:url(../images/rooms/room_icon_2.gif);
  2466. }
  2467.  
  2468. .room-occupancy-3 {
  2469. background-image:url(../images/rooms/room_icon_3.gif);
  2470. }
  2471.  
  2472. .room-occupancy-4 {
  2473. background-image:url(../images/rooms/room_icon_4.gif);
  2474. }
  2475.  
  2476. .room-occupancy-5 {
  2477. background-image:url(../images/rooms/room_icon_5.gif);
  2478. }
  2479.  
  2480. #column2 #staffpicks-groups-habblet-list-container ul.habblet-list.two-cols li {
  2481. float:none;
  2482. width:auto;
  2483. }
  2484.  
  2485. #column2 #staffpicks-groups-habblet-list-container ul.habblet-list.two-cols li div.item {
  2486. padding:0;
  2487. }
  2488.  
  2489. #invitation-link-container .copytext {
  2490. padding-left:93px;
  2491. background:transparent url(../images/mgm_dialogue.png) no-repeat 10px 0;
  2492. padding-bottom:20px;
  2493. }
  2494.  
  2495. #invitation-link-container h3 {
  2496. font-size:13px;
  2497. margin:15px 0;
  2498. padding:0;
  2499. }
  2500.  
  2501. #intermediate #enter-hotel {
  2502. background:transparent url(../images/personal_info/orange_thing.png) no-repeat 50% 0;
  2503. width:184px;
  2504. height:49px;
  2505. margin-left:auto;
  2506. margin-right:auto;
  2507. padding:28px 0;
  2508. }
  2509.  
  2510. #intermediate .enter-btn a {
  2511. width:130px;
  2512. white-space:nowrap;
  2513. padding:0 26px 0 19px;
  2514. }
  2515.  
  2516. #intermediate #enter-mypage {
  2517. text-align:center;
  2518. padding-bottom:15px;
  2519. font-weight:700;
  2520. font-size:20px;
  2521. }
  2522.  
  2523. #intermediate #info {
  2524. text-align:center;
  2525. clear:both;
  2526. padding:15px 90px;
  2527. }
  2528.  
  2529. div.roundedrect,div.roundedrect-done {
  2530. padding:6px 8px;
  2531. }
  2532.  
  2533. div.roundedrect-gray {
  2534. color:#fff;
  2535. background-color:#666;
  2536. }
  2537.  
  2538. div.roundedrect-white {
  2539. color:#000;
  2540. background-color:#fff;
  2541. }
  2542.  
  2543. #hotcampaigns-habblet-list-container {
  2544. padding:5px 5px 0;
  2545. }
  2546.  
  2547. #hotcampaigns-habblet-list-container p {
  2548. padding:5px;
  2549. }
  2550.  
  2551. #hotcampaigns-habblet-list {
  2552. list-style-type:none;
  2553. margin:0;
  2554. padding:0;
  2555. }
  2556.  
  2557. #hotcampaigns-habblet-list li {
  2558. float:left;
  2559. clear:both;
  2560. width:100%;
  2561. }
  2562.  
  2563. #hotcampaigns-habblet-list li div.hotcampaign-container {
  2564. padding:5px 10px;
  2565. }
  2566.  
  2567. #hotcampaigns-habblet-list li p.link {
  2568. text-align:right;
  2569. margin:0;
  2570. padding:0;
  2571. }
  2572.  
  2573. #hotcampaigns-habblet-list li p.link a {
  2574. color:#399001;
  2575. }
  2576.  
  2577. #hotcampaigns-habblet-list li h3 {
  2578. font-size:13px;
  2579. margin:5px 0 0;
  2580. padding:0;
  2581. }
  2582.  
  2583. #hotcampaigns-habblet-list li img {
  2584. margin:5px 5px 5px 0;
  2585. }
  2586.  
  2587. #avatar-selector-habblet li {
  2588. height:64px;
  2589. }
  2590.  
  2591. #avatar-selector-habblet li.unverified {
  2592. height:100px;
  2593. }
  2594.  
  2595. #avatar-selector-habblet .avatar-image {
  2596. float:left;
  2597. padding-left:10px;
  2598. }
  2599.  
  2600. #avatar-selector-habblet .lost {
  2601. opacity:.4;
  2602. filter:alpha(opacity=40);
  2603. }
  2604.  
  2605. #avatar-selector-habblet .avatar-info-container {
  2606. float:left;
  2607. padding:18px 0 0 10px;
  2608. }
  2609.  
  2610. #avatar-selector-habblet .avatar-select {
  2611. float:right;
  2612. padding:22px 15px 0 0;
  2613. }
  2614.  
  2615. #avatar-selector-habblet .avatar-name {
  2616. font-size:14px;
  2617. font-weight:700;
  2618. }
  2619.  
  2620. #avatar-selector-habblet ul {
  2621. max-height:300px;
  2622. overflow:auto;
  2623. }
  2624.  
  2625. #avatar-selector-habblet .add-character {
  2626. float:right;
  2627. right:15px;
  2628. top:20px;
  2629. }
  2630.  
  2631. #avatar-selector-habblet .not-my-character {
  2632. float:right;
  2633. clear:right;
  2634. color:#066;
  2635. padding:10px 15px 0 0;
  2636. }
  2637.  
  2638. #avatar-selector-habblet .unverified-text {
  2639. float:left;
  2640. padding:5px 15px 0 53px;
  2641. }
  2642.  
  2643. #avatar-selector-habblet .more {
  2644. padding:25px 25px 5px 53px;
  2645. }
  2646.  
  2647. #avatar-selector-habblet .info {
  2648. padding:5px 25px;
  2649. }
  2650.  
  2651. #avatar-selector-habblet .more a {
  2652. color:#000;
  2653. font-size:13px;
  2654. text-decoration:none;
  2655. font-weight:400;
  2656. }
  2657.  
  2658. button {
  2659. overflow:visible;
  2660. width:auto;
  2661. }
  2662.  
  2663. button.link {
  2664. font-size:11px;
  2665. text-align:left;
  2666. color:#fc6204;
  2667. background:0;
  2668. border:0;
  2669. cursor:pointer;
  2670. -moz-user-select:text;
  2671. margin:0;
  2672. padding:0;
  2673. }
  2674.  
  2675. input.submit,input.continue,input.cancel,input.search,input.myhabbo-edit,input.save,input.new,input.subscribe,a.continue {
  2676. color:#000;
  2677. background-color:#FFF;
  2678. font-weight:700;
  2679. border:2px solid #000;
  2680. border-bottom-width:4px;
  2681. border-radius:4px;
  2682. -moz-border-radius:4px;
  2683. cursor:pointer;
  2684. }
  2685.  
  2686. a.continue {
  2687. text-decoration:none;
  2688. padding:2px;
  2689. }
  2690.  
  2691. input.continue,input.save {
  2692. color:#FFF;
  2693. background:#3ba800 url(../images/button_icons.gif) no-repeat 95% 4px;
  2694. padding-right:22px;
  2695. border-color:#194800;
  2696. }
  2697.  
  2698. input.save {
  2699. background-position:95% -155px;
  2700. padding-right:25px;
  2701. }
  2702.  
  2703. input.cancel {
  2704. color:#FFF;
  2705. background:#e2001a url(../images/button_icons.gif) no-repeat 95% -26px;
  2706. padding-right:22px;
  2707. border-color:#54000a;
  2708. }
  2709.  
  2710. input.search {
  2711. background:#FFF url(../images/button_icons.gif) no-repeat 50% -68px;
  2712. padding:1px 22px 1px 0;
  2713. }
  2714.  
  2715. input.new {
  2716. background:#FFF url(../images/button_icons.gif) no-repeat 95% -114px;
  2717. padding-right:22px;
  2718. }
  2719.  
  2720. input.myhabbo-edit {
  2721. background:#888 url(../images/myhabbo_icons.png) no-repeat 3px -283px;
  2722. padding-left:20px;
  2723. font-weight:400;
  2724. color:#FFF;
  2725. }
  2726.  
  2727. input.login:disabled,input.cancel:disabled {
  2728. background-color:#ffcd0a;
  2729. border-color:#f29400;
  2730. }
  2731.  
  2732. input.submit:disabled {
  2733. color:#666;
  2734. border-color:#666;
  2735. }
  2736.  
  2737. input.continue:disabled {
  2738. background-color:#95ff5c;
  2739. border-color:#46c700;
  2740. }
  2741.  
  2742. .invitation-buttons {
  2743. margin-top:.5em;
  2744. }
  2745.  
  2746. a.new-button {
  2747. display:block;
  2748. float:right;
  2749. height:25px;
  2750. position:relative;
  2751. text-decoration:none;
  2752. cursor:pointer;
  2753. overflow:hidden;
  2754. white-space:nowrap;
  2755. margin:0 0 5px 10px;
  2756. }
  2757.  
  2758. a.new-button b {
  2759. float:left;
  2760. font-size:11px;
  2761. height:17px;
  2762. margin-right:3px;
  2763. background:transparent url(../images/new_button.png) no-repeat -3px 0;
  2764. color:#000;
  2765. font-weight:700;
  2766. text-align:center;
  2767. display:inline;
  2768. padding:5px 17px 4px 20px;
  2769. }
  2770.  
  2771. a.new-button:hover b {
  2772. background-position:-3px -25px;
  2773. }
  2774.  
  2775. a.new-button.disabled-button:hover b {
  2776. background-position:-3px 0;
  2777. }
  2778.  
  2779. a.new-button i {
  2780. position:absolute;
  2781. right:0;
  2782. top:0;
  2783. width:3px;
  2784. height:25px;
  2785. background:transparent url(../images/new_button.png) no-repeat 0 0;
  2786. }
  2787.  
  2788. a.big-button {
  2789. display:block;
  2790. float:right;
  2791. height:46px;
  2792. position:relative;
  2793. text-decoration:none;
  2794. cursor:pointer;
  2795. overflow:hidden;
  2796. white-space:nowrap;
  2797. margin:0 0 5px 10px;
  2798. }
  2799.  
  2800. a.big-button b {
  2801. float:left;
  2802. font-size:16px;
  2803. height:29px;
  2804. margin-right:3px;
  2805. background:transparent url(../images/big_button.png) no-repeat -4px 0;
  2806. color:#000!important;
  2807. font-weight:700;
  2808. text-align:center;
  2809. display:inline;
  2810. padding:13px 17px 4px 20px;
  2811. }
  2812.  
  2813. a.big-button:hover b {
  2814. background-position:-4px -46px;
  2815. }
  2816.  
  2817. a.big-button i {
  2818. position:absolute;
  2819. right:0;
  2820. top:0;
  2821. width:4px;
  2822. height:46px;
  2823. background:transparent url(../images/big_button.png) no-repeat 0 0;
  2824. }
  2825.  
  2826. a.new-button.red-button b {
  2827. background-position:-3px -100px;
  2828. color:#fff!important;
  2829. }
  2830.  
  2831. a.new-button.red-button i {
  2832. background-position:0 -100px;
  2833. }
  2834.  
  2835. a.new-button.red-button:hover b {
  2836. background-position:-3px -125px;
  2837. }
  2838.  
  2839. a.new-button.green-button b {
  2840. background-position:-3px -150px;
  2841. color:#fff!important;
  2842. }
  2843.  
  2844. a.new-button.green-button i {
  2845. background-position:0 -150px;
  2846. }
  2847.  
  2848. a.new-button.green-button:hover b {
  2849. background-position:-3px -175px;
  2850. }
  2851.  
  2852. a.new-button.dark-button b {
  2853. background-position:-3px -50px;
  2854. color:#fff!important;
  2855. }
  2856.  
  2857. a.new-button.dark-button:hover b {
  2858. background-position:-3px -75px;
  2859. }
  2860.  
  2861. a.new-button.edit-icon span {
  2862. float:left;
  2863. display:inline;
  2864. height:16px;
  2865. width:16px;
  2866. background:transparent url(../images/button_icons2.png) no-repeat 0 -193px;
  2867. margin-right:5px;
  2868. }
  2869.  
  2870. a.new-button.save-icon span {
  2871. float:left;
  2872. display:inline;
  2873. height:16px;
  2874. width:16px;
  2875. background:transparent url(../images/button_icons2.png) no-repeat 0 -96px;
  2876. margin-right:5px;
  2877. }
  2878.  
  2879. a.new-button.cancel-icon span {
  2880. float:left;
  2881. display:inline;
  2882. height:16px;
  2883. width:16px;
  2884. background:transparent url(../images/button_icons2.png) no-repeat 0 -145px;
  2885. margin-right:5px;
  2886. }
  2887.  
  2888. a.new-button.search-icon span {
  2889. float:left;
  2890. display:inline;
  2891. height:16px;
  2892. width:16px;
  2893. background:transparent url(../images/button_icons2.png) no-repeat 0 0;
  2894. margin-right:5px;
  2895. }
  2896.  
  2897. a.new-button.envelope-icon span {
  2898. float:left;
  2899. display:inline;
  2900. height:16px;
  2901. width:16px;
  2902. background:transparent url(../images/button_icons2.png) no-repeat 0 -49px;
  2903. margin-right:5px;
  2904. }
  2905.  
  2906. a.new-button.purse-icon span {
  2907. float:left;
  2908. display:inline;
  2909. height:16px;
  2910. width:16px;
  2911. background:transparent url(../images/button_icons2.png) no-repeat 0 -241px;
  2912. margin-right:5px;
  2913. }
  2914.  
  2915. a.new-button.newtopic-icon {
  2916. margin-left:0;
  2917. }
  2918.  
  2919. a.new-button.newtopic-icon span {
  2920. float:left;
  2921. display:inline;
  2922. height:16px;
  2923. width:16px;
  2924. background:transparent url(../images/button_icons2.png) no-repeat 0 -289px;
  2925. margin-right:5px;
  2926. }
  2927.  
  2928. a.new-button.oversize {
  2929. height:40px;
  2930. margin:0 0 5px 10px;
  2931. }
  2932.  
  2933. a.new-button.oversize b {
  2934. font-size:18px;
  2935. height:32px;
  2936. margin-right:4px;
  2937. background:transparent url(../images/new_button_oversize.png) no-repeat -4px 0;
  2938. padding:7px 17px 4px 20px;
  2939. }
  2940.  
  2941. a.new-button.oversize i {
  2942. width:4px;
  2943. height:40px;
  2944. background:transparent url(../images/new_button_oversize.png) no-repeat 0 0;
  2945. }
  2946.  
  2947. a.new-button.oversize:hover b {
  2948. background-position:-4px -40px;
  2949. }
  2950.  
  2951. a.new-button.oversize:hover i {
  2952. background-position:0 -40px;
  2953. }
  2954.  
  2955. .enter-btn a,.enter-btn span {
  2956. float:left;
  2957. background:transparent url(../images/personal_info/enter_button.png) no-repeat -9px 0;
  2958. height:49px;
  2959. text-align:center;
  2960. line-height:47px;
  2961. font-size:14px;
  2962. position:relative;
  2963. color:#fff;
  2964. padding:0 26px 0 19px;
  2965. }
  2966.  
  2967. .enter-btn span {
  2968. padding-right:10px;
  2969. background-position:-9px -98px;
  2970. }
  2971.  
  2972. .enter-btn:hover a {
  2973. background-position:-9px -49px;
  2974. text-decoration:none;
  2975. }
  2976.  
  2977. .enter-btn:hover b {
  2978. background-position:0 -49px;
  2979. }
  2980.  
  2981. .enter-btn a i {
  2982. background:transparent url(../images/personal_info/flashy_arrow.gif) no-repeat 0 50%;
  2983. position:absolute;
  2984. right:0;
  2985. top:13px;
  2986. line-height:1px;
  2987. height:1px;
  2988. font-size:1px;
  2989. padding:10px;
  2990. }
  2991.  
  2992. .enter-btn b {
  2993. float:left;
  2994. background:transparent url(../images/personal_info/enter_button.png) no-repeat 0 0;
  2995. height:49px;
  2996. width:9px;
  2997. }
  2998.  
  2999. .enter-btn.closed b {
  3000. background-position:0 -98px;
  3001. }
  3002.  
  3003. .enter-btn.closed span {
  3004. background-position:-9px -98px;
  3005. padding-right:10px;
  3006. color:#fff;
  3007. }
  3008.  
  3009. a.btn-gloss {
  3010. display:block;
  3011. float:right;
  3012. height:50px;
  3013. position:relative;
  3014. text-decoration:none;
  3015. cursor:pointer;
  3016. overflow:hidden;
  3017. white-space:nowrap;
  3018. margin:0 0 5px 10px;
  3019. }
  3020.  
  3021. a.btn-gloss b {
  3022. float:left;
  3023. font-size:13px;
  3024. height:29px;
  3025. margin-right:6px;
  3026. background:transparent url(../images/shared_icons/buttons_small.png) no-repeat -6px 0;
  3027. color:#fff;
  3028. font-weight:700;
  3029. text-align:center;
  3030. display:inline;
  3031. padding:17px 17px 4px 20px;
  3032. }
  3033.  
  3034. a.btn-gloss:hover b {
  3035. background-position:-6px -50px;
  3036. }
  3037.  
  3038. a.btn-gloss.disabled:hover b {
  3039. background-position:-6px 0;
  3040. }
  3041.  
  3042. a.btn-gloss i {
  3043. position:absolute;
  3044. right:0;
  3045. top:0;
  3046. width:6px;
  3047. height:50px;
  3048. background:transparent url(../images/shared_icons/buttons_small.png) no-repeat 0 0;
  3049. }
  3050.  
  3051. a.btn-gloss.blue b {
  3052. background-position:-6px -300px;
  3053. color:#fff!important;
  3054. }
  3055.  
  3056. a.btn-gloss.blue i {
  3057. background-position:0 -300px;
  3058. }
  3059.  
  3060. a.btn-gloss.blue:hover b {
  3061. background-position:-6px -350px;
  3062. }
  3063.  
  3064. a.btn-gloss.blue:hover i {
  3065. background-position:0 -350px;
  3066. }
  3067.  
  3068. div.splashmessage {
  3069. position:absolute;
  3070. left:0;
  3071. top:0;
  3072. border:1px solid #ccc;
  3073. padding:3px;
  3074. }
  3075.  
  3076. #splashmessagebox0 {
  3077. left:50px;
  3078. top:150px;
  3079. }
  3080.  
  3081. #splashmessagebox1 {
  3082. left:500px;
  3083. top:150px;
  3084. }
  3085.  
  3086. #splashmessagebox2 {
  3087. left:50px;
  3088. top:400px;
  3089. }
  3090.  
  3091. #splashmessagebox3 {
  3092. left:500px;
  3093. top:400px;
  3094. }
  3095.  
  3096. #splashmessagebox4 {
  3097. left:50px;
  3098. top:650px;
  3099. }
  3100.  
  3101. #splashmessagebox5 {
  3102. left:500px;
  3103. top:650px;
  3104. }
  3105.  
  3106. div.dialog-grey,div.dialog-greytab {
  3107. position:absolute;
  3108. width:398px;
  3109. z-index:9001;
  3110. }
  3111.  
  3112. div.dialog-grey-top,div.dialog-greytab-top {
  3113. background-repeat:no-repeat;
  3114. background-image:url(../images/dialogs/grey-tl.gif);
  3115. padding-left:13px;
  3116. height:26px;
  3117. position:relative;
  3118. }
  3119.  
  3120. div.dialog-grey-top div,div.dialog-greytab-top div {
  3121. background-position:top right;
  3122. background-repeat:no-repeat;
  3123. background-image:url(../images/dialogs/grey-tr.gif);
  3124. height:26px;
  3125. }
  3126.  
  3127. div.dialog-grey-top h3,div.dialog-greytab-top h3 {
  3128. float:left;
  3129. height:26px;
  3130. background-repeat:repeat-x;
  3131. background-image:url(../images/dialogs/grey-header.gif);
  3132. font-size:10px;
  3133. font-weight:700;
  3134. color:#FFF;
  3135. text-transform:uppercase;
  3136. text-align:left;
  3137. margin:0;
  3138. }
  3139.  
  3140. div.dialog-grey-top h3 span,div.dialog-greytab-top h3 span {
  3141. float:left;
  3142. padding:7px 14px 0 4px;
  3143. }
  3144.  
  3145. a.dialog-grey-exit,a.dialog-greytab-exit {
  3146. text-align:right;
  3147. position:absolute;
  3148. top:9px;
  3149. right:13px;
  3150. height:26px;
  3151. }
  3152.  
  3153. div.dialog-grey-content,div.dialog-greytab-content {
  3154. background-color:#e2e2e2;
  3155. background-repeat:repeat-y;
  3156. background-image:url(../images/dialogs/grey-content-l.gif);
  3157. clear:both;
  3158. margin:0;
  3159. padding:0;
  3160. }
  3161.  
  3162. div.dialog-grey-body,div.dialog-greytab-body {
  3163. background-position:top right;
  3164. background-repeat:repeat-y;
  3165. background-image:url(../images/dialogs/grey-content-r.gif);
  3166. text-align:left;
  3167. margin:0 0 0 7px;
  3168. padding:7px 7px 0 0;
  3169. }
  3170.  
  3171. div.dialog-grey-body p,div.dialog-greytab-body p {
  3172. text-align:left;
  3173. margin:0;
  3174. padding:0 0 1em;
  3175. }
  3176.  
  3177. div.dialog-grey-bottom,div.dialog-greytab-bottom {
  3178. background-repeat:no-repeat;
  3179. background-image:url(../images/dialogs/grey-bl.gif);
  3180. height:7px;
  3181. font-size:1%;
  3182. }
  3183.  
  3184. div.dialog-grey-bottom div,div.dialog-greytab-bottom div {
  3185. background-position:top right;
  3186. background-repeat:no-repeat;
  3187. background-image:url(../images/dialogs/grey-br.gif);
  3188. height:7px;
  3189. margin-left:7px;
  3190. }
  3191.  
  3192. div.dialog-greytab {
  3193. width:300px;
  3194. }
  3195.  
  3196. div.dialog-greytab-tabs {
  3197. background-image:url(../images/dialogs/greytab-l.gif);
  3198. background-repeat:repeat-y;
  3199. padding:0 0 0 4px;
  3200. }
  3201.  
  3202. div.dialog-greytab-tabs-content {
  3203. background-image:url(../images/dialogs/greytab-tabbg2.gif);
  3204. background-repeat:no-repeat;
  3205. background-position:bottom right;
  3206. }
  3207.  
  3208. div.dialog-greytab-tabs-bottom {
  3209. background-image:url(../images/dialogs/greytab-l.gif);
  3210. background-repeat:repeat-y;
  3211. }
  3212.  
  3213. div.dialog-greytab-tabs-bottom div {
  3214. background-image:url(../images/dialogs/greytab-tabbg.gif);
  3215. background-repeat:no-repeat;
  3216. background-position:bottom right;
  3217. height:5px;
  3218. margin-left:10px;
  3219. }
  3220.  
  3221. div.dialog-greytab-tabs-content ul {
  3222. list-style-type:none;
  3223. font-size:10px;
  3224. margin:0;
  3225. padding:3px 0;
  3226. }
  3227.  
  3228. div.dialog-greytab-tabs-content ul li {
  3229. display:block;
  3230. float:left;
  3231. background-image:url(../images/dialogs/greytab-tab-l.gif);
  3232. background-repeat:no-repeat;
  3233. background-position:bottom left;
  3234. margin:0;
  3235. padding:0 0 0 6px;
  3236. }
  3237.  
  3238. div.dialog-greytab-tabs-content ul li a,div.dialog-greytab-tabs-content ul li span {
  3239. background-image:url(../images/dialogs/greytab-tab-r.gif)!important;
  3240. background-repeat:no-repeat;
  3241. background-position:bottom right;
  3242. display:block;
  3243. color:#000;
  3244. font-weight:400;
  3245. padding:3px 6px 5px 0;
  3246. }
  3247.  
  3248. div.dialog-greytab-tabs-content ul li.selected {
  3249. background-image:url(../images/dialogs/greytab-tab-l-selected.gif);
  3250. font-weight:700;
  3251. }
  3252.  
  3253. div.dialog-greytab-tabs-content ul li.selected a,div.dialog-greytab-tabs-content ul li.selected span {
  3254. background-image:url(../images/dialogs/greytab-tab-r-selected.gif)!important;
  3255. font-weight:700;
  3256. text-decoration:none;
  3257. }
  3258.  
  3259. div.dialog-greytab-content {
  3260. background-image:url(../images/dialogs/greytab-l.gif);
  3261. }
  3262.  
  3263. div.dialog-greytab-body {
  3264. background-image:url(../images/dialogs/greytab-r.gif);
  3265. margin:0 0 0 10px;
  3266. padding:10px 10px 0 0;
  3267. }
  3268.  
  3269. div.dialog-greytab-bottom {
  3270. background-image:url(../images/dialogs/greytab-bl.gif);
  3271. height:10px;
  3272. }
  3273.  
  3274. div.dialog-greytab-bottom div {
  3275. background-image:url(../images/dialogs/greytab-br.gif);
  3276. height:10px;
  3277. margin-left:10px;
  3278. }
  3279.  
  3280. div.bottom-bubble-c {
  3281. background-color:#FFF;
  3282. border-left:2px solid #000;
  3283. border-right:2px solid #000;
  3284. padding:4px 7px;
  3285. }
  3286.  
  3287. div.bottom-bubble-t {
  3288. background:url(../images/groups/editbubble-tl.png) no-repeat 0 100%;
  3289. font-size:1px;
  3290. margin-right:5px;
  3291. text-align:right;
  3292. }
  3293.  
  3294. div.bottom-bubble-t div {
  3295. background:url(../images/groups/editbubble-tr.png) no-repeat 100% 100%;
  3296. padding-top:15px;
  3297. margin-right:-5px;
  3298. }
  3299.  
  3300. div.bottom-bubble-b {
  3301. background:url(../images/groups/editbubble-bl.png) no-repeat 0 0;
  3302. font-size:1px;
  3303. margin-right:5px;
  3304. }
  3305.  
  3306. div.bottom-bubble-b div {
  3307. background:url(../images/groups/editbubble-br.png) no-repeat 100% 0;
  3308. padding-top:5px;
  3309. margin-right:-5px;
  3310. }
  3311.  
  3312. div.hotel-open,div.hotel-closed {
  3313. width:113px;
  3314. height:124px;
  3315. margin-top:10px;
  3316. }
  3317.  
  3318. div.hotel-open-image-splash,div.hotel-closed-image-splash {
  3319. margin-left:3px;
  3320. width:106px;
  3321. height:106px;
  3322. background:url(../images/systemavailability/hotel-button-splash.png) no-repeat;
  3323. }
  3324.  
  3325. div.hotel-image {
  3326. margin-top:-82px;
  3327. }
  3328.  
  3329. div.hotel-open-button-content,div.hotel-closed-button-content {
  3330. margin-top:3px;
  3331. }
  3332.  
  3333. div.hotel-open-button-content a,div.hotel-closed-button-content div,div.register-button a {
  3334. background-image:url(../images/systemavailability/hotel-button.png);
  3335. background-position:-7px 0;
  3336. text-align:center;
  3337. overflow:hidden;
  3338. color:#fff;
  3339. font-size:14px;
  3340. font-weight:700;
  3341. max-width:260px;
  3342. height:28px;
  3343. text-decoration:none;
  3344. float:left;
  3345. padding-left:7px;
  3346. padding-top:8px;
  3347. white-space:nowrap;
  3348. }
  3349.  
  3350. div.hotel-open-button-content a,div.hotel-closed-button-content div {
  3351. width:98px;
  3352. }
  3353.  
  3354. div.hotel-closed-button-content div.closed {
  3355. background-position:-7px -72px;
  3356. }
  3357.  
  3358. div.hotel-closed-button-content span.closed {
  3359. background-position:0 -72px;
  3360. }
  3361.  
  3362. div.hotel-open-button-content span,div.hotel-closed-button-content span {
  3363. background-image:url(../images/systemavailability/hotel-button.png);
  3364. background-repeat:no-repeat;
  3365. float:left;
  3366. width:7px;
  3367. height:35px;
  3368. }
  3369.  
  3370. div.hotel-open-image {
  3371. background:url(../images/systemavailability/hotel-button-hotelopen.gif) no-repeat;
  3372. margin-left:27px;
  3373. width:53px;
  3374. height:52px;
  3375. }
  3376.  
  3377. div.hotel-closed-image {
  3378. background:url(../images/systemavailability/hotel-button-hotelclosed.png) no-repeat;
  3379. margin-left:35px;
  3380. width:44px;
  3381. height:52px;
  3382. }
  3383.  
  3384. div.register-button span {
  3385. background-image:url(../images/systemavailability/hotel-button-ends.png);
  3386. background-repeat:no-repeat;
  3387. float:left;
  3388. width:20px;
  3389. height:36px;
  3390. }
  3391.  
  3392. div.blackbubble {
  3393. background-image:url(../images/box-scale/bubble_tl.gif);
  3394. background-repeat:no-repeat;
  3395. margin-bottom:0;
  3396. }
  3397.  
  3398. div.blackbubble-body {
  3399. margin-left:11px;
  3400. padding-top:11px;
  3401. padding-right:11px;
  3402. margin-bottom:0;
  3403. background-image:url(../images/box-scale/bubble_tr.gif);
  3404. background-repeat:no-repeat;
  3405. background-position:top right;
  3406. }
  3407.  
  3408. div.blackbubble-bottom {
  3409. clear:both;
  3410. background-image:url(../images/box-scale/bubble_bl.gif);
  3411. background-repeat:no-repeat;
  3412. background-position:top left;
  3413. margin-top:0;
  3414. margin-bottom:3px;
  3415. text-align:right;
  3416. }
  3417.  
  3418. div.blackbubble-bottom-body {
  3419. margin-left:11px;
  3420. margin-top:0;
  3421. background-image:url(../images/box-scale/bubble_br.gif);
  3422. background-repeat:no-repeat;
  3423. background-position:top right;
  3424. }
  3425.  
  3426. div.bubbletip,div.redtip {
  3427. width:308px;
  3428. }
  3429.  
  3430. div.bubbletip div.content,div.redtip div.content {
  3431. padding:0 15px 20px;
  3432. }
  3433.  
  3434. div.bubbletip.left div.content {
  3435. background:url(../images/tooltips/bubble-bottom-left.png) no-repeat left bottom;
  3436. }
  3437.  
  3438. div.bubbletip div.title,div.bubbletip div.bubbletip-title {
  3439. background:url(../images/tooltips/bubble-top.png) no-repeat left bottom;
  3440. }
  3441.  
  3442. div.redtip {
  3443. color:#FFF;
  3444. }
  3445.  
  3446. div.redtip div.content {
  3447. background:url(../images/tooltips/red-bottom.png) no-repeat left bottom;
  3448. }
  3449.  
  3450. div.redtip div.title {
  3451. background:url(../images/tooltips/red-top.png) no-repeat left bottom;
  3452. height:10px;
  3453. padding:0;
  3454. }
  3455.  
  3456. #change-password-form {
  3457. position:absolute;
  3458. width:383px;
  3459. z-index:9001;
  3460. color:#fff;
  3461. }
  3462.  
  3463. #change-password-form-title {
  3464. text-align:center;
  3465. font-size:18px;
  3466. font-weight:700;
  3467. padding:7px 5px;
  3468. }
  3469.  
  3470. #change-password-form-content .email-address {
  3471. font-size:18px;
  3472. font-weight:700;
  3473. height:30px;
  3474. width:330px;
  3475. text-align:center;
  3476. border:1px solid #633;
  3477. color:#000;
  3478. }
  3479.  
  3480. #change-password-form-container {
  3481. background:transparent url(../images/frontpage/use_email_bg.png) no-repeat top left;
  3482. overflow:hidden;
  3483. padding:5px 20px;
  3484. }
  3485.  
  3486. #change-password-form-container-bottom {
  3487. background:transparent url(../images/frontpage/use_email_bg.png) no-repeat bottom left;
  3488. height:10px;
  3489. }
  3490.  
  3491. .bottom-border {
  3492. padding-bottom:15px;
  3493. border-bottom:thin solid #313131;
  3494. }
  3495.  
  3496. #change-password-submit-button.new-button b,#change-password-success-button.new-button b {
  3497. background:transparent url(../images/shared_icons/buttons_small.png) no-repeat -6px -100px;
  3498. line-height:40px;
  3499. text-align:center;
  3500. height:50px;
  3501. font-size:18px;
  3502. margin-right:5px;
  3503. background-position:-6px -400px;
  3504. }
  3505.  
  3506. #change-password-submit-button.new-button i,#change-password-success-button.new-button i {
  3507. background:transparent url(../images/shared_icons/buttons_small.png) no-repeat 0 -100px;
  3508. width:6px;
  3509. height:50px;
  3510. background-position:0 -400px;
  3511. }
  3512.  
  3513. #change-password-submit-button.new-button:hover i,#change-password-success-button.new-button:hover i {
  3514. background-position:0 -450px;
  3515. }
  3516.  
  3517. #change-password-submit-button.new-button:hover b,#change-password-success-button.new-button:hover b {
  3518. background-position:-6px -450px;
  3519. }
  3520.  
  3521. #change-password-submit-button,#change-password-success-button {
  3522. margin-top:10px;
  3523. float:right;
  3524. height:50px;
  3525. }
  3526.  
  3527. #change-password-form-content form {
  3528. margin:10px 0;
  3529. }
  3530.  
  3531. #change-password-cancel-link,#change-password-change-link {
  3532. float:left;
  3533. line-height:60px;
  3534. color:#fff;
  3535. }
  3536.  
  3537. #change-password-form #email-sent-container {
  3538. text-align:center;
  3539. color:#6cf;
  3540. font-size:18px;
  3541. font-weight:700;
  3542. padding-top:10px;
  3543. word-wrap:break-word;
  3544. }
  3545.  
  3546. #change-password-email-sent-notice div {
  3547. margin-top:10px;
  3548. }
  3549.  
  3550. #change-password-form #change-password-error-container {
  3551. margin-top:5px;
  3552. color:#da5a4c;
  3553. }
  3554.  
  3555. #change-password-form-content .email-address.error {
  3556. background-color:#da5a4c;
  3557. margin-bottom:5px;
  3558. }
  3559.  
  3560. #change-password-form-content span {
  3561. text-align:left;
  3562. }
  3563.  
  3564. #reset-password-form-content form input {
  3565. width:190px;
  3566. border:0;
  3567. padding:1px;
  3568. }
  3569.  
  3570. #reset-password-form-container div.form-content .label {
  3571. color:#fff;
  3572. margin-bottom:5px;
  3573. }
  3574.  
  3575. #reset-password-form-container div.left {
  3576. float:left;
  3577. width:50%;
  3578. }
  3579.  
  3580. #reset-password-form-container div.right {
  3581. float:right;
  3582. width:45%;
  3583. margin-top:20px;
  3584. }
  3585.  
  3586. #reset-password-form-container div#error-title {
  3587. background:url(../images/frontpage/use_email_icons.png) no-repeat 10px -34px;
  3588. padding:3px 0 3px 40px;
  3589. }
  3590.  
  3591. #reset-password-form-container div.form-content .help {
  3592. color:#666;
  3593. }
  3594.  
  3595. hr {
  3596. color:#D8D8D8;
  3597. size:1px;
  3598. width:auto;
  3599. border:1px dashed;
  3600. }
  3601.  
  3602. img,#column2 #staffpicks-groups-habblet-list-container ul.habblet-list.two-cols li.right .item {
  3603. border:0;
  3604. }
  3605.  
  3606. ul,form,#hotcampaigns-habblet-list li p {
  3607. margin:0;
  3608. padding:0;
  3609. }
  3610.  
  3611. .clearfix:after,.i3:after {
  3612. content:".";
  3613. display:block;
  3614. height:0;
  3615. clear:both;
  3616. visibility:hidden;
  3617. }
  3618.  
  3619. .clear,#container,#credits-methods div.credits-method-full,.competition {
  3620. clear:both;
  3621. }
  3622.  
  3623. div.fielderror,#group-description-area,#group-purchase-header,#group-name-area,#group-url-area {
  3624. margin-bottom:8px;
  3625. }
  3626.  
  3627. div.fielderror div,div.action-error div {
  3628. background-color:#e2001a;
  3629. color:#fff;
  3630. }
  3631.  
  3632. div.orange h2.title,div.lightgreen h2.title {
  3633. background-color:#f66200;
  3634. }
  3635.  
  3636. div.lightbrown h2.title,div.rounded-lightbrown {
  3637. background-color:#cf9c44;
  3638. }
  3639.  
  3640. div.white h2.title,#habbos-online .rounded,#habbos-online .rounded-done {
  3641. background-color:#fff;
  3642. }
  3643.  
  3644. div.white h2.title,h2.title a,#subnavi button.link,#footer a,.tag-list li a,.my-tag-list li a,#faq-category-list ul.faq span.faq-link:hover {
  3645. color:#000;
  3646. }
  3647.  
  3648. div.gray .box-content,div.loginbox .box-content,div.loginbox .box-content a:hover,div.rooms .box-content,div.black div.box-tabs-container h2,#newspromo .topstory a,div.rounded-red a,#change-password-form a {
  3649. color:#fff;
  3650. }
  3651.  
  3652. div.rounded-container,div.roundedrect-container {
  3653. margin:0 4px;
  3654. }
  3655.  
  3656. p.last,.partnerbox p.last {
  3657. padding-bottom:0;
  3658. }
  3659.  
  3660. div.column,div.box-tabs-left ul.box-tabs li,.topdialog .box-tabs li,#article-paging a.older,ul.tx-navi li.prev,#cancel-friend-invite-link {
  3661. float:left;
  3662. }
  3663.  
  3664. .cb,div.ad-container {
  3665. margin:0 8px 7px 0;
  3666. }
  3667.  
  3668. #column1,#email-verified-container {
  3669. width:460px;
  3670. }
  3671.  
  3672. #column-footer,#subnavi-login li {
  3673. clear:left;
  3674. }
  3675.  
  3676. #column3 .cb,body#news #column3 .cb,body#tags #column3 .cb,body#newcredits #column2 .cb,body#cbs2credits #column2 .cb,#reregistration .cb {
  3677. margin-right:0;
  3678. }
  3679.  
  3680. #header-container,#content-container,#article-wrapper {
  3681. padding:0 10px;
  3682. }
  3683.  
  3684. #navi li.selected span,#navi li.selected:hover span,a.big-button.disabled-button:hover b {
  3685. background-position:-4px 0;
  3686. }
  3687.  
  3688. #subnavi,#subnavi input,.competition h4 {
  3689. font-size:11px;
  3690. }
  3691.  
  3692. #subnavi-user li a:hover,#navi2 ul li a:hover,.qtab-container li a:hover,ul.habblet-list li a:hover,.habblet a:hover,#avatar-habblet-list-container ul.habblet-list li:hover div.item b,#newspromo .topstory h3 a:hover,#newspromo li.odd a:hover,#newspromo li.even a:hover,ul.active-discussions-toplist li a:hover,#tag-search-habblet-container ul.tag-list a:hover,button.link span {
  3693. text-decoration:underline;
  3694. }
  3695.  
  3696. #subnavi-search #subnavi-search-upper,#subnavi-search #subnavi-search-links,#subnavi-search form,#tag-cloud-slim ul,#subnavi-search ul li,#hc-catalog-giftPicture {
  3697. display:inline;
  3698. }
  3699.  
  3700. #subnavi-search label,#navi2 ul li.selected,#article-wrapper p.summary,.article-body ul.errors li,.partnerbox li.partnerbox-group,.partnerbox li.partnerbox-room,#group_name_text,#group_url_text {
  3701. font-weight:700;
  3702. }
  3703.  
  3704. #to-hotel a,#group_purchase_form form {
  3705. margin:0;
  3706. }
  3707.  
  3708. #navi2 ul li.selected a,#navi2 ul li.selected a:hover,#article-archive h2 a {
  3709. color:#000;
  3710. text-decoration:none;
  3711. }
  3712.  
  3713. li.even,#column2 #staffpicks-groups-habblet-list-container li.left {
  3714. background-color:#ececec;
  3715. }
  3716.  
  3717. ul.box-tabs li.selected span.tab-spacer,ul.box-tabs li.selected:hover span.tab-spacer {
  3718. background-position:-12px 0;
  3719. }
  3720.  
  3721. div.blue ul.box-tabs li.selected strong,div.blue ul.box-tabs li.selected a,div.blue ul.box-tabs li.selected:hover a {
  3722. background-position:-16px -75px;
  3723. }
  3724.  
  3725. div.blue ul.box-tabs li.selected span.tab-spacer,div.blue ul.box-tabs li.selected:hover span.tab-spacer {
  3726. background-position:-12px -75px;
  3727. }
  3728.  
  3729. div.green div.box-tabs-container h2,#notfound-looking-for a {
  3730. color:#3ba800;
  3731. }
  3732.  
  3733. div.green ul.box-tabs li strong,div.green ul.box-tabs li a,div.hcred ul.box-tabs li strong,div.hcred ul.box-tabs li a,div.lightbrown ul.box-tabs li strong,div.lightbrown ul.box-tabs li a {
  3734. background-position:-16px -175px;
  3735. }
  3736.  
  3737. div.green ul.box-tabs li span.tab-spacer,div.hcred ul.box-tabs li span.tab-spacer,div.lightbrown ul.box-tabs li span.tab-spacer {
  3738. background-position:-12px -175px;
  3739. }
  3740.  
  3741. div.green ul.box-tabs li.selected strong,div.green ul.box-tabs li.selected a,div.green ul.box-tabs li.selected:hover a,div.hcred ul.box-tabs li.selected strong,div.hcred ul.box-tabs li.selected a,div.hcred ul.box-tabs li.selected:hover a,div.lightbrown ul.box-tabs li.selected strong,div.lightbrown ul.box-tabs li.selected a,div.lightbrown ul.box-tabs li.selected:hover a {
  3742. background-position:-16px -150px;
  3743. }
  3744.  
  3745. div.green ul.box-tabs li.selected span.tab-spacer,div.green ul.box-tabs li.selected:hover span.tab-spacer,div.hcred ul.box-tabs li.selected span.tab-spacer,div.hcred ul.box-tabs li.selected:hover span.tab-spacer,div.lightbrown ul.box-tabs li.selected span.tab-spacer,div.lightbrown ul.box-tabs li.selected:hover span.tab-spacer {
  3746. background-position:-12px -150px;
  3747. }
  3748.  
  3749. div.green ul.box-tabs li:hover a,div.hcred ul.box-tabs li:hover a,div.lightbrown ul.box-tabs li:hover a {
  3750. background-position:-16px -200px;
  3751. }
  3752.  
  3753. div.green ul.box-tabs li:hover span.tab-spacer,div.hcred ul.box-tabs li:hover span.tab-spacer,div.lightbrown ul.box-tabs li:hover span.tab-spacer {
  3754. background-position:-12px -200px;
  3755. }
  3756.  
  3757. div.red ul.box-tabs li.selected strong,div.red ul.box-tabs li.selected a,div.red ul.box-tabs li.selected:hover a {
  3758. background-position:-16px -300px;
  3759. }
  3760.  
  3761. div.red ul.box-tabs li.selected span.tab-spacer,div.red ul.box-tabs li.selected:hover span.tab-spacer {
  3762. background-position:-12px -300px;
  3763. }
  3764.  
  3765. div.black ul.box-tabs li.selected strong,div.black ul.box-tabs li.selected a,div.black ul.box-tabs li.selected:hover a {
  3766. background-position:-16px -225px;
  3767. }
  3768.  
  3769. div.black ul.box-tabs li.selected span.tab-spacer,div.black ul.box-tabs li.selected:hover span.tab-spacer {
  3770. background-position:-12px -225px;
  3771. }
  3772.  
  3773. html>body .habblet-container .blue li.odd:hover,html>body #staffpicks-rooms-habblet-list-container .habblet-list li.odd:hover,html>body #column2 #staffpicks-groups-habblet-list-container li.right:hover,#hotcampaigns-habblet-list li.odd:hover {
  3774. background-color:#f1f8ff;
  3775. }
  3776.  
  3777. html>body .habblet-container .blue li.even:hover,html>body #staffpicks-rooms-habblet-list-container .habblet-list li.even:hover,html>body #column2 #staffpicks-groups-habblet-list-container li.left:hover,#hotcampaigns-habblet-list li.even:hover {
  3778. background-color:#dceafa;
  3779. }
  3780.  
  3781. html>body .habblet-container .green li.odd:hover,html>body .habblet-container .darkred li.odd:hover {
  3782. background-color:#ebffd9;
  3783. }
  3784.  
  3785. html>body .habblet-container .green li.even:hover,html>body .habblet-container .darkred li.even:hover {
  3786. background-color:#dafdc2;
  3787. }
  3788.  
  3789. .topdialog .dialog-handle,#editmode div.dialog-grey-top,#editmode div.dialog-greytab-top,#viewmode div.dialog-grey-top,#viewmode div.dialog-greytab-top {
  3790. cursor:move;
  3791. }
  3792.  
  3793. #content .bt,#content .bt div,#content .bb,#content .bb div {
  3794. background-image:url(../images/box.png);
  3795. }
  3796.  
  3797. #content .i1,#content .i2 {
  3798. background-image:url(../images/borders.png);
  3799. }
  3800.  
  3801. #content .cb.gray,#content .cb.lightgreen,#content .cb.loginbox,#content .cb.darkgray {
  3802. background:transparent;
  3803. }
  3804.  
  3805. #content .gray .bt,#content .gray .bt div,#content .gray .bb,#content .gray .bb div {
  3806. background-image:url(../images/box_gray.png);
  3807. }
  3808.  
  3809. #content .lightgreen .bt,#content .lightgreen .bt div,#content .lightgreen .bb,#content .lightgreen .bb div {
  3810. background-image:url(../images/box_lightgreen.png);
  3811. }
  3812.  
  3813. #content .loginbox .bt,#content .loginbox .bt div,#content .loginbox .bb,#content .loginbox .bb div {
  3814. background-image:url(../images/box_loginbox.png);
  3815. }
  3816.  
  3817. #content .activehomes .bt,#content .activehomes .bt div,#content .activehomes .bb,#content .activehomes .bb div {
  3818. background-image:url(../images/activehomes/boxblue.png);
  3819. }
  3820.  
  3821. #content .activehomes .i3,div.rounded-activehomes {
  3822. background-color:#99cadb;
  3823. }
  3824.  
  3825. #content .black .bt,#content .black .bt div,#content .black .bb,#content .black .bb div {
  3826. background-image:url(../images/box_black.png);
  3827. }
  3828.  
  3829. #content .rooms .bt,#content .rooms .bt div,#content .rooms .bb,#content .rooms .bb div {
  3830. background-image:url(../images/welcome/roompattern_box.png);
  3831. }
  3832.  
  3833. #content .darkgray .bt,#content .darkgray .bt div,#content .darkgray .bb,#content .darkgray .bb div {
  3834. background-image:url(../images/box_darkgray.png);
  3835. }
  3836.  
  3837. .qtab-container .even,table.tx-history tr.odd {
  3838. background-color:#efefef;
  3839. }
  3840.  
  3841. #qtab-follow,#article-paging a.newer,ul.tx-navi li.next,#splash-message-button,#send-friend-invite-button,#purchase-group-button {
  3842. float:right;
  3843. }
  3844.  
  3845. #staffpicks-groups-habblet-list-container .habblet-list,#event-list,#staffpicks-rooms-habblet-list-container .habblet-list {
  3846. overflow:auto;
  3847. max-height:200px;
  3848. }
  3849.  
  3850. #staffpicks-groups-habblet-list-container .habblet-list li,#staffpicks-rooms-habblet-list-container .habblet-list li {
  3851. overflow:auto;
  3852. min-height:42px;
  3853. max-height:200px;
  3854. }
  3855.  
  3856. .habblet-list-container,.partnerbox p,div.bubbletip div.title,div.bubbletip div.bubbletip-title,div.redtip div.title {
  3857. padding-bottom:10px;
  3858. }
  3859.  
  3860. ul.habblet-list li a,.habblet a,#newspromo .topstory h3 a,a.new-button:hover,a.big-button:hover,a.btn-gloss:hover {
  3861. text-decoration:none;
  3862. }
  3863.  
  3864. ul.habblet-list li div.link,div.bubbletip .active-habbo-data-container {
  3865. overflow:hidden;
  3866. }
  3867.  
  3868. #habbo-search-error,#tag-related-habblet-container .tag-list,div.frank-stop,#tag-search-habblet-container p.search-result-navigation,#exception-container #error-image-container,#register-button,table.tx-history .tx-amount {
  3869. text-align:center;
  3870. }
  3871.  
  3872. #invitation-form,div.invitation-input,#reset-password-form-container div#errors {
  3873. margin-bottom:10px;
  3874. }
  3875.  
  3876. #purse-habblet ul,#change-password-form-content #email {
  3877. padding-top:10px;
  3878. }
  3879.  
  3880. div.groups-list li,#homes-habblet-list-container li,#column2 #staffpicks-groups-habblet-list-container li.right {
  3881. background-position:15px 50%;
  3882. }
  3883.  
  3884. div.groups-list li.right,#homes-habblet-list-container li.right {
  3885. background-position:7px 50%;
  3886. }
  3887.  
  3888. div.groups-list li.right div.item,#homes-habblet-list-container li.right div.item {
  3889. padding-left:52px;
  3890. }
  3891.  
  3892. .habblet-container.news-promo .bt,#tag-search-habblet-container #tag-search-add-result,#tag-fight-habblet-container #fight-process,.enter-btn.closed a i {
  3893. display:none;
  3894. }
  3895.  
  3896. #newspromo li.last,div.webstore-frank div.blackbubble-bottom-body,div.webstore-frank-image {
  3897. text-align:right;
  3898. }
  3899.  
  3900. #article-archive,#tag-related-habblet-container,#tag-match-habblet-container,#tag-fight-habblet-container {
  3901. padding:7px;
  3902. }
  3903.  
  3904. body#logout #logout-ok,#reset-password-form-container div.form-content {
  3905. margin-bottom:20px;
  3906. }
  3907.  
  3908. #remember-me-notification .submit,#tag-fight-habblet-container .tag-field-container {
  3909. margin-bottom:5px;
  3910. }
  3911.  
  3912. #credits-methods li,#column2 #staffpicks-groups-habblet-list-container li.even {
  3913. background-color:transparent;
  3914. }
  3915.  
  3916. #credits-methods form.credits-form+div.bestvalue,#reset-password-form-container div#password-retype {
  3917. margin-top:5px;
  3918. }
  3919.  
  3920. ul.active-discussions-toplist,#avatar-selector-habblet {
  3921. padding-top:5px;
  3922. }
  3923.  
  3924. div.bubbletip .active-name.online,#inviter-info-habblet p span.text em.online {
  3925. background-image:url(../images/online.gif);
  3926. }
  3927.  
  3928. #faq-category-list ul.faq span.faq-link.selected:hover,#faq-category-content h4.faq-item-header span.selected {
  3929. color:#76c7e6;
  3930. }
  3931.  
  3932. #faq-category-list ul.faq li a:before,#faq-category-content h4.faq-item-header:before {
  3933. content:"\203A \0020";
  3934. }
  3935.  
  3936. #faq-category-content div.faq-item-content a,#faq-footer a {
  3937. color:#ff8400;
  3938. }
  3939.  
  3940. #tag-search-habblet-container p.search-result-count,#tag-search-habblet-container #tag-search-add,#tag-search-habblet-container #tag-search-add-result {
  3941. padding-left:45px;
  3942. }
  3943.  
  3944. #tag-match-form #tag-match-friend,#group_name,#group_url {
  3945. width:98%;
  3946. }
  3947.  
  3948. .credits-info .credits-text,.pixels-info .pixels-text {
  3949. float:right;
  3950. position:relative;
  3951. width:55%;
  3952. }
  3953.  
  3954. .credits-info .credits-image,.pixels-info .pixels-image {
  3955. float:left;
  3956. display:inline;
  3957. position:relative;
  3958. }
  3959.  
  3960. div.pixelblue h2.title,div.rounded-pixelblue {
  3961. background-color:#0046a8;
  3962. }
  3963.  
  3964. div.pixelgreen h2.title,div.rounded-pixelgreen {
  3965. background-color:#20c124;
  3966. }
  3967.  
  3968. div.pixellightblue h2.title,div.rounded-pixellightblue {
  3969. background-color:#6dcdf6;
  3970. }
  3971.  
  3972. div.pixeldarkblue h2.title,div.rounded-pixeldarkblue {
  3973. background-color:#168291;
  3974. }
  3975.  
  3976. #content .pixelblue .bt,#content .pixelblue .bt div {
  3977. background-image:url(../images/surfer/box_blue1.png);
  3978. }
  3979.  
  3980. #content .pixelblue .bb,#content .pixelblue .bb div {
  3981. background-image:url(../images/surfer/box_blue2.png);
  3982. }
  3983.  
  3984. #current-events select,#staffpicks-rooms-habblet-list-container select {
  3985. width:99%;
  3986. padding:2px;
  3987. }
  3988.  
  3989. #current-events li,#staffpicks-rooms-habblet-list-container li {
  3990. background-repeat:no-repeat;
  3991. background-position:9px 0;
  3992. cursor:pointer;
  3993. padding:2px 0 1px 47px;
  3994. }
  3995.  
  3996. #current-events li p,#staffpicks-rooms-habblet-list-container li p {
  3997. color:#666;
  3998. overflow:hidden;
  3999. word-wrap:break-word;
  4000. }
  4001.  
  4002. #current-events .event-name a,#staffpicks-rooms-habblet-list-container .room-name,#staffpicks-rooms-habblet-list-container .room-name a {
  4003. color:#000;
  4004. font-size:12px;
  4005. font-weight:700;
  4006. overflow:hidden;
  4007. word-wrap:break-word;
  4008. }
  4009.  
  4010. a.new-button.left,a.btn-gloss.left {
  4011. float:left;
  4012. margin:0 10px 5px 0;
  4013. }
  4014.  
  4015. a.new-button.disabled-button,a.new-button:disabled,a.big-button.disabled-button,a.big-button:disabled,a.btn-gloss.disabled,a.btn-gloss:disabled {
  4016. cursor:default;
  4017. -moz-opacity:.5;
  4018. opacity:.50;
  4019. filter:alpha(opacity=50);
  4020. -ms-filter:alpha(opacity=50);
  4021. }
  4022.  
  4023. html>body a.new-button.fill,html>body a.new-button.fill b,html>body a.btn-gloss.fill,html>body a.btn-gloss.fill b {
  4024. display:block;
  4025. float:none;
  4026. }
  4027.  
  4028. a.new-button.dark-button i,a.btn-gloss:hover i {
  4029. background-position:0 -50px;
  4030. }
  4031.  
  4032. a.new-button.edit-icon b,a.new-button.save-icon b,a.new-button.cancel-icon b,a.new-button.purse-icon b,a.new-button.newtopic-icon b {
  4033. padding-left:10px;
  4034. }
  4035.  
  4036. a.new-button.search-icon b,a.new-button.envelope-icon b {
  4037. padding-left:10px;
  4038. padding-right:3px;
  4039. }
  4040.  
  4041. div.hotel-open-button-content:hover a.open,div.register-button:hover a {
  4042. background-position:-7px -36px;
  4043. }
  4044.  
  4045. div.hotel-open-button-content:hover span.open,div.register-button:hover span {
  4046. background-position:0 -36px;
  4047. }
  4048. #tab-register-now a{background-position:-10px -84px;}#navi #tab-register-now span{background-position:-4px -84px;}#navi #tab-register-now:hover a{background-position:-10px -112px;}#navi #tab-register-now:hover span{background-position:-4px -112px;}
  4049.  
  4050. #hc-buy-container{background-color:#FFE8B7;background-image:url(../images/hc_pattern.gif);background-position:30%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement