home *** CD-ROM | disk | FTP | other *** search
/ Minami 62 / MINAMI62.iso / Extra / ffdshow-20050328.exe / help / styles / geo-light.css
Cascading Style Sheet File  |  2004-06-16  |  48KB  |  2,535 lines

  1. /* 
  2. style made by mose@localis.org
  3. for use of localis.org, and packaged in tikiwiki asis
  4. */
  5.  
  6. /*
  7. very light: #f1f1c9;
  8. light olive: #e1e2b9;
  9. light olive: #d1d2a9;
  10. light olive: #c1c299;
  11. darker: #b1b299;
  12. darker more: #999970;
  13. darker more: #777750;
  14. more: #595930;
  15. more: #333300;
  16.  
  17. blue links: #2255aa;
  18.  
  19. */
  20. body {
  21.     font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
  22.     background-color:   #e1e2b9;
  23.     margin-top:   0px;
  24.     margin-left:   0px;
  25.     margin-bottom:   0px;
  26.     margin-right:   0px;
  27. }
  28.  
  29. a {
  30.     color:    #2255aa;
  31.     text-decoration:   none;
  32. }
  33.  
  34. a:hover {
  35.     color:    #000000;
  36.     text-decoration:   none;
  37. }
  38.  
  39. a:visited {
  40.     color:    #114499;
  41.     text-decoration:   none;
  42. }
  43.  
  44. /* 
  45. GENERAL LAYOUT EXPLANATION
  46.  
  47. The tiki application is enclosed as a whole in 
  48. tiki-main tiki-main contains three divs: tiki-top,
  49. tiki-mid and tiki-botthat will be used for the header, 
  50. application and footer.
  51.  
  52. tiki-mid contains a 3-column table, the columns are 
  53. called (ids) leftcolumn, centercolumn and rightcolumn
  54.  
  55. Finally centercolumn contains tiki-center where the main 
  56. area of the application is displayed.
  57. */
  58.  
  59. /*
  60. GENERAL LAYOUT 
  61. */
  62.  
  63. /* This div encloses the whole Tiki application */
  64. DIV#tiki-main {
  65.     height:    100%;
  66.     width:   100%;
  67.     margin:   0px;
  68. }
  69.  
  70. /* This is the header */
  71. DIV#tiki-top {
  72.     font-size:    10px;
  73.     padding-right:   5px;
  74.     padding-left:   6px;
  75.     border-bottom:   1px dashed #777750;
  76. }
  77.  
  78. DIV#tiki-top a {
  79.     color:    black;
  80.     text-decoration:   none;
  81. }
  82.  
  83. /* This is the middle */
  84. DIV#tiki-mid {
  85.     height:    auto;
  86.     padding-bottom:   0px;
  87. }
  88.  
  89. /* And this is the footer */
  90. DIV#tiki-bot {
  91.     padding-top:    5px;
  92.     margin-top:   0px;
  93.     padding-bottom:   0px;
  94. }
  95.  
  96. /* The three columns */
  97. TD#leftcolumn {
  98.     vertical-align:    top;
  99.     width:   180px;
  100.     border-right:   1px solid #ffffff;
  101. }
  102.  
  103. TD#rightcolumn {
  104.     vertical-align:    top;
  105.     width:   180px;
  106.     border-left:   1px solid #ffffff;
  107. }
  108.  
  109. TD#centercolumn {
  110.     vertical-align:    top;
  111.     width:   100%;
  112.     border-left:   1px solid #999970;
  113.     border-right:   1px solid #999970;
  114. }
  115.  
  116. /* centercolumn */
  117. DIV#tiki-center {
  118.     margin-left:    0;
  119.     margin-right:   0;
  120.     padding-left:   0;
  121.     padding-right:   0;
  122. }
  123.  
  124. div#debugconsole {
  125.     position:    absolute;
  126.     background-color:   #cecece;
  127.     color:   #009000;
  128.     top:   0px;
  129.     left:   20px;
  130.     right:   310px;
  131.     height:   auto;
  132.     width:   auto;
  133.     z-index:   1;
  134.     padding:   5px;
  135.     border:   6px ridge #996600;
  136.     font-size:   12px;
  137. }
  138.  
  139. span.on-option {
  140.     color: #00C000;
  141. }
  142.  
  143. span.off-option {
  144.     color: #005000;
  145. }
  146.  
  147. /*
  148. GENERAL STYLE PROPERTIES 
  149.  
  150. BOXES boxes are used to present a box with a title 
  151. bar and content, they are used for modules and they
  152. are also used in the rankings, admin screen etc.
  153. The box class is used for modules while the cbox 
  154. class is used for other boxes
  155. */
  156.  
  157. /* 
  158. Boxes used for modules 
  159. (modules are those boxes in the left/right columns) 
  160. */
  161. div.box {
  162.     /*background: #e1e2b9; */
  163.     padding-top:    3px;
  164.     overflow:   hidden;
  165.     width:   180px;
  166.     margin-top:   13px;
  167. }
  168.  
  169. /* 
  170. Boxes are divided in title and data, this is the title 
  171. */
  172. div.box-title {
  173.     border-bottom:    1px dashed #999970;
  174.     font-size:   10px;
  175.     overflow:   hidden;
  176.     text-align:   left;
  177.     padding-left:   6px;
  178.     padding-right:   6px;
  179.     margin-bottom:   1px;
  180.     width:   180px;
  181. }
  182.  
  183. div.box-title table {
  184.     width: 100%;
  185. }
  186.  
  187. /* 
  188. And this is the data 
  189. */
  190. div.box-data {
  191.     color:    #777750;
  192.     overflow:   hidden;
  193.     margin-left:   15px;
  194.     margin-right:   5px;
  195.     font-size:   11px;
  196.     width:   160px;
  197. }
  198.  
  199. div.box-data li:before {
  200.     content:    "- ";
  201.     color:   #772200;
  202.     font-weight:   bold;
  203. }
  204.  
  205. div.box-data li {
  206.     border-top:    1px solid #f1f1c9;
  207.     border-bottom:   1px solid #b1b299;
  208. }
  209.  
  210. /* 
  211. When modules display a list of items each item is enclosed 
  212. in a cell with the following style 
  213. */
  214. .module {
  215.     font-size:    10px;
  216.     text-align:   left;
  217. }
  218.  
  219. /* 
  220. Links in modules 
  221. */
  222. .linkmodule {
  223.     font-size:    11px;
  224.     color:   #2255aa;
  225.     text-decoration:   none;
  226. }
  227.  
  228. .linkmodule:hover {
  229.     font-size:    11px;
  230.     color:   #000000;
  231.     text-decoration:   none;
  232.     background:   #f1f1c9;
  233. }
  234.  
  235. /* 
  236. Now the boxes for the rest of Tiki (non-modules 
  237. */
  238. div.cbox {
  239.     background:    #f1f1c9;
  240.     margin-top:   4px;
  241.     margin-bottom:   0px;
  242.     padding-bottom:   10px;
  243.     overflow:   hidden;
  244.     width:   100%;
  245. }
  246.  
  247. /* 
  248. Boxes are divided in title and data, this is the title 
  249. */
  250. div.cbox-title {
  251.     border-bottom:    1px dashed #b1b299;
  252.     font-size:   10px;
  253.     overflow:   hidden;
  254.     text-align:   left;
  255.     padding-left:   10px;
  256.     padding-right:   0px;
  257.     margin-bottom:   0px;
  258.     width:   100%;
  259. }
  260.  
  261. /* 
  262. When there's a link in a cbox-title 
  263. */
  264. .cboxtlink {
  265.     font-size:    11px;
  266.     color:   #2255aa;
  267.     text-decoration:   none;
  268. }
  269.  
  270. .cboxtlink:hover {
  271.     font-size:    11px;
  272.     color:   #000000;
  273.     background-color:   #f1f1c9;
  274. }
  275.  
  276. /* 
  277. And this is the data 
  278. */
  279. div.cbox-data {
  280.     overflow:    hidden;
  281.     font-size:   11px;
  282.     color:   black;
  283.     width:   100%;
  284. }
  285.  
  286. /* 
  287. Some boxes are identified by an ID, for example the  
  288. boxes in the main application menu, we set display to
  289. none to make the menu appear collapsed initially, 
  290. change this to 'block' if you want it to be extended fully 
  291. */
  292.  
  293. /* 
  294. Menus
  295. */
  296.  
  297. /* 
  298. Separators are used to sepparate menu areas in the application 
  299. menu and user created menus
  300. */
  301. div.separator {
  302.     font-size:    10px;
  303.     margin-top:   4px;
  304.     margin-bottom:   2px;
  305.     padding-bottom:   2px;
  306.     border-bottom:   1px dashed #777750;
  307.     width:   100%;
  308. }
  309.  
  310. /* 
  311. Links in menus 
  312. */
  313. .linkmenu, .rsslink {
  314.     font-size:    11px;
  315.     color:   #2255aa;
  316.     text-decoration:   none;
  317. }
  318.  
  319. .linkmenu:hover, .rsslink:hover {
  320.     font-size:    11px;
  321.     color:   black;
  322.     background:   #f1f1c9;
  323. }
  324. /* style for rss lists in modules or in wiki */
  325. .rsslist {
  326.   background-color: #ffffff;
  327.   margin: 0;
  328.   margin-right: 10px;
  329.   padding: 1px;
  330.   border: 1px solid #dadac9;
  331. }
  332. .rssitem {
  333.   padding: 1px 6px 1px 6px;
  334.   border-top: 1px dashed #dadac9;
  335.   margin-left: 15px;
  336. }
  337. .rssitem:first-child {
  338.   border-top: 0;
  339. }
  340. .rssdate {
  341.   color: #999999;
  342.   font-style: italic;
  343. }
  344.  
  345.  
  346. /* 
  347. Links to extend/collapse menus 
  348. */
  349. .separator {
  350.     font-size:    10px;
  351.     color:   #595930;
  352.     text-decoration:   none;
  353. }
  354.  
  355. .separator:hover {
  356.     font-size:    10px;
  357.     color:   black;
  358.     background:   #f1f1c9;
  359.     text-decoration:   none;
  360. }
  361.  
  362. /* 
  363. Links to collapse menus for example the main menu 
  364. can be completely collapsed
  365. */
  366. .flip {
  367.     font-size:    10px;
  368.     color:   black;
  369.     text-decoration:   none;
  370. }
  371.  
  372. .flip:active {
  373.     font-size:    13px;
  374.     font-weight:   bold;
  375. }
  376.  
  377. .flip:hover {
  378.     color:    #000000;
  379.     background:   #f1f1c9;
  380.     text-decoration:   none;
  381. }
  382.  
  383. /* 
  384. Banners of type text (textadds) are displayed 
  385. as links using the following style 
  386. */
  387. .bannertext {
  388.     font-size:    10px;
  389.     text-decoration:   none;
  390. }
  391.  
  392. .bannertext:hover {
  393.     font-size:    10px;
  394.     text-decoration:   none;
  395. }
  396.  
  397. /* 
  398. Some boxes uses thumbnails this is the image style 
  399. */
  400. div.imagerank {
  401.     margin-bottom:    10px;
  402.     margin-top:   10px;
  403. }
  404.  
  405. /* 
  406. A simple box is just a div with a border around and 
  407. some margin. used for example in the admin screen 
  408. */
  409. div.simplebox {
  410.     margin-top:    5px;
  411.     margin-bottom:   5px;
  412.     padding-left:   2px;
  413.     padding-top:   2px;
  414.     padding-bottom:   2px;
  415.     padding-right:   2px;
  416.     color:   black;
  417.     border:   1px solid #777750;
  418.     background:   #f1f1c9;
  419.     width:   100%;
  420.     font-size:   10px;
  421. }
  422.  
  423. /* 
  424. Prevent forms from generating unwanted padding or margins 
  425. */
  426. FORM {
  427.     margin:    0px 0px 0px 0px;
  428.     padding-bottom:   0px;
  429.     padding-left:   0px;
  430.     padding-right:   0px;
  431.     padding-top:   0px;
  432. }
  433.  
  434. /* 
  435. General form elements 
  436. */
  437. input, select {
  438.     color:    #000000;
  439.     background-color:   #f1f1c9;
  440.     font:   normal 10px Verdana, Arial, Helvetica, sans-serif;
  441.     border:   1px solid #999970;
  442. }
  443.  
  444. textarea {
  445.     color:    #000000;
  446.     background-color:   #f1f1c9;
  447.     border:   1px solid #999970;
  448.     font:   normal 12px fixed, courier, monospace;
  449. }
  450.  
  451. input {
  452.     text-indent: 2px;
  453. }
  454.  
  455. input[type = submit] {
  456.     background-color:    #b1b299;
  457.     border:   1px solid #595930;
  458.     text-indent:   0;
  459. }
  460.  
  461. input[type = submit]:hover {
  462.     color:    #000000;
  463.     background-color:   #f1f1c9;
  464.     border:   1px solid #2255aa;
  465. }
  466. /* 
  467. General tables
  468.  
  469. These styles apply to tables used to display common 
  470. listings such as the wiki page listing, last changes,
  471. listings in admin screens, etc. 
  472. */
  473.  
  474. /* 
  475. Cells where nothing is specified 
  476. */
  477. TD {
  478.     vertical-align: top;
  479. }
  480.  
  481. /* 
  482. Cells in forms without background color 
  483. (inside a div for example) 
  484. */
  485. TD.form {
  486.     font-size:    11px;
  487.     vertical-align:   top;
  488.     text-align:   left;
  489. }
  490.  
  491. /* 
  492. Cells in forms using a background color 
  493. */
  494. TD.formcolor, td.galform, td.editblogform, td.editfgalform, TD.comform, td.forumform {
  495.     background:    #d1d2a9;
  496.     font-size:   11px;
  497.     vertical-align:   top;
  498.     text-align:   left;
  499. }
  500.  
  501. /* 
  502. The table 
  503. */
  504. table.listgallery, table.creategalform, TABLE.normal, table.gallerylisting, table.bloglist, table.editblogform, table.editfgalform,
  505.     table.listfgal, table.listfiles, table.listarticles, table.forumstable, table.forumformtable, table.viewthread {
  506.     border-color:    #777750;
  507.     border-style:   solid;
  508.     border-width:   1px;
  509.     width:   100%;
  510. }
  511.  
  512. TABLE.normalnoborder {
  513.     width: 100%;
  514. }
  515.  
  516. /* 
  517. Table headings 
  518. */
  519. TD.heading, td.gallistheading, td.listgalheading, td.bloglistheading, td.listfgalheading, td.listfilesheading, td.listartheading,
  520.     td.forumheading, td.thead {
  521.     font-size:    11px;
  522.     font-weight:   bold;
  523.     padding-left:   2px;
  524.     padding-right:   5px;
  525.     border-bottom:   1px dashed #777750;
  526. }
  527.  
  528. TD.button {
  529.     font-size:    11px;
  530.     font-weight:   bold;
  531.     padding-left:   2px;
  532.     padding-right:   5px;
  533.     border-bottom:   1px dashed #777750;
  534.     text-align:   center;
  535.     vertical-align:   middle;
  536. }
  537.  
  538. /* 
  539. Links to view an object from a table listing objects can be generalized to this link 
  540. */
  541. a.tablename, a.galname, a.imagename, a.blogname, a.fgalname, a.artname, a.forumname {
  542.     font-weight:    bold;
  543.     font-size:   12px;
  544.     letter-spacing:   1px;
  545.     text-decoration:   none;
  546. }
  547.  
  548. a.tablename:active, a.galname:active, a.imagename:active, a.blogname:active, a.fgalname:active, a.artname:active,
  549.     a.forumname:active {
  550.     text-decoration: none;
  551. }
  552.  
  553. a.tablename:hover, a.galname:hover, a.imagename:hover, a.blogname:hover, a.fgalname:hover, a.artname:hover, a.forumname:hover {
  554.     text-decoration: underline;
  555. }
  556.  
  557. /* 
  558. Links in table headings 
  559. */
  560. .tableheading, .gallistheading, .listgalheading, .bloglistheading, .llisfgalheading, .llistfileslink, .llistart, .lforumheading {
  561.     font-size:    11px;
  562.     font-weight:   bold;
  563.     text-decoration:   none;
  564. }
  565.  
  566. .tableheading:active, .gallistheading:active, .listgalheading:active, .bloglistheading:active, .llisfgalheading:active, .
  567.     llistfileslink:active, .llistart:active, .lforumheading:active {
  568.     font-size:    11px;
  569.     font-weight:   bold;
  570.     text-decoration:   none;
  571. }
  572.  
  573. .tableheading:hover, .gallistheading:hover, .listgalheading:hover, .bloglistheading:hover, .llisfgalheading:hover, .
  574.     llistfileslink:hover, .llistart:hover, .lforumheading:hover {
  575.     font-size:    11px;
  576.     font-weight:   bold;
  577.     text-decoration:   none;
  578. }
  579.  
  580. /* 
  581. When a find button is provided for a listing the table 
  582. form is displayed in a table with the following style 
  583. */
  584. table.findtable {
  585.     width:    100%;
  586.     margin-bottom:   20px;
  587.     padding-bottom:   10px;
  588. }
  589.  
  590. td.findtable {
  591.     font-size: 11px;
  592. }
  593.  
  594. /* 
  595. Odd rows in several listings 
  596. */
  597. TD.odd, td.gallistnameodd, td.gallistdescriptionodd, td.gallistcreatedodd, td.gallistlastModifodd, td.gallistuserodd,
  598.     td.gallistimagesodd, td.gallisthitsodd, td.gallistactionsodd, td.listgalidodd, td.listgalnameodd, td.listgalcreatedodd,
  599.     td.listgalhitsodd, td.listgaluserodd, td.listgalfilesizeodd, td.bloglistnameodd, td.bloglistdescriptionodd,
  600.     td.bloglistcreatedodd, td.bloglistlastModifodd, td.bloglistuserodd, td.bloglistpublicodd, td.bloglistpostsodd,
  601.     td.bloglistvisitsodd, td.bloglistactivityodd, td.bloglistactionsodd, td.listfgalnameodd, td.listfgaldescriptionodd,
  602.     td.listfgalcreatedodd, td.listfgallastModifodd, td.listfgaluserodd, td.listfgalfilesodd, td.listfgalvisitsodd,
  603.     td.listfgalactionsodd, td.listfilesnameodd, td.listfilesdescriptionodd, td.listfilesidodd, td.listfilesfilenameodd,
  604.     td.listfilesfilesizeodd, td.listfilescreatedodd, td.listfilesdlsodd, td.listfilesnameodd, td.listfilesuserodd,
  605.     td.listfilesactionsodd, td.listarttitleodd, td.listarttopicodd, td.listartpublishDateodd, td.listartauthorodd,
  606.     td.listartreadsodd, td.listarthasimageodd, td.listartuseimageodd, td.listartactionsodd, td.listartsizeodd, td.forumstableodd,
  607.     td.forumstableinfoodd, td.topictitleodd, td.topicrepliesodd, td.topicreadsodd, td.topicscoreodd, td.topiclastpostodd,
  608.     td.topicauthorodd {
  609.     font-size:    12px;
  610.     background-color:   #d9d9b0;
  611.     vertical-align:   top;
  612.     text-align:   left;
  613. }
  614.  
  615. /* 
  616. Even rows in several listings 
  617. */
  618. TD.even, td.gallistnameeven, td.gallistdescriptioneven, td.gallistcreatedeven, td.gallistlastModifeven, td.gallistusereven,
  619.     td.gallistimageseven, td.gallisthitseven, td.gallistactionseven, td.listgalideven, td.listgalnameeven, td.listgalcreatedeven,
  620.     td.listgalhitseven, td.listgalusereven, td.listgalfilesizeeven, td.bloglistnameeven, td.bloglistdescriptioneven, td.bloglistcreatedeven, td.bloglistlastModifeven, td.bloglistusereven, td.bloglistpubliceven, td.bloglistpostseven, td.bloglistvisitseven, td.bloglistactivityeven, td.bloglistactionseven, td.listfgalnameeven, td.listfgaldescriptioneven, td.listfgalcreatedeven, td.listfgallastModifeven, td.listfgalusereven, td.listfgalfileseven, td.listfgalvisitseven, td.listfgalactionseven, td.listfilesnameeven, td.listfilesdescriptioneven, td.listfilesideven, td.listfilesfilenameeven, td.listfilesfilesizeeven, td.listfilescreatedeven, td.listfilesdlseven, td.listfilesnameeven, td.listfilesusereven, td.listfilesactionseven, td.listarttitleeven, td.listarttopiceven, td.listartpublishDateeven, td.listartauthoreven, td.listartreadseven, td.listarthasimageeven, td.listartuseimageeven, td.listartactionseven, td.listartsizeeven, td.forumstableeven, td.forumstableinfoeven, td.topictitleeven, td.topicreplieseven, td.topicreadseven, td.topicscoreeven, td.topiclastposteven, td.topicauthoreven {
  621.     font-size:    12px;
  622.     background-color:   #d1d2a9;
  623.     vertical-align:   top;
  624.     text-align:   left;
  625. }
  626.  
  627. TD.odddark {
  628.     font-size:    12px;
  629.     color:   Black;
  630.     background-color:   #e1e2b9;
  631.     vertical-align:   top;
  632.     text-align:   left;
  633. }
  634.  
  635. TD.evendark {
  636.     font-size:    12px;
  637.     color:   Black;
  638.     background-color:   #b1b299;
  639.     vertical-align:   top;
  640.     text-align:   left;
  641. }
  642.  
  643. TD.third {
  644.     font-size:    12px;
  645.     color:   Black;
  646.     background-color:   #d1d2a9;
  647.     vertical-align:   top;
  648.     text-align:   left;
  649. }
  650.  
  651. /* 
  652. Titles 
  653. */
  654.  
  655. /* 
  656. When the page title is a link this is the style 
  657. */
  658. .pagetitle, .forumspagetitle {
  659.     font-weight:    bold;
  660.     font-size:   18px;
  661.     font-family:   Arial, Helvetica, sans-serif;
  662.     color:   #595930;
  663. }
  664.  
  665. a.pagetitle, a.forumspagetitle {
  666.     font-weight:    bold;
  667.     font-size:   18px;
  668.     font-family:   Arial, Helvetica, sans-serif;
  669.     text-decoration:   none;
  670.     color:   #595930;
  671. }
  672.  
  673. a.pagetitle:hover, a.forumspagetitle:hover {
  674.     font-weight:    bold;
  675.     font-size:   18px;
  676.     font-family:   Arial, Helvetica, sans-serif;
  677.     text-decoration:   underline;
  678.     color:   black;
  679.     background-color:   #f1f1c9;
  680. }
  681.  
  682. /* 
  683. Non-linking titles (three levels) 
  684. */
  685. H1, H2, H3 {
  686.     font-family:    Arial, Helvetica, sans-serif;
  687.     color:   #595930;
  688.     padding-left:   10px;
  689.     padding-right:   10px;
  690. }
  691.  
  692. .wikitext H1, .wikitext H2, .wikitext H3 {
  693.     font-weight:    bold;
  694.     margin:   0;
  695.     margin-top:   7px;
  696.     padding-left:   0px;
  697.     padding-right:   0px;
  698. }
  699.  
  700. .wikitext H1 {
  701.     font-size:    18px;
  702.     color:   #595930;
  703. }
  704.  
  705. .wikitext H2 {
  706.     font-size:    16px;
  707.     color:   #696940;
  708. }
  709.  
  710. .wikitext H3 {
  711.     font-size:    14px;
  712.     color:   #797950;
  713. }
  714. /* 
  715. Links where no special link style apply 
  716. (usually with the general application background)
  717. */
  718. .link, .gallink, .bloglink, .fgallink, .trailer, .opencomlink, .commentslink, .admlink, .forumbutlink {
  719.     font-size:    11px;
  720.     color:   #2255aa;
  721.     text-decoration:   none;
  722. }
  723.  
  724. .link:hover, .gallink:hover, .bloglink:hover, .fgallink:hover, .trailer:hover, .opencomlink:hover, .commentslink:hover, .admlink:hover, .forumbutlink:hover {
  725.     font-size:    11px;
  726.     color:   black;
  727.     background-color:   #f1f1c9;
  728. }
  729.  
  730. /* 
  731. Search results display a date using the following style
  732. */
  733. div.searchdate {
  734.     font-size:    10px;
  735.     color:   #333333;
  736. }
  737.  
  738. /* 
  739. Pagination for listings 
  740. */
  741. .mini {
  742.     font-size:    10px;
  743.     color:   333300;
  744. }
  745.  
  746. /* 
  747. prev & next buttons in pagination 
  748. */
  749. .prevnext, .galprevnext, .blogprevnext, .fgalprevnext, .artprevnext, .forumprevnext {
  750.     font-size:    12px;
  751.     color:   333300;
  752. }
  753.  
  754. .prevnext:hover, .galprevnext:hover, .blogprevnext:hover, .fgalprevnext:hover, .artprevnext:hover, .forumprevnext:hover {
  755.     font-size:    12px;
  756.     color:   black;
  757.     background-color:   #f1f1c9;
  758. }
  759.  
  760. /* 
  761. Warning background/color 
  762. */
  763. span.warn {
  764.     color: red;
  765. }
  766.  
  767. /*
  768. THE WIKI 
  769. */
  770. div.titlebar {
  771.     background:    #B5A58C;
  772.     color:   white;
  773.     border:   1px solid white;
  774.     padding-left:   1px;
  775.     padding-right:   1px;
  776.     padding-top:   1px;
  777.     padding-bottom:   1px;
  778.     margin:   1px 1px;
  779.     width:   99%;
  780.     clear:   both;
  781.     font-weight:   bold;
  782. }
  783.  
  784. /* 
  785. The bar where the actions for a page are displayed 
  786. */
  787. DIV#page-bar {
  788.     margin-left: 0px;
  789. }
  790.  
  791. /* 
  792. Wiki action buttons (the buttons displayed at the 
  793. end of each page to edit/print/remove/etc a page 
  794. */
  795. div.button2 {
  796.     border-top:    1px dashed #777750;
  797.     font-size:   10px;
  798.     margin:   0;
  799.     margin-right:   10px;
  800. }
  801.  
  802. /* 
  803. Links in buttons 
  804. */
  805. .linkbut {
  806.     padding-left:    5px;
  807.     padding-right:   5px;
  808.     padding-top:   2px;
  809.     padding-bottom:   2px;
  810.     font-size:   11px;
  811.     color:   #2255aa;
  812.     text-decoration:   none;
  813. }
  814.  
  815. .linkbut:hover {
  816.     border-top:    1px solid #595930;
  817.     font-size:   11px;
  818.     color:   black;
  819.     background-color:   #f1f1c9;
  820. }
  821.  
  822. div.button2top {
  823.     border-bottom:    1px dashed #777750;
  824.     display:   inline;
  825.     font-size:   10px;
  826.     margin:   0;
  827.     margin-right:   10px;
  828. }
  829.  
  830. .linkbuttop {
  831.     padding-left:    5px;
  832.     padding-right:   5px;
  833.     padding-top:   2px;
  834.     padding-bottom:   2px;
  835.     font-size:   11px;
  836.     color:   #2255aa;
  837.     text-decoration:   none;
  838. }
  839.  
  840. .linkbuttop:hover {
  841.     border-bottom:    1px solid #595930;
  842.     font-size:   11px;
  843.     color:   black;
  844.     background-color:   #f1f1c9;
  845. }
  846.  
  847. /* 
  848. When a cached version of an external link is displayed 
  849. */
  850. div.cache {
  851.     background:    #f1f1c9;
  852.     border:   1px solid black;
  853.     padding-left:   0.1em;
  854.     padding-right:   0.1em;
  855.     padding-top:   0.1em;
  856.     padding-bottom:   0.1em;
  857.     margin:   0.1ex 0px;
  858.     width:   100%;
  859. }
  860.  
  861. div.cachedpage {
  862.     border:    1px solid black;
  863.     padding-left:   0.1em;
  864.     padding-right:   0.1em;
  865.     padding-top:   0.1em;
  866.     padding-bottom:   0.1em;
  867.     margin:   0.1ex 0px;
  868.     width:   100%;
  869. }
  870.  
  871. /* 
  872. When an external link is cached a small link to the 
  873. cached version (cache) is displayed using this style 
  874. */
  875. .wikicache {
  876.     font-size:    8px;
  877.     color:   #595959;
  878.     text-decoration:   none;
  879. }
  880.  
  881. .wikicache:hover {
  882.     font-size:    8px;
  883.     color:   #000000;
  884.     background-color:   #f1f1c9;
  885. }
  886.  
  887. table.wikitable {
  888.     border: 1px solid #777750;
  889. }
  890.  
  891. td.wikicell {
  892.     background-color: #e1e2b9;
  893. }
  894.  
  895. /* 
  896. Text in wiki pages is displayed using the following style 
  897. */
  898. div.wikitext {
  899.     background-color:    #f1f1c9;
  900.     font-size:   12px;
  901.     padding-left:   10px;
  902.     padding-right:   10px;
  903.     padding-top:   3px;
  904.     padding-bottom:   3px;
  905.     margin-left:   0px;
  906.     margin-right:   0px;
  907.     margin-top:   1px;
  908.     margin-bottom:   1px;
  909.     width:   100%;
  910.     clear:   both;
  911. }
  912.  
  913. /* 
  914. Links to wiki pages 
  915. */
  916. .wiki {
  917.     color:    #2255aa;;
  918.     text-decoration:   none;
  919. }
  920.  
  921. .wiki:hover {
  922.     color:    black;
  923.     background-color:   #ffffff;
  924. }
  925.  
  926. hr {
  927.     size:    1px;
  928.     border:   0;
  929.     display:   none;
  930. }
  931. /* 
  932. Date displayed for last modification date of pages 
  933. */
  934. .editdate {
  935.     font-size:    smaller;
  936.     text-align:   right;
  937.     margin-bottom:   -18px;
  938.     margin-top:   0px;
  939.     padding-left:   10px;
  940.     padding-right:   10px;
  941.     color:   #777750;
  942.     background:   #d1d2a9;
  943.     font-family:   Helvetica, Arial, sans-serif;
  944. }
  945. /*
  946.  
  947. */
  948. .toptitledesc {
  949.     font-size:    smaller;
  950.     padding-left:   10px;
  951.     color:   #333300;
  952.     background:   #d1d2a9;
  953.     font-family:   Helvetica, Arial, sans-serif;
  954. }
  955.  
  956. /* 
  957. The edit-help used to display the wiki 
  958. syntax when editing a page 
  959. */
  960. div.wiki-edithelp {
  961.     background:    #f1f1c9;
  962.     border:   1px solid black;
  963.     width:   94%;
  964.     font-size:   smaller;
  965.     padding:   6pt;
  966. }
  967.  
  968. /*
  969. IMAGE GALLERIES 
  970. */
  971. TABLE.galtable {
  972.         border-collapse: collapse;
  973.         width: 100%;
  974. }
  975.  
  976. /* 
  977. Gallery description 
  978. */
  979. div.galdesc {
  980.     border:    1px solid black;
  981.     padding-left:   0.8em;
  982.     padding-right:   0.8em;
  983.     padding-top:   0.5em;
  984.     padding-bottom:   0.5em;
  985.     margin:   0.5ex 0px;
  986.     width:   100%;
  987.     clear:   both;
  988. }
  989.  
  990. /* 
  991. Container for the whole gallery 
  992. */
  993. div.browsegallery {
  994.     width: 100%;
  995. }
  996.  
  997. /* 
  998. You can set a different background color 
  999. for odd and even rows in the thumbnails table 
  1000. */
  1001.  
  1002. /* 
  1003. Thumbnails in odd rows are shown inside oddthumb tds 
  1004. */
  1005. TD.oddthumb {
  1006.     background: #c1c299;
  1007. }
  1008.  
  1009. TD.eventhumb {
  1010.     background: #d1d2a9;
  1011. }
  1012.  
  1013. /* 
  1014. Gallery Title 
  1015. */
  1016. div.gallerytitle {
  1017.     font-weight:    bold;
  1018.     font-size:   18px;
  1019.     font-family:   Arial, Helvetica, sans-serif;
  1020.     color:   black;
  1021. }
  1022.  
  1023. div.adminoptions {
  1024.     margin-top:    5px;
  1025.     margin-bottom:   5px;
  1026.     padding-top:   10px;
  1027.     padding-bottom:   10px;
  1028. }
  1029.  
  1030. div.sortoptions {
  1031.     margin-top:    5px;
  1032.     margin-bottom:   5px;
  1033.     padding-top:   10px;
  1034.     padding-bottom:   10px;
  1035. }
  1036.  
  1037. span.sorttitle {
  1038. }
  1039.  
  1040. span.sortoptions {
  1041. }
  1042.  
  1043. /* 
  1044. Container for thumbnails 
  1045. */
  1046. div.thumbnails {
  1047.     border:    1px solid Black;
  1048.     margin-top:   10px;
  1049.     margin-bottom:   10px;
  1050. }
  1051.  
  1052. /* 
  1053. Thumbnails images 
  1054. */
  1055. img.athumb {
  1056.     border: 1px solid Silver;
  1057. }
  1058.  
  1059. .caption {
  1060. }
  1061.  
  1062. /* 
  1063. No records found text  
  1064. (displayed in the table when no records) 
  1065. */
  1066. p.norecords {
  1067.     font-weight: bold;
  1068. }
  1069.  
  1070. /* 
  1071. Browsing an image 
  1072. */
  1073. table.imageinfo {
  1074.     border-color:    black;
  1075.     border-style:   solid;
  1076.     border-width:   1px;
  1077.     width:   100%;
  1078. }
  1079.  
  1080. td.imageinfo {
  1081.     font-size:    12px;
  1082.     color:   Black;
  1083.     background-color:   #DED6C6;
  1084.     vertical-align:   top;
  1085.     text-align:   left;
  1086. }
  1087.  
  1088. /* 
  1089. The whole container for the browse image screen (may be useful for a fancy background) 
  1090. */
  1091. div.browseimage {
  1092.     width: 100%;
  1093. }
  1094.  
  1095. div.imagetitle {
  1096.     font-weight:    bold;
  1097.     font-size:   26px;
  1098.     font-family:   Arial, Helvetica, sans-serif;
  1099.     color:   black;
  1100. }
  1101.  
  1102. div.gallerylink {
  1103. }
  1104.  
  1105. div.showimage {
  1106.     text-align:    center;
  1107.     margin-top:   5px;
  1108.     margin-bottom:   5px;
  1109. }
  1110.  
  1111. div.imageinfo {
  1112.     text-align:    center;
  1113.     margin-top:   10px;
  1114.     margin-bottom:   10px;
  1115. }
  1116.  
  1117. td.imageinfo {
  1118. }
  1119.  
  1120. table.tableinfo {
  1121.     text-align: center;
  1122. }
  1123.  
  1124. div.linksinfo {
  1125.     font-size:    9px;
  1126.     color:   Black;
  1127.     text-align:   center;
  1128.     border:   1px solid black;
  1129.     margin-top:   10px;
  1130.     margin-bottom:   10px;
  1131. }
  1132.  
  1133. /******************************************************* WEBLOGS **********************************************************/
  1134.  
  1135. /* The header of a weblog post */
  1136. div.posthead {
  1137.     background-color:    #f1f1c9;
  1138.     font-size:   12px;
  1139.     font-weight:   bold;
  1140.     overflow:   hidden;
  1141.     border-bottom:   1px dashed #777750;
  1142.     text-align:   center;
  1143.     padding-left:   0px;
  1144.     padding-right:   0px;
  1145.     margin-bottom:   0px;
  1146. }
  1147.  
  1148. /* The font used in the heading of the weblog */
  1149. span.posthead {
  1150.     color:    #333300;
  1151.     font-weight:   bold;
  1152. }
  1153.  
  1154. /* Links in the weblog post heading (edit/remove) */
  1155. /* When there's a link in a cbox-title */
  1156. .blogt {
  1157. }
  1158.  
  1159. .blogt:active {
  1160. }
  1161.  
  1162. .blogt:hover {
  1163. }
  1164.  
  1165. /* The post body */
  1166. div.postbody {
  1167.     overflow:    hidden;
  1168.     font-size:   11px;
  1169.     color:   #333300;
  1170.     padding-left:   5px;
  1171.     padding-top:   5px;
  1172.     padding-bottom:   5px;
  1173.     margin-bottom:   10px;
  1174. }
  1175.  
  1176. /* The weblog title */
  1177. div.blogtitle {
  1178.     color:    #595930;
  1179.     font-weight:   bold;
  1180.     font-size:   18px;
  1181.     padding-left:   2px;
  1182.     padding-right:   5px;
  1183.     margin-top:   10px;
  1184.     border-bottom:   0px;
  1185. }
  1186.  
  1187. /* The weblog information */
  1188. div.bloginfo {
  1189.     padding-left:    0.8em;
  1190.     padding-right:   0.8em;
  1191.     padding-top:   0.1em;
  1192.     padding-bottom:   0.5em;
  1193.     margin-bottom:   10px;
  1194.     font-size:   11px;
  1195.     clear:   both;
  1196. }
  1197.  
  1198. /* Weblog description */
  1199. div.blogdesc {
  1200.     padding-left:    0.8em;
  1201.     padding-right:   0.8em;
  1202.     padding-top:   0.1em;
  1203.     padding-bottom:   0.1em;
  1204.     margin-bottom:   10px;
  1205.     font-size:   11px;
  1206.     clear:   both;
  1207. }
  1208.  
  1209. /* Links to post/edit/rss feed for the webelog are contained inside this div */
  1210. div.blogtools {
  1211.     padding-left:    0.8em;
  1212.     padding-right:   0.8em;
  1213.     padding-top:   0.1em;
  1214.     padding-bottom:   0.1em;
  1215.     margin-bottom:   10px;
  1216.     font-size:   10px;
  1217.     clear:   both;
  1218. }
  1219.  
  1220. /**************************************************** FILE GALLERIES ****************************************************/
  1221.  
  1222. /* Listing contents of a file gallery (listing files) */
  1223. div.fgaldesc {
  1224.     padding-left:    0.8em;
  1225.     padding-right:   0.8em;
  1226.     padding-top:   0.5em;
  1227.     padding-bottom:   0.5em;
  1228.     margin:   0.5ex 0px;
  1229.     width:   100%;
  1230.     clear:   both;
  1231. }
  1232.  
  1233. /****************************************************** CMS ***************************************************************/
  1234.  
  1235. /* The article title bar */
  1236. div.articletitle {
  1237.     color:    #595930;
  1238.     font-size:   11px;
  1239.     font-weight:   bold;
  1240.     padding-left:   0.8em;
  1241.     padding-right:   0.8em;
  1242.     padding-top:   0.5em;
  1243.     padding-bottom:   0.5em;
  1244.     margin-top:   3px;
  1245.     clear:   both;
  1246. }
  1247.  
  1248. /* The article heading */
  1249. div.articleheading {
  1250.     border-top:    1px dashed #777750;
  1251.     padding-left:   0.8em;
  1252.     padding-right:   0.8em;
  1253.     padding-top:   0.5em;
  1254.     padding-bottom:   0.5em;
  1255.     border-bottom:   0px;
  1256.     font-size:   11px;
  1257.     clear:   both;
  1258. }
  1259.  
  1260. div.articletrailer {
  1261.     border-top:    1px dashed #999999;
  1262.     padding-left:   0.8em;
  1263.     padding-right:   0.8em;
  1264.     padding-top:   0.1em;
  1265.     padding-bottom:   0.1em;
  1266.     margin-bottom:   10px;
  1267.     font-size:   9px;
  1268.     text-align:   right;
  1269.     clear:   both;
  1270. }
  1271.  
  1272. /* Text in the article heading */
  1273. div.articleheadingtext {
  1274.     font-size: 12px;
  1275.     display: inline;
  1276. }
  1277.  
  1278. /* The body */
  1279. div.articlebody {
  1280.     background:    #f1f1c9;
  1281.     padding-left:   0.8em;
  1282.     padding-right:   0.8em;
  1283.     padding-top:   0.5em;
  1284.     padding-bottom:   0.5em;
  1285.     margin:   10px 0px;
  1286.     font-size:   12px;
  1287.     clear:   both;
  1288. }
  1289.  
  1290. /* The article title */
  1291. span.titlea {
  1292.     font-size:    18px;
  1293.     font-weight:   bold;
  1294. }
  1295.  
  1296. /* The author, date and number of reads */
  1297. span.titleb {
  1298.     font-size:    10px;
  1299.     font-weight:   normal;
  1300. }
  1301.  
  1302. /* The trailer */
  1303. span.trailer {
  1304.     font-size:    10px;
  1305.     font-weight:   bold;
  1306. }
  1307.  
  1308. /******************************************************* CALENDAR **********************************************************/
  1309.  
  1310. /* LINKS TO DAYS IN THE CALENDAR */
  1311. .day {
  1312.     font-size:    9px;
  1313.     text-decoration:   none;
  1314.     color:   black;
  1315. }
  1316.  
  1317. .day:active {
  1318.     font-size:    9px;
  1319.     text-decoration:   none;
  1320.     color:   black;
  1321. }
  1322.  
  1323. .day:hover {
  1324.     font-size:    9px;
  1325.     color:   black;
  1326.     background-color:   #f1f1c9;
  1327.     text-decoration:   none;
  1328. }
  1329.  
  1330. .day:link {
  1331.     font-size:    9px;
  1332.     text-decoration:   none;
  1333.     color:   black;
  1334. }
  1335.  
  1336. .day:visited {
  1337.     font-size:    9px;
  1338.     text-decoration:   none;
  1339.     color:   black;
  1340. }
  1341.  
  1342. /* LINKS FOR TODAY */
  1343. .today {
  1344.     font-size:    9px;
  1345.     color:   black;
  1346.     font-weight:   bold;
  1347.     text-decoration:   none;
  1348. }
  1349.  
  1350. .today:active {
  1351.     font-size:    9px;
  1352.     color:   black;
  1353.     font-weight:   bold;
  1354.     text-decoration:   none;
  1355. }
  1356.  
  1357. .today:hover {
  1358.     font-size:    9px;
  1359.     color:   black;
  1360.     text-decoration:   none;
  1361.     font-weight:   bold;
  1362.     background:   #f1f1c9;
  1363. }
  1364.  
  1365. /* Links to change month, year or go to today */
  1366. .nav {
  1367.     font-size:    9px;
  1368.     color:   black;
  1369.     font-weight:   bold;
  1370.     text-decoration:   none;
  1371. }
  1372.  
  1373. .nav:active {
  1374.     font-size:    9px;
  1375.     color:   black;
  1376.     font-weight:   bold;
  1377.     text-decoration:   none;
  1378. }
  1379.  
  1380. .nav:hover {
  1381.     font-size:    9px;
  1382.     color:   black;
  1383.     text-decoration:   none;
  1384.     font-weight:   bold;
  1385.     background:   #f1f1c9;
  1386. }
  1387.  
  1388. .changedate {
  1389.     font-size:    8px;
  1390.     background-color:   #f1f1c9;
  1391.     color:   black;
  1392.     font-weight:   bold;
  1393. }
  1394.  
  1395. .date {
  1396.     font-size:    9px;
  1397.     background-color:   #f1f1c9;
  1398.     color:   Black;
  1399.     font-weight:   bold;
  1400. }
  1401.  
  1402. /*************************************************** COMMENTS **************************************************************/
  1403.  
  1404. /* The whole comment area when it is visible and when it is not */
  1405. #comzone {
  1406.     display:    none;
  1407.     margin-left:   1px;
  1408.     margin-right:   1px;
  1409.     margin-top:   5px;
  1410.     margin-bottom:   5px;
  1411.     padding-left:   2px;
  1412.     padding-right:   2px;
  1413. }
  1414.  
  1415. #comzoneopen {
  1416.     display:    block;
  1417.     margin-left:   1px;
  1418.     margin-right:   1px;
  1419.     margin-top:   5px;
  1420.     margin-bottom:   5px;
  1421.     padding-left:   2px;
  1422.     padding-right:   2px;
  1423. }
  1424.  
  1425. /* Post comment form */
  1426. div.commentspost {
  1427.     display:    inherit;
  1428.     border:   1px solid black;
  1429.     margin-top:   10px;
  1430.     margin-right:   10px;
  1431.     padding-right:   0px;
  1432.     padding-top:   0px;
  1433.     padding-bottom:   0px;
  1434.     margin-bottom:   10px;
  1435.     width:   100%;
  1436. }
  1437.  
  1438. /* Help box*/
  1439. div.commentsedithelp {
  1440.     border:    1px solid black;
  1441.     font-size:   smaller;
  1442.     width:   100%;
  1443. }
  1444.  
  1445. /* The toolbar where the ordering number of comments and find box are found */
  1446. div.commentstoolbar {
  1447.     background:    #b1b299;
  1448.     color:   black;
  1449.     margin-bottom:   20px;
  1450.     width:   100%;
  1451.     padding-top:   2px;
  1452.     padding-left:   2px;
  1453. }
  1454.  
  1455. /* The comment title */
  1456. span.commentstitle {
  1457.     font-weight:    bold;
  1458.     font-size:   12px;
  1459.     width:   100%;
  1460. }
  1461.  
  1462. /* The comment */
  1463. div.commentscomment {
  1464.     font-size:    11px;
  1465.     margin-bottom:   20px;
  1466.     width:   100%;
  1467. }
  1468.  
  1469. /* The header for a comment */
  1470. div.commentheader {
  1471.     border-bottom:    1px dashed #777750;
  1472.     font-size:   11px;
  1473. }
  1474.  
  1475. /* The text */
  1476. div.commenttext {
  1477.     font-size:    11px;
  1478.     margin-left:   5px;
  1479. }
  1480.  
  1481. /* Links in the comment header */
  1482. .commentshlink {
  1483.     font-size:    11px;
  1484.     color:   black;
  1485.     text-decoration:   none;
  1486. }
  1487.  
  1488. .commentshlink:active {
  1489.     font-size:    11px;
  1490.     color:   black;
  1491.     text-decoration:   none;
  1492. }
  1493.  
  1494. .commentshlink:hover {
  1495.     font-size:    11px;
  1496.     color:   black;
  1497.     text-decoration:   underline;
  1498. }
  1499.  
  1500. /************************************************************ CHAT *********************************************************/
  1501. table.chatroom {
  1502.     border-color:    #595930;
  1503.     border-style:   solid;
  1504.     border-width:   2px;
  1505.     width:   100%;
  1506. }
  1507.  
  1508. td.chatchannels {
  1509.     background:    #e1e2b9;
  1510.     font-size:   11px;
  1511.     color:   black;
  1512. }
  1513.  
  1514. td.chatarea {
  1515.     padding-left:    0px;
  1516.     margin-left:   0px;
  1517.     font-size:   11px;
  1518.     color:   black;
  1519.     background:   #f1f1c9;
  1520. }
  1521.  
  1522. table.chatform {
  1523.     border-color:    #00639C;
  1524.     border-style:   solid;
  1525.     border-width:   2px;
  1526.     width:   100%;
  1527.     border-top:   0px;
  1528. }
  1529.  
  1530. td.tdchatform {
  1531.     color:    Black;
  1532.     background:   #d1d2a9;
  1533.     font-size:   11px;
  1534.     vertical-align:   top;
  1535.     text-align:   left;
  1536. }
  1537.  
  1538. span.chnormal {
  1539.     color:    red;
  1540.     font-size:   11px;
  1541. }
  1542.  
  1543. span.chuser {
  1544.     color:    blue;
  1545.     font-size:   11px;
  1546.     font-weight:   bold;
  1547. }
  1548.  
  1549. /********************************************************** POLLS ********************************************************/
  1550. div.pollresults {
  1551.     width:    100%;
  1552.     margin-top:   5px;
  1553.     font-size:   14px;
  1554.     padding-left:   5px;
  1555. }
  1556.  
  1557. table.pollresults {
  1558.     width: 100%;
  1559. }
  1560.  
  1561. td.pollr {
  1562.     font-size:    11px;
  1563.     color:   black;
  1564. }
  1565.  
  1566. /* MODULES */
  1567.  
  1568. /***************************************************** FORUMS *****************************************************/
  1569.  
  1570. /* Title for the forums page */
  1571. div.forumspagetitle {
  1572.     margin-top:    10px;
  1573.     margin-bottom:   40px;
  1574. }
  1575.  
  1576. table.threads {
  1577.     width: 100%;
  1578. }
  1579.  
  1580. td.viewthreadl {
  1581.     font-size:    11px;
  1582.     background-color:   #f1f1c9;
  1583.     height:   30px;
  1584.     vertical-align:   top;
  1585. }
  1586.  
  1587. td.viewthreadr {
  1588.     font-size:    11px;
  1589.     background-color:   #f1f1c9;
  1590.     height:   30px;
  1591.     vertical-align:   top;
  1592. }
  1593.  
  1594. /* Cells for the threads table */
  1595. td.threadsevenl {
  1596.     font-size:    12px;
  1597.     background-color:   #f1f1c9;
  1598.     vertical-align:   top;
  1599. }
  1600.  
  1601. td.threadsevenr {
  1602.     font-size:    13px;
  1603.     background-color:   #d1d2a9;
  1604.     vertical-align:   top;
  1605. }
  1606.  
  1607. td.threadsoddl {
  1608.     font-size:    12px;
  1609.     background-color:   #c1c299;
  1610.     vertical-align:   top;
  1611. }
  1612.  
  1613. td.threadsoddr {
  1614.     font-size:    13px;
  1615.     background-color:   #c1c299;
  1616.     vertical-align:   top;
  1617. }
  1618.  
  1619. td.threadseparator {
  1620.     background-color:    #d1d2a9;
  1621.     height:   5px;
  1622. }
  1623.  
  1624. #forumpost {
  1625.     display: none;
  1626. }
  1627.  
  1628. #forumpostopen {
  1629.     display: block;
  1630. }
  1631.  
  1632. div.forumtoolbar {
  1633.     width:    100%;
  1634.     margin-bottom:   20px;
  1635.     border:   0px;
  1636. }
  1637.  
  1638. td.forumtoolbar {
  1639.     color:    black;
  1640.     font-size:   11px;
  1641.     font-weight:   bold;
  1642.     text-decoration:   none;
  1643.     vertical-align:   bottom;
  1644. }
  1645.  
  1646. .toolbarlink {
  1647.     font-size:    11px;
  1648.     font-weight:   bold;
  1649.     text-decoration:   none;
  1650. }
  1651.  
  1652. .toolbarlink:active {
  1653.     font-size:    11px;
  1654.     font-weight:   bold;
  1655.     text-decoration:   none;
  1656. }
  1657.  
  1658. .toolbarlink:hover {
  1659.     font-size:    11px;
  1660.     font-weight:   bold;
  1661.     text-decoration:   none;
  1662. }
  1663.  
  1664. /* Links to vote */
  1665. .forumvotelink {
  1666.     font-size:    12px;
  1667.     color:   black;
  1668. }
  1669.  
  1670. .forumvotelink:active {
  1671.     font-size:    12px;
  1672.     color:   black;
  1673. }
  1674.  
  1675. .forumvotelink:hover {
  1676.     font-size:    12px;
  1677.     color:   black;
  1678. }
  1679.  
  1680. /************************************************ CATEGORIES **************************************************************/
  1681. table.tcategpath {
  1682.     margin-bottom:    40px;
  1683.     border-style:   solid;
  1684.     border-width:   1px;
  1685.     width:   100%;
  1686. }
  1687.  
  1688. /* Table containing the category path */
  1689. td.tdcategpath {
  1690.     font-size:    13px;
  1691.     font-weight:   bold;
  1692.     padding-left:   2px;
  1693.     margin:   0px;
  1694.     border-spacing:   0px;
  1695.     padding-right:   5px;
  1696. }
  1697.  
  1698. /* Links to up/top categories */
  1699. .categpath {
  1700.     font-size:    12px;
  1701.     text-decoration:   none;
  1702. }
  1703.  
  1704. /* Table with the subcategories */
  1705. table.subcats {
  1706.     padding-top:    20px;
  1707.     padding-bottom:   20px;
  1708.     width:   100%;
  1709.     border-spacing:   0px;
  1710.     padding-right:   0px;
  1711.     margin-bottom:   10px;
  1712. }
  1713.  
  1714. td.tdsubcat {
  1715.     width: 25%;
  1716. }
  1717.  
  1718. /* Links to subcategories */
  1719. .categlink {
  1720.     font-size:    11px;
  1721.     color:   black;
  1722.     text-decoration:   none;
  1723.     font-weight:   bold;
  1724. }
  1725.  
  1726. table.catobjects {
  1727.     width:    100%;
  1728.     border-spacing:   0px;
  1729.     padding-right:   0px;
  1730.     margin-bottom:   10px;
  1731. }
  1732.  
  1733. td.categobjectsnameeven, td.categobjectsnameodd {
  1734.     font-size:    11px;
  1735.     background-color:   #d1d2a9;
  1736. }
  1737.  
  1738. td.categobjectsdataeven, td.categobjectsdataodd {
  1739.     font-size:    11px;
  1740.     background-color:   #d1d2a9;
  1741. }
  1742.  
  1743. .catname {
  1744.     font-size:    11px;
  1745.     color:   black;
  1746.     text-decoration:   none;
  1747. }
  1748.  
  1749. /***************************************************** FAQS **************************************************************/
  1750. /* The list of questions */
  1751. div.faqlistquestions {
  1752.     color:    black;
  1753.     font-size:   11px;
  1754.     width:   100%;
  1755.     padding-top:   5px;
  1756.     padding-bottom:   5px;
  1757. }
  1758.  
  1759. /* Container for question-answer block */
  1760. div.faqqa {
  1761.     background:    #d1d2a9;
  1762.     color:   black;
  1763.     font-size:   12px;
  1764.     width:   100%;
  1765.     margin-bottom:   20px;
  1766.     padding-top:   5px;
  1767.     padding-bottom:   5px;
  1768.     padding-left:   5px;
  1769. }
  1770.  
  1771. /* The question */
  1772. div.faqquestion {
  1773.     margin-bottom:    5px;
  1774.     font-size:   12px;
  1775.     width:   100%;
  1776. }
  1777.  
  1778. /* The answer */
  1779. div.faqanswer {
  1780.     font-size:    12px;
  1781.     width:   100%;
  1782. }
  1783.  
  1784. /***************************************************** QUIZZES **************************************************************/
  1785. div.questionblock {
  1786.     margin-bottom: 10px;
  1787. }
  1788.  
  1789. div.quizquestion {
  1790.     font-size:    12px;
  1791.     margin-bottom:   5px;
  1792. }
  1793.  
  1794. div.quizoptions {
  1795.     font-size: 12px;
  1796. }
  1797.  
  1798. div.quizdescription {
  1799.     font-size:    12px;
  1800.     border:   1px solid black;
  1801.     margin-bottom:   10px;
  1802. }
  1803.  
  1804. div.quizanswer {
  1805.     font-size:    12px;
  1806.     border:   1px solid black;
  1807.     margin-bottom:   10px;
  1808. }
  1809.  
  1810. /***************************************************** SHOUTBOX **************************************************************/
  1811. div.shoutboxmsg {
  1812.     font-size:    12px;
  1813.     border:   1px solid black;
  1814.     background:   white;
  1815.     margin-bottom:   0px;
  1816.     padding-left:   2px;
  1817.     padding-right:   2px;
  1818.     padding-top:   1px;
  1819.     padding-bottom:   1px;
  1820. }
  1821.  
  1822. div.shoutboxmodmsg {
  1823.     font-size:    10px;
  1824.     margin-bottom:   4px;
  1825.     padding-left:   2px;
  1826.     padding-right:   2px;
  1827.     padding-top:   1px;
  1828.     padding-bottom:   1px;
  1829. }
  1830.  
  1831. textarea.tshoutbox {
  1832.     color:    #000000;
  1833.     font-size:   10px;
  1834.     width:   90%;
  1835. }
  1836.  
  1837. /*************************************************** WIKI TOCS ***************************************************/
  1838. div.tocnav {
  1839.     font-size:    10px;
  1840.     background:   #f1f1c9;
  1841.     padding-bottom:   5px;
  1842.     padding-top:   5px;
  1843.     margin-bottom:   2px;
  1844. }
  1845.  
  1846. .tocnavlink {
  1847.     color:    black;
  1848.     text-decoration:   none;
  1849. }
  1850.  
  1851. .tocnavlink:hover {
  1852.     color:    black;
  1853.     background-color:   #f1f1c9;
  1854.     text-decoration:   none;
  1855. }
  1856.  
  1857. /*************************************************** DIRECTORY ***************************************************/
  1858. /* The list of categories */
  1859. div.dircategs {
  1860.     border:    0.5px solid black;
  1861.     padding-bottom:   5px;
  1862.     padding-top:   5px;
  1863.     padding-left:   5px;
  1864. }
  1865.  
  1866. /* Links to categories */
  1867. .dirlink {
  1868.     font-size:    12px;
  1869.     color:   black;
  1870.     text-decoration:   underline;
  1871.     font-weight:   bold;
  1872. }
  1873.  
  1874. /* Links to subcategories */
  1875. .dirsublink {
  1876.     font-size:    10px;
  1877.     color:   black;
  1878.     text-decoration:   underline;
  1879. }
  1880.  
  1881. /* The list of sites in any category */
  1882. div.dirlistsites {
  1883.     padding-left:    5px;
  1884.     padding-top:   5px;
  1885.     padding-bottom:   10px;
  1886.     margin-top:   10px;
  1887.     width:   100%;
  1888. }
  1889.  
  1890. /* each site in the list of sites */
  1891. div.dirsite {
  1892.     margin-bottom: 10px;
  1893. }
  1894.  
  1895. span.dirsitedesc {
  1896. }
  1897.  
  1898. span.dirsitetrail {
  1899.     font-size: 10px;
  1900. }
  1901.  
  1902. span.dirsitecats {
  1903. }
  1904.  
  1905. /* Links to sites */
  1906. .dirsitelink {
  1907.     font-size:    11px;
  1908.     color:   black;
  1909. }
  1910.  
  1911. /* Related categories */
  1912. div.dirrelated {
  1913.     margin-top:    10px;
  1914.     padding-top:   5px;
  1915.     padding-bottom:   5px;
  1916.     padding-left:   5px;
  1917.     margin-left:   5px;
  1918. }
  1919.  
  1920. /* Footer with stats for the directory */
  1921. td.dirfooter {
  1922.     font-size: 9px;
  1923. }
  1924.  
  1925. div.dirfooter {
  1926.     margin-top:    10px;
  1927.     border:   1px solid black;
  1928. }
  1929.  
  1930. /*************************************************** MESSAGES ***************************************************/
  1931. /* Links for priority colors */
  1932. td.prio1 {
  1933.     font-size:    11px;
  1934.     padding-left:   2px;
  1935.     background-color:   #DAD0D0;
  1936. }
  1937.  
  1938. td.prio2 {
  1939.     font-size:    11px;
  1940.     padding-left:   2px;
  1941.     background-color:   #DAC0C0;
  1942. }
  1943.  
  1944. td.prio3 {
  1945.     font-size:    11px;
  1946.     padding-left:   2px;
  1947.     background-color:   #DABABA;
  1948. }
  1949.  
  1950. td.prio4 {
  1951.     font-size:    11px;
  1952.     padding-left:   2px;
  1953.     background-color:   #DAAAAA;
  1954. }
  1955.  
  1956. td.prio5 {
  1957.     font-size:    11px;
  1958.     padding-left:   2px;
  1959.     background-color:   #DA8A8A;
  1960. }
  1961.  
  1962. /* Div containing links to flag/unflag messages when reading a message */
  1963. div.messureadflag {
  1964.     background-color:    #CCCCCC;
  1965.     padding-left:   5px;
  1966. }
  1967.  
  1968. /* Header when reading a message */
  1969. div.messureadhead {
  1970.     background-color:    #DEDEDE;
  1971.     margin-top:   2px;
  1972. }
  1973.  
  1974. /* Message body when reading */
  1975. div.messureadbody {
  1976.     margin-top: 5px;
  1977. }
  1978.  
  1979. /* Links to read emails (the subject in the mailbox listing) */
  1980. .readlink {
  1981.     font-size: 10px;
  1982. }
  1983.  
  1984. /* calendar styles */
  1985. #calendar
  1986. {
  1987. width:100%;
  1988. }
  1989.  
  1990. .Cal0, .Cal1, .Cal2 {
  1991.     border-top:    1px dashed #cccccc;
  1992.     color:   #425262;
  1993.     font-size:   10px;
  1994.     padding-right:   0px;
  1995. }
  1996.  
  1997. .Cal0:before {
  1998.     content: "? ";
  1999. }
  2000.  
  2001. .Cal1:before {
  2002.     content:    "+ ";
  2003.     background-color:   #FFCC77;
  2004. }
  2005.  
  2006. .Cal2:before {
  2007.     content:    "X ";
  2008.     background-color:   #eeeeaa;
  2009. }
  2010. /* misc cal styles */
  2011. .caltitle {
  2012.     font-weight:    bold;
  2013.     color:   #425262;
  2014. }
  2015.  
  2016. .caltab {
  2017.     padding-left:    10px;
  2018.     padding-right:   10px;
  2019.     border-bottom:   1px dashed #777750;
  2020.     color:   #000000;
  2021. }
  2022.  
  2023. a.caltab {
  2024.     text-decoration:    none;
  2025.     font-weight:   bold;
  2026.     font-size:   11px;
  2027.     color:   #2255aa;
  2028. }
  2029.  
  2030. a.caltab:hover {
  2031.     background-color:    #f1f1c9;
  2032.     border-bottom:   1px dashed #000000;
  2033. }
  2034.  
  2035. .caltabon {
  2036.     padding-left:    10px;
  2037.     padding-right:   10px;
  2038.     background-color:   #f1f1c9;
  2039.     border-bottom:   1px dashed #777750;
  2040.     color:   #000000;
  2041. }
  2042.  
  2043. a.caltabon {
  2044.     text-decoration:    none;
  2045.     font-weight:   bold;
  2046.     font-size:   11px;
  2047.     color:   #000000;
  2048. }
  2049.  
  2050. a.caltabon:hover {
  2051.     background-color: transparent;
  2052. }
  2053.  
  2054. div#tab, div#tabcal, div#tabnav {
  2055.     margin-top:    10px;
  2056.     margin-left:   30px;
  2057. }
  2058.  
  2059. div#tab {
  2060.     margin-bottom: 15px;
  2061. }
  2062.  
  2063. div.tabcal, div.tabnav {
  2064.     padding:    10px;
  2065.     background-color:   #f1f1c9;
  2066.     font-size:   11px;
  2067. }
  2068. /* checkboxes background is required for rollover display */
  2069. .calcheckbox {
  2070. }
  2071.  
  2072. .caltoggle {
  2073.     font-size:    9px;
  2074.     margin-bottom:   7px;
  2075. }
  2076.  
  2077. #opaque {
  2078.     background-color: #e1e2b9;
  2079. }
  2080.  
  2081. .calfocus {
  2082.     font-size:    9px;
  2083.     background-color:   transparent;
  2084. }
  2085.  
  2086. .calfocus a {
  2087.     text-decoration:    none;
  2088.     color:   #000000;
  2089. }
  2090.  
  2091. .calfocuson {
  2092.     font-size:    9px;
  2093.     background-color:   #f1f1c9;
  2094. }
  2095.  
  2096. .calfocuson a {
  2097.     text-decoration:    none;
  2098.     color:   #000000;
  2099. }
  2100.  
  2101. .Calwiki {
  2102.     border-top:    1px dashed #cccccc;
  2103.     font-size:   10px;
  2104.     padding-left:   3px;
  2105.     padding-right:   3px;
  2106.     margin-top:   0;
  2107. }
  2108.  
  2109. .Calwiki a {
  2110.     color: #443F39;
  2111. }
  2112.  
  2113. .Calwiki:before {
  2114.     content:    "w";
  2115.     font-family:   monospace;
  2116.     background-color:   #ffffff;
  2117. }
  2118.  
  2119. .Calblog {
  2120.     border-top:    1px dashed #cccccc;
  2121.     font-size:   10px;
  2122.     padding-left:   3px;
  2123.     padding-right:   3px;
  2124. }
  2125.  
  2126. .Calblog a {
  2127.     color: #443039;
  2128. }
  2129.  
  2130. .Calblog:before {
  2131.     content:    "b";
  2132.     font-family:   monospace;
  2133.     background-color:   #ffffff;
  2134. }
  2135.  
  2136. .Calgal {
  2137.     border-top:    1px dashed #cccccc;
  2138.     font-size:   10px;
  2139.     padding-left:   3px;
  2140.     padding-right:   3px;
  2141. }
  2142.  
  2143. .Calgal a {
  2144.     color: #303F49;
  2145. }
  2146.  
  2147. .Calgal:before {
  2148.     content:    "i";
  2149.     font-family:   monospace;
  2150.     background-color:   #ffffff;
  2151. }
  2152.  
  2153. .Calart {
  2154.     border-top:    1px dashed #cccccc;
  2155.     font-size:   10px;
  2156.     padding-left:   3px;
  2157.     padding-right:   3px;
  2158. }
  2159.  
  2160. .Calart a {
  2161.     color: #304F30;
  2162. }
  2163.  
  2164. .Calart:before {
  2165.     content:    "a";
  2166.     font-family:   monospace;
  2167.     background-color:   #ffffff;
  2168. }
  2169.  
  2170. .Calforum {
  2171.     border-top:    1px dashed #cccccc;
  2172.     font-size:   10px;
  2173.     padding-left:   3px;
  2174.     padding-right:   3px;
  2175. }
  2176.  
  2177. .Calforum a {
  2178.     color: #304F30;
  2179. }
  2180.  
  2181. .Calforum:before {
  2182.     content:    "o";
  2183.     font-family:   monospace;
  2184.     background-color:   #ffffff;
  2185. }
  2186.  
  2187. .Caldir {
  2188.     border-top:    1px dashed #cccccc;
  2189.     font-size:   10px;
  2190.     padding-left:   3px;
  2191.     padding-right:   3px;
  2192. }
  2193.  
  2194. .Caldir a {
  2195.     color: #304F30;
  2196. }
  2197.  
  2198. .Caldir:before {
  2199.     content:    "d";
  2200.     font-family:   monospace;
  2201.     background-color:   #ffffff;
  2202. }
  2203.  
  2204. .Calfgal {
  2205.     border-top:    1px dashed #cccccc;
  2206.     font-size:   10px;
  2207.     padding-left:   3px;
  2208.     padding-right:   3px;
  2209. }
  2210.  
  2211. .Calfgal a {
  2212.     color: #304F30;
  2213. }
  2214.  
  2215. .Calfgal:before {
  2216.     content:    "f";
  2217.     font-family:   monospace;
  2218.     background-color:   #ffffff;
  2219. }
  2220.  
  2221. .Calfaq {
  2222.     border-top:    1px dashed #cccccc;
  2223.     font-size:   10px;
  2224.     padding-left:   3px;
  2225.     padding-right:   3px;
  2226. }
  2227.  
  2228. .Calfaq a {
  2229.     color: #304F30;
  2230. }
  2231.  
  2232. .Calfaq:before {
  2233.     content:    "q";
  2234.     font-family:   monospace;
  2235.     background-color:   #ffffff;
  2236. }
  2237.  
  2238. .Calquiz {
  2239.     border-top:    1px dashed #cccccc;
  2240.     font-size:   10px;
  2241.     padding-left:   3px;
  2242.     padding-right:   3px;
  2243. }
  2244.  
  2245. .Calquiz a {
  2246.     color: #304F30;
  2247. }
  2248.  
  2249. .Calquiz:before {
  2250.     content:    "z";
  2251.     font-family:   monospace;
  2252.     background-color:   #ffffff;
  2253. }
  2254.  
  2255. .Caltrack {
  2256.     border-top:    1px dashed #cccccc;
  2257.     font-size:   10px;
  2258.     padding-left:   3px;
  2259.     padding-right:   3px;
  2260. }
  2261.  
  2262. .Caltrack a {
  2263.     color: #304F30;
  2264. }
  2265.  
  2266. .Caltrack:before {
  2267.     content:    "t";
  2268.     font-family:   monospace;
  2269.     background-color:   #ffffff;
  2270. }
  2271.  
  2272. .Calsurv {
  2273.     border-top:    1px dashed #cccccc;
  2274.     font-size:   10px;
  2275.     padding-left:   3px;
  2276.     padding-right:   3px;
  2277. }
  2278.  
  2279. .Calsurv a {
  2280.     color: #304F30;
  2281. }
  2282.  
  2283. .Calsurv:before {
  2284.     content:    "s";
  2285.     font-family:   monospace;
  2286.     background-color:   #ffffff;
  2287. }
  2288.  
  2289. .Calnl {
  2290.     border-top:    1px dashed #cccccc;
  2291.     font-size:   10px;
  2292.     padding-left:   3px;
  2293.     padding-right:   3px;
  2294. }
  2295.  
  2296. .Calnl a {
  2297.     color: #304F30;
  2298. }
  2299.  
  2300. .Calnl:before {
  2301.     content:    "n";
  2302.     font-family:   monospace;
  2303.     background-color:   #ffffff;
  2304. }
  2305.  
  2306. .Caleph {
  2307.     border-top:    1px dashed #cccccc;
  2308.     font-size:   10px;
  2309.     padding-left:   3px;
  2310.     padding-right:   3px;
  2311. }
  2312.  
  2313. .Caleph a {
  2314.     color: #304F30;
  2315. }
  2316.  
  2317. .Caleph:before {
  2318.     content:    "e";
  2319.     font-family:   monospace;
  2320.     background-color:   #ffffff;
  2321. }
  2322.  
  2323. .Calchart {
  2324.     border-top:    1px dashed #cccccc;
  2325.     font-size:   10px;
  2326.     padding-left:   3px;
  2327.     padding-right:   3px;
  2328. }
  2329.  
  2330. .Calchart a {
  2331.     color: #304F30;
  2332. }
  2333.  
  2334. .Calchart:before {
  2335.     content:    "c";
  2336.     font-family:   monospace;
  2337.     background-color:   #ffffff;
  2338. }
  2339.  
  2340. .calweb {
  2341.     font-weight:    bold;
  2342.     font-size:   10px;
  2343.     text-decoration:   none;
  2344.     padding-left:   3px;
  2345.     padding-right:   3px;
  2346.     color:   #336699;
  2347. }
  2348.  
  2349. .calweb:hover {
  2350.     color: #996633;
  2351. }
  2352.  
  2353. .calprio1 {
  2354.     background-color: #DAE0E0;
  2355. }
  2356.  
  2357. .calprio2 {
  2358.     background-color: #DADCDC;
  2359. }
  2360.  
  2361. .calprio3 {
  2362.     background-color: #DAD0D0;
  2363. }
  2364.  
  2365. .calprio4 {
  2366.     background-color: #DACACA;
  2367. }
  2368.  
  2369. .calprio5 {
  2370.     background-color: #DAC0D0;
  2371. }
  2372.  
  2373. .calprio6 {
  2374.     background-color: #DABABA;
  2375. }
  2376.  
  2377. .calprio7 {
  2378.     background-color: #DAB0B0;
  2379. }
  2380.  
  2381. .calprio8 {
  2382.     background-color: #DAAAAA;
  2383. }
  2384.  
  2385. .calprio9 {
  2386.     background-color: #DA9A9A;
  2387. }
  2388.  
  2389. .calprio1 a, .calprio2 a, .calprio3 a, .calprio4 a, .calprio5 a, .calprio6 a, .calprio7 a, .calprio8 a, .calprio9 a {
  2390.     color: #000000;
  2391. }
  2392.  
  2393. #opaque {
  2394.     background-color:    #f1f1c9;
  2395.     padding:   3px;
  2396.     border-bottom:   1px solid #b1b299;
  2397.     border-left:   1px solid #b1b299;
  2398.     border-top:   1px solid #f1f1c9;
  2399.     border-right:   1px solid #f1f1c9;
  2400. }
  2401. div.tabrow {
  2402.     margin-left: 29px;
  2403.     background-color: #efefef;
  2404.     border: 1px solid #787878;
  2405.     border-bottom: 0;
  2406.     font-size: 11px;
  2407. }
  2408. td.middle {
  2409.     vertical-align: middle; 
  2410. }
  2411. .daterow {
  2412.     margin-left: 10px;
  2413. }
  2414. .mininotes {
  2415.     font-size: 80%;
  2416.     color:#666666;
  2417. }
  2418. .opaque
  2419. {
  2420.     background-color: #ffffff;
  2421.     width: auto;
  2422.     border: 1px solid #666666;
  2423.     padding: 1px; 
  2424. }
  2425. .opaque .box-title,
  2426. .opaque, .box-data 
  2427. {
  2428.     width: auto;
  2429. }
  2430. .calcontent {
  2431.     min-height: 60px;
  2432. }
  2433. .viewmodeon {
  2434.     padding-left:   0px;
  2435.     padding-right:   0px;
  2436. }
  2437. .viewmodeoff {
  2438.     padding-left:   0px;
  2439.     padding-right:   0px;
  2440. }
  2441. a.viewmodeon img {
  2442.     margin: 0;
  2443. padding: 0;
  2444. }
  2445. a.viewmodeoff img {
  2446.     margin: 0;
  2447. padding: 0;
  2448. }
  2449. #caltable {
  2450.     width: 100%;
  2451. }
  2452.  
  2453. /*
  2454.  * help zone
  2455.  */
  2456.  
  2457. div#edithelpzone {
  2458.     display: none;
  2459. }
  2460.  
  2461. div#attzone {
  2462.     display:    none;
  2463.     margin-top:   10px;
  2464. }
  2465.  
  2466. div#attzoneopen {
  2467.     display:    block;
  2468.     margin-top:   10px;
  2469. }
  2470.  
  2471. .highlight {
  2472.     background-color:    #FFAAAA;
  2473.     color:   #000000;
  2474. }
  2475.  
  2476. /*
  2477.  * Caption in tables.
  2478.  * Currently in Attachments and comments only.
  2479.  */
  2480. caption {
  2481.     font-family:    Verdana, Arial, Helvetica, sans-serif;
  2482.     font-size:   11px;
  2483.     font-weight:   bold;
  2484.     text-align:   right;
  2485. }
  2486.  
  2487. /* trees */
  2488. div.tree {
  2489.     text-align:    left;
  2490.     padding-left:   1.5em;
  2491. }
  2492. /* Root of tree (outer div) */
  2493. div.tree#top {
  2494. /*    border:    1px outset #00E000;*/
  2495.     padding:   10px 1.5em 20px 1.5em;
  2496. }
  2497.  
  2498. /* Wiki editpage textarea */
  2499. textarea.wikiedit {
  2500.     width: 100%;
  2501. }
  2502. /* help links style */
  2503. a.tikihelp, a.tikihelp:visited {
  2504.     color:    inherit;
  2505.     border:   inherit;
  2506.     background-color:   inherit;
  2507.     font-size:   inherit;
  2508.     font-weight:   inherit;
  2509.     margin:   inherit;
  2510.     padding:   inherit;
  2511.     text-decoration:   inherit;
  2512. }
  2513.  
  2514. a.tikihelp:hover {
  2515.     color:    #224466;
  2516.     border:   inherit;
  2517.     background-color:   inherit;
  2518.     font-size:   inherit;
  2519.     font-weight:   inherit;
  2520.     margin:   inherit;
  2521.     padding:   inherit;
  2522.     cursor:   help;
  2523.     text-decoration:   inherit;
  2524. }
  2525.  
  2526. /* TikiIntegrator: By default copy rules dialog not shown */
  2527. div#rules-copy-panel {
  2528.     display: none;
  2529. }
  2530.  
  2531. /* admin area width of table class */
  2532. TABLE.admin {
  2533.   width: 100%;
  2534. }
  2535.