Advertisement
flyingfisch

Untitled

Jun 30th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 161.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <html lang="en" >
  3.     <head>
  4.         <meta charset="UTF-8" />
  5.         <title>Universal Casio Forum</title>
  6.         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7.         <link rel="shortcut icon" href='http://community.casiocalc.org/favicon.ico' />
  8.         <link rel="image_src" href='/dot/public/style_images/master/meta_image.png' />
  9.         <script type='text/javascript'>
  10.         //<![CDATA[
  11.             jsDebug         = 0; /* Must come before JS includes */
  12.             USE_RTE         = 1;
  13.             DISABLE_AJAX    = parseInt(0); /* Disables ajax requests where text is sent to the DB; helpful for charset issues */
  14.             inACP           = false;
  15.             var isRTL       = false;
  16.             var rtlIe       = '';
  17.             var rtlFull     = '';
  18.         //]]>
  19.         </script>
  20.        
  21.        
  22.  
  23.    
  24.     <style type="text/css" title="Main" media="screen,print">
  25.         /* Inline CSS */
  26.        
  27. /* CSS: ipb_help*/
  28. /************************************************************************/
  29. /* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services  */
  30. /************************************************************************/
  31. /* ipb_help.css                                                 */
  32. /************************************************************************/
  33. /*
  34.     [ color ]
  35.     [ font ]
  36.     [ borders ]
  37.     [ padding ]
  38.     [ margin ]
  39.     [ sizing ]
  40.     [ other ]
  41. */
  42.  
  43. /************************************************************************/
  44. /*  HELP & PORTAL STYLES */
  45.    
  46. #help_topics { border: 1px solid #c9c9c9; }
  47.  
  48. #help_topics li {
  49.     background-image: url(/dot/public/style_images/master/help.png);
  50.     background-repeat: no-repeat;
  51.     background-position: 9px 12px;
  52.     padding: 10px 32px;
  53.     margin-bottom: 2px;
  54. }
  55.  
  56.     #help_topics li h3 { padding: 2px 0 0 0; }
  57.  
  58. .help_doc { border: 1px solid #c9c9c9; }
  59.     #help_topics .help_doc ul,
  60.     #help_topics .help_doc ol {
  61.         padding: 8px 0;
  62.     }
  63.  
  64.     #help_topics .help_doc li {
  65.         background: none;
  66.         padding: 2px;
  67.     }
  68.     .help_doc .input_submit { background: #dfdfdf; border: 0 !important; color: #000;   font-weight: bold; font-size: inherit; padding: 1px 4px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
  69.         .help_doc .input_submit:hover { color: #000 }
  70.     </style>
  71.    
  72.  
  73.     <style type="text/css" >
  74.         /* Inline CSS */
  75.        
  76. /* CSS: irc_widget*/
  77.  
  78. #irc_history > div > .irc_message, #irc_history > div > .irc_user {
  79.     margin-left: 5px;
  80. }
  81.  
  82. #irc_history > div > .irc_message > a {
  83.     text-decoration: none;
  84. }
  85.  
  86. #irc_history > div > .irc_time:before {
  87.     content: '[';
  88. }
  89.  
  90. #irc_history > div > .irc_time:after {
  91.     content: '] :';
  92. }
  93.  
  94. #irc_history > div > .irc_time {
  95.     color: #333;
  96. }
  97.  
  98. #irc_history > div > .irc_time > span {
  99.     font-style:italic;
  100. }
  101.  
  102. #irc_history > div[data-type='0'] > :not(.irc_time) {
  103.     color: red;
  104. }
  105.  
  106. #irc_history > div[data-type='0'] > .irc_user:before {
  107.     content: '***';
  108.     padding-right: 5px;
  109. }
  110.  
  111. #irc_history > div[data-type='1'] > .irc_user {
  112.     font-weight: bold;
  113. }
  114.  
  115. #irc_history > div[data-type='1'] > .irc_user:before {
  116.     content: '<';
  117. }
  118. #irc_history > div[data-type='1'] > .irc_user:after {
  119.     content: '>';
  120. }
  121.  
  122. #irc_history > div[data-type='2'] > :not(.irc_time) {
  123.     color: green;
  124. }
  125.  
  126. #irc_history > div[data-type='2'] > .irc_user:before {
  127.     content: '***';
  128.     padding-right: 5px;
  129. }
  130.  
  131. #irc_history > div[data-type='3'] > :not(.irc_time) {
  132.     color: purple;
  133.     font-style:italic;
  134. }
  135.  
  136. #irc_history > div[data-type='3'] > .irc_user:before {
  137.     content: '*';
  138.     padding-right: 5px;
  139. }
  140.  
  141. #irc_history > div[data-isme='1'] > :not(.irc_time) {
  142.     color: DarkBlue;
  143. }
  144.  
  145. #irc_history > div[data-highlighted='1'] > .irc_message {
  146.     background-color: yellow;
  147. }
  148.  
  149. #irc_history > div[data-isbad='1'] .irc_message, #irc_history > div[data-isbad='1'] .irc_user {
  150.     color: DarkRed;
  151. }
  152.  
  153. #irc_history_container {
  154.     height: 8.3em;
  155.     overflow: auto;
  156.     background-color: #dfe6ef;
  157.     border: #EEEEFF groove 2px;
  158. }
  159.  
  160.  
  161. #casiocalcirc {
  162.     text-align: left;
  163.     width: 35em;
  164.     background-color: #dfe6ef;
  165.     color: black;
  166.     border: #EEEEFF outset 2px;
  167.     border-collapse: separate;
  168.     border-spacing: 2px;
  169.     padding: 0.3em;
  170. }
  171.  
  172. #casiocalcirc .bad, #casiocalcirc .error {
  173.     color: #663333;
  174. }
  175.  
  176. #casiocalcirc .good {
  177.     color: #337733;
  178. }
  179.  
  180. #irc_header {
  181.     font-weight: bold;
  182.     background-color: #d0dce3;
  183.     text-align: center;
  184.     border: #EEEEFF outset 2px;
  185.     margin-bottom: 0.3em;
  186.     cursor: pointer;
  187. }
  188.  
  189. #irc_history > div  {
  190.     text-indent: -6em;
  191.     padding-left: 6em;
  192. }
  193.  
  194. #irc_post_result {
  195.     color: #909090;
  196.     padding-right: 2em;
  197.     font-weight: bold;
  198.     display: none;
  199. }
  200.  
  201. #irc_errors {
  202.     font-weight: bold;
  203. }
  204.  
  205. #irc_refresh_status {
  206.     color: #909090;
  207.     font-weight: italic;
  208. }
  209.  
  210. #irc_input {
  211.     display: block;
  212.     white-space: nowrap;
  213.     margin: 3px;
  214.     width: 100%;
  215. }
  216.  
  217. #irc_username {
  218.     font-weight: bold;
  219.     margin: 0;
  220. }
  221.  
  222. #irc_input > input {
  223.     box-sizing: border-box;
  224.     border: #EEEEFF groove 2px;
  225.     background-color: #fafaff;
  226.     margin: 0;
  227. }
  228.  
  229. #irc_input > input.welcome {
  230.     background-color: #ffd;
  231.     color: #333;
  232.     font-style: italic;
  233. }
  234.  
  235.     </style>
  236.    
  237.  
  238.     <style type="text/css" title="Main" media="screen">
  239.         /* Inline CSS */
  240.        
  241. /* CSS: calendar_select*/
  242. .calendar_date_select {
  243.   color:white;
  244.   border:#777 1px solid;
  245.   display:block;
  246.   width:195px;
  247.   z-index: 1000;
  248. }
  249. /* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
  250. iframe.ie6_blocker {
  251.   position: absolute;
  252.   z-index: 999;
  253. }
  254.  
  255. .calendar_date_select thead th {
  256.   font-weight:bold;
  257.   background-color: #aaa;
  258.   border-top:1px solid #777;
  259.   border-bottom:1px solid #777;
  260.   color: white !important;
  261. }
  262.  
  263. .calendar_date_select .cds_buttons {
  264.   text-align:center;
  265.   padding:5px 0px;
  266.   background-color: #555;
  267. }
  268.  
  269. .calendar_date_select .cds_footer {
  270.   background-color: black;
  271.   padding:3px;
  272.   font-size:12px;
  273.   text-align:center;
  274. }
  275.  
  276. .calendar_date_select table {
  277.   margin: 0px;
  278.   padding: 0px;
  279. }
  280.  
  281.  
  282. .calendar_date_select .cds_header {
  283.   background-color: #ccc;
  284.   border-bottom: 2px solid #aaa;
  285.   text-align:center;
  286. }
  287.  
  288. .calendar_date_select .cds_header span {
  289.   font-size:15px;
  290.   color: black;
  291.   font-weight: bold;
  292. }
  293.  
  294. .calendar_date_select select { font-size:11px;}
  295.  
  296. .calendar_date_select .cds_header a:hover {
  297.   color: white;
  298. }
  299. .calendar_date_select .cds_header a {
  300.   width:22px;
  301.   height:20px;
  302.   text-decoration: none;
  303.   font-size:14px;
  304.   color:black !important;
  305. }
  306.  
  307. .calendar_date_select .cds_header a.prev {
  308.   float:left;
  309. }
  310. .calendar_date_select .cds_header a.next {
  311.   float:right;
  312. }
  313.  
  314. .calendar_date_select .cds_header a.close {
  315.   float:right;
  316.   display:none;
  317. }
  318.  
  319. .calendar_date_select .cds_header select.month {
  320.   width:90px;
  321. }
  322.  
  323. .calendar_date_select .cds_header select.year {
  324.   width:61px;
  325. }
  326. .calendar_date_select .cds_buttons a {
  327.   color: white;
  328.   font-size: 9px;
  329. }
  330.  
  331. .calendar_date_select td {
  332.   font-size:12px;
  333.   width: 24px;
  334.   height: 21px;
  335.   text-align:center;
  336.   vertical-align: middle;
  337.   background-color: #fff;
  338. }
  339. .calendar_date_select td.weekend {
  340.   background-color: #eee;
  341.   border-left:1px solid #ddd;
  342.   border-right:1px solid #ddd;
  343. }
  344.  
  345. .calendar_date_select td div {
  346.   color: #000;
  347. }
  348. .calendar_date_select td div.other {
  349.   color: #ccc;
  350. }
  351. .calendar_date_select td.selected div {
  352.   color:white;
  353. }
  354.  
  355. .calendar_date_select tbody td {
  356.   border-bottom: 1px solid #ddd;
  357. }
  358. .calendar_date_select td.selected {
  359.   background-color:#777;
  360. }
  361.  
  362. .calendar_date_select td:hover {
  363.   background-color:#ccc;
  364. }
  365.  
  366. .calendar_date_select td.today {
  367.   border: 1px dashed #999;
  368. }
  369.  
  370. .calendar_date_select td.disabled div {
  371.   color: #e6e6e6;
  372. }
  373.  
  374. .fieldWithErrors .calendar_date_select {
  375.   border: 2px solid red;
  376. }
  377.     </style>
  378.    
  379.  
  380.     <style type="text/css" title="Main" media="screen,print">
  381.         /* Inline CSS */
  382.        
  383. /* CSS: ipb_common*/
  384. /************************************************************************/
  385. /* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services  */
  386. /************************************************************************/
  387. /* ipb_common.css                                                       */
  388. /************************************************************************/
  389.  
  390.    
  391. /************************************************************************/
  392. /* LIGHTBOX STYLES */
  393.  
  394. #lightbox{  position: absolute; left: 0; width: 100%; z-index: 16000 !important; text-align: center; line-height: 0;}
  395. #lightbox img{ width: auto; height: auto;}
  396. #lightbox a img{ border: none; }
  397. #outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
  398. #imageContainer{ padding: 10px; }
  399. #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
  400. #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
  401. #imageContainer>#hoverNav{ left: 0;}
  402. #hoverNav a{ outline: none;}
  403. #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(/dot/public/style_images/master/spacer.gif); /* Trick IE into showing hover */ display: block; }
  404. #prevLink { left: 0; float: left;}
  405. #nextLink { right: 0; float: right;}
  406. #prevLink:hover, #prevLink:visited:hover { background: url(/dot/public/style_images/master/lightbox/prevlabel.gif) left 15% no-repeat; }
  407. #nextLink:hover, #nextLink:visited:hover { background: url(/dot/public/style_images/master/lightbox/nextlabel.gif) right 15% no-repeat; }
  408. #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
  409. #imageData{ padding:0 10px; color: #666; }
  410. #imageData #imageDetails{ width: 70%; float: left; text-align: left; } 
  411. #imageData #caption{ font-weight: bold; }
  412. #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }          
  413. #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
  414. #overlay{ position: fixed; top: 0; left: 0; z-index: 15000 !important; width: 100%; height: 500px; background-color: #000; }
  415.  
  416. /************************************************************************/
  417. /*  BBCODE STYLES */
  418. /*  NOTE: These selectors style bbcodes throughout IPB. It is recommended that you DO NOT change these
  419.     styles if you are creating a skin since it may interfere with user expectation
  420.     of what certain BBCodes look like (quote boxes are an exception to this). */
  421.  
  422. strong.bbc              {   font-weight: bold !important; }
  423. em.bbc                  {   font-style: italic !important; }
  424. span.bbc_underline      {   text-decoration: underline !important; }
  425. acronym.bbc             {   border-bottom: 1px dotted #000; }
  426. span.bbc_center, div.bbc_center, p.bbc_center   {   text-align: center; display: block; }
  427. span.bbc_left, div.bbc_left, p.bbc_left {   text-align: left; display: block; }
  428. span.bbc_right, div.bbc_right, p.bbc_right  {   text-align: right; display: block; }
  429. div.bbc_indent          {   margin-left: 50px; }
  430. del.bbc                 {   text-decoration: line-through !important; }
  431. .post.entry-content ul, ul.bbc                      {   list-style: disc outside; margin: 12px 0 12px 40px; }
  432.     .post.entry-content ul,ul.bbc ul.bbc            {   list-style-type: circle; }
  433.         .post.entry-content ul,ul.bbc ul.bbc ul.bbc {   list-style-type: square; }
  434. .post.entry-content ul.decimal,ul.bbcol.decimal                 { margin: 12px 0 12px 40px; list-style-type: decimal; }
  435.     .post.entry-content ul.lower-alpha,ul.bbcol.lower-alpha     { margin-left: 40px; list-style-type: lower-alpha; }
  436.     .post.entry-content ul.upper-alpha,ul.bbcol.upper-alpha     { margin-left: 40px; list-style-type: upper-alpha; }
  437.     .post.entry-content ul.lower-roman  ,ul.bbcol.lower-roman       { margin-left: 40px; list-style-type: lower-roman; }
  438.     .post.entry-content ul.upper-roman,ul.bbcol.upper-roman     { margin-left: 40px; list-style-type: upper-roman; }
  439.  
  440. hr.bbc                  {   display: block; border-top: 2px solid #777; }
  441. div.bbc_spoiler         {    }
  442. div.bbc_spoiler span.spoiler_title  {   font-weight: bold; }
  443. div.bbc_spoiler_wrapper {   border: 1px inset #777; padding: 4px; }
  444. div.bbc_spoiler_content {    }
  445. input.bbc_spoiler_show  {   width: 45px; font-size: .7em; margin: 0px; padding: 0px; }
  446. pre.prettyprint         { padding: 5px; background: #f8f8f8; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; }
  447. img.bbc_img { cursor: pointer; }
  448. .signature img.bbc_img { cursor: default; }
  449.     .signature a img.bbc_img { cursor: pointer; }
  450.    
  451. /* Quote boxes */
  452.  
  453. p.citation {
  454.     font-size: 12px;
  455.     padding: 8px 10px;
  456.     border-left: 2px solid #989898;
  457.     /*background: #f3f3f3 */
  458.     background: #f6f6f6;
  459.     background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
  460.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
  461.     border-top: 2px solid #e5e5e5;
  462.     border-right: 2px solid #e5e5e5;
  463.     -moz-border-radius: 5px 5px 0 0;
  464.     -webkit-border-radius: 5px 5px 0 0;
  465.     border-radius: 5px 5px 0 0;
  466.     font-weight: bold;
  467. }
  468.  
  469. div.blockquote {
  470.     font-size: 12px;
  471.     padding: 10px;
  472.     border-left: 2px solid #989898;
  473.     border-right: 2px solid #e5e5e5;
  474.     border-bottom: 2px solid #e5e5e5;
  475.     -moz-border-radius: 0 0 5px 5px;
  476.     -webkit-border-radius: 0 0 5px 5px;
  477.     border-radius: 0 0 5px 5px;
  478.     background: #f7f7f7;
  479. }
  480.  
  481. div.blockquote div.blockquote {
  482.     margin: 0 10px 0 0;
  483. }
  484.  
  485. div.blockquote p.citation {
  486.     margin: 6px 10px 0 0;
  487. }
  488.  
  489. ._sharedMediaBbcode {
  490.     width: 500px;
  491.     background: #f6f6f6;
  492.     background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
  493.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
  494.     border: 1px solid #dbdbdb;
  495.     -moz-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
  496.     -webkit-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
  497.     box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 2px rgba(0,0,0,0.2);
  498.     -moz-border-radius: 3px;
  499.     -webkit-border-radius: 3px;
  500.     border-radius: 3px;
  501.     color: #616161;
  502.     display: inline-block;
  503.     margin-right: 15px;
  504.     margin-bottom: 5px;
  505.     padding: 15px;
  506. }
  507.  
  508. .bbcode_mediaWrap .details {
  509.     color: #616161;
  510.     font-size: 12px;
  511.     line-height: 1.5;
  512.     margin-left: 95px;
  513. }
  514.  
  515. .bbcode_mediaWrap .details a {
  516.     color: #616161;
  517.     text-decoration: none;
  518. }
  519.  
  520. .bbcode_mediaWrap .details h5, .bbcode_mediaWrap .details h5 a {
  521.     font: 400 20px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
  522.     color: #2c2c2c;
  523.     word-wrap: break-word;
  524.     max-width: 420px;
  525. }
  526.  
  527. .bbcode_mediaWrap img.sharedmedia_image {
  528.     float: left;
  529.     position: relative;
  530.     /*top: 10px;
  531.     left: 10px;*/
  532.     max-width: 80px;
  533. }
  534.  
  535. .bbcode_mediaWrap img.sharedmedia_screenshot {
  536.     float: left;
  537.     position: relative;
  538.     /*top: 10px;
  539.     left: 10px;*/
  540.     max-width: 80px;
  541. }
  542.  
  543. /* Show my media label */
  544. .cke_button_ipsmedia span.cke_label {
  545.     display: inline !important;
  546. }
  547.     </style>
  548.    
  549.  
  550.     <style type="text/css" title="Main" media="screen,print">
  551.         /* Inline CSS */
  552.        
  553. /* CSS: ipb_styles*/
  554. /************************************************************************/
  555. /* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services  */
  556. /************************************************************************/
  557. /* ipb_styles.css                                                       */
  558. /************************************************************************/
  559.  
  560. /************************************************************************/
  561. /* RESET (Thanks to YUI) */
  562.  
  563. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
  564. table { border-collapse:collapse; border-spacing:0; }
  565. fieldset,img { border:0; }
  566. address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
  567. ol,ul { list-style:none; }
  568. caption,th { text-align:left; }
  569. h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
  570. q:before,q:after { content:''; }
  571. abbr,acronym { border:0; }
  572. hr { display: none; }
  573. address{ display: inline; }
  574.  
  575. /************************************************************************/
  576. /* CORE ELEMENT STYLES */
  577.  
  578. html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
  579.     background-color: #d8dde8;
  580.     color: #5a5a5a;
  581. }
  582.  
  583. body {
  584.     font: normal 13px helvetica, arial, sans-serif;
  585.     position: relative;
  586. }
  587.  
  588. input, select {
  589.     font: normal 13px helvetica, arial, sans-serif;
  590. }
  591.  
  592. h3, strong { font-weight: bold; }
  593. em { font-style: italic; }
  594. img, .input_check, .input_radio { vertical-align: middle; }
  595. legend { display: none; }
  596. table { width: 100%; }
  597. td { padding: 3px; }
  598.  
  599.  
  600. a {
  601.     color: #225985;
  602.     text-decoration: none;
  603. }
  604.  
  605.     a:hover { color: #328586; }
  606.  
  607.    
  608. /************************************************************************/
  609. /* LISTS */
  610.  
  611. .ipsList_inline > li {
  612.     display: inline-block;
  613.     margin: 0 3px;
  614. }
  615.     .ipsList_inline > li:first-child { margin-left: 0; }
  616.     .ipsList_inline > li:last-child { margin-right: 0; }
  617.     .ipsList_inline.ipsList_reset > li:first-child { margin-left: 3px; }
  618.     .ipsList_inline.ipsList_reset > li:last-child { margin-right: 3px; }
  619.     .ipsList_inline.ipsList_nowrap { white-space: nowrap; }
  620.    
  621. .ipsList_withminiphoto > li { margin-bottom: 8px; }
  622. .ipsList_withmediumphoto > li .list_content { margin-left: 60px; }
  623. .ipsList_withminiphoto > li .list_content { margin-left: 40px; }
  624. .ipsList_withtinyphoto > li .list_content { margin-left: 30px; }
  625. .list_content { word-wrap: break-word; }
  626.  
  627. .ipsList_data li { margin-bottom: 6px; line-height: 1.3; }
  628. .ipsList_data .row_data { display: inline-block; word-wrap: break-word; max-width: 100%; }
  629. .ipsList_data .row_title, .ipsList_data .ft {
  630.     display: inline-block;
  631.     float: left;
  632.     width: 120px;
  633.     font-weight: bold;
  634.     text-align: right;
  635.     padding-right: 10px;
  636. }
  637.  
  638. .ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
  639.     width: 80px;
  640. }
  641.  
  642. /************************************************************************/
  643. /* TYPOGRAPHY */
  644.  
  645. .ipsType_pagetitle, .ipsType_subtitle {
  646.     font: 300 26px/1.3 Helvetica, Arial, sans-serif;
  647.     color: #323232;
  648. }
  649. .ipsType_subtitle { font-size: 18px; }
  650. .ipsType_sectiontitle {
  651.     font-size: 16px;
  652.     font-weight: normal;
  653.     color: #595959;
  654.     padding: 5px 0;
  655.     border-bottom: 1px solid #ececec;
  656. }
  657.  
  658. .ipsType_pagedesc {
  659.     color: #7f7f7f;
  660.     line-height: 1.5;
  661. }
  662.  
  663. .ipsType_pagedesc a { text-decoration: underline; }
  664.  
  665. .ipsType_textblock { line-height: 1.5; color: #282828; }
  666.  
  667. .ipsType_small { font-size: 12px; }
  668. .ipsType_smaller, .ipsType_smaller a { font-size: 11px !important; }
  669.  
  670. .ipsReset { margin: 0px !important; padding: 0px !important; }
  671.  
  672. /************************************************************************/
  673. /* LAYOUT */
  674. #content, .main_width {
  675.     margin: 0 auto;
  676.     /* Uncomment for fixed */
  677.     /*width: 980px;*/
  678.     /* Fluid */
  679.     width: 87% !important;
  680.     min-width: 960px;
  681. }
  682.  
  683. #branding, #header_bar, #primary_nav { min-width: 980px; }
  684. /*#header_bar .main_width, #branding .main_width, #primary_nav .main_width { padding: 0 10px; }*/
  685.  
  686.  
  687. #content {
  688.     background: #fff;
  689.     padding: 10px 10px;
  690.     line-height: 120%;
  691.     -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  692.     -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  693.     box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  694. }
  695.  
  696. /************************************************************************/
  697. /* COLORS */
  698.  
  699.  
  700. .row1, .post_block.row1 {   background-color: #fff;  }
  701.  
  702.  
  703. .row2, .post_block.row2 {   background-color: #f1f6f9; }
  704.  
  705.  
  706.  
  707. .unread                 {   background-color: #f7fbfc; }
  708.  
  709.  
  710. .unread .altrow, .unread.altrow { background-color: #E2E9F0; }
  711.  
  712. /* primarily used for topic preview header */
  713. .highlighted, .highlighted .altrow { background-color: #d6e4f0; }
  714.  
  715.  
  716. .ipsBox { background: #ebf0f3; }
  717.    
  718.     .ipsBox_notice, .ipsBox_highlight {
  719.         background: #f4fcff;
  720.         border-bottom: 1px solid #cae9f5;
  721.     }
  722.  
  723. /* mini badges */
  724. a.ipsBadge:hover { color: #fff; }
  725.  
  726. .ipsBadge_green { background: #7ba60d; }
  727. .ipsBadge_purple { background: #af286d; }
  728. .ipsBadge_grey { background: #5b5b5b; }
  729. .ipsBadge_lightgrey { background: #b3b3b3; }
  730. .ipsBadge_orange { background: #ED7710; }
  731. .ipsBadge_red { background: #bf1d00; }
  732.  
  733.  
  734. .bar {
  735.     background: #eff4f7;
  736.     padding: 8px 10px;
  737. }
  738.    
  739.     .bar.altbar {
  740.         background: #b6c7db;
  741.         color: #1d3652;
  742.     }
  743.  
  744.  
  745. .header {
  746.     background: #b6c7db;
  747.     color: #1d3652;
  748. }
  749.  
  750.    
  751.     body .ipb_table .header a,
  752.     body .topic_options a {
  753.         color: #1d3652;
  754.     }
  755.    
  756.  
  757. .post_block {
  758.     background: #fff;
  759.     border-bottom: 1px solid #D6E2EB;
  760. }
  761.  
  762. .post_body .post { color: #282828; }
  763.  
  764. .bbc_url, .bbc_email {
  765.     color: #0f72da;
  766.     text-decoration: underline;
  767. }
  768.  
  769. /* Dates */
  770. .date, .poll_question .votes {
  771.     color: #747474;
  772.     font-size: 11px;
  773. }
  774.  
  775.  
  776. .no_messages {
  777.     background-color: #f6f8fa;
  778.     color: #1c2837;
  779.     padding: 15px 10px;
  780. }
  781.  
  782. /* Tab bars */
  783. .tab_bar {
  784.     background-color: #e4ebf2;
  785.     color: #4a6784;
  786. }
  787.  
  788.     .tab_bar li.active {
  789.         background-color: #243f5c;
  790.         color: #fff;
  791.     }
  792.    
  793.     .tab_bar.no_title.mini {
  794.         border-bottom: 8px solid #243f5c;
  795.     }
  796.  
  797. /* Menu popups */
  798. .ipbmenu_content, .ipb_autocomplete {
  799.     background-color: #f7f9fb;
  800.     border: 1px solid #d5dde5;
  801.     -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px;
  802.     box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px;
  803. }
  804.  
  805.     .ipbmenu_content li, .ipb_autocomplete li {
  806.         border-bottom: 1px solid #d5dde5;
  807.     }
  808.    
  809.         .ipb_autocomplete li.active {
  810.             background: #d5dde5;
  811.         }
  812.        
  813.     .ipbmenu_content a:hover { background: #d5dde5; }
  814.        
  815. /* Forms */
  816.  
  817. .input_submit {
  818.     background: #212121 url(/dot/public/style_images/master/topic_button.png ) repeat-x top;
  819.     color: #fff;
  820.     -moz-border-radius: 3px;
  821.     -webkit-border-radius: 3px;
  822.     border-radius: 3px;
  823.     -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
  824.     -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
  825.     box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
  826.     border-color: #212121;
  827. }
  828.  
  829.     .input_submit:hover { color: #fff; }
  830.    
  831.    
  832.     .input_submit.alt {
  833.         background: #e2e9f0;
  834.         border-color: #dae2ea;
  835.         color: #464646;
  836.         -moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
  837.         -webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
  838.         box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
  839.     }
  840.    
  841.         .input_submit.alt:hover { color: #464646; }
  842.  
  843.     .input_submit.delete {
  844.         background: #ad2930;
  845.         border-color: #C8A5A4 #962D29 #962D29 #C8A5A4;
  846.         color: #fff;
  847.         -moz-box-shadow: inset 0 1px 0 0 #C8A5A4, 0px 2px 3px rgba(0,0,0,0.2);
  848.         -webkit-box-shadow: inset 0 1px 0 0 #C8A5A4, 0px 2px 3px rgba(0,0,0,0.2);
  849.         box-shadow: inset 0 1px 0 0 #C8A5A4, 0px 2px 3px rgba(0,0,0,0.2);
  850.     }
  851.    
  852.         .input_submit.delete:hover { color: #fff; }
  853.  
  854.    
  855. body#ipboard_body fieldset.submit,
  856. body#ipboard_body p.submit {
  857.     background-color: #d1ddea;
  858. }
  859.  
  860. /* Moderated styles */
  861. .moderated, body .moderated td, .moderated td.altrow, .post_block.moderated,
  862. body td.moderated, body td.moderated {
  863.     background-color: #f8f1f3;
  864. }
  865.    
  866.     .post_block.moderated { border-color: #e9d2d7; }   
  867.     .moderated .row2 { background-color: #f0e0e3; }
  868.     .moderated, .moderated a { color: #6f3642; }
  869.    
  870. body#ipboard_body.redirector {
  871.     background: #fff !important;
  872. }
  873.  
  874. /************************************************************************/
  875. /* HEADER */
  876.  
  877. #header_bar {
  878.     background: #323232 url(/dot/public/style_images/master/user_navigation.png ) repeat-x bottom;
  879.     padding: 0;
  880.     text-align: right;
  881. }
  882.    
  883. #admin_bar { font-size: 11px; line-height: 36px; }
  884. #admin_bar li.active a { color: #fc6d35; }
  885. #admin_bar a { color: #8a8a8a; }
  886.     #admin_bar a:hover { color: #fff; }
  887.  
  888. #user_navigation { color: #9f9f9f; font-size: 11px; }
  889. #user_navigation a { color: #fff; }
  890. #user_navigation .ipsList_inline li { margin: 0;} /* remove spacing from default ipsList_inline */
  891.  
  892. #user_navigation.not_logged_in {
  893.     height: 26px; padding: 6px 0 4px;
  894. }
  895.  
  896. #user_link {
  897.     font-size: 12px;
  898.     color: #fff;
  899.     padding: 0 12px;
  900.     height: 36px;
  901.     line-height: 36px;
  902.     display: inline-block;
  903.     margin-right: 15px;
  904.     outline: 0;
  905. }
  906.    
  907.     #user_link_dd, .dropdownIndicator {
  908.         display: inline-block;
  909.         width: 9px; height: 5px;
  910.         background: url(/dot/public/style_images/master/header_dropdown.png ) no-repeat left;
  911.     }
  912.    
  913.     #user_link:hover, #notify_link:hover, #inbox_link:hover { background-color: #323232; }
  914.  
  915. #user_link_menucontent #links li {
  916.     width: 50%;
  917.     float: left;
  918.     margin: 3px 0;
  919.     text-shadow: 0px 1px 0 rgba(255,255,255,1);
  920.     white-space: nowrap;
  921. }
  922.  
  923.  
  924. #user_link.menu_active {
  925.     background: #fff;
  926.     color: #323232;
  927. }
  928.    
  929.     #user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator { background-position: right; }
  930.         #community_app_menu .menu_active .dropdownIndicator { background-position: left; }
  931.             #community_app_menu li.active .menu_active .dropdownIndicator { background-position: right; }
  932.     #user_link_menucontent #statusForm { margin-bottom: 15px; }
  933.     #user_link_menucontent #statusUpdate {  margin-bottom: 5px; }
  934.    
  935. #user_link_menucontent > div {
  936.     margin-left: 15px;
  937.     width: 265px;
  938.     text-align: left;
  939. }
  940.  
  941.  
  942. #statusSubmitGlobal { margin-top: 3px; }
  943.  
  944. #user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
  945.     background-position: bottom;
  946.     background-color: #fff;
  947.     -moz-border-radius: 3px 3px 0 0;
  948.     -webkit-border-top-left-radius: 3px;
  949.     -webkit-border-top-right-radius: 3px;
  950.     border-radius: 3px 3px 0 0;
  951. }
  952.  
  953. #notify_link, #inbox_link {
  954.     vertical-align: middle;
  955.     width: 18px;
  956.     height: 15px;
  957.     padding: 13px 24px 9px 12px;
  958.     position: relative;
  959. }
  960.    
  961. #notify_link { background: url(/dot/public/style_images/master/icon_notify.png ) no-repeat top; }
  962. #inbox_link { background: url(/dot/public/style_images/master/icon_inbox.png ) no-repeat top; }
  963.  
  964.  
  965. #user_navigation #register_link {
  966.     background: #7ba60d;
  967.     color: #fff;
  968.     display: inline-block;
  969.     padding: 3px 8px;
  970.     border: 1px solid #7ba60d;
  971.     -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
  972.     -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
  973.     box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
  974.     text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  975. }
  976.  
  977.  
  978. #branding {
  979.     background: #0f3854 url(/dot/public/style_images/master/branding_bg.png) repeat-x;
  980.     border-bottom: 1px solid #1b3759;
  981.     min-height: 64px;
  982. }
  983.    
  984.     #logo { display: inline; }
  985.  
  986.  
  987. #primary_nav {
  988.     background: #204066;
  989.     font-size: 13px;
  990.     padding: 4px 0 0 0;
  991. }
  992.  
  993.     #community_app_menu > li { margin: 0px 3px 0 0; position: relative; }
  994.  
  995.    
  996.     #community_app_menu > li > a {
  997.         color: #c5d5e2;
  998.         background: #1c3b5f;
  999.         display: block;
  1000.         padding: 6px 15px 8px;
  1001.         text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  1002.     }
  1003.  
  1004.         #community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active { background: #173455; color: #fff; }
  1005.    
  1006.    
  1007.     #community_app_menu > li.active > a {
  1008.         background: #fff;
  1009.         color: #0b5794;
  1010.         font-weight: bold;
  1011.         margin-top: 0;
  1012.         text-shadow: none;
  1013.     }
  1014.  
  1015. #quickNavLaunch span {
  1016.     background: url(/dot/public/style_images/master/icon_quicknav.png ) no-repeat top;
  1017.     width: 13px;
  1018.     height: 13px;
  1019.     display: inline-block;
  1020. }
  1021. #quickNavLaunch:hover span { background: url(/dot/public/style_images/master/icon_quicknav.png ) no-repeat bottom; }
  1022. #primary_nav #quickNavLaunch { padding: 6px 8px 8px; }
  1023.  
  1024. #more_apps_menucontent, .submenu_container {
  1025.     background: #173455;
  1026.     font-size: 12px;
  1027.     border: 0;
  1028.     min-width: 140px;
  1029. }
  1030.     #more_apps_menucontent li, .submenu_container li { padding: 0; border: 0; float: none !important; min-width: 150px; }
  1031.     #more_apps_menucontent a, .submenu_container a {
  1032.         display: block;
  1033.         padding: 8px 10px;
  1034.         color: #fff;
  1035.         text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  1036.     }
  1037.  
  1038.     #more_apps_menucontent li:hover, .submenu_container li:hover { background-color: #fff !important; }
  1039.    
  1040.     #more_apps_menucontent li:hover a, .submenu_container li:hover a { color: #000; text-shadow: none; }
  1041.  
  1042. #community_app_menu .submenu_container,
  1043. #more_apps_menucontent.submenu_container {
  1044.     width: 260px;
  1045. }
  1046.  
  1047.     #community_app_menu .submenu_container li,
  1048.     #more_apps_menucontent.submenu_container li {
  1049.         width: 260px;
  1050.     }
  1051.  
  1052. .breadcrumb {
  1053.     color: #777;
  1054.     font-size: 11px;
  1055. }
  1056.     .breadcrumb a { color: #777; }
  1057.     .breadcrumb li .nav_sep { margin: 0 5px 0 0; }
  1058.     .breadcrumb li:first-child{ margin-left: 0; }
  1059.     .breadcrumb.top { margin-bottom: 10px; }
  1060.     .breadcrumb.bottom { margin-top: 10px; width: 100% }
  1061.  
  1062. .ipsHeaderMenu {
  1063.     background: #ffffff; /* Old browsers */
  1064.     background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #ededed 100%); /* FF3.6+ */
  1065.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
  1066.     padding: 10px;
  1067.     -moz-border-radius: 0 0 6px 6px;
  1068.     -webkit-border-bottom-right-radius: 6px;
  1069.     -webkit-border-bottom-left-radius: 6px;
  1070.     border-radius: 0 0 6px 6px;
  1071.     overflow: hidden;
  1072.     width: 340px;
  1073. }
  1074.  
  1075.     .ipsHeaderMenu .ipsType_sectiontitle { margin-bottom: 8px; }
  1076.    
  1077.     #user_notifications_link_menucontent.ipsHeaderMenu,
  1078.     #user_inbox_link_menucontent.ipsHeaderMenu {
  1079.         width: 300px;
  1080.     }
  1081.    
  1082. /************************************************************************/
  1083. /* SEARCH */   
  1084.  
  1085. #search { margin: 20px 0; }
  1086. #main_search {
  1087.     font-size: 12px;
  1088.     border: 0;
  1089.     padding: 0;
  1090.     background: transparent;
  1091.     width: 130px;
  1092.     outline: 0;
  1093. }
  1094.  
  1095.     #main_search.inactive { color: #bcbcbc; }
  1096.    
  1097. #search_wrap {
  1098.     position: relative;
  1099.     background: #fff;
  1100.     display: block;
  1101.     padding: 0 26px 0 4px;
  1102.     height: 26px;
  1103.     line-height: 25px;
  1104.     -moz-border-radius: 3px 4px 4px 3px;
  1105.     -webkit-border-top-left-radius: 3px;
  1106.     -webkit-border-top-right-radius: 4px;
  1107.     -webkit-border-bottom-right-radius: 4px;
  1108.     -webkit-border-bottom-left-radius: 3px;
  1109.     border-radius: 3px 4px 4px 3px;
  1110.     -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  1111.     -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  1112.     box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  1113.     min-width: 230px;
  1114. }
  1115.  
  1116. #adv_search {
  1117.     width: 16px;
  1118.     height: 16px;
  1119.     background: url(/dot/public/style_images/master/advanced_search.png) no-repeat right 50%;
  1120.     text-indent: -3000em;
  1121.     display: inline-block;
  1122.     margin: 4px 0 4px 4px;
  1123. }
  1124.  
  1125.  
  1126. #search .submit_input {
  1127.     background: #7ba60d url(/dot/public/style_images/master/search_icon.png) no-repeat 50%;
  1128.     text-indent: -3000em;
  1129.     padding: 0; border: 0;
  1130.     border: 1px solid #7ba60d;
  1131.     display: block;
  1132.     width: 26px;
  1133.     height: 26px;
  1134.     position: absolute;
  1135.     right: 0; top: 0; bottom: 0;
  1136.     -moz-border-radius: 0 3px 3px 0;
  1137.     -webkit-border-top-right-radius: 3px;
  1138.     -webkit-border-bottom-right-radius: 3px;
  1139.     border-radius: 0 3px 3px 0;
  1140.     -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  1141.     -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  1142.     box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  1143. }
  1144.  
  1145. #search_options {
  1146.     font-size: 10px;
  1147.     height: 20px;
  1148.     line-height: 20px;
  1149.     margin: 3px 3px 3px 0;
  1150.     padding: 0 6px;
  1151.     -moz-border-radius: 3px;
  1152.     -webkit-border-radius: 3px;
  1153.     border-radius: 3px;
  1154.     background: #eaeaea;
  1155.     display: inline-block;
  1156.     float: right;
  1157.     max-width: 80px;
  1158.     text-overflow:ellipsis;
  1159.     overflow: hidden;
  1160. }
  1161.  
  1162. #search_options_menucontent { min-width: 100px; white-space: nowrap; }
  1163.     #search_options_menucontent input { margin-right: 10px; }
  1164.     #search_options_menucontent li { border-bottom: 0; }
  1165.     #search_options_menucontent label { cursor: pointer; }
  1166.    
  1167. /************************************************************************/
  1168. /* FOOTER */   
  1169.  
  1170. #backtotop {
  1171.     width: 24px;
  1172.     height: 24px;
  1173.     line-height: 20px;
  1174.     left: 50%;
  1175.     margin-left: -12px;
  1176.     position: absolute;
  1177.     display: inline-block;
  1178.     background: #bdbdbd;
  1179.     text-align: center;
  1180.     -moz-border-radius: 16px;
  1181.     -webkit-border-radius: 16px;
  1182.     border-radius: 16px;
  1183.     opacity: 0.4;
  1184.     outline: 0;
  1185. }
  1186.  
  1187.     #backtotop:hover {
  1188.         background: #af286d;
  1189.         color: #fff;
  1190.         opacity: 1;
  1191.     }
  1192.  
  1193. #footer_utilities {
  1194.     padding: 10px;
  1195.     font-size: 11px;
  1196.     position: relative;
  1197. }
  1198.    
  1199.     #footer_utilities .ipsList_inline > li > a { margin-right: 0px; padding: 4px 10px; }
  1200.     #footer_utilities a.menu_active {
  1201.         background: #F7F9FB;
  1202.         margin-top: -5px;
  1203.         padding: 3px 9px 4px !important;
  1204.         z-index: 20000;
  1205.         position: relative;
  1206.         display: inline-block;
  1207.         border: 1px solid #D5DDE5;
  1208.         border-bottom: 0;
  1209.     }
  1210.    
  1211.     #copyright {
  1212.         color: #848484;
  1213.         text-align: right;
  1214.         text-shadow: 0px 1px 0px #fff;
  1215.     }
  1216.    
  1217.         #copyright a { color: #848484; }
  1218.  
  1219. #ipsDebug_footer {
  1220.     width: 900px;
  1221.     margin: 8px auto 0px auto;
  1222.     text-align: center;
  1223.     color: #404040;
  1224.     text-shadow: 0px 1px 0px #fff;
  1225.     font-size: 11px;
  1226. }
  1227.     #ipsDebug_footer strong { margin-left: 20px; }
  1228.     #ipsDebug_footer a { color: #404040; }
  1229.    
  1230. #rss_menu {
  1231.     background-color: #fef3d7;
  1232.     border: 1px solid #ed7710;
  1233. }
  1234.    
  1235.     #rss_menu li { border-bottom: 1px solid #fce19b; }
  1236.     #rss_menu a {
  1237.         color: #ed7710;
  1238.         padding: 5px 8px;
  1239.     }
  1240.  
  1241.         #rss_menu a:hover {
  1242.             background-color: #ed7710;
  1243.             color: #fff;
  1244.         }
  1245.  
  1246. /************************************************************************/
  1247. /* GENERAL CONTENT */
  1248.  
  1249. .ipsUserPhoto {
  1250.     padding: 1px;
  1251.     border: 1px solid #d5d5d5;
  1252.     background: #fff;
  1253.     -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  1254.     -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  1255.     box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  1256. }
  1257.    
  1258.     .ipsUserPhotoLink:hover .ipsUserPhoto {
  1259.         border-color: #7d7d7d;
  1260.     }
  1261.    
  1262.     .ipsUserPhoto_variable { max-width: 155px; }
  1263.     .ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
  1264.     .ipsUserPhoto_medium { width: 50px; height: 50px; }
  1265.     .ipsUserPhoto_mini { width: 30px; height: 30px; }
  1266.     .ipsUserPhoto_tiny { width: 20px; height: 20px; }
  1267.     .ipsUserPhoto_icon { width: 16px; height: 16px; }
  1268.  
  1269.  
  1270. .general_box {
  1271.     background: #fcfcfc;
  1272.     margin-bottom: 10px;
  1273. }
  1274.  
  1275.    
  1276.     .general_box h3 {
  1277.         font: normal 14px helvetica, arial, sans-serif;
  1278.         padding: 8px 10px;
  1279.         background: #DBE2EC;
  1280.         color: #204066;
  1281.     }
  1282.  
  1283. .general_box .none {
  1284.     color: #bcbcbc;
  1285. }
  1286.  
  1287. .ipsBox, .ipsPad { padding: 9px; }
  1288.     .ipsPad_double { padding: 9px 19px; } /* 19px because it's still only 1px border to account for */
  1289.     .ipsBox_withphoto { margin-left: 65px; }
  1290.    
  1291.    
  1292.     .ipsBox_container {
  1293.         background: #fff;
  1294.         border: 1px solid #dbe4ef;
  1295.     }
  1296.     .ipsBox_notice {
  1297.         padding: 10px;
  1298.         line-height: 1.6;
  1299.         margin-bottom: 10px;
  1300.     }
  1301.     .ipsBox_container .ipsBox_notice {  margin: -10px -10px 10px -10px; }
  1302. .ipsPad_half { padding: 4px !important; }
  1303. .ipsPad_left { padding-left: 9px; }
  1304. .ipsPad_top { padding-top: 9px; }
  1305. .ipsPad_top_slimmer { padding-top: 7px; }
  1306. .ipsPad_top_half { padding-top: 4px; }
  1307. .ipsPad_top_bottom { padding-top: 9px; padding-bottom: 9px; }
  1308. .ipsPad_top_bottom_half { padding-top: 4px; padding-bottom: 4px; }
  1309. .ipsMargin_top { margin-top: 9px; }
  1310.  
  1311. .ipsBlendLinks_target .ipsBlendLinks_here {
  1312.         opacity: 0.5;
  1313.         -webkit-transition: all 0.1s ease-in-out;
  1314.         -moz-transition: all 0.2s ease-in-out;
  1315.     }
  1316.     .ipsBlendLinks_target:hover .ipsBlendLinks_here { opacity: 1; }
  1317.    
  1318. .block_list > li {
  1319.     padding: 5px 10px;
  1320.     border-bottom: 1px solid #f2f2f2;
  1321. }
  1322.  
  1323. .ipsModMenu {
  1324.     width: 15px;
  1325.     height: 15px;
  1326.     display: inline-block;
  1327.     text-indent: -2000em;
  1328.     background: url(/dot/public/style_images/master/moderation_cog.png ) no-repeat;
  1329.     margin-right: 5px;
  1330.     vertical-align: middle;
  1331. }
  1332.  
  1333. .ipsBadge {
  1334.     display: inline-block;
  1335.     height: 16px;
  1336.     line-height: 16px;
  1337.     padding: 0 5px;
  1338.     font-size: 9px;
  1339.     font-weight: bold;
  1340.     text-transform: uppercase;
  1341.     color: #fff;
  1342.     -moz-border-radius: 4px;
  1343.     -webkit-border-radius: 4px;
  1344.     border-radius: 4px;
  1345.     vertical-align: middle;
  1346. }
  1347.  
  1348.     #nav_app_ipchat .ipsBadge { position: absolute; }
  1349.    
  1350. #ajax_loading {
  1351.     background: #95C715;
  1352.     background: -moz-linear-gradient(top, #95C715 0%, #7BA60D 100%);
  1353.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95C715), color-stop(100%,#7BA60D));
  1354.     background: linear-gradient(top, #95C715 0%,#7BA60D 100%);
  1355.     border: 1px solid #7BA60D;
  1356.     color: #fff;
  1357.     text-align: center;
  1358.     padding: 5px 0 8px;
  1359.     width: 8%;
  1360.     top: 0px;
  1361.     left: 46%;
  1362.     -moz-border-radius: 0 0 5px 5px;
  1363.     -webkit-border-bottom-right-radius: 5px;
  1364.     -webkit-border-bottom-left-radius: 5px;
  1365.     border-radius: 0 0 5px 5px;
  1366.     z-index: 10000;
  1367.     position: fixed;
  1368.     -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
  1369.     -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
  1370.     box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
  1371. }
  1372.  
  1373. #ipboard_body.redirector {
  1374.     width: 500px;
  1375.     margin: 150px auto 0 auto;
  1376. }
  1377.  
  1378. #ipboard_body.minimal { margin-top: 40px; }
  1379.     #ipboard_body.minimal #content {
  1380.         -moz-border-radius: 10px;
  1381.         -webkit-border-radius: 10px;
  1382.         border-radius: 10px;
  1383.         padding: 20px 30px;
  1384.     }
  1385.     #ipboard_body.minimal h1 { font-size: 32px; }
  1386.     #ipboard_body.minimal .ipsType_pagedesc { font-size: 16px; }
  1387.  
  1388. .progress_bar {
  1389.     background-color: #fff;
  1390.     border: 1px solid #d5dde5;
  1391. }
  1392.  
  1393.     .progress_bar span {
  1394.         background: #243f5c url(/dot/public/style_images/master/gradient_bg.png) repeat-x left 50%;
  1395.         color: #fff;
  1396.         font-size: 0em;
  1397.         font-weight: bold;
  1398.         text-align: center;
  1399.         text-indent: -2000em; /* Safari fix */
  1400.         height: 10px;
  1401.         display: block;
  1402.         overflow: hidden;
  1403.     }
  1404.  
  1405.     .progress_bar.limit span {
  1406.         background: #b82929 url(/dot/public/style_images/master/progressbar_warning.png) repeat-x center;
  1407.     }
  1408.  
  1409.     .progress_bar span span {
  1410.         display: none;
  1411.     }
  1412.  
  1413. .progress_bar.user_warn {  
  1414.     margin: 0 auto;
  1415.     width: 80%;
  1416. }
  1417.  
  1418.     .progress_bar.user_warn span {
  1419.         height: 6px;
  1420.     }
  1421.  
  1422. .progress_bar.topic_poll {
  1423.     border: 1px solid #d5dde5;
  1424.     margin-top: 2px;
  1425.     width: 40%;
  1426. }
  1427.  
  1428. li.rating a {
  1429.     outline: 0;
  1430. }
  1431.  
  1432. .antispam_img { margin: 0 3px 5px 0; }
  1433.    
  1434. span.error {
  1435.     color: #ad2930;
  1436.     font-weight: bold;
  1437.     clear: both;
  1438. }
  1439.  
  1440. #recaptcha_widget_div { max-width: 350px; }
  1441. #recaptcha_table { border: 0 !important; }
  1442.  
  1443. /************************************************************************/
  1444. /* GENERIC REPEATED STYLES */
  1445. /* Inline lists */
  1446. .tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label,.user_controls li {
  1447.     display: inline;
  1448. }
  1449.  
  1450. /* Utility styles */
  1451. .right { float: right; }
  1452. .left { float: left; }
  1453. .hide { display: none; }
  1454. .short { text-align: center; }
  1455. .clear { clear: both; }
  1456. .clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
  1457. .faded { opacity: 0.5 }
  1458. .clickable { cursor: pointer; }
  1459. .reset_cursor { cursor: default; }
  1460.  
  1461. /* Bullets */
  1462. .bullets ul, .bullets ol,
  1463. ul.bullets, ol.bullets {
  1464.     list-style: disc;
  1465.     margin-left: 30px;
  1466.     line-height: 150%;
  1467.     list-style-image: none;
  1468. }
  1469.  
  1470.  
  1471. .maintitle {
  1472.     background: #2c5687 url(/dot/public/style_images/master/maintitle.png) repeat-x top;
  1473.     color: #fff;
  1474.     padding: 10px 10px 11px;
  1475.     font-size: 16px;
  1476.     font-weight: 300;
  1477.     -moz-border-radius: 4px 4px 0 0;
  1478.     -webkit-border-top-left-radius: 4px;
  1479.     -webkit-border-top-right-radius: 4px;
  1480.     border-radius: 4px 4px 0 0;
  1481.     -webkit-box-shadow: inset 0px 1px 0 #528cbc;
  1482.     -moz-box-shadow: inset 0px 1px 0 #528cbc;
  1483.     box-shadow: inset 0px 1px 0 #528cbc;
  1484.     border-width: 1px 1px 0 1px;
  1485.     border-color: #316897;
  1486.     border-style: solid;
  1487. }
  1488.  
  1489.     .maintitle a {  color: #fff; }
  1490.    
  1491.     .collapsed .maintitle {
  1492.         opacity: 0.2;
  1493.         -moz-border-radius: 4px;
  1494.         -webkit-border-radius: 4px;
  1495.         border-radius: 4px;
  1496.     }
  1497.    
  1498.         .collapsed .maintitle:hover { opacity: 0.4; }
  1499.    
  1500.     .maintitle .toggle {
  1501.         visibility: hidden;
  1502.         background: url(/dot/public/style_images/master/cat_minimize.png) no-repeat;
  1503.         text-indent: -3000em;
  1504.         width: 25px; height: 25px;
  1505.         display: block;
  1506.         outline: 0;
  1507.     }
  1508.         .maintitle:hover .toggle { visibility: visible; }
  1509.    
  1510.     .collapsed .toggle {
  1511.         background-image: url(/dot/public/style_images/master/cat_maximize.png);
  1512.     }  
  1513.    
  1514. /* Rounded corners */
  1515. #user_navigation #new_msg_count, .poll_question h4,
  1516. .rounded {
  1517.     border-radius: 6px;
  1518.     -moz-border-radius: 6px;
  1519.     -webkit-border-radius: 6px;
  1520. }
  1521.  
  1522.  
  1523. .desc, .desc.blend_links a, p.posted_info {
  1524.     font-size: 12px;
  1525.     color: #777777;
  1526. }
  1527.  
  1528.  
  1529. .desc.lighter, .desc.lighter.blend_links a {
  1530.     color: #a4a4a4;
  1531. }
  1532.  
  1533. /* Cancel */
  1534. .cancel {
  1535.     color: #ad2930;
  1536.     font-size: 0.9em;
  1537.     font-weight: bold;
  1538. }
  1539.  
  1540. /* Moderation */
  1541. em.moderated {
  1542.     font-size: 11px;
  1543.     font-style: normal;
  1544.     font-weight: bold;
  1545. }
  1546.  
  1547. /* Positive/Negative */
  1548. .positive { color: #6f8f52; }
  1549. .negative { color: #c7172b; }
  1550.  
  1551. /* Search highlighting */
  1552. .searchlite
  1553. {
  1554.     background-color: yellow;
  1555.     color: red;
  1556.     font-size:14px;
  1557. }
  1558.  
  1559. /* Users posting */
  1560. .activeuserposting {
  1561.     font-style: italic;
  1562. }
  1563.    
  1564. /************************************************************************/
  1565. /* COLUMN WIDTHS FOR TABLES */
  1566. /* col_f = forums; col_c = categories; col_m = messenger; col_n = notifications */
  1567.  
  1568. .col_f_post { width: 250px !important; }
  1569.     .is_mod .col_f_post { width: 210px !important; }
  1570.  
  1571.     td.col_c_post {
  1572.         padding-top: 10px !important;
  1573.         width: 250px;
  1574.     }
  1575.  
  1576. .col_f_icon {
  1577.     padding: 10px 0 0 0 !important;
  1578.     width: 24px !important;
  1579.     text-align: center;
  1580.     vertical-align: top;
  1581. }
  1582.  
  1583. .col_n_icon {
  1584.     vertical-align: middle;
  1585.     width: 24px;
  1586.     padding: 0 !important;
  1587. }
  1588.    
  1589. .col_f_views, .col_m_replies {
  1590.     width: 100px !important;
  1591.     text-align: right;
  1592.     white-space: nowrap;
  1593. }
  1594.  
  1595. .col_f_mod, .col_m_mod, .col_n_mod { width: 40px; text-align: right; }
  1596. .col_f_preview {
  1597.     width: 20px !important;
  1598.     text-align: right;
  1599. }
  1600.  
  1601. .col_c_icon { padding: 10px 5px 10px 5px !important; width: 30px; vertical-align: middle; text-align: middle; }
  1602. .col_c_post .ipsUserPhoto { margin-top: 3px; }
  1603.  
  1604. .col_n_date { width: 250px; }
  1605. .col_m_photo, .col_n_photo { width: 30px; }
  1606. .col_m_mod { text-align: right; }
  1607. .col_r_icon { width: 3%; }
  1608. .col_f_topic, .col_m_subject { width: 49%; }
  1609. .col_f_starter, .col_r_total, .col_r_comments { width: 10%; }
  1610. .col_m_date, .col_r_updated, .col_r_section { width: 18%; }
  1611. .col_c_stats { width: 15%; text-align: right; }
  1612. .col_c_forum { width: auto; }
  1613. .col_mod, .col_r_mod { width: 3%; }
  1614. .col_r_title { width: 26%; }
  1615.  
  1616. /*.col_c_forum, .col_c_stats, .col_c_icon, .col_c_post { vertical-align: top; }*/
  1617.  
  1618. /************************************************************************/
  1619. /* TABLE STYLES */
  1620.  
  1621. table.ipb_table {
  1622.     width: 100%;
  1623.     line-height: 1.3;
  1624.     border-collapse: collapse;
  1625. }
  1626.    
  1627.    
  1628.     table.ipb_table td {
  1629.         padding: 10px;
  1630.         border-bottom: 1px solid #f3f3f3;
  1631.     }
  1632.        
  1633.         table.ipb_table tr.unread h4 { font-weight: bold; }
  1634.         table.ipb_table tr.highlighted td { border-bottom: 0; }
  1635.    
  1636.     table.ipb_table th {
  1637.         font-size: 11px;
  1638.         font-weight: bold;
  1639.         padding: 8px 6px;
  1640.     }
  1641.    
  1642. .last_post { margin-left: 45px; }
  1643.  
  1644. table.ipb_table h4,
  1645. table.ipb_table .topic_title {
  1646.     font-size: 14px;
  1647.     display: inline-block;
  1648. }
  1649.  
  1650. table.ipb_table  .unread .topic_title { font-weight: bold; }
  1651. table.ipb_table .ipsModMenu { visibility: hidden; }
  1652. table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active { visibility: visible; }
  1653.  
  1654. #announcements h4 { display: inline; }
  1655. #announcements td { border-bottom: 1px solid #fff; }
  1656.  
  1657. .forum_data {
  1658.     font-size: 11px;
  1659.     color: #5c5c5c;
  1660.     display: inline-block;
  1661.     white-space: nowrap;
  1662.     margin: 0px 0 0 8px;
  1663. }
  1664.  
  1665. .desc_more {
  1666.     background: url(/dot/public/style_images/master/desc_more.png ) no-repeat top;
  1667.     display: inline-block;
  1668.     width: 13px; height: 13px;
  1669.     text-indent: -2000em;
  1670. }
  1671.     .desc_more:hover { background-position: bottom; }
  1672.  
  1673. .category_block .ipb_table h4 { font-size: 15px; word-wrap: break-word; }
  1674.  
  1675. table.ipb_table .subforums {
  1676.     margin: 2px 0 3px 5px;
  1677.     padding-left: 20px;
  1678.     background: url(/dot/public/style_images/master/subforum_stem.png ) no-repeat left 4px;
  1679. }
  1680.     table.ipb_table .subforums li.unread { font-weight: bold; }
  1681.  
  1682. table.ipb_table .expander {
  1683.     visibility: hidden;
  1684.     width: 16px;
  1685.     height: 16px;
  1686.     display: inline-block;
  1687. }
  1688. table.ipb_table tr:hover .expander { visibility: visible; opacity: 0.2; }
  1689. table.ipb_table td.col_f_preview { cursor: pointer; }
  1690. table.ipb_table tr td:hover .expander, .expander.open, .expander.loading { visibility: visible !important; opacity: 1; }
  1691. table.ipb_table .expander.closed { background: url(/dot/public/style_images/master/icon_expand_close.png ) no-repeat top; }
  1692. table.ipb_table .expander.open { background: url(/dot/public/style_images/master/icon_expand_close.png ) no-repeat bottom; }
  1693. table.ipb_table .expander.loading { background: url(/dot/public/style_images/master/loading.gif ) no-repeat; }
  1694. table.ipb_table .preview td {
  1695.     padding: 20px 10px 20px 29px;
  1696.     z-index: 20000;
  1697.     border-top: 0;
  1698. }
  1699.  
  1700.     table.ipb_table .preview td > div {
  1701.         line-height: 1.4;
  1702.         position: relative;    
  1703.     }
  1704.    
  1705.     table.ipb_table .preview td {
  1706.         -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  1707.         -moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  1708.         box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  1709.         border: 1px solid #D6E4F0;
  1710.     }
  1711.  
  1712. .preview_col {
  1713.     margin-left: 80px;
  1714. }
  1715.  
  1716. .preview_info {
  1717.     border-bottom: 1px solid #eaeaea;
  1718.     padding-bottom: 3px;
  1719.     margin: -3px 0 3px;
  1720. }
  1721.  
  1722. table.ipb_table .mini_pagination { opacity: 0.5; }
  1723. table.ipb_table tr:hover .mini_pagination { opacity: 1; }
  1724.  
  1725. /************************************************************************/
  1726. /* LAYOUT SYSTEM */
  1727.  
  1728. .ipsLayout.ipsLayout_withleft { padding-left: 210px; }
  1729.     .ipsBox.ipsLayout.ipsLayout_withleft { padding-left: 220px; }
  1730. .ipsLayout.ipsLayout_withright { padding-right: 210px; clear: left; }
  1731.     .ipsBox.ipsLayout.ipsLayout_withright { padding-right: 220px; }
  1732.    
  1733. /* Panes */
  1734. .ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right { position: relative; }
  1735. .ipsLayout_content { width: 100%; float: left; }
  1736. .ipsLayout .ipsLayout_left { width: 200px; margin-left: -210px; float: left; }
  1737. .ipsLayout .ipsLayout_right { width: 200px; margin-right: -210px; float: right; }
  1738.  
  1739. /* Wider sidebars */
  1740. .ipsLayout_largeleft.ipsLayout_withleft { padding-left: 280px; }
  1741.     .ipsBox.ipsLayout_largeleft.ipsLayout_withleft { padding-left: 290px; }
  1742. .ipsLayout_largeleft.ipsLayout .ipsLayout_left { width: 270px; margin-left: -280px; }
  1743. .ipsLayout_largeright.ipsLayout_withright { padding-right: 280px; }
  1744.     .ipsBox.ipsLayout_largeright.ipsLayout_withright { padding-right: 290px; }
  1745. .ipsLayout_largeright.ipsLayout .ipsLayout_right { width: 270px; margin-right: -280px; }
  1746.  
  1747. /* Narrow sidebars */
  1748. .ipsLayout_smallleft.ipsLayout_withleft { padding-left: 150px; }
  1749.     .ipsBox.ipsLayout_smallleft.ipsLayout_withleft { padding-left: 160px; }
  1750. .ipsLayout_smallleft.ipsLayout .ipsLayout_left { width: 140px; margin-left: -150px; }
  1751. .ipsLayout_smallright.ipsLayout_withright { padding-right: 150px; }
  1752.     .ipsBox.ipsLayout_smallright.ipsLayout_withright { padding-right: 160px; }
  1753. .ipsLayout_smallright.ipsLayout .ipsLayout_right { width: 140px; margin-right: -150px; }
  1754.  
  1755. /* Tiny sidebar */
  1756. .ipsLayout_tinyleft.ipsLayout_withleft { padding-left: 50px; }
  1757.     .ipsBox.ipsLayout_tinyleft.ipsLayout_withleft { padding-left: 60px; }
  1758. .ipsLayout_tinyleft.ipsLayout .ipsLayout_left { width: 40px; margin-left: -40px; }
  1759. .ipsLayout_tinyright.ipsLayout_withright { padding-right: 50px; }
  1760.     .ipsBox.ipsLayout_tinyright.ipsLayout_withright { padding-right: 60px; }
  1761. .ipsLayout_tinyright.ipsLayout .ipsLayout_right { width: 40px; margin-right: -40px; }
  1762.  
  1763. /* Big sidebar */
  1764. .ipsLayout_bigleft.ipsLayout_withleft { padding-left: 330px; }
  1765.     .ipsBox.ipsLayout_bigleft.ipsLayout_withleft { padding-left: 340px; }
  1766. .ipsLayout_bigleft.ipsLayout .ipsLayout_left { width: 320px; margin-left: -330px; }
  1767. .ipsLayout_bigright.ipsLayout_withright { padding-right: 330px; }
  1768.     .ipsBox.ipsLayout_bigright.ipsLayout_withright { padding-right: 340px; }
  1769. .ipsLayout_bigright.ipsLayout .ipsLayout_right { width: 320px; margin-right: -330px; }
  1770.  
  1771. /* Even Wider sidebars */
  1772. .ipsLayout_hugeleft.ipsLayout_withleft { padding-left: 380px; }
  1773.     .ipsBox.ipsLayout_hugeleft.ipsLayout_withleft { padding-left: 390px; }
  1774. .ipsLayout_hugeleft.ipsLayout .ipsLayout_left { width: 370px; margin-left: -380px; }
  1775. .ipsLayout_hugeright.ipsLayout_withright { padding-right: 380px; }
  1776.     .ipsBox.ipsLayout_hugeright.ipsLayout_withright { padding-right: 390px; }
  1777. .ipsLayout_hugeright.ipsLayout .ipsLayout_right { width: 370px; margin-right: -380px; }
  1778.  
  1779. /************************************************************************/
  1780. /* NEW FORMS */
  1781.  
  1782. .ipsField .ipsField_title {
  1783.     font-weight: bold;
  1784.     font-size: 15px;
  1785. }
  1786.  
  1787. .ipsForm_required {
  1788.     color: #ab1f39;
  1789.     font-weight: bold;
  1790. }
  1791.  
  1792. .ipsForm_horizontal .ipsField_title {
  1793.     float: left;
  1794.     width: 185px;
  1795.     padding-right: 15px;
  1796.     text-align: right;
  1797.     line-height: 1.8;
  1798. }
  1799.  
  1800. .ipsForm_horizontal .ipsField { margin-bottom: 15px; }
  1801. .ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit { margin-left: 200px; }
  1802. .ipsForm_horizontal .ipsField_checkbox { margin: 0 0 5px 200px; }
  1803. .ipsForm_horizontal .ipsField_select .ipsField_title { line-height: 1.6; }
  1804.  
  1805. .ipsForm_vertical .ipsField { margin-bottom: 10px; }
  1806. .ipsForm_vertical .ipsField_content { margin-top: 3px; }
  1807.  
  1808. .ipsForm .ipsField_checkbox .ipsField_content { margin-left: 25px; }
  1809. .ipsForm .ipsField_checkbox input { float: left; margin-top: 3px; }
  1810.  
  1811. .ipsField_primary input { font-size: 18px; }
  1812.  
  1813. .ipsForm_submit {
  1814.     background: #e4e4e4;
  1815.     background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%);
  1816.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#cccccc));
  1817.     padding: 5px 10px;
  1818.     text-align: right;
  1819.     border-top: 1px solid #cccccc;
  1820.     margin-top: 25px;
  1821. }
  1822.  
  1823. .ipsForm_right { text-align: right; }
  1824. .ipsForm_left { text-align: left; }
  1825. .ipsForm_center { text-align: center; }
  1826.  
  1827. /************************************************************************/
  1828. /* SETTINGS SCREENS */
  1829. .ipsSettings_pagetitle { font-size: 20px; margin-bottom: 5px; }
  1830. .ipsSettings { padding: 0 0px; }
  1831. .ipsSettings_section {
  1832.     margin: 0 0 15px 0;
  1833.     border-top: 1px solid #eaeaea;
  1834.     padding: 15px 0 0 0;
  1835. }
  1836.    
  1837.     .ipsSettings_section > div { margin-left: 175px; }
  1838.     .ipsSettings_section > div ul li { margin-bottom: 10px; }
  1839.     .ipsSettings_section .desc { margin-top: 3px; }
  1840.    
  1841. .ipsSettings_sectiontitle {
  1842.     font: bold 14px Helvetica, Arial, sans-serif;
  1843.     color: #151515;
  1844.     width: 165px;
  1845.     padding-left: 10px;
  1846.     float: left;
  1847. }
  1848.  
  1849. .ipsSettings_fieldtitle {
  1850.     min-width: 100px;
  1851.     margin-right: 10px;
  1852.     font-size: 14px;
  1853.     display: inline-block;
  1854.     vertical-align: top;
  1855.     padding-top: 3px;
  1856. }
  1857.  
  1858. /************************************************************************/
  1859. /* TOOLTIPS */
  1860.  
  1861. .ipsTooltip { padding: 5px; z-index: 25000;}
  1862. .ipsTooltip_inner {
  1863.     padding: 8px;
  1864.     background: #333333;
  1865.     border: 1px solid #333333;
  1866.     color: #fff;
  1867.     -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1868.     -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1869.     box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1870.     -moz-border-radius: 4px;
  1871.     -webkit-border-radius: 4px;
  1872.     border-radius: 4px;
  1873.     font-size: 12px;
  1874.     text-align: center;
  1875.     max-width: 250px;
  1876. }
  1877.     .ipsTooltip_inner a { color: #fff; }
  1878.     .ipsTooltip_inner span { font-size: 11px; color: #d2d2d2 }
  1879.     .ipsTooltip.top     { background: url(/dot/public/style_images/master/stems/tooltip_top.png) no-repeat bottom center; }
  1880.         .ipsTooltip.top_left    { background-position: bottom left; }
  1881.     .ipsTooltip.bottom  { background: url(/dot/public/style_images/master/stems/tooltip_bottom.png) no-repeat top center; }
  1882.     .ipsTooltip.left    { background: url(/dot/public/style_images/master/stems/tooltip_left.png) no-repeat center right; }
  1883.     .ipsTooltip.right   { background: url(/dot/public/style_images/master/stems/tooltip_right.png) no-repeat center left; }
  1884.    
  1885. /************************************************************************/
  1886. /* AlertFlag */
  1887.  
  1888. .ipsHasNotifications {
  1889.     padding: 0px 4px;
  1890.     height: 12px;
  1891.     line-height: 12px;
  1892.     background: #cf2020;
  1893.     color: #fff !important;
  1894.     font-size: 9px;
  1895.     text-align: center;
  1896.     -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1897.     -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1898.     box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1899.     -moz-border-radius: 2px;
  1900.     -webkit-border-radius: 2px;
  1901.     border-radius: 2px;
  1902.     position: absolute;
  1903.     top: 4px;
  1904.     left: 3px;
  1905. }
  1906.  
  1907. .ipsHasNotifications_blank { display: none; }
  1908. #chat-tab-count.ipsHasNotifications { left: auto; top: 0px; right: -1px; text-shadow: none !important; }
  1909.  
  1910. /************************************************************************/
  1911. /* SIDEBAR STYLE */
  1912.  
  1913. .ipsSideMenu { padding: 10px 0; }
  1914. .ipsSideMenu h4 {
  1915.     margin: 0 10px 5px 25px;
  1916.     font-weight: bold;
  1917.     color: #383838;
  1918. }
  1919.  
  1920. .ipsSideMenu ul {
  1921.     border-top: 1px solid #EDF1F5;
  1922.     margin-bottom: 20px;
  1923. }
  1924.  
  1925. .ipsSideMenu ul li {
  1926.     font-size: 11px;
  1927.     border-bottom: 1px solid #EDF1F5;
  1928. }
  1929.  
  1930. .ipsSideMenu ul li a {
  1931.     padding: 5px 10px 5px 25px;
  1932.     display: block;
  1933. }
  1934.  
  1935.  
  1936. .ipsSideMenu ul li.active a {
  1937.     background: #af286d url(/dot/public/style_images/master/icon_check_white.png ) no-repeat 6px 8px;
  1938.     color: #fff;
  1939.     font-weight: bold;
  1940. }
  1941.  
  1942. /***************************************************************************/
  1943. /* WIZARDS */
  1944. .ipsSteps {
  1945.     border-bottom: 1px solid #fff;
  1946.     background: #DBE2EC;
  1947.     overflow: hidden;
  1948. }  
  1949.     .ipsSteps ul li {
  1950.         float: left;
  1951.         padding: 11px 33px 11px 18px;
  1952.         color: #323232;
  1953.         background-image: url(/dot/public/style_images/master/wizard_step_large.png );
  1954.         background-repeat: no-repeat;
  1955.         background-position: bottom right;
  1956.         position: relative;
  1957.         max-height: 53px;
  1958.     }
  1959.    
  1960.     .ipsSteps .ipsSteps_active {
  1961.         background-position: top right;
  1962.         color: #fff;
  1963.         text-shadow: 0px -1px 0 rgba(0,0,0,0.7);
  1964.     }
  1965.    
  1966.     .ipsSteps .ipsSteps_done { color: #aeaeae; }
  1967.     .ipsSteps_desc { font-size: 11px; }
  1968.     .ipsSteps_arrow { display: none; }
  1969.    
  1970.     .ipsSteps_title {
  1971.         display: block;
  1972.         font-size: 14px;
  1973.     }
  1974.    
  1975.     .ipsSteps_active .ipsSteps_arrow {
  1976.         display: block;
  1977.         position: absolute;
  1978.         left: -23px;
  1979.         top: 0;
  1980.         width: 23px;
  1981.         height: 54px;
  1982.         background: url(/dot/public/style_images/master/wizard_step_extra.png ) no-repeat;
  1983.     }
  1984.    
  1985.     .ipsSteps ul li:first-child .ipsSteps_arrow { display: none !important; }
  1986.  
  1987. /************************************************************************/
  1988. /* VERTICAL TABS (profile etc.) */
  1989.  
  1990. .ipsVerticalTabbed { }
  1991.  
  1992.     .ipsVerticalTabbed_content {
  1993.         min-height: 400px;
  1994.     }
  1995.    
  1996.     .ipsVerticalTabbed_tabs > ul {
  1997.         width: 149px !important;
  1998.         margin-top: 10px;
  1999.         border-top: 1px solid #DBE4EF;
  2000.         border-left: 1px solid #DBE4EF;
  2001.     }
  2002.        
  2003.         .ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul { width: 40px !important; }
  2004.        
  2005.        
  2006.         .ipsVerticalTabbed_tabs li {
  2007.             background: #f6f8fb;
  2008.             color: #808080;
  2009.             border-bottom: 1px solid #DBE4EF;
  2010.             font-size: 13px;
  2011.         }
  2012.        
  2013.            
  2014.             .ipsVerticalTabbed_tabs li a {
  2015.                 display: block;
  2016.                 padding: 10px 8px;
  2017.                 outline: 0;
  2018.                 color: #8d8d8d;
  2019.                 -webkit-transition: background-color 0.1s ease-in-out;
  2020.                 -moz-transition: background-color 0.3s ease-in-out;
  2021.             }
  2022.            
  2023.                
  2024.                 .ipsVerticalTabbed_tabs li a:hover {
  2025.                     background: #eaeff5;
  2026.                     color: #808080;
  2027.                 }
  2028.            
  2029.                
  2030.                 .ipsVerticalTabbed_tabs li.active a {
  2031.                     width: 135px;
  2032.                     position: relative;
  2033.                     z-index: 8000;
  2034.                     border-right: 1px solid #fff;
  2035.                     background: #fff;
  2036.                     color: #353535;
  2037.                     font-weight: bold;
  2038.                 }
  2039.                
  2040.                     .ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  2041.                         width: 24px;
  2042.                     }
  2043.  
  2044. /************************************************************************/
  2045. /* 'LIKE' FUNCTIONS */
  2046.  
  2047. .ipsLikeBar { margin: 10px 0; font-size: 11px; }
  2048.    
  2049.     .ipsLikeBar_info {
  2050.         line-height: 19px;
  2051.         background: #f4f4f4;
  2052.         padding: 0 10px;
  2053.         display: inline-block;
  2054.         -moz-border-radius: 2px;
  2055.         -webkit-border-radius: 2px;
  2056.         border-radius: 2px;
  2057.     }
  2058.    
  2059. .ipsLikeButton {
  2060.     line-height: 17px;
  2061.     padding: 0 6px 0 24px;
  2062.     font-size: 11px;
  2063.     display: inline-block;
  2064.     -moz-border-radius: 2px;
  2065.     -webkit-border-radius: 2px;
  2066.     border-radius: 2px;
  2067.     color: #fff !important;
  2068. }
  2069.     .ipsLikeButton:hover { color: #fff !important; }
  2070.    
  2071.     .ipsLikeButton.ipsLikeButton_enabled {
  2072.         background: #7b96bb url(/dot/public/style_images/master/like_button.png ) no-repeat top left;
  2073.         border: 1px solid #7b96bb;
  2074.     }
  2075.    
  2076.     .ipsLikeButton.ipsLikeButton_disabled {
  2077.         background: #acacac url(/dot/public/style_images/master/like_button.png ) no-repeat bottom left;
  2078.         border: 1px solid #acacac;
  2079.     }
  2080.  
  2081. /************************************************************************/
  2082. /* TAG LIST */
  2083.  
  2084. .ipsTag {
  2085.     display: inline-block;
  2086.     background: url(/dot/public/style_images/master/tag_bg.png );
  2087.     height: 20px;
  2088.     line-height: 20px;
  2089.     padding: 0 7px 0 15px;
  2090.     margin: 5px 5px 0 0;
  2091.     font-size: 11px;
  2092.     color: #656565;
  2093.     text-shadow: 0 1px 0 rgba(255,255,255,1);
  2094.     -moz-border-radius: 0 3px 3px 0;
  2095.     -webkit-border-top-right-radius: 3px;
  2096.     -webkit-border-bottom-right-radius: 3px;
  2097.     border-radius: 0 3px 3px 0;
  2098. }
  2099.  
  2100. /************************************************************************/
  2101. /* TAG EDITOR STYLES */
  2102.  
  2103. .ipsTagBox_wrapper {
  2104.     min-height: 18px;
  2105.     width: 350px;
  2106.     line-height: 1.3;
  2107.     display: inline-block;
  2108. }
  2109.    
  2110.     .ipsTagBox_hiddeninput { background: #fff; }
  2111.     .ipsTagBox_hiddeninput.inactive {
  2112.         font-size: 11px;
  2113.         min-width: 200px;
  2114.     }
  2115.    
  2116.     .ipsTagBox_wrapper input { border: 0px; outline: 0; }
  2117.     .ipsTagBox_wrapper li { display: inline-block; }
  2118.    
  2119.     .ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
  2120.         background: #dbf3ff;
  2121.         border-color: #a8e3ff;
  2122.         color: #136db5;
  2123.     }
  2124.    
  2125.     .ipsTagBox_tag {
  2126.         padding: 2px 1px 2px 4px;
  2127.         background: #f4f4f4;
  2128.         border: 1px solid #dddddd;
  2129.         margin: 0 3px 2px 0;
  2130.         font-size: 11px;
  2131.         -moz-border-radius: 2px;
  2132.         -webkit-border-radius: 2px;
  2133.         border-radius: 2px;
  2134.         cursor: pointer;
  2135.     }
  2136.    
  2137.         .ipsTagBox_tag:hover {
  2138.             border-color: #bdbdbd;
  2139.         }
  2140.        
  2141.         .ipsTagBox_tag.selected {
  2142.             background: #e2e2e2 !important;
  2143.             border-color: #c0c0c0 !important;
  2144.             color: #424242 !important;
  2145.         }
  2146.        
  2147.     .ipsTagBox_closetag {
  2148.         margin-left: 2px;
  2149.         display: inline-block;
  2150.         padding: 0 3px;
  2151.         color: #c7c7c7;
  2152.         font-weight: bold;
  2153.     }
  2154.         .ipsTagBox_closetag:hover { color: #454545; }
  2155.         .ipsTagBox_tag.selected .ipsTagBox_closetag { color: #424242; }
  2156.         .ipsTagBox_tag.selected .ipsTagBox_closetag:hover { color: #2f2f2f; }
  2157.         .ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag { color: #4f87bb; }
  2158.         .ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover { color: #003b71; }
  2159.        
  2160.     .ipsTagBox_addlink {
  2161.         font-size: 10px;
  2162.         margin-left: 3px;
  2163.         outline: 0;
  2164.     }
  2165.    
  2166.     .ipsTagBox_dropdown {
  2167.         height: 100px;
  2168.         overflow: scroll;
  2169.         background: #fff;
  2170.         border: 1px solid #dddddd;
  2171.         -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  2172.         -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  2173.         box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  2174.         z-index: 16000;
  2175.     }
  2176.    
  2177.         .ipsTagBox_dropdown li {
  2178.             padding: 4px;
  2179.             font-size: 12px;
  2180.             cursor: pointer;
  2181.         }
  2182.         .ipsTagBox_dropdown li:hover {
  2183.             background: #dbf3ff;
  2184.             color: #003b71;
  2185.         }
  2186.  
  2187. /************************************************************************/
  2188. /* TAG CLOUD */
  2189. .ipsTagWeight_1 { opacity: 1.0; }
  2190. .ipsTagWeight_2 { opacity: 0.9; }
  2191. .ipsTagWeight_3 { opacity: 0.8; }
  2192. .ipsTagWeight_4 { opacity: 0.7; }
  2193. .ipsTagWeight_5 { opacity: 0.6; }
  2194. .ipsTagWeight_6 { opacity: 0.5; }
  2195. .ipsTagWeight_7 { opacity: 0.4; }
  2196. .ipsTagWeight_8 { opacity: 0.3; }
  2197.        
  2198. /************************************************************************/
  2199. /* NEW FILTER BAR */
  2200.  
  2201. .ipsFilterbar li {
  2202.     margin: 0px 15px 0px 0;
  2203.     font-size: 11px;
  2204. }
  2205.    
  2206.     .ipsFilterbar li a {
  2207.         color: #fff;
  2208.         opacity: 0.5;
  2209.         text-shadow: 0px 1px 0px #0d273e;
  2210.         -webkit-transition: all 0.3s ease-in-out;
  2211.         -moz-transition: all 0.3s ease-in-out;
  2212.     }
  2213.         .ipsFilterbar.bar.altbar li a { color: #244156; text-shadow: none; opacity: .8; }
  2214.    
  2215.         .ipsFilterbar:hover li a { opacity: 0.8; }
  2216.  
  2217.         .ipsFilterbar li a:hover {
  2218.             color: #fff;
  2219.             opacity: 1;
  2220.         }
  2221.  
  2222. .ipsFilterbar li.active { opacity: 1; }
  2223.  
  2224.    
  2225.     .ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  2226.         background: #244156;
  2227.         opacity: 1;
  2228.         color: #fff;
  2229.         padding: 4px 10px;
  2230.         font-weight: bold;
  2231.         -moz-border-radius: 10px;
  2232.         -webkit-border-radius: 10px !important;
  2233.         border-radius: 10px;
  2234.         -webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
  2235.         -moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
  2236.         box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
  2237.     }
  2238.        
  2239. /************************************************************************/
  2240. /* POSTING FORM STYLES */
  2241. /* Additional form styles for posting forms */
  2242.  
  2243. .ipsPostForm { }
  2244.    
  2245.     .ipsPostForm.ipsLayout_withright {
  2246.         padding-right: 260px !important;
  2247.     }
  2248.        
  2249.     .ipsPostForm .ipsLayout_content {
  2250.         z-index: 900;
  2251.         -webkit-box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
  2252.         -moz-box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
  2253.         box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
  2254.         float: none;
  2255.     }
  2256.    
  2257.     .ipsPostForm .ipsLayout_right {
  2258.         width: 250px;
  2259.         margin-right: -251px;
  2260.         border-left: 0;
  2261.         z-index: 800;
  2262.     }
  2263.    
  2264.     .ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
  2265.         background-image: url(/dot/public/style_images/master/folder_closed.png );
  2266.         background-repeat: no-repeat;
  2267.         background-position: 10px 9px;
  2268.         padding-left: 26px;
  2269.         margin-bottom: 2px;
  2270.     }
  2271.  
  2272. /************************************************************************/
  2273. /* MEMBER LIST STYLES */
  2274. .ipsMemberList .ipsButton_secondary { opacity: 0.3; }
  2275. .ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary { opacity: 1; }
  2276. .ipsMemberList li .reputation { margin: 5px 10px 0 0; }
  2277. .ipsMemberList > li .ipsButton_secondary { margin-top: 15px; }
  2278. .ipsMemberList li .rating { display: inline; }
  2279.  
  2280. /************************************************************************/
  2281. /* COMMENT STYLES */
  2282. .ipsComment_wrap { margin-top: 10px; }
  2283.     .ipsComment_wrap .ipsLikeBar { margin: 0; }
  2284.     .ipsComment_wrap input[type='checkbox'] { vertical-align: middle; }
  2285.    
  2286. .ipsComment {
  2287.     border-bottom: 1px solid #e9e9e9;
  2288.     margin-bottom: 5px;
  2289.     padding: 10px 0;
  2290. }
  2291.    
  2292. .ipsComment_author, .ipsComment_reply_user {
  2293.     width: 160px;
  2294.     text-align: right;
  2295.     padding: 0 10px;
  2296.     float: left;
  2297.     line-height: 1.3;
  2298. }
  2299.  
  2300.     .ipsComment_author .ipsUserPhoto { margin-bottom: 5px; }
  2301.    
  2302. .ipsComment_comment {
  2303.     margin-left: 190px;
  2304.     line-height: 1.5;
  2305. }
  2306.  
  2307.     .ipsComment_comment > div { min-height: 33px; }
  2308.    
  2309. .ipsComment_controls { margin-top: 10px; }
  2310. .ipsComment_controls > li { opacity: 0.2; }
  2311.     .ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right { opacity: 1; }
  2312.  
  2313. /************************************************************************/
  2314. /* FLOATING ACTION STYLES (comment moderation, multiquote etc.) */
  2315. .ipsFloatingAction {
  2316.     position: fixed;
  2317.     right: 10px;
  2318.     bottom: 10px;
  2319.     background: #fff;
  2320.     padding: 10px;
  2321.     z-index: 15000;
  2322.     border: 4px solid #464646;
  2323.     -moz-border-radius: 5px;
  2324.     -webkit-border-radius: 5px;
  2325.     border-radius: 5px;
  2326.     -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
  2327.     -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
  2328.     box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
  2329. }
  2330.  
  2331. /************************************************************************/
  2332. /* FORM STYLES */
  2333.  
  2334. body#ipboard_body fieldset.submit,
  2335. body#ipboard_body p.submit {
  2336.     padding: 15px 6px 15px 6px;
  2337.     text-align: center;
  2338. }
  2339.  
  2340. .input_text, .ipsTagBox_wrapper {
  2341.     padding: 4px;
  2342.     border-width: 1px;
  2343.     border-style: solid;
  2344.     border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
  2345.     background: #fff;
  2346.     -moz-border-radius: 2px;
  2347.     -webkit-border-radius: 2px;
  2348.     border-radius: 2px;
  2349. }
  2350.  
  2351.     .input_text:focus {
  2352.         border-color: #4e4e4e #7c7c7c #a3a3a3 #7c7c7c;
  2353.         -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  2354.         -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  2355.         box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  2356.     }
  2357.    
  2358.     input.inactive, select.inactive, textarea.inactive { color: #c4c4c4; }
  2359.  
  2360.     .input_text.error {
  2361.         background-color: #f3dddd;
  2362.     }
  2363.     .input_text.accept {
  2364.         background-color: #f1f6ec;
  2365.     }
  2366.  
  2367. .input_submit {
  2368.     text-decoration: none;
  2369.     border-width: 1px;
  2370.     border-style: solid;
  2371.     padding: 4px 10px;
  2372.     cursor: pointer;
  2373. }
  2374.    
  2375.     .input_submit.alt {
  2376.         text-decoration: none;
  2377.     }      
  2378.  
  2379. p.field {
  2380.     padding: 15px;
  2381. }
  2382.  
  2383. li.field {
  2384.     padding: 5px;
  2385.     margin-left: 5px;
  2386. }
  2387.  
  2388.     li.field label,
  2389.     li.field span.desc {
  2390.         display: block;
  2391.     }
  2392.    
  2393. li.field.error {
  2394.     color: #ad2930;
  2395. }
  2396.  
  2397.     li.field.error label {
  2398.         font-weight: bold;
  2399.     }
  2400.  
  2401. li.field.checkbox, li.field.cbox {
  2402.     margin-left: 0;
  2403. }
  2404.  
  2405. li.field.checkbox .input_check,
  2406. li.field.checkbox .input_radio,
  2407. li.field.cbox .input_check,
  2408. li.field.cbox .input_radio {
  2409.     margin-right: 10px;
  2410.     vertical-align: middle;
  2411. }
  2412.  
  2413.     li.field.checkbox label,
  2414.     li.field.cbox label {
  2415.         width: auto;
  2416.         float: none;
  2417.         display: inline;
  2418.     }
  2419.    
  2420.     li.field.checkbox p,
  2421.     li.field.cbox p {
  2422.         position: relative;
  2423.         left: 245px;
  2424.         display: block;
  2425.     }
  2426.  
  2427.     li.field.checkbox span.desc,
  2428.     li.field.cbox span.desc {
  2429.         padding-left: 27px;
  2430.         margin-left: auto;
  2431.         display: block;
  2432.     }
  2433.    
  2434. /************************************************************************/
  2435. /* MESSAGE STYLES */
  2436.  
  2437. .message {
  2438.     background: #ebfcdf;
  2439.     padding: 10px;
  2440.     border: 1px solid #a4cfa4;
  2441.     color: #0e440e;
  2442.     line-height: 1.6;
  2443.     font-size: 12px;
  2444. }
  2445.  
  2446.     .message h3 {
  2447.         padding: 0;
  2448.         color: #323232;
  2449.     }
  2450.    
  2451.     .message.error {
  2452.         background-color: #f3e3e6;
  2453.         border-color: #e599aa;
  2454.         color: #80001c;
  2455.     }
  2456.    
  2457.     .message.error.usercp {
  2458.         background-image: none;
  2459.         padding: 4px;
  2460.         float: right;
  2461.     }
  2462.    
  2463.     .message.unspecific {
  2464.         background-color: #f3f3f3;
  2465.         border-color: #d4d4d4;
  2466.         color: #515151;
  2467.         margin: 0 0 10px 0;
  2468.         clear: both;
  2469.     }
  2470.    
  2471. /************************************************************************/
  2472. /* MENU & POPUP STYLES */
  2473.  
  2474. .ipbmenu_content, .ipb_autocomplete {
  2475.     font-size: 12px;
  2476.     min-width: 85px;
  2477.     z-index: 2000;
  2478. }
  2479.    
  2480.     .ipbmenu_content li:last-child {
  2481.         border-bottom: 0;
  2482.         padding-bottom: 0px;
  2483.     }
  2484.    
  2485.     .ipbmenu_content li:first-child { padding-top: 0px; }
  2486.     .ipbmenu_content.with_checks a { padding-left: 26px; } /* save room for a checkmark */
  2487.     .ipbmenu_content a .icon { margin-right: 10px; }
  2488.     .ipbmenu_content a {
  2489.         text-decoration: none;
  2490.         text-align: left;
  2491.         display: block;
  2492.         padding: 6px 10px;
  2493.     }
  2494.     .ipbmenu_content.with_checks li.selected a {
  2495.         background-image: url(/dot/public/style_images/master/icon_check.png );
  2496.         background-repeat: no-repeat;
  2497.         background-position: 7px 10px;
  2498.     }
  2499.  
  2500. .popupWrapper {
  2501.     background-color: #464646;
  2502.     background-color: rgba(70,70,70,0.6);
  2503.     padding: 4px;
  2504.     -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
  2505.     -moz-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
  2506.     box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7 );
  2507.     -moz-border-radius: 4px;
  2508.     -webkit-border-radius: 4px;
  2509.     border-radius: 4px;
  2510. }
  2511.  
  2512.     .popupInner {
  2513.         background: #fff;
  2514.         width: 500px;
  2515.         overflow: auto;
  2516.         -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  2517.         -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  2518.         box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  2519.         overflow-x: hidden;
  2520.     }
  2521.    
  2522.         .popupInner.black_mode {
  2523.             background: #000;
  2524.             border: 3px solid #b3bbc3;
  2525.             color: #eee;
  2526.             border: 3px solid #555;
  2527.         }
  2528.        
  2529.         .popupInner.warning_mode {
  2530.             border: 3px solid #7D1B1B;
  2531.         }
  2532.    
  2533.         .popupInner h3 {
  2534.             background: #2c5687 url(/dot/public/style_images/master/maintitle.png) repeat-x top;
  2535.             color: #fff;
  2536.             border-width: 1px 1px 0 1px;
  2537.             border-style: solid;
  2538.             border-color: #316897;
  2539.             padding: 8px 10px 9px;
  2540.             font-size: 16px;
  2541.             font-weight: 300;
  2542.             text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  2543.             -webkit-box-shadow: inset 0px 1px 0 #528cbc;
  2544.             box-shadow: inset 0px 1px 0 #528cbc;
  2545.             -moz-box-shadow: inset 0px 1px 0 #528cbc;
  2546.         }
  2547.        
  2548.             .popupInner h3 a { color: #fff; }
  2549.        
  2550.             .popupInner.black_mode h3 {
  2551.                 background-color: #545C66;
  2552.                 color: #ddd;
  2553.             }
  2554.            
  2555.             .popupInner.warning_mode h3 {
  2556.                 background-color: #7D1B1B;
  2557.                 padding-top: 6px;
  2558.                 padding-bottom: 6px;
  2559.                 color: #fff;
  2560.             }
  2561.            
  2562.             .popupInner.warning_mode input.input_submit {
  2563.                 background-color: #7D1B1B;
  2564.             }
  2565.  
  2566. .popupClose {
  2567.     position: absolute;
  2568.     right: 16px;
  2569.     top: 12px;
  2570. }
  2571.  
  2572. .popupClose.light_close_button {
  2573.     background: transparent url(/dot/public/style_images/master/close_popup_light.png) no-repeat top left;
  2574.     opacity: 0.8;
  2575.     width: 13px;
  2576.     height: 13px;
  2577.     top: 17px;
  2578. }
  2579.  
  2580. .popupClose.light_close_button img {
  2581.     display: none;
  2582. }
  2583.  
  2584. .popup_footer {
  2585.     padding: 15px;
  2586.     position: absolute;
  2587.     bottom: 0px;
  2588.     right: 0px;
  2589. }
  2590.  
  2591. .popup_body {
  2592.     padding: 10px;
  2593. }
  2594.  
  2595. .stem {
  2596.     width: 31px;
  2597.     height: 16px;
  2598.     position: absolute;
  2599. }
  2600.  
  2601.     .stem.topleft { background-image: url(/dot/public/style_images/master/stems/topleft.png);   }
  2602.     .stem.topright { background-image: url(/dot/public/style_images/master/stems/topright.png); }
  2603.     .stem.bottomleft { background-image: url(/dot/public/style_images/master/stems/bottomleft.png); }
  2604.     .stem.bottomright { background-image: url(/dot/public/style_images/master/stems/bottomright.png);   }
  2605.    
  2606. .modal {
  2607.     background-color: #3e3e3e;
  2608. }
  2609.  
  2610. .userpopup h3 { font-size: 17px; }
  2611. .userpopup h3, .userpopup .side + div { padding-left: 110px; }
  2612. .userpopup .side { position: absolute; margin-top: -40px; }
  2613.     .userpopup .side .ipsButton_secondary {
  2614.         display: block;
  2615.         text-align: center;
  2616.         margin-top: 5px;
  2617.         /*  #32468: hacky workaround to ensure these buttons work when translated */
  2618.         max-width: 75px;
  2619.         height: auto;
  2620.         line-height: 1;
  2621.         padding: 5px 10px;
  2622.         white-space: normal;
  2623.     }
  2624. .userpopup .user_controls { text-align: left; }
  2625. .userpopup .user_status { padding: 5px; margin-bottom: 5px; }
  2626. .userpopup .reputation {
  2627.     display: block;
  2628.     text-align: center;
  2629.     margin-top: 5px;
  2630. }
  2631.  
  2632. .userpopup {
  2633.     overflow: hidden;
  2634.     position: relative;
  2635.     font-size: 0.9em;
  2636. }
  2637.  
  2638.     .userpopup dl {
  2639.         border-bottom: 1px solid #d4d4d4;
  2640.         padding-bottom: 10px;
  2641.         margin-bottom: 4px;
  2642.     }
  2643.  
  2644. .info dt {
  2645.     float: left;
  2646.     font-weight: bold;
  2647.     padding: 3px 6px;
  2648.     clear: both;
  2649.     width: 30%;
  2650. }
  2651.  
  2652. .info dd {
  2653.     padding: 3px 6px;
  2654.     width: 60%;
  2655.     margin-left: 35%;
  2656. }
  2657.  
  2658. /************************************************************************/
  2659. /* BUTTONS STYLES */
  2660.  
  2661. .topic_buttons li {
  2662.     float: right;
  2663.     margin: 0 0 10px 10px;
  2664. }
  2665.  
  2666.  
  2667. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important,
  2668. .topic_buttons li a, .topic_buttons li span, .ipsButton {
  2669.     background: #212121 url(/dot/public/style_images/master/topic_button.png ) repeat-x top;
  2670.     border: 1px solid #212121;
  2671.     border-width: 1px 1px 0 1px;
  2672.     -moz-border-radius: 3px;
  2673.     -webkit-border-radius: 3px;
  2674.     border-radius: 3px;
  2675.     -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
  2676.     -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
  2677.     box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
  2678.     color: #fff;
  2679.     text-shadow: 0 -1px 0 #191919;
  2680.     font: 300 12px/1.3 Helvetica, Arial, sans-serif;
  2681.     line-height: 30px;
  2682.     height: 30px;
  2683.     padding: 0 10px;
  2684.     text-align: center;
  2685.     min-width: 125px;
  2686.     display: inline-block;
  2687.     cursor: pointer;
  2688. }
  2689.  
  2690. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  2691.     background: #812200 url(/dot/public/style_images/master/topic_button_closed.png ) repeat-x top;
  2692.     border-color: #812200;
  2693.     -moz-box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
  2694.     -webkit-box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
  2695.     box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
  2696. }
  2697.    
  2698.     .topic_buttons li a:hover, .ipsButton:hover { color: #fff; }
  2699.     .topic_buttons li.non_button a {
  2700.         background: transparent !important;
  2701.         background-color: transparent !important;
  2702.         border: 0;
  2703.         box-shadow: none;
  2704.         -moz-box-shadow: none;
  2705.         -webkit-box-shadow: none;
  2706.         text-shadow: none;
  2707.         min-width: 0px;
  2708.         color: #777777;
  2709.         font-weight: normal;
  2710.     }
  2711.    
  2712.     .topic_buttons li.disabled a, .topic_buttons li.disabled span {
  2713.         background: #ebebeb;
  2714.         box-shadow: none;
  2715.         -moz-box-shadow: none;
  2716.         -webkit-box-shadow: none;
  2717.         text-shadow: none;
  2718.         border: 0;
  2719.         color: #7f7f7f;
  2720.     }
  2721.    
  2722.     .topic_buttons li span { cursor: default !important; }
  2723.  
  2724.  
  2725. .ipsButton_secondary {
  2726.     height: 22px;
  2727.     line-height: 22px;
  2728.     font-size: 12px;
  2729.     padding: 0 10px;
  2730.     background: #f6f6f6;
  2731.     background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
  2732.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
  2733.     border: 1px solid #dbdbdb;
  2734.     -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2735.     -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2736.     box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2737.     -moz-border-radius: 3px;
  2738.     -webkit-border-radius: 3px;
  2739.     border-radius: 3px;
  2740.     color: #616161;
  2741.     display: inline-block;
  2742.     white-space: nowrap;
  2743.     -webkit-transition: all 0.2s ease-in-out;
  2744.     -moz-transition: all 0.2s ease-in-out;
  2745. }
  2746.     .ipsButton_secondary a { color: #616161; }
  2747.     .ipsButton_secondary:hover {
  2748.         color: #4c4c4c;
  2749.         border-color: #9a9a9a;
  2750.     }
  2751.    
  2752.    
  2753.     .ipsButton_secondary.important {
  2754.         background: #9f2a00;
  2755.         background: -moz-linear-gradient(top, #9f2a00 0%, #812200 100%); /* firefox */
  2756.         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f2a00), color-stop(100%,#812200)); /* webkit */
  2757.         border: 1px solid #812200;
  2758.         color: #fbf4f4;
  2759.         -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2760.         -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2761.         box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2762.     }
  2763.         .ipsButton_secondary.important a { color: #fbf4f4; }
  2764.         .ipsButton_secondary.important a:hover {
  2765.             color: #fff;
  2766.             border-color: #571700;
  2767.         }
  2768.        
  2769.         /* Used in post forms */
  2770.         .ipsField.ipsField_checkbox.ipsButton_secondary
  2771.         {
  2772.             line-height: 18px;
  2773.         }
  2774.        
  2775.         .ipsField.ipsField_checkbox.ipsButton_secondary input
  2776.         {
  2777.             margin-top: 6px
  2778.         }
  2779.        
  2780.         .ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content
  2781.         {
  2782.             margin-left: 18px;
  2783.         }
  2784.        
  2785. .ipsButton_extra {
  2786.     line-height: 22px;
  2787.     height: 22px;
  2788.     font-size: 11px;
  2789.     margin-left: 5px;
  2790.     color: #5c5c5c;
  2791. }
  2792.  
  2793. .ipsButton_secondary.fixed_width{ min-width: 170px; }
  2794.  
  2795. .ipsButton.no_width { min-width: 0; }
  2796. .topic_controls { min-height: 30px; }
  2797.  
  2798. ul.post_controls {
  2799.     padding: 6px;
  2800.     margin: 0 0 10px 0;
  2801.     clear: both;
  2802.     -moz-border-radius: 4px;
  2803.     -webkit-border-radius: 4px;
  2804.     border-radius: 4px;
  2805. }
  2806.  
  2807.         ul.post_controls li {
  2808.             font-size: 12px;
  2809.             float: right;
  2810.         }
  2811.  
  2812.         ul.post_controls a {   
  2813.             height: 22px;
  2814.             line-height: 22px;
  2815.             padding: 0 12px;
  2816.             color: #1d3652;
  2817.             text-decoration: none;
  2818.             margin-left: 4px;
  2819.             display: block;
  2820.         }
  2821.  
  2822.         ul.post_controls a:hover { color: #3d70a3; }
  2823.        
  2824.         ul.post_controls a.ipsButton_secondary {
  2825.             height: 20px;
  2826.             line-height: 20px;
  2827.         }
  2828.        
  2829.         ul.post_controls li.multiquote.selected a {
  2830.             background: #a1dc00; /* Old browsers */
  2831.             background: -moz-linear-gradient(top, #a1dc00 0%, #7ba60d 100%); /* FF3.6+ */
  2832.             background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1dc00), color-stop(100%,#7ba60d)); /* Chrome,Safari4+ */
  2833.             border-color: #7ba60d;
  2834.             -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2835.             -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2836.             box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
  2837.             color: #fff;
  2838.         }
  2839.  
  2840. .post_block .post_controls li a {
  2841.     opacity: 0.2;
  2842.     -webkit-transition: all 0.2s ease-in-out;
  2843.     -moz-transition: all 0.5s ease-in-out;
  2844. }
  2845.  
  2846. .post_block .post_controls li a.ipsButton_secondary {
  2847.     opacity: 1;
  2848. }
  2849. .post_block:hover .post_controls li a { opacity: 1; }
  2850.  
  2851. .hide_signature, .sigIconStay { float: right; }
  2852. .post_block:hover .signature a.hide_signature, .sigIconStay {
  2853.     background: transparent url(/dot/public/style_images/master/cross_sml.png) no-repeat top right;
  2854.     width: 13px;
  2855.     height: 13px;
  2856.     opacity: 0.6;
  2857.     position: absolute;
  2858.     right: 0px;
  2859. }
  2860.  
  2861. /************************************************************************/
  2862. /* PAGINATION STYLES */
  2863.  
  2864. .pagination { padding: 5px 0; line-height: 20px; }
  2865. .pagination.no_numbers .page { display: none; }
  2866. .pagination .pages { text-align: center; }
  2867. .pagination .back { margin-right: 6px; }
  2868.     .pagination .back li { margin: 0 2px 0 0; }
  2869. .pagination .forward { margin-left: 6px; }
  2870.     .pagination .forward li { margin: 0 0 0 2px; }
  2871.  
  2872.  
  2873. .pagination .back a,
  2874. .pagination .forward a {
  2875.     display: inline-block;
  2876.     padding: 0px 6px;
  2877.     height: 20px;
  2878.     background: #eaeaea;
  2879.     -moz-border-radius: 2px;
  2880.     -webkit-border-radius: 2px;
  2881.     border-radius: 2px;
  2882.     text-transform: uppercase;
  2883.     color: #5a5a5a;
  2884.     font-size: 11px;
  2885.     font-weight: bold;
  2886. }
  2887.    
  2888.    
  2889.     .pagination .back a:hover,
  2890.     .pagination .forward a:hover {
  2891.         background: #af286d;
  2892.         color: #fff;
  2893.     }
  2894.  
  2895.     .pagination .disabled a {
  2896.         opacity: 0.4;
  2897.         display: none;
  2898.     }
  2899.    
  2900. .pagination .pages {
  2901.     font-size: 11px;
  2902.     font-weight: bold;
  2903. }
  2904.  
  2905.     .pagination .pages a, .pagejump {
  2906.         display: inline-block;
  2907.         padding: 1px 4px;
  2908.         color: #999;
  2909.     }
  2910.    
  2911.     .pagination .pages .pagejump { padding: 0px; }
  2912.    
  2913.     .pagination .pages a:hover {
  2914.         background: #ececec;
  2915.         -moz-border-radius: 2px;
  2916.         -webkit-border-radius: 2px;
  2917.         border-radius: 2px;
  2918.     }
  2919.    
  2920.     .pagination .pages li { margin: 0 1px; }
  2921.    
  2922.        
  2923.         .pagination .pages li.active {
  2924.             background: #7BA60D;
  2925.             color: #fff;
  2926.             font-weight: bold;
  2927.             -moz-border-radius: 2px;
  2928.             -webkit-border-radius: 2px;
  2929.             border-radius: 2px;
  2930.             padding: 1px 5px;
  2931.         }
  2932.        
  2933. .pagination.no_pages span {
  2934.     color: #acacac;
  2935.     display: inline-block;
  2936.     line-height: 20px;
  2937.     height: 20px;
  2938. }
  2939.  
  2940. ul.mini_pagination {
  2941.     font-size: 10px;
  2942.     display: inline;
  2943.     margin-left: 7px;
  2944. }
  2945.  
  2946.     ul.mini_pagination li a {
  2947.         background: #fff;
  2948.         border: 1px solid #d3d3d3;
  2949.         padding: 1px 3px;
  2950.     }
  2951.  
  2952.     ul.mini_pagination li {
  2953.         display: inline;
  2954.         margin: 0px 2px;
  2955.     }
  2956.  
  2957. /************************************************************************/
  2958. /* MODERATION & FILTER STYLES */
  2959.  
  2960. .moderation_bar {
  2961.     text-align: right;
  2962.     padding: 8px 10px;
  2963.     /*background: #f7f7f7;*/
  2964. }
  2965.  
  2966.     .moderation_bar.with_action {
  2967.         background-image: url(/dot/public/style_images/master/topic_mod_arrow.png);
  2968.         background-repeat: no-repeat;
  2969.         background-position: right center;
  2970.         padding-right: 35px;
  2971.     }
  2972.  
  2973. /************************************************************************/
  2974. /* AUTHOR INFO (& RELATED) STYLES */
  2975.  
  2976. .author_info {
  2977.     width: 155px;
  2978.     float: left;
  2979.     font-size: 12px;
  2980.     text-align: center;
  2981.     padding: 15px 10px;
  2982. }
  2983.    
  2984.     .author_info .group_title {
  2985.         color: #5a5a5a;
  2986.         margin-top: 5px;
  2987.     }
  2988.    
  2989.     .author_info .member_title { margin-bottom: 5px; word-wrap: break-word; }
  2990.     .author_info .group_icon { margin-bottom: 3px; }
  2991.    
  2992. .custom_fields {
  2993.     color: #818181;
  2994.     margin-top: 8px;
  2995. }
  2996.  
  2997. .custom_fields .ft {
  2998.     color: #505050;
  2999.     margin-right: 3px;
  3000. }
  3001.  
  3002. .custom_fields .fc {
  3003.     word-wrap: break-word;
  3004. }
  3005.  
  3006.  
  3007. .user_controls {
  3008.     text-align: center;
  3009.     margin: 6px 0;
  3010. }
  3011.  
  3012.     .user_controls li a {
  3013.         display: inline-block;
  3014.         background: #f6f6f6;
  3015.         background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
  3016.         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
  3017.         border: 1px solid #dbdbdb;
  3018.         -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
  3019.         -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
  3020.         box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
  3021.         -moz-border-radius: 3px;
  3022.         -webkit-border-radius: 3px;
  3023.         border-radius: 3px;
  3024.         padding: 5px;
  3025.         color: #616161;
  3026.     }
  3027.  
  3028. /************************************************************************/
  3029. /* BOARD INDEX STYLES */
  3030.  
  3031. #board_index #categories { overflow: hidden; } /* opera fix */
  3032.  
  3033. #board_index { position: relative; }
  3034.     #board_index.no_sidebar { padding-right: 0px; }
  3035.         #board_index.force_sidebar { padding-right: 290px; }
  3036.    
  3037. #toggle_sidebar {
  3038.     position: absolute;
  3039.     right: -5px;
  3040.     top: -13px;
  3041.     z-index: 8000;
  3042.     background: #333333;
  3043.     padding: 3px 7px;
  3044.     -webkit-border-radius: 4px;
  3045.     -moz-border-radius: 4px;
  3046.     border-radius: 4px;
  3047.     color: #fff;
  3048.     opacity: 0;
  3049.     -webkit-transition: all 0.4s ease-in-out;
  3050.     -moz-transition: all 0.4s ease-in-out;
  3051. }
  3052.     #index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar { opacity: 0.1; }
  3053.     #toggle_sidebar:hover { opacity: 1 !important; }
  3054.  
  3055.    
  3056. .ipsSideBlock {
  3057.     background: #F7FBFC;
  3058.     padding: 10px;
  3059.     margin-bottom: 10px;
  3060. }
  3061.        
  3062.     .ipsSideBlock h3 {
  3063.         font: normal 14px helvetica, arial, sans-serif;
  3064.         color: #204066;
  3065.         padding: 5px 10px;
  3066.         background: #DBE2EC;
  3067.         margin: -10px -10px 10px;
  3068.     }
  3069.    
  3070.     .ipsSideBlock h3 .mod_links { opacity: 0.0; }
  3071.     .ipsSideBlock h3:hover .mod_links { opacity: 1; }
  3072.  
  3073. .status_list .status_list { margin: 10px 0 0 50px; }
  3074. .status_list p.index_status_update { line-height: 120%; margin:4px 0px; }
  3075. .status_list li { position: relative; }
  3076. .status_reply {
  3077.     margin-top: 8px;
  3078. }
  3079.  
  3080. .status_list li .mod_links {
  3081.     opacity: 0.1;
  3082.     -webkit-transition: all 0.4s ease-in-out;
  3083.     -moz-transition: all 0.4s ease-in-out;
  3084. }
  3085. .status_list li:hover .mod_links { opacity: 1; }
  3086.  
  3087. /* board stats */
  3088. #board_stats ul { text-align: center; }
  3089.     #board_stats li { margin-right: 20px; }
  3090.     #board_stats .value {
  3091.         display: inline-block;
  3092.         background: #e2e2e2;
  3093.         color: #4a4a4a;
  3094.         padding: 2px 6px;
  3095.         font-weight: bold;
  3096.         -moz-border-radius: 2px;
  3097.         -webkit-border-radius: 2px;
  3098.         border-radius: 2px;
  3099.         margin-right: 3px;
  3100.     }
  3101.  
  3102. .statistics {
  3103.     margin: 20px 0 0 0;
  3104.     padding: 10px 0;
  3105.     border-top: 3px solid #d8d8d8;
  3106.     line-height: 1.3;
  3107.     overflow: hidden;
  3108. }
  3109.  
  3110.     .statistics_head {
  3111.         font-size: 14px;
  3112.         font-weight: bold;
  3113.     }
  3114.  
  3115. .friend_list ul li,
  3116. #top_posters li {
  3117.     text-align: center;
  3118.     padding: 8px 0 0 0;
  3119.     margin: 5px 0 0 0;
  3120.     min-width: 80px;
  3121.     height: 70px;
  3122.     float: left;
  3123. }
  3124.  
  3125.     .friend_list ul li span.name,
  3126.     #top_posters li span.name {
  3127.         font-size: 0.8em;
  3128.     }
  3129.    
  3130. #hook_watched_items ul li {
  3131.     padding: 8px;
  3132. }
  3133.  
  3134.     body#ipboard_body #hook_watched_items fieldset.submit {
  3135.         padding: 8px;
  3136.     }
  3137.    
  3138. #hook_birthdays .list_content {
  3139.     padding-top: 8px;
  3140. }
  3141.  
  3142. #hook_calendar .ipsBox_container { padding: 10px; }
  3143. #hook_calendar td, #hook_calendar th { text-align: center; }
  3144. #hook_calendar th { font-weight: bold; padding: 5px 0;}
  3145.  
  3146. /************************************************************************/
  3147. /* FORUM VIEW (& RELATED) STYLES */
  3148.  
  3149. #more_topics {
  3150.     text-align: center;
  3151.     font-weight: bold;
  3152. }
  3153.     #more_topics a { display: block; padding: 10px 0;}
  3154.  
  3155.     /* Result of the 'load more topics' link */
  3156.     .dynamic_update { border-top: 2px solid #b3b3b3; }
  3157.  
  3158. .topic_preview,
  3159. ul.topic_moderation {
  3160.     margin-top: -2px;
  3161.     z-index: 300;
  3162. }
  3163.     ul.topic_moderation li {
  3164.         float: left;
  3165.     }
  3166.    
  3167.     .topic_preview a,
  3168.     ul.topic_moderation li a {
  3169.         padding: 0 3px;
  3170.         display: block;
  3171.         float: left;
  3172.     }
  3173.  
  3174. span.mini_rate {
  3175.     margin-right: 12px;
  3176.     display: inline-block;
  3177. }
  3178.  
  3179. img.mini_rate {
  3180.     margin-right: -5px;
  3181. }
  3182.  
  3183. /************************************************************************/
  3184. /* TOPIC VIEW (& RELATED) STYLES */
  3185.  
  3186. body .ip { color: #475769; }
  3187. span.post_id { margin-left: 15px; }
  3188. input.post_mod { margin:12px 5px 0px 10px; }
  3189.  
  3190. .signature {
  3191.     clear: right;
  3192.     color: #a4a4a4;
  3193.     font-size: 0.9em;
  3194.     border-top: 1px solid #d5d5d5;
  3195.     padding: 10px 0;
  3196.     margin: 6px 0 4px;
  3197.     position: relative;
  3198. }
  3199.  
  3200.     .signature a { text-decoration: underline; }
  3201.  
  3202. .post_block {
  3203.     position: relative;
  3204. }
  3205.  
  3206.     .post_block.no_sidebar {
  3207.         background-image: none;
  3208.     }
  3209.    
  3210.     .post_block h3 {
  3211.         background: #D8DDE8;
  3212.         padding: 0 10px;
  3213.         height: 36px;
  3214.         line-height: 36px;
  3215.         font-weight: normal;
  3216.         font-size: 16px;
  3217.     }
  3218.    
  3219.     .post_wrap { top: 0px; }   
  3220.  
  3221. .post_body {
  3222.     margin: 0 10px 0 185px;
  3223.     padding-top: 15px;
  3224. }
  3225.    
  3226.     .post_body .post {
  3227.         line-height: 1.6;
  3228.         font-size: 14px;
  3229.         word-wrap: break-word;
  3230.     }
  3231.    
  3232.     .post_block.no_sidebar .post_body { margin-left: 10px !important; }
  3233.    
  3234. .posted_info {
  3235.     padding: 0 0 10px 0;
  3236. }
  3237.  
  3238.     .posted_info strong.event {
  3239.         color: #1c2837;
  3240.         font-size: 1.2em;
  3241.     }
  3242.  
  3243. .post_ignore { 
  3244.     background: #fafbfc;
  3245.     color: #777;
  3246.     font-size: 0.9em;
  3247.     padding: 15px; 
  3248. }
  3249.  
  3250.     .post_ignore .reputation {
  3251.         text-align: center;
  3252.         padding: 2px 6px;
  3253.         float: none;
  3254.         display: inline;
  3255.     }
  3256.  
  3257. .rep_bar {
  3258.     white-space: nowrap;
  3259.     margin: 6px 4px;
  3260. }
  3261.  
  3262.     .rep_bar .reputation {
  3263.         font-size: 10px;
  3264.         padding: 2px 10px !important;
  3265.     }
  3266.        
  3267. p.rep_highlight {
  3268.     float: right;
  3269.     display: inline-block;
  3270.     margin: 5px 10px 10px 10px;
  3271.     background: #D5DEE5;
  3272.     color: #1d3652;
  3273.     padding: 5px;
  3274.     -moz-border-radius: 5px;
  3275.     -webkit-border-radius: 5px;
  3276.     border-radius: 5px;
  3277.     font-size: 0.8em;
  3278.     font-weight: bold;
  3279.     text-align: center;
  3280. }
  3281.  
  3282.     p.rep_highlight img {
  3283.         margin-bottom: 4px;
  3284.     }
  3285.  
  3286. .edit {
  3287.     padding: 2px 0 0 24px;
  3288.     background: url(/dot/public/style_images/master/icon_warning.png ) no-repeat left 4px;
  3289.     font-size: 12px;
  3290.     margin-top: 15px;
  3291.     line-height: 14px;
  3292.     color: #7c7c7c;
  3293. }
  3294.  
  3295. .poll fieldset {
  3296.     padding: 9px;
  3297. }
  3298.  
  3299. .poll_question {
  3300.     padding: 10px;
  3301.     margin: 10px 10px 10px 20px;
  3302. }
  3303.  
  3304.     .poll_question h4 {
  3305.         background-color: #e4ebf2;
  3306.         margin: 0 -7px;
  3307.         padding: 5px;
  3308.     }
  3309.  
  3310.     .poll_question ol {
  3311.         padding: 8px;
  3312.         background-color: #fafbfc;
  3313.     }
  3314.    
  3315.     .poll_question li {
  3316.         font-size: 0.9em;
  3317.         margin: 6px 0;
  3318.     }
  3319.    
  3320.     .poll_question .votes {
  3321.         margin-left: 5px;
  3322.     }
  3323.    
  3324. .snapback {
  3325.     margin-right: 5px;
  3326.     padding: 1px 0 1px 1px;
  3327. }
  3328.  
  3329. .rating { display: block; margin-bottom: 4px; line-height: 16px; }
  3330.     .rating img { vertical-align: top; }
  3331. #rating_text { margin-left: 4px; }
  3332.    
  3333. /************************************************************************/
  3334. /* POSTING FORM (& RELATED) STYLES */
  3335.  
  3336. div.post_form label {
  3337.     text-align: right;
  3338.     padding-right: 15px;
  3339.     width: 275px;
  3340.     float: left;
  3341.     clear: both;
  3342. }
  3343.  
  3344.     div.post_form span.desc,
  3345.     fieldset#poll_wrap span.desc {
  3346.         margin-left: 290px;
  3347.         display: block;
  3348.         clear: both;
  3349.     }
  3350.  
  3351.     div.post_form .checkbox input.input_check,
  3352.     #mod_form .checkbox input.input_check {
  3353.         margin-left: 295px;
  3354.     }
  3355.    
  3356.     div.post_form .antispam_img {
  3357.         margin-left: 290px;
  3358.     }
  3359.    
  3360.     div.post_form .captcha .input_text {
  3361.         float: left;
  3362.     }
  3363.    
  3364.     div.post_form fieldset {
  3365.         padding-bottom: 15px;
  3366.     }
  3367.  
  3368.     div.post_form h3 {
  3369.         margin-bottom: 10px;
  3370.     }
  3371.    
  3372. fieldset.with_subhead {
  3373.     margin-bottom: 0;
  3374.     padding-bottom: 0;
  3375. }
  3376.  
  3377.     fieldset.with_subhead h4 {
  3378.         text-align: right; 
  3379.         margin-top: 6px;
  3380.         width: 300px;
  3381.         float: left;
  3382.     }
  3383.  
  3384.     fieldset.with_subhead ul {
  3385.         border-bottom: 1px solid #d5dde5;
  3386.         padding-bottom: 6px;
  3387.         margin: 0 15px 6px 320px;
  3388.     }
  3389.  
  3390.     fieldset.with_subhead span.desc,
  3391.     fieldset.with_subhead label {
  3392.         margin: 0;
  3393.         width: auto;
  3394.     }
  3395.  
  3396.     fieldset.with_subhead .checkbox input.input_check {
  3397.         margin-left: 0px;
  3398.     }
  3399.  
  3400. #toggle_post_options {
  3401.     background: transparent url(/dot/public/style_images/master/add.png) no-repeat;
  3402.     font-size: 0.9em;
  3403.     padding: 2px 0 2px 22px;
  3404.     margin: 15px;
  3405.     display: block;
  3406. }
  3407.  
  3408. #poll_wrap .question {
  3409.     margin-bottom: 10px;
  3410. }
  3411.  
  3412.         #poll_wrap .question .wrap ol {
  3413.             margin-left: 25px;
  3414.             list-style: decimal;
  3415.         }
  3416.             #poll_wrap .question .wrap ol li {
  3417.                 margin: 5px;
  3418.             }
  3419.    
  3420. .question_title { margin-left: 30px; padding-bottom: 0; }
  3421.     .question_title .input_text { font-weight: bold }
  3422.  
  3423. #poll_wrap { position: relative; }
  3424. #poll_footer { }
  3425. #poll_container_wrap { overflow: auto; }
  3426. #poll_popup_inner { overflow: hidden; }
  3427.  
  3428. .poll_control { margin-left: 20px; }
  3429. .post_form .tag_field ul { margin-left: 290px; }
  3430.  
  3431. /************************************************************************/
  3432. /* ATTACHMENT MANAGER (& RELATED) STYLES */
  3433.  
  3434. .swfupload {
  3435.     position: absolute;
  3436.     z-index: 1;
  3437. }
  3438.    
  3439. #attachments { }
  3440.  
  3441.     #attachments li {
  3442.         background-color: #e4ebf2;
  3443.         border: 1px solid #d5dde5;
  3444.         padding: 6px 20px 6px 42px;
  3445.         margin-bottom: 10px;
  3446.         position: relative;
  3447.     }
  3448.    
  3449.         #attachments li p.info {
  3450.             color: #69727b;
  3451.             font-size: 0.8em;
  3452.             width: 300px;
  3453.         }
  3454.    
  3455.         #attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
  3456.             display: none;
  3457.         }
  3458.            
  3459.             #attachments li.complete .links {
  3460.                 font-size: 0.9em;
  3461.                 margin-right: 15px;
  3462.                 right: 0px;
  3463.                 top: 12px;
  3464.                 display: block;
  3465.                 position: absolute;
  3466.             }
  3467.            
  3468.         #attachments li .progress_bar {
  3469.             margin-right: 15px;
  3470.             width: 200px;
  3471.             right: 0px;
  3472.             top: 15px;
  3473.             position: absolute;
  3474.         }
  3475.    
  3476.         #attachments li.complete, #attachments li.in_progress, #attachments li.error {
  3477.             background-repeat: no-repeat;
  3478.             background-position: 12px 12px;
  3479.         }
  3480.    
  3481.         #attachments li.in_progress {
  3482.             background-image: url(/dot/public/style_images/master/loading.gif);
  3483.         }
  3484.    
  3485.         #attachments li.error {
  3486.             background-image: url(/dot/public/style_images/master/exclamation.png);
  3487.             background-color: #e8caca;
  3488.             border: 1px solid #ddafaf;
  3489.         }
  3490.        
  3491.             #attachments li.error .info {
  3492.                 color: #8f2d2d;
  3493.             }
  3494.    
  3495.         #attachments li.complete {
  3496.             background-image: url(/dot/public/style_images/master/accept.png);
  3497.         }
  3498.        
  3499.         #attachments li .thumb_img {
  3500.             left: 6px;
  3501.             top: 6px;
  3502.             width: 30px;
  3503.             height: 30px;
  3504.             overflow: hidden;
  3505.             position: absolute;
  3506.         }
  3507.        
  3508. .attach_controls {
  3509.     background: url(/dot/public/style_images/master/icon_attach.png ) no-repeat 3px top;
  3510.     padding-left: 30px;
  3511.     min-height: 82px;
  3512. }
  3513.  
  3514.     .attach_controls .ipsType_subtitle { margin-bottom: 5px; }
  3515.     .attach_controls iframe { display: block; margin-bottom: 5px; }
  3516.    
  3517. .attach_button { font-weight: bold;  }
  3518. #help_msg { margin-top: 8px; }
  3519.  
  3520. #attach_wrap {
  3521.     /*background: #eef3f8;
  3522.     padding: 6px;*/
  3523.     margin-top: 10px;
  3524.     overflow: hidden;
  3525. }
  3526.  
  3527.     #attach_wrap h4 {
  3528.         font-size: 16px;
  3529.         padding-left: 0px;
  3530.     }
  3531.    
  3532.     #attach_wrap ul { list-style-type: none; margin-left: 0px; }
  3533.    
  3534.     #attach_wrap li {
  3535.         margin: 5px 0;
  3536.         float: left;
  3537.     }
  3538.         #attach_wrap .attachment {
  3539.             float: none;
  3540.         }
  3541.        
  3542.         #attach_wrap .desc.info {
  3543.             margin-left: 24px;
  3544.         }
  3545.  
  3546. #attach_error_box { margin-bottom: 10px; }
  3547.  
  3548. .resized_img {
  3549.     margin: 0 5px 5px 0;
  3550.     display: inline-block;
  3551. }
  3552.  
  3553. /************************************************************************/
  3554. /* REPUTATION STYLES */
  3555.  
  3556. .reputation {
  3557.     font-weight: bold;
  3558.     padding: 3px 8px;
  3559.     display: inline-block;
  3560.     -moz-border-radius: 3px;
  3561.     -webkit-border-radius: 3px;
  3562.     border-radius: 3px;
  3563. }
  3564.    
  3565.     .reputation.positive, .members li.positive {
  3566.         background: #6f8f52;
  3567.     }
  3568.    
  3569.     .reputation.negative, .members li.negative {
  3570.         background: #b82929;
  3571.     }
  3572.    
  3573.     .reputation.positive, .reputation.negative {
  3574.         color: #fff;
  3575.     }
  3576.    
  3577.     .reputation.zero {
  3578.         background: #dedede;
  3579.         color: #6e6e6e;
  3580.     }
  3581.  
  3582.  
  3583. .status_main_content { white-space: break-word; }
  3584.  
  3585. .status_main_content h4 {
  3586.     font-weight:normal;
  3587.     font-size:1.2em;
  3588. }
  3589.  
  3590. .status_main_content h4 .su_links a { font-weight: normal; }
  3591.  
  3592. .status_main_content p {
  3593.     padding: 6px 0px 6px 0px;
  3594. }
  3595.  
  3596. .status_main_content h4 a {
  3597.     font-weight:bold;
  3598.     text-decoration: none;
  3599. }
  3600.  
  3601. .status_mini_wrap {
  3602.     padding: 7px;
  3603.     font-size: 0.95em;
  3604.     margin-top: 2px;
  3605. }
  3606. .status_mini_photo {
  3607.     float: left;
  3608. }
  3609.  
  3610.  
  3611. .status_textarea {
  3612.     width: 99%;
  3613. }
  3614.  
  3615. .status_replies_many {
  3616.     height: 300px;
  3617.     overflow: auto;
  3618. }
  3619.  
  3620.    
  3621. .status_update {
  3622.     background: #71a5c9;
  3623.     color: #fff;
  3624.     padding: 15px 12px;
  3625. }
  3626.  
  3627.     .status_update .input_text { width: 70%; padding: 6px 4px; }
  3628.     .status_update .status_inactive { color: #bbbbbb; }
  3629.     #status_wrapper h4 { font-weight: bold; font-size: 14px; }
  3630.     .status_content { line-height: 1.4; }
  3631.     .status_content .mod_links { opacity: 0.2; }
  3632.     .status_content:hover .mod_links { opacity: 1; }
  3633.     .status_content .h4, .status_content .status_status { font-size: 14px; word-wrap: break-word; }
  3634.     .status_feedback { margin: 10px 0 0 -10px; }
  3635.         .status_feedback .row2 { margin-bottom: 1px; }
  3636.  
  3637. /* Favorites */
  3638. .ips_like {
  3639.     background-color: #f1f4f7;
  3640.     padding: 8px 4px 4px 4px;
  3641.     color: #878787;
  3642.     font-size: 1em;
  3643.     min-height: 18px;
  3644.     font-size: 0.9em;
  3645.     line-height: 130%;
  3646.     clear: both;
  3647. }
  3648. .ips_like a {
  3649.     color: #878787;
  3650. }
  3651.  
  3652. .ips_like a.ftoggle {
  3653.     float: right;
  3654.     /*background: #e4ebf2 url(/dot/public/style_images/master/icons/thumb_up.png) no-repeat left 2px;*/
  3655.     border:1px solid #CBCBCB;
  3656.     padding: 3px 4px 2px 4px;
  3657.     color: #656565;
  3658.     font-size:0.8em;
  3659.     text-decoration: none;
  3660.     -webkit-border-top-left-radius: 4px;
  3661.     -webkit-border-top-right-radius: 4px;
  3662.     -webkit-border-bottom-left-radius: 4px;
  3663.     -webkit-border-bottom-right-radius: 4px;
  3664.     margin-top: -4px;
  3665. }
  3666.  
  3667. .ips_like a.ftoggle.on {
  3668.     /*background: #e4ebf2 url(/dot/public/style_images/master/icons/fave_on_small.png) no-repeat left 2px;*/
  3669.     margin-left: 3px;
  3670. }
  3671.  
  3672. .ips_like a.ftoggle._newline,
  3673. .ips_like a.ftoggle.on._newline {
  3674.     float:none;
  3675.     margin-top: 5px;
  3676.     margin-left: auto;
  3677.     margin-right: 0;
  3678.     display: block;
  3679.     width: 70px;
  3680.     text-align: center;
  3681. }
  3682.  
  3683. .ips_like a:hover.ftoggle.on,
  3684. .ips_like a:hover.ftoggle {
  3685.     background-color: #d5dde5;
  3686. }
  3687.  
  3688. .facebook-like { margin-top: 5px; }
  3689.  
  3690. .boxShadow {
  3691.     -webkit-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
  3692.     -moz-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
  3693.     box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
  3694. }
  3695.  
  3696. /* New notification panel */
  3697. #ipsGlobalNotification {
  3698.     position: fixed;
  3699.     left: 50%;
  3700.     margin-left: -250px;
  3701.     top: 20px;
  3702.     text-align: center;
  3703.     font-weight: bold;
  3704. }
  3705.  
  3706. #ips_NotificationCloseButton {
  3707.     background: transparent url(/dot/public/style_images/master/close_popup.png) no-repeat top left;
  3708.     opacity: 0.8;
  3709.     width: 13px;
  3710.     height: 13px;
  3711.     top: 5px;
  3712.     left: 5px;
  3713.     position: absolute;
  3714.     cursor: pointer;
  3715. }
  3716.  
  3717. .googlePlusOne {
  3718.     display: inline-block;
  3719.     vertical-align:middle;
  3720.     margin-top: 1px;
  3721. }
  3722. .fbLike {
  3723.     float: right !important;
  3724.     padding-left: 2px;
  3725. }
  3726. /************************************************************************/
  3727. /* SHARED MEDIA STYLES */
  3728.  
  3729. #mymedia_inserted {
  3730.     position: absolute;
  3731.     top: 100px; left: 50%;
  3732.     margin-left: -200px;
  3733.     width: 400px;
  3734.     padding: 20px 0;
  3735.     background: black;
  3736.     font-size: 15px;
  3737.     font-weight: bold;
  3738.     color: #fff;
  3739.     z-index: 20000;
  3740.     text-align: center;
  3741.     -moz-border-radius: 4px;
  3742.     -webkit-border-radius: 4px;
  3743.     border-radius: 4px;
  3744. }
  3745.  
  3746. #mymedia_toolbar {
  3747.     position: absolute;
  3748.     bottom: 0; left: 0; right: 0;
  3749.     height: 42px;
  3750.     line-height: 42px;
  3751.     padding: 0 5px;
  3752.     background: #DBE4EF;
  3753.     background: -moz-linear-gradient(top, #DBE4EF 0%, #c7d4e4 100%); /* firefox */
  3754.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DBE4EF), color-stop(100%,#c7d4e4)); /* webkit */
  3755.     -webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
  3756.     -moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
  3757.     box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
  3758.     border-top: 1px solid #DBE4EF;
  3759. }
  3760.  
  3761. #mymedia_finish { position: absolute; right: 5px; top: 5px; }
  3762. #mymedia_content { height: 339px; overflow: auto; }
  3763.  
  3764. .media_results li.result {
  3765.     width: 20%;
  3766.     height: 100px;
  3767.     padding: 15px 0;
  3768.     float: left;
  3769.     text-align: center;
  3770.     cursor: pointer;
  3771.     -moz-border-radius: 4px;
  3772.     -webkit-border-radius: 4px;
  3773.     border-radius: 4px;
  3774. }
  3775.  
  3776.     .media_results li:hover {
  3777.         background: #F9F9F9;
  3778.         background: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  3779.         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EDEDED));
  3780.     }
  3781.     .media_results li:active {
  3782.         background: #EDEDED;
  3783.         background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
  3784.         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#F9F9F9));
  3785.     }
  3786.    
  3787.     .media_image {
  3788.         padding: 1px;
  3789.         border: 1px solid #d5d5d5;
  3790.         margin-bottom: 5px;
  3791.     }
  3792.  
  3793. /********************************************************/
  3794. /* Template Error                                       */ 
  3795.  
  3796. .templateError {
  3797.     background: #ffffff !important;
  3798.     color: #000000 !important;
  3799.     padding: 10px !important;
  3800.     border: 1px dotted black !important;
  3801.     margin: 0px !important;
  3802. }
  3803.    
  3804. /********************************************************/
  3805. /* ModCP styles                                         */
  3806.  
  3807. .modcp_post_controls { padding-bottom: 15px; }
  3808. .modcp_post_controls .ipsButton_secondary { opacity: 0.5; }
  3809. .post_body:hover .modcp_post_controls .ipsButton_secondary { opacity: 1; }
  3810.  
  3811. #modcp_content .ipsFilterbar li.active a {
  3812.     margin-bottom: 1px;
  3813.     display: inline-block;
  3814. }
  3815.  
  3816. /********************************************************/
  3817. /* Advertisements from Nexus                            */
  3818.  
  3819. .nexusad { padding: 10px; clear: both; }
  3820.  
  3821. #bbcode-description {
  3822.     color: #666 !important;
  3823.     white-space: normal !important;
  3824.     word-wrap: break-word;
  3825. }
  3826.  
  3827. /********************************************************/
  3828. /* iPad Specific                                    */
  3829. @media only screen and (device-width: 768px) {
  3830.     table.ipb_table .expander,
  3831.     table.ipb_table .ipsModMenu { visibility: visible; opacity: 0.2; }
  3832.     .post_block .post_controls { opacity: 1 !important; }
  3833. }
  3834.     </style>
  3835.    
  3836.  
  3837. <!--[if lte IE 7]>
  3838.     <link rel="stylesheet" type="text/css" title='Main' media="screen" href="/dot/public/style_css/css_1/ipb_ie.css" />
  3839. <![endif]-->
  3840. <!--[if lte IE 8]>
  3841.     <style type='text/css'>
  3842.         .ipb_table { table-layout: fixed; }
  3843.         .ipsLayout_content { width: 99.5%; }
  3844.     </style>
  3845. <![endif]-->
  3846.  
  3847.     <style type='text/css'>
  3848.         img.bbc_img { max-width: 100% !important; }
  3849.     </style>
  3850.  
  3851.         <meta property="og:title" content="Universal Casio Forum"/>
  3852.         <meta property="og:site_name" content="Universal Casio Forum"/>
  3853.         <meta property="og:image" content="/dot/public/style_images/master/meta_image.png"/>
  3854.         <meta property="og:type" content="article" />
  3855.        
  3856.    
  3857.        
  3858.             <meta name="identifier-url" content="http://community.casiocalc.org/" />
  3859.        
  3860.        
  3861.             <meta property="og:url" content="http://community.casiocalc.org/" />
  3862.        
  3863.        
  3864.    
  3865.  
  3866.        
  3867.        
  3868.         <script type="text/javascript" src="/api/js/curl_cfg.js"></script>
  3869. <script type="text/javascript" src="/api/js/3rd-party-libs/curl-0.6.2.min.js"></script>
  3870.  
  3871.         <script type='text/javascript' src='/dot/public/min/index.php?ipbv=bcf0d3d0a1535b2d6125f194e7892176&amp;g=js'></script>
  3872.    
  3873.     <script type='text/javascript' src='/dot/public/min/index.php?ipbv=bcf0d3d0a1535b2d6125f194e7892176&amp;charset=UTF-8&amp;f=public/js/ipb.js,cache/lang_cache/1/ipb.lang.js,public/js/ips.hovercard.js,public/js/ips.quickpm.js,public/js/ips.board.js' charset='UTF-8'></script>
  3874.  
  3875.  
  3876.    
  3877.        
  3878.            
  3879.            
  3880.            
  3881.            
  3882.                 <link id="ipsCanonical" rel="canonical" href="http://community.casiocalc.org/index.php" />
  3883.            
  3884.        
  3885.    
  3886.  
  3887.        
  3888.            
  3889.            
  3890.                 <link rel="alternate" type="application/rss+xml" title="Report Center RSS Feed" href="http://community.casiocalc.org/?app=core&amp;module=global&amp;section=rss&amp;type=core&amp;member_id=8705&amp;rss_key=78f7c57e2acf3edb126a3727f309ed6f" />
  3891.            
  3892.            
  3893.            
  3894.        
  3895.    
  3896.  
  3897.    
  3898.  
  3899.  
  3900.  
  3901.        
  3902.         <script type='text/javascript'>
  3903.     //<![CDATA[
  3904.         /* ---- URLs ---- */
  3905.         ipb.vars['base_url']            = 'http://community.casiocalc.org/index.php?s=1972a331f4bfa9e1a1b6e6cfb31949ce&';
  3906.         ipb.vars['board_url']           = 'http://community.casiocalc.org';
  3907.         ipb.vars['img_url']             = "/dot/public/style_images/master";
  3908.         ipb.vars['loading_img']         = '/dot/public/style_images/master/loading.gif';
  3909.         ipb.vars['active_app']          = 'forums';
  3910.         ipb.vars['upload_url']          = '/uploads';
  3911.         /* ---- Member ---- */
  3912.         ipb.vars['member_id']           = parseInt( 8705 );
  3913.         ipb.vars['is_supmod']           = parseInt( 1 );
  3914.         ipb.vars['is_admin']            = parseInt( 1 );
  3915.         ipb.vars['secure_hash']         = '85693ce2832e72fe1a4a8e234ffdad53';
  3916.         ipb.vars['session_id']          = '1972a331f4bfa9e1a1b6e6cfb31949ce';
  3917.         ipb.vars['twitter_id']          = 0;
  3918.         ipb.vars['fb_uid']              = 0;
  3919.         ipb.vars['auto_dst']            = parseInt( 1 );
  3920.         ipb.vars['dst_in_use']          = parseInt( 1 );
  3921.         ipb.vars['is_touch']            = false;
  3922.         ipb.vars['member_group']        = {"g_mem_info":"1"}
  3923.         /* ---- cookies ----- */
  3924.         ipb.vars['cookie_id']           = '';
  3925.         ipb.vars['cookie_domain']       = '.casiocalc.org';
  3926.         ipb.vars['cookie_path']         = '/';
  3927.         /* ---- Rate imgs ---- */
  3928.         ipb.vars['rate_img_on']         = '/dot/public/style_images/master/star.png';
  3929.         ipb.vars['rate_img_off']        = '/dot/public/style_images/master/star_off.png';
  3930.         ipb.vars['rate_img_rated']      = '/dot/public/style_images/master/star_rated.png';
  3931.         /* ---- Uploads ---- */
  3932.         ipb.vars['swfupload_swf']       = 'http://community.casiocalc.org/public/js/3rd_party/swfupload/swfupload.swf';
  3933.         ipb.vars['swfupload_enabled']   = true;
  3934.         ipb.vars['use_swf_upload']      = ( 'default' == 'flash' ) ? true : false;
  3935.         ipb.vars['swfupload_debug']     = false;
  3936.         /* ---- other ---- */
  3937.         ipb.vars['highlight_color']     = "#ade57a";
  3938.         ipb.vars['charset']             = "UTF-8";
  3939.         ipb.vars['seo_enabled']         = 1;
  3940.        
  3941.         ipb.vars['seo_params']          = {"start":"-","end":"\/","varBlock":"\/page__","varSep":"__"};
  3942.        
  3943.         /* Templates/Language */
  3944.         ipb.templates['inlineMsg']      = "";
  3945.         ipb.templates['ajax_loading']   = "<div id='ajax_loading'><img src='/dot/public/style_images/master/ajax_loading.gif' alt='" + ipb.lang['loading'] + "' /></div>";
  3946.         ipb.templates['close_popup']    = "<img src='/dot/public/style_images/master/close_popup.png' alt='x' />";
  3947.         ipb.templates['rss_shell']      = new Template("<ul id='rss_menu' class='ipbmenu_content'>#{items}</ul>");
  3948.         ipb.templates['rss_item']       = new Template("<li><a href='#{url}' title='#{title}'>#{title}</a></li>");
  3949.        
  3950.             ipb.templates['m_add_friend']   = new Template("<a href='http://community.casiocalc.org/?app=members&amp;module=profile&amp;section=friends&amp;do=add&amp;member_id=#{id}' title='Add as Friend' class='ipsButton_secondary'><img src='/dot/public/style_images/master/user_add.png' alt='Add as Friend' /></a>");
  3951.             ipb.templates['m_rem_friend']   = new Template("<a href='http://community.casiocalc.org/?app=members&amp;module=profile&amp;section=friends&amp;do=remove&amp;member_id=#{id}' title='Remove Friend' class='ipsButton_secondary'><img src='/dot/public/style_images/master/user_delete.png' alt='Remove Friend' /></a>");
  3952.        
  3953.         ipb.templates['autocomplete_wrap'] = new Template("<ul id='#{id}' class='ipb_autocomplete' style='width: 250px;'></ul>");
  3954.         ipb.templates['autocomplete_item'] = new Template("<li id='#{id}' data-url='#{url}'><img src='#{img}' alt='' class='ipsUserPhoto ipsUserPhoto_mini' />&nbsp;&nbsp;#{itemvalue}</li>");
  3955.         ipb.templates['page_jump']      = new Template("<div id='#{id}_wrap' class='ipbmenu_content'><h3 class='bar'>Jump to page</h3><p class='ipsPad'><input type='text' class='input_text' id='#{id}_input' size='8' /> <input type='submit' value='Go' class='input_submit add_folder' id='#{id}_submit' /></p></div>");
  3956.         ipb.templates['global_notify']  = new Template("<div class='popupWrapper'><div class='popupInner'><div class='ipsPad'>#{message} #{close}</div></div></div>");
  3957.        
  3958.        
  3959.         ipb.templates['header_menu']    = new Template("<div id='#{id}' class='ipsHeaderMenu boxShadow'></div>");
  3960.        
  3961.             ipb.global.checkDST();
  3962.        
  3963.         Loader.boot();
  3964.     //]]>
  3965.     </script>
  3966.     </head>
  3967.     <body id='ipboard_body'>
  3968.         <p id='content_jump' class='hide'><a id='top'></a><a href='#j_content' title='Jump to content' accesskey='m'>Jump to content</a></p>
  3969.         <div id='ipbwrapper'>
  3970.             <!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->
  3971.             <div id='header_bar' class='clearfix'>
  3972.                 <div class='main_width'>
  3973.                     <ul id='admin_bar' class='ipsList_inline left'>
  3974.                            
  3975.                                 <li>
  3976.                                     <a href="http://community.casiocalc.org/admin/index.php" title='Admin CP' target="_blank">AdminCP</a>
  3977.                                 </li>
  3978.                            
  3979.                             <li><a href="http://community.casiocalc.org/?app=core&amp;module=modcp" title='ModeratorCP'>ModeratorCP</a></li>
  3980.                            
  3981.                         </ul>
  3982.                     <div id='user_navigation' class='logged_in'>
  3983.                             <ul class='ipsList_inline right'>
  3984.                                 <li><a data-clicklaunch="getInboxList" id='inbox_link' href='http://community.casiocalc.org/?app=members&amp;module=messaging' title='Messenger'>&nbsp;</a></li>
  3985.                                     <li><a data-clicklaunch="getNotificationsList" id='notify_link' href="http://community.casiocalc.org/?app=core&amp;module=usercp&amp;area=notificationlog" title="Notifications">&nbsp;</a></li>
  3986.                                 <li><a id='user_link' href="http://community.casiocalc.org/user/8705-flyingfisch/"  title='Your Profile'>flyingfisch &nbsp;<span id='user_link_dd'></span></a></li>                        
  3987.                                 <li><a href="http://community.casiocalc.org/?app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k=85693ce2832e72fe1a4a8e234ffdad53">Sign Out</a></li>                              
  3988.                                
  3989.                             </ul>
  3990.                         </div>
  3991.                         <!-- ::: USER DROP DOWN MENU ::: -->
  3992.                         <div id='user_link_menucontent' class='ipsHeaderMenu clearfix boxShadow' style='display: none'>
  3993.                             <a href="http://community.casiocalc.org/user/8705-flyingfisch/" title='Your Profile' class='ipsUserPhotoLink left'>
  3994.                                 <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt="flyingfisch&#39;s Photo" class='ipsUserPhoto ipsUserPhoto_medium photo' />
  3995.                             </a>
  3996.                            
  3997.                             <div class='left'>
  3998.                                 <form id='statusForm' action='http://community.casiocalc.org/?app=members&amp;module=profile&amp;section=status&amp;do=new&amp;k=85693ce2832e72fe1a4a8e234ffdad53&amp;id=8705' method='post'>
  3999.                                         <input type='text' id='statusUpdateGlobal' name='content' class='input_text' style='width: 97%' /><br />
  4000.                                         <input type='submit' id='statusSubmitGlobal' class='ipsButton_secondary' value='Update' />
  4001.                                        
  4002.                                         <br />
  4003.                                         <hr />
  4004.                                     </form>
  4005.                                     <ul id='links'>
  4006.                                         <li id='user_profile'><a href='http://community.casiocalc.org/user/8705-flyingfisch/' title='Your Profile'>My Profile</a></li>
  4007.                                         <li id='user_ucp'><a href="http://community.casiocalc.org/?app=core&amp;module=usercp" title="Edit my settings, such as signature, photo and more...">My Settings</a></li>
  4008.                                         <li id='user_content'><a href="http://community.casiocalc.org/?app=core&amp;module=search&amp;do=user_activity&amp;mid=8705" title="My Content">My Content</a></li>
  4009.                                        
  4010.                                             <li id='user_likes'><a href='http://community.casiocalc.org/?app=core&amp;module=search&amp;do=followed' title='Content I Follow'>Content I Follow</a></li>
  4011.                                        
  4012.                                        
  4013.                                             <li id='user_friends'><a href='http://community.casiocalc.org/?app=members&amp;module=profile&amp;section=friends&amp;do=list' title="Manage Friends" class='manage_friends'>Manage Friends</a></li>
  4014.                                        
  4015.                                         <li id='user_enemies'><a href='http://community.casiocalc.org/?app=core&amp;module=usercp&amp;tab=core&amp;area=ignoredusers' title="Manage Ignore Prefs" class='manage_enemies'>Manage Ignore Prefs</a></li>
  4016.                                        
  4017.                                        
  4018.                                             <li id='user_pm'><a href="http://community.casiocalc.org/?app=members&module=messaging">Personal Messenger</a></li>
  4019.                                        
  4020.                                        
  4021.                                        
  4022.                                     </ul>
  4023.                             </div>
  4024.                         </div>
  4025.                 </div>
  4026.             </div>
  4027.             <!-- ::: BRANDING STRIP: Logo and search box ::: -->
  4028.             <div id='branding'>
  4029.                 <div class='main_width'>
  4030.                     <div id='logo'>
  4031.                        
  4032.                             <a href='http://community.casiocalc.org' title='Go to community index' rel="home" accesskey='1'><img src='/dot/public/style_images/1_UCF_logo.png' alt='Logo'  height="63px" style="margin-top: 1px;"/></a>
  4033.                        
  4034.                     </div>
  4035.                    
  4036.                         <div id='search' class='right'>
  4037.     <form action="http://community.casiocalc.org/?app=core&amp;module=search&amp;do=search&amp;fromMainBar=1" method="post" id='search-box' >
  4038.         <fieldset>
  4039.             <label for='main_search' class='hide'>Search</label>
  4040.             <a href='http://community.casiocalc.org/?app=core&amp;module=search&amp;search_in=forums' title='Advanced Search' accesskey='4' rel="search" id='adv_search' class='right'>Advanced</a>
  4041.             <span id='search_wrap' class='right'>
  4042.                 <input type='text' id='main_search' name='search_term' class='inactive' size='17' tabindex='6' />
  4043.                 <span class='choice ipbmenu clickable' id='search_options' style='display: none'></span>
  4044.                 <ul id='search_options_menucontent' class='ipbmenu_content ipsPad' style='display: none'>
  4045.                     <li class='title'><strong>Search section:</strong></li>
  4046.                    
  4047.                    
  4048.                    
  4049.                     <li class='app'><label for='s_forums' title='Forums'><input type='radio' name='search_app' class='input_radio' id='s_forums' value="forums" checked="checked" />Forums</label></li><li class='app'><label for='s_members' title='Members'><input type='radio' name='search_app' class='input_radio' id='s_members' value="members"  />Members</label></li><li class='app'><label for='s_core' title='Help Files'><input type='radio' name='search_app' class='input_radio' id='s_core' value="core"  />Help Files</label></li>
  4050.                        
  4051.                    
  4052.  
  4053.                        
  4054.                    
  4055.  
  4056.                        
  4057.                    
  4058.  
  4059.                        
  4060.                    
  4061.                 </ul>
  4062.                 <input type='submit' class='submit_input clickable' value='Search' />
  4063.             </span>
  4064.            
  4065.         </fieldset>
  4066.     </form>
  4067. </div>
  4068.                    
  4069.                 </div>
  4070.             </div>
  4071.             <!-- ::: APPLICATION TABS ::: -->
  4072.             <div id='primary_nav' class='clearfix'>
  4073.                 <div class='main_width'>
  4074.                     <ul class='ipsList_inline' id='community_app_menu'>
  4075.                        
  4076.                             <li class='right'>
  4077.                                 <a href="http://community.casiocalc.org/?app=core&amp;module=global&amp;section=navigation&amp;inapp=forums" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='Open Quick Navigation'><span>&nbsp;</span></a>
  4078.                             </li>
  4079.                        
  4080.                         <li id='nav_explore' class='right'>
  4081.                             <a href='http://community.casiocalc.org/?app=core&amp;module=search&amp;do=viewNewContent&amp;search_app=forums' accesskey='2'>View New Content</a>
  4082.                         </li>
  4083.                        
  4084.                             <li id='nav_home' class='left'><a href='http://community.casiocalc.org' title='Homepage' rel="home">community.casiocalc.org</a></li>
  4085.                        
  4086.                        
  4087.                                
  4088.                                    
  4089.                                
  4090.  
  4091.                                    
  4092.                                                                                 <li id='nav_app_forums' class="left active"><a href='http://community.casiocalc.org/' title='Go to Forums'>Forums</a></li>
  4093.                                    
  4094.                                
  4095.  
  4096.                                    
  4097.                                                                                 <li id='nav_app_members' class="left "><a href='http://community.casiocalc.org/members/' title='Go to Members'>Members</a></li>
  4098.                                    
  4099.                                
  4100.                            
  4101.                         <li id='nav_other_apps' style='display: none'>
  4102.                             <a href='#' class='ipbmenu' id='more_apps'>More <img src='/dot/public/style_images/master/useropts_arrow.png' /></a>
  4103.                         </li>
  4104.                     </ul>
  4105.                 </div>
  4106.                 <script type='text/javascript'>
  4107.                     if( $('primary_nav') ){ ipb.global.activateMainMenu(); }
  4108.                 </script>
  4109.             </div> 
  4110.            
  4111.             <!-- ::: MAIN CONTENT AREA ::: -->
  4112.             <div id='content' class='clearfix'>
  4113.                 <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  4114.                
  4115.                 <noscript>
  4116.                     <div class='message error'>
  4117.                         <strong>Javascript Disabled Detected</strong>
  4118.                         <p>You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.</p>
  4119.                     </div>
  4120.                     <br />
  4121.                 </noscript>
  4122.                 <!-- ::: CONTENT ::: -->
  4123.  
  4124. <!-- IRC Widget START -->
  4125. <center>
  4126. <div id="irc_status"></div>
  4127. <div class="stuff" id="casiocalcircholder"></div>
  4128. </center>
  4129.     <script type="text/javascript" >
  4130.         curl(['jquery', 'apps/casiocalcirc']).then(
  4131.         function ($, CasioCalcIRC) {
  4132.         $.noConflict();
  4133. CasioCalcIRC.Load("#casiocalcircholder");
  4134.            
  4135.         },
  4136.         // execute this callback if there was a problem
  4137.         function (ex) {
  4138.             var msg = 'OH SNAP: ' + ex.message;
  4139.             console.log(ex);
  4140.             alert(msg);
  4141.         });
  4142.     </script>
  4143. <br />
  4144. <!-- IRC Widget END-->
  4145.                
  4146.                
  4147. <div id='board_index' class='ipsLayout ipsLayout_withright ipsLayout_largeright clearfix '>
  4148.     <div id='categories' class='ipsLayout_content clearfix'>
  4149. <!-- IRC Widget START
  4150. <center>
  4151. <div id="irc_status"></div>
  4152. <div class="stuff" id="casiocalcircholder"></div>
  4153. </center>
  4154.     <script type="text/javascript" >
  4155.         curl(['jquery', 'apps/casiocalcirc']).then(
  4156.         function ($, CasioCalcIRC) {
  4157.         $.noConflict();
  4158. CasioCalcIRC.Load("#casiocalcircholder");
  4159.            
  4160.         },
  4161.         // execute this callback if there was a problem
  4162.         function (ex) {
  4163.             var msg = 'OH SNAP: ' + ex.message;
  4164.             console.log(ex);
  4165.             alert(msg);
  4166.         });
  4167.     </script>
  4168. <br />
  4169. IRC Widget END-->
  4170.     <!-- CATS AND FORUMS -->
  4171.        
  4172.            
  4173.                 <div id='category_9' class='category_block block_wrap'>
  4174.                         <h3 class='maintitle'>
  4175.                             <a class='toggle right' href='#' title="Toggle General">Toggle General</a> <a href="http://community.casiocalc.org/forum/9-general/" title='View General'>General</a>
  4176.                         </h3>
  4177.                         <div class='ipsBox table_wrap'>
  4178.                             <div class='ipsBox_container'>
  4179.                                 <table class='ipb_table' summary="Forums within the category 'General'">
  4180.                                     <tr class='header hide'>
  4181.                                         <th scope='col' class='col_c_icon'>&nbsp;</th>
  4182.                                         <th scope='col' class='col_c_forum'>Forum</th>
  4183.                                         <th scope='col' class='col_c_stats stats'>Stats</th>
  4184.                                         <th scope='col' class='col_c_post'>Last Post Info</th>
  4185.                                     </tr>
  4186.                                     <!-- / CAT HEADER -->
  4187.                                    
  4188.                                         <tr class=''>
  4189.                                                 <td class='col_c_icon'>
  4190.                                                    
  4191.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4192.                                                    
  4193.                                                 </td>
  4194.                                                 <td class='col_c_forum'>
  4195.                                                    
  4196.                                                     <h4>
  4197.                                                        
  4198.                                                         <a href="http://community.casiocalc.org/forum/34-announcements/" title='Announcements'>Announcements</a>
  4199.                                                     </h4>
  4200.                                                        
  4201.                                                    
  4202.                                                         <br />
  4203.                                                         <ol class='ipsList_inline ipsType_small subforums' id='subforums_34'>
  4204.                                                            
  4205.                                                                 <li>
  4206.                                                                     <a href="http://community.casiocalc.org/forum/35-board-rules/" title='Board Rules'>Board Rules</a>
  4207.                                                                 </li>
  4208.                                                            
  4209.                                                         </ol>
  4210.                                                    
  4211.                                                                                    
  4212.                                                     <p class='desc __forum_desc ipsType_small'>Announcements and important news will be posted here. You should subscribe to this forum to stay informed.</p>                                          
  4213.                                                 </td>
  4214.                                                 <td class='col_c_stats ipsType_small'>
  4215.                                                     <ul>
  4216.                                                         <li><strong>9</strong> topics</li>
  4217.                                                         <li><strong>138</strong> replies</li>
  4218.                                                     </ul>
  4219.                                                 </td>
  4220.                                                 <td class='col_c_post'>
  4221.                                                    
  4222.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4223.  
  4224. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Forum Under Construction - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4225.  
  4226.     </a>
  4227.  
  4228.                                                         <ul class='last_post ipsType_small'>
  4229.                                                             <li>
  4230.                                                                     <a href='http://community.casiocalc.org/topic/6844-forum-under-construction/unread/' title='Forum Under Construction'>Forum Under Construction</a>
  4231.                                                                 </li>
  4232.                                                                
  4233.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4234.                                                                
  4235.                                                                
  4236.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6844-forum-under-construction/page__view__getlastpost' title='View last post'>28 Jun 2012</a></li>
  4237.                                                                
  4238.                                                         </ul>
  4239.                                                 </td>
  4240.                                             </tr>
  4241.                                    
  4242.  
  4243.                                         <tr class=''>
  4244.                                                 <td class='col_c_icon'>
  4245.                                                    
  4246.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4247.                                                    
  4248.                                                 </td>
  4249.                                                 <td class='col_c_forum'>
  4250.                                                    
  4251.                                                     <h4>
  4252.                                                        
  4253.                                                         <a href="http://community.casiocalc.org/forum/43-general-discussion/" title='General Discussion'>General Discussion</a>
  4254.                                                     </h4>
  4255.                                                        
  4256.                                                    
  4257.                                                         <br />
  4258.                                                         <ol class='ipsList_inline ipsType_small subforums' id='subforums_43'>
  4259.                                                            
  4260.                                                                 <li>
  4261.                                                                     <a href="http://community.casiocalc.org/forum/2-community-lounge/" title='Community lounge'>Community lounge</a>,
  4262.                                                                 </li>
  4263.                                                            
  4264.  
  4265.                                                                 <li>
  4266.                                                                     <a href="http://community.casiocalc.org/forum/52-passionate-discussions/" title='Passionate discussions  '>Passionate discussions  </a>
  4267.                                                                 </li>
  4268.                                                            
  4269.                                                         </ol>
  4270.                                                    
  4271.                                                                                    
  4272.                                                     <p class='desc __forum_desc ipsType_small'>Talk about anything that doesn't satisfy any of the other forums.</p>                                           
  4273.                                                 </td>
  4274.                                                 <td class='col_c_stats ipsType_small'>
  4275.                                                     <ul>
  4276.                                                         <li><strong>589</strong> topics</li>
  4277.                                                         <li><strong>10129</strong> replies</li>
  4278.                                                     </ul>
  4279.                                                 </td>
  4280.                                                 <td class='col_c_post'>
  4281.                                                    
  4282.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4283.  
  4284. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Small GNU/Linux Distro - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4285.  
  4286.     </a>
  4287.  
  4288.                                                         <ul class='last_post ipsType_small'>
  4289.                                                             <li>
  4290.                                                                     <a href='http://community.casiocalc.org/topic/6831-small-gnulinux-distro/unread/' title='Small GNU/Linux Distro'>Small GNU/Linux Distro</a>
  4291.                                                                 </li>
  4292.                                                                
  4293.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4294.                                                                
  4295.                                                                
  4296.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6831-small-gnulinux-distro/page__view__getlastpost' title='View last post'>28 Jun 2012</a></li>
  4297.                                                                
  4298.                                                         </ul>
  4299.                                                 </td>
  4300.                                             </tr>
  4301.                                    
  4302.  
  4303.                                         <tr class=''>
  4304.                                                 <td class='col_c_icon'>
  4305.                                                    
  4306.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4307.                                                    
  4308.                                                 </td>
  4309.                                                 <td class='col_c_forum'>
  4310.                                                    
  4311.                                                     <h4>
  4312.                                                        
  4313.                                                         <a href="http://community.casiocalc.org/forum/44-your-projects/" title='Your Projects'>Your Projects</a>
  4314.                                                     </h4>
  4315.                                                        
  4316.                                                    
  4317.                                                                                    
  4318.                                                     <p class='desc __forum_desc ipsType_small'>Post news, updates, and releases of your projects here</p>                                          
  4319.                                                 </td>
  4320.                                                 <td class='col_c_stats ipsType_small'>
  4321.                                                     <ul>
  4322.                                                         <li><strong>10</strong> topics</li>
  4323.                                                         <li><strong>68</strong> replies</li>
  4324.                                                     </ul>
  4325.                                                 </td>
  4326.                                                 <td class='col_c_post'>
  4327.                                                    
  4328.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4329.  
  4330. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Switchedrpg, An Rpg For Prizm - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4331.  
  4332.     </a>
  4333.  
  4334.                                                         <ul class='last_post ipsType_small'>
  4335.                                                             <li>
  4336.                                                                     <a href='http://community.casiocalc.org/topic/6840-switchedrpg-an-rpg-for-prizm/unread/' title='Switchedrpg, An Rpg For Prizm'>Switchedrpg, An Rpg For Prizm</a>
  4337.                                                                 </li>
  4338.                                                                
  4339.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4340.                                                                
  4341.                                                                
  4342.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6840-switchedrpg-an-rpg-for-prizm/page__view__getlastpost' title='View last post'>27 Jun 2012</a></li>
  4343.                                                                
  4344.                                                         </ul>
  4345.                                                 </td>
  4346.                                             </tr>
  4347.                                    
  4348.  
  4349.                                         <tr class=''>
  4350.                                                 <td class='col_c_icon'>
  4351.                                                    
  4352.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4353.                                                    
  4354.                                                 </td>
  4355.                                                 <td class='col_c_forum'>
  4356.                                                    
  4357.                                                     <h4>
  4358.                                                        
  4359.                                                         <a href="http://community.casiocalc.org/forum/45-technology-and-hardware/" title='Technology and Hardware'>Technology and Hardware</a>
  4360.                                                     </h4>
  4361.                                                        
  4362.                                                    
  4363.                                                                                    
  4364.                                                     <p class='desc __forum_desc ipsType_small'>Post about your hardware endevours, and the latest in the world of tech.  </p>                                          
  4365.                                                 </td>
  4366.                                                 <td class='col_c_stats ipsType_small'>
  4367.                                                     <ul>
  4368.                                                         <li><strong>1</strong> topics</li>
  4369.                                                         <li><strong>0</strong> replies</li>
  4370.                                                     </ul>
  4371.                                                 </td>
  4372.                                                 <td class='col_c_post'>
  4373.                                                    
  4374.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4375.  
  4376. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Spray-On Battery Power - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4377.  
  4378.     </a>
  4379.  
  4380.                                                         <ul class='last_post ipsType_small'>
  4381.                                                             <li>
  4382.                                                                     <a href='http://community.casiocalc.org/topic/6846-spray-on-battery-power/unread/' title='Spray-On Battery Power'>Spray-On Battery Power</a>
  4383.                                                                 </li>
  4384.                                                                
  4385.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4386.                                                                
  4387.                                                                
  4388.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6846-spray-on-battery-power/page__view__getlastpost' title='View last post'>Yesterday, 11:04 PM</a></li>
  4389.                                                                
  4390.                                                         </ul>
  4391.                                                 </td>
  4392.                                             </tr>
  4393.                                    
  4394.  
  4395.                                         <tr class=''>
  4396.                                                 <td class='col_c_icon'>
  4397.                                                    
  4398.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4399.                                                    
  4400.                                                 </td>
  4401.                                                 <td class='col_c_forum'>
  4402.                                                    
  4403.                                                     <h4>
  4404.                                                        
  4405.                                                         <a href="http://community.casiocalc.org/forum/3-website-bugs-suggestions/" title='Website Bugs / Suggestions'>Website Bugs / Suggestions</a>
  4406.                                                     </h4>
  4407.                                                        
  4408.                                                    
  4409.                                                                                    
  4410.                                                     <p class='desc __forum_desc ipsType_small'>If you find a Bug on the UCN or if you would like to make a suggestion, please post it here!</p>                                        
  4411.                                                 </td>
  4412.                                                 <td class='col_c_stats ipsType_small'>
  4413.                                                     <ul>
  4414.                                                         <li><strong>152</strong> topics</li>
  4415.                                                         <li><strong>1330</strong> replies</li>
  4416.                                                     </ul>
  4417.                                                 </td>
  4418.                                                 <td class='col_c_post'>
  4419.                                                    
  4420.     <a href='http://community.casiocalc.org/user/20174-guest/' class='ipsUserPhotoLink left'>
  4421.  
  4422. <img src='/uploads/profile/photo-20174.jpg?_r=1340909197' alt='Spam - last post by Forty-Two' class='ipsUserPhoto ipsUserPhoto_mini' />
  4423.  
  4424.     </a>
  4425.  
  4426.                                                         <ul class='last_post ipsType_small'>
  4427.                                                             <li>
  4428.                                                                     <a href='http://community.casiocalc.org/topic/6842-spam/unread/' title='Spam'>Spam</a>
  4429.                                                                 </li>
  4430.                                                                
  4431.                                                                     <li>By <a hovercard-ref="member" hovercard-id="20174" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/20174-forty-two/' title='View Profile'><span itemprop="name">Forty-Two</span></a></li>
  4432.                                                                
  4433.                                                                
  4434.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6842-spam/page__view__getlastpost' title='View last post'>28 Jun 2012</a></li>
  4435.                                                                
  4436.                                                         </ul>
  4437.                                                 </td>
  4438.                                             </tr>
  4439.                                    
  4440.                                 </table>
  4441.                             </div>
  4442.                         </div>
  4443.                         <br />
  4444.                     </div>
  4445.            
  4446.  
  4447.                 <div id='category_47' class='category_block block_wrap'>
  4448.                         <h3 class='maintitle'>
  4449.                             <a class='toggle right' href='#' title="Toggle Calculators">Toggle Calculators</a> <a href="http://community.casiocalc.org/forum/47-calculators/" title='View Calculators'>Calculators</a>
  4450.                         </h3>
  4451.                         <div class='ipsBox table_wrap'>
  4452.                             <div class='ipsBox_container'>
  4453.                                 <table class='ipb_table' summary="Forums within the category 'Calculators'">
  4454.                                     <tr class='header hide'>
  4455.                                         <th scope='col' class='col_c_icon'>&nbsp;</th>
  4456.                                         <th scope='col' class='col_c_forum'>Forum</th>
  4457.                                         <th scope='col' class='col_c_stats stats'>Stats</th>
  4458.                                         <th scope='col' class='col_c_post'>Last Post Info</th>
  4459.                                     </tr>
  4460.                                     <!-- / CAT HEADER -->
  4461.                                    
  4462.                                         <tr class=''>
  4463.                                                 <td class='col_c_icon'>
  4464.                                                    
  4465.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4466.                                                    
  4467.                                                 </td>
  4468.                                                 <td class='col_c_forum'>
  4469.                                                    
  4470.                                                     <h4>
  4471.                                                        
  4472.                                                         <a href="http://community.casiocalc.org/forum/48-casio-cfxafxfxprizm/" title='Casio CFX/AFX/FX/Prizm '>Casio CFX/AFX/FX/Prizm </a>
  4473.                                                     </h4>
  4474.                                                        
  4475.                                                    
  4476.                                                         <br />
  4477.                                                         <ol class='ipsList_inline ipsType_small subforums' id='subforums_48'>
  4478.                                                            
  4479.                                                                 <li>
  4480.                                                                     <a href="http://community.casiocalc.org/forum/50-tutorials/" title='Tutorials'>Tutorials</a>,
  4481.                                                                 </li>
  4482.                                                            
  4483.  
  4484.                                                                 <li>
  4485.                                                                     <a href="http://community.casiocalc.org/forum/51-important-topics/" title='Important Topics'>Important Topics</a>
  4486.                                                                 </li>
  4487.                                                            
  4488.                                                         </ol>
  4489.                                                    
  4490.                                                                                    
  4491.                                                     <p class='desc __forum_desc ipsType_small'>Discuss the nuances of the various Casio calculator series.  </p>                                           
  4492.                                                 </td>
  4493.                                                 <td class='col_c_stats ipsType_small'>
  4494.                                                     <ul>
  4495.                                                         <li><strong>2518</strong> topics</li>
  4496.                                                         <li><strong>20063</strong> replies</li>
  4497.                                                     </ul>
  4498.                                                 </td>
  4499.                                                 <td class='col_c_post'>
  4500.                                                    
  4501.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4502.  
  4503. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='schip8fx first emulator wor... - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4504.  
  4505.     </a>
  4506.  
  4507.                                                         <ul class='last_post ipsType_small'>
  4508.                                                             <li>
  4509.                                                                     <a href='http://community.casiocalc.org/topic/837-schip8fx-first-emulator-working-on-casio-afx/unread/' title='schip8fx first emulator working on Casio AFX'>schip8fx first emulator wor...</a>
  4510.                                                                 </li>
  4511.                                                                
  4512.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4513.                                                                
  4514.                                                                
  4515.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/837-schip8fx-first-emulator-working-on-casio-afx/page__view__getlastpost' title='View last post'>Yesterday, 08:17 PM</a></li>
  4516.                                                                
  4517.                                                         </ul>
  4518.                                                 </td>
  4519.                                             </tr>
  4520.                                    
  4521.  
  4522.                                         <tr class=''>
  4523.                                                 <td class='col_c_icon'>
  4524.                                                    
  4525.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4526.                                                    
  4527.                                                 </td>
  4528.                                                 <td class='col_c_forum'>
  4529.                                                    
  4530.                                                     <h4>
  4531.                                                        
  4532.                                                         <a href="http://community.casiocalc.org/forum/49-classpad/" title='Classpad'>Classpad</a>
  4533.                                                     </h4>
  4534.                                                        
  4535.                                                    
  4536.                                                                                    
  4537.                                                     <p class='desc __forum_desc ipsType_small'>Classpad discussion forum</p>                                           
  4538.                                                 </td>
  4539.                                                 <td class='col_c_stats ipsType_small'>
  4540.                                                     <ul>
  4541.                                                         <li><strong>1049</strong> topics</li>
  4542.                                                         <li><strong>8866</strong> replies</li>
  4543.                                                     </ul>
  4544.                                                 </td>
  4545.                                                 <td class='col_c_post'>
  4546.                                                    
  4547.     <a href='http://community.casiocalc.org/user/449-guest/' class='ipsUserPhotoLink left'>
  4548.  
  4549. <img src='http://www.gravatar.com/avatar/3969dc8662fd12eb663864cecb42ec71?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Information About Classpad... - last post by johnet123' class='ipsUserPhoto ipsUserPhoto_mini' />
  4550.  
  4551.     </a>
  4552.  
  4553.                                                         <ul class='last_post ipsType_small'>
  4554.                                                             <li>
  4555.                                                                     <a href='http://community.casiocalc.org/topic/6798-information-about-classpad-330-plus/unread/' title='Information About Classpad 330 Plus'>Information About Classpad...</a>
  4556.                                                                 </li>
  4557.                                                                
  4558.                                                                     <li>By <a hovercard-ref="member" hovercard-id="449" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/449-johnet123/' title='View Profile'><span itemprop="name">johnet123</span></a></li>
  4559.                                                                
  4560.                                                                
  4561.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6798-information-about-classpad-330-plus/page__view__getlastpost' title='View last post'>22 Jun 2012</a></li>
  4562.                                                                
  4563.                                                         </ul>
  4564.                                                 </td>
  4565.                                             </tr>
  4566.                                    
  4567.                                 </table>
  4568.                             </div>
  4569.                         </div>
  4570.                         <br />
  4571.                     </div>
  4572.            
  4573.  
  4574.                 <div id='category_25' class='category_block block_wrap'>
  4575.                         <h3 class='maintitle'>
  4576.                             <a class='toggle right' href='#' title="Toggle Programming">Toggle Programming</a> <a href="http://community.casiocalc.org/forum/25-programming/" title='View Programming'>Programming</a>
  4577.                         </h3>
  4578.                         <div class='ipsBox table_wrap'>
  4579.                             <div class='ipsBox_container'>
  4580.                                 <table class='ipb_table' summary="Forums within the category 'Programming'">
  4581.                                     <tr class='header hide'>
  4582.                                         <th scope='col' class='col_c_icon'>&nbsp;</th>
  4583.                                         <th scope='col' class='col_c_forum'>Forum</th>
  4584.                                         <th scope='col' class='col_c_stats stats'>Stats</th>
  4585.                                         <th scope='col' class='col_c_post'>Last Post Info</th>
  4586.                                     </tr>
  4587.                                     <!-- / CAT HEADER -->
  4588.                                    
  4589.                                         <tr class=''>
  4590.                                                 <td class='col_c_icon'>
  4591.                                                    
  4592.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4593.                                                    
  4594.                                                 </td>
  4595.                                                 <td class='col_c_forum'>
  4596.                                                    
  4597.                                                     <h4>
  4598.                                                        
  4599.                                                         <a href="http://community.casiocalc.org/forum/26-general-help/" title='General Help'>General Help</a>
  4600.                                                     </h4>
  4601.                                                        
  4602.                                                    
  4603.                                                                                    
  4604.                                                     <p class='desc __forum_desc ipsType_small'>Support for programming and development</p>                                         
  4605.                                                 </td>
  4606.                                                 <td class='col_c_stats ipsType_small'>
  4607.                                                     <ul>
  4608.                                                         <li><strong>193</strong> topics</li>
  4609.                                                         <li><strong>723</strong> replies</li>
  4610.                                                     </ul>
  4611.                                                 </td>
  4612.                                                 <td class='col_c_post'>
  4613.                                                    
  4614.     <a href='http://community.casiocalc.org/user/20174-forty-two/' class='ipsUserPhotoLink left'>
  4615.  
  4616. <img src='/uploads/profile/photo-20174.jpg?_r=1340909197' alt='How To Lock And Unlock Calc... - last post by Forty-Two' class='ipsUserPhoto ipsUserPhoto_mini' />
  4617.  
  4618.     </a>
  4619.  
  4620.                                                         <ul class='last_post ipsType_small'>
  4621.                                                             <li>
  4622.                                                                     <a href='http://community.casiocalc.org/topic/6834-how-to-lock-and-unlock-calculator-program-casio-fx-5800p/unread/' title='How To Lock And Unlock Calculator Program Casio-fx 5800p'>How To Lock And Unlock Calc...</a>
  4623.                                                                 </li>
  4624.                                                                
  4625.                                                                     <li>By <a hovercard-ref="member" hovercard-id="20174" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/20174-forty-two/' title='View Profile'><span itemprop="name">Forty-Two</span></a></li>
  4626.                                                                
  4627.                                                                
  4628.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6834-how-to-lock-and-unlock-calculator-program-casio-fx-5800p/page__view__getlastpost' title='View last post'>27 Jun 2012</a></li>
  4629.                                                                
  4630.                                                         </ul>
  4631.                                                 </td>
  4632.                                             </tr>
  4633.                                    
  4634.  
  4635.                                         <tr class=''>
  4636.                                                 <td class='col_c_icon'>
  4637.                                                    
  4638.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4639.                                                    
  4640.                                                 </td>
  4641.                                                 <td class='col_c_forum'>
  4642.                                                    
  4643.                                                     <h4>
  4644.                                                        
  4645.                                                         <a href="http://community.casiocalc.org/forum/39-casio-basic/" title='Casio Basic'>Casio Basic</a>
  4646.                                                     </h4>
  4647.                                                        
  4648.                                                    
  4649.                                                                                    
  4650.                                                     <p class='desc __forum_desc ipsType_small'>Come to here with all your Casio-Basic Dilemmas.    </p>                                        
  4651.                                                 </td>
  4652.                                                 <td class='col_c_stats ipsType_small'>
  4653.                                                     <ul>
  4654.                                                         <li><strong>3</strong> topics</li>
  4655.                                                         <li><strong>35</strong> replies</li>
  4656.                                                     </ul>
  4657.                                                 </td>
  4658.                                                 <td class='col_c_post'>
  4659.                                                    
  4660.     <a href='http://community.casiocalc.org/user/8705-guest/' class='ipsUserPhotoLink left'>
  4661.  
  4662. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='The Truth About Getkey - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4663.  
  4664.     </a>
  4665.  
  4666.                                                         <ul class='last_post ipsType_small'>
  4667.                                                             <li>
  4668.                                                                     <a href='http://community.casiocalc.org/topic/6784-the-truth-about-getkey/unread/' title='The Truth About Getkey'>The Truth About Getkey</a>
  4669.                                                                 </li>
  4670.                                                                
  4671.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4672.                                                                
  4673.                                                                
  4674.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6784-the-truth-about-getkey/page__view__getlastpost' title='View last post'>14 May 2012</a></li>
  4675.                                                                
  4676.                                                         </ul>
  4677.                                                 </td>
  4678.                                             </tr>
  4679.                                    
  4680.  
  4681.                                         <tr class=''>
  4682.                                                 <td class='col_c_icon'>
  4683.                                                    
  4684.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4685.                                                    
  4686.                                                 </td>
  4687.                                                 <td class='col_c_forum'>
  4688.                                                    
  4689.                                                     <h4>
  4690.                                                        
  4691.                                                         <a href="http://community.casiocalc.org/forum/41-cc/" title='C/C++'>C/C++</a>
  4692.                                                     </h4>
  4693.                                                        
  4694.                                                    
  4695.                                                                                    
  4696.                                                     <p class='desc __forum_desc ipsType_small'>Ask about C and C++ problems here.  </p>                                        
  4697.                                                 </td>
  4698.                                                 <td class='col_c_stats ipsType_small'>
  4699.                                                     <ul>
  4700.                                                         <li><strong>4</strong> topics</li>
  4701.                                                         <li><strong>6</strong> replies</li>
  4702.                                                     </ul>
  4703.                                                 </td>
  4704.                                                 <td class='col_c_post'>
  4705.                                                    
  4706.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4707.  
  4708. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Useful Routines - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4709.  
  4710.     </a>
  4711.  
  4712.                                                         <ul class='last_post ipsType_small'>
  4713.                                                             <li>
  4714.                                                                     <a href='http://community.casiocalc.org/topic/6847-useful-routines/unread/' title='Useful Routines'>Useful Routines</a>
  4715.                                                                 </li>
  4716.                                                                
  4717.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4718.                                                                
  4719.                                                                
  4720.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6847-useful-routines/page__view__getlastpost' title='View last post'>Today, 12:39 PM</a></li>
  4721.                                                                
  4722.                                                         </ul>
  4723.                                                 </td>
  4724.                                             </tr>
  4725.                                    
  4726.  
  4727.                                         <tr class=''>
  4728.                                                 <td class='col_c_icon'>
  4729.                                                    
  4730.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4731.                                                    
  4732.                                                 </td>
  4733.                                                 <td class='col_c_forum'>
  4734.                                                    
  4735.                                                     <h4>
  4736.                                                        
  4737.                                                         <a href="http://community.casiocalc.org/forum/42-sh-asm/" title='SH Asm'>SH Asm</a>
  4738.                                                     </h4>
  4739.                                                        
  4740.                                                    
  4741.                                                                                    
  4742.                                                     <p class='desc __forum_desc ipsType_small'>The mystical world of Super H.  Inquire within.</p>                                         
  4743.                                                 </td>
  4744.                                                 <td class='col_c_stats ipsType_small'>
  4745.                                                     <ul>
  4746.                                                         <li><strong>0</strong> topics</li>
  4747.                                                         <li><strong>0</strong> replies</li>
  4748.                                                     </ul>
  4749.                                                 </td>
  4750.                                                 <td class='col_c_post'>
  4751.                                                    
  4752.     <div class='left'>
  4753.  
  4754.  
  4755.     <img src='http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' width='25' height='25' class='ipsUserPhoto ipsUserPhoto_mini' />
  4756.  
  4757.  
  4758.     </div>
  4759.  
  4760.                                                         <ul class='last_post ipsType_small'>
  4761.                                                            
  4762.                                                                 <li class='desc lighter'><em>No posts to view</em></li>
  4763.                                                            
  4764.                                                         </ul>
  4765.                                                 </td>
  4766.                                             </tr>
  4767.                                    
  4768.  
  4769.                                         <tr class=''>
  4770.                                                 <td class='col_c_icon'>
  4771.                                                    
  4772.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4773.                                                    
  4774.                                                 </td>
  4775.                                                 <td class='col_c_forum'>
  4776.                                                    
  4777.                                                     <h4>
  4778.                                                        
  4779.                                                         <a href="http://community.casiocalc.org/forum/32-luafxafx/" title='LuaFX/AFX'>LuaFX/AFX</a>
  4780.                                                     </h4>
  4781.                                                        
  4782.                                                    
  4783.                                                                                    
  4784.                                                     <p class='desc __forum_desc ipsType_small'>LuaFX is a programming language for the AFX and FX series of calculators. The interpreter can be downloaded on this <a href="http://www.casiocalc.org/to/fsdisplay.php?cat2disp=FS.FX.9860G.casm#luafx-demo-with">page</a> as well as the source. Have fun!</p>                                         
  4785.                                                 </td>
  4786.                                                 <td class='col_c_stats ipsType_small'>
  4787.                                                     <ul>
  4788.                                                         <li><strong>13</strong> topics</li>
  4789.                                                         <li><strong>49</strong> replies</li>
  4790.                                                     </ul>
  4791.                                                 </td>
  4792.                                                 <td class='col_c_post'>
  4793.                                                    
  4794.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4795.  
  4796. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Porting Luafx To Prizm - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4797.  
  4798.     </a>
  4799.  
  4800.                                                         <ul class='last_post ipsType_small'>
  4801.                                                             <li>
  4802.                                                                     <a href='http://community.casiocalc.org/topic/6824-porting-luafx-to-prizm/unread/' title='Porting Luafx To Prizm'>Porting Luafx To Prizm</a>
  4803.                                                                 </li>
  4804.                                                                
  4805.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4806.                                                                
  4807.                                                                
  4808.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6824-porting-luafx-to-prizm/page__view__getlastpost' title='View last post'>13 Jun 2012</a></li>
  4809.                                                                
  4810.                                                         </ul>
  4811.                                                 </td>
  4812.                                             </tr>
  4813.                                    
  4814.  
  4815.                                         <tr class=''>
  4816.                                                 <td class='col_c_icon'>
  4817.                                                    
  4818.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4819.                                                    
  4820.                                                 </td>
  4821.                                                 <td class='col_c_forum'>
  4822.                                                    
  4823.                                                     <h4>
  4824.                                                        
  4825.                                                         <a href="http://community.casiocalc.org/forum/19-cplua/" title='CPLua'>CPLua</a>
  4826.                                                     </h4>
  4827.                                                        
  4828.                                                    
  4829.                                                                                    
  4830.                                                     <p class='desc __forum_desc ipsType_small'>This forum is dedicated to the CPLua Project. Feel free to talk about the new language for the Classpad in here.</p>                                        
  4831.                                                 </td>
  4832.                                                 <td class='col_c_stats ipsType_small'>
  4833.                                                     <ul>
  4834.                                                         <li><strong>97</strong> topics</li>
  4835.                                                         <li><strong>1752</strong> replies</li>
  4836.                                                     </ul>
  4837.                                                 </td>
  4838.                                                 <td class='col_c_post'>
  4839.                                                    
  4840.     <a href='http://community.casiocalc.org/user/1113-micropro/' class='ipsUserPhotoLink left'>
  4841.  
  4842. <img src='/uploads/av-1113.png?_r=0' alt='&#1570;&#1605;&#1608;... - last post by MicroPro' class='ipsUserPhoto ipsUserPhoto_mini' />
  4843.  
  4844.     </a>
  4845.  
  4846.                                                         <ul class='last_post ipsType_small'>
  4847.                                                             <li>
  4848.                                                                     <a href='http://community.casiocalc.org/topic/6793-cplua/unread/' title='&#1570;&#1605;&#1608;&#1586;&#1588; Cplua'>&#1570;&#1605;&#1608;...</a>
  4849.                                                                 </li>
  4850.                                                                
  4851.                                                                     <li>By <a hovercard-ref="member" hovercard-id="1113" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/1113-micropro/' title='View Profile'><span itemprop="name">MicroPro</span></a></li>
  4852.                                                                
  4853.                                                                
  4854.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6793-cplua/page__view__getlastpost' title='View last post'>22 Jun 2012</a></li>
  4855.                                                                
  4856.                                                         </ul>
  4857.                                                 </td>
  4858.                                             </tr>
  4859.                                    
  4860.  
  4861.                                         <tr class=''>
  4862.                                                 <td class='col_c_icon'>
  4863.                                                    
  4864.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4865.                                                    
  4866.                                                 </td>
  4867.                                                 <td class='col_c_forum'>
  4868.                                                    
  4869.                                                     <h4>
  4870.                                                        
  4871.                                                         <a href="http://community.casiocalc.org/forum/18-mlc2/" title='MLC2'>MLC2</a>
  4872.                                                     </h4>
  4873.                                                        
  4874.                                                    
  4875.                                                                                    
  4876.                                                     <p class='desc __forum_desc ipsType_small'>This forum is for the MLC2 project.
  4877. <br />Everyone is invited to talk about the new game programming language for the Casio AFX and other platforms.</p>                                           
  4878.                                                 </td>
  4879.                                                 <td class='col_c_stats ipsType_small'>
  4880.                                                     <ul>
  4881.                                                         <li><strong>26</strong> topics</li>
  4882.                                                         <li><strong>461</strong> replies</li>
  4883.                                                     </ul>
  4884.                                                 </td>
  4885.                                                 <td class='col_c_post'>
  4886.                                                    
  4887.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  4888.  
  4889. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Is Mlc Dead? - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  4890.  
  4891.     </a>
  4892.  
  4893.                                                         <ul class='last_post ipsType_small'>
  4894.                                                             <li>
  4895.                                                                     <a href='http://community.casiocalc.org/topic/5568-is-mlc-dead/unread/' title='Is Mlc Dead?'>Is Mlc Dead?</a>
  4896.                                                                 </li>
  4897.                                                                
  4898.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  4899.                                                                
  4900.                                                                
  4901.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/5568-is-mlc-dead/page__view__getlastpost' title='View last post'>25 Feb 2012</a></li>
  4902.                                                                
  4903.                                                         </ul>
  4904.                                                 </td>
  4905.                                             </tr>
  4906.                                    
  4907.                                 </table>
  4908.                             </div>
  4909.                         </div>
  4910.                         <br />
  4911.                     </div>
  4912.            
  4913.  
  4914.                 <div id='category_21' class='category_block block_wrap'>
  4915.                         <h3 class='maintitle'>
  4916.                             <a class='toggle right' href='#' title="Toggle Foreign Language">Toggle Foreign Language</a> <a href="http://community.casiocalc.org/forum/21-foreign-language/" title='View Foreign Language'>Foreign Language</a>
  4917.                         </h3>
  4918.                         <div class='ipsBox table_wrap'>
  4919.                             <div class='ipsBox_container'>
  4920.                                 <table class='ipb_table' summary="Forums within the category 'Foreign Language'">
  4921.                                     <tr class='header hide'>
  4922.                                         <th scope='col' class='col_c_icon'>&nbsp;</th>
  4923.                                         <th scope='col' class='col_c_forum'>Forum</th>
  4924.                                         <th scope='col' class='col_c_stats stats'>Stats</th>
  4925.                                         <th scope='col' class='col_c_post'>Last Post Info</th>
  4926.                                     </tr>
  4927.                                     <!-- / CAT HEADER -->
  4928.                                    
  4929.                                         <tr class=''>
  4930.                                                 <td class='col_c_icon'>
  4931.                                                    
  4932.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  4933.                                                    
  4934.                                                 </td>
  4935.                                                 <td class='col_c_forum'>
  4936.                                                    
  4937.                                                     <h4>
  4938.                                                        
  4939.                                                         <a href="http://community.casiocalc.org/forum/22-portuguese-help-center/" title='Portuguese Help Center'>Portuguese Help Center</a>
  4940.                                                     </h4>
  4941.                                                        
  4942.                                                    
  4943.                                                                                    
  4944.                                                     <p class='desc __forum_desc ipsType_small'>S? para membros portugueses que n->o falam ingl?s.</p>                                          
  4945.                                                 </td>
  4946.                                                 <td class='col_c_stats ipsType_small'>
  4947.                                                     <ul>
  4948.                                                         <li><strong>26</strong> topics</li>
  4949.                                                         <li><strong>51</strong> replies</li>
  4950.                                                     </ul>
  4951.                                                 </td>
  4952.                                                 <td class='col_c_post'>
  4953.                                                    
  4954.     <a href='http://community.casiocalc.org/user/4579-helder7/' class='ipsUserPhotoLink left'>
  4955.  
  4956. <img src='/uploads/av-4579.jpg?_r=1332312622' alt='Texto Na Calculadora - last post by helder7' class='ipsUserPhoto ipsUserPhoto_mini' />
  4957.  
  4958.     </a>
  4959.  
  4960.                                                         <ul class='last_post ipsType_small'>
  4961.                                                             <li>
  4962.                                                                     <a href='http://community.casiocalc.org/topic/6832-texto-na-calculadora/unread/' title='Texto Na Calculadora'>Texto Na Calculadora</a>
  4963.                                                                 </li>
  4964.                                                                
  4965.                                                                     <li>By <a hovercard-ref="member" hovercard-id="4579" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/4579-helder7/' title='View Profile'><span itemprop="name">helder7</span></a></li>
  4966.                                                                
  4967.                                                                
  4968.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6832-texto-na-calculadora/page__view__getlastpost' title='View last post'>24 Jun 2012</a></li>
  4969.                                                                
  4970.                                                         </ul>
  4971.                                                 </td>
  4972.                                             </tr>
  4973.                                    
  4974.                                 </table>
  4975.                             </div>
  4976.                         </div>
  4977.                         <br />
  4978.                     </div>
  4979.            
  4980.  
  4981.                 <div id='category_10' class='category_block block_wrap'>
  4982.                         <h3 class='maintitle'>
  4983.                             <a class='toggle right' href='#' title="Toggle Administrative Forums">Toggle Administrative Forums</a> <a href="http://community.casiocalc.org/forum/10-administrative-forums/" title='View Administrative Forums'>Administrative Forums</a>
  4984.                         </h3>
  4985.                         <div class='ipsBox table_wrap'>
  4986.                             <div class='ipsBox_container'>
  4987.                                 <table class='ipb_table' summary="Forums within the category 'Administrative Forums'">
  4988.                                     <tr class='header hide'>
  4989.                                         <th scope='col' class='col_c_icon'>&nbsp;</th>
  4990.                                         <th scope='col' class='col_c_forum'>Forum</th>
  4991.                                         <th scope='col' class='col_c_stats stats'>Stats</th>
  4992.                                         <th scope='col' class='col_c_post'>Last Post Info</th>
  4993.                                     </tr>
  4994.                                     <!-- / CAT HEADER -->
  4995.                                    
  4996.                                         <tr class=''>
  4997.                                                 <td class='col_c_icon'>
  4998.                                                    
  4999.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  5000.                                                    
  5001.                                                 </td>
  5002.                                                 <td class='col_c_forum'>
  5003.                                                    
  5004.                                                     <h4>
  5005.                                                        
  5006.                                                         <a href="http://community.casiocalc.org/forum/5-moderator-forum/" title='Moderator Forum'>Moderator Forum</a>
  5007.                                                     </h4>
  5008.                                                        
  5009.                                                    
  5010.                                                                                    
  5011.                                                     <p class='desc __forum_desc ipsType_small'>This is a forum for moderators and administrators to discuss moderation stuff</p>                                           
  5012.                                                 </td>
  5013.                                                 <td class='col_c_stats ipsType_small'>
  5014.                                                     <ul>
  5015.                                                         <li><strong>100</strong> topics</li>
  5016.                                                         <li><strong>856</strong> replies</li>
  5017.                                                     </ul>
  5018.                                                 </td>
  5019.                                                 <td class='col_c_post'>
  5020.                                                    
  5021.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  5022.  
  5023. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Camping - last post by flyingfisch' class='ipsUserPhoto ipsUserPhoto_mini' />
  5024.  
  5025.     </a>
  5026.  
  5027.                                                         <ul class='last_post ipsType_small'>
  5028.                                                             <li>
  5029.                                                                     <a href='http://community.casiocalc.org/topic/6830-camping/unread/' title='Camping'>Camping</a>
  5030.                                                                 </li>
  5031.                                                                
  5032.                                                                     <li>By <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a></li>
  5033.                                                                
  5034.                                                                
  5035.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6830-camping/page__view__getlastpost' title='View last post'>27 Jun 2012</a></li>
  5036.                                                                
  5037.                                                         </ul>
  5038.                                                 </td>
  5039.                                             </tr>
  5040.                                    
  5041.  
  5042.                                         <tr class=''>
  5043.                                                 <td class='col_c_icon'>
  5044.                                                    
  5045.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  5046.                                                    
  5047.                                                 </td>
  5048.                                                 <td class='col_c_forum'>
  5049.                                                    
  5050.                                                     <h4>
  5051.                                                        
  5052.                                                             <a href='http://community.casiocalc.org/forum/27-trash/page__modfilter__unapproved' title='View unapproved items' class='ipsBadge ipsBadge_orange' data-tooltip="7 unapproved topic(s) and 21 unapproved post(s)" style='vertical-align: top'>Unapproved</a>
  5053.                                                        
  5054.                                                         <a href="http://community.casiocalc.org/forum/27-trash/" title='Trash'>Trash</a>
  5055.                                                     </h4>
  5056.                                                        
  5057.                                                    
  5058.                                                                                    
  5059.                                                     <p class='desc __forum_desc ipsType_small'>A trash to prevent mad users from deleteing all their posts and getting away with it...</p>                                         
  5060.                                                 </td>
  5061.                                                 <td class='col_c_stats ipsType_small'>
  5062.                                                     <ul>
  5063.                                                         <li><strong>264</strong> topics</li>
  5064.                                                         <li><strong>32</strong> replies</li>
  5065.                                                     </ul>
  5066.                                                 </td>
  5067.                                                 <td class='col_c_post'>
  5068.                                                    
  5069.     <a href='http://community.casiocalc.org/user/12-2072/' class='ipsUserPhotoLink left'>
  5070.  
  5071. <img src='/uploads/av-12.gif?_r=1340697913' alt='Testing Forum Software - last post by 2072' class='ipsUserPhoto ipsUserPhoto_mini' />
  5072.  
  5073.     </a>
  5074.  
  5075.                                                         <ul class='last_post ipsType_small'>
  5076.                                                             <li>
  5077.                                                                     <a href='http://community.casiocalc.org/topic/6839-testing-forum-software/unread/' title='Testing Forum Software'>Testing Forum Software</a>
  5078.                                                                 </li>
  5079.                                                                
  5080.                                                                     <li>By <a hovercard-ref="member" hovercard-id="12" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/12-2072/' title='View Profile'><span itemprop="name">2072</span></a></li>
  5081.                                                                
  5082.                                                                
  5083.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/6839-testing-forum-software/page__view__getlastpost' title='View last post'>Today, 11:37 AM</a></li>
  5084.                                                                
  5085.                                                         </ul>
  5086.                                                 </td>
  5087.                                             </tr>
  5088.                                    
  5089.  
  5090.                                         <tr class=''>
  5091.                                                 <td class='col_c_icon'>
  5092.                                                    
  5093.                                                         <img src='/dot/public/style_images/master/f_icon_read.png' />
  5094.                                                    
  5095.                                                 </td>
  5096.                                                 <td class='col_c_forum'>
  5097.                                                    
  5098.                                                     <h4>
  5099.                                                        
  5100.                                                             <a href='http://community.casiocalc.org/forum/33-illegal-stuff/page__modfilter__unapproved' title='View unapproved items' class='ipsBadge ipsBadge_orange' data-tooltip="3 unapproved topic(s) and 0 unapproved post(s)" style='vertical-align: top'>Unapproved</a>
  5101.                                                        
  5102.                                                         <a href="http://community.casiocalc.org/forum/33-illegal-stuff/" title='Illegal stuff'>Illegal stuff</a>
  5103.                                                     </h4>
  5104.                                                        
  5105.                                                    
  5106.                                                                                    
  5107.                                                     <p class='desc __forum_desc ipsType_small'>Move all illegal content here (cracks, turning calcs to other models, etc...)</p>                                           
  5108.                                                 </td>
  5109.                                                 <td class='col_c_stats ipsType_small'>
  5110.                                                     <ul>
  5111.                                                         <li><strong>7</strong> topics</li>
  5112.                                                         <li><strong>67</strong> replies</li>
  5113.                                                     </ul>
  5114.                                                 </td>
  5115.                                                 <td class='col_c_post'>
  5116.                                                    
  5117.     <a href='http://community.casiocalc.org/user/3463-guest/' class='ipsUserPhotoLink left'>
  5118.  
  5119. <img src='http://www.gravatar.com/avatar/df3319784d88b777904b579a9d9573ab?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Updated G1 Hacks - last post by cfxm' class='ipsUserPhoto ipsUserPhoto_mini' />
  5120.  
  5121.     </a>
  5122.  
  5123.                                                         <ul class='last_post ipsType_small'>
  5124.                                                             <li>
  5125.                                                                     <a href='http://community.casiocalc.org/topic/5606-updated-g1-hacks/unread/' title='Updated G1 Hacks'>Updated G1 Hacks</a>
  5126.                                                                 </li>
  5127.                                                                
  5128.                                                                     <li>By <a hovercard-ref="member" hovercard-id="3463" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/3463-cfxm/' title='View Profile'><span itemprop="name">cfxm</span></a></li>
  5129.                                                                
  5130.                                                                
  5131.                                                                     <li class='desc lighter blend_links'><a href='http://community.casiocalc.org/topic/5606-updated-g1-hacks/page__view__getlastpost' title='View last post'>05 Apr 2012</a></li>
  5132.                                                                
  5133.                                                         </ul>
  5134.                                                 </td>
  5135.                                             </tr>
  5136.                                    
  5137.                                 </table>
  5138.                             </div>
  5139.                         </div>
  5140.                         <br />
  5141.                     </div>
  5142.            
  5143.        
  5144.     </div>
  5145.     <div id='index_stats' class='ipsLayout_right clearfix' >
  5146.            
  5147. <div class='ipsSideBlock clearfix'>
  5148.     <h3>Recent Topics</h3>
  5149.     <div class='_sbcollapsable'>
  5150.         <ul class='ipsList_withminiphoto'>
  5151.        
  5152.         <li class='clearfix'>
  5153.            
  5154.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  5155.  
  5156. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />
  5157.  
  5158.     </a>
  5159.  
  5160.             <div class='list_content'>
  5161.                 <a href="http://community.casiocalc.org/topic/6847-useful-routines/" rel='bookmark' class='ipsType_small' title='Useful Routines - started  Today, 12:39 PM'>Useful Routines</a>
  5162.                 <p class='desc ipsType_smaller'>
  5163.                     <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a>
  5164.                     - Today, 12:39 PM
  5165.                 </p>
  5166.             </div>
  5167.         </li>
  5168.        
  5169.  
  5170.         <li class='clearfix'>
  5171.            
  5172.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  5173.  
  5174. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />
  5175.  
  5176.     </a>
  5177.  
  5178.             <div class='list_content'>
  5179.                 <a href="http://community.casiocalc.org/topic/6846-spray-on-battery-power/" rel='bookmark' class='ipsType_small' title='Spray-On Battery Power - started  Yesterday, 11:04 PM'>Spray-On Battery Power</a>
  5180.                 <p class='desc ipsType_smaller'>
  5181.                     <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a>
  5182.                     - Yesterday, 11:04 PM
  5183.                 </p>
  5184.             </div>
  5185.         </li>
  5186.        
  5187.  
  5188.         <li class='clearfix'>
  5189.            
  5190.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  5191.  
  5192. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />
  5193.  
  5194.     </a>
  5195.  
  5196.             <div class='list_content'>
  5197.                 <a href="http://community.casiocalc.org/topic/6845-post-your-favorite-web-dev-sitestools/" rel='bookmark' class='ipsType_small' title='Post Your Favorite Web Dev Sites/tools - started  Yesterday, 08:16 PM'>Post Your Favorite Web Dev Sites/tools</a>
  5198.                 <p class='desc ipsType_smaller'>
  5199.                     <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a>
  5200.                     - Yesterday, 08:16 PM
  5201.                 </p>
  5202.             </div>
  5203.         </li>
  5204.        
  5205.  
  5206.         <li class='clearfix'>
  5207.            
  5208.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  5209.  
  5210. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />
  5211.  
  5212.     </a>
  5213.  
  5214.             <div class='list_content'>
  5215.                 <a href="http://community.casiocalc.org/topic/6844-forum-under-construction/" rel='bookmark' class='ipsType_small' title='Forum Under Construction - started  28 June 2012 - 03:40 PM'>Forum Under Construction</a>
  5216.                 <p class='desc ipsType_smaller'>
  5217.                     <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a>
  5218.                     - Jun 28 2012 03:40 PM
  5219.                 </p>
  5220.             </div>
  5221.         </li>
  5222.        
  5223.  
  5224.         <li class='clearfix'>
  5225.            
  5226.     <a href='http://community.casiocalc.org/user/8705-flyingfisch/' class='ipsUserPhotoLink left'>
  5227.  
  5228. <img src='http://www.gravatar.com/avatar/c2b06fbfe35d23dd71368c02157006ee?s=100&amp;d=http%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />
  5229.  
  5230.     </a>
  5231.  
  5232.             <div class='list_content'>
  5233.                 <a href="http://community.casiocalc.org/topic/6843-please-delete-this-forum/" rel='bookmark' class='ipsType_small' title='Please Delete This Forum. - started  28 June 2012 - 03:13 PM'>Please Delete This Forum.</a>
  5234.                 <p class='desc ipsType_smaller'>
  5235.                     <a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='View Profile'><span itemprop="name">flyingfisch</span></a>
  5236.                     - Jun 28 2012 03:13 PM
  5237.                 </p>
  5238.             </div>
  5239.         </li>
  5240.        
  5241.         </ul>
  5242.     </div>
  5243. </div>
  5244.         </div>
  5245.         <a href='#' id='toggle_sidebar' title='' data-closed="&laquo;" data-open="&times;">&nbsp;</a>
  5246. </div>
  5247. <script type='text/javascript'>
  5248. //<![CDATA[
  5249.     var markerURL  = ipb.vars['base_url'] + "app=forums&module=ajax&section=markasread&i=1"; // Ajax URL so don't use &amp;
  5250.     var unreadIcon = "<img src='/dot/public/style_images/master/f_icon_read.png' />";
  5251.    
  5252.    
  5253.        
  5254.            
  5255.                
  5256.                    
  5257.                
  5258.  
  5259.                    
  5260.                
  5261.  
  5262.                    
  5263.                
  5264.  
  5265.                    
  5266.                
  5267.  
  5268.                    
  5269.                
  5270.            
  5271.        
  5272.  
  5273.            
  5274.                
  5275.                    
  5276.                
  5277.  
  5278.                    
  5279.                
  5280.            
  5281.        
  5282.  
  5283.            
  5284.                
  5285.                    
  5286.                
  5287.  
  5288.                    
  5289.                
  5290.  
  5291.                    
  5292.                
  5293.  
  5294.                    
  5295.                
  5296.  
  5297.                    
  5298.                
  5299.  
  5300.                    
  5301.                
  5302.  
  5303.                    
  5304.                
  5305.            
  5306.        
  5307.  
  5308.            
  5309.                
  5310.                    
  5311.                
  5312.            
  5313.        
  5314.  
  5315.            
  5316.                
  5317.                    
  5318.                
  5319.  
  5320.                    
  5321.                
  5322.  
  5323.                    
  5324.                
  5325.            
  5326.        
  5327.    
  5328. //]]>
  5329. </script>
  5330.  
  5331.     <div id='board_stats'>     
  5332.         <ul class='ipsType_small ipsList_inline'>
  5333.             <li class='clear'>
  5334.                 <span class='value'>51330</span>
  5335.                 Total Posts
  5336.             </li>
  5337.             <li class='clear'>
  5338.                 <span class='value'>3901</span>
  5339.                 Total Members
  5340.             </li>
  5341.             <li class='clear'>
  5342.                 <a hovercard-ref="member" hovercard-id="22820" class="_hovertrigger url fn name  value" href='http://community.casiocalc.org/user/22820-trampakoulas/' title='View Profile'><span itemprop="name">trampakoulas</span></a>
  5343.                 Newest Member
  5344.             </li>
  5345.             <li class='clear' data-tooltip="28 Jun 2012">
  5346.                 <span class='value'>37</span>
  5347.                 Most Online
  5348.             </li>
  5349.         </ul>
  5350.     </div>
  5351.  
  5352. <div id='board_statistics' class='statistics clearfix'>
  5353.     <ul id='stat_links' class='ipsList_inline right ipsType_small'>
  5354.         <!-- Hook point -->
  5355.             <li><a href="http://community.casiocalc.org/?app=forums&amp;module=extras&amp;section=stats&amp;do=leaders" title="View the moderating team">The Moderating Team</a></li>
  5356.             <li><a href="http://community.casiocalc.org/?app=forums&amp;module=extras&amp;section=stats" title="View today's top 20 posters">Today's Top Posters</a></li>
  5357.             <li><a href="http://community.casiocalc.org/?app=members&amp;module=list&amp;max_results=20&amp;sort_key=posts&amp;sort_order=desc&amp;filter=ALL" title="View the board&#39;s overall top posters">Overall Top Posters</a></li>
  5358.             <li>
  5359.                     <a href="http://community.casiocalc.org/best-content/">
  5360.                        
  5361.                             Most Liked Content
  5362.                        
  5363.                     </a>
  5364.                 </li>
  5365.     </ul>
  5366.    
  5367.     <h4 class='statistics_head'>15 users are online (in the past 15 minutes)</h4>
  5368.         <p class='statistics_brief desc'>
  5369.             1 members, 14 guests, 0 anonymous users
  5370.             &nbsp;&nbsp;<a href='http://community.casiocalc.org/?app=members&amp;module=online&amp;sort_order=desc'>(See full list)</a>
  5371.         </p>
  5372.    
  5373.         <br />
  5374.         <p>
  5375.             <span class='name'><a hovercard-ref="member" hovercard-id="8705" class="_hovertrigger url fn name  " href='http://community.casiocalc.org/user/8705-flyingfisch/' title='A minute ago'><span itemprop="name"><span style='color:orange'>flyingfisch</span></span></a>,</span> <span class='name'>Facebook,</span> <span class='name'>Google</span>
  5376.         </p>
  5377.    
  5378. </div>
  5379.                
  5380.                 <ol class='breadcrumb bottom ipsList_inline left clearfix clear'>
  5381.                    
  5382.                         <li>&nbsp;</li>
  5383.                    
  5384.                    
  5385.                     <li class='right ipsType_smaller'>
  5386.                         <a rel="nofollow" href='http://community.casiocalc.org/privacypolicy/'>Privacy Policy</a>
  5387.                     </li>
  5388.                    
  5389.                     <li class='right ipsType_smaller'>
  5390.                             <a href='http://community.casiocalc.org/?app=forums&amp;module=extras&amp;section=boardrules'>Forum Rules</a> &middot;
  5391.                         </li>  
  5392.                 </ol>
  5393.             </div>
  5394.             <!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
  5395.             <div id='footer_utilities' class='main_width clearfix clear'>
  5396.                 <a rel="nofollow" href='#top' id='backtotop' title='Go to top'><img src='/dot/public/style_images/master/top.png' alt='' /></a>
  5397.                 <ul class='ipsList_inline left'>
  5398.                     <li>
  5399.                         <img src='/dot/public/style_images/master/feed.png' alt='RSS Feed' id='rss_feed' class='clickable' />
  5400.                     </li>
  5401.                    
  5402.                            
  5403.                                 <li>
  5404.                                     <a rel="nofollow" id='new_skin' href='#'>Change Theme</a>          
  5405.                                     <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'>
  5406.                                        
  5407.                                             <li class='selected'>
  5408.                                                 <a href='#' data-clicklaunch='changeSkin' data-skinid='1'>IP.Board</a>
  5409.                                             </li>
  5410.                                        
  5411.  
  5412.                                             <li >
  5413.                                                 <a href='#' data-clicklaunch='changeSkin' data-skinid='4'>Perseus BETA</a>
  5414.                                             </li>
  5415.                                        
  5416.  
  5417.                                             <li >
  5418.                                                 <a href='#' data-clicklaunch='changeSkin' data-skinid='2'>IP.Board Mobile</a>
  5419.                                             </li>
  5420.                                        
  5421.                                     </ul>
  5422.                                 </li>
  5423.                            
  5424.                    
  5425.                    
  5426.                         <li>
  5427.                             <a rel="nofollow" id='mark_all_read' href="http://community.casiocalc.org/?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k=85693ce2832e72fe1a4a8e234ffdad53" title='Mark all as read'>Mark Community Read</a>
  5428.                             <ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'>
  5429.                                
  5430.                                     <li>
  5431.                                        
  5432.                                     </li>
  5433.                                
  5434.  
  5435.                                     <li>
  5436.                                         <a href="http://community.casiocalc.org/?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=forums&amp;k=85693ce2832e72fe1a4a8e234ffdad53">Forums</a>
  5437.                                     </li>
  5438.                                
  5439.  
  5440.                                     <li>
  5441.                                         <a href="http://community.casiocalc.org/?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=members&amp;k=85693ce2832e72fe1a4a8e234ffdad53">Members</a>
  5442.                                     </li>
  5443.                                
  5444.                                 <li>
  5445.                                     <a href="http://community.casiocalc.org/?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k=85693ce2832e72fe1a4a8e234ffdad53"><strong>Mark all as read</strong></a>
  5446.                                 </li>
  5447.                             </ul>
  5448.                         </li>
  5449.                    
  5450.                     <li>
  5451.                         <a href="http://community.casiocalc.org/?app=core&amp;module=help" title='View help' rel="help" accesskey='6'>Help</a>
  5452.                     </li>              
  5453.                 </ul>
  5454.                 <!-- Copyright Information -->
  5455.                           <p id='copyright'>
  5456.                             <a href='http://www.invisionpower.com/products/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board 3.3.3</a><br />Licensed to: Casiocalc.org</p>
  5457.         <!-- / Copyright -->
  5458.             </div>
  5459.             <div id='ipsDebug_footer'>
  5460.                     <strong>Time Now:</strong> Jun 30 2012 01:58 PM
  5461.                     <strong>Last Visit:</strong> Today, 10:07 AM
  5462.                     <strong>Exec. Time:</strong> 0.2318
  5463.                     <strong>Load:</strong> --
  5464.                     <strong>Queries:</strong> 8 queries
  5465.                     <strong>Gzip:</strong> GZIP Enabled
  5466.                 </div>
  5467.             <div><img src='http://community.casiocalc.org/?app=core&amp;module=task' alt='' style='border: 0px;height:1px;width:1px;' /></div>
  5468.  
  5469. <noscript>
  5470.     <img src="/poke/%7B%22js%22%3A0%2C%22UPPERTEST%22%3A1%2C%22_t%22%3A%221341079088cab77e667752a517dd1c3caab75fec516a940f1e%22%2C%22name%22%3A%22global%22%7D" border=0 alt="">
  5471. </noscript>
  5472.  
  5473. <script language='javascript'>
  5474. tr_ycat_chsupport = 0;
  5475. </script>
  5476.  
  5477. <script language='javascript'>
  5478.  
  5479. try {
  5480.     curl(['jquery', 'apps/statPoker']).then(
  5481.     function ($, statPoker) {
  5482.         try {
  5483.         $.noConflict();
  5484.         statPoker.baseURL = "/poke/";
  5485.         statPoker.failURL = "/poke/%7B%22js%22%3A0%2C%22UPPERTEST%22%3A1%2C%22_t%22%3A%221341079088cab77e667752a517dd1c3caab75fec516a940f1e%22%2C%22name%22%3A%22global%22%2C%22jsfailed%22%3A1%7D";
  5486.         statPoker.poke("{\"js\":0,\"UPPERTEST\":1,\"_t\":\"1341079088cab77e667752a517dd1c3caab75fec516a940f1e\",\"name\":\"global\"}");
  5487.         } catch (ex) {
  5488.         document.write("<img src=\"/poke/%7B%22js%22%3A0%2C%22UPPERTEST%22%3A1%2C%22_t%22%3A%221341079088cab77e667752a517dd1c3caab75fec516a940f1e%22%2C%22name%22%3A%22global%22%2C%22jsfailed%22%3A1%7D?error="+escape('curl_statPoker_Wrapper: '+ex.message)+"\" border=0 alt=\"\">");
  5489.         }
  5490.  
  5491.     },
  5492.         function (ex) {
  5493.         document.write("<img src=\"/poke/%7B%22js%22%3A0%2C%22UPPERTEST%22%3A1%2C%22_t%22%3A%221341079088cab77e667752a517dd1c3caab75fec516a940f1e%22%2C%22name%22%3A%22global%22%2C%22jsfailed%22%3A1%7D?error="+escape('curl_load_error: '+ex.message)+"\" border=0 alt=\"\">");
  5494.         });
  5495. } catch (ex) {
  5496.     document.write("<img src=\"/poke/%7B%22js%22%3A0%2C%22UPPERTEST%22%3A1%2C%22_t%22%3A%221341079088cab77e667752a517dd1c3caab75fec516a940f1e%22%2C%22name%22%3A%22global%22%2C%22jsfailed%22%3A1%7D?error="+escape('curl_total_fail: '+ex.message)+"\" border=0 alt=\"\">");
  5497. }
  5498.  
  5499. tr_ycat_chsupport = 1;
  5500. </script>
  5501.  
  5502. <script language='javascript'>
  5503. if (!tr_ycat_chsupport) {
  5504.     document.write("<img src=\"/poke/%7B%22js%22%3A0%2C%22UPPERTEST%22%3A1%2C%22_t%22%3A%221341079088cab77e667752a517dd1c3caab75fec516a940f1e%22%2C%22name%22%3A%22global%22%2C%22jsfailed%22%3A1%7D?error=no_tr_ca_support\" border=0 alt=\"\">");
  5505.     alert("You should reeeeaaaaaally consider updating your browser...");
  5506. }
  5507. </script>
  5508.            
  5509.                 <script type="text/javascript">
  5510.                     ipb.global.lightBoxIsOff();
  5511.                 </script>
  5512.            
  5513.            
  5514.         </div>
  5515.        
  5516.        
  5517.  
  5518. <script type="text/javascript">
  5519.  
  5520.   var _gaq = _gaq || [];
  5521.   _gaq.push(['_setAccount', 'UA-8376179-3']);
  5522.   _gaq.push(['_setDomainName', 'casiocalc.org']);
  5523.   _gaq.push(['_trackPageview']);
  5524.  
  5525.   (function() {
  5526.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  5527.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  5528.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  5529.   })();
  5530.  
  5531. </script>
  5532.     </body>
  5533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement