Updates xml files and renames template folder
authorMatthias Schmidt <gravatronics@live.com>
Wed, 24 Aug 2011 19:37:06 +0000 (21:37 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 24 Aug 2011 19:37:06 +0000 (21:37 +0200)
49 files changed:
com.woltlab.wcf/cronjob.xml [new file with mode: 0644]
com.woltlab.wcf/cronjobs.xml [deleted file]
com.woltlab.wcf/option.xml [new file with mode: 0644]
com.woltlab.wcf/options.xml [deleted file]
com.woltlab.wcf/package.xml
com.woltlab.wcf/styleattribute.xml [new file with mode: 0644]
com.woltlab.wcf/styleattributes.xml [deleted file]
com.woltlab.wcf/template/breadcrumbs.tpl [new file with mode: 0644]
com.woltlab.wcf/template/documentHeader.tpl [new file with mode: 0644]
com.woltlab.wcf/template/footer.tpl [new file with mode: 0644]
com.woltlab.wcf/template/footerMenu.tpl [new file with mode: 0644]
com.woltlab.wcf/template/headInclude.tpl [new file with mode: 0644]
com.woltlab.wcf/template/header.tpl [new file with mode: 0644]
com.woltlab.wcf/template/headerMenu.tpl [new file with mode: 0644]
com.woltlab.wcf/template/imageViewer.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeBoolean.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeDate.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeMultiselect.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeRadiobuttons.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeSelect.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeText.tpl [new file with mode: 0644]
com.woltlab.wcf/template/optionTypeTextarea.tpl [new file with mode: 0644]
com.woltlab.wcf/template/permissionDenied.tpl [new file with mode: 0644]
com.woltlab.wcf/template/redirect.tpl [new file with mode: 0644]
com.woltlab.wcf/template/userException.tpl [new file with mode: 0644]
com.woltlab.wcf/templates/breadcrumbs.tpl [deleted file]
com.woltlab.wcf/templates/documentHeader.tpl [deleted file]
com.woltlab.wcf/templates/footer.tpl [deleted file]
com.woltlab.wcf/templates/footerMenu.tpl [deleted file]
com.woltlab.wcf/templates/headInclude.tpl [deleted file]
com.woltlab.wcf/templates/header.tpl [deleted file]
com.woltlab.wcf/templates/headerMenu.tpl [deleted file]
com.woltlab.wcf/templates/imageViewer.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeBoolean.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeDate.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeMultiselect.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeRadiobuttons.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeSelect.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeText.tpl [deleted file]
com.woltlab.wcf/templates/optionTypeTextarea.tpl [deleted file]
com.woltlab.wcf/templates/permissionDenied.tpl [deleted file]
com.woltlab.wcf/templates/redirect.tpl [deleted file]
com.woltlab.wcf/templates/userException.tpl [deleted file]
com.woltlab.wcf/usergroupoption.xml [new file with mode: 0644]
com.woltlab.wcf/usergroupoptions.xml [deleted file]
com.woltlab.wcf/useroption.xml [new file with mode: 0644]
com.woltlab.wcf/useroptions.xml [deleted file]
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/package/PackageUninstallationNodeBuilder.class.php

diff --git a/com.woltlab.wcf/cronjob.xml b/com.woltlab.wcf/cronjob.xml
new file mode 100644 (file)
index 0000000..5aa1896
--- /dev/null
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/cronjobs.xsd">
+       <import>
+               <cronjob>
+                       <classname>wcf\system\cronjob\GetUpdateInfoCronjob</classname>
+                       <description>Gets update package information</description>
+                       <startminute>0</startminute>
+                       <starthour>2</starthour>
+                       <startdom>*/2</startdom>
+                       <startmonth>*</startmonth>
+                       <startdow>*</startdow>
+                       <active>1</active>
+                       <canbeedited>1</canbeedited>
+                       <canbedisabled>1</canbedisabled>
+               </cronjob>
+               
+               <cronjob>
+                       <classname>wcf\system\cronjob\RefreshSearchRobotsCronjob</classname>
+                       <description>Refreshes list of search robots</description>
+                       <startminute>0</startminute>
+                       <starthour>3</starthour>
+                       <startdom>1</startdom>
+                       <startmonth>*</startmonth>
+                       <startdow>*</startdow>
+                       <active>1</active>
+                       <canbeedited>1</canbeedited>
+                       <canbedisabled>1</canbedisabled>
+               </cronjob>
+               
+               <cronjob>
+                       <classname>wcf\system\cronjob\CleanUpCronjobLogCronjob</classname>
+                       <description>Deletes old entries from cronjob log.</description>
+                       <startminute>0</startminute>
+                       <starthour>12</starthour>
+                       <startdom>*</startdom>
+                       <startmonth>*</startmonth>
+                       <startdow>*</startdow>
+                       <active>1</active>
+                       <canbeedited>1</canbeedited>
+                       <canbedisabled>1</canbedisabled>
+               </cronjob>
+               
+               <cronjob>
+                       <classname>wcf\system\cronjob\CleanUpSessionLogCronjob</classname>
+                       <description>Deletes old entries from session log.</description>
+                       <startminute>0</startminute>
+                       <starthour>10</starthour>
+                       <startdom>*</startdom>
+                       <startmonth>*</startmonth>
+                       <startdow>*</startdow>
+                       <active>1</active>
+                       <canbeedited>0</canbeedited>
+                       <canbedisabled>0</canbedisabled>
+               </cronjob>
+               
+               <cronjob>
+                       <classname>wcf\system\cronjob\CleanupListenerCronjob</classname>
+                       <description>Executes cleanup system.</description>
+                       <startminute>5,20,35,50</startminute>
+                       <starthour>*</starthour>
+                       <startdom>*</startdom>
+                       <startmonth>*</startmonth>
+                       <startdow>*</startdow>
+                       <active>1</active>
+                       <canbeedited>0</canbeedited>
+                       <canbedisabled>0</canbedisabled>
+               </cronjob>
+       </import>
+</data>
\ No newline at end of file
diff --git a/com.woltlab.wcf/cronjobs.xml b/com.woltlab.wcf/cronjobs.xml
deleted file mode 100644 (file)
index 5aa1896..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/cronjobs.xsd">
-       <import>
-               <cronjob>
-                       <classname>wcf\system\cronjob\GetUpdateInfoCronjob</classname>
-                       <description>Gets update package information</description>
-                       <startminute>0</startminute>
-                       <starthour>2</starthour>
-                       <startdom>*/2</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>1</canbeedited>
-                       <canbedisabled>1</canbedisabled>
-               </cronjob>
-               
-               <cronjob>
-                       <classname>wcf\system\cronjob\RefreshSearchRobotsCronjob</classname>
-                       <description>Refreshes list of search robots</description>
-                       <startminute>0</startminute>
-                       <starthour>3</starthour>
-                       <startdom>1</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>1</canbeedited>
-                       <canbedisabled>1</canbedisabled>
-               </cronjob>
-               
-               <cronjob>
-                       <classname>wcf\system\cronjob\CleanUpCronjobLogCronjob</classname>
-                       <description>Deletes old entries from cronjob log.</description>
-                       <startminute>0</startminute>
-                       <starthour>12</starthour>
-                       <startdom>*</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>1</canbeedited>
-                       <canbedisabled>1</canbedisabled>
-               </cronjob>
-               
-               <cronjob>
-                       <classname>wcf\system\cronjob\CleanUpSessionLogCronjob</classname>
-                       <description>Deletes old entries from session log.</description>
-                       <startminute>0</startminute>
-                       <starthour>10</starthour>
-                       <startdom>*</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>0</canbeedited>
-                       <canbedisabled>0</canbedisabled>
-               </cronjob>
-               
-               <cronjob>
-                       <classname>wcf\system\cronjob\CleanupListenerCronjob</classname>
-                       <description>Executes cleanup system.</description>
-                       <startminute>5,20,35,50</startminute>
-                       <starthour>*</starthour>
-                       <startdom>*</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>0</canbeedited>
-                       <canbedisabled>0</canbedisabled>
-               </cronjob>
-       </import>
-</data>
\ No newline at end of file
diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml
new file mode 100644 (file)
index 0000000..090bf9f
--- /dev/null
@@ -0,0 +1,343 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/options.xsd">
+       <import>
+               <categories>
+                       <!-- modules -->
+                       <category name="module">
+                               <showorder>1</showorder>
+                       </category>
+                               <category name="module.system">
+                                       <parent>module</parent>
+                               </category>
+                               <category name="module.user">
+                                       <parent>module</parent>
+                               </category>
+                               <category name="module.display">
+                                       <parent>module</parent>
+                               </category>
+                               <category name="module.content">
+                                       <parent>module</parent>
+                               </category>
+                               
+                               <category name="message"></category>
+                               
+                               <category name="message.general">
+                                       <parent>message</parent>
+                               </category>
+                       <!-- /modules -->
+                       
+                       <!-- general -->
+                       <category name="general">
+                               <showorder>2</showorder>
+                       </category>
+                               <category name="general.page">
+                                       <parent>general</parent>
+                               </category>
+                                       <category name="general.image">
+                                               <parent>general</parent>
+                                       </category>
+                               <category name="general.offline">
+                                       <parent>general</parent>
+                               </category>
+                               <category name="general.http">
+                                       <parent>general</parent>
+                               </category>
+                                       <category name="general.http.cookie">
+                                               <parent>general.http</parent>
+                                       </category>
+                                       <category name="general.http.http">
+                                               <parent>general.http</parent>
+                                       </category>
+                                       <category name="general.http.proxy">
+                                               <parent>general.http</parent>
+                                       </category>
+                               <category name="general.date">
+                                       <parent>general</parent>
+                               </category>
+                               <category name="general.mail">
+                                       <parent>general</parent>
+                               </category>
+                                       <category name="general.mail.general">
+                                               <parent>general.mail</parent>
+                                       </category>
+                                       <category name="general.mail.send">
+                                               <parent>general.mail</parent>
+                                       </category>
+                               <category name="general.cache">
+                                       <parent>general</parent>
+                               </category>
+                                       <category name="general.cache.general">
+                                               <parent>general.cache</parent>
+                                       </category>
+                                       <category name="general.cache.memcache">
+                                               <parent>general.cache</parent>
+                                       </category>
+                       <!-- /general -->
+                       
+                       <!-- user -->
+                       <category name="user">
+                               <showorder>3</showorder>
+                       </category>
+                       <!-- /user -->
+                       
+                       <!-- security -->
+                       <category name="security">
+                               <showorder>4</showorder>
+                       </category>
+                               <category name="security.general">
+                                       <parent>security</parent>
+                               </category>
+                                       <category name="security.general.session">
+                                               <parent>security.general</parent>
+                                       </category>
+                               <category name="security.blacklist">
+                                       <parent>security</parent>
+                               </category>
+                               <category name="security.antispam">
+                                       <parent>security</parent>
+                               </category>
+                               <category name="security.censorship">
+                                       <parent>security</parent>
+                               </category>
+                       <!-- /security -->
+               </categories>
+               
+               <options>
+                       <option name="module_master_password">
+                               <categoryname>module.system</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                       </option>
+                       
+                       <!-- general.page -->
+                       <option name="page_title">
+                               <categoryname>general.page</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="page_description">
+                               <categoryname>general.page</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="page_url">
+                               <categoryname>general.page</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="page_urls">
+                               <categoryname>general.page</categoryname>
+                               <optiontype>textarea</optiontype>
+                       </option>
+                       <option name="meta_keywords">
+                               <categoryname>general.page</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="meta_description">
+                               <categoryname>general.page</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <!-- /general.page -->
+                       
+                       <!-- general.image -->
+                       <option name="image_adapter_type">
+                               <categoryname>general.image</categoryname>
+                               <optiontype>radiobuttons</optiontype>
+                               <defaultvalue><![CDATA[gd]]></defaultvalue>
+                               <selectoptions>
+                                       <![CDATA[gd:wcf.acp.option.image_adapter_type.gd
+imagick:wcf.acp.option.image_adapter_type.imagick]]>
+                               </selectoptions>
+                       </option>
+                       <!-- /general.image -->
+                       
+                       <!-- general.http.cookie -->
+                       <option name="cookie_prefix">
+                               <categoryname>general.http.cookie</categoryname>
+                               <optiontype>text</optiontype>
+                               <defaultvalue>wcf_</defaultvalue>
+                               <validationpattern>.+</validationpattern>
+                       </option>
+                       <option name="cookie_path">
+                               <categoryname>general.http.cookie</categoryname>
+                               <optiontype>text</optiontype>
+                               <defaultvalue></defaultvalue>
+                       </option>
+                       <option name="cookie_domain">
+                               <categoryname>general.http.cookie</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <!-- /general.http.cookie-->
+                       
+                       <!-- general.http.http -->
+                       <option name="http_enable_no_cache_headers">
+                               <categoryname>general.http.http</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                       </option>
+                       <option name="http_enable_gzip">
+                               <categoryname>general.http.http</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>1</defaultvalue>
+                               <enableoptions><![CDATA[http_gzip_level]]></enableoptions>
+                       </option>
+                       <option name="http_gzip_level">
+                               <categoryname>general.http.http</categoryname>
+                               <optiontype>integer</optiontype>
+                               <defaultvalue>1</defaultvalue>
+                       </option>
+                       <!-- /general.http.http -->
+                       
+                       <!-- general.http.proxy -->
+                       <option name="proxy_server_http">
+                               <categoryname>general.http.proxy</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <!-- /general.http.proxy -->
+                       
+                       <!-- general.session -->
+                       <option name="session_timeout">
+                               <categoryname>security.general.session</categoryname>
+                               <optiontype>integer</optiontype>
+                               <defaultvalue>1800</defaultvalue>
+                               <validationpattern>^[^0]</validationpattern>
+                       </option>
+                       <option name="user_online_timeout">
+                               <categoryname>security.general.session</categoryname>
+                               <optiontype>integer</optiontype>
+                               <defaultvalue>900</defaultvalue>
+                       </option>
+                       <option name="session_validate_ip_address">
+                               <categoryname>security.general.session</categoryname>
+                               <optiontype>select</optiontype>
+                               <selectoptions>0
+1
+2
+3
+4</selectoptions>
+                               <defaultvalue>2</defaultvalue>
+                       </option>
+                       <option name="session_validate_user_agent">
+                               <categoryname>security.general.session</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>1</defaultvalue>
+                       </option>
+                       <!-- /general.session -->
+                       
+                       <!-- security.blacklist -->
+                       <option name="blacklist_ip_addresses">
+                               <categoryname>security.blacklist</categoryname>
+                               <optiontype>textarea</optiontype>
+                       </option>
+                       <option name="blacklist_user_agents">
+                               <categoryname>security.blacklist</categoryname>
+                               <optiontype>textarea</optiontype>
+                       </option>
+                       <option name="blacklist_hostnames">
+                               <categoryname>security.blacklist</categoryname>
+                               <optiontype>textarea</optiontype>
+                       </option>
+                       <!-- /security.blacklist -->
+                       
+                       <!-- general.date -->
+                       <option name="timezone">
+                               <categoryname>general.date</categoryname>
+                               <optiontype>timezone</optiontype>
+                               <defaultvalue>Europe/London</defaultvalue>
+                       </option>
+                       <!-- /general.date -->
+                       
+                       <!-- mail.general -->
+                       <option name="mail_from_name">
+                               <categoryname>general.mail.general</categoryname>
+                               <optiontype>text</optiontype>
+                               <defaultvalue><![CDATA[]]></defaultvalue>
+                       </option>
+                       <option name="mail_from_address">
+                               <categoryname>general.mail.general</categoryname>
+                               <optiontype>text</optiontype>
+                               <defaultvalue><![CDATA[]]></defaultvalue>
+                       </option>
+                       <option name="mail_admin_address">
+                               <categoryname>general.mail.general</categoryname>
+                               <optiontype>text</optiontype>
+                               <defaultvalue><![CDATA[]]></defaultvalue>
+                       </option>
+                       <option name="mail_signature">
+                               <categoryname>general.mail.general</categoryname>
+                               <optiontype>textarea</optiontype>
+                               <defaultvalue><![CDATA[]]></defaultvalue>
+                       </option>
+                       <!-- /mail.general -->
+                       
+                       <!-- mail.send -->
+                       <option name="mail_send_method">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>radiobuttons</optiontype>
+                               <defaultvalue><![CDATA[php]]></defaultvalue>
+                               <selectoptions><![CDATA[php:wcf.acp.option.mail_send_method.php
+smtp:wcf.acp.option.mail_send_method.smtp
+debug:wcf.acp.option.mail_send_method.debug]]></selectoptions>
+                               <enableoptions><![CDATA[php:mail_use_f_param,!mail_debug_logfile_path,!mail_smtp_host,!mail_smtp_port,!mail_smtp_user,!mail_smtp_password
+smtp:!mail_debug_logfile_path,!mail_use_f_param,mail_smtp_host,mail_smtp_port,mail_smtp_user,mail_smtp_password
+debug:mail_debug_logfile_path,!mail_use_f_param,!mail_smtp_host,!mail_smtp_port,!mail_smtp_user,!mail_smtp_password]]></enableoptions>
+                       </option>
+                       <option name="mail_debug_logfile_path">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="mail_smtp_host">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="mail_smtp_port">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>integer</optiontype>
+                               <defaultvalue><![CDATA[25]]></defaultvalue>
+                       </option>
+                       <option name="mail_smtp_user">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>text</optiontype>
+                       </option>
+                       <option name="mail_smtp_password">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>password</optiontype>
+                       </option>
+                       <option name="mail_use_f_param">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>boolean</optiontype>
+                       </option>
+                       <option name="mail_use_formatted_address">
+                               <categoryname>general.mail.send</categoryname>
+                               <optiontype>boolean</optiontype>
+                       </option>
+                       <!-- /mail.send -->
+                       
+                       <!-- general.cache -->
+                       <option name="cache_source_type">
+                               <categoryname>general.cache.general</categoryname>
+                               <optiontype>radiobuttons</optiontype>
+                               <defaultvalue><![CDATA[disk]]></defaultvalue>
+                               <selectoptions><![CDATA[disk:wcf.acp.option.cache_source_type.disk
+memcache:wcf.acp.option.cache_source_type.memcache
+apc:wcf.acp.option.cache_source_type.apc]]></selectoptions>
+                               <enableoptions><![CDATA[disk:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache
+memcache:cache_source_memcache_host,cache_source_memcache_use_pconnect,enable_session_data_cache
+apc:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache]]></enableoptions>
+                       </option>
+                       
+                       <option name="enable_session_data_cache">
+                               <categoryname>general.cache.general</categoryname>
+                               <optiontype>boolean</optiontype>
+                       </option>
+                       
+                       <option name="cache_source_memcache_host">
+                               <categoryname>general.cache.memcache</categoryname>
+                               <optiontype>textarea</optiontype>
+                       </option>
+                       
+                       <option name="cache_source_memcache_use_pconnect">
+                               <categoryname>general.cache.memcache</categoryname>
+                               <optiontype>boolean</optiontype>
+                       </option>
+                       <!-- /general.cache -->
+               </options>
+       </import>
+</data>
diff --git a/com.woltlab.wcf/options.xml b/com.woltlab.wcf/options.xml
deleted file mode 100644 (file)
index 090bf9f..0000000
+++ /dev/null
@@ -1,343 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/options.xsd">
-       <import>
-               <categories>
-                       <!-- modules -->
-                       <category name="module">
-                               <showorder>1</showorder>
-                       </category>
-                               <category name="module.system">
-                                       <parent>module</parent>
-                               </category>
-                               <category name="module.user">
-                                       <parent>module</parent>
-                               </category>
-                               <category name="module.display">
-                                       <parent>module</parent>
-                               </category>
-                               <category name="module.content">
-                                       <parent>module</parent>
-                               </category>
-                               
-                               <category name="message"></category>
-                               
-                               <category name="message.general">
-                                       <parent>message</parent>
-                               </category>
-                       <!-- /modules -->
-                       
-                       <!-- general -->
-                       <category name="general">
-                               <showorder>2</showorder>
-                       </category>
-                               <category name="general.page">
-                                       <parent>general</parent>
-                               </category>
-                                       <category name="general.image">
-                                               <parent>general</parent>
-                                       </category>
-                               <category name="general.offline">
-                                       <parent>general</parent>
-                               </category>
-                               <category name="general.http">
-                                       <parent>general</parent>
-                               </category>
-                                       <category name="general.http.cookie">
-                                               <parent>general.http</parent>
-                                       </category>
-                                       <category name="general.http.http">
-                                               <parent>general.http</parent>
-                                       </category>
-                                       <category name="general.http.proxy">
-                                               <parent>general.http</parent>
-                                       </category>
-                               <category name="general.date">
-                                       <parent>general</parent>
-                               </category>
-                               <category name="general.mail">
-                                       <parent>general</parent>
-                               </category>
-                                       <category name="general.mail.general">
-                                               <parent>general.mail</parent>
-                                       </category>
-                                       <category name="general.mail.send">
-                                               <parent>general.mail</parent>
-                                       </category>
-                               <category name="general.cache">
-                                       <parent>general</parent>
-                               </category>
-                                       <category name="general.cache.general">
-                                               <parent>general.cache</parent>
-                                       </category>
-                                       <category name="general.cache.memcache">
-                                               <parent>general.cache</parent>
-                                       </category>
-                       <!-- /general -->
-                       
-                       <!-- user -->
-                       <category name="user">
-                               <showorder>3</showorder>
-                       </category>
-                       <!-- /user -->
-                       
-                       <!-- security -->
-                       <category name="security">
-                               <showorder>4</showorder>
-                       </category>
-                               <category name="security.general">
-                                       <parent>security</parent>
-                               </category>
-                                       <category name="security.general.session">
-                                               <parent>security.general</parent>
-                                       </category>
-                               <category name="security.blacklist">
-                                       <parent>security</parent>
-                               </category>
-                               <category name="security.antispam">
-                                       <parent>security</parent>
-                               </category>
-                               <category name="security.censorship">
-                                       <parent>security</parent>
-                               </category>
-                       <!-- /security -->
-               </categories>
-               
-               <options>
-                       <option name="module_master_password">
-                               <categoryname>module.system</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                       </option>
-                       
-                       <!-- general.page -->
-                       <option name="page_title">
-                               <categoryname>general.page</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="page_description">
-                               <categoryname>general.page</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="page_url">
-                               <categoryname>general.page</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="page_urls">
-                               <categoryname>general.page</categoryname>
-                               <optiontype>textarea</optiontype>
-                       </option>
-                       <option name="meta_keywords">
-                               <categoryname>general.page</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="meta_description">
-                               <categoryname>general.page</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <!-- /general.page -->
-                       
-                       <!-- general.image -->
-                       <option name="image_adapter_type">
-                               <categoryname>general.image</categoryname>
-                               <optiontype>radiobuttons</optiontype>
-                               <defaultvalue><![CDATA[gd]]></defaultvalue>
-                               <selectoptions>
-                                       <![CDATA[gd:wcf.acp.option.image_adapter_type.gd
-imagick:wcf.acp.option.image_adapter_type.imagick]]>
-                               </selectoptions>
-                       </option>
-                       <!-- /general.image -->
-                       
-                       <!-- general.http.cookie -->
-                       <option name="cookie_prefix">
-                               <categoryname>general.http.cookie</categoryname>
-                               <optiontype>text</optiontype>
-                               <defaultvalue>wcf_</defaultvalue>
-                               <validationpattern>.+</validationpattern>
-                       </option>
-                       <option name="cookie_path">
-                               <categoryname>general.http.cookie</categoryname>
-                               <optiontype>text</optiontype>
-                               <defaultvalue></defaultvalue>
-                       </option>
-                       <option name="cookie_domain">
-                               <categoryname>general.http.cookie</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <!-- /general.http.cookie-->
-                       
-                       <!-- general.http.http -->
-                       <option name="http_enable_no_cache_headers">
-                               <categoryname>general.http.http</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                       </option>
-                       <option name="http_enable_gzip">
-                               <categoryname>general.http.http</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>1</defaultvalue>
-                               <enableoptions><![CDATA[http_gzip_level]]></enableoptions>
-                       </option>
-                       <option name="http_gzip_level">
-                               <categoryname>general.http.http</categoryname>
-                               <optiontype>integer</optiontype>
-                               <defaultvalue>1</defaultvalue>
-                       </option>
-                       <!-- /general.http.http -->
-                       
-                       <!-- general.http.proxy -->
-                       <option name="proxy_server_http">
-                               <categoryname>general.http.proxy</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <!-- /general.http.proxy -->
-                       
-                       <!-- general.session -->
-                       <option name="session_timeout">
-                               <categoryname>security.general.session</categoryname>
-                               <optiontype>integer</optiontype>
-                               <defaultvalue>1800</defaultvalue>
-                               <validationpattern>^[^0]</validationpattern>
-                       </option>
-                       <option name="user_online_timeout">
-                               <categoryname>security.general.session</categoryname>
-                               <optiontype>integer</optiontype>
-                               <defaultvalue>900</defaultvalue>
-                       </option>
-                       <option name="session_validate_ip_address">
-                               <categoryname>security.general.session</categoryname>
-                               <optiontype>select</optiontype>
-                               <selectoptions>0
-1
-2
-3
-4</selectoptions>
-                               <defaultvalue>2</defaultvalue>
-                       </option>
-                       <option name="session_validate_user_agent">
-                               <categoryname>security.general.session</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>1</defaultvalue>
-                       </option>
-                       <!-- /general.session -->
-                       
-                       <!-- security.blacklist -->
-                       <option name="blacklist_ip_addresses">
-                               <categoryname>security.blacklist</categoryname>
-                               <optiontype>textarea</optiontype>
-                       </option>
-                       <option name="blacklist_user_agents">
-                               <categoryname>security.blacklist</categoryname>
-                               <optiontype>textarea</optiontype>
-                       </option>
-                       <option name="blacklist_hostnames">
-                               <categoryname>security.blacklist</categoryname>
-                               <optiontype>textarea</optiontype>
-                       </option>
-                       <!-- /security.blacklist -->
-                       
-                       <!-- general.date -->
-                       <option name="timezone">
-                               <categoryname>general.date</categoryname>
-                               <optiontype>timezone</optiontype>
-                               <defaultvalue>Europe/London</defaultvalue>
-                       </option>
-                       <!-- /general.date -->
-                       
-                       <!-- mail.general -->
-                       <option name="mail_from_name">
-                               <categoryname>general.mail.general</categoryname>
-                               <optiontype>text</optiontype>
-                               <defaultvalue><![CDATA[]]></defaultvalue>
-                       </option>
-                       <option name="mail_from_address">
-                               <categoryname>general.mail.general</categoryname>
-                               <optiontype>text</optiontype>
-                               <defaultvalue><![CDATA[]]></defaultvalue>
-                       </option>
-                       <option name="mail_admin_address">
-                               <categoryname>general.mail.general</categoryname>
-                               <optiontype>text</optiontype>
-                               <defaultvalue><![CDATA[]]></defaultvalue>
-                       </option>
-                       <option name="mail_signature">
-                               <categoryname>general.mail.general</categoryname>
-                               <optiontype>textarea</optiontype>
-                               <defaultvalue><![CDATA[]]></defaultvalue>
-                       </option>
-                       <!-- /mail.general -->
-                       
-                       <!-- mail.send -->
-                       <option name="mail_send_method">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>radiobuttons</optiontype>
-                               <defaultvalue><![CDATA[php]]></defaultvalue>
-                               <selectoptions><![CDATA[php:wcf.acp.option.mail_send_method.php
-smtp:wcf.acp.option.mail_send_method.smtp
-debug:wcf.acp.option.mail_send_method.debug]]></selectoptions>
-                               <enableoptions><![CDATA[php:mail_use_f_param,!mail_debug_logfile_path,!mail_smtp_host,!mail_smtp_port,!mail_smtp_user,!mail_smtp_password
-smtp:!mail_debug_logfile_path,!mail_use_f_param,mail_smtp_host,mail_smtp_port,mail_smtp_user,mail_smtp_password
-debug:mail_debug_logfile_path,!mail_use_f_param,!mail_smtp_host,!mail_smtp_port,!mail_smtp_user,!mail_smtp_password]]></enableoptions>
-                       </option>
-                       <option name="mail_debug_logfile_path">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="mail_smtp_host">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="mail_smtp_port">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>integer</optiontype>
-                               <defaultvalue><![CDATA[25]]></defaultvalue>
-                       </option>
-                       <option name="mail_smtp_user">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>text</optiontype>
-                       </option>
-                       <option name="mail_smtp_password">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>password</optiontype>
-                       </option>
-                       <option name="mail_use_f_param">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>boolean</optiontype>
-                       </option>
-                       <option name="mail_use_formatted_address">
-                               <categoryname>general.mail.send</categoryname>
-                               <optiontype>boolean</optiontype>
-                       </option>
-                       <!-- /mail.send -->
-                       
-                       <!-- general.cache -->
-                       <option name="cache_source_type">
-                               <categoryname>general.cache.general</categoryname>
-                               <optiontype>radiobuttons</optiontype>
-                               <defaultvalue><![CDATA[disk]]></defaultvalue>
-                               <selectoptions><![CDATA[disk:wcf.acp.option.cache_source_type.disk
-memcache:wcf.acp.option.cache_source_type.memcache
-apc:wcf.acp.option.cache_source_type.apc]]></selectoptions>
-                               <enableoptions><![CDATA[disk:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache
-memcache:cache_source_memcache_host,cache_source_memcache_use_pconnect,enable_session_data_cache
-apc:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache]]></enableoptions>
-                       </option>
-                       
-                       <option name="enable_session_data_cache">
-                               <categoryname>general.cache.general</categoryname>
-                               <optiontype>boolean</optiontype>
-                       </option>
-                       
-                       <option name="cache_source_memcache_host">
-                               <categoryname>general.cache.memcache</categoryname>
-                               <optiontype>textarea</optiontype>
-                       </option>
-                       
-                       <option name="cache_source_memcache_use_pconnect">
-                               <categoryname>general.cache.memcache</categoryname>
-                               <optiontype>boolean</optiontype>
-                       </option>
-                       <!-- /general.cache -->
-               </options>
-       </import>
-</data>
index 0db299ecc563b86e51e212ae8b47f78b13dcad0f..659f763eff476af0b4eb37bbcdd24c0c3422fdf8 100644 (file)
        </authorinformation>
        
        <instructions type="install">
-               <instruction type="packageinstallationplugins">pip.xml</instruction>
+               <instruction type="packageinstallationplugin">pip.xml</instruction>
                <instruction type="acpmenu">acpmenu.xml</instruction>
-               <instruction type="usergroupoptions">usergroupoptions.xml</instruction>
-               <instruction type="options">options.xml</instruction>
-               <instruction type="useroptions">useroptions.xml</instruction>
-               <instruction type="templates">templates.tar</instruction>
+               <instruction type="usergroupoption">usergroupoption.xml</instruction>
+               <instruction type="option">option.xml</instruction>
+               <instruction type="useroption">useroption.xml</instruction>
+               <instruction type="template">template.tar</instruction>
                <instruction type="eventlistener">eventlistener.xml</instruction>
                <instruction type="script">acp/install.php</instruction>
-               <instruction type="cronjobs">cronjobs.xml</instruction>
+               <instruction type="cronjob">cronjob.xml</instruction>
                <instruction type="coreobject">coreobject.xml</instruction>
        </instructions>
 </package>
diff --git a/com.woltlab.wcf/styleattribute.xml b/com.woltlab.wcf/styleattribute.xml
new file mode 100644 (file)
index 0000000..597ebbd
--- /dev/null
@@ -0,0 +1,4184 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/styleattributes.xsd">
+       <import>
+               <attribute>
+                       <selector><![CDATA[]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[user.additional.style.input1.use]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[user.additional.style.input2.use]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[page.header.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[page.header.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[background-position]]></name>
+                       <value><![CDATA[page.header.background.image.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[background-repeat]]></name>
+                       <value><![CDATA[page.header.background.image.repeat]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo]]></selector>
+                       <name><![CDATA[border-bottom-width]]></name>
+                       <value><![CDATA[menu.main.bar.divider.show]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo]]></selector>
+                       <name><![CDATA[height]]></name>
+                       <value><![CDATA[page.header.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo .pageLogo]]></selector>
+                       <name><![CDATA[text-align]]></name>
+                       <value><![CDATA[page.logo.image.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo .pageLogo img]]></selector>
+                       <name><![CDATA[margin-left]]></name>
+                       <value><![CDATA[page.logo.image.padding.left]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo .pageLogo img]]></selector>
+                       <name><![CDATA[margin-right]]></name>
+                       <value><![CDATA[page.logo.image.padding.right]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo .pageLogo img]]></selector>
+                       <name><![CDATA[margin-top]]></name>
+                       <value><![CDATA[page.logo.image.padding.top]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[global.title.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[text-align]]></name>
+                       <value><![CDATA[global.title.font.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[global.title.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[global.title.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[font-style]]></name>
+                       <value><![CDATA[global.title.font.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[font-weight]]></name>
+                       <value><![CDATA[global.title.font.weight]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[global.title.hide]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[global.title.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1 a]]></selector>
+                       <name><![CDATA[padding-left]]></name>
+                       <value><![CDATA[global.title.font.padding.left]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1 a]]></selector>
+                       <name><![CDATA[padding-right]]></name>
+                       <value><![CDATA[global.title.font.padding.right]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#logo h1 a]]></selector>
+                       <name><![CDATA[padding-top]]></name>
+                       <value><![CDATA[global.title.font.padding.top]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#userPanel]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.alignment.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.alignment.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footer]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.alignment.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#main]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.alignment.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#userPanel]]></selector>
+                       <name><![CDATA[width]]></name>
+                       <value><![CDATA[page.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[width]]></name>
+                       <value><![CDATA[page.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footer]]></selector>
+                       <name><![CDATA[width]]></name>
+                       <value><![CDATA[page.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.footerOptions li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.footerOptions li.extraButton]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.footerMenu li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#main]]></selector>
+                       <name><![CDATA[width]]></name>
+                       <value><![CDATA[page.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#userPanel]]></selector>
+                       <name><![CDATA[max-width]]></name>
+                       <value><![CDATA[page.width.max]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[max-width]]></name>
+                       <value><![CDATA[page.width.max]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footer]]></selector>
+                       <name><![CDATA[max-width]]></name>
+                       <value><![CDATA[page.width.max]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#main]]></selector>
+                       <name><![CDATA[max-width]]></name>
+                       <value><![CDATA[page.width.max]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#userPanel]]></selector>
+                       <name><![CDATA[min-width]]></name>
+                       <value><![CDATA[page.width.min]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[min-width]]></name>
+                       <value><![CDATA[page.width.min]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footer]]></selector>
+                       <name><![CDATA[min-width]]></name>
+                       <value><![CDATA[page.width.min]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#main]]></selector>
+                       <name><![CDATA[min-width]]></name>
+                       <value><![CDATA[page.width.min]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.columnContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[* a.externalURL]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.external.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[* a.externalURL:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.external.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeContainer a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeMessage]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.activeMessage]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.attachmentFile ul li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.attachmentPreview ul li a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.attachmentPreview ul li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.attachmentPreview ul li:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarDisplay div]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarDisplay div]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarDisplay div]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label:hover]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label:hover]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.boardlistCounter]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.boardlistDescription]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.boardlistLastPost]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.boardlistSubboards]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.boardlistUsersOnline]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border .container-1 a:active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.active]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border .container-2 a:active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.active]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border .container-3 a:active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.active]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border .containerHead a:active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.active]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border .tableList td]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.border .tableList th]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.breadCrumbs]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.dynBoxInner]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .signature]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .columnTitle a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 fieldset fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 fieldset fieldset.noJavaScript fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 legend]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .formFieldDesc]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.color-1 legend]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .formFieldDesc]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .signature]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .columnTitle a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 fieldset fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 legend]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.color-2 legend]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 fieldset fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-4]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container4.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-4]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container4.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-4 .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container4.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-4 .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container4.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-4 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container4.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-4 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container4.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.itemList .itemListCategory]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.itemList .itemListTitle]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.itemList .itemListTitle]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.itemList .itemListTitle]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive > .border > .itemList > li:last-child > .itemListTitle]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive > .border > .itemList > li:last-child > .itemListTitle]]></selector>
+                       <name><![CDATA[border-top-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive > .border > .itemList > li:last-child > .itemListTitle]]></selector>
+                       <name><![CDATA[border-top-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemListTitle]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemListTitle]]></selector>
+                       <name><![CDATA[border-top-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemListTitle]]></selector>
+                       <name><![CDATA[border-top-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemList]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemList]]></selector>
+                       <name><![CDATA[border-top-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemList]]></selector>
+                       <name><![CDATA[border-top-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.simpleBar ul]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.simpleBar ul li]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.simpleBar ul li a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.simpleBar ul li a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.simpleBar ul li a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container4.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.simpleBar ul li.selected a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container4.background.color]]></value>
+               </attribute>            
+               <attribute>
+                       <selector><![CDATA[.containerHead]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.containerHead]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[container.head.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.containerHead]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.containerHead .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.containerHead .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.containerHead a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.containerHead a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 .containerHead a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 .containerHead a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footer]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.dividers .messageAuthor]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.dividers .userAvatar]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.dividers .userCredits]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.dividers .userMessenger]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.dividers .userSymbols]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editNote]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editNote]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editNote]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editNote]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.deleteNote]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.deleteNote]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.deleteNote]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.deleteNote]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editor textarea]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[input.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editor textarea]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[input.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editor textarea]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.editor textarea:focus]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.error]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.error]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.error]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.firstPost]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.formField label]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.formFieldDesc]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.formFieldDesc]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.iframeBody]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[page.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.iframeBody]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.iframeBody]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.info]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.info]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.info]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter td]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter td]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[container.head.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter td a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter td a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter td span]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarFooter td span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader td]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader td]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[container.head.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader td a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader td a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader td span]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarHeader td span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable a:hover]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inlineCalendarTable a:hover]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[input.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[input.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[input.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[input.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[input.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText:focus]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText:focus]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[input.border.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText:focus]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[input.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.inputText:focus]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.large.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.large.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.large.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.large.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.large.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.large.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.large.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.large.border.inner.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.large.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a span]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[buttons.large.caption.hide]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.large.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.large.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.large.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.large.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.large.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainMenu]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.alignment.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainMenu]]></selector>
+                       <name><![CDATA[width]]></name>
+                       <value><![CDATA[page.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainMenu]]></selector>
+                       <name><![CDATA[max-width]]></name>
+                       <value><![CDATA[page.width.max]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainMenu]]></selector>
+                       <name><![CDATA[min-width]]></name>
+                       <value><![CDATA[page.width.min]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.bar.hide]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .active a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .active a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .active a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.main.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .active a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.active.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .active a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.active.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .firstActive a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .firstActive a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .firstActive a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.main.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .firstActive a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.active.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .firstActive a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.active.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .lastActive a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .lastActive a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .lastActive a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.main.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .lastActive a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.active.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .lastActive a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.active.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.main.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.main.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.main.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.main.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu .mainMenuInner]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[menu.main.position]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .active a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .active a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .active a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .bottomSeparator a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .bottomSeparator a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .bottomSeparator a]]></selector>
+                       <name><![CDATA[border-bottom-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .topSeparator a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .topSeparator a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu .topSeparator a]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mainMenu span]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[menu.main.caption.hide]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.marked]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.markedDayField a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.markedDayField a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.markedDayField a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.markedDayField a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.markedDayField a]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.markedDayField a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mceEditor .mceColors li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mceResizeBox]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.mceResizeBox]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberName:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberRemove]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li .memberRemove:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.memberList li:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.message]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.message]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.message]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.message .messageSidebar]]></selector>
+                       <name><![CDATA[text-align]]></name>
+                       <value><![CDATA[messages.sidebar.text.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.message h3]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.message h4]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageBody]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageContainerFooter]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageContent]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageContentInner]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooter]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooter]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooter]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooterLeft]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooterLeft]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooterLeft]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooterRight]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooterRight]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageFooterRight]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageHeader]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageHeader]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageHeader]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .signature]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .smallButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .smallButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .memberName]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 .memberName:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .memberName]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .memberName:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-1 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .signature]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .smallButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 .smallButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageInner .color-2 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.moderators]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li span]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.inner.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li div.pageMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .optionButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .optionButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation .active]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation .active]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation .active]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation .active span]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation .active span]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation .active span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.inner.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation input]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li span]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li span]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li span]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.inner.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li span]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li span:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li ul]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li ul]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li ul]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li ul]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children span]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children span]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children:hover > span]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children:hover > span]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children:hover span]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li.children:hover span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pageNavigation li:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.large.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.large.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.large.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.large.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.large.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.large.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.large.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.large.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.large.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmMove p]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmUsage]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmUsageBar]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmUsageBar]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.pmUsageBar]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.popupMenu]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.popupMenu]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.popupMenu]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.popupMenu]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#userCardCredits]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.friendsConnection]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.friendsNetwork]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.friendsNone]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.guestAdvice]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.buttonBar]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.buttonBar]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu li.container-1 a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu li.container-2 a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .twoRows a span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .twoRows a:hover span]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .twoRows a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.signature]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.signature]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.signature]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons span]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[buttons.small.caption.hide]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.inner.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .smallButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .smallButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .smallButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .smallButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 .smallButtons a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-3 .smallButtons a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li span]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.extraButton span]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.inner.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.inner.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[li.extraButton]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallFont]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.loginPopup]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.statusDisplay]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subHeading]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subHeading]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subHeading]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu div.containerHead]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.button.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.button.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[menu.tab.button.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[menu.tab.button.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.button.active.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.button.active.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[menu.tab.button.border.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.button.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[menu.tab.button.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.button.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.button.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[menu.tab.button.border.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[menu.tab.button.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.button.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.success]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.success]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.success]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.active.border.bottom.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.active.border.bottom.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.active.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.active.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.active.border.bottom.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.border.bottom.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.border.bottom.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead a:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.border.bottom.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList th]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.tab.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.disabled a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.disabled a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.tab.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.disabled a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.tab.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.activeTabMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.activeTabMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.activeTabMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.tab.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.activeTabMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu li.activeTabMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container.head.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.tab.active.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.active.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.tab.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.threadStarterPost .poll .container-3]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList tbody tr:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatar]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatar a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatarFramed]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatarFramed]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container4.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatarFramed a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userCredits]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userExtras]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userPanel]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userPanel a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userPanel a:active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.active]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.warning]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.warning]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.warning]]></selector>
+                       <name><![CDATA[line-height]]></name>
+                       <value><![CDATA[page.font.line.height]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.weekDays]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.weekDays]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[a:active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.active]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container4.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[page.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[page.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[background-position]]></name>
+                       <value><![CDATA[page.background.image.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[background-attachment]]></name>
+                       <value><![CDATA[page.background.image.attachment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[background-repeat]]></name>
+                       <value><![CDATA[page.background.image.repeat]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[page.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.inlineCalendar]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.pageMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.pageMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu li.active a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu li.active a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu li.active a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .bottomSeparator a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .bottomSeparator a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .bottomSeparator a]]></selector>
+                       <name><![CDATA[border-bottom-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .topSeparator a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .topSeparator a]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .topSeparator a]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blog .userBlogCategoryAdd]]></selector>
+                       <name><![CDATA[border-top-color]]></name>
+                       <value><![CDATA[divider.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blog .userBlogCategoryAdd]]></selector>
+                       <name><![CDATA[border-top-style]]></name>
+                       <value><![CDATA[divider.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.blog .userBlogCategoryAdd]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[divider.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList tr div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList tr div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.smallButtons div.pageMenu a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.smallButtons div.pageMenu a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.smallButtons div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.smallButtons div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.smallButtons div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.smallButtons div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[fieldset]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[fieldset]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[fieldset]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container1.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[fieldset fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container2.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[page.title.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.title.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.title.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2]]></selector>
+                       <name><![CDATA[font-style]]></name>
+                       <value><![CDATA[page.title.font.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2]]></selector>
+                       <name><![CDATA[font-weight]]></name>
+                       <value><![CDATA[page.title.font.weight]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2 a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.title.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[h2 a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.title.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[html]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[page.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[html]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[page.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[html]]></selector>
+                       <name><![CDATA[background-position]]></name>
+                       <value><![CDATA[page.background.image.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[html]]></selector>
+                       <name><![CDATA[background-attachment]]></name>
+                       <value><![CDATA[page.background.image.attachment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[html]]></selector>
+                       <name><![CDATA[background-repeat]]></name>
+                       <value><![CDATA[page.background.image.repeat]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[legend]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[input.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[input.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[input.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[input.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[input.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select:focus]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select:focus]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[input.border.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select:focus]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[input.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[select:focus]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[td.columnLastActivity]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[td.columnLocation]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[td.columnRegistrationDate]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[td.columnUserAgent]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[input.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[input.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[input.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[input.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[input.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea]]></selector>
+                       <name><![CDATA[font-family]]></name>
+                       <value><![CDATA[page.font]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea:focus]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea:focus]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[input.border.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea:focus]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[input.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[textarea:focus]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color.focus]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[buttons.small.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[buttons.small.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.messageNumber:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#search]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#search .searchContainer p a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.button.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#search .searchContainer p a]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#search .searchContainer p a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.tab.button.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.searchContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.searchContainer]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.searchContainer]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.frame.general]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[page.frame.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[page.frame.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[border-top-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[border-right-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[border-left-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[page.frame.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[margin-top]]></name>
+                       <value><![CDATA[page.frame.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[padding-top]]></name>
+                       <value><![CDATA[page.frame.padding.vertical]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[padding-right]]></name>
+                       <value><![CDATA[page.frame.padding.horizontal]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#headerContainer]]></selector>
+                       <name><![CDATA[padding-left]]></name>
+                       <value><![CDATA[page.frame.padding.horizontal]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[page.frame.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[page.frame.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[border-right-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[border-left-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[page.frame.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[padding-right]]></name>
+                       <value><![CDATA[page.frame.padding.horizontal]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#mainContainer]]></selector>
+                       <name><![CDATA[padding-left]]></name>
+                       <value><![CDATA[page.frame.padding.horizontal]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[page.frame.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[page.frame.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[border-right-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[border-bottom-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[border-left-width]]></name>
+                       <value><![CDATA[page.frame.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[page.frame.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[margin-bottom]]></name>
+                       <value><![CDATA[page.frame.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[padding-right]]></name>
+                       <value><![CDATA[page.frame.padding.horizontal]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[padding-bottom]]></name>
+                       <value><![CDATA[page.frame.padding.vertical]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#footerContainer]]></selector>
+                       <name><![CDATA[padding-left]]></name>
+                       <value><![CDATA[page.frame.padding.horizontal]]></value>
+               </attribute>
+       </import>
+       
+       <!-- these obsolete declarations will be deleted -->
+       <delete>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.active.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.active.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead .active]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.caption.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead label:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[table.head.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead label:hover]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[table.head.background.image.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead label:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[table.head.caption.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead div]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.border.bottom.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead div]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[table.head.border.bottom.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableHead div:hover]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[table.head.border.bottom.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList tbody tr:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList tbody tr:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList tbody tr:hover .columnTitle a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-1:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-2:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-3:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr.container-3:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover .columnTopic .topic a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover .columnUsername a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover .light]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover .light a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[tr:hover .columnTitle a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[page.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .active a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .active a]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[div.pageMenu .active a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.copyright]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#header]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#page]]></selector>
+                       <name><![CDATA[]]></name>
+                       <value><![CDATA[page.alignment.margin]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#page]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#page]]></selector>
+                       <name><![CDATA[width]]></name>
+                       <value><![CDATA[page.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#page]]></selector>
+                       <name><![CDATA[max-width]]></name>
+                       <value><![CDATA[page.width.max]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[#page]]></selector>
+                       <name><![CDATA[min-width]]></name>
+                       <value><![CDATA[page.width.min]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallPages]]></selector>
+                       <name><![CDATA[font-size]]></name>
+                       <value><![CDATA[page.font.2nd.size]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[body]]></selector>
+                       <name><![CDATA[text-align]]></name>
+                       <value><![CDATA[page.alignment]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[buttons.small.background.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.profileDisplay fieldset]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userProfileBox #userProfileAvatar fieldset div]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .disabled]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-1 .disabled a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container1.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .disabled]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.container-2 .disabled a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container2.font.2nd.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[messages.boxes.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[messages.boxes.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[input.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.quoteBox]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[messages.boxes.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.attachmentPreview ul li a:hover]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarDisplay div]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatarFramed]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[input.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userAvatarFramed]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[messages.boxes.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeLineNumbers]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container3.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeLineNumbers]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[container3.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[container.border.outer.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.codeBox]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[container.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userProfileContent .fieldTitle]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.userProfileContent .fieldValue]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect li label]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container.border.inner.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
+                       <name><![CDATA[background-image]]></name>
+                       <value><![CDATA[selection.background.image]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li.selected]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li.selected]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li.selected]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li.selected > a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.largeButtons li.selected > a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li.selected]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[selection.border.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li.selected]]></selector>
+                       <name><![CDATA[border-style]]></name>
+                       <value><![CDATA[selection.border.style]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li.selected]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[selection.border.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li.selected > a]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[selection.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.smallButtons li.selected > a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[selection.link.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.optionButtons li]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[menu.dropdown.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.li.extraButton]]></selector>
+                       <name><![CDATA[border-width]]></name>
+                       <value><![CDATA[buttons.small.border.outer.width]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.attachmentPreview ul li a]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container.border.outer.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.galleryAlbumCover img]]></selector>
+                       <name><![CDATA[background-color]]></name>
+                       <value><![CDATA[container4.background.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
+                       <name><![CDATA[border-color]]></name>
+                       <value><![CDATA[container1.font.color]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList div.pageMenu a:hover]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
+               </attribute>
+               <attribute>
+                       <selector><![CDATA[.tableList div.pageMenu a]]></selector>
+                       <name><![CDATA[color]]></name>
+                       <value><![CDATA[menu.dropdown.link.color]]></value>
+               </attribute>
+       </delete>
+</data>
\ No newline at end of file
diff --git a/com.woltlab.wcf/styleattributes.xml b/com.woltlab.wcf/styleattributes.xml
deleted file mode 100644 (file)
index 597ebbd..0000000
+++ /dev/null
@@ -1,4184 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/styleattributes.xsd">
-       <import>
-               <attribute>
-                       <selector><![CDATA[]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[user.additional.style.input1.use]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[user.additional.style.input2.use]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[page.header.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[page.header.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[background-position]]></name>
-                       <value><![CDATA[page.header.background.image.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[background-repeat]]></name>
-                       <value><![CDATA[page.header.background.image.repeat]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo]]></selector>
-                       <name><![CDATA[border-bottom-width]]></name>
-                       <value><![CDATA[menu.main.bar.divider.show]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo]]></selector>
-                       <name><![CDATA[height]]></name>
-                       <value><![CDATA[page.header.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo .pageLogo]]></selector>
-                       <name><![CDATA[text-align]]></name>
-                       <value><![CDATA[page.logo.image.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo .pageLogo img]]></selector>
-                       <name><![CDATA[margin-left]]></name>
-                       <value><![CDATA[page.logo.image.padding.left]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo .pageLogo img]]></selector>
-                       <name><![CDATA[margin-right]]></name>
-                       <value><![CDATA[page.logo.image.padding.right]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo .pageLogo img]]></selector>
-                       <name><![CDATA[margin-top]]></name>
-                       <value><![CDATA[page.logo.image.padding.top]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[global.title.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[text-align]]></name>
-                       <value><![CDATA[global.title.font.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[global.title.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[global.title.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[font-style]]></name>
-                       <value><![CDATA[global.title.font.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[font-weight]]></name>
-                       <value><![CDATA[global.title.font.weight]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[global.title.hide]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[global.title.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1 a]]></selector>
-                       <name><![CDATA[padding-left]]></name>
-                       <value><![CDATA[global.title.font.padding.left]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1 a]]></selector>
-                       <name><![CDATA[padding-right]]></name>
-                       <value><![CDATA[global.title.font.padding.right]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#logo h1 a]]></selector>
-                       <name><![CDATA[padding-top]]></name>
-                       <value><![CDATA[global.title.font.padding.top]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#userPanel]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.alignment.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.alignment.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footer]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.alignment.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#main]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.alignment.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#userPanel]]></selector>
-                       <name><![CDATA[width]]></name>
-                       <value><![CDATA[page.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[width]]></name>
-                       <value><![CDATA[page.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footer]]></selector>
-                       <name><![CDATA[width]]></name>
-                       <value><![CDATA[page.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.footerOptions li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.footerOptions li.extraButton]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.footerMenu li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#main]]></selector>
-                       <name><![CDATA[width]]></name>
-                       <value><![CDATA[page.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#userPanel]]></selector>
-                       <name><![CDATA[max-width]]></name>
-                       <value><![CDATA[page.width.max]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[max-width]]></name>
-                       <value><![CDATA[page.width.max]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footer]]></selector>
-                       <name><![CDATA[max-width]]></name>
-                       <value><![CDATA[page.width.max]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#main]]></selector>
-                       <name><![CDATA[max-width]]></name>
-                       <value><![CDATA[page.width.max]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#userPanel]]></selector>
-                       <name><![CDATA[min-width]]></name>
-                       <value><![CDATA[page.width.min]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[min-width]]></name>
-                       <value><![CDATA[page.width.min]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footer]]></selector>
-                       <name><![CDATA[min-width]]></name>
-                       <value><![CDATA[page.width.min]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#main]]></selector>
-                       <name><![CDATA[min-width]]></name>
-                       <value><![CDATA[page.width.min]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.columnContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[* a.externalURL]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.external.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[* a.externalURL:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.external.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeContainer a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeMessage]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.activeMessage]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.attachmentFile ul li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.attachmentPreview ul li a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.attachmentPreview ul li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.attachmentPreview ul li:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarDisplay div]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarDisplay div]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarDisplay div]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label:hover]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label:hover]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.boardlistCounter]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.boardlistDescription]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.boardlistLastPost]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.boardlistSubboards]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.boardlistUsersOnline]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border .container-1 a:active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.active]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border .container-2 a:active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.active]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border .container-3 a:active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.active]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border .containerHead a:active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.active]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border .tableList td]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.border .tableList th]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.breadCrumbs]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.dynBoxInner]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .signature]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .columnTitle a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 fieldset fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 fieldset fieldset.noJavaScript fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 legend]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .formFieldDesc]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.color-1 legend]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .formFieldDesc]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .signature]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .columnTitle a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 fieldset fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 legend]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.color-2 legend]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 fieldset fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-4]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container4.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-4]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container4.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-4 .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container4.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-4 .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container4.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-4 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container4.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-4 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container4.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.itemList .itemListCategory]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.itemList .itemListTitle]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.itemList .itemListTitle]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.itemList .itemListTitle]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive > .border > .itemList > li:last-child > .itemListTitle]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive > .border > .itemList > li:last-child > .itemListTitle]]></selector>
-                       <name><![CDATA[border-top-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive > .border > .itemList > li:last-child > .itemListTitle]]></selector>
-                       <name><![CDATA[border-top-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemListTitle]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemListTitle]]></selector>
-                       <name><![CDATA[border-top-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemListTitle]]></selector>
-                       <name><![CDATA[border-top-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemList]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemList]]></selector>
-                       <name><![CDATA[border-top-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blogBoxArchive .itemList > li > .itemList > li > .itemList]]></selector>
-                       <name><![CDATA[border-top-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.simpleBar ul]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.simpleBar ul li]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.simpleBar ul li a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.simpleBar ul li a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.simpleBar ul li a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container4.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.simpleBar ul li.selected a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container4.background.color]]></value>
-               </attribute>            
-               <attribute>
-                       <selector><![CDATA[.containerHead]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.containerHead]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[container.head.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.containerHead]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.containerHead .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.containerHead .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.containerHead a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.containerHead a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 .containerHead a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 .containerHead a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footer]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.dividers .messageAuthor]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.dividers .userAvatar]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.dividers .userCredits]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.dividers .userMessenger]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.dividers .userSymbols]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editNote]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editNote]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editNote]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editNote]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.deleteNote]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.deleteNote]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.deleteNote]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.deleteNote]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editor textarea]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[input.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editor textarea]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[input.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editor textarea]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.editor textarea:focus]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.error]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.error]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.error]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.firstPost]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.formField label]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.formFieldDesc]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.formFieldDesc]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.iframeBody]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[page.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.iframeBody]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.iframeBody]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.info]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.info]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.info]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter td]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter td]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[container.head.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter td a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter td a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter td span]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarFooter td span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader td]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader td]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[container.head.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader td a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader td a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader td span]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarHeader td span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable a:hover]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inlineCalendarTable a:hover]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[input.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[input.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[input.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[input.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[input.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText:focus]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText:focus]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[input.border.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText:focus]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[input.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.inputText:focus]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.large.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.large.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.large.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.large.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.large.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.large.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.large.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.large.border.inner.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.large.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a span]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[buttons.large.caption.hide]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.large.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.large.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.large.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.large.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.large.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainMenu]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.alignment.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainMenu]]></selector>
-                       <name><![CDATA[width]]></name>
-                       <value><![CDATA[page.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainMenu]]></selector>
-                       <name><![CDATA[max-width]]></name>
-                       <value><![CDATA[page.width.max]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainMenu]]></selector>
-                       <name><![CDATA[min-width]]></name>
-                       <value><![CDATA[page.width.min]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.bar.hide]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .active a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .active a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .active a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.main.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .active a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.active.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .active a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.active.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .firstActive a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .firstActive a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .firstActive a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.main.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .firstActive a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.active.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .firstActive a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.active.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .lastActive a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .lastActive a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .lastActive a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.main.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .lastActive a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.active.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .lastActive a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.active.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.main.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.main.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.main.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.main.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu .mainMenuInner]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[menu.main.position]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .active a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .active a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .active a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .bottomSeparator a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .bottomSeparator a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .bottomSeparator a]]></selector>
-                       <name><![CDATA[border-bottom-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .topSeparator a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .topSeparator a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu .topSeparator a]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mainMenu span]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[menu.main.caption.hide]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.marked]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.markedDayField a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.markedDayField a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.markedDayField a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.markedDayField a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.markedDayField a]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.markedDayField a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mceEditor .mceColors li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mceResizeBox]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.mceResizeBox]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberName:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberRemove]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li .memberRemove:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.memberList li:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.message]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.message]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.message]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.message .messageSidebar]]></selector>
-                       <name><![CDATA[text-align]]></name>
-                       <value><![CDATA[messages.sidebar.text.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.message h3]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.message h4]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageBody]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageContainerFooter]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageContent]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageContentInner]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooter]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooter]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooter]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooterLeft]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooterLeft]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooterLeft]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooterRight]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooterRight]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageFooterRight]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageHeader]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageHeader]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageHeader]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .signature]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .smallButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .smallButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .memberName]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 .memberName:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .memberName]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .memberName:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-1 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .signature]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .smallButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 .smallButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageInner .color-2 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.moderators]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li span]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.inner.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li div.pageMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .optionButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .optionButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation .active]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation .active]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation .active]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation .active span]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation .active span]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation .active span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.inner.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation input]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li span]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li span]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li span]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.inner.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li span]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li span:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li ul]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li ul]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li ul]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li ul]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children span]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children span]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children:hover > span]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children:hover > span]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children:hover span]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li.children:hover span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pageNavigation li:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.large.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.large.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.large.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.large.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.large.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.large.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.large.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.large.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmEditFolders a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.large.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmMove p]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmUsage]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmUsageBar]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmUsageBar]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.pmUsageBar]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.popupMenu]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.popupMenu]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.popupMenu]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.popupMenu]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#userCardCredits]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.friendsConnection]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.friendsNetwork]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.friendsNone]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.guestAdvice]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.buttonBar]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.buttonBar]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu li.container-1 a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu li.container-2 a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .twoRows a span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .twoRows a:hover span]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .twoRows a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.signature]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.signature]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.signature]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons span]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[buttons.small.caption.hide]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.inner.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .smallButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .smallButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .smallButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .smallButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 .smallButtons a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-3 .smallButtons a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li span]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.extraButton span]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.inner.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.inner.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.inner.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[li.extraButton]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallFont]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.loginPopup]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.statusDisplay]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subHeading]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subHeading]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subHeading]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu div.containerHead]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.button.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.button.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[menu.tab.button.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[menu.tab.button.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.button.active.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.button.active.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul .activeSubTabMenu a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[menu.tab.button.border.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.button.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[menu.tab.button.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.button.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.button.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[menu.tab.button.border.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[menu.tab.button.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.subTabMenu ul li a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.button.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.success]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.success]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.success]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active .emptyHead]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.active.border.bottom.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.active.border.bottom.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.active.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.active.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.active.border.bottom.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.border.bottom.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .emptyHead]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.border.bottom.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead a:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.border.bottom.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList th]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.tab.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.disabled a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.disabled a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.tab.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.disabled a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.tab.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.activeTabMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.activeTabMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.activeTabMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.tab.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.activeTabMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu li.activeTabMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container.head.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.tab.active.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.active.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tabMenu ul li.activeTabMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.tab.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.threadStarterPost .poll .container-3]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList tbody tr:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatar]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatar a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatarFramed]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatarFramed]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container4.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatarFramed a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userCredits]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userExtras]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userPanel]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userPanel a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userPanel a:active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.active]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.warning]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.warning]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.warning]]></selector>
-                       <name><![CDATA[line-height]]></name>
-                       <value><![CDATA[page.font.line.height]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.weekDays]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.weekDays]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[a:active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.active]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container4.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[page.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[page.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[background-position]]></name>
-                       <value><![CDATA[page.background.image.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[background-attachment]]></name>
-                       <value><![CDATA[page.background.image.attachment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[background-repeat]]></name>
-                       <value><![CDATA[page.background.image.repeat]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[page.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.inlineCalendar]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.pageMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.pageMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.messageInner div.smallButtons div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu li.active a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu li.active a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu li.active a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .bottomSeparator a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .bottomSeparator a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .bottomSeparator a]]></selector>
-                       <name><![CDATA[border-bottom-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .topSeparator a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .topSeparator a]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .topSeparator a]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blog .userBlogCategoryAdd]]></selector>
-                       <name><![CDATA[border-top-color]]></name>
-                       <value><![CDATA[divider.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blog .userBlogCategoryAdd]]></selector>
-                       <name><![CDATA[border-top-style]]></name>
-                       <value><![CDATA[divider.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.blog .userBlogCategoryAdd]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[divider.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList tr div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList tr div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.smallButtons div.pageMenu a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.smallButtons div.pageMenu a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.smallButtons div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.smallButtons div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.smallButtons div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[menu.dropdown.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.smallButtons div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[fieldset]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[fieldset]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[fieldset]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container1.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[fieldset fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container2.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[page.title.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.title.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.title.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2]]></selector>
-                       <name><![CDATA[font-style]]></name>
-                       <value><![CDATA[page.title.font.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2]]></selector>
-                       <name><![CDATA[font-weight]]></name>
-                       <value><![CDATA[page.title.font.weight]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2 a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.title.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[h2 a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.title.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[html]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[page.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[html]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[page.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[html]]></selector>
-                       <name><![CDATA[background-position]]></name>
-                       <value><![CDATA[page.background.image.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[html]]></selector>
-                       <name><![CDATA[background-attachment]]></name>
-                       <value><![CDATA[page.background.image.attachment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[html]]></selector>
-                       <name><![CDATA[background-repeat]]></name>
-                       <value><![CDATA[page.background.image.repeat]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[legend]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[input.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[input.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[input.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[input.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[input.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select:focus]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select:focus]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[input.border.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select:focus]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[input.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[select:focus]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[td.columnLastActivity]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[td.columnLocation]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[td.columnRegistrationDate]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[td.columnUserAgent]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[input.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[input.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[input.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[input.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[input.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea]]></selector>
-                       <name><![CDATA[font-family]]></name>
-                       <value><![CDATA[page.font]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea:focus]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea:focus]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[input.border.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea:focus]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[input.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[textarea:focus]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color.focus]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[buttons.small.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[buttons.small.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[buttons.small.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.messageNumber:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[buttons.small.border.outer.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#search]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#search .searchContainer p a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.button.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#search .searchContainer p a]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#search .searchContainer p a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.tab.button.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.searchContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.searchContainer]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.searchContainer]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.frame.general]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[page.frame.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[page.frame.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[border-top-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[border-right-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[border-left-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[page.frame.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[margin-top]]></name>
-                       <value><![CDATA[page.frame.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[padding-top]]></name>
-                       <value><![CDATA[page.frame.padding.vertical]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[padding-right]]></name>
-                       <value><![CDATA[page.frame.padding.horizontal]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#headerContainer]]></selector>
-                       <name><![CDATA[padding-left]]></name>
-                       <value><![CDATA[page.frame.padding.horizontal]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[page.frame.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[page.frame.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[border-right-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[border-left-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[page.frame.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[padding-right]]></name>
-                       <value><![CDATA[page.frame.padding.horizontal]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#mainContainer]]></selector>
-                       <name><![CDATA[padding-left]]></name>
-                       <value><![CDATA[page.frame.padding.horizontal]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[page.frame.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[page.frame.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[border-right-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[border-bottom-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[border-left-width]]></name>
-                       <value><![CDATA[page.frame.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[page.frame.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[margin-bottom]]></name>
-                       <value><![CDATA[page.frame.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[padding-right]]></name>
-                       <value><![CDATA[page.frame.padding.horizontal]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[padding-bottom]]></name>
-                       <value><![CDATA[page.frame.padding.vertical]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#footerContainer]]></selector>
-                       <name><![CDATA[padding-left]]></name>
-                       <value><![CDATA[page.frame.padding.horizontal]]></value>
-               </attribute>
-       </import>
-       
-       <!-- these obsolete declarations will be deleted -->
-       <delete>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.active.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.active.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead .active]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.caption.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead label:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[table.head.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead label:hover]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[table.head.background.image.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead label:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[table.head.caption.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead div]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.border.bottom.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead div]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[table.head.border.bottom.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableHead div:hover]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[table.head.border.bottom.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList tbody tr:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList tbody tr:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList tbody tr:hover .columnTitle a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-1:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-2:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-3:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr.container-3:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover .columnTopic .topic a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover .columnUsername a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover .light]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover .light a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[tr:hover .columnTitle a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[page.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .active a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .active a]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[div.pageMenu .active a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.copyright]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#header]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#page]]></selector>
-                       <name><![CDATA[]]></name>
-                       <value><![CDATA[page.alignment.margin]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#page]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#page]]></selector>
-                       <name><![CDATA[width]]></name>
-                       <value><![CDATA[page.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#page]]></selector>
-                       <name><![CDATA[max-width]]></name>
-                       <value><![CDATA[page.width.max]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[#page]]></selector>
-                       <name><![CDATA[min-width]]></name>
-                       <value><![CDATA[page.width.min]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallPages]]></selector>
-                       <name><![CDATA[font-size]]></name>
-                       <value><![CDATA[page.font.2nd.size]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[body]]></selector>
-                       <name><![CDATA[text-align]]></name>
-                       <value><![CDATA[page.alignment]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[buttons.small.background.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.profileDisplay fieldset]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userProfileBox #userProfileAvatar fieldset div]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .disabled]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-1 .disabled a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container1.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .disabled]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.container-2 .disabled a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container2.font.2nd.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[messages.boxes.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[messages.boxes.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[input.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.quoteBox]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[messages.boxes.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.attachmentPreview ul li a:hover]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarDisplay div]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatarFramed]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[input.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userAvatarFramed]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[messages.boxes.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeLineNumbers]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container3.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeLineNumbers]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[container3.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[container.border.outer.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.codeBox]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[container.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userProfileContent .fieldTitle]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.userProfileContent .fieldValue]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect li label]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container.border.inner.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
-                       <name><![CDATA[background-image]]></name>
-                       <value><![CDATA[selection.background.image]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.avatarSelect .selected label]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li.selected]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li.selected]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li.selected]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li.selected > a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.largeButtons li.selected > a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li.selected]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[selection.border.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li.selected]]></selector>
-                       <name><![CDATA[border-style]]></name>
-                       <value><![CDATA[selection.border.style]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li.selected]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[selection.border.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li.selected > a]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[selection.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.smallButtons li.selected > a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[selection.link.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.optionButtons li]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[menu.dropdown.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.li.extraButton]]></selector>
-                       <name><![CDATA[border-width]]></name>
-                       <value><![CDATA[buttons.small.border.outer.width]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.attachmentPreview ul li a]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container.border.outer.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.galleryAlbumCover img]]></selector>
-                       <name><![CDATA[background-color]]></name>
-                       <value><![CDATA[container4.background.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[blockquote.wysiwygQuote]]></selector>
-                       <name><![CDATA[border-color]]></name>
-                       <value><![CDATA[container1.font.color]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList div.pageMenu a:hover]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color.hover]]></value>
-               </attribute>
-               <attribute>
-                       <selector><![CDATA[.tableList div.pageMenu a]]></selector>
-                       <name><![CDATA[color]]></name>
-                       <value><![CDATA[menu.dropdown.link.color]]></value>
-               </attribute>
-       </delete>
-</data>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/breadcrumbs.tpl b/com.woltlab.wcf/template/breadcrumbs.tpl
new file mode 100644 (file)
index 0000000..0bfd81e
--- /dev/null
@@ -0,0 +1,9 @@
+<nav id="breadcrumbs" class="breadcrumbs">
+       <ul>
+               {foreach from=$__wcf->getBreadcrumbs()->get() item=$breadcrumb}
+                       <li>
+                               {if $breadcrumb->getURL()}<a href="{$breadcrumb->getURL()}">{/if}<span>{$breadcrumb->getLabel()}</span>{if $breadcrumb->getURL()}</a>{/if} &raquo;
+                       </li>
+               {/foreach}
+       </ul>
+</nav>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/documentHeader.tpl b/com.woltlab.wcf/template/documentHeader.tpl
new file mode 100644 (file)
index 0000000..2761da7
--- /dev/null
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<html dir="{lang}wcf.global.pageDirection{/lang}" lang="{@$__wcf->language->getFixedLanguageCode()}">
diff --git a/com.woltlab.wcf/template/footer.tpl b/com.woltlab.wcf/template/footer.tpl
new file mode 100644 (file)
index 0000000..4beeb46
--- /dev/null
@@ -0,0 +1,9 @@
+               </section>
+       </div>
+</div>
+<footer>
+       <nav id="footerMenu" class="footerMenu">
+               {include file=footerMenu}
+       </nav>
+</footer>
+<a id="bottom"></a>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/footerMenu.tpl b/com.woltlab.wcf/template/footerMenu.tpl
new file mode 100644 (file)
index 0000000..3287b98
--- /dev/null
@@ -0,0 +1,9 @@
+{if $__wcf->getPageMenu()->getMenuItems('footer')|count > 0}
+       <nav id="footerMenu" class="footerMenu">
+               <ul>
+                       {foreach from=$__wcf->getPageMenu()->getMenuItems('footer') item=menuItem}
+                               <li><a href="{$menuItem->menuItemLink}">{$menuItem->menuItem} ({#$menuItem->getProcessor()->getNotifications()})</a></li>
+                       {/foreach}
+               </ul>
+       </nav>
+{/if}
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl
new file mode 100644 (file)
index 0000000..8f1a731
--- /dev/null
@@ -0,0 +1,21 @@
+<meta charset="utf-8" />
+<meta name="description" content="{META_DESCRIPTION}" />
+<meta name="keywords" content="{META_KEYWORDS}" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+
+<script type="text/javascript">
+       //<![CDATA[
+       var SID_ARG_2ND = '{@SID_ARG_2ND_NOT_ENCODED}';
+       var RELATIVE_WCF_DIR = '{@RELATIVE_WCF_DIR}';
+       var SECURITY_TOKEN = '{@SECURITY_TOKEN}';
+       //]]>
+</script>
+<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery.min.js"></script>
+<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery-ui.min.js"></script>
+<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery.tools.min.js"></script>
+<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/WCF.js"></script>
+<script type="text/javascript">
+       //<![CDATA[
+       WCF.User.init({@$__wcf->user->userID}, '{@$__wcf->user->username|encodeJS}');
+       //]]>
+</script>
diff --git a/com.woltlab.wcf/template/header.tpl b/com.woltlab.wcf/template/header.tpl
new file mode 100644 (file)
index 0000000..90ac456
--- /dev/null
@@ -0,0 +1,10 @@
+<a id="top"></a>
+<header class="pageHeader">
+       {include file=headerMenu}
+       
+       {include file='breadcrumbs' sandbox=false}
+</header>
+
+<div id="main" class="main">
+       <div>
+               <section id="content">
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/headerMenu.tpl b/com.woltlab.wcf/template/headerMenu.tpl
new file mode 100644 (file)
index 0000000..83e3a74
--- /dev/null
@@ -0,0 +1,19 @@
+{if $__wcf->getPageMenu()->getMenuItems('header')|count > 0}
+       <nav id="mainMenu" class="mainMenu">
+               <ul>
+                       {foreach from=$__wcf->getPageMenu()->getMenuItems('header') item=menuItem}
+                               <li><a href="{$menuItem->menuItemLink}">{$menuItem->menuItem} ({#$menuItem->getProcessor()->getNotifications()})</a>
+                               
+                               {if $__wcf->getPageMenu()->getMenuItems($menuItem->menuItem)|count > 0}
+                                       <ul>
+                                               {foreach from=$__wcf->getPageMenu()->getMenuItems($menuItem->menuItem) item=subMenuItem}
+                                                       <li><a href="{$subMenuItem->menuItemLink}">{$subMenuItem->menuItem} ({#$subMenuItem->getProcessor()->getNotifications()})</a></li>
+                                               {/foreach}
+                                       </ul>
+                               {/if}
+                               
+                               </li>
+                       {/foreach}
+               </ul>
+       </nav>
+{/if}
diff --git a/com.woltlab.wcf/template/imageViewer.tpl b/com.woltlab.wcf/template/imageViewer.tpl
new file mode 100644 (file)
index 0000000..a8dccce
--- /dev/null
@@ -0,0 +1,31 @@
+<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/ImageViewer.class.js"></script>
+<script type="text/javascript">
+       //<![CDATA[                     
+       // when the window is fully loaded, add image viewer
+       Event.observe(window, 'load', function() {
+               new ImageViewer($$('.enlargable'), {
+                       langCaption             : '{lang}wcf.imageViewer.caption{/lang}',
+                       langPrevious            : '{lang}wcf.imageViewer.previous{/lang}',
+                       langNext                : '{lang}wcf.imageViewer.next{/lang}',
+                       langPlay                : '{lang}wcf.imageViewer.play{/lang}',
+                       langPause               : '{lang}wcf.imageViewer.pause{/lang}',
+                       langEnlarge             : '{lang}wcf.imageViewer.enlarge{/lang}',
+                       langClose               : '{lang}wcf.imageViewer.close{/lang}',
+                       imgBlankSrc             : '{@RELATIVE_WCF_DIR}images/imageViewer/blank.png',
+                       imgMenuSrc              : '{@RELATIVE_WCF_DIR}images/imageViewer/menu.png',
+                       imgPlaySrc              : '{icon}imageViewer/playM.png{/icon}',
+                       imgPreviousSrc          : '{icon}imageViewer/previousM.png{/icon}',
+                       imgNextSrc              : '{icon}imageViewer/nextM.png{/icon}',
+                       imgEnlargeSrc           : '{icon}imageViewer/enlargeM.png{/icon}',
+                       imgPauseSrc             : '{icon}imageViewer/pauseM.png{/icon}',
+                       imgCloseSrc             : '{icon}imageViewer/closeM.png{/icon}',
+                       imgPlayHoverSrc         : '{icon}imageViewer/playHoverM.png{/icon}',
+                       imgPreviousHoverSrc     : '{icon}imageViewer/previousHoverM.png{/icon}',
+                       imgNextHoverSrc         : '{icon}imageViewer/nextHoverM.png{/icon}',
+                       imgEnlargeHoverSrc      : '{icon}imageViewer/enlargeHoverM.png{/icon}',
+                       imgPauseHoverSrc        : '{icon}imageViewer/pauseHoverM.png{/icon}',
+                       imgCloseHoverSrc        : '{icon}imageViewer/closeHoverM.png{/icon}'    
+               });
+       });
+//]]>
+</script>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeBoolean.tpl b/com.woltlab.wcf/template/optionTypeBoolean.tpl
new file mode 100644 (file)
index 0000000..905ef43
--- /dev/null
@@ -0,0 +1,3 @@
+<input {if $optionData.enableOptions}onclick="{@$optionData.enableOptions}" {/if}
+id="{$optionData.optionName}" type="checkbox" name="values[{$optionData.optionName}]" value="1"
+{if $optionData.optionValue}checked="checked" {/if}/>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeDate.tpl b/com.woltlab.wcf/template/optionTypeDate.tpl
new file mode 100644 (file)
index 0000000..b9ad12a
--- /dev/null
@@ -0,0 +1,26 @@
+<div class="floatContainer">
+       {foreach from=$dateInputOrder item=element}
+               <div class="floatedElement">
+                       <label for="{$optionData.optionName}{$element|ucfirst}">{lang}wcf.global.date.{$element}{/lang}</label>
+                       
+                       {if $element == 'day'}
+                               <select id="{$optionData.optionName}Day" name="values[{$optionData.optionName}][day]">
+                                       {htmlOptions options=$days selected=$day}
+                               </select>
+                       {/if}
+                       
+                       {if $element == 'month'}
+                               <select id="{$optionData.optionName}Month" name="values[{$optionData.optionName}][month]">
+                                       {htmlOptions options=$months selected=$month}
+                               </select>
+                       {/if}
+                       
+                       {if $element == 'year'}
+                               <input id="{$optionData.optionName}Year" class="inputText fourDigitInput" type="text" name="values[{$optionData.optionName}][year]" value="{$year}" maxlength="4" />
+                       {/if}
+               </div>
+       {/foreach}
+</div>
+{if !$yearRequired}
+       <p class="smallFont light">{lang}wcf.global.date.year.notRequired{/lang}</p>
+{/if}
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeMultiselect.tpl b/com.woltlab.wcf/template/optionTypeMultiselect.tpl
new file mode 100644 (file)
index 0000000..11bbeb1
--- /dev/null
@@ -0,0 +1,5 @@
+<select name="values[{$optionData.optionName}][]" id="{$optionData.optionName}" multiple="multiple" size="{if $options|count > 10}10{else}{@$options|count}{/if}">
+{foreach from=$options item=option key=key}
+       <option value="{$key}"{if $key|in_array:$optionData.optionValue} selected="selected"{/if}>{lang}{@$option}{/lang}</option>
+{/foreach}
+</select>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeRadiobuttons.tpl b/com.woltlab.wcf/template/optionTypeRadiobuttons.tpl
new file mode 100644 (file)
index 0000000..0162d06
--- /dev/null
@@ -0,0 +1,10 @@
+<ul class="formOptionsLong">
+       {foreach from=$options item=option key=key}
+               <li>
+                       <label><input {if $option.enableOptions}onclick="if (IS_SAFARI) {@$option.enableOptions}" onfocus="{@$option.enableOptions}" {/if}
+                       type="radio" name="values[{$optionData.optionName}]" value="{$key}"
+                       {if $optionData.optionValue == $key}checked="checked" {/if}/>
+                       {lang}{@$option.value}{/lang}</label>
+               </li>
+       {/foreach}
+</ul>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeSelect.tpl b/com.woltlab.wcf/template/optionTypeSelect.tpl
new file mode 100644 (file)
index 0000000..255cd2f
--- /dev/null
@@ -0,0 +1,5 @@
+<select name="values[{$optionData.optionName}]" id="{$optionData.optionName}">
+{foreach from=$options item=option key=key}
+       <option value="{$key}"{if $optionData.optionValue == $key} selected="selected"{/if}>{lang}{@$option}{/lang}</option>
+{/foreach}
+</select>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeText.tpl b/com.woltlab.wcf/template/optionTypeText.tpl
new file mode 100644 (file)
index 0000000..ef885f2
--- /dev/null
@@ -0,0 +1 @@
+<input id="{$optionData.optionName}" type="{@$inputType}" class="inputText" name="values[{$optionData.optionName}]" value="{$optionData.optionValue}" />
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/optionTypeTextarea.tpl b/com.woltlab.wcf/template/optionTypeTextarea.tpl
new file mode 100644 (file)
index 0000000..85fd945
--- /dev/null
@@ -0,0 +1 @@
+<textarea id="{$optionData.optionName}" cols="40" rows="10" name="values[{$optionData.optionName}]">{$optionData.optionValue}</textarea>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/permissionDenied.tpl b/com.woltlab.wcf/template/permissionDenied.tpl
new file mode 100644 (file)
index 0000000..8831f32
--- /dev/null
@@ -0,0 +1,17 @@
+{include file="documentHeader"}
+<head>
+       <title>{lang}wcf.global.error.permissionDenied.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
+       {include file='headInclude' sandbox=false}
+</head>
+<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
+{include file='header' sandbox=false}
+
+<div id="main">
+       
+       <p class="error">{lang}wcf.global.error.permissionDenied{/lang}</p>
+
+</div>
+
+{include file='footer' sandbox=false}
+</body>
+</html>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/redirect.tpl b/com.woltlab.wcf/template/redirect.tpl
new file mode 100644 (file)
index 0000000..9f7cf9f
--- /dev/null
@@ -0,0 +1,21 @@
+{include file="documentHeader"}
+<head>
+       <title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
+       {include file='headInclude' sandbox=false}
+       <meta http-equiv="refresh" content="{if $wait|isset}{@$wait}{else}10{/if};URL={$url}" />
+</head>
+<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
+{include file='header' sandbox=false}
+
+<div id="main">
+       
+       <div class="success">
+               <p>{@$message}</p>
+               <p><a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a></p>
+       </div>
+
+</div>
+
+{include file='footer' sandbox=false}
+</body>
+</html>
\ No newline at end of file
diff --git a/com.woltlab.wcf/template/userException.tpl b/com.woltlab.wcf/template/userException.tpl
new file mode 100644 (file)
index 0000000..dcbcda4
--- /dev/null
@@ -0,0 +1,30 @@
+{include file="documentHeader"}
+<head>
+       <title>{lang}wcf.global.error.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
+       {include file='headInclude' sandbox=false}
+       <script type="text/javascript">
+               //<![CDATA[
+               if (document.referrer) {
+                       onloadEvents.push(function() { document.getElementById('errorMessage').innerHTML += "<br /><a href=\"" + document.referrer + "\">{lang}wcf.global.error.backward{/lang}</a>"; });
+               }
+               //]]>
+       </script>
+</head>
+<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
+{include file='header' sandbox=false}
+
+<div id="main">
+       <p class="error" id="errorMessage">
+               {@$message}
+       </p>
+</div>
+
+<!-- 
+{$name} thrown in {$file} ({@$line})
+Stracktrace:
+{$stacktrace}
+-->
+
+{include file='footer' sandbox=false}
+</body>
+</html>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/breadcrumbs.tpl b/com.woltlab.wcf/templates/breadcrumbs.tpl
deleted file mode 100644 (file)
index 0bfd81e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<nav id="breadcrumbs" class="breadcrumbs">
-       <ul>
-               {foreach from=$__wcf->getBreadcrumbs()->get() item=$breadcrumb}
-                       <li>
-                               {if $breadcrumb->getURL()}<a href="{$breadcrumb->getURL()}">{/if}<span>{$breadcrumb->getLabel()}</span>{if $breadcrumb->getURL()}</a>{/if} &raquo;
-                       </li>
-               {/foreach}
-       </ul>
-</nav>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/documentHeader.tpl b/com.woltlab.wcf/templates/documentHeader.tpl
deleted file mode 100644 (file)
index 2761da7..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<!DOCTYPE html>
-<html dir="{lang}wcf.global.pageDirection{/lang}" lang="{@$__wcf->language->getFixedLanguageCode()}">
diff --git a/com.woltlab.wcf/templates/footer.tpl b/com.woltlab.wcf/templates/footer.tpl
deleted file mode 100644 (file)
index 4beeb46..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-               </section>
-       </div>
-</div>
-<footer>
-       <nav id="footerMenu" class="footerMenu">
-               {include file=footerMenu}
-       </nav>
-</footer>
-<a id="bottom"></a>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/footerMenu.tpl b/com.woltlab.wcf/templates/footerMenu.tpl
deleted file mode 100644 (file)
index 3287b98..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{if $__wcf->getPageMenu()->getMenuItems('footer')|count > 0}
-       <nav id="footerMenu" class="footerMenu">
-               <ul>
-                       {foreach from=$__wcf->getPageMenu()->getMenuItems('footer') item=menuItem}
-                               <li><a href="{$menuItem->menuItemLink}">{$menuItem->menuItem} ({#$menuItem->getProcessor()->getNotifications()})</a></li>
-                       {/foreach}
-               </ul>
-       </nav>
-{/if}
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/headInclude.tpl b/com.woltlab.wcf/templates/headInclude.tpl
deleted file mode 100644 (file)
index 8f1a731..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<meta charset="utf-8" />
-<meta name="description" content="{META_DESCRIPTION}" />
-<meta name="keywords" content="{META_KEYWORDS}" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-
-<script type="text/javascript">
-       //<![CDATA[
-       var SID_ARG_2ND = '{@SID_ARG_2ND_NOT_ENCODED}';
-       var RELATIVE_WCF_DIR = '{@RELATIVE_WCF_DIR}';
-       var SECURITY_TOKEN = '{@SECURITY_TOKEN}';
-       //]]>
-</script>
-<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery.min.js"></script>
-<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery-ui.min.js"></script>
-<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery.tools.min.js"></script>
-<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/WCF.js"></script>
-<script type="text/javascript">
-       //<![CDATA[
-       WCF.User.init({@$__wcf->user->userID}, '{@$__wcf->user->username|encodeJS}');
-       //]]>
-</script>
diff --git a/com.woltlab.wcf/templates/header.tpl b/com.woltlab.wcf/templates/header.tpl
deleted file mode 100644 (file)
index 90ac456..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<a id="top"></a>
-<header class="pageHeader">
-       {include file=headerMenu}
-       
-       {include file='breadcrumbs' sandbox=false}
-</header>
-
-<div id="main" class="main">
-       <div>
-               <section id="content">
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/headerMenu.tpl b/com.woltlab.wcf/templates/headerMenu.tpl
deleted file mode 100644 (file)
index 83e3a74..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{if $__wcf->getPageMenu()->getMenuItems('header')|count > 0}
-       <nav id="mainMenu" class="mainMenu">
-               <ul>
-                       {foreach from=$__wcf->getPageMenu()->getMenuItems('header') item=menuItem}
-                               <li><a href="{$menuItem->menuItemLink}">{$menuItem->menuItem} ({#$menuItem->getProcessor()->getNotifications()})</a>
-                               
-                               {if $__wcf->getPageMenu()->getMenuItems($menuItem->menuItem)|count > 0}
-                                       <ul>
-                                               {foreach from=$__wcf->getPageMenu()->getMenuItems($menuItem->menuItem) item=subMenuItem}
-                                                       <li><a href="{$subMenuItem->menuItemLink}">{$subMenuItem->menuItem} ({#$subMenuItem->getProcessor()->getNotifications()})</a></li>
-                                               {/foreach}
-                                       </ul>
-                               {/if}
-                               
-                               </li>
-                       {/foreach}
-               </ul>
-       </nav>
-{/if}
diff --git a/com.woltlab.wcf/templates/imageViewer.tpl b/com.woltlab.wcf/templates/imageViewer.tpl
deleted file mode 100644 (file)
index a8dccce..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/ImageViewer.class.js"></script>
-<script type="text/javascript">
-       //<![CDATA[                     
-       // when the window is fully loaded, add image viewer
-       Event.observe(window, 'load', function() {
-               new ImageViewer($$('.enlargable'), {
-                       langCaption             : '{lang}wcf.imageViewer.caption{/lang}',
-                       langPrevious            : '{lang}wcf.imageViewer.previous{/lang}',
-                       langNext                : '{lang}wcf.imageViewer.next{/lang}',
-                       langPlay                : '{lang}wcf.imageViewer.play{/lang}',
-                       langPause               : '{lang}wcf.imageViewer.pause{/lang}',
-                       langEnlarge             : '{lang}wcf.imageViewer.enlarge{/lang}',
-                       langClose               : '{lang}wcf.imageViewer.close{/lang}',
-                       imgBlankSrc             : '{@RELATIVE_WCF_DIR}images/imageViewer/blank.png',
-                       imgMenuSrc              : '{@RELATIVE_WCF_DIR}images/imageViewer/menu.png',
-                       imgPlaySrc              : '{icon}imageViewer/playM.png{/icon}',
-                       imgPreviousSrc          : '{icon}imageViewer/previousM.png{/icon}',
-                       imgNextSrc              : '{icon}imageViewer/nextM.png{/icon}',
-                       imgEnlargeSrc           : '{icon}imageViewer/enlargeM.png{/icon}',
-                       imgPauseSrc             : '{icon}imageViewer/pauseM.png{/icon}',
-                       imgCloseSrc             : '{icon}imageViewer/closeM.png{/icon}',
-                       imgPlayHoverSrc         : '{icon}imageViewer/playHoverM.png{/icon}',
-                       imgPreviousHoverSrc     : '{icon}imageViewer/previousHoverM.png{/icon}',
-                       imgNextHoverSrc         : '{icon}imageViewer/nextHoverM.png{/icon}',
-                       imgEnlargeHoverSrc      : '{icon}imageViewer/enlargeHoverM.png{/icon}',
-                       imgPauseHoverSrc        : '{icon}imageViewer/pauseHoverM.png{/icon}',
-                       imgCloseHoverSrc        : '{icon}imageViewer/closeHoverM.png{/icon}'    
-               });
-       });
-//]]>
-</script>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeBoolean.tpl b/com.woltlab.wcf/templates/optionTypeBoolean.tpl
deleted file mode 100644 (file)
index 905ef43..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<input {if $optionData.enableOptions}onclick="{@$optionData.enableOptions}" {/if}
-id="{$optionData.optionName}" type="checkbox" name="values[{$optionData.optionName}]" value="1"
-{if $optionData.optionValue}checked="checked" {/if}/>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeDate.tpl b/com.woltlab.wcf/templates/optionTypeDate.tpl
deleted file mode 100644 (file)
index b9ad12a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<div class="floatContainer">
-       {foreach from=$dateInputOrder item=element}
-               <div class="floatedElement">
-                       <label for="{$optionData.optionName}{$element|ucfirst}">{lang}wcf.global.date.{$element}{/lang}</label>
-                       
-                       {if $element == 'day'}
-                               <select id="{$optionData.optionName}Day" name="values[{$optionData.optionName}][day]">
-                                       {htmlOptions options=$days selected=$day}
-                               </select>
-                       {/if}
-                       
-                       {if $element == 'month'}
-                               <select id="{$optionData.optionName}Month" name="values[{$optionData.optionName}][month]">
-                                       {htmlOptions options=$months selected=$month}
-                               </select>
-                       {/if}
-                       
-                       {if $element == 'year'}
-                               <input id="{$optionData.optionName}Year" class="inputText fourDigitInput" type="text" name="values[{$optionData.optionName}][year]" value="{$year}" maxlength="4" />
-                       {/if}
-               </div>
-       {/foreach}
-</div>
-{if !$yearRequired}
-       <p class="smallFont light">{lang}wcf.global.date.year.notRequired{/lang}</p>
-{/if}
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeMultiselect.tpl b/com.woltlab.wcf/templates/optionTypeMultiselect.tpl
deleted file mode 100644 (file)
index 11bbeb1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<select name="values[{$optionData.optionName}][]" id="{$optionData.optionName}" multiple="multiple" size="{if $options|count > 10}10{else}{@$options|count}{/if}">
-{foreach from=$options item=option key=key}
-       <option value="{$key}"{if $key|in_array:$optionData.optionValue} selected="selected"{/if}>{lang}{@$option}{/lang}</option>
-{/foreach}
-</select>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeRadiobuttons.tpl b/com.woltlab.wcf/templates/optionTypeRadiobuttons.tpl
deleted file mode 100644 (file)
index 0162d06..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<ul class="formOptionsLong">
-       {foreach from=$options item=option key=key}
-               <li>
-                       <label><input {if $option.enableOptions}onclick="if (IS_SAFARI) {@$option.enableOptions}" onfocus="{@$option.enableOptions}" {/if}
-                       type="radio" name="values[{$optionData.optionName}]" value="{$key}"
-                       {if $optionData.optionValue == $key}checked="checked" {/if}/>
-                       {lang}{@$option.value}{/lang}</label>
-               </li>
-       {/foreach}
-</ul>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeSelect.tpl b/com.woltlab.wcf/templates/optionTypeSelect.tpl
deleted file mode 100644 (file)
index 255cd2f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<select name="values[{$optionData.optionName}]" id="{$optionData.optionName}">
-{foreach from=$options item=option key=key}
-       <option value="{$key}"{if $optionData.optionValue == $key} selected="selected"{/if}>{lang}{@$option}{/lang}</option>
-{/foreach}
-</select>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeText.tpl b/com.woltlab.wcf/templates/optionTypeText.tpl
deleted file mode 100644 (file)
index ef885f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<input id="{$optionData.optionName}" type="{@$inputType}" class="inputText" name="values[{$optionData.optionName}]" value="{$optionData.optionValue}" />
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/optionTypeTextarea.tpl b/com.woltlab.wcf/templates/optionTypeTextarea.tpl
deleted file mode 100644 (file)
index 85fd945..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<textarea id="{$optionData.optionName}" cols="40" rows="10" name="values[{$optionData.optionName}]">{$optionData.optionValue}</textarea>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/permissionDenied.tpl b/com.woltlab.wcf/templates/permissionDenied.tpl
deleted file mode 100644 (file)
index 8831f32..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{include file="documentHeader"}
-<head>
-       <title>{lang}wcf.global.error.permissionDenied.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
-       {include file='headInclude' sandbox=false}
-</head>
-<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
-{include file='header' sandbox=false}
-
-<div id="main">
-       
-       <p class="error">{lang}wcf.global.error.permissionDenied{/lang}</p>
-
-</div>
-
-{include file='footer' sandbox=false}
-</body>
-</html>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/redirect.tpl b/com.woltlab.wcf/templates/redirect.tpl
deleted file mode 100644 (file)
index 9f7cf9f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{include file="documentHeader"}
-<head>
-       <title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
-       {include file='headInclude' sandbox=false}
-       <meta http-equiv="refresh" content="{if $wait|isset}{@$wait}{else}10{/if};URL={$url}" />
-</head>
-<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
-{include file='header' sandbox=false}
-
-<div id="main">
-       
-       <div class="success">
-               <p>{@$message}</p>
-               <p><a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a></p>
-       </div>
-
-</div>
-
-{include file='footer' sandbox=false}
-</body>
-</html>
\ No newline at end of file
diff --git a/com.woltlab.wcf/templates/userException.tpl b/com.woltlab.wcf/templates/userException.tpl
deleted file mode 100644 (file)
index dcbcda4..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{include file="documentHeader"}
-<head>
-       <title>{lang}wcf.global.error.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
-       {include file='headInclude' sandbox=false}
-       <script type="text/javascript">
-               //<![CDATA[
-               if (document.referrer) {
-                       onloadEvents.push(function() { document.getElementById('errorMessage').innerHTML += "<br /><a href=\"" + document.referrer + "\">{lang}wcf.global.error.backward{/lang}</a>"; });
-               }
-               //]]>
-       </script>
-</head>
-<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
-{include file='header' sandbox=false}
-
-<div id="main">
-       <p class="error" id="errorMessage">
-               {@$message}
-       </p>
-</div>
-
-<!-- 
-{$name} thrown in {$file} ({@$line})
-Stracktrace:
-{$stacktrace}
--->
-
-{include file='footer' sandbox=false}
-</body>
-</html>
\ No newline at end of file
diff --git a/com.woltlab.wcf/usergroupoption.xml b/com.woltlab.wcf/usergroupoption.xml
new file mode 100644 (file)
index 0000000..5315c3d
--- /dev/null
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/usergroupoptions.xsd">
+       <import>
+               <categories>
+                       <category name="user"></category>
+                       <category name="mod"></category>
+                       <category name="admin"></category>
+                       <category name="admin.general">
+                               <parent>admin</parent>
+                       </category>
+                       <category name="admin.system">
+                               <parent>admin</parent>
+                       </category>
+                       <category name="admin.system.cronjobs">
+                               <parent>admin.system</parent>
+                       </category>
+                       <category name="admin.system.package">
+                               <parent>admin.system</parent>
+                       </category>
+                       <category name="admin.maintenance">
+                               <parent>admin.system</parent>
+                       </category>
+                       <category name="admin.user">
+                               <parent>admin</parent>
+                       </category>
+                       <category name="admin.user.user">
+                               <parent>admin.user</parent>
+                       </category>
+                       <category name="admin.user.group">
+                               <parent>admin.user</parent>
+                       </category>
+                       
+                       <category name="admin.display">
+                               <parent>admin</parent>
+                       </category>
+                       <category name="admin.content">
+                               <parent>admin</parent>
+                       </category>
+                       <category name="admin.style">
+                               <parent>admin.display</parent>
+                       </category>
+                       <category name="admin.language">
+                               <parent>admin.display</parent>
+                       </category>
+               </categories>
+               
+               <options>
+                       <option name="admin.general.canViewPrivateUserOptions">
+                               <categoryname>admin.general</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.canEditOption">
+                               <categoryname>admin.system</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.canViewLog">
+                               <categoryname>admin.system</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.cronjobs.canAddCronjob">
+                               <categoryname>admin.system.cronjobs</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.cronjobs.canEditCronjob">
+                               <categoryname>admin.system.cronjobs</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.cronjobs.canDeleteCronjob">
+                               <categoryname>admin.system.cronjobs</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.cronjobs.canEnableDisableCronjob">
+                               <categoryname>admin.system.cronjobs</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.cronjobs.canDeleteCronjobsLog">
+                               <categoryname>admin.system.cronjobs</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.package.canUpdatePackage">
+                               <categoryname>admin.system.package</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.package.canUninstallPackage">
+                               <categoryname>admin.system.package</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.system.package.canEditServer">
+                               <categoryname>admin.system.package</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.accessibleGroups">
+                               <categoryname>admin.user.group</categoryname>
+                               <optiontype>userGroups</optiontype>
+                               <defaultvalue></defaultvalue>
+                               <admindefaultvalue>1,2,3,4,5,6</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canAddUser">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canSearchUser">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canEditUser">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canEditMailAddress">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canEditPassword">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canDeleteUser">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canMailUser">
+                               <categoryname>admin.user.user</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canAddGroup">
+                               <categoryname>admin.user.group</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.user.canDeleteGroup">
+                               <categoryname>admin.user.group</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.style.canUseDisabledStyle">
+                               <categoryname>admin.style</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.language.canAddServer">
+                               <categoryname>admin.language</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.language.canDeleteServer">
+                               <categoryname>admin.language</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+                       <option name="admin.language.canEditServer">
+                               <categoryname>admin.language</categoryname>
+                               <optiontype>boolean</optiontype>
+                               <defaultvalue>0</defaultvalue>
+                               <admindefaultvalue>1</admindefaultvalue>
+                       </option>
+               </options>
+       </import>
+</data>
diff --git a/com.woltlab.wcf/usergroupoptions.xml b/com.woltlab.wcf/usergroupoptions.xml
deleted file mode 100644 (file)
index 5315c3d..0000000
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/usergroupoptions.xsd">
-       <import>
-               <categories>
-                       <category name="user"></category>
-                       <category name="mod"></category>
-                       <category name="admin"></category>
-                       <category name="admin.general">
-                               <parent>admin</parent>
-                       </category>
-                       <category name="admin.system">
-                               <parent>admin</parent>
-                       </category>
-                       <category name="admin.system.cronjobs">
-                               <parent>admin.system</parent>
-                       </category>
-                       <category name="admin.system.package">
-                               <parent>admin.system</parent>
-                       </category>
-                       <category name="admin.maintenance">
-                               <parent>admin.system</parent>
-                       </category>
-                       <category name="admin.user">
-                               <parent>admin</parent>
-                       </category>
-                       <category name="admin.user.user">
-                               <parent>admin.user</parent>
-                       </category>
-                       <category name="admin.user.group">
-                               <parent>admin.user</parent>
-                       </category>
-                       
-                       <category name="admin.display">
-                               <parent>admin</parent>
-                       </category>
-                       <category name="admin.content">
-                               <parent>admin</parent>
-                       </category>
-                       <category name="admin.style">
-                               <parent>admin.display</parent>
-                       </category>
-                       <category name="admin.language">
-                               <parent>admin.display</parent>
-                       </category>
-               </categories>
-               
-               <options>
-                       <option name="admin.general.canViewPrivateUserOptions">
-                               <categoryname>admin.general</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.canEditOption">
-                               <categoryname>admin.system</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.canViewLog">
-                               <categoryname>admin.system</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.cronjobs.canAddCronjob">
-                               <categoryname>admin.system.cronjobs</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.cronjobs.canEditCronjob">
-                               <categoryname>admin.system.cronjobs</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.cronjobs.canDeleteCronjob">
-                               <categoryname>admin.system.cronjobs</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.cronjobs.canEnableDisableCronjob">
-                               <categoryname>admin.system.cronjobs</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.cronjobs.canDeleteCronjobsLog">
-                               <categoryname>admin.system.cronjobs</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.package.canUpdatePackage">
-                               <categoryname>admin.system.package</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.package.canUninstallPackage">
-                               <categoryname>admin.system.package</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.system.package.canEditServer">
-                               <categoryname>admin.system.package</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.accessibleGroups">
-                               <categoryname>admin.user.group</categoryname>
-                               <optiontype>userGroups</optiontype>
-                               <defaultvalue></defaultvalue>
-                               <admindefaultvalue>1,2,3,4,5,6</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canAddUser">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canSearchUser">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canEditUser">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canEditMailAddress">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canEditPassword">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canDeleteUser">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canMailUser">
-                               <categoryname>admin.user.user</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canAddGroup">
-                               <categoryname>admin.user.group</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.user.canDeleteGroup">
-                               <categoryname>admin.user.group</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.style.canUseDisabledStyle">
-                               <categoryname>admin.style</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.language.canAddServer">
-                               <categoryname>admin.language</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.language.canDeleteServer">
-                               <categoryname>admin.language</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-                       <option name="admin.language.canEditServer">
-                               <categoryname>admin.language</categoryname>
-                               <optiontype>boolean</optiontype>
-                               <defaultvalue>0</defaultvalue>
-                               <admindefaultvalue>1</admindefaultvalue>
-                       </option>
-               </options>
-       </import>
-</data>
diff --git a/com.woltlab.wcf/useroption.xml b/com.woltlab.wcf/useroption.xml
new file mode 100644 (file)
index 0000000..1a44a63
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/useroptions.xsd">
+       <import>
+               <categories>
+                       <category name="hidden"></category>
+               </categories>
+                       
+               <options>
+                       <option name="inlineHelpStatus">
+                               <categoryname>hidden</categoryname>
+                               <optiontype>text</optiontype>
+                               <visible>4</visible>
+                               <editable>4</editable>
+                               <defaultvalue>all</defaultvalue>
+                       </option>
+               </options>
+       </import>
+</data>
\ No newline at end of file
diff --git a/com.woltlab.wcf/useroptions.xml b/com.woltlab.wcf/useroptions.xml
deleted file mode 100644 (file)
index 1a44a63..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/useroptions.xsd">
-       <import>
-               <categories>
-                       <category name="hidden"></category>
-               </categories>
-                       
-               <options>
-                       <option name="inlineHelpStatus">
-                               <categoryname>hidden</categoryname>
-                               <optiontype>text</optiontype>
-                               <visible>4</visible>
-                               <editable>4</editable>
-                               <defaultvalue>all</defaultvalue>
-                       </option>
-               </options>
-       </import>
-</data>
\ No newline at end of file
index 50cc72ec2eba1bd293ab9d5939285d88d7d2fc75..a43bbaffc820d1b73581fee5a462ea32ea1fe925 100644 (file)
@@ -693,7 +693,7 @@ class WCFSetup extends WCF {
                        VALUES          (?, ?, ?)";
                $statement = self::getDB()->prepareStatement($sql);
                $statement->execute(array(
-                       'packageinstallationplugins',
+                       'packageinstallationplugin',
                        1,
                        'wcf\system\package\plugin\PIPPackageInstallationPlugin'
                ));
index cf1a571fa1c614f367fefc1bbfc8aa4d25d48457..e8966519fe242573fdec894fe82d5e6ad1844ed5 100644 (file)
@@ -36,7 +36,7 @@ class PackageUninstallationNodeBuilder extends PackageInstallationNodeBuilder {
                // fetch ordered pips
                $pips = array();
                $sql = "SELECT          pluginName, className,
-                                       CASE pluginName WHEN 'packageinstallationplugins' THEN 1 WHEN 'files' THEN 2 ELSE 0 END 'pluginOrder'
+                                       CASE pluginName WHEN 'packageinstallationplugin' THEN 1 WHEN 'files' THEN 2 ELSE 0 END 'pluginOrder'
                        FROM            wcf".WCF_N."_package_installation_plugin
                        ORDER BY        pluginOrder, priority";
                $statement = WCF::getDB()->prepareStatement($sql);