Advertisement
Guest User

Untitled

a guest
Apr 18th, 2013
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 94.86 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.      padding: 0;
  4.     }
  5.  
  6. /*TGF ClearfixTony Aslett from http://www.csscreator.com*/
  7. .clearfix:after,.ipbform2 dl:after,.maintitle:after {
  8.     content: ".";
  9.     display: block;
  10.     height: 0;
  11.     clear: both !important;
  12.     visibility: hidden;
  13.     }
  14. *+ html .clearfix {
  15.     min-height: 1px;
  16.      clear: both;
  17.     }
  18. * html .clearfix {
  19.     height: 1%;
  20.      clear: both;
  21.     }
  22. *+ html .empty-clear {
  23.     line-height: 1px;
  24.      height: 1px;
  25.     }
  26. * html .empty-clear {
  27.     line-height: 1px;
  28.      height: 1px;
  29.     }
  30. .clear {
  31.     clear: both;
  32.     }
  33.  
  34. /*Defaults*/
  35. body {
  36.     margin: 0 auto;
  37.     background-color: #ffffff;
  38.     background-image: url('http://illiweb.com/fa/empty.gif');
  39.     background-attachment: scroll;
  40.     color: #222222;
  41.     font-family: Arial,Verdana,Tahoma,sans-serif;
  42.     font-size: 12px;
  43.     line-height: 135%;
  44.     }
  45. * html {
  46.      
  47. /* CSS properties only recognized by IE */
  48. scrollbar-face-color: #;
  49.     scrollbar-highlight-color: #;
  50.     scrollbar-shadow-color: #;
  51.     scrollbar-3dlight-color: #;
  52.     scrollbar-arrow-color: #;
  53.     scrollbar-track-color: #;
  54.     scrollbar-darkshadow-color: #;
  55.     }
  56. *+ html {
  57.    
  58. /* CSS properties only recognized by IE */
  59. scrollbar-face-color: #;
  60.     scrollbar-highlight-color: #;
  61.     scrollbar-shadow-color: #;
  62.     scrollbar-3dlight-color: #;
  63.     scrollbar-arrow-color: #;
  64.     scrollbar-track-color: #;
  65.     scrollbar-darkshadow-color: #;
  66.     }
  67. img {
  68.     border: none;
  69.      vertical-align: middle;
  70.     }
  71. a:link {
  72.     color: #000000;
  73.      text-decoration:underline;
  74.     }
  75. a:visited {
  76.     color: #666666;
  77.      text-decoration:underline;
  78.     }
  79. a:hover {
  80.     color: #b42000;
  81.      }
  82. a:active {
  83.     color: #464c55;
  84.      text-decoration:underline;
  85.     }
  86. a:focus {
  87.     color: #000000;
  88.      }
  89. *+ html body {
  90.     min-width: 800px;
  91.     overflow-x: hidden !important;
  92.     }
  93. * html .minwidth_IE {
  94.      
  95. /* Hack IE min-width */
  96. padding-left: 900px;
  97.     }
  98. * html .container_IE {
  99.      
  100. /* Hack IE min-width */
  101. margin-left: -900px;
  102.     position: relative;
  103.     }
  104. * html .minwidth_IE, * html .layout_IE, * html .container_IE {
  105.      
  106. /* Hack IE min-width */
  107. height: 1px;
  108.     }
  109.  
  110. /* ***************************Header*************************** */
  111. div#logostrip {
  112.     min-height: 68px;
  113.     background-image: url('http://illiweb.com/fa/empty.gif');
  114.     background-repeat: repeat-x;
  115.     text-align: left;
  116.     }
  117. *+ html div#logostrip {
  118.     min-height: 70px;
  119.     }
  120. div#logostrip #logo {
  121.     display: block;
  122.     margin: 0 10px;
  123.     float: left;
  124.     }
  125. div#logostrip #main-title,div#logostrip #main-title h1 {
  126.     padding-top: 25px;
  127.     font-size: 24px;
  128.     font-weight: bold;
  129.     font-family: Arial,Verdana,Tahoma,sans-serif;
  130.     }
  131. div#logostrip #main-title h1 {
  132.     padding-top: 0;
  133.     }
  134. #site-desc {
  135.     margin: 8px;
  136.     }
  137.  
  138. /* Submenu */
  139. #submenu {
  140.     padding: 0.5em 0 0.65em;
  141.     text-align: right;
  142.     }
  143. *+ html #submenu {
  144.     padding: 0;
  145.     }
  146. * html #submenu {
  147.     padding: 0;
  148.     }
  149. #submenu ul {
  150.     list-style: none;
  151.     text-align: right;
  152.     }
  153. #submenu ul li {
  154.    
  155. /*line-height: 2em;
  156.     */
  157. }
  158. #submenu ul li a {
  159.     padding: 0.5em 1em 0.65em 0;
  160.     margin: 0.5em 1em 0.65em 0;
  161.     text-decoration: none;
  162.     }
  163. *+ html #submenu ul li a {
  164.     display: inline-block;
  165.     }
  166. * html #submenu ul li a {
  167.     display: inline-block;
  168.     }
  169.  
  170. /*#submenu ul li a img {
  171.     display: none;
  172.     }
  173. */
  174. #userlinks {
  175.     padding: 0.5em;
  176.     font-size: 0.9em;
  177.     }
  178. #userlinks.not-connected {
  179.     text-align: center;
  180.     }
  181. #userlinks.not-connected span {
  182.     margin: 0 0.25em;
  183.     }
  184. #userlinks.not-connected .guest {
  185.     font-weight: bold;
  186.     }
  187. #userlinks p.home {
  188.     float: left;
  189.      margin-left: 0.5em;
  190.     }
  191. #userlinks p.home a {
  192.     font-weight: bold;
  193.     }
  194. #userlinks ul {
  195.     float: right;
  196.     list-style: none;
  197.     }
  198. #userlinks ul li {
  199.     float: left;
  200.     margin: 0 0.25em;
  201.      
  202. /* Spacing between generation dot */
  203. }
  204. #userlinks ul li:after {
  205.     content: ' .';
  206.      
  207. /* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
  208. }
  209. #userlinks ul li a {
  210.     margin-right: 0.25em;
  211.      
  212. /* Spacing between generation dot */
  213. text-decoration: underline;
  214.     }
  215. #userlinks ul li.last:after {
  216.     content: normal;
  217.     }
  218. #ipbwrapper {
  219.     margin: 0px auto;
  220.     text-align: left;
  221.     width: autopx;
  222.     min-width: 768px;
  223.     padding: 5px;
  224.     }
  225. #navstrip {
  226.     list-style: none;
  227.     margin: 0 0 1em;
  228.     font-weight: bold;
  229.     }
  230. #navstrip li {
  231.     float: left;
  232.     margin: 0 5px;
  233.     padding-left: 13px;
  234.     background: url('http://illiweb.com/fa/invision/breadcrumb-arrow.gif') no-repeat left 50%;
  235.     }
  236. #navstrip li.begin {
  237.     padding-left: 15px;
  238.     background: url('http://illiweb.com/fa/invision/nav.gif') no-repeat left 50%;
  239.     }
  240. #navstrip li a {
  241.     text-decoration: none;
  242.     font-weight: bold;
  243.     }
  244. div.newslink {
  245.     margin: 0.8em 0;
  246.     padding: 0.5em;
  247.     font-size: 11px;
  248.     }
  249. div.newslink p.date {
  250.     font-size: 10px;
  251.     margin: 0 0 5px 0;
  252.     }
  253. div.newslink .h3 {
  254.     font-weight: bold;
  255.     }
  256.  
  257. /* **************************************************************************Most stable Standards-compliant 3-column layout by Ryan Brillhttp://www.alistapart.com/articles/negativemargins
  258. /************************************************************************** */
  259. #content-container div#container {
  260.     width: 100%;
  261.     float: left;
  262.     margin-right: -0px;
  263.     }
  264. #content-container div#content {
  265.     margin-right: 0px;
  266.     }
  267. #content-container div#main {
  268.     margin-bottom: 1em;
  269.     overflow: hidden;
  270.      
  271. /* Fixes 3-column negative margins float clearing bug: http://archivist.incutio.com/viewlist/css-discuss/97678 Thanks Georg! */
  272. }
  273. *+ html #content-container div#main {
  274.     margin-left: 0px;
  275.     }
  276. #content-container div#left {
  277.     width: 0px;
  278.     float: left;
  279.     margin-right: 0px;
  280.     overflow: hidden;
  281.     }
  282. #content-container div#right {
  283.     width: 0px;
  284.     float: right;
  285.     overflow: hidden;
  286.     }
  287. * html #content-container #main-content {
  288.      
  289. /* FIX for IE6... For some reason, if we insert comment before this series, the star html hack don't work no more... ?? */
  290. overflow: visible;
  291.     margin-right: 0px;
  292.     }
  293. * html #content-container div#main {
  294.      
  295. /* FIX for IE6 */
  296. margin-right: -99%;
  297.     width: 100%;
  298.     float: left;
  299.     }
  300.  
  301. /*IPB BOXES*/
  302. div.borderwrap,.borderwrapm {
  303.     padding: 1px;
  304.     }
  305. * html div.borderwrap,* html .borderwrapm {
  306.     zoom: 1;
  307.     }
  308. div.maintitle {
  309.     vertical-align: middle;
  310.     padding: 8px 8px 8px 15px;
  311.     background-image: url("http://illiweb.com/fa/empty.gif");
  312.     background-repeat: repeat-x;
  313.     zoom : 1;
  314.      
  315. /* Fixes IE6 & IE7 Peekaboo bug */
  316. }
  317. div.maintitle h1,div.maintitle h2,div.maintitle h3,div.maintitle div.toggle {
  318.     font-size: 13px;
  319.     }
  320. .maintitle.floated h2,.maintitle.floated h3,.maintitle.floated div.toggle {
  321.     float: left;
  322.     }
  323. .maintitle div.toggle {
  324.     font-weight: bold;
  325.     }
  326. div.maintitle .expand,div.maintitle .contract {
  327.     float: right;
  328.     width: 10px;
  329.     height: 10px;
  330.     background: url('http://illiweb.com/fa/invision/exp_minus.gif') no-repeat 50% 50%;
  331.     cursor: pointer;
  332.     }
  333. div.maintitle .expand {
  334.     background: url('http://illiweb.com/fa/invision/exp_plus.gif') no-repeat 50% 50%;
  335.     }
  336. * html div.maintitle .expand,* html div.maintitle .contract {
  337.     line-height: 0.1em;
  338.      cursor: hand;
  339.     }
  340. *+ html div.maintitle .expand,*+ html div.maintitle .contract {
  341.     cursor: hand;
  342.     }
  343. div.maintitle .expand a,div.maintitle .contract a {
  344.     text-decoration: none;
  345.     }
  346. .borderwrap .subtitle {
  347.     padding: 5px;
  348.     font-size: 12px;
  349.     font-weight: bold;
  350.     }
  351. .borderwrap .subtitle.cleared {
  352.     clear: both;
  353.     }
  354. .borderwrap p.subtitled {
  355.     padding: 5px;
  356.     }
  357. .borderwrap .msg {
  358.     padding: 0.5em;
  359.     }
  360. .subtitle.posting-code {
  361.     margin: -0.5em;
  362.     }
  363. .title-options {
  364.     float: right;
  365.     }
  366.  
  367. /*Box content*/
  368. .box-content div.agreement {
  369.     padding: 0.5em;
  370.     }
  371. *+ html .agreement {
  372.     border: none;
  373.      
  374. /* fix IE7 bug */
  375. }
  376. .agreement h2.u {
  377.     margin: 0.5em 0 1em 0;
  378.     }
  379. .box-content fieldset.submit {
  380.     padding: 0.5em !important;
  381.     }
  382. div.box-content.error {
  383.     border-bottom: none;
  384.     }
  385. div.box-content.error p {
  386.     padding: 5px;
  387.     }
  388. .maintitle.floated.dropped {
  389.     position: relative;
  390.     }
  391. .member-header {
  392.     }
  393. .popmenubutton {
  394.     float: right;
  395.     height: 22px;
  396.     }
  397. .popmenubutton a {
  398.    
  399. /*display: block;
  400.     */
  401. padding: 2px 16px 2px 8px;
  402.     background-image: url('http://illiweb.com/fa/invision/menu_action_down.gif');
  403.     background-position: 98% 50%;
  404.     background-repeat: no-repeat;
  405.     font-size: 11px;
  406.     font-weight: bold;
  407.     text-align: center;
  408.     white-space: nowrap;
  409.     text-decoration: none;
  410.     }
  411. .popmenubutton a.addthis_button {
  412.     margin: 0 5px;
  413.     }
  414. * html .popmenubutton a {
  415.     text-decoration: none !important;
  416.     }
  417. *+ html #topicmenu-options.popmenubutton a {
  418.     background-position: 90% 50%;
  419.     }
  420. * html #topicmenu-options.popmenubutton a {
  421.     background-position: 90% 50%;
  422.     margin-bottom: -13px;
  423.     margin-top:-3px;
  424.     }
  425. .popmenubutton p.left-overview a {
  426.     display: inline !important;
  427.     padding: 0 !important;
  428.     background: transparent !important;
  429.     border: none !important;
  430.     }
  431. .popupmenu {
  432.     list-style: none;
  433.     min-width: 200px;
  434.     width:220px;
  435.     font-size: 11px;
  436.     }
  437. .post .popupmenu {
  438.     position: absolute;
  439.     top: 29px;
  440.     z-index: 10000;
  441.     }
  442. * html .post .popupmenu {
  443.     left: 1.5em;
  444.     }
  445. #forummenu-options_menu.popupmenu {
  446.     position: absolute;
  447.     top: 30px;
  448.     right: 8px;
  449.     z-index: 10000;
  450.     }
  451. .member .popupmenu {
  452.     position: absolute;
  453.     z-index: 10000;
  454.     }
  455. .popupmenu .avatar {
  456.     float: right;
  457.     margin: 5px;
  458.     width: 50px;
  459.     height: 50px;
  460.     background: url('http://illiweb.com/fa/invision/pp-blank-thumb-50px.png') no-repeat;
  461.     }
  462. .popupmenu .avatar img {
  463.     display: block;
  464.     width: 50px;
  465.     height: 50px;
  466.     }
  467. .popupmenu ul {
  468.     padding: 0.5em;
  469.     list-style: none;
  470.     }
  471. .popupmenu li a.profile-icon {
  472.     display: block;
  473.     float: left;
  474.     width: 30px;
  475.     margin: 0 0.5em 0 0;
  476.     text-align: center;
  477.     }
  478. .popupmenu li {
  479.     display: block;
  480.     padding: 0.5em 0.5em;
  481.     background-image: url('http://illiweb.com/fa/invision/menu_item.gif');
  482.     background-repeat: no-repeat;
  483.     background-position: 2px 50%;
  484.     text-decoration: none;
  485.     white-space: nowrap;
  486.     }
  487. .popupmenu li a {
  488.     text-decoration: none;
  489.     }
  490. ul.popupmenu li.popupmenu-category {
  491.     padding: 0.5em;
  492.     text-align: center;
  493.     font-weight: bold;
  494.     letter-spacing: 1px;
  495.     background-image: none;
  496.     }
  497. .popupmenu .last {
  498.     border-bottom: none;
  499.     }
  500. .popup {
  501.     margin: 0.5em;
  502.     }
  503. .popup .popup-msg {
  504.     margin: 0.5em;
  505.     }
  506.  
  507. /* IPB Tables */
  508. table.ipbtable {
  509.     width: 100%;
  510.     empty-cells: show;
  511.     }
  512. * html table.ie6-tbl {
  513.     }
  514. *+ html table.ipbtable {
  515.     border-collapse: collapse;
  516.      
  517. /* Helps display empty-cells in IE.x */
  518. }
  519. * html table.ipbtable {
  520.     border-collapse: collapse;
  521.      
  522. /* Helps display empty-cells in IE.x */
  523. }
  524. table.ipbtable.index-box {
  525.     width: 100%;
  526.     table-layout: fixed;
  527.     }
  528. table.index-box td {
  529.     height: 45px;
  530.     }
  531. table.ipbtable th {
  532.     padding: 5px;
  533.     text-align: center;
  534.     background-image: url("http://illiweb.com/fa/empty.gif");
  535.     background-repeat: repeat-x;
  536.     }
  537. table.ipbtable th.formsubtitle,.formsubtitle {
  538.     border: none;
  539.     text-align: left;
  540.     }
  541. table.ipbtable th.icon {
  542.     text-align: center;
  543.     width: 1%;
  544.     empty-cells: show;
  545.     }
  546. table.ipbtable.search th.forum {
  547.     width: 14%;
  548.     }
  549. table.ipbtable th.forum {
  550.     text-align: left;
  551.     width: 60%;
  552.     }
  553. table.ipbtable th.forum2 {
  554.     text-align: left;
  555.     width: 50%;
  556.     }
  557. table.ipbtable th.topics,table.ipbtable th.replies,table.ipbtable th.views {
  558.     width: 8%;
  559.     }
  560. table.ipbtable th.last-post {
  561.     width: 35%;
  562.     }
  563. table.ipbtable th.last-post2 {
  564.     width: 22%;
  565.     }
  566. table.ipbtable th.starter {
  567.     width: 14%;
  568.     }
  569. table.ipbtable .last {
  570.     border-right: none;
  571.     }
  572. table.ipbtable tfoot td {
  573.     font-size: 3px;
  574.     height: 10px;
  575.     }
  576. table.ipbtable td {
  577.     padding: 5px;
  578.     vertical-align: top;
  579.     }
  580. table.ipbtable td.icon {
  581.     height: 38px;
  582.     vertical-align: top;
  583.     }
  584. * html table.ipbtable td.icon {
  585.     position: static;
  586.     }
  587. table.ipbtable img.icon {
  588.     float: left;
  589.     }
  590. table.ipbtable span.status {
  591.     position: absolute;
  592.     }
  593. table.ipbtable .forum-name h3 {
  594.     font-size: 12px;
  595.     }
  596. table.ipbtable td .par {
  597.     text-align: left;
  598.     }
  599. .hierarchy {
  600.     display: inline;
  601.     font-size: inherit;
  602.     font-weight: inherit;
  603.     }
  604. *+ html .hierarchy {
  605.     font-size: 12px;
  606.     font-weight: bold;
  607.     }
  608. * html .hierarchy {
  609.     font-size: 12px;
  610.     font-weight: bold;
  611.     }
  612. table.ipbtable .forum-name a {
  613.     font-weight: bold;
  614.     }
  615. table.ipbtable .forumdesc {
  616.     font-size: 11px;
  617.     }
  618. table.ipbtable .mods {
  619.     text-align: left;
  620.     }
  621. .centered {
  622.     text-align: center;
  623.     }
  624. .thin {
  625.     line-height: 150%;
  626.     margin: 2px 0pt;
  627.     padding: 6px 0pt;
  628.     }
  629. .view-online th {
  630.     text-align: left;
  631.     }
  632. .view-online th.name {
  633.     width: 50%;
  634.     }
  635. .online-explain {
  636.     margin: 5px;
  637.     font-size: 0.8em;
  638.     }
  639. .row1.centered.author b {
  640.     font-weight: normal;
  641.     }
  642. .ipbtable .date {
  643.     font-size: 80%;
  644.     }
  645. .last-post-icon {
  646.     margin: 0 0.25em;
  647.     }
  648. table.posting-table td {
  649.     padding: 3px;
  650.     border: 1px solid #ccc;
  651.     border-collapse: collapse;
  652.     }
  653.  
  654. /*Forms*/
  655. .ipbform fieldset {
  656.     margin: 0.5em;
  657.     padding: 0 1em 1em;
  658.     }
  659. .ipbform fieldset legend {
  660.     margin: 0;
  661.     padding: 0 0.5em;
  662.     font-weight: bold;
  663.     }
  664. .ipbform fieldset label {
  665.     display: block;
  666.     }
  667. div.errorwrap,div.infowrap {
  668.     margin: 0 5px 5px;
  669.     }
  670. div.errorwrap h4,div.infowrap h4 {
  671.     padding: 5px;
  672.     font-size: 12px;
  673.     font-weight: bold;
  674.     }
  675. div.errorwrap p,div.infowrap p {
  676.     padding: 8px;
  677.     }
  678. div.input-warn-content {
  679.     display: none;
  680.     margin: 4px;
  681.     padding: 4px;
  682.     }
  683. fieldset {
  684.     border: none;
  685.     }
  686. .button,.mainoption {
  687.     padding: 0 5px;
  688.     font-size: 10px;
  689.     cursor: pointer;
  690.     }
  691. a.button {
  692.    
  693. /*margin: -15px 0 0 0;
  694.     */
  695. padding: 1px 5px 0 5px;
  696.     text-decoration: none;
  697.     line-height: 1em;
  698.     font-size: 11px;
  699.     }
  700. .formbuttonrow {
  701.     margin: 0;
  702.     padding: 5px;
  703.     border: none !important;
  704.     }
  705. .columned fieldset.formcolumn1 {
  706.     float: left;
  707.     width: 45%;
  708.     }
  709. .columned fieldset.formcolumn2 {
  710.     float: left;
  711.     width: 45%;
  712.     }
  713. .ipbform fieldset.signature {
  714.     margin: 1.5em;
  715.     padding: 1em;
  716.     }
  717. .ipbform2 .box-content {
  718.     padding: 0;
  719.     }
  720. .ipbform2 dl {
  721.     float: left;
  722.     width: 100%;
  723.     clear:left;
  724.     }
  725. .ipbform2 dl dt {
  726.     display: block;
  727.     float: left;
  728.     width: 230px;
  729.     }
  730. .ipbform2 dl dt label {
  731.     display: block;
  732.     width: 210px;
  733.     padding: 12px 10px 0 10px;
  734.     font-weight: bold;
  735.     }
  736. .ipbform2 dl dd {
  737.     display: block;
  738.     margin-left: 250px;
  739.     padding: 10px;
  740.     }
  741. *+ html .ipbform2 dl dt,*+ html .ipbform2 dl dd {
  742.     min-height: 1px;
  743.     }
  744. *+ html .ipbform2 dl dd {
  745.     margin-left: 0;
  746.     }
  747. *+ html .dd-options {
  748.     margin-left: 230px !important;
  749.     }
  750. * html .dd-options {
  751.     margin-left: 233px !important;
  752.     }
  753. * html .ipbform2 dl dt,* html .ipbform2 dl dd {
  754.     height: 1%;
  755.     }
  756. * html .ipbform2 dl dd {
  757.     margin-left: 0;
  758.     }
  759. .ipbform2 dl dd label {
  760.     margin: 0 1em 0 0;
  761.     }
  762. .ipbform2 dl dd input {
  763.     margin: 0 0.5em 0 0;
  764.     }
  765. .separator {
  766.     line-height: 1px;
  767.     height:1px;
  768.     }
  769. .ipbform2 fieldset.captcha {
  770.     margin: 0.5em;
  771.     padding: 0 1em 1em;
  772.     }
  773. .ipbform2 fieldset.captcha legend {
  774.     padding: 0 0.5em;
  775.     }
  776. .ipbform2 fieldset.captcha label {
  777.     display: block;
  778.     }
  779. .ipbform2 fieldset.captcha .desc {
  780.     font-size: 0.8em;
  781.     }
  782. .ipbform2 fieldset.captcha .captcha-field {
  783.     float: left;
  784.     width: 30%;
  785.     padding: 1em 0;
  786.     }
  787. .ipbform2 fieldset.captcha .captcha-images {
  788.     float: left;
  789.     padding: 2em;
  790.     }
  791. .ipbform .desc,.ipbform2 .desc {
  792.     font-size: 0.9em;
  793.     font-weight: normal;
  794.     }
  795. .borderwrap .padded {
  796.     margin: 0.25em;
  797.     }
  798. .borderwrap fieldset.in-padding {
  799.     padding: 0;
  800.     }
  801.  
  802. /* **********************Posting block********************** */
  803. .posting-subject {
  804.     width: 65%;
  805.     }
  806. .messaging-box {
  807.     margin-top: 10px;
  808.     padding: 10px;
  809.     overflow: hidden;
  810.     }
  811. * html .messaging-box {
  812.      
  813. /* Fixes Funky IE6 bug where textarea grows out of bounds when a message is typed in. */
  814. float:left;
  815.     }
  816. * html .simple .posting-block {
  817.     width: 99%;
  818.     }
  819. *+ html .messaging-box textarea {
  820.     width: 97% !important;
  821.     }
  822. .messaging-box fieldset dl,.messaging-box fieldset dd {
  823.     background-color: transparent;
  824.     }
  825. .messaging-box fieldset dd {
  826.     margin: 0 !important;
  827.     }
  828. .messaging-box fieldset dt {
  829.     width: auto;
  830.     }
  831. #preview .content {
  832.     padding: 4px;
  833.     }
  834. #smiley-box {
  835.     float: left;
  836.     width: 220px;
  837.     margin: 0 10px 10px;
  838.     padding: 10px;
  839.     min-width: 220px;
  840.     }
  841. #smiley-box .smiley-container object {
  842.     width: 220px;
  843.     }
  844. *+ html #smiley-box {
  845.     margin-top: 10px;
  846.     }
  847. * html #smiley-box {
  848.     margin-top: 10px;
  849.     display: inline;
  850.      
  851. /* margin doubling bug */
  852. }
  853.  
  854. /* Smiley box New/Old editor */
  855. .smile-status-box {
  856.     float: left;
  857.     width: 220px;
  858.     margin: 0 10px 10px;
  859.     padding: 10px;
  860.     min-width: 220px;
  861.     }
  862. .smile-status-box .smiley-container object {
  863.     width: 220px;
  864.     }
  865. *+ html .smile-status-box {
  866.     margin-top: 10px;
  867.     }
  868. * html .smile-status-box {
  869.     margin-top: 10px;
  870.     display: inline;
  871.     }
  872.  
  873. /* Smiley box New/Old editor */
  874. .helpline {
  875.     display: block;
  876.     height: 1.2em;
  877.     }
  878. .textarea-info {
  879.     float: left;
  880.     padding: 0.5em 0;
  881.     font-size: 0.8em;
  882.     }
  883. .exthelp,.rte-menu-button {
  884.     float: right;
  885.     height: 16px;
  886.     margin: 0.5em;
  887.     padding: 3px 5px 3px 25px;
  888.     background-image: url("http://illiweb.com/fa/invision/rte-bbcode-help-sm.png");
  889.     background-repeat: no-repeat;
  890.     background-position: 2% 50%;
  891.     font-size: 10px;
  892.     text-decoration: none !important;
  893.     }
  894. .rte-menu-button {
  895.     float: left;
  896.     background-image: url("http://illiweb.com/fa/invision/rte-toggle-options.png");
  897.     }
  898. .p-box {
  899.     padding: 5px;
  900.     }
  901.  
  902. /*Smileys*/
  903. .smiley-selector {
  904.     padding: 0.35em;
  905.     text-align: center;
  906.     }
  907. .smiley-element {
  908.     margin: 10px;
  909.     }
  910. .smiley-element img {
  911.     margin: 0 15px 10px 0;
  912.     }
  913. .smiley-element {
  914.     overflow-x: auto;
  915.     }
  916.  
  917. /*Poll*/
  918. .poll,.polls h4 {
  919.     font-size: 11px;
  920.     }
  921. .borderwrapm {
  922.     margin: 5px;
  923.     }
  924. .poll .poll-choice {
  925.     clear: both;
  926.     margin: 0.5em 0;
  927.     }
  928. .poll fieldset {
  929.     margin: 1em;
  930.     }
  931. .polls {
  932.     margin: 4px;
  933.     font-family: Arial,Verdana,Tahoma,sans-serif;
  934.     font-size: 0.9em;
  935.     }
  936. .polls .row1 {
  937.     padding: 4px;
  938.     font-weight: bold;
  939.     }
  940. .polls dl {
  941.     margin: 1em;
  942.     padding: 5px 0 0 0;
  943.     line-height: 120%;
  944.     }
  945. .polls dt {
  946.     text-align: left;
  947.     float: left;
  948.     display: block;
  949.     width: 30%;
  950.     border-right: none;
  951.     padding: 0;
  952.     margin: 0;
  953.     font-size: 1.1em;
  954.     }
  955. .polls dd {
  956.     float: left;
  957.     }
  958. .polls dd em {
  959.     font-weight: bold;
  960.     font-style: normal;
  961.     }
  962. .polls dd.number-votes {
  963.     margin: 0 0.5em;
  964.     width: 4em;
  965.     text-align: center;
  966.     }
  967.  
  968. /*Login form*/
  969. div.login fieldset label {
  970.     float: left;
  971.     width: 11em;
  972.     margin: 0.5em 0;
  973.     }
  974. div.login fieldset input {
  975.     margin: 0.5em 0;
  976.     }
  977. div.login fieldset.formcolumn2 label {
  978.     display: inline;
  979.     float: none;
  980.     }
  981. div.login fieldset.formcolumn2 input {
  982.     margin: 0 0.5em 0 0;
  983.     }
  984. div.box-content.resend-pwd {
  985.     border-bottom: none;
  986.     }
  987. .login .errorwrap {
  988.     margin: 5px;
  989.     }
  990. .login fieldset.formbuttonrow {
  991.     margin: 0;
  992.      padding: 5px;
  993.     }
  994.  
  995. /*Topic footer forms*/
  996. .tfooter {
  997.     padding: 0.5em;
  998.     }
  999. .search-footer-box {
  1000.     float: left;
  1001.     width: 45%;
  1002.     }
  1003. .search-footer-box input {
  1004.     margin: 0;
  1005.     font-size: 0.8em;
  1006.     }
  1007. .mod-forum-toolbox {
  1008.     float: right;
  1009.     width: 45%;
  1010.     text-align: right;
  1011.     }
  1012. .captcha-img {
  1013.     margin: 5px;
  1014.     vertical-align: middle;
  1015.     }
  1016. .captcha {
  1017.     margin: 10px 5px;
  1018.     }
  1019.  
  1020. /*Quick Search*/
  1021. #search_menu {
  1022.     padding: 5px;
  1023.     font-size: 11px;
  1024.     }
  1025. #search_menu table .thHead,#search_menu hr {
  1026.     display: none;
  1027.     }
  1028. #search_menu table td.row2 {
  1029.     background-color: transparent;
  1030.     border: none;
  1031.     }
  1032. #search_menu input.post {
  1033.     margin-top: 0 !important;
  1034.     }
  1035. #search_menu table tr td input.button {
  1036.     margin: 5px 0 0 0;
  1037.     }
  1038. #search_menu span.genmed {
  1039.     display: block;
  1040.     padding: 5px;
  1041.     }
  1042. div.module.advanced-search .box-content {
  1043.     padding: 0;
  1044.     }
  1045. .search-padding {
  1046.     padding: 5px;
  1047.     }
  1048. .advanced-search .search-footer{
  1049.     padding: 3px;
  1050.     text-align: center;
  1051.     font-size: 0.8em;
  1052.     }
  1053.  
  1054. /*Memberlist*/
  1055. .memberlist fieldset {
  1056.     padding: 1em;
  1057.     }
  1058. .borderwrap.member-list {
  1059.     margin-bottom: 4em;
  1060.     }
  1061. div.centerer {
  1062.     display: table;
  1063.     margin: 0 auto;
  1064.     white-space: nowrap !important;
  1065.     text-align: center;
  1066.     }
  1067. .member {
  1068.     float: left;
  1069.     width: 22%;
  1070.     margin-right: 10px;
  1071.     margin-bottom: 10px;
  1072.     padding: 5px;
  1073.     }
  1074. .member-list .popmenubutton {
  1075.     width: 100%;
  1076.     height: auto;
  1077.     }
  1078. * html .member span.membername {
  1079.     float: left;
  1080.     word-wrap: break-word !important;
  1081.     }
  1082. *+ html .member span.membername {
  1083.     float:left;
  1084.     word-wrap: break-word !important;
  1085.     white-space: normal;
  1086.     }
  1087. .member-list .popmenubutton .mini-avatar {
  1088.     display: block;
  1089.     float: right;
  1090.     margin: 5px;
  1091.     background: url('http://illiweb.com/fa/invision/pp-blank-thumb-38px.png') no-repeat;
  1092.     width: 38px;
  1093.     height: 38px;
  1094.     }
  1095. .member .popupmenu li {
  1096.     background-image: none;
  1097.     }
  1098. .member-list .popmenubutton .mini-avatar img {
  1099.     width: 38px;
  1100.     height: 38px;
  1101.     }
  1102. .member p {
  1103.     font-size: 10px;
  1104.     height: 7em;
  1105.     overflow: auto;
  1106.     }
  1107. .search-filter {
  1108.     float: left;
  1109.     margin: 5px;
  1110.     font-size: 11px;
  1111.     }
  1112. .search-filter dt,.search-filter dd {
  1113.     float: left;
  1114.     margin: 3px 3px 0 3px;
  1115.     vertical-align: middle;
  1116.     }
  1117. .search-filter select {
  1118.     font-size: 10px;
  1119.     }
  1120. .centerer del {
  1121.     text-decoration: none;
  1122.     display: inline-block;
  1123.     }
  1124. div.borderwrap .member-list {
  1125.     padding: 5px;
  1126.     border: none;
  1127.     }
  1128.  
  1129. /*FAQ*/
  1130. dl.faq dd {
  1131.     margin: 5px 5px 0 5px;
  1132.     }
  1133. dl.faq dd p {
  1134.     margin: 5px;
  1135.     padding: 5px;
  1136.     }
  1137. dl.faq .question {
  1138.     padding: 5px 0 8px 0;
  1139.     font-weight: bold;
  1140.     }
  1141. dl.faq.answers {
  1142.     padding: 10px;
  1143.     }
  1144.  
  1145. /*Calendar*/
  1146. div.calmonths {
  1147.     margin: 5px 0;
  1148.     padding: 8px;
  1149.     text-align: center;
  1150.     font-size: 18px;
  1151.     font-weight: bold;
  1152.     }
  1153. a.calarrow {
  1154.     text-decoration: none !important;
  1155.     }
  1156. table.ipbtable.calendar {
  1157.     border: none;
  1158.     border-collapse: collapse;
  1159.     }
  1160. table.ipbtable.calendar th {
  1161.     border-right: none;
  1162.     }
  1163. .ipbtable.calendar .view-week {
  1164.     width: 2%;
  1165.     }
  1166. .ipbtable.calendar td.view-week {
  1167.     vertical-align: middle;
  1168.     text-align: center;
  1169.     }
  1170. .ipbtable.calendar td {
  1171.     padding: 5px;
  1172.     overflow: hidden;
  1173.     empty-cells: show;
  1174.     }
  1175. .ipbtable.calendar .celldate {
  1176.     padding: 0.25em;
  1177.     }
  1178. .ipbtable.calendar .calday {
  1179.     padding: 4px;
  1180.     text-align: right;
  1181.     font-size: 11px;
  1182.     font-weight: bold;
  1183.     }
  1184. .ipbtable.calendar ul {
  1185.     list-style-type: none;
  1186.     height: 10em;
  1187.     }
  1188. .ipbtable.calendar ul li {
  1189.     margin: 0.25em;
  1190.     }
  1191. .ipbtable.calendar p.right-event {
  1192.     padding: 0.25em;
  1193.     text-align: right;
  1194.     }
  1195. .overview .title-overview {
  1196.     padding: 4px;
  1197.     }
  1198. .overview .center-overview {
  1199.     padding: 4px;
  1200.     }
  1201. .overview .left-overview {
  1202.     padding: 4px;
  1203.     }
  1204. .overview hr.dashed {
  1205.     border-bottom: none;
  1206.     }
  1207. #mini-calendar {
  1208.     float: left;
  1209.     width: 270px;
  1210.     margin: 1em;
  1211.     }
  1212. #mini-calendar .table {
  1213.     margin-bottom: 1em;
  1214.     }
  1215. #calendar-result {
  1216.     margin: 1em 0;
  1217.     float: left;
  1218.     width: 68%;
  1219.     }
  1220. .bday td {
  1221.     text-align: center;
  1222.     }
  1223. .bday .name {
  1224.     width: 20%;
  1225.      text-align: left;
  1226.     }
  1227. .bday .www {
  1228.     width: 10%;
  1229.      text-align: center;
  1230.      overflow: hidden;
  1231.     }
  1232.  
  1233. /*Private messenging*/
  1234. ul.privmsg {
  1235.     list-style: none;
  1236.     float: left;
  1237.     margin-left: 2px;
  1238.     margin-bottom: -2px;
  1239.     }
  1240. *+ html ul.privmsg {
  1241.     margin-left: 2px;
  1242.     margin-bottom: -11px;
  1243.     }
  1244. ul.privmsg li {
  1245.     display: block;
  1246.     float: left;
  1247.     margin-right: 2px;
  1248.     }
  1249. ul.privmsg li div.tabitem {
  1250.     padding: 5px 10px;
  1251.     }
  1252. ul.privmsg li a {
  1253.     display: block;
  1254.     margin: -5px -10px;
  1255.     padding: 5px 10px;
  1256.     }
  1257. .maintitle .options {
  1258.     float: right;
  1259.     }
  1260. th.subject {
  1261.     text-align: left !important;
  1262.     }
  1263. th.select-items {
  1264.     width: 2%;
  1265.     }
  1266.  
  1267. /* *************************Profile************************* */
  1268. .borderwrap#ucpmenu {
  1269.     float: left;
  1270.     width: 25%;
  1271.     }
  1272. *+ html .borderwrap#ucpmenu {
  1273.     margin-right: 1em;
  1274.     }
  1275. .borderwrap.ucp {
  1276.     margin-left: 1em;
  1277.     overflow: hidden;
  1278.     }
  1279. * html .borderwrap.ucp {
  1280.     width: 73%;
  1281.     }
  1282. .box-content.profile-tabs {
  1283.     padding-top: 0;
  1284.     border-bottom: none;
  1285.     }
  1286. #ucpmenu ul {
  1287.     list-style: none;
  1288.     }
  1289. * html #ucpmenu ul li {
  1290.     margin: 0;
  1291.     }
  1292. #ucpmenu ul li a {
  1293.     display: block;
  1294.     padding: 8px;
  1295.     font-size: 12px;
  1296.     font-weight: bold;
  1297.     text-decoration: none;
  1298.     }
  1299. #ucpmenu .profile-tabs ul li.activetab a {
  1300.     text-indent: 1em;
  1301.     }
  1302.  
  1303. /* View forum body */
  1304. .posting-options {
  1305.     margin: 0.5em 0;
  1306.     }
  1307. .posting-options.topic-options {
  1308.     float: right;
  1309.     width: 49%;
  1310.     }
  1311. .posting-options .posting-buttons {
  1312.     list-style: none;
  1313.     }
  1314. .posting-options .posting-buttons li {
  1315.     float: right;
  1316.     }
  1317. .formsubtitle {
  1318.     padding: 5px;
  1319.     }
  1320. * html .formsubtitle {
  1321.     zoom: 1;
  1322.     }
  1323. .formsubtitle h4 {
  1324.     font-size: 11px;
  1325.     }
  1326. .activeusers-box p {
  1327.     padding: 5px;
  1328.     }
  1329. .activeusers {
  1330.     padding: 5px;
  1331.     }
  1332. .ul-icons {
  1333.     list-style: none;
  1334.     float: left;
  1335.     margin: 0 1em 0 0;
  1336.     }
  1337. .ul-icons li {
  1338.     font-size: 11px;
  1339.     }
  1340. .ul-icons li img {
  1341.     vertical-align: middle;
  1342.     }
  1343.  
  1344. /*Profile View*/
  1345. .profile-view {
  1346.    
  1347. /*width: 215px;
  1348.     */
  1349. }
  1350. * html .profile-view .maintitle {
  1351.     position: relative;
  1352.     }
  1353. .profile-view .avatar {
  1354.     text-align: center;
  1355.     width: 215px;
  1356.     float: left;
  1357.     }
  1358. .profile-view .avatar img {
  1359.     display: block;
  1360.     margin: 5px auto;
  1361.     }
  1362. .avatar img{
  1363.     width: 50px;
  1364.     }
  1365. .profile-view .avatar img#i_icon_pm {
  1366.     display: inline;
  1367.     }
  1368. .profile-view p {
  1369.     margin: 0 5px;
  1370.     padding: 5px;
  1371.     }
  1372. .profile-view .popmenubutton {
  1373.     margin: 10px auto;
  1374.     }
  1375. .profile-view .popmenubutton a {
  1376.     font-weight: normal;
  1377.     }
  1378. .profile-view .profile-view-list ul {
  1379.     list-style: none;
  1380.     }
  1381. .profile-view .profile-view-list ul li {
  1382.     padding: 8px 10px;
  1383.     }
  1384. .profile-view .profile-view-list ul li.last {
  1385.     border-bottom: none;
  1386.     }
  1387. .profile-view-list dl{
  1388.     padding:6px 10px 6px 10px;
  1389.     width:98%;
  1390.     margin:6px 0 0;
  1391.     }
  1392. .profile-view-list dl dt{
  1393.     float:left;
  1394.     display:block;
  1395.     width:10em;
  1396.     }
  1397. .profile-view-list dl dd{
  1398.     margin-left:10em;
  1399.     padding-left:12px;
  1400.     }
  1401. .profile-view-list div.separator{
  1402.     clear:both;
  1403.     font-size:1px;
  1404.     line-height:1px;
  1405.     border-bottom:1px solid #dcdcdc;
  1406.     padding-top:6px;
  1407.     width:98%;
  1408.     }
  1409. blockquote {
  1410.     margin: 8px;
  1411.     padding: 8px;
  1412.     }
  1413. blockquote cite {
  1414.     display: block;
  1415.     margin: -8px -8px 8px -8px;
  1416.     padding: 3px;
  1417.     background-image: url('http://illiweb.com/fa/invision/css_img_quote.gif');
  1418.     background-repeat: no-repeat;
  1419.     background-position: top right;
  1420.     font-style: normal;
  1421.     font-size: 11px;
  1422.     }
  1423. dl.codebox {
  1424.     margin: 8px;
  1425.     }
  1426. .codebox dt {
  1427.     display: block;
  1428.     padding: 3px;
  1429.     background-image: url('http://illiweb.com/fa/invision/css_img_code.gif');
  1430.     background-repeat: no-repeat;
  1431.     background-position: top right;
  1432.     text-transform: uppercase;
  1433.     font-weight: bold;
  1434.     }
  1435. * html .codebox dt {
  1436.     zoom: 1;
  1437.     }
  1438. .codebox dd {
  1439.     padding: 5px;
  1440.     font-family: CourierNew,sans-serif;
  1441.     white-space: pre;
  1442.     overflow: auto;
  1443.     max-height: 200px;
  1444.     }
  1445. * html .codebox dd {
  1446.     height: 200px;
  1447.     }
  1448. .spoiler {
  1449.     margin: 8px;
  1450.     padding: 8px;
  1451.     }
  1452. .spoiler dt {
  1453.     display: block;
  1454.     margin: -8px -8px 8px -8px;
  1455.     padding: 3px;
  1456.     font-weight: bold;
  1457.     font-size: 11px;
  1458.     text-transform: uppercase;
  1459.     }
  1460. .spoiler dd {
  1461.     padding: 8px;
  1462.     }
  1463. .hidecode dt {
  1464.     display: none;
  1465.     }
  1466. .hidecode dd {
  1467.     white-space: normal;
  1468.     }
  1469.  
  1470. /*Drafts*/
  1471. .drafts th.subject {
  1472.     width: 40%;
  1473.     }
  1474.  
  1475. /* ************************Posts************************ */
  1476. .post-container {
  1477.     margin-left: 18em;
  1478.     }
  1479. .postbody {
  1480.     width: 100%;
  1481.     background-color: transparent;
  1482.     }
  1483. *+ html .postbody {
  1484.     word-wrap: break-word;
  1485.     }
  1486. * html .postbody {
  1487.     word-wrap: break-word;
  1488.     }
  1489. .post-entry {
  1490.     margin: 0.5em;
  1491.     overflow: hidden;
  1492.     }
  1493. * html .post-entry {
  1494.     width: 96.9%;
  1495.     float: left;
  1496.     }
  1497. .postprofile {
  1498.     float: left;
  1499.     margin-left: -18em;
  1500.     width: 18em;
  1501.     }
  1502. * html .postprofile {
  1503.     position: relative;
  1504.     }
  1505. .post-footer {
  1506.     clear: both;
  1507.     }
  1508. .post-footer img {
  1509.     cursor: pointer;
  1510.     }
  1511. .post .post-header {
  1512.     padding: 2px 8px 0;
  1513.     min-height: 33px;
  1514.     }
  1515. * html .post .post-header {
  1516.     height: 30px;
  1517.     }
  1518. .module .postbody .postbody-head {
  1519.     margin-left: 0;
  1520.     }
  1521. .postprofile-head .popmenubutton-new-out {
  1522.     margin: 0 auto;
  1523.     float: none;
  1524.     padding: 0.3em 0;
  1525.     }
  1526. .postbody-head .post-info {
  1527.     list-style: none;
  1528.     float: right;
  1529.     }
  1530. .postbody-head .post-info li {
  1531.     float: left;
  1532.     margin-left: 0.5em;
  1533.     }
  1534. .postdetails {
  1535.     font-size: 11px;
  1536.     line-height: 140%;
  1537.     }
  1538. .postdetails h3 {
  1539.     font-size: 11px;
  1540.     margin-right: 15%;
  1541.     }
  1542. .postprofile-details {
  1543.     margin: 1em;
  1544.     word-wrap: break-word;
  1545.     }
  1546. .postprofile-details dt{
  1547.     font-weight:400}
  1548. .postprofile-details dt a{
  1549.     text-decoration:none}
  1550. .post-footer ul.posting-icons,.post-footer ul.misc-icons {
  1551.     list-style: none;
  1552.     float: right;
  1553.     margin: 5px;
  1554.     }
  1555. .post-footer ul.misc-icons {
  1556.     float: left;
  1557.     }
  1558. .post-footer ul.posting-icons li,.post-footer ul.misc-icons li {
  1559.     float: left;
  1560.     }
  1561. .popmenubutton-new-out {
  1562.     float: none;
  1563.     width: 15em;
  1564.     }
  1565. .popmenubutton-new-out a {
  1566.     text-align: left;
  1567.     }
  1568. .postprofile-head {
  1569.    
  1570. /*position: relative;
  1571.     */
  1572. }
  1573. *+ html .postprofile-head {
  1574.     min-height: 1%;
  1575.     }
  1576. .postprofile-head .avatar {
  1577.    
  1578. /*float: right;
  1579.     */
  1580. text-align: center;
  1581.     }
  1582. .postprofile-head .avatar img {
  1583.     width: 50px;
  1584.     height: 50px;
  1585.     }
  1586. .postprofile-head ul li {
  1587.     background-image: none;
  1588.     }
  1589. .signature {
  1590.     padding: 1em;
  1591.     }
  1592. * html .signature {
  1593.     zoom: 1;
  1594.     }
  1595. .topic-footer {
  1596.     padding: 5px;
  1597.     }
  1598. .next-prev {
  1599.     float: right;
  1600.     }
  1601. .bar {
  1602.     padding: 5px;
  1603.     }
  1604. .postreview .box-content {
  1605.     padding-top: 0;
  1606.     }
  1607. .postreview .post {
  1608.     margin: 0;
  1609.     border-bottom: none;
  1610.     }
  1611. .postreview .postbody .postbody-head h3 {
  1612.     font-size: 11px;
  1613.     font-weight: normal;
  1614.     }
  1615. .postreview .postprofile-head h3 {
  1616.     font-size: 12px;
  1617.     }
  1618. .lastaction {
  1619.     font-size: 0.9em;
  1620.     }
  1621.  
  1622. /* Search results */
  1623. .postprofile .post-options {
  1624.     list-style: none;
  1625.     padding: 8px;
  1626.     line-height: 1.8em;
  1627.     font-size: 11px;
  1628.     }
  1629. .search-results-posts .postbody-head h3 {
  1630.     font-size: 12px;
  1631.     }
  1632. .search-results-posts .postbody-head h3 a,.search-results-posts .postprofile-head .username a {
  1633.     text-decoration: none;
  1634.     }
  1635. .postprofile .post-options .label {
  1636.     font-weight: bold;
  1637.     }
  1638. .post-entry ul,.post-entry ol {
  1639.     margin-left: 1.5em;
  1640.     }
  1641. .postbody ol {
  1642.     margin: 0 1.5em;
  1643.     }
  1644. .vote {
  1645.     float: right;
  1646.     width: 9px;
  1647.     margin-left: 4px;
  1648.     }
  1649. .vote .vote-button {
  1650.     text-align: center;
  1651.     font-weight: bold;
  1652.     margin-left: -1px;
  1653.     }
  1654. .vote .vote-button a {
  1655.     text-decoration: none !important;
  1656.     }
  1657. .vote .vote-bar {
  1658.     width: 3px;
  1659.     height: 50px;
  1660.     margin: 0 auto;
  1661.     border: 1px solid #222222;
  1662.     font-size: 0;
  1663.     }
  1664. .vote .vote-no-bar {
  1665.     letter-spacing:-2px;
  1666.     margin-left:-2px;
  1667.     white-space:nowrap;
  1668.     }
  1669. .vote .vote-bar-plus {
  1670.     background-color: #0f0;
  1671.     }
  1672. .vote .vote-bar-minus {
  1673.     background-color: #f00;
  1674.     }
  1675.  
  1676. /*Quick reply*/
  1677.  
  1678. /* Text editor (quick reply)-------------------------------------------------------------*/
  1679. .qreply {
  1680.     width:75%;
  1681.    
  1682. /*width:100%;
  1683.     */
  1684. margin: 1em auto;
  1685.     padding: 6px;
  1686.     }
  1687. .dd-textarea {
  1688.     width: 98%;
  1689.      margin: 6px;
  1690.     }
  1691. button.button2, input.button2 {
  1692.     font-size: 0.9em;
  1693.     width: auto !important;
  1694.     margin: 0px 0.25em 0;
  1695.     padding: 2px 3px;
  1696.     font-family: Arial,Verdana,Tahoma,sans-serif;
  1697.     background-repeat: repeat-x;
  1698.     background-image: url('http://illiweb.com/fa/prosilver/bg_button.gif');
  1699.     background-position: top;
  1700.     overflow: visible;
  1701.     vertical-align:middle;
  1702.     }
  1703. body:last-child a.button1, input.button1, a.button2, input.button2, button.button2 {
  1704.      
  1705. /* Opera does not see this */
  1706. padding: 1px 0;
  1707.     }
  1708. button.button2:hover, input.button2:hover {
  1709.     background-position: 0 100%;
  1710.     }
  1711. * html button.button2, * html input.button2 {
  1712.     padding-bottom: 0;
  1713.     margin: 0 0.25em;
  1714.     height: 22px;
  1715.     padding-right: 3px;
  1716.     padding-left: 3px;
  1717.     }
  1718. *+html button.button2, *+html input.button2 {
  1719.     height: 24px;
  1720.     padding-right: 3px;
  1721.     padding-left: 3px;
  1722.     }
  1723. *+html button.button2 img {
  1724.      vertical-align: middle;
  1725.      }
  1726. * html button.button2 img {
  1727.      vertical-align: middle;
  1728.      }
  1729. .select {
  1730.     position: absolute;
  1731.     z-index:100;
  1732.     top: 0;
  1733.     left: 0;
  1734.     overflow: hidden;
  1735.     width: 0px;
  1736.     }
  1737. * html .select {
  1738.     margin-top: -9px;
  1739.     }
  1740. .select p {
  1741.     padding: 4px 6px;
  1742.     font-size: 0.9em;
  1743.     margin: 0px;
  1744.     }
  1745. .select button {
  1746.     padding: 4px;
  1747.     font-size: 0.9em;
  1748.     margin: 0px;
  1749.     border: none;
  1750.     text-align: left;
  1751.     }
  1752. .select button.button2 {
  1753.     padding: 0px;
  1754.     }
  1755. *+html .select button.button2 {
  1756.     padding-right: 3px;
  1757.     padding-left: 3px;
  1758.     }
  1759. * html .select button.button2 {
  1760.     padding-right: 3px;
  1761.     padding-left: 3px;
  1762.     }
  1763. .select button.button2:hover {
  1764.     background-position: 0 100%;
  1765.     }
  1766. .select button:hover,.selectHover {
  1767.     cursor: pointer;
  1768.     }
  1769. button.bbcode {
  1770.     background-image: url("http://illiweb.com/fa/wysiwyg/bg_button.png");
  1771.     }
  1772. #text_editor_controls {
  1773.     white-space:pre-wrap;
  1774.     word-wrap:break-word;
  1775.     }
  1776. #textarea_content iframe#text_editor_iframe,#text_editor_textarea {
  1777.     width: 99%;
  1778.     }
  1779. *+ html #textarea_content iframe#text_editor_iframe,*+ html #text_editor_textarea {
  1780.     width: 99%;
  1781.     }
  1782. * html #textarea_content iframe#text_editor_iframe,* html #text_editor_textarea {
  1783.     width: 99%;
  1784.     }
  1785. *+ html #text_editor_textarea.quick_reply_textarea {
  1786.     width: 99% !important;
  1787.     }
  1788. * html #text_editor_textarea.quick_reply_textarea {
  1789.     width: 90% !important;
  1790.     }
  1791. .vBulletin_editor {
  1792.     border: none !important;
  1793.     }
  1794. .vBulletin_editor table.text-style {
  1795.     width: 450px;
  1796.     display: table-layout;
  1797.     }
  1798.  
  1799. /* ******************Pagination******************* */
  1800. div.pagination {
  1801.     float: left;
  1802.     margin-top: 8px;
  1803.     margin-bottom: 0.5em;
  1804.     }
  1805. div.pagination.topic-options {
  1806.     width: 49%;
  1807.     }
  1808. .gen .forumline .thHead {
  1809.     padding: 5px;
  1810.     }
  1811. .gen table.forumline td {
  1812.     padding: 5px;
  1813.     }
  1814. .pagination table td {
  1815.     padding: 5px;
  1816.     text-align: center;
  1817.     }
  1818. div.pagination a {
  1819.     padding: 2px 4px;
  1820.     text-decoration: none;
  1821.     }
  1822. * html div.pagination a {
  1823.     padding: 5px;
  1824.     }
  1825. div.pagination b {
  1826.     padding: 2px 5px;
  1827.     font-weight: normal;
  1828.     }
  1829. div.pagination b {
  1830.     padding: 2px 4px;
  1831.     font-weight: normal;
  1832.     }
  1833. strong.pagination a,.topic-paging a {
  1834.     margin: 0 1px 0 0;
  1835.     padding:2px 4px;
  1836.     font-size:10px;
  1837.     text-decoration: none;
  1838.     }
  1839. strong.pagination .page-sep {
  1840.     visibility: hidden;
  1841.     }
  1842.  
  1843. /* ***************Modules and Portal*************** */
  1844. .module .maintitle {
  1845.     padding: 5px;
  1846.     }
  1847. .module .maintitle h3 {
  1848.     float: none;
  1849.     font-size: 1em;
  1850.     }
  1851. .module .box-content {
  1852.     border-bottom: none;
  1853.     padding: 5px;
  1854.     line-height: normal;
  1855.     }
  1856. .module .postbody {
  1857.     padding: 0;
  1858.     }
  1859. .module .postbody .postbody-head {
  1860.     height: auto;
  1861.     padding: 5px;
  1862.     }
  1863. .module .postbody .post-footer {
  1864.     padding: 3px 5px;
  1865.     font-size: 0.8em;
  1866.     }
  1867. .module .postbody .post-read-full {
  1868.     font-size: 0.8em;
  1869.     }
  1870. .module .box-content.ipbform {
  1871.     padding: 0;
  1872.     border: none;
  1873.     }
  1874. .module .box-content.ipbform fieldset {
  1875.     border: none;
  1876.     padding: 0;
  1877.     margin: 0;
  1878.     }
  1879. .module .box-content.ipbform fieldset dl {
  1880.     padding: 5px}
  1881. .module .box-content.ipbform fieldset.formbuttonrow {
  1882.     padding: 5px !important;
  1883.     text-align: center;
  1884.     }
  1885. .module .box-content .forgot-pwd {
  1886.     font-size: 0.8em;
  1887.     }
  1888. .module .mod-login dt {
  1889.     float: left;
  1890.     margin-right: 0.5em;
  1891.     }
  1892. *+ html .module.social-book .bookmark-img {
  1893.     width: 80%;
  1894.     }
  1895. .module .social-bookmark {
  1896.     font-size: 0.9em;
  1897.     }
  1898. .module .box-content.poll {
  1899.     padding: 0;
  1900.     }
  1901. .module .box-content.poll dl {
  1902.     margin-top: 1em;
  1903.     }
  1904. .module .box-content.poll dt {
  1905.     float: left;
  1906.     width: 40%;
  1907.     }
  1908. .module .box-content.poll dd {
  1909.     margin-left: 41%;
  1910.     }
  1911. .module .box-content.poll dd.pstats {
  1912.     float: right;
  1913.     }
  1914. .module ul {
  1915.     margin-left: 1.5em;
  1916.     }
  1917. .module table.mod-top-posters {
  1918.     table-layout: fixed;
  1919.     }
  1920.  
  1921. /* ************************Footer************************* */
  1922. #gfooter {
  1923.     margin: 8px 0;
  1924.     padding: 0.5em;
  1925.     text-align: right;
  1926.     font-size: 0.8em;
  1927.     background-color: #464c55;
  1928.     color: #fff;
  1929.     }
  1930. #gfooter form {
  1931.     float: left;
  1932.     }
  1933. #gfooter ul {
  1934.     list-style: none;
  1935.     display: table;
  1936.     margin: 0 auto;
  1937.     }
  1938. #gfooter ul li {
  1939.     display: inline;
  1940.     }
  1941. * html #qjump {
  1942.     float: left;
  1943.     text-align: left;
  1944.     width: 15%;
  1945.     }
  1946. .current-time {
  1947.     float: right;
  1948.     }
  1949. #gfooter a {
  1950.     color: #fff !important;
  1951.     }
  1952. #gfooter .footer-links {
  1953.     float: left;
  1954.     width: 65%;
  1955.     white-space: normal !important;
  1956.     }
  1957. .statlinks ul li a {
  1958.     border-bottom: 1px dotted #464c55;
  1959.     color: #464c55;
  1960.     }
  1961. .statlinks ul li a:hover {
  1962.     border-bottom: 1px solid #464c55;
  1963.     }
  1964.  
  1965. /*link lists and other menus*/
  1966. .toplinks {
  1967.     margin: 0 0 0.25em;
  1968.     }
  1969. .linklist ul {
  1970.     float: right;
  1971.     list-style: none;
  1972.     }
  1973. .linklist ul li {
  1974.     float: left;
  1975.     margin: 0 0.25em;
  1976.      
  1977. /* Spacing between generation dot */
  1978. }
  1979. .linklist ul li:after {
  1980.     content: ' .';
  1981.      
  1982. /* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
  1983. }
  1984. .linklist ul li a {
  1985.     margin-right: 0.25em;
  1986.      
  1987. /* Spacing between generation dot */
  1988. text-decoration: underline;
  1989.     font-size: 11px;
  1990.     font-weight: bold;
  1991.     }
  1992. .linklist ul li.last:after {
  1993.     content: normal;
  1994.     }
  1995. .statlinks ul li a {
  1996.     text-decoration: none !important;
  1997.     }
  1998. .stat-show-details {
  1999.     display: inline;
  2000.     list-style: none;
  2001.     margin-right: 0.5em;
  2002.     }
  2003. .stat-show-details li {
  2004.     display: inline;
  2005.     margin-left: 0.5em;
  2006.     }
  2007. .viewonline {
  2008.     float: right;
  2009.     }
  2010.  
  2011. /* **************Gallery************** */
  2012. .gallery .borderwrap.column {
  2013.     float: left;
  2014.     max-height: 400px;
  2015.     margin: 0 0.5em;
  2016.     }
  2017. .gallery .borderwrap.column h3 a {
  2018.     text-decoration: none;
  2019.     }
  2020. .gallery .cat-img {
  2021.     height: 150px;
  2022.     padding: 1em;
  2023.     text-align: center;
  2024.     }
  2025. .gallery .cat-img .img-container {
  2026.     width: 125px;
  2027.     height: 100px;
  2028.     margin: 0 auto;
  2029.     text-align: center;
  2030.     overflow: hidden;
  2031.     }
  2032. .gallery .cat-img img {
  2033.     display: block;
  2034.     margin: 0 auto;
  2035.     }
  2036. .gallery .gallery-desc {
  2037.     height: 100px;
  2038.     overflow-y: auto;
  2039.     padding: 5px;
  2040.     font-size: 11px;
  2041.     vertical-align: top;
  2042.     }
  2043. .gallery .cat-info {
  2044.     padding: 8px;
  2045.     text-align: right;
  2046.     }
  2047. .gallery-footer .icon {
  2048.     float: left;
  2049.     min-width: 3%;
  2050.     margin-right: 5px;
  2051.     padding: 3px;
  2052.     overflow: hidden;
  2053.     }
  2054. .gallery-footer dd {
  2055.     padding: 5px;
  2056.     }
  2057. .borderwrap.thumbnails {
  2058.     float: left;
  2059.     margin: 0 5px 5px 5px;
  2060.     }
  2061. .borderwrap.thumbnails .thumb {
  2062.     min-height: 130px;
  2063.     }
  2064. .borderwrap.thumbnails .thumbnail img {
  2065.     display: block;
  2066.     margin: 0.5em auto;
  2067.     padding: 2px 2px 12px 2px;
  2068.     text-align: center;
  2069.     height: 75px;
  2070.     }
  2071. .borderwrap.thumbnails .gal_caption {
  2072.     margin: 0 auto 1em;
  2073.     text-align: center;
  2074.     font-size: 14px;
  2075.     font-weight: bold;
  2076.     }
  2077. .borderwrap.thumbnails .gal_caption a {
  2078.     text-decoration: none;
  2079.     }
  2080. .sort-gal {
  2081.     margin: 0.5em 0;
  2082.     padding: 5px;
  2083.     }
  2084. .photostrip .maintitle a,.view-photo .maintitle a {
  2085.     color: #fff;
  2086.     }
  2087. .photostrip .maintitle h3,.view-photo .maintitle h3 {
  2088.     float: none;
  2089.     text-align: center;
  2090.     }
  2091. .photostrip .box-content {
  2092.     border-collapse: collapse;
  2093.     }
  2094. .photostrip .photo {
  2095.     float: left;
  2096.     border-bottom: none;
  2097.     padding-top: 20px;
  2098.     }
  2099.  
  2100. /* Special effects */
  2101. .img-effects {
  2102.     display: table;
  2103.     width: 90%;
  2104.     margin: 1em auto;
  2105.     }
  2106. fieldset.effects dl {
  2107.     float: left;
  2108.     width: 19%;
  2109.     min-height: 10em;
  2110.     margin: 0 0.5em 0.5em 0;
  2111.     clear: none;
  2112.     background-color: transparent;
  2113.     }
  2114. fieldset.effects dt {
  2115.     float: left;
  2116.      padding: 0.25em;
  2117.      font-weight: bold;
  2118.      width: auto;
  2119.     }
  2120. fieldset.effects dd {
  2121.     padding: 0.25em;
  2122.      text-align: center;
  2123.      background-color: transparent;
  2124.      margin-left: 0;
  2125.     }
  2126. fieldset.effects dd.check {
  2127.     float: right;
  2128.      width: 1em;
  2129.      margin: 0.15em;
  2130.      border: none;
  2131.      clear: right;
  2132.     }
  2133. fieldset.effects .clearing {
  2134.     font-size: 1px;
  2135.     }
  2136.  
  2137. /* Avatar Gallery */
  2138. .avatar-gallery div.gal-content {
  2139.     margin: 1em;
  2140.     }
  2141. .avatar-gallery p.select-avatar {
  2142.     position: absolute;
  2143.     bottom: 0;
  2144.     left: 0;
  2145.     right: 0;
  2146.     padding: 0.25em;
  2147.     text-align: center;
  2148.     }
  2149. * html .avatar-gallery div p.select-avatar {
  2150.     width: 114px;
  2151.     }
  2152. .avatar-gallery div div.avatar-box {
  2153.     float: left;
  2154.     position:relative;
  2155.     width: 113px;
  2156.     height: 260px;
  2157.     margin: 0.5em 0.25em;
  2158.     text-align: center;
  2159.     overflow: hidden;
  2160.     }
  2161. .avatar-gallery div div img {
  2162.     margin: 0.5em;
  2163.     }
  2164.  
  2165. /* *****************RPG***************** */
  2166. .rpg-table table {
  2167.     width: 80%;
  2168.     border: none;
  2169.     border-collapse: collapse;
  2170.     padding: 0;
  2171.     }
  2172. .rpg-table table td {
  2173.     margin: 0;
  2174.     padding: 5px;
  2175.     }
  2176.  
  2177. /* *****************Groups***************** */
  2178. div.groupcp .ipbform2 dd ul {
  2179.     margin-left: 1.8em;
  2180.     }
  2181.  
  2182. /*Report abuse*/
  2183. .report-abuse-textarea {
  2184.     width: 80%;
  2185.     }
  2186.  
  2187. /*Statistics*/
  2188. td.stat-bar {
  2189.     padding: 8px 10px 0 !important;
  2190.     }
  2191. td.stat-bar div {
  2192.     white-space: nowrap;
  2193.     }
  2194. table.status-bar td {
  2195.     margin:0;
  2196.     padding: 0;
  2197.     }
  2198.  
  2199. /* Donate */
  2200. .donate-form p {
  2201.     padding: 1em;
  2202.     }
  2203.  
  2204. /*Useful styles*/
  2205. .center {
  2206.     margin: 0 auto;
  2207.     text-align: center;
  2208.     }
  2209. .left {
  2210.     float: left;
  2211.     text-align: left;
  2212.     }
  2213. .right {
  2214.     float: right;
  2215.     text-align: right;
  2216.     }
  2217. .delspace {
  2218.     visibility: hidden;
  2219.     font-size: 0px;
  2220.     line-height: 0px;
  2221.     }
  2222.  
  2223. /* ****************************************************************************INVISION BASIC COLOURS**************************************************************************** */
  2224. div#logostrip {
  2225.     background-color: #303b4a;
  2226.     color: #ffffff;
  2227.     }
  2228.  
  2229. /* Submenu */
  2230. #submenu {
  2231.     background: #979ba0;
  2232.     color: #303b4a;
  2233.     }
  2234. #submenu ul li a {
  2235.     color: #000;
  2236.     }
  2237. #submenu ul li a:hover {
  2238.     background-color: #c5c7ca;
  2239.     }
  2240. #userlinks {
  2241.     background-color: #e4e6e9;
  2242.     border-bottom: 1px solid #c6ccd4;
  2243.     }
  2244. #userlinks.not-connected {
  2245.     background-color: #;
  2246.     border-bottom: 1px solid #c6ccd4;
  2247.     }
  2248. #navstrip {
  2249.     color: #979ba0;
  2250.     }
  2251. #navstrip li a:hover {
  2252.     color: #5A7CB7;
  2253.     }
  2254. div.newslink {
  2255.     background-color: #dcdcdc;
  2256.     }
  2257.  
  2258. /*IPB BOXES*/
  2259. div.borderwrap,.borderwrapm {
  2260.     border: 1px solid #c4c4c4;
  2261.     background-color: #ffffff;
  2262.     }
  2263. div.maintitle {
  2264.     background-color: #303b4a;
  2265.     color: #ffffff;
  2266.     }
  2267. .maintitle .titletext,.maintitle .titletext a,.maintitle .right,.maintitle .right a {
  2268.     color: #fff;
  2269.     }
  2270. #plus_menu .title-overview {
  2271.     color: #222222;
  2272.     }
  2273. .borderwrap .subtitle {
  2274.     background-color: #ced7e5;
  2275.     border-bottom: 1px solid #9aa4b1;
  2276.     color: #464c55;
  2277.     }
  2278.  
  2279. /*Box Content*/
  2280. .box-content{
  2281.     background-color:#eff1f3;
  2282.     border-bottom:10px solid #666666;
  2283.     }
  2284. div.box-content.agreement {
  2285.     background-color: #e4e6e9;
  2286.     }
  2287. .box-content .rules {
  2288.     background-color: #eff1f3;
  2289.     }
  2290. .popmenubutton a {
  2291.     background-color: #e4e6e9;
  2292.     border: 1px solid #eff1f3;
  2293.     color: #464c55;
  2294.     }
  2295. .popupmenu {
  2296.     background-color: #fff;
  2297.     border: 1px solid #d0d0d0;
  2298.     }
  2299. .popupmenu .avatar {
  2300.     border: 1px solid #666666;
  2301.     background-color: #ffffff;
  2302.     }
  2303. .popupmenu li {
  2304.     background-color: #fff;
  2305.     border-bottom: 1px solid #d0d0d0;
  2306.     }
  2307. ul.popupmenu li.popupmenu-category {
  2308.     background-color: #c4c4c4;
  2309.     color: #464c55;
  2310.     }
  2311.  
  2312. /*IPB Tables*/
  2313. table.ipbtable th {
  2314.     background-color: #ced7e5;
  2315.     border-right: 1px dotted #b0bbcd;
  2316.     border-bottom: 1px solid #9aa4b1;
  2317.     }
  2318. table.ipbtable th.formsubtitle,.formsubtitle {
  2319.     background-color: #dcdcdc;
  2320.     }
  2321. table.ipbtable tfoot td {
  2322.     background-color: #666666;
  2323.     }
  2324. table.ipbtable .forumdesc {
  2325.     color: #666666;
  2326.     }
  2327. .row1,.row2 {
  2328.     border-bottom: 1px solid #dcdcdc !important;
  2329.     }
  2330. .row1 {
  2331.     background-color: #e4e6e9;
  2332.     }
  2333. .row2 {
  2334.     background-color: #eff1f3;
  2335.     }
  2336. .darkrow {
  2337.     background-color: #c6ccd4;
  2338.     border-top: 1px solid #9aa4b1;
  2339.     color: #464c55;
  2340.     }
  2341. .thin {
  2342.     border-top: 1px solid #dcdcdc;
  2343.     border-bottom: 1px solid #dcdcdc;
  2344.     }
  2345. .sticky-separator {
  2346.     border-top: 3px solid #9aa4b1;
  2347.     }
  2348.  
  2349. /* Forms */
  2350. .ipbform fieldset {
  2351.     border: 1px solid #000;
  2352.     }
  2353. .ipbform fieldset legend {
  2354.     color: #222222;
  2355.     }
  2356. div.errorwrap,div.infowrap {
  2357.     background-color: #f2dddd;
  2358.     border: 1px solid #992a2a;
  2359.     }
  2360. div.box-content.error {
  2361.     background-color: #f2dddd;
  2362.     }
  2363. div.infowrap {
  2364.     background-color: #dcdcdc;
  2365.     border: 1px solid black;
  2366.     }
  2367. div.errorwrap h4,div.infowrap h4 {
  2368.     background-color: #e3c0c0;
  2369.     border-bottom: 1px solid #992a2a;
  2370.     color: #992a2a;
  2371.     }
  2372. div.infowrap h4 {
  2373.     background-color: #ddd;
  2374.     border-bottom: 1px solid #000;
  2375.     color: #000;
  2376.     }
  2377. div.errorwrap p,div.infowrap p {
  2378.     color: #992a2a;
  2379.     }
  2380. div.input-warn-content {
  2381.     background-color: #ffcccc;
  2382.     border: 1px solid #cc0000;
  2383.     }
  2384. .button,.mainoption {
  2385.     background-color: #dfe6ef;
  2386.     border:1px solid #666666;
  2387.     color: ;
  2388.     }
  2389. .formbuttonrow {
  2390.     background-color: #c6ccd4;
  2391.     border-top: 1px solid #9aa4b1 !important;
  2392.     color: #464c55;
  2393.     }
  2394. .ipbform fieldset.signature {
  2395.     background-color: #dcdcdc;
  2396.     border: 1px solid #c4c4c4;
  2397.     }
  2398. .ipbform fieldset.signature textarea {
  2399.     border: 2px inset #666666;
  2400.     }
  2401. .ipbform2 dl {
  2402.     background-color: #e4e6e9;
  2403.     border-bottom: 1px solid #dcdcdc;
  2404.     }
  2405. .ipbform2 dl dd {
  2406.     background-color: #eff1f3;
  2407.     }
  2408. .ipbform2 dl dd textarea.inputbox{
  2409.     border: 2px inset #666666;
  2410.     background-color: #b0bbcd;
  2411.     }
  2412. .separator {
  2413.     border-bottom: 1px solid #dcdcdc;
  2414.     }
  2415. .ipbform2 fieldset.captcha {
  2416.     border: 1px solid #000;
  2417.     }
  2418.  
  2419. /* **********************Posting block********************** */
  2420. .messaging-box {
  2421.     background-color: #dcdcdc;
  2422.     border: 1px solid #c4c4c4;
  2423.     }
  2424. .messaging-box textarea {
  2425.     border: 2px inset #666666;
  2426.     }
  2427. #smiley-box {
  2428.     background-color: #dcdcdc;
  2429.     border: 1px solid #c4c4c4;
  2430.     }
  2431. .exthelp,.rte-menu-button {
  2432.     background-color: #fff;
  2433.     border: 1px solid #666666;
  2434.     }
  2435. .p-box {
  2436.     background-color: #eff1f3;
  2437.     }
  2438.  
  2439. /*Smileys*/
  2440. .smiley-selector {
  2441.     background-color: ;
  2442.     }
  2443. .smiley-container {
  2444.     border: 1px solid ;
  2445.     }
  2446.  
  2447. /* Poll */
  2448. .polls {
  2449.     background-color: #eff1f3;
  2450.     }
  2451. .polls dl {
  2452.     color: #222222;
  2453.     }
  2454.  
  2455. /* Quick Search */
  2456. #search_menu {
  2457.     background-color: #eff1f3;
  2458.     border: 1px solid #979ba0;
  2459.     }
  2460. #search_menu input.post {
  2461.     border: 1px solid #666666;
  2462.     }
  2463. .advanced-search .search-footer {
  2464.     background-color: #c6ccd4;
  2465.     border-top: 1px solid #9aa4b1;
  2466.     }
  2467.  
  2468. /*Memberlist*/
  2469. .member {
  2470.     background-color: #fff;
  2471.     border: 1px solid #979ba0;
  2472.     }
  2473. .member-list .popmenubutton .mini-avatar {
  2474.     border: 1px solid #222222;
  2475.     background-color: #fff;
  2476.     }
  2477. .member p {
  2478.     color: #808080;
  2479.     }
  2480. div.borderwrap .member-list {
  2481.     background-color: #c4c4c4;
  2482.     }
  2483.  
  2484. /*FAQ*/
  2485. dl.faq dd p {
  2486.     border: 1px solid #c4c4c4;
  2487.     }
  2488. dl.faq .question {
  2489.     border-bottom: 1px solid #dcdcdc;
  2490.     }
  2491.  
  2492. /*Calendar*/
  2493. div.calmonths {
  2494.     background-color: #dcdcdc;
  2495.     }
  2496. table.ipbtable.calendar {
  2497.     background-color: #c4c4c4;
  2498.     }
  2499. .ipbtable.calendar .celldate {
  2500.     background-color: #eff1f3;
  2501.     }
  2502. .ipbtable.calendar .celldate:hover {
  2503.     background-color: #e4e6e9;
  2504.     }
  2505. .ipbtable.calendar .calday {
  2506.     background-color: #e4e6e9;
  2507.     color: #464c55;
  2508.     }
  2509. div.overview {
  2510.     background-color: #c6ccd4;
  2511.     border: 1px solid #979ba0 !important;
  2512.     }
  2513. .overview hr.dashed {
  2514.     border: 1px dashed #979ba0;
  2515.     }
  2516. #mini-calendar .table {
  2517.     border-left: 1px solid #979ba0;
  2518.     border-bottom: 1px solid #979ba0;
  2519.     border-right: 1px solid #979ba0;
  2520.     }
  2521. .bday {
  2522.     border: 1px solid #979ba0;
  2523.     }
  2524.  
  2525. /*Private messenging*/
  2526. ul.privmsg li {
  2527.     background-color: #303b4a;
  2528.     color: #fff;
  2529.     }
  2530. ul.privmsg li a {
  2531.     background-color: #b0bbcd;
  2532.     }
  2533.  
  2534. /* *************************Profile************************* */
  2535. .box-content.profile {
  2536.     background-color: #eff1f3;
  2537.     }
  2538. .box-content.profile-tabs {
  2539.     background-color: #eff1f3;
  2540.     }
  2541. * html #ucpmenu ul li {
  2542.     border: 1px solid #ced7e5;
  2543.     }
  2544. #ucpmenu ul li a {
  2545.     background-color: #ced7e5;
  2546.     border-bottom: 1px solid #9aa4b1;
  2547.     color: #464c55;
  2548.     }
  2549. #ucpmenu ul li a:hover {
  2550.     background-color: #eff1f3;
  2551.     }
  2552. #ucpmenu .profile-tabs ul li.activetab a {
  2553.     background-color: #eff1f3;
  2554.     }
  2555. .activeusers {
  2556.     background-color: #eff1f3;
  2557.     border: 3px solid #c4c4c4;
  2558.     }
  2559.  
  2560. /*Profile View*/
  2561. .profile-view .popmenubutton a {
  2562.     background-color: #fff;
  2563.     }
  2564. .profile-view .profile-view-list ul li {
  2565.     border-bottom: 1px solid #dcdcdc;
  2566.     }
  2567.  
  2568. /*Advanced Profile*/
  2569. #profile-advanced-layout {
  2570.     float: left;
  2571.     margin-right: -304px;
  2572.     width: 100%;
  2573.     }
  2574. #profile-advanced-left {
  2575.     margin-right: 304px;
  2576.     }
  2577. #profile-advanced-avatar {
  2578.     float: left;
  2579.     width: 30%;
  2580.     }
  2581. #profile-advanced-points, #profile-advanced-reputation {
  2582.     float: left;
  2583.     }
  2584. #profile-advanced-avatar .module, #profile-advanced-points .module, #profile-advanced-reputation .module, #profile-advanced-details {
  2585.     margin-right: 4px;
  2586.     }
  2587. *+ html #profile-advanced-avatar .module, *+ html #profile-advanced-points .module, *+ html #profile-advanced-reputation .module, *+ html #profile-advanced-details {
  2588.     margin-top: 11px;
  2589.     }
  2590. #profile-advanced-avatar .module, #profile-advanced-points .module, #profile-advanced-reputation .module, #profile-advanced-right .module {
  2591.     margin-bottom: 4px;
  2592.     }
  2593. #profile-advanced-details ol {
  2594.     list-style: none;
  2595.     }
  2596. #profile-advanced-details ol li {
  2597.     display: block;
  2598.     margin-bottom: 4px;
  2599.     }
  2600. #profile-advanced-details .avatar {
  2601.     float: left;
  2602.     }
  2603. .avatar {
  2604.     width: 50px;
  2605.     border: 1px solid #303b4a;
  2606.     background-color: #fff;
  2607.     }
  2608. .avatar span.real_avatar img {
  2609.     width: 50px;
  2610.     }
  2611. .friend-block .avatar {
  2612.     margin: 0 auto;
  2613.     cursor:pointer;
  2614.     }
  2615. .friend-block {
  2616.     float: left;
  2617.     width: 70px;
  2618.     margin: 1px;
  2619.     text-align: center;
  2620.     overflow: hidden;
  2621.     }
  2622. .friend_list_online_status {
  2623.     line-height: 11px;
  2624.     font-size: .8em;
  2625.     }
  2626. .friend_list_online_status img {
  2627.     vertical-align: middle;
  2628.     }
  2629. .friends-foes-list {
  2630.     float: left;
  2631.     width: 200px;
  2632.     height: 2em;
  2633.     }
  2634. #profile-advanced-details .message-block {
  2635.     margin-left: 57px;
  2636.     zoom:1;
  2637.     }
  2638. #profile-advanced-details .message-header {
  2639.     border-top: 1px solid #9aa4b1;
  2640.     background: #ced7e5;
  2641.     padding: 4px;
  2642.     margin-bottom: 4px;
  2643.     }
  2644. #profile-advanced-details .message-date {
  2645.     float: right;
  2646.     }
  2647. #profile-advanced-details .message-body {
  2648.     margin-bottom: 4px;
  2649.     }
  2650. #profile-advanced-details .message-footer {
  2651.     text-align: right;
  2652.     }
  2653. #profile-advanced-details .message-footer li {
  2654.     display: inline;
  2655.     margin: 0 0.25em;
  2656.      
  2657. /* Spacing between generation dot */
  2658. }
  2659. #profile-advanced-details .message-footer li:after {
  2660.     content: ' .';
  2661.      
  2662. /* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
  2663. }
  2664. #profile-advanced-details .message-footer li a {
  2665.     margin-right: 0.25em;
  2666.      
  2667. /* Spacing between generation dot */
  2668. text-decoration: underline;
  2669.     }
  2670. #profile-advanced-details .message-footer li.last:after {
  2671.     content: normal;
  2672.     }
  2673. #profile-advanced-layout #new-message {
  2674.     position: relative;
  2675.     padding-top: 10px;
  2676.     }
  2677. #profile-advanced-layout #new-message-link {
  2678.     position: absolute;
  2679.     top: 0;
  2680.     right: 4px;
  2681.     }
  2682. #profile-advanced-details .top {
  2683.     margin-bottom: 16px;
  2684.     }
  2685. #profile-advanced-details .bottom {
  2686.     margin-top: 16px;
  2687.     }
  2688. #profile-advanced-right {
  2689.     float: right;
  2690.     width: 304px;
  2691.     }
  2692. #profile-advanced-add {
  2693.     margin-right: 4px;
  2694.     padding: 4px 0;
  2695.     text-align: right;
  2696.     }
  2697. #profile-advanced-details .stats-field {
  2698.     margin: 4px 0 10px 4px;
  2699.     padding: 0 10px 6px;
  2700.     }
  2701. #profile-advanced-details .stats-field legend {
  2702.     font-weight: bold;
  2703.     }
  2704. #profile-advanced-details .stats-field ul {
  2705.     list-style-type:none;
  2706.     text-indent: 10px;
  2707.     padding: 0;
  2708.     }
  2709. #profile-advanced-details .stats-field li {
  2710.     margin: 4px 0;
  2711.     }
  2712.  
  2713. /* ************************Posts************************ */
  2714. .post {
  2715.     background-color: #e4e6e9;
  2716.     border-bottom: 10px solid #666666;
  2717.     }
  2718. .post-container {
  2719.     background-color: #eff1f3;
  2720.     }
  2721. .post-footer {
  2722.     background-color: #c6ccd4;
  2723.     border-top: 1px solid #9aa4b1;
  2724.     }
  2725. .post .post-header {
  2726.     background-color: #c6ccd4;
  2727.     }
  2728. .popmenubutton-new-out a {
  2729.     background-color: #e4e6e9;
  2730.     }
  2731. .member .popmenubutton-new-out a {
  2732.     border: 1px solid #c6ccd4;
  2733.     }
  2734. .topic-footer {
  2735.     background-color: #dfe6ef;
  2736.     }
  2737. .bar {
  2738.     background-color: #9aa4b1;
  2739.     }
  2740. .postreview .postbody .postbody-head h3 {
  2741.     color: #464c55;
  2742.     }
  2743. blockquote {
  2744.     border-top: 1px dotted #000;
  2745.     border-right: 1px dotted #000;
  2746.     border-bottom: 1px dotted #000;
  2747.     border-left: 5px solid #b0bbcd;
  2748.     background-color: #dfe6ef;
  2749.     }
  2750. blockquote cite {
  2751.     background-color: #E4EAF2;
  2752.     color: #000;
  2753.     }
  2754. .codebox dt {
  2755.     background-color: #FDDBCC;
  2756.     }
  2757. .codebox dd {
  2758.     background-color: #fff;
  2759.     border: 1px dotted #000;
  2760.     }
  2761. .spoiler {
  2762.     border-top: 1px dotted #000;
  2763.     border-right: 1px dotted #000;
  2764.     border-bottom: 1px dotted #000;
  2765.     border-left: 5px solid #b0bbcd;
  2766.     background-color: #eff1f3;
  2767.     }
  2768. .spoiler dt {
  2769.     background-color: #E4EAF2;
  2770.     color: #000;
  2771.     }
  2772. .signature {
  2773.     border-top: 1px dotted #979ba0;
  2774.     }
  2775.  
  2776. /*Quick reply*/
  2777.  
  2778. /* Text editor (quick reply)-------------------------------------------------------------*/
  2779. .qreply {
  2780.     background-color: #dcdcdc;
  2781.     border: 1px solid #c4c4c4;
  2782.     }
  2783. .dd-textarea textarea {
  2784.     border: 2px inset #666666;
  2785.     }
  2786. button.button2, input.button2 {
  2787.     border: 1px solid #9aa4b1;
  2788.     color: #000;
  2789.     background-color: #eff1f3;
  2790.     }
  2791. button.button2:hover, input.button2:hover {
  2792.     border: 1px solid #b42000;
  2793.     color: #b42000;
  2794.     }
  2795. .select {
  2796.     background-color: #fff;
  2797.     border: 1px solid #9aa4b1;
  2798.     }
  2799. .select button {
  2800.     background-color: #fff;
  2801.     }
  2802. .select button.button2 {
  2803.     border: 1px solid #9aa4b1;
  2804.     }
  2805. .select button.button2:hover {
  2806.     border: 1px solid #b42000;
  2807.     color: #b42000;
  2808.     }
  2809. .selectHover {
  2810.     background-color: #dcdcdc;
  2811.      }
  2812. button.bbcode {
  2813.     border: 1px solid #e3adad;
  2814.     }
  2815. #textarea_content iframe#text_editor_iframe,#text_editor_textarea {
  2816.     background-color: #fff;
  2817.     }
  2818.  
  2819. /* ******************Pagination******************* */
  2820. .gen table.forumline {
  2821.     background-color: #fff;
  2822.     }
  2823. .gen .forumline .thHead {
  2824.     background-color: #c4c4c4 !important;
  2825.     color: #464c55;
  2826.     }
  2827. .gen table.forumline td.row1 {
  2828.     background-color: #fff;
  2829.     }
  2830. div.pagination a {
  2831.     background-color: #c4c4c4;
  2832.     }
  2833. div.pagination b {
  2834.     background-color: #666666 !important;
  2835.     color: #fff;
  2836.     }
  2837. div.pagination b {
  2838.     background-color: #666666 !important;
  2839.     color: #fff;
  2840.     }
  2841. strong.pagination a,.topic-paging a {
  2842.     background-color: #c4c4c4;
  2843.     border: 1px solid #ced7e5;
  2844.     }
  2845.  
  2846. /* **************Gallery************** */
  2847. .gallery .borderwrap.column h3 a {
  2848.     color: #fff;
  2849.     border-bottom: 1px dotted #fff;
  2850.     }
  2851. .gallery .cat-img .img-container {
  2852.     background-color: #fff;
  2853.     border: 1px solid #979ba0;
  2854.     }
  2855. .gallery .gallery-desc {
  2856.     color: #666666;
  2857.     }
  2858. .gallery .cat-info {
  2859.     background-color: #c6ccd4;
  2860.     border-top: 1px solid #9aa4b1;
  2861.     color: #464c55;
  2862.     }
  2863. .gallery-footer dl {
  2864.     background-color: #eff1f3;
  2865.     }
  2866. .borderwrap.thumbnails .thumbwrap {
  2867.     border: 1px solid #979ba0;
  2868.     }
  2869. .borderwrap.thumbnails .thumbnail img {
  2870.     background-color: #fff;
  2871.     border: 1px solid #464c55 !important;
  2872.     }
  2873. .borderwrap.thumbnails .thumbwrap .thumb p {
  2874.     background-color: #e4e6e9;
  2875.     border-top: 1px solid #c4c4c4;
  2876.     }
  2877. .borderwrap.thumbnails .thumbwrap .thumb p.alt {
  2878.     background-color: #eff1f3;
  2879.     border-top: 1px solid #c4c4c4;
  2880.     }
  2881. .photostrip .maintitle a,.view-photo .maintitle a {
  2882.     color: #fff;
  2883.     }
  2884. .photostrip .photo {
  2885.     border-left: 1px solid #dcdcdc;
  2886.     border-right: 1px solid #dcdcdc;
  2887.     }
  2888.  
  2889. /* Special effects */
  2890. fieldset.effects dl {
  2891.     border: 1px solid #979ba0;
  2892.     }
  2893. fieldset.effects dl:hover {
  2894.     background-color: #c6ccd4;
  2895.     }
  2896. fieldset.effects dd {
  2897.     border-top: 1px solid #979ba0;
  2898.     }
  2899.  
  2900. /* Avatar Gallery */
  2901. .avatar-gallery p.select-avatar {
  2902.     background-color: #979ba0;
  2903.     }
  2904. .avatar-gallery div div.avatar-box {
  2905.     background-color: #c6ccd4;
  2906.     border: 1px solid #979ba0;
  2907.     }
  2908. .avatar-gallery div div img {
  2909.     border: 1px solid #979ba0;
  2910.     }
  2911.  
  2912. /* *****************RPG***************** */
  2913. .rpg-table table {
  2914.     background-color: #fff;
  2915.     }
  2916. .rpg-table table td {
  2917.     border: 1px solid #979ba0;
  2918.     }
  2919.  
  2920. /* ****************************************************************************END INVISION BASIC COLOURS***************************************************************************** /
  2921. /*Chatbox !!!!*/
  2922. body.chatbox {
  2923.     background-image: none;
  2924.     }
  2925. .chatbox {
  2926.     background-color: #e4e6e9;
  2927.     }
  2928. #chatbox_header {
  2929.     height: 30px;
  2930.     background-color: #303b4a;
  2931.     }
  2932. .chatbox-title,.chatbox-title a.chat-title {
  2933.     color: #ffffff !important;
  2934.     }
  2935. .chatbox-title {
  2936.     float: left;
  2937.     margin: 0;
  2938.     padding: 6px 5px 0 5px;
  2939.     width: 15em;
  2940.     }
  2941. .chatbox-options {
  2942.     float: right;
  2943.     list-style: none;
  2944.     font-size: 11px;
  2945.     margin: 0.7em 0.5em 0.5em 0.5em;
  2946.     }
  2947. .chatbox-options li {
  2948.     display:inline;
  2949.     }
  2950. .chatbox-options li,.chatbox-options li a,.chatbox-options li label {
  2951.     color: #ffffff;
  2952.     }
  2953. #chatbox_members {
  2954.     position: absolute;
  2955.     top: 30px;
  2956.     bottom: 30px;
  2957.     width: 180px;
  2958.     overflow: auto;
  2959.     border-right: 1px solid ;
  2960.     }
  2961. #chatbox_members .member-title {
  2962.     text-align: center;
  2963.     padding: 0.5em 0.25em;
  2964.     background-image: none;
  2965.     font-size: 12px;
  2966.     background-color: #c6ccd4;
  2967.     color : #000000;
  2968.     font-family: Arial,Verdana,Tahoma,sans-serif;
  2969.     }
  2970. #chatbox_members ul {
  2971.     list-style: none;
  2972.     margin: 0 0 0 1em;
  2973.     }
  2974. #chatbox_members ul li {
  2975.     margin: 0.5em 0.5em 0.5em 0;
  2976.     }
  2977. #chatbox {
  2978.     position: absolute;
  2979.     top: 30px;
  2980.     left: 181px;
  2981.     right: 0;
  2982.     bottom: 30px;
  2983.     overflow: auto;
  2984.     line-height: 10px;
  2985.     }
  2986. .chatbox_row_1 {
  2987.     padding: 4px;
  2988.     background-color: #e4e6e9;
  2989.     }
  2990. .chatbox_row_2 {
  2991.     padding: 4px;
  2992.     background-color: #eff1f3;
  2993.     }
  2994. .chatbox_row_3 {
  2995.     padding: 4px;
  2996.     background-color: #c6ccd4;
  2997.     }
  2998. .memberlist_row_1 {
  2999.     background-color: #e4e6e9;
  3000.     }
  3001. #chatbox_footer {
  3002.     position: absolute;
  3003.     bottom: 0;
  3004.     left: 0;
  3005.     right: 0;
  3006.     padding: 5px;
  3007.     background-color: #303b4a;
  3008.     }
  3009. #chatbox_footer label {
  3010.     color: #ffffff;
  3011.     }
  3012. #message,#submit_button{
  3013.     border-width: 1px;
  3014.     }
  3015. .fontbutton {
  3016.     padding: 1px;
  3017.     cursor: pointer;
  3018.     text-align: left;
  3019.     }
  3020. .fontbutton_normal {
  3021.     background: #E1E1E2;
  3022.     }
  3023. .fontbutton_selected {
  3024.     background: #BBC7CE;
  3025.     border: 1px solid #22229C;
  3026.     }
  3027. .fontbutton_clicked {
  3028.     background: #959595;
  3029.     border: 1px solid #22229C;
  3030.     }
  3031. .fontbutton_hover {
  3032.     background: #E1E1E2;
  3033.     border: 1px solid #22229C;
  3034.     }
  3035. #chatbox_contextmenu {
  3036.     border: 2px solid black;
  3037.     background-color: #c6ccd4;
  3038.     }
  3039. #chatbox_contextmenu p {
  3040.     margin:0;
  3041.     padding: 1px 4px;
  3042.     font-family: verdana, arial, sans-serif;
  3043.     background: #e4e6e9;
  3044.     border-bottom:1px solid #777;
  3045.     }
  3046. #chatbox_contextmenu p.hover {
  3047.     background: #eff1f3;
  3048.     }
  3049. #chatbox_contextmenu p.close {
  3050.     background: #ddd;
  3051.     padding: 1px;
  3052.     font-size: 95%;
  3053.     color:#fff;
  3054.     background: url('');
  3055.     }
  3056. #chatbox_contextmenu p.close img {
  3057.     vertical-align: middle;
  3058.     padding-left: 20px;
  3059.     }
  3060. #chatbox_contextmenu a {
  3061.     color: #000000;
  3062.      text-decoration: none;
  3063.      font-size: 95%;
  3064.     }
  3065. #chatbox_contextmenu a:hover {
  3066.     color: ;
  3067.     }
  3068. .fontbutton {
  3069.     background:#E1E1E2 none repeat scroll 0%;
  3070.     border:medium none;
  3071.     color:#000000;
  3072.     float:left;
  3073.     margin-right:10px;
  3074.     padding:1px;
  3075.     }
  3076. #chatbox .user {
  3077.     font-weight: bold;
  3078.     }
  3079. * html #chatbox-members {
  3080.      
  3081. /* IE expressions helping IE work in Standards mode */
  3082. height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
  3083.     }
  3084. * html #chatbox {
  3085.      
  3086. /* IE expressions helping IE work in Standards mode */
  3087. height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
  3088.     width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px");
  3089.     }
  3090. * html #chatbox-footer {
  3091.    
  3092. /* IE expressions helping IE work in Standards mode */
  3093. width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
  3094.     }
  3095. * html div#logostrip #logo img {
  3096.     display: none !important;
  3097.     }
  3098. * html div#logostrip #logo {
  3099.     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://i73.servimg.com/u/f73/11/11/71/19/header13.png');
  3100.     height: 45px;
  3101.     width: 274px;
  3102.     cursor: hand;
  3103.     }
  3104. div.pagination a.goto {
  3105.     padding: 2px 15px 2px 4px;
  3106.     background-image: url("http://illiweb.com/fa/invision/menu_action_down.gif");
  3107.     background-repeat: no-repeat;
  3108.     background-position: 97% 50%;
  3109.     }
  3110. div.pagination a.goto {
  3111.     background-color: #c4c4c4;
  3112.     }
  3113.  
  3114. /* *****************LOGIN POPUP***************** */
  3115. #login_popup {
  3116.     position: absolute;
  3117.     z-index: 10000;
  3118.     display: none;
  3119.     }
  3120. #login_iframe_body {
  3121.     padding: 0;
  3122.     }
  3123. #login_popup_content {
  3124.     display: none;
  3125.     }
  3126. #login_popup_title {
  3127.     padding-left: 8px;
  3128.     }
  3129. #login_popup_background .box-content {
  3130.     border-bottom: 0;
  3131.     padding: 6px;
  3132.     }
  3133. #login_popup_buttons {
  3134.     position: absolute;
  3135.     bottom: 5px;
  3136.     right: 6px;
  3137.     }
  3138. #login_popup_buttons input {
  3139.     margin-left: 6px;
  3140.     }
  3141. ul.profile_field_list {
  3142.     padding:0;
  3143.     }
  3144. html ul.profile_field_list li {
  3145.     list-style-type: none;
  3146.     }
  3147. ul.profile_field_list > li {
  3148.     list-style-type: none;
  3149.     }
  3150. .inputURL {
  3151.     font-size:10px;
  3152.     font-family:"Courier New", "Times New roman";
  3153.     letter-spacing:-1px;
  3154.     }
  3155. .middleline {
  3156.     line-height:2em;
  3157.     }
  3158. .invisible{
  3159.     display:none;
  3160.     visibility:hidden;
  3161.     }
  3162. .visible{
  3163.     display:block;
  3164.     visibility:visible;
  3165.     }
  3166.  
  3167. /* ajax profil */
  3168. .ajax-profil_hover{
  3169.     background:transparent}
  3170. .ajax-profil_parent{
  3171.     position:relative;
  3172.     zoom:1}
  3173. .ajax-profil_edit{
  3174.     cursor:pointer;
  3175.     position:absolute;
  3176.     top:0;
  3177.     left:-18px}
  3178. .ajax-profil_edit img{
  3179.     margin-left:4px}
  3180. .ajax-profil_valid{
  3181.     cursor:pointer;
  3182.     margin-left:4px;
  3183.     vertical-align:middle}
  3184. #profile-advanced-details dl{
  3185.     padding:8px 10 8px 0;
  3186.     width:98%;
  3187.     margin:10px 0 0;
  3188.     }
  3189. #profile-advanced-details dl dt{
  3190.     float:left;
  3191.     display:block;
  3192.     width:10em;
  3193.     }
  3194. #profile-advanced-details dl dd{
  3195.     margin-left:10em;
  3196.     padding-left:12px;
  3197.     }
  3198. #profile-advanced-details div.separator{
  3199.     clear:both;
  3200.     font-size:1px;
  3201.     line-height:1px;
  3202.     border-bottom:1px solid #dcdcdc;
  3203.     padding-top:10px;
  3204.     }
  3205. #profile-advanced-details .ajax-profil_edit{
  3206.     left:-4px;
  3207.     }
  3208.  
  3209. /* jqModal */
  3210. .jqmWindow {
  3211.     display: none;
  3212.     position: fixed;
  3213.     left: 50%;
  3214.     width: 450px;
  3215.     margin-left: -225px;
  3216.     top: 50%;
  3217.     margin-top: -125px;
  3218.     background-color: #EEE;
  3219.     border: 1px solid #979ba0;
  3220.     }
  3221. .jqmOverlay {
  3222.     background-color: #000;
  3223.     }
  3224. #search_form {
  3225.     padding: 1em;
  3226.     }
  3227. #jqmHide {
  3228.     margin: 0 0.5em 0.5em;
  3229.     }
  3230. .jqDrag {
  3231.     cursor: move;
  3232.     }
  3233.  
  3234. /* First Post */
  3235. #first-post-br {
  3236.     width: 80%;
  3237.     border: 0;
  3238.     border-top: solid 1px #979ba0;
  3239.     margin: 20px auto;
  3240.     }
  3241.  
  3242. /* Blog */
  3243. .blog_cal-border {
  3244.     display: inline;
  3245.     float: left;
  3246.     border: 1px solid #303b4a;
  3247.     background: #e4e6e9;
  3248.     padding: 1px;
  3249.     font-size: 1.2em;
  3250.     margin-right: 1em;
  3251.     }
  3252. .blog_cal-content {
  3253.     width: 2.9em;
  3254.     background: #303b4a;
  3255.     padding: 1px;
  3256.     line-height: 1.4em;
  3257.     text-align: center;
  3258.     font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
  3259.     color: #ffffff;
  3260.     }
  3261. .blog_cal-content span {
  3262.     display: block;
  3263.     }
  3264. .blog_cal-day {
  3265.     padding-left: 0.2em;
  3266.     font-size: 1.6em;
  3267.     letter-spacing: 0.2em;
  3268.     }
  3269. .blog_cal-month {
  3270.     line-height: 0.7em;
  3271.     font-size: 2em;
  3272.     font-weight: bold;
  3273.     }
  3274. .blog_cal-year {
  3275.     line-height: 1.2em;
  3276.     font-size: 0.8em;
  3277.     }
  3278. .blog_icon img {
  3279.     margin-top: 1.5em;
  3280.     }
  3281. .blog_title {
  3282.     padding-top: 1.3em;
  3283.     font-size: 1.2em;
  3284.     }
  3285. .blog_title .topic-title {
  3286.     display: inline;
  3287.     font-size: 1.1em;
  3288.     }
  3289. .blog_title .topictitle {
  3290.     font-size: 1.1em;
  3291.     text-decoration: none;
  3292.     }
  3293. .blog_message {
  3294.     margin-top: 0.5em;
  3295.     }
  3296. .blog_comments {
  3297.     font-size: 0.9em;
  3298.     text-align: right;
  3299.     }
  3300. .blog_comments img {
  3301.     vertical-align: middle;
  3302.     }
  3303. #blog_comments {
  3304.     width: 90%;
  3305.     margin: 0 auto;
  3306.     }
  3307. #blog_comments .post-header {
  3308.     padding-left: 2px;
  3309.     }
  3310. .blog_comment-avatar {
  3311.     float: left;
  3312.     }
  3313. .blog_comment-avatar img {
  3314.     background-color: #fff;
  3315.     border: 1px solid #303b4a;
  3316.     vertical-align: middle;
  3317.     width: 38px;
  3318.     margin: 2px 2px 4px;
  3319.     }
  3320. #blog_comments .h3 {
  3321.     overflow: hidden;
  3322.     margin-top: 0;
  3323.     margin-left: 45px;
  3324.     padding: 0;
  3325.     min-height: 22px;
  3326.     }
  3327. .blog_comment-title {
  3328.     float: left;
  3329.     margin-top: 7px;
  3330.     }
  3331. .no_comment {
  3332.     padding: 10px 0;
  3333.     }
  3334.  
  3335. /* Social bookmarking */
  3336. #bookmarks {
  3337.     float: right;
  3338.     }
  3339. #bookmarks a img {
  3340.     width: 20px;
  3341.     height: 20px;
  3342.     background: url(http://illiweb.com/fa/social_bookmarking/social_bookmarking.png) no-repeat scroll;
  3343.     vertical-align: middle;
  3344.     }
  3345. #bookmarks a img.twitter {
  3346.     width: 16px;
  3347.     height: 16px;
  3348.     margin: 2px;
  3349.     background: url(http://illiweb.com/fa/social_bookmarking/twitter.png) no-repeat scroll;
  3350.     }
  3351. #bookmarks img.delicious {
  3352.     background-position: -10px -10px;
  3353.     }
  3354. #bookmarks img.digg {
  3355.     background-position: -10px -50px;
  3356.     }
  3357. #bookmarks img.excite {
  3358.     background-position: -9px -90px;
  3359.     }
  3360. #bookmarks img.facebook {
  3361.     background-position: -9px -128px;
  3362.     }
  3363. #bookmarks img.furl {
  3364.     background-position: -10px -166px;
  3365.     }
  3366. #bookmarks img.google {
  3367.     background-position: -10px -206px;
  3368.     }
  3369. #bookmarks img.live {
  3370.     background-position: -9px -246px;
  3371.     }
  3372. #bookmarks img.netscape {
  3373.     background-position: -9px -284px;
  3374.     }
  3375. #bookmarks img.newsvine {
  3376.     background-position: -9px -322px;
  3377.     }
  3378. #bookmarks img.reddit {
  3379.     background-position: -10px -360px;
  3380.     }
  3381. #bookmarks img.slashdot {
  3382.     background-position: -10px -400px;
  3383.     }
  3384. #bookmarks img.smarking {
  3385.     background-position: -9px -440px;
  3386.     }
  3387. #bookmarks img.stumbleupon {
  3388.     background-position: -10px -478px;
  3389.     }
  3390. #bookmarks img.technorati {
  3391.     background-position: -10px -518px;
  3392.     }
  3393. #bookmarks img.yahoo {
  3394.     background-position: -10px -558px;
  3395.     }
  3396.  
  3397. /* wysiwyg */
  3398. .mceContentBody{
  3399.     background: #eff1f3;
  3400.     color: #222222;
  3401.     }
  3402.  
  3403. /* resize image */
  3404. .resize_process .resizebox {
  3405.     display: none;
  3406.     }
  3407. .resize_process img.resize_img {
  3408.     display: none;
  3409.     }
  3410. .resizebox a.enlarge, .resizebox.showfull a.fullsize, .resizebox.enlarged a.resize {
  3411.     display: inline-block;
  3412.     zoom: 1;
  3413.     *display: inline;
  3414.     }
  3415. .resizebox.enlarged a.enlarge, .resizebox a.fullsize, .resizebox a.resize {
  3416.     display: none;
  3417.     }
  3418. .resizebox {
  3419.     background-color: #dfe6ef;
  3420.     max-width: 100%;
  3421.     line-height: 1.1em;
  3422.     cursor: default;
  3423.     font-size: 11px;
  3424.     font-weight: normal;
  3425.     font-style: normal;
  3426.     margin: 0;
  3427.     text-align: left;
  3428.     display: inline-block;
  3429.     }
  3430. .resizebox div {
  3431.     font-weight: normal;
  3432.     font-style: normal;
  3433.     margin: 0;
  3434.     }
  3435. .resizebox .resize_border {
  3436.     border: 1px solid #b0bbcd;
  3437.     display: block;
  3438.     }
  3439. .resizebox .resize_content {
  3440.     padding: 5px 10px;
  3441.     display: inline-block;
  3442.     zoom: 1;
  3443.     *display: inline;
  3444.     }
  3445. .resizebox .resize_filler {
  3446.     border: none;
  3447.     padding: 0;
  3448.     width: 40px;
  3449.     display: inline-block;
  3450.     zoom: 1;
  3451.     *display: inline;
  3452.     }
  3453. .attachbox {
  3454.     background-color:#dfe6ef;
  3455.     border:1px dashed #c6ccd4;
  3456.     clear:left;
  3457.     float:left;
  3458.     margin:5px 5px 5px 0;
  3459.     padding:6px;
  3460.     width:auto;
  3461.     color:#222222;
  3462.     }
  3463. .attachbox dt {
  3464.     font-family:Arial,Helvetica,sans-serif;
  3465.     text-transform:uppercase;
  3466.     }
  3467. .attachbox dd {
  3468.     border-top:1px solid #c6ccd4;
  3469.     clear:left;
  3470.     font-size:0.9em;
  3471.     margin-left:10px;
  3472.     padding:0;
  3473.     }
  3474. dl.file {
  3475.     display:block;
  3476.     font-family:Verdana,Arial,Helvetica,sans-serif;
  3477.     margin-bottom:10px;
  3478.     }
  3479. dl.file dt {
  3480.     font-family:Verdana,Arial,Helvetica,sans-serif;
  3481.     font-weight:bold;
  3482.     margin:0;
  3483.     padding:0;
  3484.     text-transform:none;
  3485.     }
  3486. dl.file dt img {
  3487.     vertical-align:middle}
  3488. .info {
  3489.     font-size:10px;
  3490.     font-style:italic;
  3491.     }
  3492.  
  3493. /* Spoiler */
  3494. .spoiler {
  3495.     display:block;
  3496.     }
  3497. .spoiler_content {
  3498.     display:none;
  3499.     }
  3500. .spoiler_content.hidden {
  3501.     display:block;
  3502.     }
  3503.  
  3504. /* Styles Facebook */
  3505. .user_login_form {
  3506.     margin-bottom:5px;
  3507.     }
  3508. .fb_or {
  3509.     background-color:#c6ccd4;
  3510.     border:2px solid #979ba0;
  3511.     font-weight:bold;
  3512.     padding:5px;
  3513.     color:#000000;
  3514.     height : 16px;
  3515.     line-height : 16px;
  3516.     width : 26px;
  3517.     margin : 0 30px 0 30px;
  3518.     text-align: center;
  3519.     }
  3520. .fb_login{
  3521.     height: 30px;
  3522.     margin: 18px 0 0 0;
  3523.     width: 330px;
  3524.     }
  3525. .fb_login .fb_or{
  3526.     margin: 0 30px 0 30px;
  3527.     }
  3528. .margTop4 {
  3529.     margin: 4px 0 0 0;
  3530.     }
  3531. .margLeft20 {
  3532.     margin: 0 0 0 20px;
  3533.     }
  3534. .fb_explain {
  3535.     padding: 5px 0 5px 5px;
  3536.     width: 100%;
  3537.     float: left;
  3538.     }
  3539. #fb_explain {
  3540.     padding: 5px 0 0 5px;
  3541.     float: left;
  3542.     }
  3543. .input_field {
  3544.     width: 180px !important;
  3545.     }
  3546. .invitfb_connect {
  3547.     padding: 10px 0 10px 0;
  3548.     text-align: center;
  3549.     }
  3550. #cont_pwd {
  3551.     width:150px;
  3552.     height:21px;
  3553.     float:left;
  3554.     padding:0 0 0 20px;
  3555.     }
  3556. .pwd_img {
  3557.     padding : 4px 0 3px 0;
  3558.     width : 150px;
  3559.     height : 14px;
  3560.     line-height : 14px;
  3561.     font-size : 11px;
  3562.     font-weight : bold;
  3563.     text-align : center;
  3564.     color : #000000;
  3565.     display : none;
  3566.     }
  3567. #pwd_good {
  3568.     background:url('http://illiweb.com/fa/p_strength/pwd_good.png');
  3569.     }
  3570. #pwd_middle {
  3571.     background:url('http://illiweb.com/fa/p_strength/pwd_middle.png');
  3572.     }
  3573. #pwd_bad {
  3574.     background:url('http://illiweb.com/fa/p_strength/pwd_bad.png');
  3575.     }
  3576. #cont_fb_invit iframe {
  3577.     width: 760px !important;
  3578.     }
  3579. fieldset.formcolumn1.connexion{
  3580.     width: 646px !important;
  3581.     }
  3582.  
  3583. /**** Module social_bookmarking ****/
  3584. .mod_bookmarks a img {
  3585.     width: 20px;
  3586.     height: 20px;
  3587.     background: url(http://illiweb.com/fa/social_bookmarking/social_bookmarking_fa.png) no-repeat scroll;
  3588.     vertical-align: middle;
  3589.     }
  3590. .mod_bookmarks img.digg {
  3591.     background-position:-10px -47px;
  3592.     }
  3593. .mod_bookmarks img.delicious {
  3594.     background-position:-10px -8px;
  3595.     }
  3596. .mod_bookmarks img.reddit {
  3597.     background-position:-10px -359px;
  3598.     }
  3599. .mod_bookmarks img.slashdot {
  3600.     background-position:-10px -398px;
  3601.     }
  3602. .mod_bookmarks img.stumbleupon {
  3603.     background-position:-10px -476px;
  3604.     }
  3605. .mod_bookmarks img.furl {
  3606.     background-position:-10px -163px;
  3607.     }
  3608. .mod_bookmarks img.yahoo {
  3609.     background-position:-10px -554px;
  3610.     }
  3611. .mod_bookmarks img.google {
  3612.     background-position:-10px -204px;
  3613.     }
  3614. .mod_bookmarks img.blinklist {
  3615.     background-position:-10px -665px;
  3616.     }
  3617. .mod_bookmarks img.blogmarks {
  3618.     background-position:-10px -630px;
  3619.     }
  3620. .mod_bookmarks img.technorati {
  3621.     background-position:-10px -516px;
  3622.     }
  3623.  
  3624. /**** Module rss_feeds ****/
  3625. .mod_rss_feeds a img {
  3626.     width: 91px;
  3627.     height: 17px;
  3628.     background: url(http://illiweb.com/fa/rss_mod/sprite_rss_feeds.png) no-repeat scroll;
  3629.     vertical-align: middle;
  3630.     padding-bottom:2px;
  3631.     }
  3632. .mod_rss_feeds img.yahoo {
  3633.     background-position:0 0;
  3634.     }
  3635. .mod_rss_feeds img.google-reader {
  3636.     background-position:-100px 0;
  3637.     }
  3638. .mod_rss_feeds img.msn {
  3639.     background-position:-199px 0;
  3640.     }
  3641. .mod_rss_feeds img.aol {
  3642.     background-position:-299px 0;
  3643.     }
  3644. .mod_rss_feeds img.newsgator {
  3645.     background-position:-399px 0;
  3646.     }
  3647. .mod_rss_feeds img.rojo {
  3648.     background-position:-498px 0;
  3649.     }
  3650. .mod_rss_feeds img.bloglines {
  3651.     background-position:-598px 0;
  3652.     }
  3653.  
  3654. /**** Sprite CSS ****/
  3655. .sprite-arrow_prosilver_down{
  3656.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3657.     background-position:0 0;
  3658.     width:6px;
  3659.     height:6px;
  3660.     }
  3661. .sprite-arrow_prosilver_left{
  3662.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3663.     background-position:-56px 0;
  3664.     width:4px;
  3665.     height:6px;
  3666.     }
  3667. .sprite-arrow_prosilver_right{
  3668.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3669.     background-position:-110px 0;
  3670.     width:4px;
  3671.     height:6px;
  3672.     }
  3673. .sprite-arrow_prosilver_up{
  3674.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3675.     background-position:-164px 0;
  3676.     width:6px;
  3677.     height:6px;
  3678.     }
  3679. .sprite-arrow_subsilver_down{
  3680.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3681.     background-position:-220px 0;
  3682.     width:9px;
  3683.     height:9px;
  3684.     }
  3685. .sprite-arrow_subsilver_left{
  3686.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3687.     background-position:-279px 0;
  3688.     width:9px;
  3689.     height:9px;
  3690.     }
  3691. .sprite-arrow_subsilver_right{
  3692.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3693.     background-position:-338px 0;
  3694.     width:9px;
  3695.     height:9px;
  3696.     }
  3697. .sprite-arrow_subsilver_up{
  3698.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3699.     background-position:-397px 0;
  3700.     width:9px;
  3701.     height:9px;
  3702.     }
  3703. .sprite-icon_minipost{
  3704.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3705.     background-position:-456px 0;
  3706.     width:12px;
  3707.     height:9px;
  3708.     }
  3709. .sprite-icon_minipost_new{
  3710.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3711.     background-position:-518px 0;
  3712.     width:12px;
  3713.     height:9px;
  3714.     }
  3715. .sprite-icon_minipost_participate{
  3716.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3717.     background-position:-580px 0;
  3718.     width:12px;
  3719.     height:9px;
  3720.     }
  3721. .sprite-icon_miniposted{
  3722.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3723.     background-position:-642px 0;
  3724.     width:12px;
  3725.     height:9px;
  3726.     }
  3727. .sprite-icon_pages{
  3728.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3729.     background-position:-704px 0;
  3730.     width:11px;
  3731.     height:12px;
  3732.     }
  3733. .sprite-icon_post_target{
  3734.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3735.     background-position:-765px 0;
  3736.     width:11px;
  3737.     height:9px;
  3738.     }
  3739. .sprite-icon_post_target_unread{
  3740.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3741.     background-position:-826px 0;
  3742.     width:11px;
  3743.     height:9px;
  3744.     }
  3745. .sprite-icon_reply{
  3746.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3747.     background-position:-887px 0;
  3748.     width:18px;
  3749.     height:9px;
  3750.     }
  3751. .sprite-icon_reply_new{
  3752.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3753.     background-position:-955px 0;
  3754.     width:18px;
  3755.     height:9px;
  3756.     }
  3757. .sprite-icon_tiny_topic{
  3758.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3759.     background-position:-1023px 0;
  3760.     width:10px;
  3761.     height:11px;
  3762.     }
  3763. .sprite-icon_topic_latest{
  3764.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3765.     background-position:-1083px 0;
  3766.     width:11px;
  3767.     height:9px;
  3768.     }
  3769. .sprite-icon_topic_newest{
  3770.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3771.     background-position:-1144px 0;
  3772.     width:11px;
  3773.     height:9px;
  3774.     }
  3775. .sprite-subforum_read{
  3776.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3777.     background-position:-1205px 0;
  3778.     width:11px;
  3779.     height:9px;
  3780.     }
  3781. .sprite-subforum_unread{
  3782.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3783.     background-position:-1266px 0;
  3784.     width:11px;
  3785.     height:9px;
  3786.     }
  3787. .sprite-tabs_less{
  3788.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3789.     background-position:-1327px 0;
  3790.     width:9px;
  3791.     height:9px;
  3792.     }
  3793. .sprite-tabs_more{
  3794.     background:url("http://illiweb.com/fa/sprite_icons.png") no-repeat top left;
  3795.     background-position:-1386px 0;
  3796.     width:9px;
  3797.     height:9px;
  3798.     }
  3799. .sprite-icon_calendar{
  3800.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3801.     background-position:0 0;
  3802.     width:14px;
  3803.     height:13px;
  3804.     }
  3805. .sprite-icon_faq{
  3806.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3807.     background-position:0 -63px;
  3808.     width:16px;
  3809.     height:14px;
  3810.     }
  3811. .sprite-icon_gallery{
  3812.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3813.     background-position:0 -127px;
  3814.     width:14px;
  3815.     height:14px;
  3816.     }
  3817. .sprite-icon_groups{
  3818.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3819.     background-position:0 -191px;
  3820.     width:16px;
  3821.     height:14px;
  3822.     }
  3823. .sprite-icon_home{
  3824.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3825.     background-position:0 -255px;
  3826.     width:13px;
  3827.     height:12px;
  3828.     }
  3829. .sprite-icon_logout{
  3830.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3831.     background-position:0 -317px;
  3832.     width:16px;
  3833.     height:14px;
  3834.     }
  3835. .sprite-icon_members{
  3836.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3837.     background-position:0 -381px;
  3838.     width:16px;
  3839.     height:14px;
  3840.     }
  3841. .sprite-icon_message{
  3842.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3843.     background-position:0 -445px;
  3844.     width:16px;
  3845.     height:14px;
  3846.     }
  3847. .sprite-icon_portal{
  3848.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3849.     background-position:0 -509px;
  3850.     width:14px;
  3851.     height:14px;
  3852.     }
  3853. .sprite-icon_register{
  3854.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3855.     background-position:0 -573px;
  3856.     width:16px;
  3857.     height:14px;
  3858.     }
  3859. .sprite-icon_search{
  3860.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3861.     background-position:0 -637px;
  3862.     width:16px;
  3863.     height:14px;
  3864.     }
  3865. .sprite-icon_textbox_search{
  3866.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3867.     background-position:0 -701px;
  3868.     width:16px;
  3869.     height:14px;
  3870.     }
  3871. .sprite-icon_ucp{
  3872.     background:url("http://illiweb.com/fa/sprite_prosilver_navbar.png") no-repeat top left;
  3873.     background-position:0 -765px;
  3874.     width:16px;
  3875.     height:14px;
  3876.     }
  3877. .sprite-icon_mini_calendar{
  3878.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3879.     background-position:0 0;
  3880.     width:12px;
  3881.     height:13px;
  3882.     }
  3883. .sprite-icon_mini_faq{
  3884.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3885.     background-position:-62px 0;
  3886.     width:12px;
  3887.     height:13px;
  3888.     }
  3889. .sprite-icon_mini_gallery{
  3890.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3891.     background-position:-124px 0;
  3892.     width:12px;
  3893.     height:13px;
  3894.     }
  3895. .sprite-icon_mini_groups{
  3896.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3897.     background-position:-186px 0;
  3898.     width:12px;
  3899.     height:13px;
  3900.     }
  3901. .sprite-icon_mini_index{
  3902.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3903.     background-position:-248px 0;
  3904.     width:13px;
  3905.     height:13px;
  3906.     }
  3907. .sprite-icon_mini_login{
  3908.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3909.     background-position:-311px 0;
  3910.     width:12px;
  3911.     height:13px;
  3912.     }
  3913. .sprite-icon_mini_members{
  3914.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3915.     background-position:-373px 0;
  3916.     width:12px;
  3917.     height:13px;
  3918.     }
  3919. .sprite-icon_mini_message{
  3920.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3921.     background-position:-435px 0;
  3922.     width:12px;
  3923.     height:13px;
  3924.     }
  3925. .sprite-icon_mini_portal{
  3926.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3927.     background-position:-497px 0;
  3928.     width:13px;
  3929.     height:13px;
  3930.     }
  3931. .sprite-icon_mini_profile{
  3932.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3933.     background-position:-560px 0;
  3934.     width:12px;
  3935.     height:13px;
  3936.     }
  3937. .sprite-icon_mini_register{
  3938.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3939.     background-position:-622px 0;
  3940.     width:12px;
  3941.     height:13px;
  3942.     }
  3943. .sprite-icon_mini_search{
  3944.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3945.     background-position:-684px 0;
  3946.     width:12px;
  3947.     height:13px;
  3948.     }
  3949. #search_menu a img{
  3950.     background:url("http://illiweb.com/fa/sprite_subsilver_menu.png") no-repeat top left;
  3951.     background-position:-684px 0;
  3952.     width:12px;
  3953.     height:13px;
  3954.     }
  3955.  
  3956. /**** Addthis ****/
  3957. #at16lb{
  3958.     display:none;
  3959.     position:absolute;
  3960.     top:0%;
  3961.     left:0%;
  3962.     width:100%;
  3963.     height:100%;
  3964.     z-index:1001;
  3965.     background-color:black;
  3966.     opacity:0.001;
  3967.     }
  3968. #at20mc, #at_email, #at16pib, #at16pc, #at16pi, #at_share, #at_complete, #at_success, #at_error {
  3969.     position:static!important;
  3970.     }
  3971. #at20mc {
  3972.     position:absolute;
  3973.     left:0px;
  3974.     top:0px;
  3975.     }
  3976. #at20mc a {
  3977.     color:#3366BB;
  3978.     }
  3979. .at15a{
  3980.     border:0px;
  3981.     height:0px;
  3982.     margin:0px;
  3983.     padding:0px;
  3984.     width:100%;
  3985.     width:230px}
  3986. .atnt {
  3987.     text-align:center!important;
  3988.     padding:6px 0px 0px 0px!important;
  3989.     height:24px!important}
  3990. .atnt a {
  3991.     text-decoration:none;
  3992.     color:#3366bb}
  3993. .atnt a:hover {
  3994.     text-decoration:underline}
  3995. #at_msg,#at16p label,#at16nms,#at_share .at_item,#at16p,#at15s,#at16p form input,#at16p form textarea {
  3996.     font-family:arial,helvetica,tahoma,verdana,sans-serif!important;
  3997.     font-size:12px!important;
  3998.     outline-style:none;
  3999.     outline-width:0px;
  4000.     line-height:1em}
  4001. * html #at15s.mmborder {
  4002.     position:absolute!important}
  4003. #at15s.mmborder {
  4004.     border:10px solid #7f7f7f!important;
  4005.     position:fixed!important}
  4006. #at15s.mmborder {
  4007.     width:240px!important}
  4008. #at15s{
  4009.     background-color:#fff;
  4010.     border:1px solid #ccc;
  4011.     color:#4c4c4c!important;
  4012.     float:none!important;
  4013.     line-height:1em!important;
  4014.     margin:0px!important;
  4015.     overflow:visible!important;
  4016.     padding:1px!important;
  4017.     text-align:left!important;
  4018.     width:230px!important;
  4019.     position:absolute!important}
  4020. #at15s_head{
  4021.     position:relative;
  4022.     background:#f2f2f2;
  4023.     padding:4px;
  4024.     cursor:default;
  4025.     border-bottom:1px solid #e5e5e5}
  4026. #at15s_brand,#at16_brand{
  4027.     position:absolute}
  4028. #at15s_brand {
  4029.     top:4px;
  4030.     right:4px}
  4031. #at16_brand{
  4032.     top:5px;
  4033.     right:30px;
  4034.     cursor:default}
  4035. #at_hover{
  4036.     padding:4px}
  4037. #at_hover .at_item, #at_share .at_item{
  4038.     background:#fff!important;
  4039.     float:left!important;
  4040.     color:#4c4c4c !important}
  4041. #at16nms {
  4042.     padding:4px 5px}
  4043. #at_hover .at_item{
  4044.     width:102px!important;
  4045.     padding:2px 3px!important;
  4046.     margin:1px}
  4047. #at_hover .at_item.atiemode2 {
  4048.     width:104px!important}
  4049. #at_hover .at_item:hover,#at_hover .at_item.athov {
  4050.     margin:0px!important}
  4051. #at_hover .at_item:hover,#at_hover .at_item.athov,#at_share .at_item:hover,#at_share .at_item.athov{
  4052.     background:#f2f2f2!important;
  4053.     border:1px solid #e5e5e5;
  4054.     color:#000!important}
  4055. * html #at_hover .at_item {
  4056.     border:1px solid #fff}
  4057. * html #at_hover .at_item.athov {
  4058.     border:1px solid #e5e5e5!important;
  4059.     margin:1px!important}
  4060. #at_email15{
  4061.     padding-top:5px}
  4062. .at15e_row{
  4063.     height:28px}
  4064. .at15e_row label,.at15e_row span{
  4065.     padding-left:10px!important;
  4066.     display:block!important;
  4067.     width:60px!important;
  4068.     float:left!important}
  4069. .at15e_row input,.at15e_row textarea{
  4070.     display:block!important;
  4071.     width:150px!important;
  4072.     float:left!important;
  4073.     background:#fff!important;
  4074.     border:1px solid #ccc!important;
  4075.     color:#333!important;
  4076.     font-size:11px!important;
  4077.     font-weight:normal!important;
  4078.     padding:0pt!important}
  4079. #at_email label,#at_email input,#at_email textarea {
  4080.     font-size:11px!important}
  4081. .at15t{
  4082.     display:block!important;
  4083.     height:16px!important;
  4084.     line-height:16px!important;
  4085.     padding-left:20px!important;
  4086.     background:url(http://illiweb.com/fa/addthis/widget04.png) no-repeat left;
  4087.     cursor:pointer}
  4088. .addthis_button {
  4089.     cursor:pointer}
  4090. .addthis_toolbox.addthis_default_style span {
  4091.     line-height:16px}
  4092. .addthis_default_style .addthis_separator {
  4093.     margin:0px 5px;
  4094.     display:inline}
  4095. div.atclear {
  4096.     clear:both}
  4097. .addthis_default_style .addthis_separator,.addthis_default_style .at300b,.addthis_default_style .at300m,.addthis_default_style .at300bs {
  4098.     float: left}
  4099. .at300b img {
  4100.     border:0}
  4101. .addthis_default_style .at300b,.addthis_default_style .at300m {
  4102.     padding:0px 2px}
  4103. .at300b,.at300m,.at300bs {
  4104.     cursor:pointer}
  4105. .at300bs {
  4106.     background:url(http://illiweb.com/fa/addthis/widget04.png) no-repeat left;
  4107.     overflow:hidden;
  4108.     display:block;
  4109.     height:16px;
  4110.     width:16px;
  4111.     line-height:16px!important}
  4112. .at300bs.at15t_expanded,.at300bs.at15t_compact {
  4113.     background:url(http://illiweb.com/fa/addthis/logo1414.gif) no-repeat left;
  4114.     margin-right:4px}
  4115. .at15t_more{
  4116.     background:url(http://illiweb.com/fa/addthis/logo1414.gif) no-repeat left !important}
  4117. .at15t_000{
  4118.     background-position:0px -0px}
  4119. .at15t_aim{
  4120.     background-position:0px -16px!important}
  4121. .at15t_amazonwishlist{
  4122.     background-position:0px -32px!important}
  4123. .at15t_ask{
  4124.     background-position:0px -48px!important}
  4125. .at15t_backflip{
  4126.     background-position:0px -64px!important}
  4127. .at15t_ballhype{
  4128.     background-position:0px -80px!important}
  4129. .at15t_bebo{
  4130.     background-position:0px -96px!important}
  4131. .at15t_blogger{
  4132.     background-position:0px -112px!important}
  4133. .at15t_blogmarks{
  4134.     background-position:0px -128px!important}
  4135. .at15t_buzz{
  4136.     background-position:0px -144px!important}
  4137. .at15t_delicious{
  4138.     background-position:0px -160px!important}
  4139. .at15t_digg{
  4140.     background-position:0px -176px!important}
  4141. .at15t_diigo{
  4142.     background-position:0px -192px!important}
  4143. .at15t_email{
  4144.     background-position:0px -208px!important}
  4145. .at15t_facebook{
  4146.     background-position:0px -224px!important}
  4147. .at15t_fark{
  4148.     background-position:0px -240px!important}
  4149. .at15t_faves{
  4150.     background-position:0px -256px!important}
  4151. .at15t_favorites{
  4152.     background-position:0px -272px!important}
  4153. .at15t_friendfeed{
  4154.     background-position:0px -288px!important}
  4155. .at15t_friendster{
  4156.     background-position:0px -304px!important}
  4157. .at15t_google{
  4158.     background-position:0px -320px!important}
  4159. .at15t_hatena{
  4160.     background-position:0px -336px!important}
  4161. .at15t_hi5{
  4162.     background-position:0px -352px!important}
  4163. .at15t_kaboodle{
  4164.     background-position:0px -368px!important}
  4165. .at15t_kirtsy{
  4166.     background-position:0px -384px!important}
  4167. .at15t_linkagogo{
  4168.     background-position:0px -400px!important}
  4169. .at15t_linkedin{
  4170.     background-position:0px -416px!important}
  4171. .at15t_live{
  4172.     background-position:0px -432px!important}
  4173. .at15t_meneame{
  4174.     background-position:0px -448px!important}
  4175. .at15t_misterwong{
  4176.     background-position:0px -464px!important}
  4177. .at15t_mixx{
  4178.     background-position:0px -480px!important}
  4179. .at15t_multiply{
  4180.     background-position:0px -496px!important}
  4181. .at15t_myaol{
  4182.     background-position:0px -512px!important}
  4183. .at15t_myspace{
  4184.     background-position:0px -528px!important}
  4185. .at15t_netvibes{
  4186.     background-position:0px -544px!important}
  4187. .at15t_netvouz{
  4188.     background-position:0px -560px!important}
  4189. .at15t_newsvine{
  4190.     background-position:0px -576px!important}
  4191. .at15t_nujij{
  4192.     background-position:0px -592px!important}
  4193. .at15t_orkut{
  4194.     background-position:0px -608px!important}
  4195. .at15t_plaxo{
  4196.     background-position:0px -624px!important}
  4197. .at15t_print{
  4198.     background-position:0px -640px!important}
  4199. .at15t_propeller{
  4200.     background-position:0px -656px!important}
  4201. .at15t_reddit{
  4202.     background-position:0px -672px!important}
  4203. .at15t_segnalo{
  4204.     background-position:0px -688px!important}
  4205. .at15t_simpy{
  4206.     background-position:0px -704px!important}
  4207. .at15t_slashdot{
  4208.     background-position:0px -720px!important}
  4209. .at15t_spurl{
  4210.     background-position:0px -736px!important}
  4211. .at15t_stumbleupon{
  4212.     background-position:0px -752px!important}
  4213. .at15t_stylehive{
  4214.     background-position:0px -768px!important}
  4215. .at15t_tailrank{
  4216.     background-position:0px -784px!important}
  4217. .at15t_technorati{
  4218.     background-position:0px -800px!important}
  4219. .at15t_thisnext{
  4220.     background-position:0px -816px!important}
  4221. .at15t_tipd{
  4222.     background-position:0px -832px!important}
  4223. .at15t_tumblr{
  4224.     background-position:0px -848px!important}
  4225. .at15t_twitter{
  4226.     background-position:0px -864px!important}
  4227. .at15t_typepad{
  4228.     background-position:0px -880px!important}
  4229. .at15t_wordpress{
  4230.     background-position:0px -896px!important}
  4231. .at15t_yahoobkm{
  4232.     background-position:0px -912px!important}
  4233. .at15t_yardbarker{
  4234.     background-position:0px -928px!important}
  4235. .at15t_netscape{
  4236.     background-position:0px -656px!important}
  4237. #at16clb {
  4238.     font-size:16pt;
  4239.     font-family:"verdana bold", verdana, arial, sans-serif}
  4240. #at_share .at_item {
  4241.     width:123px !important;
  4242.     padding:4px;
  4243.     margin-right:2px;
  4244.     border:1px solid #ffffff}
  4245. #at16pm {
  4246.     background:#fff;
  4247.     width:298px;
  4248.     height:360px;
  4249.     text-align:left;
  4250.     border-right:1px solid #ccc;
  4251.     position:static}
  4252. #at16pcc {
  4253.     position:fixed;
  4254.     top:0px;
  4255.     left:0px;
  4256.     width:100%;
  4257.     margin:0 auto;
  4258.     font-size:10px!important;
  4259.     color:#4c4c4c;
  4260.     padding:0px;
  4261.     z-index:10000001;
  4262.     overflow:visible}
  4263. * html #at16pcc {
  4264.     position:absolute}
  4265. #at16abifc {
  4266.     overflow:hidden;
  4267.     margin:0;
  4268.     top:10px;
  4269.     left:10px;
  4270.     height:335px;
  4271.     width:492px;
  4272.     position:absolute;
  4273.     border:0}
  4274. #at16abifc iframe {
  4275.     border:0;
  4276.     position:absolute;
  4277.     height:360px;
  4278.     width:516px;
  4279.     top:-10px;
  4280.     left:-10px}
  4281. * html div#at16abifc.atiemode2 {
  4282.     height:354px;
  4283.     width:482px}
  4284. * html #at16abifc iframe {
  4285.     height:348px;
  4286.     left:-10px;
  4287.     top:-10px;
  4288.     overflow:hidden}
  4289. #at16p {
  4290.     background:url(http://illiweb.com/fa/addthis/atbkg.png)}
  4291. #at16p, #atie6ifh {
  4292.     position:absolute;
  4293.     top:50%;
  4294.     left:50%;
  4295.     width:300px;
  4296.     padding:10px;
  4297.     margin:0 auto;
  4298.     margin-top:-185px;
  4299.     margin-left:-155px;
  4300.     font-family:arial,helvetica,tahoma,verdana,sans-serif;
  4301.     font-size:12px;
  4302.     color:#5e5e5e;
  4303.     z-index:10000001}
  4304. #atie6ifh {
  4305.     width:322px;
  4306.     padding:0px;
  4307.     height:381px;
  4308.     margin-left:-165px}
  4309. #at_share {
  4310.     margin:0;
  4311.     padding:0}
  4312. #at16ps {
  4313.     overflow-y:scroll;
  4314.     height:284px;
  4315.     padding:5px}
  4316. a#at16pit {
  4317.     position:absolute;
  4318.     top:37px;
  4319.     right:10px;
  4320.     display:block;
  4321.     background:url(http://illiweb.com/fa/addthis/tab00.gif) no-repeat;
  4322.     width:16px;
  4323.     height:20px;
  4324.     line-height:19px;
  4325.     margin-right:-17px;
  4326.     text-align:center;
  4327.     overflow:hidden;
  4328.     color:#3366bb;
  4329.     }
  4330. #at16pi {
  4331.     background:#e5e5e5;
  4332.     text-align:left;
  4333.     border:1px solid #ccc;
  4334.     border-bottom:0}
  4335. #at16pi a {
  4336.     text-decoration:none;
  4337.     color:#3366bb}
  4338. #at16pi a:hover {
  4339.     text-decoration:underline}
  4340. #at16pt {
  4341.     position:relative;
  4342.     background:#f2f2f2;
  4343.     height:13px;
  4344.     padding:5px 10px}
  4345. #at16pt h4, #at16pt a{
  4346.     font-weight:bold}
  4347. #at16pt h4 {
  4348.     display:inline;
  4349.     margin:0;
  4350.     padding:0;
  4351.     font-size:12px;
  4352.     color:#4c4c4c;
  4353.     cursor:default}
  4354. #at16pt a {
  4355.     position:absolute;
  4356.     top:5px;
  4357.     right:10px;
  4358.     color:#4c4c4c;
  4359.     text-decoration:none}
  4360. #at16pc form{
  4361.     margin:0}
  4362. #at16pc form label {
  4363.     display:block;
  4364.     font-size:11px;
  4365.     font-weight:bold;
  4366.     padding-bottom:4px;
  4367.     float:none;
  4368.     text-align:left}
  4369. #at16pc form label span {
  4370.     font-weight:normal;
  4371.     color:#4c4c4c;
  4372.     display:inline}
  4373. #at_email form .abif {
  4374.     width:272px !important}
  4375. #at_email textarea{
  4376.     height:55px !important;
  4377.     word-wrap:break-word}
  4378. * html #at_email textarea {
  4379.     height:42px !important}
  4380. *:first-child+html #at_email textarea {
  4381.     height:42px !important}
  4382. #at_email form input,#at_email form textarea {
  4383.     background:#fff;
  4384.     border:1px solid #bbb;
  4385.     width:272px;
  4386.     margin:0px;
  4387.     margin-bottom:8px;
  4388.     font-weight:normal;
  4389.     padding:3px;
  4390.     font-family:arial,helvetica,tahoma,verdana,sans-serif;
  4391.     font-size:11px;
  4392.     line-height:1.4em;
  4393.     color:#333}
  4394. #at_email form .atfxmode2 {
  4395.     width:279px}
  4396. #at16pc form .at_ent {
  4397.     color:#333!important}
  4398. #at16pc form textarea {
  4399.     height:48px}
  4400. #at16pc form input:focus,#at16pc form textarea:focus {
  4401.     background:#fffff0;
  4402.     color:#333}
  4403. #at16p .atbtn {
  4404.     background:#fff;
  4405.     border:1px solid #b5b5b5;
  4406.     width:60px;
  4407.     padding:2px 4px;
  4408.     margin:0 2px !important;
  4409.     font-size:11px !important;
  4410.     font-weight:bold;
  4411.     color:#333;
  4412.     cursor:pointer}
  4413. #at16p .atbtn:hover {
  4414.     border-color:#444;
  4415.     color:#06c}
  4416. #at_email #ateml {
  4417.     text-align:right;
  4418.     font-size:10px;
  4419.     color:#999}
  4420. #at16pc {
  4421.     height:323px;
  4422.     font-size:11px;
  4423.     text-align:left;
  4424.     color:#4c4c4c}
  4425. #at_email {
  4426.     padding:5px 10px}
  4427. #at16pc .tmsg {
  4428.     padding:4px 2px;
  4429.     text-align:right}
  4430. #at16psf {
  4431.     position:relative;
  4432.     background:#f2f2f2 url(http://illiweb.com/fa/addthis/atf02.png) no-repeat center center;
  4433.     border-bottom:1px solid #ccc;
  4434.     height:20px;
  4435.     padding:4px 10px;
  4436.     text-align:center}
  4437. * html #at16psf input {
  4438.     padding:0}
  4439. #at16psf input {
  4440.     background:#fff;
  4441.     border:none;
  4442.     width:220px;
  4443.     margin:2px 0 0;
  4444.     color:#666;
  4445.     outline-style:none;
  4446.     outline-width:0px;
  4447.     padding:2px 0 0;
  4448.     font-family:arial,helvetica,tahoma,verdana,sans-serif;
  4449.     font-size:12px}
  4450. #at16pcc .at_error {
  4451.     background:#f26d7d;
  4452.     border-bottom:1px solid #df5666;
  4453.     padding:5px 10px;
  4454.     color:#fff}
  4455. #at16pcc #at_success {
  4456.     background:#d0fbda;
  4457.     border-bottom:1px solid #a8e7b7;
  4458.     padding:5px 10px;
  4459.     color:#4c4c4c}
  4460. #at16pf {
  4461.     position:relative;
  4462.     background:#f2f2f2;
  4463.     ht:12px;
  4464.     border-top:1px solid #e5e5e5}
  4465. #at16pf a {
  4466.     position:absolute;
  4467.     outline:none;
  4468.     padding:0;
  4469.     margin:0;
  4470.     overflow:hidden;
  4471.     font-size:10px;
  4472.     color:#4c4c4c;
  4473.     font-family:Arial, Helvetica, Sans-Serif;
  4474.     text-decoration:none}
  4475. #at16pf a:hover {
  4476.     text-decoration:underline}
  4477. #at16pf a#at-whatsthis {
  4478.     width:60px;
  4479.     left:10px}
  4480. #at16pf a#at-privacy {
  4481.     width:39px;
  4482.     left:90px}
  4483. #at_complete {
  4484.     font-size:13pt;
  4485.     color:#47731d;
  4486.     text-align:center;
  4487.     padding-top:130px;
  4488.     height:208px!important;
  4489.     width:472px}
  4490. #at_s_msg {
  4491.     margin-bottom:10px}
  4492. #at16pf a#at-logo {
  4493.     background:url(http://illiweb.com/fa/addthis/logo88.gif) no-repeat left;
  4494.     padding-left:10px;
  4495.     right:10px}
  4496. .at_baa {
  4497.     display:block;
  4498.     overflow:hidden;
  4499.     outline:none}
  4500. #at15s #at16pf a {
  4501.     top:1px}
  4502. #at16pc form #at_send {
  4503.     width:80px !important;
  4504.     }
  4505. #at_feed {
  4506.     display:none;
  4507.     padding:10px;
  4508.     height:300px}
  4509. #at_feed span {
  4510.     margin-bottom:10px;
  4511.     font-size:12px}
  4512. #at_feed div {
  4513.     width:102px!important;
  4514.     height:26px!important;
  4515.     line-height:26px!important;
  4516.     float:left!important;
  4517.     margin-right:68px}
  4518. #at_feed div.at_litem {
  4519.     margin-right:0px}
  4520. #at_feed a {
  4521.     margin:10px 0px;
  4522.     height:17px;
  4523.     line-height:17px}
  4524. .fbtn{
  4525.     background:url(http://illiweb.com/fa/addthis/feed00.png) no-repeat;
  4526.     float:left;
  4527.     width:102px;
  4528.     cursor:pointer;
  4529.     text-indent:-9000px}
  4530. .fbtn.bloglines{
  4531.     background-position:0 0;
  4532.     width:94px;
  4533.     height:20px !important;
  4534.     line-height:20px !important;
  4535.     margin-top:8px !important}
  4536. .fbtn.yahoo{
  4537.     background-position:0 -20px}
  4538. .fbtn.newsgator,.fbtn.newsgator-on{
  4539.     background-position:0 -37px}
  4540. .fbtn.technorati{
  4541.     background-position:0 -71px}
  4542. .fbtn.netvibes{
  4543.     background-position:0 -88px}
  4544. .fbtn.pageflakes{
  4545.     background-position:0 -141px}
  4546. .fbtn.feedreader{
  4547.     background-position:0 -172px}
  4548. .fbtn.newsisfree{
  4549.     background-position:0 -207px}
  4550. .fbtn.google{
  4551.     background-position:0 -54px;
  4552.     width:104px}
  4553. .fbtn.winlive{
  4554.     background-position:0 -105px;
  4555.     width:100px;
  4556.     height:19px !important;
  4557.     line-height:19px;
  4558.     margin-top:9px !important}
  4559. .fbtn.mymsn{
  4560.     background-position:0 -158px;
  4561.     width:71px;
  4562.     height:14px !important;
  4563.     line-height:14px !important;
  4564.     margin-top:12px !important}
  4565. .fbtn.aol {
  4566.     background-position:0 -189px;
  4567.     width:92px;
  4568.     height:18px !important;
  4569.     line-height:18px !important}
  4570. #at16pp {
  4571.     color:#4c4c4c;
  4572.     position:absolute;
  4573.     top:12px;
  4574.     right:12px;
  4575.     font-size:11px}
  4576. #at16pp label {
  4577.     font-size:11px !important}
  4578. #at16ppc {
  4579.     padding:10px;
  4580.     width:179px;
  4581.     }
  4582. #at16pph {
  4583.     padding:5px 0 10px 0}
  4584. #at16pph select {
  4585.     margin:5px 0 8px 0}
  4586. #at16pp .atinp {
  4587.     width:156px;
  4588.     }
  4589. html>body #at16pp .atinp {
  4590.     width:176px;
  4591.     }
  4592. #at16ppb {
  4593.     background:#fff;
  4594.     border:1px solid #ccc;
  4595.     height:274px}
  4596. #at16ep {
  4597.     height:16px;
  4598.     padding:8px}
  4599. #at16ep a {
  4600.     display:block;
  4601.     height:16px;
  4602.     line-height:16px;
  4603.     padding-left:22px;
  4604.     margin-bottom:8px;
  4605.     font-size:12px}
  4606. #at16ep a.at_gmail {
  4607.     background:url(http://illiweb.com/fa/addthis/gmail.gif) no-repeat left}
  4608. #at16ep a.at_hotmail {
  4609.     background:url(http://illiweb.com/fa/addthis/hotmail.gif) no-repeat left}
  4610. #at16ep a.at_yahoo {
  4611.     background:url(http://illiweb.com/fa/addthis/yahoo.gif) no-repeat left}
  4612. #at16ppf p#atsb {
  4613.     padding-top:20px;
  4614.     font-size:10px}
  4615. #at16abr {
  4616.     margin-top:10px}
  4617. #at16abr input {
  4618.     padding:0;
  4619.     margin:0;
  4620.     margin-right:5px}
  4621. #at16ppso {
  4622.     display:none;
  4623.     text-align:right;
  4624.     margin-top:2px}
  4625. #at16ppa {
  4626.     background:#fff;
  4627.     border:1px solid #ccc;
  4628.     height:228px;
  4629.     width:178px;
  4630.     overflow:auto}
  4631. #at16ppa a {
  4632.     display:block;
  4633.     white-space:nowrap;
  4634.     padding:4px 8px;
  4635.     font-size:12px!important}
  4636. #at16eatdr {
  4637.     position:absolute;
  4638.     background: #fff;
  4639.     border-top:0px;
  4640.     max-height:110px;
  4641.     overflow: auto;
  4642.     z-index:500;
  4643.     top:129px;
  4644.     left:21px;
  4645.     width:277px}
  4646. * html #at_email #at16eatdr {
  4647.     top:115px!important;
  4648.     width:272px!important}
  4649. *:first-child+html #at_email #at16eatdr {
  4650.     top:115px!important;
  4651.     width:272px!important}
  4652. html>body #at_email form #at16eatdr.abif {
  4653.     top:137px;
  4654.     width:278px!important}
  4655. #at16eatdr a {
  4656.     display: block;
  4657.     overflow: hidden;
  4658.     border-bottom: 1px dotted #eee;
  4659.     padding: 4px 8px}
  4660. #at16eatdr a:hover, #at16eatdr a.hover {
  4661.     background: #e0eefa;
  4662.     text-decoration: none;
  4663.     color: #333}
  4664. #at_promo {
  4665.     font-size:12px;
  4666.     display:none}
  4667. #at_promo button {
  4668.     background:#ee6a44;
  4669.     border-top:1px solid #ffa389;
  4670.     border-left:1px solid #ffa389;
  4671.     border-right:1px solid #d4522c;
  4672.     border-bottom:1px solid #d4522c;
  4673.     color:#fff}
  4674. #at_promo .at-promo-content {
  4675.     margin-top:12px}
  4676. #at_promo .at-promo-btn {
  4677.     padding-top:10px}
  4678. #at_promo .at-promo-top {
  4679.     background:url(http://illiweb.com/fa/addthis/60x60_atn_logo.jpg) no-repeat 0 0;
  4680.     padding:10px 0 5px 70px}
  4681. #at_promo h4 {
  4682.     font-size:14px;
  4683.     font-weight:bold;
  4684.     margin:0 0 4px}
  4685. #at_promo h4 sup {
  4686.     font-size:11px;
  4687.     color:#ee6a44}
  4688. #at_promo span {
  4689.     display:block}
  4690. #at_promo .at-promo-btm-ffx {
  4691.     background:url(http://illiweb.com/fa/addthis/60x60_at_firefox_toolbar.jpg) no-repeat 0 0;
  4692.     padding:6px 0 0 70px}
  4693. #at_promo .at-promo-btm-ie {
  4694.     background:url(http://illiweb.com/fa/addthis/60x60_at_ie_toolbar.png) no-repeat 0 0;
  4695.     padding:6px 0 0 70px}
  4696. #left div.module-advert{
  4697.     background-color: #eff1f3;
  4698.     border: 0;
  4699.     padding: 1px;
  4700.     }
  4701. #main div.module-advert{
  4702.     background-color: #eff1f3;
  4703.     border: 1px solid #c4c4c4;
  4704.     padding: 1px;
  4705.     }
  4706. #forum_rules table {
  4707.     width: 100%;
  4708.     border-collapse: separate;
  4709.     border-spacing: 5px 5px;
  4710.     table-layout: fixed;
  4711.     }
  4712. #forum_rules .logo {
  4713.     vertical-align: top;
  4714.     width: 100px;
  4715.     overflow: hidden;
  4716.     }
  4717. #forum_rules .logo img {
  4718.     max-width: 100px;
  4719.     }
  4720. table.portal {
  4721.     table-layout: fixed;
  4722.     }
  4723. .hiddenMsgTitle {
  4724.      font-size:0.9em;
  4725.     }
  4726. .hiddenMsgBody {
  4727.     display:none;
  4728.     padding-top:2em;
  4729.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement