source: trunk/_InstallationResources/omforum_migration_13100_13200.sql @ 1383

Revision 1383, 76.6 KB checked in by Xiping.Wang, 2 years ago (diff)

[trunk] fix the error

Line 
1--
2-- Added by zhongzhen newely
3--
4update om_config
5   set config_value=1,is_dynamic=1
6 where config_name = 'load_tplcompile';
7
8
9INSERT INTO `om_styles` VALUES (4,'mike2green','© omCollab, 2008',1,4,4,4);
10
11INSERT INTO `om_styles_imageset` VALUES (4,'mike2green','© omCollab, 2008','mike2green');
12
13INSERT INTO `om_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES
14(235, 'site_logo', 'site_logo.gif', '', 52, 139, 4),
15(236, 'icon_back_top', 'icon_back_top.gif', '', 11, 11, 4),
16(237, 'icon_contact_aim', 'icon_contact_aim.gif', '', 20, 20, 4),
17(238, 'icon_contact_email', 'icon_contact_email.gif', '', 20, 20, 4),
18(239, 'icon_contact_icq', 'icon_contact_icq.gif', '', 20, 20, 4),
19(240, 'icon_contact_jabber', 'icon_contact_jabber.gif', '', 20, 20, 4),
20(241, 'icon_contact_msnm', 'icon_contact_msnm.gif', '', 20, 20, 4),
21(242, 'icon_contact_yahoo', 'icon_contact_yahoo.gif', '', 20, 20, 4),
22(243, 'icon_contact_www', 'icon_contact_www.gif', '', 20, 20, 4),
23(244, 'icon_post_delete', 'icon_post_delete.gif', '', 20, 20, 4),
24(245, 'icon_post_info', 'icon_post_info.gif', '', 20, 20, 4),
25(246, 'icon_post_report', 'icon_post_report.gif', '', 20, 20, 4),
26(247, 'icon_user_warn', 'icon_user_warn.gif', '', 20, 20, 4),
27(248, 'icon_post_target', 'icon_post_target.gif', '', 9, 11, 4),
28(249, 'icon_post_target_unread', 'icon_post_target_unread.gif', '', 9, 11, 4),
29(250, 'icon_topic_attach', 'icon_topic_attach.gif', '', 10, 7, 4),
30(251, 'icon_topic_latest', 'icon_topic_latest.gif', '', 9, 11, 4),
31(252, 'icon_topic_newest', 'icon_topic_newest.gif', '', 9, 11, 4),
32(253, 'icon_topic_reported', 'icon_topic_reported.gif', '', 14, 16, 4),
33(254, 'icon_topic_unapproved', 'icon_topic_unapproved.gif', '', 14, 16, 4),
34(255, 'forum_link', 'forum_link.gif', '', 27, 27, 4),
35(256, 'forum_read', 'forum_read.gif', '', 27, 27, 4),
36(257, 'forum_read_locked', 'forum_read_locked.gif', '', 27, 27, 4),
37(258, 'forum_read_subforum', 'forum_read_subforum.gif', '', 27, 27, 4),
38(259, 'forum_unread', 'forum_unread.gif', '', 27, 27, 4),
39(260, 'forum_unread_locked', 'forum_unread_locked.gif', '', 27, 27, 4),
40(261, 'forum_unread_subforum', 'forum_unread_subforum.gif', '', 27, 27, 4),
41(262, 'subforum_read', 'subforum_read.gif', '', 9, 11, 4),
42(263, 'subforum_unread', 'subforum_unread.gif', '', 9, 11, 4),
43(264, 'topic_moved', 'topic_moved.gif', '', 27, 27, 4),
44(265, 'topic_read', 'topic_read.gif', '', 27, 27, 4),
45(266, 'topic_read_mine', 'topic_read_mine.gif', '', 27, 27, 4),
46(267, 'topic_read_hot', 'topic_read_hot.gif', '', 27, 27, 4),
47(268, 'topic_read_hot_mine', 'topic_read_hot_mine.gif', '', 27, 27, 4),
48(269, 'topic_read_locked', 'topic_read_locked.gif', '', 27, 27, 4),
49(270, 'topic_read_locked_mine', 'topic_read_locked_mine.gif', '', 27, 27, 4),
50(271, 'topic_unread', 'topic_unread.gif', '', 27, 27, 4),
51(272, 'topic_unread_mine', 'topic_unread_mine.gif', '', 27, 27, 4),
52(273, 'topic_unread_hot', 'topic_unread_hot.gif', '', 27, 27, 4),
53(274, 'topic_unread_hot_mine', 'topic_unread_hot_mine.gif', '', 27, 27, 4),
54(275, 'topic_unread_locked', 'topic_unread_locked.gif', '', 27, 27, 4),
55(276, 'topic_unread_locked_mine', 'topic_unread_locked_mine.gif', '', 27, 27, 4),
56(277, 'sticky_read', 'sticky_read.gif', '', 27, 27, 4),
57(278, 'sticky_read_mine', 'sticky_read_mine.gif', '', 27, 27, 4),
58(279, 'sticky_read_locked', 'sticky_read_locked.gif', '', 27, 27, 4),
59(280, 'sticky_read_locked_mine', 'sticky_read_locked_mine.gif', '', 27, 27, 4),
60(281, 'sticky_unread', 'sticky_unread.gif', '', 27, 27, 4),
61(282, 'sticky_unread_mine', 'sticky_unread_mine.gif', '', 27, 27, 4),
62(283, 'sticky_unread_locked', 'sticky_unread_locked.gif', '', 27, 27, 4),
63(284, 'sticky_unread_locked_mine', 'sticky_unread_locked_mine.gif', '', 27, 27, 4),
64(285, 'announce_read', 'announce_read.gif', '', 27, 27, 4),
65(286, 'announce_read_mine', 'announce_read_mine.gif', '', 27, 27, 4),
66(287, 'announce_read_locked', 'announce_read_locked.gif', '', 27, 27, 4),
67(288, 'announce_read_locked_mine', 'announce_read_locked_mine.gif', '', 27, 27, 4),
68(289, 'announce_unread', 'announce_unread.gif', '', 27, 27, 4),
69(290, 'announce_unread_mine', 'announce_unread_mine.gif', '', 27, 27, 4),
70(291, 'announce_unread_locked', 'announce_unread_locked.gif', '', 27, 27, 4),
71(292, 'announce_unread_locked_mine', 'announce_unread_locked_mine.gif', '', 27, 27, 4),
72(293, 'global_read', 'announce_read.gif', '', 27, 27, 4),
73(294, 'global_read_mine', 'announce_read_mine.gif', '', 27, 27, 4),
74(295, 'global_read_locked', 'announce_read_locked.gif', '', 27, 27, 4),
75(296, 'global_read_locked_mine', 'announce_read_locked_mine.gif', '', 27, 27, 4),
76(297, 'global_unread', 'announce_unread.gif', '', 27, 27, 4),
77(298, 'global_unread_mine', 'announce_unread_mine.gif', '', 27, 27, 4),
78(299, 'global_unread_locked', 'announce_unread_locked.gif', '', 27, 27, 4),
79(300, 'global_unread_locked_mine', 'announce_unread_locked_mine.gif', '', 27, 27, 4),
80(301, 'pm_read', 'topic_read.gif', '', 27, 27, 4),
81(302, 'pm_unread', 'topic_unread.gif', '', 27, 27, 4),
82(303, 'icon_contact_pm', 'icon_contact_pm.gif', 'en', 20, 28, 4),
83(304, 'icon_post_edit', 'icon_post_edit.gif', 'en', 20, 42, 4),
84(305, 'icon_post_quote', 'icon_post_quote.gif', 'en', 20, 54, 4),
85(306, 'icon_user_online', 'icon_user_online.gif', 'en', 58, 58, 4),
86(307, 'button_pm_forward', 'button_pm_forward.gif', 'en', 25, 96, 4),
87(308, 'button_pm_new', 'button_pm_new.gif', 'en', 25, 84, 4),
88(309, 'button_pm_reply', 'button_pm_reply.gif', 'en', 25, 96, 4),
89(310, 'button_topic_locked', 'button_topic_locked.gif', 'en', 25, 88, 4),
90(311, 'button_topic_new', 'button_topic_new.gif', 'en', 25, 96, 4),
91(312, 'button_topic_reply', 'button_topic_reply.gif', 'en', 25, 96, 4);
92
93INSERT INTO `om_styles_template` VALUES (4,'mike2green','© omCollab, 2008','mike2green','kNg=',0,0,'');
94
95INSERT INTO `om_styles_theme` VALUES (4,'mike2green','&copy; omCollab, 2008','mike2green',1,1228573694,'/*  phpBB 3.0 Style Sheet\n    --------------------------------------------------------------\n Style name:             proSilver\n     Based on style: proSilver (this is the default phpBB 3 style)\n Original author:        subBlue ( http://www.subBlue.com/ )\n   Modified by:            \n      \n      Copyright 2006 phpBB Group ( http://www.phpbb.com/ )\n    --------------------------------------------------------------\n*/\n\n/* General proSilver Markup Styles\n---------------------------------------- */\n\n* {\n        /* Reset browsers default margin, padding and font sizes */\n   margin: 0;\n    padding: 0;\n}\n\nhtml {\n      font-size: 100%;\n      /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */\n    height: 100%;\n margin-bottom: 1px;\n}\n\nbody {\n      /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */\n  font-family: Verdana, Helvetica, Arial, sans-serif;\n   color: #828282;\n       background-color: #FFFFFF;\n    /*font-size: 62.5%;                      This sets the default font size to be equivalent to 10px */\n  font-size: 10px;\n      margin: 0;\n    padding: 12px 0;\n}\n\nh1 {\n   /* Forum name */\n      font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n  margin-right: 200px;\n  color: #FFFFFF;\n       margin-top: 15px;\n     font-weight: bold;\n    font-size: 2em;\n}\n\nh2 {\n    /* Forum header titles */\n     font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n  font-weight: normal;\n  color: #3f3f3f;\n       font-size: 2em;\n       margin: 0.8em 0 0.2em 0;\n}\n\nh2.solo {\n      margin-bottom: 1em;\n}\n\nh3 {\n        /* Sub-headers (also used as post headers, but defined later) */\n      font-family: Arial, Helvetica, sans-serif;\n    font-weight: bold;\n    text-transform: uppercase;\n    border-bottom: 1px solid #CCCCCC;\n     margin-bottom: 3px;\n   padding-bottom: 2px;\n  font-size: 1.05em;\n    color: #989898;\n       margin-top: 20px;\n}\n\nh4 {\n  /* Forum and topic list titles */\n     font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, Sans-serif;\n font-size: 1.3em;\n}\n\np {\n   line-height: 1.3em;\n   font-size: 1.1em;\n     margin-bottom: 1.5em;\n}\n\nimg {\n     border-width: 0;\n}\n\nhr {\n   /* Also see tweaks.css */\n     border: 0 none #FFFFFF;\n       border-top: 1px solid #CCCCCC;\n        height: 1px;\n  margin: 5px 0;\n        display: block;\n       clear: both;\n}\n\nhr.dashed {\n        border-top: 1px dashed #CCCCCC;\n       margin: 10px 0;\n}\n\nhr.divider {\n    display: none;\n}\n\np.right {\n        text-align: right;\n}\n\n/* Main blocks\n---------------------------------------- */\n#wrap {\n padding: 0 20px;\n      min-width: 650px;\n}\n\n#simple-wrap {\n        padding: 6px 10px;\n}\n\n#page-body {\n margin: 4px 0;\n        clear: both;\n}\n\n#page-footer {\n     clear: both;\n}\n\n#page-footer h3 {\n  margin-top: 20px;\n}\n\n#logo {\n       float: left;\n  width: auto;\n  padding: 10px 13px 0 10px;\n}\n\na#logo:hover {\n       text-decoration: none;\n}\n\n/* Search box\n--------------------------------------------- */\n#search-box {\n   color: #FFFFFF;\n       position: relative;\n   margin-top: 30px;\n     margin-right: 5px;\n    display: block;\n       float: right;\n text-align: right;\n    white-space: nowrap; /* For Opera */\n}\n\n#search-box #keywords {\n    width: 95px;\n  background-color: #FFF;\n}\n\n#search-box input {\n     border: 1px solid #b0b0b0;\n}\n\n/* .button1 style defined later, just a few tweaks for the search button version */\n#search-box input.button1 {\n     padding: 1px 5px;\n}\n\n#search-box li {\n      text-align: right;\n    margin-top: 4px;\n}\n\n#search-box img {\n      vertical-align: middle;\n       margin-right: 3px;\n}\n\n/* Site description and logo */\n#site-description {\n float: left;\n  width: 70%;\n}\n\n#site-description h1 {\n      margin-right: 0;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n     background: #ebebeb none repeat-x 0 0;\n        color: #FFFFFF;\n       margin-bottom: 4px;\n   padding: 0 5px;\n}\n\n.navbar {\n       background-color: #ebebeb;\n    padding: 0 10px;\n}\n\n.forabg {\n      background: #b1b1b1 none repeat-x 0 0;\n        margin-bottom: 4px;\n   padding: 0 5px;\n       clear: both;\n}\n\n.forumbg {\n background: #ebebeb none repeat-x 0 0;\n        margin-bottom: 4px;\n   padding: 0 5px;\n       clear: both;\n}\n\n.panel {\n   margin-bottom: 4px;\n   padding: 0 10px;\n      background-color: #f3f3f3;\n    color: #3f3f3f;\n}\n\n.post {\n padding: 0 10px;\n      margin-bottom: 4px;\n   background-repeat: no-repeat;\n background-position: 100% 0;\n}\n\n.post:target .content {\n    color: #000000;\n}\n\n.post:target h3 a {\n     color: #000000;\n}\n\n.bg1      { background-color: #f7f7f7;}\n.bg2     { background-color: #f2f2f2; }\n.bg3    { background-color: #ebebeb; }\n\n.rowbg {\n    margin: 5px 5px 2px 5px;\n}\n\n.ucprowbg {\n    background-color: #e2e2e2;\n}\n\n.fieldsbg {\n  /*border: 1px #DBDEE2 solid;*/\n        background-color: #eaeaea;\n}\n\nspan.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {\n     font-size: 1px;\n       line-height: 1px;\n     display: block;\n       height: 5px;\n  background-repeat: no-repeat;\n}\n\nspan.corners-top {\n        background-image: none;\n       background-position: 0 0;\n     margin: 0 -5px;\n}\n\nspan.corners-top span {\n background-image: none;\n       background-position: 100% 0;\n}\n\nspan.corners-bottom {\n      background-image: none;\n       background-position: 0 100%;\n  margin: 0 -5px;\n       clear: both;\n}\n\nspan.corners-bottom span {\n background-image: none;\n       background-position: 100% 100%;\n}\n\n.headbg span.corners-bottom {\n   margin-bottom: -1px;\n}\n\n.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {\n    margin: 0 -10px;\n}\n\n.rules span.corners-top {\n      margin: 0 -10px 5px -10px;\n}\n\n.rules span.corners-bottom {\n margin: 5px -10px 0 -10px;\n}\n\n/* Horizontal lists\n----------------------------------------*/\nul.linklist {\n       display: block;\n       margin: 0;\n}\n\nul.linklist li {\n     display: block;\n       list-style-type: none;\n        float: left;\n  width: auto;\n  margin-right: 5px;\n    font-size: 1.1em;\n     line-height: 2.2em;\n}\n\nul.linklist li.rightside, p.rightside {\n     float: right;\n margin-right: 0;\n      margin-left: 5px;\n     text-align: right;\n}\n\nul.navlinks {\n        padding-bottom: 1px;\n  margin-bottom: 1px;\n   border-bottom: 1px solid #FFFFFF;\n     font-weight: bold;\n}\n\nul.leftside {\n        float: left;\n  margin-left: 0;\n       margin-right: 5px;\n    text-align: left;\n}\n\nul.rightside {\n        float: right;\n margin-left: 5px;\n     margin-right: -5px;\n   text-align: right;\n}\n\n/* Table styles\n----------------------------------------*/\ntable.table1 {\n  /* See tweaks.css */\n}\n\n#ucp-main table.table1 {\n   padding: 2px;\n}\n\ntable.table1 thead th {\n   font-weight: normal;\n  text-transform: uppercase;\n    color: #FFFFFF;\n       line-height: 1.3em;\n   font-size: 1em;\n       padding: 0 0 4px 3px;\n}\n\ntable.table1 thead th span {\n      padding-left: 7px;\n}\n\ntable.table1 tbody tr {\n      border: 1px solid #cfcfcf;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n   background-color: #f6f6f6;\n    color: #000;\n}\n\ntable.table1 td {\n  color: #6a6a6a;\n       font-size: 1.1em;\n}\n\ntable.table1 tbody td {\n       padding: 5px;\n border-top: 1px solid #FAFAFA;\n}\n\ntable.table1 tbody th {\n  padding: 5px;\n border-bottom: 1px solid #000000;\n     text-align: left;\n     color: #333333;\n       background-color: #FFFFFF;\n}\n\n/* Specific column styles */\ntable.table1 .name               { text-align: left; }\ntable.table1 .posts              { text-align: center !important; width: 7%; }\ntable.table1 .joined     { text-align: left; width: 15%; }\ntable.table1 .active { text-align: left; width: 15%; }\ntable.table1 .mark           { text-align: center; width: 7%; }\ntable.table1 .info          { text-align: left; width: 30%; }\ntable.table1 .info div       { width: 100%; white-space: nowrap; overflow: hidden; }\ntable.table1 .autocol  { line-height: 2em; white-space: nowrap; }\ntable.table1 thead .autocol { padding-left: 1em; }\n\ntable.table1 span.rank-img {\n        float: right;\n width: auto;\n}\n\ntable.info td {\n    padding: 3px;\n}\n\ntable.info tbody th {\n     padding: 3px;\n text-align: right;\n    vertical-align: top;\n  color: #000000;\n       font-weight: normal;\n}\n\n.forumbg table.table1 {\n    margin: 0 -2px -1px -1px;\n}\n\n/* Misc layout styles\n---------------------------------------- */\n/* column[1-2] styles are containers for two column layouts \n   Also see tweaks.css */\n.column1 {\n       float: left;\n  clear: left;\n  width: 49%;\n}\n\n.column2 {\n  float: right;\n clear: right;\n width: 49%;\n}\n\n/* General classes for placing floating blocks */\n.left-box {\n      float: left;\n  width: auto;\n  text-align: left;\n}\n\n.right-box {\n  float: right;\n width: auto;\n  text-align: right;\n}\n\ndl.details {\n /*font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;*/\n    font-size: 1.1em;\n}\n\ndl.details dt {\n       float: left;\n  clear: left;\n  width: 30%;\n   text-align: right;\n    color: #000000;\n       display: block;\n}\n\ndl.details dd {\n margin-left: 0;\n       padding-left: 5px;\n    margin-bottom: 5px;\n   color: #828282;\n       float: left;\n  width: 65%;\n}\n\n/* Pagination\n---------------------------------------- */\n.pagination {\n   height: 1%; /* IE tweak (holly hack) */\n       width: auto;\n  text-align: right;\n    margin-top: 5px;\n      float: right;\n}\n\n.pagination span.page-sep {\n       display: none;\n}\n\nli.pagination {\n  margin-top: 0;\n}\n\n.pagination strong, .pagination b {\n      font-weight: normal;\n}\n\n.pagination span strong {\n  padding: 0 2px;\n       margin: 0 2px;\n        font-weight: normal;\n  color: #FFFFFF;\n       background-color: #bfbfbf;\n    border: 1px solid #bfbfbf;\n    font-size: 0.9em;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {\n  font-weight: normal;\n  text-decoration: none;\n        color: #747474;\n       margin: 0 2px;\n        padding: 0 2px;\n       background-color: #eeeeee;\n    border: 1px solid #bababa;\n    font-size: 0.9em;\n     line-height: 1.5em;\n}\n\n.pagination span a:hover {\n  border-color: #d2d2d2;\n        background-color: #d2d2d2;\n    color: #FFF;\n  text-decoration: none;\n}\n\n.pagination img {\n        vertical-align: middle;\n}\n\n/* Pagination in viewforum for multipage topics */\n.row .pagination {\n  display: block;\n       float: right;\n width: auto;\n  margin-top: 0;\n        padding: 1px 0 1px 15px;\n      font-size: 0.9em;\n     background: none 0 50% no-repeat;\n}\n\n.row .pagination span a, li.pagination span a {\n       background-color: #FFFFFF;\n}\n\n.row .pagination span a:hover, li.pagination span a:hover {\n  background-color: #d2d2d2;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n#forum-permissions {\n   float: right;\n width: auto;\n  padding-left: 5px;\n    margin-left: 5px;\n     margin-top: 10px;\n     text-align: right;\n}\n\n.copyright {\n padding: 5px;\n text-align: center;\n   color: #555555;\n}\n\n.small {\n        font-size: 0.9em !important;\n}\n\n.titlespace {\n      margin-bottom: 15px;\n}\n\n.headerspace {\n     margin-top: 20px;\n}\n\n.error {\n      color: #bcbcbc;\n       font-weight: bold;\n    font-size: 1em;\n}\n\n.reported {\n     background-color: #f7f7f7;\n}\n\nli.reported:hover {\n  background-color: #ececec;\n}\n\ndiv.rules {\n  background-color: #ececec;\n    color: #bcbcbc;\n       padding: 0 10px;\n      margin: 10px 0;\n       font-size: 1.1em;\n}\n\ndiv.rules ul {\n        margin-left: 20px;\n}\n\np.rules {\n    background-color: #ececec;\n    background-image: none;\n       padding: 5px;\n}\n\np.rules img {\n     vertical-align: middle;\n}\n\np.rules a {\n     vertical-align: middle;\n       clear: both;\n}\n\n#top {\n     position: absolute;\n   top: -20px;\n}\n\n.clear {\n    display: block;\n       clear: both;\n  font-size: 1px;\n       line-height: 1px;\n     background: transparent;\n}\n/* proSilver Link Styles\n---------------------------------------- */\n\na:link    { color: #898989; text-decoration: none; }\na:visited   { color: #898989; text-decoration: none; }\na:hover     { color: #d3d3d3; text-decoration: underline; }\na:active       { color: #d2d2d2; text-decoration: none; }\n\n/* Coloured usernames */\n.username-coloured {\n  font-weight: bold;\n    display: inline !important;\n   padding: 0 !important;\n}\n\n/* Links on gradient backgrounds */\n#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {\n     color: #FFFFFF;\n       text-decoration: none;\n}\n\n#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {\n   color: #FFFFFF;\n       text-decoration: none;\n}\n\n#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n     color: #ffffff;\n       text-decoration: underline;\n}\n\n#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n   color: #ffffff;\n       text-decoration: none;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n        font-family: \"Trebuchet MS\", Helvetica, Arial, Sans-serif;\n  font-size: 1.2em;\n     font-weight: bold;\n    color: #898989;\n       text-decoration: none;\n}\n\n/* a.forumtitle:visited { color: #898989; } */\n\na.forumtitle:hover {\n   color: #bcbcbc;\n       text-decoration: underline;\n}\n\na.forumtitle:active {\n       color: #898989;\n}\n\na.topictitle {\n  font-family: \"Trebuchet MS\", Helvetica, Arial, Sans-serif;\n  font-size: 1.2em;\n     font-weight: bold;\n    color: #898989;\n       text-decoration: none;\n}\n\n/* a.topictitle:visited { color: #d2d2d2; } */\n\na.topictitle:hover {\n   color: #bcbcbc;\n       text-decoration: underline;\n}\n\na.topictitle:active {\n       color: #898989;\n}\n\n/* Post body links */\n.postlink {\n      text-decoration: none;\n        color: #d2d2d2;\n       border-bottom: 1px solid #d2d2d2;\n     padding-bottom: 0;\n}\n\n.postlink:visited {\n  color: #bdbdbd;\n       border-bottom-style: dotted;\n  border-bottom-color: #666666;\n}\n\n.postlink:active {\n        color: #d2d2d2;\n}\n\n.postlink:hover {\n       background-color: #f6f6f6;\n    text-decoration: none;\n        color: #404040;\n}\n\n.signature a, .signature a:visited, .signature a:active, .signature a:hover {\n   border: none;\n text-decoration: underline;\n   background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {\n      font-weight: bold;\n    color: #898989;\n       text-decoration: none;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n   text-decoration: underline;\n   color: #d3d3d3;\n}\n\n\n/* Profile searchresults */     \n.search .postprofile a {\n    color: #898989;\n       text-decoration: none; \n       font-weight: normal;\n}\n\n.search .postprofile a:hover {\n     color: #d3d3d3;\n       text-decoration: underline; \n}\n\n/* Back to top of page */\n.back2top {\n     clear: both;\n  height: 11px;\n text-align: right;\n}\n\na.top {\n      background: none no-repeat top left;\n  text-decoration: none;\n        width: {IMG_ICON_BACK_TOP_WIDTH}px;\n   height: {IMG_ICON_BACK_TOP_HEIGHT}px;\n display: block;\n       float: right;\n overflow: hidden;\n     letter-spacing: 1000px;\n       text-indent: 11px;\n}\n\na.top2 {\n     background: none no-repeat 0 50%;\n     text-decoration: none;\n        padding-left: 15px;\n}\n\n/* Arrow links  */\na.up              { background: none no-repeat left center; }\na.down             { background: none no-repeat right center; }\na.left            { background: none no-repeat 3px 60%; }\na.right                { background: none no-repeat 95% 60%; }\n\na.up, a.up:link, a.up:active, a.up:visited {\n       padding-left: 10px;\n   text-decoration: none;\n        border-bottom-width: 0;\n}\n\na.up:hover {\n    background-position: left top;\n        background-color: transparent;\n}\n\na.down, a.down:link, a.down:active, a.down:visited {\n     padding-right: 10px;\n}\n\na.down:hover {\n     background-position: right bottom;\n    text-decoration: none;\n}\n\na.left, a.left:active, a.left:visited {\n  padding-left: 12px;\n}\n\na.left:hover {\n      color: #d2d2d2;\n       text-decoration: none;\n        background-position: 0 60%;\n}\n\na.right, a.right:active, a.right:visited {\n  padding-right: 12px;\n}\n\na.right:hover {\n    color: #d2d2d2;\n       text-decoration: none;\n        background-position: 100% 60%;\n}\n/* proSilver Content Styles\n---------------------------------------- */\n\nul.topiclist {\n display: block;\n       list-style-type: none;\n        margin: 0;\n}\n\nul.forums {\n  background: #f9f9f9 none repeat-x 0 0;\n}\n\nul.topiclist li {\n        display: block;\n       list-style-type: none;\n        color: #777777;\n       margin: 0;\n}\n\nul.topiclist dl {\n    position: relative;\n}\n\nul.topiclist li.row dl {\n    padding: 2px 0;\n}\n\nul.topiclist dt {\n       display: block;\n       float: left;\n  width: 50%;\n   font-size: 1.1em;\n     padding-left: 5px;\n    padding-right: 5px;\n}\n\nul.topiclist dd {\n   display: block;\n       float: left;\n  border-left: 1px solid #FFFFFF;\n       padding: 4px 0;\n}\n\nul.topiclist dfn {\n      /* Labels for post/view counts */\n     display: none;\n}\n\nul.topiclist li.row dt a.subforum {\n      background-image: none;\n       background-position: 0 50%;\n   background-repeat: no-repeat;\n position: relative;\n   white-space: nowrap;\n  padding: 0 0 0 12px;\n}\n\n.forum-image {\n     float: left;\n  padding-top: 5px;\n     margin-right: 5px;\n}\n\nli.row {\n     border-top: 1px solid #FFFFFF;\n        border-bottom: 1px solid #8f8f8f;\n}\n\nli.row strong {\n       font-weight: normal;\n  color: #000000;\n}\n\nli.row:hover {\n  background-color: #f6f6f6;\n}\n\nli.row:hover dd {\n    border-left-color: #CCCCCC;\n}\n\nli.header dt, li.header dd {\n        line-height: 1em;\n     border-left-width: 0;\n margin: 2px 0 4px 0;\n  color: #FFFFFF;\n       padding-top: 2px;\n     padding-bottom: 2px;\n  font-size: 1em;\n       font-family: Arial, Helvetica, sans-serif;\n    text-transform: uppercase;\n}\n\nli.header dt {\n       font-weight: bold;\n}\n\nli.header dd {\n       margin-left: 1px;\n}\n\nli.header dl.icon {\n   min-height: 0;\n}\n\nli.header dl.icon dt {\n   /* Tweak for headers alignment when folder icon used */\n       padding-left: 0;\n      padding-right: 50px;\n}\n\n/* Forum list column styles */\ndl.icon {\n  min-height: 35px;\n     background-position: 10px 50%;          /* Position of folder icon */\n background-repeat: no-repeat;\n}\n\ndl.icon dt {\n      padding-left: 45px;                                     /* Space for folder icon */\n   background-repeat: no-repeat;\n background-position: 5px 95%;           /* Position of topic icon */\n}\n\ndd.posts, dd.topics, dd.views {\n    width: 8%;\n    text-align: center;\n   line-height: 2.2em;\n   font-size: 1.2em;\n}\n\ndd.lastpost {\n width: 25%;\n   font-size: 1.1em;\n}\n\ndd.redirect {\n font-size: 1.1em;\n     line-height: 2.5em;\n}\n\ndd.moderation {\n     font-size: 1.1em;\n}\n\ndd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {\n display: block;\n       padding-left: 5px;\n}\n\ndd.time {\n    width: auto;\n  line-height: 200%;\n    font-size: 1.1em;\n}\n\ndd.extra {\n    width: 12%;\n   line-height: 200%;\n    text-align: center;\n   font-size: 1.1em;\n}\n\ndd.mark {\n     float: right !important;\n      width: 9%;\n    text-align: center;\n   line-height: 200%;\n    font-size: 1.2em;\n}\n\ndd.info {\n     width: 30%;\n}\n\ndd.option {\n width: 15%;\n   line-height: 200%;\n    text-align: center;\n   font-size: 1.1em;\n}\n\ndd.searchby {\n width: 47%;\n   font-size: 1.1em;\n     line-height: 1em;\n}\n\nul.topiclist dd.searchextra {\n margin-left: 5px;\n     padding: 0.2em 0;\n     font-size: 1.1em;\n     color: #333333;\n       border-left: none;\n    clear: both;\n  width: 98%;\n   overflow: hidden;\n}\n\n/* Container for post/reply buttons and pagination */\n.topic-actions {\n       margin-bottom: 3px;\n   font-size: 1.1em;\n     height: 28px;\n min-height: 28px;\n}\ndiv[class].topic-actions {\n      height: auto;\n}\n\n/* Post body styles\n----------------------------------------*/\n.postbody {\n      padding: 0;\n   line-height: 1.48em;\n  color: #333333;\n       width: 76%;\n   float: left;\n  clear: both;\n}\n\n.postbody .ignore {\n        font-size: 1.1em;\n}\n\n.postbody h3.first {\n  /* The first post on the page uses this */\n    font-size: 1.7em;\n}\n\n.postbody h3 {\n        /* Postbody requires a different h3 format - so change it here */\n     font-size: 1.5em;\n     padding: 2px 0 0 0;\n   margin: 0 0 0.3em 0 !important;\n       text-transform: none;\n border: none;\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n line-height: 125%;\n}\n\n.postbody h3 img {\n   /* Also see tweaks.css */\n     vertical-align: bottom;\n}\n\n.postbody .content {\n    font-size: 1.3em;\n}\n\n.search .postbody {\n   width: 68%\n}\n\n/* Topic review panel\n----------------------------------------*/\n#review {\n margin-top: 2em;\n}\n\n#topicreview {\n padding-right: 5px;\n   overflow: auto;\n       height: 300px;\n}\n\n#topicreview .postbody {\n width: auto;\n  float: none;\n  margin: 0;\n    height: auto;\n}\n\n#topicreview .post {\n      height: auto;\n}\n\n#topicreview h2 {\n border-bottom-width: 0;\n}\n\n/* Content container styles\n----------------------------------------*/\n.content {\n     min-height: 3em;\n      overflow: hidden;\n     line-height: 1.4em;\n   font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n      font-size: 1em;\n       color: #333333;\n}\n\n.content h2, .panel h2 {\n        font-weight: normal;\n  color: #989898;\n       border-bottom: 1px solid #CCCCCC;\n     font-size: 1.6em;\n     margin-top: 0.5em;\n    margin-bottom: 0.5em;\n padding-bottom: 0.5em;\n}\n\n.panel h3 {\n      margin: 0.5em 0;\n}\n\n.panel p {\n     font-size: 1.2em;\n     margin-bottom: 1em;\n   line-height: 1.4em;\n}\n\n.content p {\n        font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n      font-size: 1.2em;\n     margin-bottom: 1em;\n   line-height: 1.4em;\n}\n\ndl.faq {\n    font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n        font-size: 1.1em;\n     margin-top: 1em;\n      margin-bottom: 2em;\n   line-height: 1.4em;\n}\n\ndl.faq dt {\n font-weight: bold;\n    color: #333333;\n}\n\n.content dl.faq {\n       font-size: 1.2em;\n     margin-bottom: 0.5em;\n}\n\n.content li {\n     list-style-type: inherit;\n}\n\n.content ul, .content ol {\n    margin-bottom: 1em;\n   margin-left: 3em;\n}\n\n.posthilit {\n  background-color: #f3f3f3;\n    color: #BCBCBC;\n       padding: 0 2px 1px 2px;\n}\n\n.announce, .unreadpost {\n        /* Highlight the announcements & unread posts box */\n  border-left-color: #BCBCBC;\n   border-right-color: #BCBCBC;\n}\n\n/* Post author */\np.author {\n      margin: 0 15em 0.6em 0;\n       padding: 0 0 5px 0;\n   font-family: Verdana, Helvetica, Arial, sans-serif;\n   font-size: 1em;\n       line-height: 1.2em;\n}\n\n/* Post signature */\n.signature {\n  margin-top: 1.5em;\n    padding-top: 0.2em;\n   font-size: 1.1em;\n     border-top: 1px solid #CCCCCC;\n        clear: left;\n  line-height: 140%;\n    overflow: hidden;\n     width: 100%;\n}\n\ndd .signature {\n    margin: 0;\n    padding: 0;\n   clear: none;\n  border: none;\n}\n\n.signature li {\n   list-style-type: inherit;\n}\n\n.signature ul, .signature ol {\n        margin-bottom: 1em;\n   margin-left: 3em;\n}\n\n/* Post noticies */\n.notice {\n        font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n        width: auto;\n  margin-top: 1.5em;\n    padding-top: 0.2em;\n   font-size: 1em;\n       border-top: 1px dashed #CCCCCC;\n       clear: left;\n  line-height: 130%;\n}\n\n/* Jump to post link for now */\nul.searchresults {\n  list-style: none;\n     text-align: right;\n    clear: both;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n     background: #ebebeb none 6px 8px no-repeat;\n   border: 1px solid #dbdbdb;\n    font-size: 0.95em;\n    margin: 0.5em 1px 0 25px;\n     overflow: hidden;\n     padding: 5px;\n}\n\nblockquote blockquote {\n   /* Nested quotes */\n   background-color: #bababa;\n    font-size: 1em;\n       margin: 0.5em 1px 0 15px;       \n}\n\nblockquote blockquote blockquote {\n     /* Nested quotes */\n   background-color: #e4e4e4;\n}\n\nblockquote cite {\n    /* Username/source of quoter */\n       font-style: normal;\n   font-weight: bold;\n    margin-left: 20px;\n    display: block;\n       font-size: 0.9em;\n}\n\nblockquote cite cite {\n        font-size: 1em;\n}\n\nblockquote.uncited {\n    padding-top: 25px;\n}\n\n/* Code block */\ndl.codebox {\n       padding: 3px;\n background-color: #FFFFFF;\n    border: 1px solid #d8d8d8;\n    font-size: 1em;\n}\n\ndl.codebox dt {\n text-transform: uppercase;\n    border-bottom: 1px solid #CCCCCC;\n     margin-bottom: 3px;\n   font-size: 0.8em;\n     font-weight: bold;\n    display: block;\n}\n\nblockquote dl.codebox {\n margin-left: 0;\n}\n\ndl.codebox code {\n       /* Also see tweaks.css */\n     overflow: auto;\n       display: block;\n       height: auto;\n max-height: 200px;\n    white-space: normal;\n  padding-top: 5px;\n     font: 0.9em Monaco, \"Andale Mono\",\"Courier New\", Courier, mono;\n   line-height: 1.3em;\n   color: #8b8b8b;\n       margin: 2px 0;\n}\n\n.syntaxbg          { color: #FFFFFF; }\n.syntaxcomment     { color: #000000; }\n.syntaxdefault     { color: #bcbcbc; }\n.syntaxhtml                { color: #000000; }\n.syntaxkeyword     { color: #585858; }\n.syntaxstring      { color: #a7a7a7; }\n\n/* Attachments\n----------------------------------------*/\n.attachbox {\n       float: left;\n  width: auto; \n margin: 5px 5px 5px 0;\n        padding: 6px;\n background-color: #FFFFFF;\n    border: 1px dashed #d8d8d8;\n   clear: left;\n}\n\n.pm-message .attachbox {\n   background-color: #f3f3f3;\n}\n\n.attachbox dt {\n      font-family: Arial, Helvetica, sans-serif;\n    text-transform: uppercase;\n}\n\n.attachbox dd {\n      margin-top: 4px;\n      padding-top: 4px;\n     clear: left;\n  border-top: 1px solid #d8d8d8;\n}\n\n.attachbox dd dd {\n       border: none;\n}\n\n.attachbox p {\n    line-height: 110%;\n    color: #666666;\n       font-weight: normal;\n  clear: left;\n}\n\n.attachbox p.stats\n{\n      line-height: 110%;\n    color: #666666;\n       font-weight: normal;\n  clear: left;\n}\n\n.attach-image {\n    margin: 3px 0;\n        width: 100%;\n  max-height: 350px;\n    overflow: auto;\n}\n\n.attach-image img {\n     border: 1px solid #999999;\n/*  cursor: move; */\n      cursor: default;\n}\n\n/* Inline image thumbnails */\ndiv.inline-attachment dl.thumbnail, div.inline-attachment dl.file {\n     display: block;\n       margin-bottom: 4px;\n}\n\ndiv.inline-attachment p {\n   font-size: 100%;\n}\n\ndl.file {\n      font-family: Verdana, Arial, Helvetica, sans-serif;\n   display: block;\n}\n\ndl.file dt {\n    text-transform: none;\n margin: 0;\n    padding: 0;\n   font-weight: bold;\n    font-family: Verdana, Arial, Helvetica, sans-serif;\n}\n\ndl.file dd {\n        color: #666666;\n       margin: 0;\n    padding: 0;     \n}\n\ndl.thumbnail img {\n     padding: 3px;\n border: 1px solid #666666;\n    background-color: #FFF;\n}\n\ndl.thumbnail dd {\n       color: #666666;\n       font-style: italic;\n   font-family: Verdana, Arial, Helvetica, sans-serif;\n}\n\n.attachbox dl.thumbnail dd {\n        font-size: 100%;\n}\n\ndl.thumbnail dt a:hover {\n      background-color: #EEEEEE;\n}\n\ndl.thumbnail dt a:hover img {\n        border: 1px solid #d2d2d2;\n}\n\n/* Post poll styles\n----------------------------------------*/\nfieldset.polls {\n    font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n}\n\nfieldset.polls dl {\n       margin-top: 5px;\n      border-top: 1px solid #e2e2e2;\n        padding: 5px 0 0 0;\n   line-height: 120%;\n    color: #666666;\n}\n\nfieldset.polls dl.voted {\n       font-weight: bold;\n    color: #000000;\n}\n\nfieldset.polls dt {\n     text-align: left;\n     float: left;\n  display: block;\n       width: 30%;\n   border-right: none;\n   padding: 0;\n   margin: 0;\n    font-size: 1.1em;\n}\n\nfieldset.polls dd {\n   float: left;\n  width: 10%;\n   border-left: none;\n    padding: 0 5px;\n       margin-left: 0;\n       font-size: 1.1em;\n}\n\nfieldset.polls dd.resultbar {\n width: 50%;\n}\n\nfieldset.polls dd input {\n   margin: 2px 0;\n}\n\nfieldset.polls dd div {\n  text-align: right;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #FFFFFF;\n       font-weight: bold;\n    padding: 0 2px;\n       overflow: visible;\n    min-width: 2%;\n}\n\n.pollbar1 {\n      background-color: #aaaaaa;\n    border-bottom: 1px solid #747474;\n     border-right: 1px solid #747474;\n}\n\n.pollbar2 {\n    background-color: #bebebe;\n    border-bottom: 1px solid #8c8c8c;\n     border-right: 1px solid #8c8c8c;\n}\n\n.pollbar3 {\n    background-color: #D1D1D1;\n    border-bottom: 1px solid #aaaaaa;\n     border-right: 1px solid #aaaaaa;\n}\n\n.pollbar4 {\n    background-color: #e4e4e4;\n    border-bottom: 1px solid #bebebe;\n     border-right: 1px solid #bebebe;\n}\n\n.pollbar5 {\n    background-color: #f8f8f8;\n    border-bottom: 1px solid #D1D1D1;\n     border-right: 1px solid #D1D1D1;\n}\n\n/* Poster profile block\n----------------------------------------*/\n.postprofile {\n    /* Also see tweaks.css */\n     margin: 5px 0 10px 0;\n min-height: 80px;\n     color: #666666;\n       border-left: 1px solid #FFFFFF;\n       width: 22%;\n   float: right;\n display: inline;\n}\n.pm .postprofile {\n       border-left: 1px solid #DDDDDD;\n}\n\n.postprofile dd, .postprofile dt {\n      line-height: 1.2em;\n   margin-left: 8px;\n}\n\n.postprofile strong {\n font-weight: normal;\n  color: #000000;\n}\n\n.avatar {\n       border: none;\n margin-bottom: 3px;\n}\n\n.online {\n   background-image: none;\n       background-position: 100% 0;\n  background-repeat: no-repeat;\n}\n\n/* Poster profile used by search*/\n.search .postprofile {\n        width: 30%;\n}\n\n/* pm list in compose message if mass pm is enabled */\ndl.pmlist dt {\n      width: 60% !important;\n}\n\ndl.pmlist dt textarea {\n  width: 95%;\n}\n\ndl.pmlist dd {\n      margin-left: 61% !important;\n  margin-bottom: 2px;\n}\n/* proSilver Button Styles\n---------------------------------------- */\n\n/* Rollover buttons\n   Based on: http://wellstyled.com/css-nopreload-rollovers.html\n----------------------------------------*/\n.buttons {\n       float: left;\n  width: auto;\n  height: auto;\n}\n\n/* Rollover state */\n.buttons div {\n      float: left;\n  margin: 0 5px 0 0;\n    background-position: 0 100%;\n}\n\n/* Rolloff state */\n.buttons div a {\n      display: block;\n       width: 100%;\n  height: 100%;\n background-position: 0 0;\n     position: relative;\n   overflow: hidden;\n}\n\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\n/*.buttons div span            { display: none; }*/\n/*.buttons div a:hover    { background-image: none; }*/\n.buttons div span                        { position: absolute; width: 100%; height: 100%; cursor: pointer;}\n.buttons div a:hover span   { background-position: 0 100%; }\n\n/* Big button images */\n.reply-icon span   { background: transparent none 0 0 no-repeat; }\n.post-icon span                { background: transparent none 0 0 no-repeat; }\n.locked-icon span      { background: transparent none 0 0 no-repeat; }\n.pmreply-icon span     { background: none 0 0 no-repeat; }\n.newpm-icon span   { background: none 0 0 no-repeat; }\n.forwardpm-icon span       { background: none 0 0 no-repeat; }\n\n/* Set big button dimensions */\n.buttons div.reply-icon         { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }\n.buttons div.post-icon         { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }\n.buttons div.locked-icon   { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }\n.buttons div.pmreply-icon    { width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }\n.buttons div.newpm-icon              { width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }\n.buttons div.forwardpm-icon      { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }\n\n/* Sub-header (navigation bar)\n--------------------------------------------- */\na.print, a.sendemail, a.fontsize {\n display: block;\n       overflow: hidden;\n     height: 18px;\n text-indent: -5000px;\n text-align: left;\n     background-repeat: no-repeat;\n}\n\na.print {\n background-image: none;\n       width: 22px;\n}\n\na.sendemail {\n      background-image: none;\n       width: 22px;\n}\n\na.fontsize {\n       background-image: none;\n       background-position: 0 -1px;\n  width: 29px;\n}\n\na.fontsize:hover {\n background-position: 0 -20px;\n text-decoration: none;\n}\n\n/* Icon images\n---------------------------------------- */\n.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,\n.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {\n      background-position: 0 50%;\n   background-repeat: no-repeat;\n background-image: none;\n       padding: 1px 0 0 17px;\n}\n\n/* Poster profile icons\n----------------------------------------*/\nul.profile-icons {\n  padding-top: 10px;\n    list-style: none;\n}\n\n/* Rollover state */\nul.profile-icons li {\n   float: left;\n  margin: 0 6px 3px 0;\n  background-position: 0 100%;\n}\n\n/* Rolloff state */\nul.profile-icons li a {\n       display: block;\n       width: 100%;\n  height: 100%;\n background-position: 0 0;\n}\n\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\nul.profile-icons li span { display:none; }\nul.profile-icons li a:hover { background: none; }\n\n/* Positioning of moderator icons */\n.postbody ul.profile-icons {\n  float: right;\n width: auto;\n  padding: 0;\n}\n\n.postbody ul.profile-icons li {\n     margin: 0 3px;\n}\n\n/* Profile & navigation icons */\n.email-icon, .email-icon a               { background: none top left no-repeat; }\n.aim-icon, .aim-icon a                        { background: none top left no-repeat; }\n.yahoo-icon, .yahoo-icon a            { background: none top left no-repeat; }\n.web-icon, .web-icon a                        { background: none top left no-repeat; }\n.msnm-icon, .msnm-icon a                      { background: none top left no-repeat; }\n.icq-icon, .icq-icon a                        { background: none top left no-repeat; }\n.jabber-icon, .jabber-icon a          { background: none top left no-repeat; }\n.pm-icon, .pm-icon a                          { background: none top left no-repeat; }\n.quote-icon, .quote-icon a            { background: none top left no-repeat; }\n\n/* Moderator icons */\n.report-icon, .report-icon a         { background: none top left no-repeat; }\n.warn-icon, .warn-icon a                      { background: none top left no-repeat; }\n.edit-icon, .edit-icon a                      { background: none top left no-repeat; }\n.delete-icon, .delete-icon a          { background: none top left no-repeat; }\n.info-icon, .info-icon a                      { background: none top left no-repeat; }\n\n/* Set profile icon dimensions */\nul.profile-icons li.email-icon           { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }\nul.profile-icons li.aim-icon   { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }\nul.profile-icons li.yahoo-icon     { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }\nul.profile-icons li.web-icon   { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }\nul.profile-icons li.msnm-icon      { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }\nul.profile-icons li.icq-icon     { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }\nul.profile-icons li.jabber-icon    { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }\nul.profile-icons li.pm-icon          { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }\nul.profile-icons li.quote-icon       { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }\nul.profile-icons li.report-icon      { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }\nul.profile-icons li.edit-icon      { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }\nul.profile-icons li.delete-icon        { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }\nul.profile-icons li.info-icon      { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }\nul.profile-icons li.warn-icon  { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }\n\n/* Fix profile icon default margins */\nul.profile-icons li.edit-icon        { margin: 0 0 0 3px; }\nul.profile-icons li.quote-icon  { margin: 0 0 0 10px; }\nul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }\n/* proSilver Control Panel Styles\n---------------------------------------- */\n\n\n/* Main CP box\n----------------------------------------*/\n#cp-menu {\n    float:left;\n   width: 19%;\n   margin-top: 1em;\n      margin-bottom: 5px;\n}\n\n#cp-main {\n  float: left;\n  width: 81%;\n}\n\n#cp-main .content {\n padding: 0;\n}\n\n#cp-main h3, #cp-main hr, #cp-menu hr {\n     border-color: #bfbfbf;\n}\n\n#cp-main .panel p {\n      font-size: 1.1em;\n}\n\n#cp-main .panel ol {\n  margin-left: 2em;\n     font-size: 1.1em;\n}\n\n#cp-main .panel li.row {\n      border-bottom: 1px solid #cbcbcb;\n     border-top: 1px solid #F9F9F9;\n}\n\nul.cplist {\n      margin-bottom: 5px;\n   border-top: 1px solid #cbcbcb;\n}\n\n#cp-main .panel li.header dd, #cp-main .panel li.header dt {\n     color: #000000;\n       margin-bottom: 2px;\n}\n\n#cp-main table.table1 {\n     margin-bottom: 1em;\n}\n\n#cp-main table.table1 thead th {\n    color: #333333;\n       font-weight: bold;\n    border-bottom: 1px solid #333333;\n     padding: 5px;\n}\n\n#cp-main table.table1 tbody th {\n  font-style: italic;\n   background-color: transparent !important;\n     border-bottom: none;\n}\n\n#cp-main .pagination {\n     float: right;\n width: auto;\n  padding-top: 1px;\n}\n\n#cp-main .postbody p {\n        font-size: 1.1em;\n}\n\n#cp-main .pm-message {\n        border: 1px solid #e2e2e2;\n    margin: 10px 0;\n       background-color: #FFFFFF;\n    width: auto;\n  float: none;\n}\n\n.pm-message h2 {\n   padding-bottom: 5px;\n}\n\n#cp-main .postbody h3, #cp-main .box2 h3 {\n margin-top: 0;\n}\n\n#cp-main .buttons {\n      margin-left: 0;\n}\n\n#cp-main ul.linklist {\n  margin: 0;\n}\n\n/* MCP Specific tweaks */\n.mcp-main .postbody {\n     width: 100%;\n}\n\n/* CP tabbed menu\n----------------------------------------*/\n#tabs {\n     line-height: normal;\n  margin: 20px 0 -1px 7px;\n      min-width: 570px;\n}\n\n#tabs ul {\n    margin:0;\n     padding: 0;\n   list-style: none;\n}\n\n#tabs li {\n    display: inline;\n      margin: 0;\n    padding: 0;\n   font-size: 1em;\n       font-weight: bold;\n}\n\n#tabs a {\n    float: left;\n  background: none no-repeat 0% -35px;\n  margin: 0 1px 0 0;\n    padding: 0 0 0 5px;\n   text-decoration: none;\n        position: relative;\n   cursor: pointer;\n}\n\n#tabs a span {\n float: left;\n  display: block;\n       background: none no-repeat 100% -35px;\n        padding: 6px 10px 6px 5px;\n    color: #828282;\n       white-space: nowrap;\n}\n\n#tabs a:hover span {\n       color: #bcbcbc;\n}\n\n#tabs .activetab a {\n    background-position: 0 0;\n     border-bottom: 1px solid #ebebeb;\n}\n\n#tabs .activetab a span {\n     background-position: 100% 0;\n  padding-bottom: 7px;\n  color: #333333;\n}\n\n#tabs a:hover {\n background-position: 0 -70px;\n}\n\n#tabs a:hover span {\n      background-position:100% -70px;\n}\n\n#tabs .activetab a:hover {\n      background-position: 0 0;\n}\n\n#tabs .activetab a:hover span {\n       color: #000000;\n       background-position: 100% 0;\n}\n\n/* Mini tabbed menu used in MCP\n----------------------------------------*/\n#minitabs {\n   line-height: normal;\n  margin: -20px 7px 0 0;\n}\n\n#minitabs ul {\n   margin:0;\n     padding: 0;\n   list-style: none;\n}\n\n#minitabs li {\n        display: block;\n       float: right;\n padding: 0 10px 4px 10px;\n     font-size: 1em;\n       font-weight: bold;\n    background-color: #f2f2f2;\n    margin-left: 2px;\n}\n\n#minitabs a {\n}\n\n#minitabs a:hover {\n       text-decoration: none;\n}\n\n#minitabs li.activetab {\n background-color: #F9F9F9;\n}\n\n#minitabs li.activetab a, #minitabs li.activetab a:hover {\n   color: #333333;\n}\n\n/* UCP navigation menu\n----------------------------------------*/\n/* Container for sub-navigation list */\n#navigation {\n      width: 100%;\n  padding-top: 36px;\n}\n\n#navigation ul {\n     list-style:none;\n}\n\n/* Default list state */\n#navigation li {\n     margin: 1px 0;\n        padding: 0;\n   font-weight: bold;\n    display: inline;\n}\n\n/* Link styles for the sub-section links */\n#navigation a {\n   display: block;\n       padding: 5px;\n margin: 1px 0;\n        text-decoration: none;\n        font-weight: bold;\n    color: #333;\n  background: #cfcfcf none repeat-y 100% 0;\n}\n\n#navigation a:hover {\n text-decoration: none;\n        background-color: #c6c6c6;\n    color: #bcbcbc;\n       background-image: none;\n}\n\n#navigation #active-subsection a {\n      display: block;\n       color: #d3d3d3;\n       background-color: #F9F9F9;\n    background-image: none;\n}\n\n#navigation #active-subsection a:hover {\n        color: #d3d3d3;\n}\n\n/* Preferences pane layout\n----------------------------------------*/\n#cp-main h2 {\n   border-bottom: none;\n  padding: 0;\n   margin-left: 10px;\n    color: #333333;\n}\n\n#cp-main .panel {\n       background-color: #F9F9F9;\n}\n\n#cp-main .pm {\n       background-color: #FFFFFF;\n}\n\n#cp-main span.corners-top, #cp-menu span.corners-top {\n       background-image: none;\n}\n\n#cp-main span.corners-top span, #cp-menu span.corners-top span {\n        background-image: none;\n}\n\n#cp-main span.corners-bottom, #cp-menu span.corners-bottom {\n    background-image: none;\n}\n\n#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {\n  background-image: none;\n}\n\n/* Topicreview */\n#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {\n       background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {\n        background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {\n    background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {\n  background-image: none;\n}\n\n/* Friends list */\n.cp-mini {\n  background-color: #f9f9f9;\n    padding: 0 5px;\n       margin: 10px 15px 10px 5px;\n}\n\n.cp-mini span.corners-top, .cp-mini span.corners-bottom {\n   margin: 0 -5px;\n}\n\ndl.mini dt {\n    font-weight: bold;\n    color: #676767;\n}\n\ndl.mini dd {\n    padding-top: 4px;\n}\n\n.friend-online {\n      font-weight: bold;\n}\n\n.friend-offline {\n    font-style: italic;\n}\n\n/* PM Styles\n----------------------------------------*/\n#pm-menu {\n        line-height: 2.5em;\n}\n\n/* PM Message history */\n.current {\n        color: #999999;\n}\n\n/* Defined rules list for PM options */\nol.def-rules {\n padding-left: 0;\n}\n\nol.def-rules li {\n      line-height: 180%;\n    padding: 1px;\n}\n\n/* PM marking colours */\n.pmlist li.bg1 {\n        border: solid 3px transparent;\n        border-width: 0 3px;\n}\n\n.pmlist li.bg2 {\n   border: solid 3px transparent;\n        border-width: 0 3px;\n}\n\n.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {\n       border-left-color: #bcbcbc;\n   border-right-color: #bcbcbc;\n}\n\n.pmlist li.pm_marked_colour, .pm_marked_colour {\n   border: solid 3px #ffffff;\n    border-width: 0 3px;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n border: solid 3px #c2c2c2;\n    border-width: 0 3px;    \n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n       border: solid 3px #bdbdbd;\n    border-width: 0 3px;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\n border: solid 3px #000000;\n    border-width: 0 3px;\n}\n\n.pm-legend {\n       border-left-width: 10px;\n      border-left-style: solid;\n     border-right-width: 0;\n        margin-bottom: 3px;\n   padding-left: 3px;\n}\n\n/* Avatar gallery */\n#gallery label {\n       position: relative;\n   float: left;\n  margin: 10px;\n padding: 5px;\n width: auto;\n  background: #FFFFFF;\n  border: 1px solid #CCC;\n       text-align: center;\n}\n\n#gallery label:hover {\n      background-color: #EEE;\n}\n/* proSilver Form Styles\n---------------------------------------- */\n\n/* General form styles\n----------------------------------------*/\nfieldset {\n   border-width: 0;\n      font-family: Verdana, Helvetica, Arial, sans-serif;\n   font-size: 1.1em;\n}\n\ninput {\n       font-weight: normal;\n  cursor: pointer;\n      vertical-align: middle;\n       padding: 0 3px;\n       font-size: 1em;\n       font-family: Verdana, Helvetica, Arial, sans-serif;\n}\n\nselect {\n    font-family: Verdana, Helvetica, Arial, sans-serif;\n   font-weight: normal;\n  cursor: pointer;\n      vertical-align: middle;\n       border: 1px solid #666666;\n    padding: 1px;\n background-color: #FAFAFA;\n}\n\noption {\n     padding-right: 1em;\n}\n\noption.disabled-option {\n    color: graytext;\n}\n\ntextarea {\n     font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n        width: 60%;\n   padding: 2px;\n font-size: 1em;\n       line-height: 1.4em;\n}\n\nlabel {\n     cursor: default;\n      padding-right: 5px;\n   color: #676767;\n}\n\nlabel input {\n   vertical-align: middle;\n}\n\nlabel img {\n     vertical-align: middle;\n}\n\n/* Definition list layout for forms\n---------------------------------------- */\nfieldset dl {\n padding: 4px 0;\n}\n\nfieldset dt {\n   float: left;    \n      width: 40%;\n   text-align: left;\n     display: block;\n}\n\nfieldset dd {\n   margin-left: 41%;\n     vertical-align: top;\n  margin-bottom: 3px;\n}\n\n/* Specific layout 1 */\nfieldset.fields1 dt {\n      width: 15em;\n  border-right-width: 0;\n}\n\nfieldset.fields1 dd {\n    margin-left: 15em;\n    border-left-width: 0;\n}\n\nfieldset.fields1 {\n        background-color: transparent;\n}\n\nfieldset.fields1 div {\n   margin-bottom: 3px;\n}\n\n/* Specific layout 2 */\nfieldset.fields2 dt {\n      width: 15em;\n  border-right-width: 0;\n}\n\nfieldset.fields2 dd {\n    margin-left: 16em;\n    border-left-width: 0;\n}\n\n/* Form elements */\ndt label {\n   font-weight: bold;\n    text-align: left;\n}\n\ndd label {\n    white-space: nowrap;\n  color: #333;\n}\n\ndd input, dd textarea {\n    margin-right: 3px;\n}\n\ndd select {\n  width: auto;\n}\n\ndd textarea {\n      width: 85%;\n}\n\n/* Hover effects */\nfieldset dl:hover dt label {\n   color: #000000;\n}\n\nfieldset.fields2 dl:hover dt label {\n    color: inherit;\n}\n\n#timezone {\n     width: 95%;\n}\n\n* html #timezone {\n  width: 50%;\n}\n\n/* Quick-login on index page */\nfieldset.quick-login {\n     margin-top: 5px;\n}\n\nfieldset.quick-login input {\n   width: auto;\n}\n\nfieldset.quick-login input.inputbox {\n      width: 15%;\n   vertical-align: middle;\n       margin-right: 5px;\n    background-color: #f3f3f3;\n}\n\nfieldset.quick-login label {\n white-space: nowrap;\n  padding-right: 2px;\n}\n\n/* Display options on viewtopic/viewforum pages  */\nfieldset.display-options {\n     text-align: center;\n   margin: 3px 0 5px 0;\n}\n\nfieldset.display-options label {\n   white-space: nowrap;\n  padding-right: 2px;\n}\n\nfieldset.display-options a {\n        margin-top: 3px;\n}\n\n/* Display actions for ucp and mcp pages */\nfieldset.display-actions {\n        text-align: right;\n    line-height: 2em;\n     white-space: nowrap;\n  padding-right: 1em;\n}\n\nfieldset.display-actions label {\n    white-space: nowrap;\n  padding-right: 2px;\n}\n\nfieldset.sort-options {\n     line-height: 2em;\n}\n\n/* MCP forum selection*/\nfieldset.forum-selection {\n  margin: 5px 0 3px 0;\n  float: right;\n}\n\nfieldset.forum-selection2 {\n       margin: 13px 0 3px 0;\n float: right;\n}\n\n/* Jumpbox */\nfieldset.jumpbox {\n text-align: right;\n    margin-top: 15px;\n     height: 2.5em;\n}\n\nfieldset.quickmod {\n      width: 50%;\n   float: right;\n text-align: right;\n    height: 2.5em;\n}\n\n/* Submit button fieldset */\nfieldset.submit-buttons {\n  text-align: center;\n   vertical-align: middle;\n       margin: 5px 0;\n}\n\nfieldset.submit-buttons input {\n  vertical-align: middle;\n       padding-top: 3px;\n     padding-bottom: 3px;\n}\n\n/* Posting page styles\n----------------------------------------*/\n\n/* Buttons used in the editor */\n#format-buttons {\n  margin: 15px 0 2px 0;\n}\n\n#format-buttons input, #format-buttons select {\n   vertical-align: middle;\n}\n\n/* Main message box */\n#message-box {\n  width: 80%;\n}\n\n#message-box textarea {\n     font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n width: 100%;\n  font-size: 1.2em;\n     color: #333333;\n}\n\n/* Emoticons panel */\n#smiley-box {\n    width: 18%;\n   float: right;\n}\n\n#smiley-box img {\n margin: 3px;\n}\n\n/* Input field styles\n---------------------------------------- */\n.inputbox {\n    background-color: #FFFFFF;\n    border: 1px solid #c0c0c0;\n    color: #333333;\n       padding: 2px;\n cursor: text;\n}\n\n.inputbox:hover {\n border: 1px solid #eaeaea;\n}\n\n.inputbox:focus {\n    border: 1px solid #eaeaea;\n    color: #4b4b4b;\n}\n\ninput.inputbox    { width: 85%; }\ninput.medium   { width: 50%; }\ninput.narrow   { width: 25%; }\ninput.tiny             { width: 125px; }\n\ntextarea.inputbox {\n      width: 85%;\n}\n\n.autowidth {\n        width: auto !important;\n}\n\n/* Form button styles\n---------------------------------------- */\ninput.button1, input.button2 {\n      font-size: 1em;\n}\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n     width: auto !important;\n       padding-top: 1px;\n     padding-bottom: 1px;\n  font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n        color: #000;\n  background: #FAFAFA none repeat-x top;\n}\n\na.button1, input.button1 {\n       font-weight: bold;\n    border: 1px solid #666666;\n}\n\ninput.button3 {\n      padding: 0;\n   margin: 0;\n    line-height: 5px;\n     height: 12px;\n background-image: none;\n       font-variant: small-caps;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n   border: 1px solid #666666;\n}\n\n/* <a> button in the style of the form buttons */\na.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {\n  text-decoration: none;\n        color: #000000;\n       padding: 2px 8px;\n     line-height: 250%;\n    vertical-align: text-bottom;\n  background-position: 0 1px;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n       border: 1px solid #BCBCBC;\n    background-position: 0 100%;\n  color: #BCBCBC;\n}\n\ninput.disabled {\n        font-weight: normal;\n  color: #666666;\n}\n\n/* Topic and forum Search */\n.search-box {\n     margin-top: 3px;\n      margin-left: 5px;\n     float: left;\n}\n\n.search-box input {\n}\n\ninput.search {\n   background-image: none;\n       background-repeat: no-repeat;\n background-position: left 1px;\n        padding-left: 17px;\n}\n\n.full { width: 95%; }\n.medium { width: 50%;}\n.narrow { width: 25%;}\n.tiny { width: 10%;}\n/* proSilver Style Sheet Tweaks\n\nThese style definitions are mainly IE specific \ntweaks required due to its poor CSS support.\n-------------------------------------------------*/\n\n* html table, * html select, * html input { font-size: 100%; }\n* html hr { margin: 0; }\n* html span.corners-top, * html span.corners-bottom { background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\"); }\n* html span.corners-top span, * html span.corners-bottom span { background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\"); }\n\ntable.table1 {\n width: 99%;             /* IE < 6 browsers */\n /* Tantek hack */\n     voice-family: \"\\\"}\\\"\";\n  voice-family: inherit;\n        width: 100%;\n}\nhtml>body table.table1 { width: 100%; }        /* Reset 100% for opera */\n\n* html ul.topiclist li { position: relative; }\n* html .postbody h3 img { vertical-align: middle; }\n\n/* Form styles */\nhtml>body dd label input { vertical-align: text-bottom; }       /* Align checkboxes/radio buttons nicely */\n\n* html input.button1, * html input.button2 {\n   padding-bottom: 0;\n    margin-bottom: 1px;\n}\n\n/* Misc layout styles */\n* html .column1, * html .column2 { width: 45%; }\n\n/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)\n   From http://www.positioniseverything.net/easyclearing.html \n#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {\n     content: \".\"; \n      display: block; \n      height: 0; \n   clear: both; \n visibility: hidden;\n}*/\n\n.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {\n     height: 1%;\n   overflow: hidden;\n}\n\n/* viewtopic fix */\n* html .post {\n   height: 25%;\n  overflow: hidden;\n}\n\n/* navbar fix */\n* html .clearfix, * html .navbar, ul.linklist {\n     height: 4%;\n   overflow: hidden;\n}\n\n/* Simple fix so forum and topic lists always have a min-height set, even in IE6\n      From http://www.dustindiaz.com/min-height-fast-hack */\ndl.icon {\n     min-height: 35px;\n     height: auto !important;\n      height: 35px;\n}\n\n* html #search-box {\n      width: 25%;\n}\n\n/* Correctly clear floating for details on profile view */\n*:first-child+html dl.details dd {\n      margin-left: 30%;\n     float: none;\n}\n\n* html dl.details dd {\n     margin-left: 30%;\n     float: none;\n}\n/*     \n--------------------------------------------------------------\nColours and backgrounds for common.css\n-------------------------------------------------------------- */\n\nhtml, body {\n   color: #536482;\n       background-color: #FFFFFF;\n}\n\nh1 {\n color: #FFFFFF;\n}\n\nh2 {\n    color: #28313F;\n}\n\nh3 {\n    border-bottom-color: #CCCCCC;\n color: #115098;\n}\n\nhr {\n    border-color: #FFFFFF;\n        border-top-color: #CCCCCC;\n}\n\nhr.dashed {\n  border-top-color: #CCCCCC;\n}\n\n/* Search box\n--------------------------------------------- */\n\n#search-box {\n     color: #FFFFFF;\n}\n\n#search-box #keywords {\n background-color: #FFF;\n}\n\n#search-box input {\n     border-color: #0075B0;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n       background-color: #12A3EB;\n    background-image: url(\"{T_THEME_PATH}/images/bg_header.gif\");\n       color: #FFFFFF;\n}\n\n.navbar {\n       background-color: #cadceb;\n}\n\n.forabg {\n    background-color: #0076b1;\n    background-image: url(\"{T_THEME_PATH}/images/bg_list.gif\");\n}\n\n.forumbg {\n        background-color: #12A3EB;\n    background-image: url(\"{T_THEME_PATH}/images/bg_header.gif\");\n}\n\n.panel {\n        background-color: #ECF1F3;\n    color: #28313F;\n}\n\n.post:target .content {\n color: #000000;\n}\n\n.post:target h3 a {\n     color: #000000;\n}\n\n.bg1      { background-color: #ECF3F7; }\n.bg2    { background-color: #e1ebf2;  }\n.bg3   { background-color: #cadceb; }\n\n.ucprowbg {\n background-color: #DCDEE2;\n}\n\n.fieldsbg {\n  background-color: #E7E8EA;\n}\n\nspan.corners-top {\n   background-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-top span {\n      background-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\nspan.corners-bottom {\n       background-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-bottom span {\n   background-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\n/* Horizontal lists\n----------------------------------------*/\n\nul.navlinks {\n    border-bottom-color: #FFFFFF;\n}\n\n/* Table styles\n----------------------------------------*/\ntable.table1 thead th {\n      color: #FFFFFF;\n}\n\ntable.table1 tbody tr {\n border-color: #BFC1CF;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n       background-color: #CFE1F6;\n    color: #000;\n}\n\ntable.table1 td {\n  color: #536482;\n}\n\ntable.table1 tbody td {\n border-top-color: #FAFAFA;\n}\n\ntable.table1 tbody th {\n      border-bottom-color: #000000;\n color: #333333;\n       background-color: #FFFFFF;\n}\n\ntable.info tbody th {\n        color: #000000;\n}\n\n/* Misc layout styles\n---------------------------------------- */\ndl.details dt {\n     color: #000000;\n}\n\ndl.details dd {\n color: #536482;\n}\n\n.sep {\n  color: #1198D9;\n}\n\n/* Pagination\n---------------------------------------- */\n\n.pagination span strong {\n color: #FFFFFF;\n       background-color: #4692BF;\n    border-color: #4692BF;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {\n     color: #5C758C;\n       background-color: #ECEDEE;\n    border-color: #B4BAC0;\n}\n\n.pagination span a:hover {\n       border-color: #368AD2;\n        background-color: #368AD2;\n    color: #FFF;\n}\n\n/* Pagination in viewforum for multipage topics */\n.row .pagination {\n     background-image: url(\"{T_THEME_PATH}/images/icon_pages.gif\");\n}\n\n.row .pagination span a, li.pagination span a {\n        background-color: #FFFFFF;\n}\n\n.row .pagination span a:hover, li.pagination span a:hover {\n  background-color: #368AD2;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n\n.copyright {\n color: #555555;\n}\n\n.error {\n        color: #BC2A4D;\n}\n\n.reported {\n     background-color: #F7ECEF;\n}\n\nli.reported:hover {\n  background-color: #ECD5D8 !important;\n}\n.sticky, .announce {\n        /* you can add a background for stickies and announcements*/\n}\n\ndiv.rules {\n        background-color: #ECD5D8;\n    color: #BC2A4D;\n}\n\np.rules {\n       background-color: #ECD5D8;\n    background-image: none;\n}\n\n/*        \n--------------------------------------------------------------\nColours and backgrounds for links.css\n-------------------------------------------------------------- */\n\na:link    { color: #105289; }\na:visited  { color: #105289; }\na:hover    { color: #D31141; }\na:active   { color: #368AD2; }\n\n/* Links on gradient backgrounds */\n#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {\n   color: #FFFFFF;\n}\n\n#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {\n  color: #FFFFFF;\n}\n\n#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n    color: #A8D8FF;\n}\n\n#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n       color: #C8E6FF;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n       color: #105289;\n}\n\n/* a.forumtitle:visited { color: #105289; } */\n\na.forumtitle:hover {\n  color: #BC2A4D;\n}\n\na.forumtitle:active {\n   color: #105289;\n}\n\na.topictitle {\n  color: #105289;\n}\n\n/* a.topictitle:visited { color: #368AD2; } */\n\na.topictitle:hover {\n  color: #BC2A4D;\n}\n\na.topictitle:active {\n   color: #105289;\n}\n\n/* Post body links */\n.postlink {\n      color: #368AD2;\n       border-bottom-color: #368AD2;\n}\n\n.postlink:visited {\n       color: #5D8FBD;\n       border-bottom-color: #666666;\n}\n\n.postlink:active {\n        color: #368AD2;\n}\n\n.postlink:hover {\n       background-color: #D0E4F6;\n    color: #0D4473;\n}\n\n.signature a, .signature a:visited, .signature a:active, .signature a:hover {\n   background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {\n      color: #105289;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n  color: #D31141;\n}\n\n/* Profile searchresults */       \n.search .postprofile a {\n    color: #105289;\n}\n\n.search .postprofile a:hover {\n  color: #D31141;\n}\n\n/* Back to top of page */\na.top {\n      background-image: url(\"{IMG_ICON_BACK_TOP_SRC}\");\n}\n\na.top2 {\n    background-image: url(\"{IMG_ICON_BACK_TOP_SRC}\");\n}\n\n/* Arrow links  */\na.up              { background-image: url(\"{T_THEME_PATH}/images/arrow_up.gif\") }\na.down               { background-image: url(\"{T_THEME_PATH}/images/arrow_down.gif\") }\na.left             { background-image: url(\"{T_THEME_PATH}/images/arrow_left.gif\") }\na.right            { background-image: url(\"{T_THEME_PATH}/images/arrow_right.gif\") }\n\na.up:hover {\n  background-color: transparent;\n}\n\na.left:hover {\n   color: #368AD2;\n}\n\na.right:hover {\n color: #368AD2;\n}\n\n\n/*      \n--------------------------------------------------------------\nColours and backgrounds for content.css\n-------------------------------------------------------------- */\n\nul.forums {\n   background-color: #eef5f9;\n    background-image: url(\"{T_THEME_PATH}/images/gradient.gif\");\n}\n\nul.topiclist li {\n        color: #4C5D77;\n}\n\nul.topiclist dd {\n       border-left-color: #FFFFFF;\n}\n\n.rtl ul.topiclist dd {\n      border-right-color: #fff;\n     border-left-color: transparent;\n}\n\nul.topiclist li.row dt a.subforum.read {\n        background-image: url(\"{IMG_SUBFORUM_READ_SRC}\");\n}\n\nul.topiclist li.row dt a.subforum.unread {\n  background-image: url(\"{IMG_SUBFORUM_UNREAD_SRC}\");\n}\n\nli.row {\n  border-top-color:  #FFFFFF;\n   border-bottom-color: #00608F;\n}\n\nli.row strong {\n   color: #000000;\n}\n\nli.row:hover {\n  background-color: #F6F4D0;\n}\n\nli.row:hover dd {\n    border-left-color: #CCCCCC;\n}\n\n.rtl li.row:hover dd {\n      border-right-color: #CCCCCC;\n  border-left-color: transparent;\n}\n\nli.header dt, li.header dd {\n    color: #FFFFFF;\n}\n\n/* Forum list column styles */\nul.topiclist dd.searchextra {\n   color: #333333;\n}\n\n/* Post body styles\n----------------------------------------*/\n.postbody {\n    color: #333333;\n}\n\n/* Content container styles\n----------------------------------------*/\n.content {\n     color: #333333;\n}\n\n.content h2, .panel h2 {\n        color: #115098;\n       border-bottom-color:  #CCCCCC;\n}\n\ndl.faq dt {\n      color: #333333;\n}\n\n.posthilit {\n    background-color: #F3BFCC;\n    color: #BC2A4D;\n}\n\n/* Post signature */\n.signature {\n      border-top-color: #CCCCCC;\n}\n\n/* Post noticies */\n.notice {\n       border-top-color:  #CCCCCC;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n      background-color: #EBEADD;\n    background-image: url(\"{T_THEME_PATH}/images/quote.gif\");\n   border-color:#DBDBCE;\n}\n\nblockquote blockquote {\n   /* Nested quotes */\n   background-color:#EFEED9;\n}\n\nblockquote blockquote blockquote {\n    /* Nested quotes */\n   background-color: #EBEADD;\n}\n\n/* Code block */\ndl.codebox {\n       background-color: #FFFFFF;\n    border-color: #C9D2D8;\n}\n\ndl.codebox dt {\n  border-bottom-color:  #CCCCCC;\n}\n\ndl.codebox code {\n        color: #2E8B57;\n}\n\n.syntaxbg         { color: #FFFFFF; }\n.syntaxcomment     { color: #FF8000; }\n.syntaxdefault     { color: #0000BB; }\n.syntaxhtml                { color: #000000; }\n.syntaxkeyword     { color: #007700; }\n.syntaxstring      { color: #DD0000; }\n\n/* Attachments\n----------------------------------------*/\n.attachbox {\n       background-color: #FFFFFF;\n    border-color:  #C9D2D8;\n}\n\n.pm-message .attachbox {\n        background-color: #F2F3F3;\n}\n\n.attachbox dd {\n      border-top-color: #C9D2D8;\n}\n\n.attachbox p {\n       color: #666666;\n}\n\n.attachbox p.stats {\n    color: #666666;\n}\n\n.attach-image img {\n     border-color: #999999;\n}\n\n/* Inline image thumbnails */\n\ndl.file dd {\n    color: #666666;\n}\n\ndl.thumbnail img {\n      border-color: #666666;\n        background-color: #FFFFFF;\n}\n\ndl.thumbnail dd {\n    color: #666666;\n}\n\ndl.thumbnail dt a:hover {\n       background-color: #EEEEEE;\n}\n\ndl.thumbnail dt a:hover img {\n        border-color: #368AD2;\n}\n\n/* Post poll styles\n----------------------------------------*/\n\nfieldset.polls dl {\n   border-top-color: #DCDEE2;\n    color: #666666;\n}\n\nfieldset.polls dl.voted {\n       color: #000000;\n}\n\nfieldset.polls dd div {\n color: #FFFFFF;\n}\n\n.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {\n        border-right-color: transparent;\n}\n\n.pollbar1 {\n    background-color: #AA2346;\n    border-bottom-color: #74162C;\n border-right-color: #74162C;\n}\n\n.rtl .pollbar1 {\n   border-left-color: #74162C;\n}\n\n.pollbar2 {\n background-color: #BE1E4A;\n    border-bottom-color: #8C1C38;\n border-right-color: #8C1C38;\n}\n\n.rtl .pollbar2 {\n   border-left-color: #8C1C38;\n}\n\n.pollbar3 {\n background-color: #D11A4E;\n    border-bottom-color: #AA2346;\n border-right-color: #AA2346;\n}\n\n.rtl .pollbar3 {\n   border-left-color: #AA2346;\n}\n\n.pollbar4 {\n background-color: #E41653;\n    border-bottom-color: #BE1E4A;\n border-right-color: #BE1E4A;\n}\n\n.rtl .pollbar4 {\n   border-left-color: #BE1E4A;\n}\n\n.pollbar5 {\n background-color: #F81157;\n    border-bottom-color: #D11A4E;\n border-right-color: #D11A4E;\n}\n\n.rtl .pollbar5 {\n   border-left-color: #D11A4E;\n}\n\n/* Poster profile block\n----------------------------------------*/\n.postprofile {\n color: #666666;\n       border-left-color: #FFFFFF;\n}\n\n.rtl .postprofile {\n border-right-color: #FFFFFF;\n  border-left-color: transparent;\n}\n\n.pm .postprofile {\n      border-left-color: #DDDDDD;\n}\n\n.rtl .pm .postprofile {\n     border-right-color: #DDDDDD;\n  border-left-color: transparent;\n}\n\n.postprofile strong {\n   color: #000000;\n}\n\n.online {\n       background-image: url(\"{T_IMAGESET_LANG_PATH}/icon_user_online.gif\");\n}\n\n/*        \n--------------------------------------------------------------\nColours and backgrounds for buttons.css\n-------------------------------------------------------------- */\n\n/* Big button images */\n.reply-icon span       { background-image: url(\"{IMG_BUTTON_TOPIC_REPLY_SRC}\"); }\n.post-icon span           { background-image: url(\"{IMG_BUTTON_TOPIC_NEW_SRC}\"); }\n.locked-icon span   { background-image: url(\"{IMG_BUTTON_TOPIC_LOCKED_SRC}\"); }\n.pmreply-icon span       { background-image: url(\"{IMG_BUTTON_PM_REPLY_SRC}\") ;}\n.newpm-icon span     { background-image: url(\"{IMG_BUTTON_PM_NEW_SRC}\") ;}\n.forwardpm-icon span   { background-image: url(\"{IMG_BUTTON_PM_FORWARD_SRC}\") ;}\n\na.print {\n      background-image: url(\"{T_THEME_PATH}/images/icon_print.gif\");\n}\n\na.sendemail {\n  background-image: url(\"{T_THEME_PATH}/images/icon_sendemail.gif\");\n}\n\na.fontsize {\n       background-image: url(\"{T_THEME_PATH}/images/icon_fontsize.gif\");\n}\n\n/* Icon images\n---------------------------------------- */\n.sitehome                                                { background-image: url(\"{T_THEME_PATH}/images/icon_home.gif\"); }\n.icon-faq                                          { background-image: url(\"{T_THEME_PATH}/images/icon_faq.gif\"); }\n.icon-members                                       { background-image: url(\"{T_THEME_PATH}/images/icon_members.gif\"); }\n.icon-home                                              { background-image: url(\"{T_THEME_PATH}/images/icon_home.gif\"); }\n.icon-ucp                                          { background-image: url(\"{T_THEME_PATH}/images/icon_ucp.gif\"); }\n.icon-register                                      { background-image: url(\"{T_THEME_PATH}/images/icon_register.gif\"); }\n.icon-logout                                   { background-image: url(\"{T_THEME_PATH}/images/icon_logout.gif\"); }\n.icon-bookmark                                   { background-image: url(\"{T_THEME_PATH}/images/icon_bookmark.gif\"); }\n.icon-bump                                             { background-image: url(\"{T_THEME_PATH}/images/icon_bump.gif\"); }\n.icon-subscribe                                    { background-image: url(\"{T_THEME_PATH}/images/icon_subscribe.gif\"); }\n.icon-unsubscribe                             { background-image: url(\"{T_THEME_PATH}/images/icon_unsubscribe.gif\"); }\n.icon-pages                                         { background-image: url(\"{T_THEME_PATH}/images/icon_pages.gif\"); }\n.icon-search                                      { background-image: url(\"{T_THEME_PATH}/images/icon_search.gif\"); }\n\n/* Profile & navigation icons */\n.email-icon, .email-icon a           { background-image: url(\"{IMG_ICON_CONTACT_EMAIL_SRC}\"); }\n.aim-icon, .aim-icon a                    { background-image: url(\"{IMG_ICON_CONTACT_AIM_SRC}\"); }\n.yahoo-icon, .yahoo-icon a          { background-image: url(\"{IMG_ICON_CONTACT_YAHOO_SRC}\"); }\n.web-icon, .web-icon a                    { background-image: url(\"{IMG_ICON_CONTACT_WWW_SRC}\"); }\n.msnm-icon, .msnm-icon a                    { background-image: url(\"{IMG_ICON_CONTACT_MSNM_SRC}\"); }\n.icq-icon, .icq-icon a                     { background-image: url(\"{IMG_ICON_CONTACT_ICQ_SRC}\"); }\n.jabber-icon, .jabber-icon a                { background-image: url(\"{IMG_ICON_CONTACT_JABBER_SRC}\"); }\n.pm-icon, .pm-icon a                             { background-image: url(\"{IMG_ICON_CONTACT_PM_SRC}\"); }\n.quote-icon, .quote-icon a           { background-image: url(\"{IMG_ICON_POST_QUOTE_SRC}\"); }\n\n/* Moderator icons */\n.report-icon, .report-icon a                { background-image: url(\"{IMG_ICON_POST_REPORT_SRC}\"); }\n.edit-icon, .edit-icon a                    { background-image: url(\"{IMG_ICON_POST_EDIT_SRC}\"); }\n.delete-icon, .delete-icon a          { background-image: url(\"{IMG_ICON_POST_DELETE_SRC}\"); }\n.info-icon, .info-icon a                    { background-image: url(\"{IMG_ICON_POST_INFO_SRC}\"); }\n.warn-icon, .warn-icon a                      { background-image: url(\"{IMG_ICON_USER_WARN_SRC}\"); } /* Need updated warn icon */\n\n/*     \n--------------------------------------------------------------\nColours and backgrounds for cp.css\n-------------------------------------------------------------- */\n\n/* Main CP box\n----------------------------------------*/\n\n#cp-main h3, #cp-main hr, #cp-menu hr {\n      border-color: #A4B3BF;\n}\n\n#cp-main .panel li.row {\n border-bottom-color: #B5C1CB;\n border-top-color: #F9F9F9;\n}\n\nul.cplist {\n  border-top-color: #B5C1CB;\n}\n\n#cp-main .panel li.header dd, #cp-main .panel li.header dt {\n color: #000000;\n}\n\n#cp-main table.table1 thead th {\n        color: #333333;\n       border-bottom-color: #333333;\n}\n\n#cp-main .pm-message {\n    border-color: #DBDEE2;\n        background-color: #FFFFFF;\n}\n\n/* CP tabbed menu\n----------------------------------------*/\n#tabs a {\n     background-image: url(\"{T_THEME_PATH}/images/bg_tabs1.gif\");\n}\n\n#tabs a span {\n   background-image: url(\"{T_THEME_PATH}/images/bg_tabs2.gif\");\n        color: #536482;\n}\n\n#tabs a:hover span {\n    color: #BC2A4D;\n}\n\n#tabs .activetab a {\n    border-bottom-color: #CADCEB;\n}\n\n#tabs .activetab a span {\n color: #333333;\n}\n\n#tabs .activetab a:hover span {\n color: #000000;\n}\n\n/* Mini tabbed menu used in MCP\n----------------------------------------*/\n#minitabs li {\n     background-color: #E1EBF2;\n}\n\n#minitabs li.activetab {\n     background-color: #F9F9F9;\n}\n\n#minitabs li.activetab a, #minitabs li.activetab a:hover {\n   color: #333333;\n}\n\n/* UCP navigation menu\n----------------------------------------*/\n\n/* Link styles for the sub-section links */\n#navigation a {\n      color: #333;\n  background-color: #B2C2CF;\n    background-image: url(\"{T_THEME_PATH}/images/bg_menu.gif\");\n}\n\n#navigation a:hover {\n     background-color: #aabac6;\n    color: #BC2A4D;\n}\n\n#navigation #active-subsection a {\n      color: #D31141;\n       background-color: #F9F9F9;\n    background-image: none;\n}\n\n#navigation #active-subsection a:hover {\n        color: #D31141;\n}\n\n/* Preferences pane layout\n----------------------------------------*/\n#cp-main h2 {\n   color: #333333;\n}\n\n#cp-main .panel {\n       background-color: #F9F9F9;\n}\n\n#cp-main .pm {\n       background-color: #FFFFFF;\n}\n\n#cp-main span.corners-top, #cp-menu span.corners-top {\n       background-image: url(\"{T_THEME_PATH}/images/corners_left2.gif\");\n}\n\n#cp-main span.corners-top span, #cp-menu span.corners-top span {\n    background-image: url(\"{T_THEME_PATH}/images/corners_right2.gif\");\n}\n\n#cp-main span.corners-bottom, #cp-menu span.corners-bottom {\n       background-image: url(\"{T_THEME_PATH}/images/corners_left2.gif\");\n}\n\n#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {\n      background-image: url(\"{T_THEME_PATH}/images/corners_right2.gif\");\n}\n\n/* Topicreview */\n#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {\n  background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {\n     background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {\n        background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {\n       background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\");\n}\n\n/* Friends list */\n.cp-mini {\n      background-color: #eef5f9;\n}\n\ndl.mini dt {\n color: #425067;\n}\n\n/* PM Styles\n----------------------------------------*/\n/* PM Message history */\n.current {\n  color: #999999 !important;\n}\n\n/* PM marking colours */\n.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {\n       border-left-color: #BC2A4D;\n   border-right-color: #BC2A4D;\n}\n\n.pmlist li.pm_marked_colour, .pm_marked_colour {\n   border-color: #FF6600;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n       border-color: #A9B8C2;\n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n border-color: #5D8FBD;\n}\n\npmlist li.pm_foe_colour, .pm_foe_colour {\n        border-color: #000000;\n}\n\n/* Avatar gallery */\n#gallery label {\n   background-color: #FFFFFF;\n    border-color: #CCC;\n}\n\n#gallery label:hover {\n      background-color: #EEE;\n}\n\n/*        \n--------------------------------------------------------------\nColours and backgrounds for forms.css\n-------------------------------------------------------------- */\n\n/* General form styles\n----------------------------------------*/\nselect {\n    border-color: #666666;\n        background-color: #FAFAFA;\n}\n\nlabel {\n      color: #425067;\n}\n\noption.disabled-option {\n        color: graytext;\n}\n\n/* Definition list layout for forms\n---------------------------------------- */\ndd label {\n   color: #333;\n}\n\n/* Hover effects */\nfieldset dl:hover dt label {\n  color: #000000;\n}\n\nfieldset.fields2 dl:hover dt label {\n    color: inherit;\n}\n\n/* Quick-login on index page */\nfieldset.quick-login input.inputbox {\n  background-color: #F2F3F3;\n}\n\n/* Posting page styles\n----------------------------------------*/\n\n#message-box textarea {\n        color: #333333;\n}\n\n/* Input field styles\n---------------------------------------- */\n.inputbox {\n background-color: #FFFFFF; \n   border-color: #B4BAC0;\n        color: #333333;\n}\n\n.inputbox:hover {\n       border-color: #11A3EA;\n}\n\n.inputbox:focus {\n        border-color: #11A3EA;\n        color: #0F4987;\n}\n\n/* Form button styles\n---------------------------------------- */\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n       color: #000;\n  background-color: #FAFAFA;\n    background-image: url(\"{T_THEME_PATH}/images/bg_button.gif\");\n}\n\na.button1, input.button1 {\n      border-color: #666666;\n}\n\ninput.button3 {\n  background-image: none;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n     border-color: #666666;\n}\n\n/* <a> button in the style of the form buttons */\na.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {\n      color: #000000;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n   border-color: #BC2A4D;\n        color: #BC2A4D;\n}\n\ninput.search {\n  background-image: url(\"{T_THEME_PATH}/images/icon_textbox_search.gif\");\n}\n\ninput.disabled {\n      color: #666666;\n}\n');
Note: See TracBrowser for help on using the repository browser.