{include file='footerMenu'}
<ul class="navigationIcons">
- <li id="toTopLink" class="toTopLink"><a href="{$__wcf->getAnchor('top')}" title="{lang}wcf.global.scrollUp{/lang}" class="jsTooltip"><img src="{icon size='S'}toTop{/icon}" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
+ <li id="toTopLink" class="toTopLink"><a href="{$__wcf->getAnchor('top')}" title="{lang}wcf.global.scrollUp{/lang}" class="jsTooltip"><img src="{icon size='S'}circleArrowUpColored{/icon}" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
{if SHOW_CLOCK}
- <li class="separator" title="{lang}wcf.date.timezone.{@'/'|str_replace:'.':$__wcf->getUser()->getTimeZone()->getName()|strtolower}{/lang}"><p><img src="{icon size='S'}time{/icon}" alt="" class="icon16" /> <span>{@TIME_NOW|plainTime}</span></p></li>
+ <li class="separator" title="{lang}wcf.date.timezone.{@'/'|str_replace:'.':$__wcf->getUser()->getTimeZone()->getName()|strtolower}{/lang}"><p><img src="{icon size='S'}clockColored{/icon}" alt="" class="icon16" /> <span>{@TIME_NOW|plainTime}</span></p></li>
{/if}
</ul>
</nav>
});
WCF.Icon.addObject({
- 'wcf.icon.loading': '{icon size='S'}spinner1{/icon}',
- 'wcf.icon.opened': '{icon size='S'}opened2{/icon}',
- 'wcf.icon.closed': '{icon size='S'}closed2{/icon}',
+ 'wcf.icon.loading': '{icon size='S'}spinner{/icon}',
+ 'wcf.icon.opened': '{icon size='S'}arrowDownInverse{/icon}',
+ 'wcf.icon.closed': '{icon size='S'}arrowRightInverse{/icon}',
'wcf.icon.previous': '{icon size='S'}previous1{/icon}',
'wcf.icon.previous.disabled': '{icon size='S'}previous1D{/icon}',
'wcf.icon.next': '{icon size='S'}next1{/icon}',
'wcf.icon.next.disabled': '{icon size='S'}next1D{/icon}',
- 'wcf.icon.dropdown': '{icon size='S'}dropdown1{/icon}',
- 'wcf.icon.edit': '{icon size='S'}edit1{/icon}'
+ 'wcf.icon.dropdown': '{icon size='S'}dropdown{/icon}',
+ 'wcf.icon.edit': '{icon size='S'}edit{/icon}'
{event name='javascriptIconImport'}
});
{include file='mainMenuSubMenu'}
<ul class="navigationIcons">
- <li id="toBottomLink"><a href="{$__wcf->getAnchor('bottom')}" title="{lang}wcf.global.scrollDown{/lang}" class="jsTooltip"><img src="{icon size='S'}toBottom{/icon}" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li>
+ <li id="toBottomLink"><a href="{$__wcf->getAnchor('bottom')}" title="{lang}wcf.global.scrollDown{/lang}" class="jsTooltip"><img src="{icon size='S'}circleArrowDownColored{/icon}" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li>
{if $headerNavigation|isset}{@$headerNavigation}{/if}
{event name='headerNavigation'}
</ul>
{foreach from=$objects item=sessionLog}
<tr class="{if $sessionLog->active} activeContainer{/if}">
<td class="columnID columnSessionLogID"><p>{@$sessionLog->sessionLogID}</p></td>
- <td class="columnTitle columnUsername"><p>{if $__wcf->user->userID == $sessionLog->userID}<img src="{@$__wcf->getPath()}icon/user1.svg" alt="" class="icon16" />{/if} <a href="{link controller='ACPSessionLog' id=$sessionLog->sessionLogID}{/link}">{$sessionLog->username}</a></p></td>
+ <td class="columnTitle columnUsername"><p>{if $__wcf->user->userID == $sessionLog->userID}<img src="{@$__wcf->getPath()}icon/user.svg" alt="" class="icon16" />{/if} <a href="{link controller='ACPSessionLog' id=$sessionLog->sessionLogID}{/link}">{$sessionLog->username}</a></p></td>
<td class="columnURL columnIpAddress"><p><a href="{link controller='ACPSessionLog' id=$sessionLog->sessionLogID}{/link}">{$sessionLog->ipAddress}</a>{if $sessionLog->hostname != $sessionLog->ipAddress}<br /><a href="{link controller='ACPSessionLog' id=$sessionLog->sessionLogID}{/link}">{$sessionLog->hostname}</a>{/if}</p></td>
<td class="columnText columnUserAgent"><p><a href="{link controller='ACPSessionLog' id=$sessionLog->sessionLogID}{/link}">{$sessionLog->userAgent}</a></p></td>
<td class="columnDate columnTime"><p>{@$sessionLog->time|time}</p></td>
-<p class="wcf-error">{$message}</p>
+<p class="error">{$message}</p>
<!--<img src="{@RELATIVE_WCF_DIR}icon/plus1.svg" alt="" /> <span>Stacktrace</span>-->
<div id="ajaxExceptionStacktrace"><pre>{$stacktrace}</pre></div>
\ No newline at end of file
<script type="text/javascript">
//<![CDATA[
$(function() {
- WCF.Icon.addObject({
- 'wcf.global.opened': '{@$__wcf->getPath()}icon/opened2.svg',
- 'wcf.global.closed': '{@$__wcf->getPath()}icon/closed2.svg'
- });
WCF.Collapsible.Simple.init();
});
//]]>
+ //]]>
</script>
<header class="boxHeadline">
<div class="contentNavigation">
<nav>
<ul>
- {if $cacheData.files}<li><a onclick="return confirm('{lang}wcf.acp.cache.clear.sure{/lang}')" href="{link controller='CacheClear'}{/link}" class="button"><img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cache.button.clear{/lang}</span></a></li>{/if}
+ {if $cacheData.files}<li><a onclick="return confirm('{lang}wcf.acp.cache.clear.sure{/lang}')" href="{link controller='CacheClear'}{/link}" class="button"><img src="{@$__wcf->getPath()}icon/delete.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cache.button.clear{/lang}</span></a></li>{/if}
{event name='largeButtons'}
</ul>
<div class="contentNavigation">
<nav>
<ul>
- {if $cacheData.files}<li><a onclick="return confirm('{lang}wcf.acp.cache.clear.sure{/lang}')" href="{link controller='CacheClear'}{/link}" class="button"><img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cache.button.clear{/lang}</span></a></li>{/if}
+ {if $cacheData.files}<li><a onclick="return confirm('{lang}wcf.acp.cache.clear.sure{/lang}')" href="{link controller='CacheClear'}{/link}" class="button"><img src="{@$__wcf->getPath()}icon/delete.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cache.button.clear{/lang}</span></a></li>{/if}
{event name='largeButtons'}
</ul>
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='CronjobList'}{/link}" title="{lang}wcf.acp.menu.link.cronjob.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/time1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.cronjob.list{/lang}</span></a></li>
+ <li><a href="{link controller='CronjobList'}{/link}" title="{lang}wcf.acp.menu.link.cronjob.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.cronjob.list{/lang}</span></a></li>
{if $action == 'edit'}
- <li><a href="{link controller='CronjobExecute' id=$cronjobID}{/link}" title="{lang}wcf.acp.cronjob.execute{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/run1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cronjob.execute{/lang}</span></a></li>
+ <li><a href="{link controller='CronjobExecute' id=$cronjobID}{/link}" title="{lang}wcf.acp.cronjob.execute{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/play.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cronjob.execute{/lang}</span></a></li>
{/if}
{event name='largeButtons'}
<ul>
{content}
{if $__wcf->session->getPermission('admin.system.cronjob.canAddCronjob')}
- <li><a href="{link controller='CronjobAdd'}{/link}" title="{lang}wcf.acp.cronjob.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cronjob.add{/lang}</span></a></li>
+ <li><a href="{link controller='CronjobAdd'}{/link}" title="{lang}wcf.acp.cronjob.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cronjob.add{/lang}</span></a></li>
{/if}
{event name='largeButtons'}
<tr class="jsCronjobRow">
<td class="columnIcon">
{if $__wcf->session->getPermission('admin.system.cronjob.canEditCronjob')}
- <img src="{@$__wcf->getPath()}icon/run1.svg" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" class="icon16 jsExecuteButton jsTooltip" data-object-id="{@$cronjob->cronjobID}" />
+ <img src="{@$__wcf->getPath()}icon/play.svg" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" class="icon16 jsExecuteButton jsTooltip" data-object-id="{@$cronjob->cronjobID}" />
{else}
- <img src="{@$__wcf->getPath()}icon/run1D.svg" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/play.svg" alt="" title="{lang}wcf.acp.cronjob.execute{/lang}" class="icon16 disabled" />
{/if}
{if $cronjob->canBeDisabled()}
- <img src="{@$__wcf->getPath()}icon/{if $cronjob->active}enabled{else}disabled{/if}1.svg" alt="" title="{lang}wcf.global.button.{if $cronjob->active}disable{else}enable{/if}{/lang}" class="icon16 jsToggleButton jsTooltip" data-object-id="{@$cronjob->cronjobID}" data-disable-message="{lang}wcf.global.button.disable{/lang}" data-enable-message="{lang}wcf.global.button.enable{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/{if $cronjob->active}enabled{else}disabled{/if}.svg" alt="" title="{lang}wcf.global.button.{if $cronjob->active}disable{else}enable{/if}{/lang}" class="icon16 jsToggleButton jsTooltip" data-object-id="{@$cronjob->cronjobID}" data-disable-message="{lang}wcf.global.button.disable{/lang}" data-enable-message="{lang}wcf.global.button.enable{/lang}" />
{else}
{if $cronjob->active}
- <img src="{@$__wcf->getPath()}icon/enabled1D.svg" alt="" title="{lang}wcf.global.button.disable{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/enabled.svg" alt="" title="{lang}wcf.global.button.disable{/lang}" class="icon16 disabled" />
{else}
- <img src="{@$__wcf->getPath()}icon/disabled1D.svg" alt="" title="{lang}wcf.global.button.enable{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/disabled.svg" alt="" title="{lang}wcf.global.button.enable{/lang}" class="icon16 disabled" />
{/if}
{/if}
{if $cronjob->isEditable()}
- <a href="{link controller='CronjobEdit' id=$cronjob->cronjobID}{/link}"><img src="{@$__wcf->getPath()}icon/edit1.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 jsTooltip" /></a>
+ <a href="{link controller='CronjobEdit' id=$cronjob->cronjobID}{/link}"><img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 jsTooltip" /></a>
{else}
- <img src="{@$__wcf->getPath()}icon/edit1D.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 disabled" />
{/if}
{if $cronjob->isDeletable()}
- <img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 jsDeleteButton jsTooltip" data-object-id="{@$cronjob->cronjobID}" data-confirm-message="{lang}wcf.acp.cronjob.delete.sure{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 jsDeleteButton jsTooltip" data-object-id="{@$cronjob->cronjobID}" data-confirm-message="{lang}wcf.acp.cronjob.delete.sure{/lang}" />
{else}
- <img src="{@$__wcf->getPath()}icon/delete1D.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 disabled" />
{/if}
{event name='buttons'}
{if $__wcf->session->getPermission('admin.system.cronjob.canAddCronjob')}
<nav>
<ul class="wcf-largeButtons">
- <li><a href="{link controller='CronjobAdd'}{/link}" title="{lang}wcf.acp.cronjob.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cronjob.add{/lang}</span></a></li>
+ <li><a href="{link controller='CronjobAdd'}{/link}" title="{lang}wcf.acp.cronjob.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.cronjob.add{/lang}</span></a></li>
</ul>
</nav>
{/if}
<footer id="pageFooter" class="layoutFluid footer">
<nav id="footerNavigation" class="navigation navigationFooter clearfix">
<ul class="navigationIcons">
- <li id="toTopLink" class="toTopLink"><a href="{$__wcf->getAnchor('top')}" title="{lang}wcf.global.scrollUp{/lang}" class="jsTooltip"><img src="{@$__wcf->getPath()}icon/toTop.svg" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
+ <li id="toTopLink" class="toTopLink"><a href="{$__wcf->getAnchor('top')}" title="{lang}wcf.global.scrollUp{/lang}" class="jsTooltip"><img src="{@$__wcf->getPath()}icon/circleArrowUpColored.svg" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
{if PACKAGE_ID && SHOW_CLOCK}
- <li class="separator" title="{lang}wcf.date.timezone.{@'/'|str_replace:'.':$__wcf->getUser()->getTimeZone()->getName()|strtolower}{/lang}"><p><img src="{icon size='S'}time{/icon}" alt="" class="icon16" /> <span>{@TIME_NOW|plainTime}</span></p></li>
+ <li class="separator" title="{lang}wcf.date.timezone.{@'/'|str_replace:'.':$__wcf->getUser()->getTimeZone()->getName()|strtolower}{/lang}"><p><img src="{@$__wcf->getPath()}icon/clockColored.svg" alt="" class="icon16" /> <span>{@TIME_NOW|plainTime}</span></p></li>
{/if}
</ul>
</nav>
'wcf.global.form.edit.success': '{lang}wcf.global.form.edit.success{/lang}'
});
WCF.Icon.addObject({
- 'wcf.icon.closed': '{@$__wcf->getPath()}icon/closed.svg',
- 'wcf.icon.loading': '{@$__wcf->getPath()}icon/spinner1.svg',
- 'wcf.icon.opened': '{@$__wcf->getPath()}icon/opened.svg'
+ 'wcf.icon.closed': '{@$__wcf->getPath()}icon/arrowRightInverse.svg',
+ 'wcf.icon.loading': '{@$__wcf->getPath()}icon/spinner.svg',
+ 'wcf.icon.opened': '{@$__wcf->getPath()}icon/arrowDownInverse.svg'
});
new WCF.Date.Time();
new WCF.Effect.SmoothScroll();
<!-- header navigation -->
<nav class="navigation navigationHeader clearfix">
<ul class="navigationIcons">
- <li id="toBottomLink" class="toBottomLink"><a href="{@$__wcf->getAnchor('bottom')}" title="{lang}wcf.global.scrollDown{/lang}" class="jsTooltip"><img src="{@$__wcf->getPath()}icon/toBottom.svg" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li>
+ <li id="toBottomLink" class="toBottomLink"><a href="{@$__wcf->getAnchor('bottom')}" title="{lang}wcf.global.scrollDown{/lang}" class="jsTooltip"><img src="{@$__wcf->getPath()}icon/circleArrowDownColored.svg" alt="" class="icon16" /> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li>
</ul>
</nav>
<!-- /header navigation -->
<div id="health" class="container containerPadding shadow hidden tabMenuContent">
{foreach from=$healthDetails item='issues' key='healthType'}
{hascontent}
- <fieldset><legend><img src="{$__wcf->getPath()}icon/system{$healthType|ucfirst}.svg" class="icon24" /> {lang}wcf.acp.index.health.detail.{@$healthType}{/lang}</legend>
+ <fieldset><legend><img src="{$__wcf->getPath()}icon/{$healthType}.svg" class="icon24" /> {lang}wcf.acp.index.health.detail.{@$healthType}{/lang}</legend>
<ul>
{content}
{foreach from=$issues item='issue'}
<div id="packageInstallationDialogContainer">
<header class="box48 boxHeadline">
- <img src="{@$__wcf->getPath()}icon/working2.svg" alt="" class="icon48" />
+ <img src="{@$__wcf->getPath()}icon/working.svg" alt="" class="icon48" />
<hgroup>
<h1>{lang}wcf.acp.package.installation.title{/lang}</h1>
<h2 id="packageInstallationAction">{lang}wcf.acp.package.installation.step.prepare{/lang}</span></h2>
{if $pluginsCount > 1}
WCF.Icon.addObject({
- 'wcf.icon.arrow.down': '{@$__wcf->getPath()}icon/dropdown1.svg',
+ 'wcf.icon.arrow.down': '{@$__wcf->getPath()}icon/dropdown.svg',
'wcf.icon.next': '{@$__wcf->getPath()}icon/next1.svg',
'wcf.icon.next.disabled': '{@$__wcf->getPath()}icon/next1D.svg',
'wcf.icon.previous': '{@$__wcf->getPath()}icon/previous1.svg',
<footer class="contentOptions clearfix">
<nav>
<ul class="smallButtons">
- <li><a href="{link controller='PackageView' id=$packageID}{/link}" class="button"><img src="{@$__wcf->getPath()}icon/info1.svg" alt="" title="{lang}wcf.acp.package.button.info{/lang}" class="icon16" /> <span>{lang}wcf.acp.package.button.info{/lang}</span></a></li>
- <li><a href="{link controller='PackageStartInstall' id=$packageID}action=update{/link}" class="button"><img src="{@$__wcf->getPath()}icon/update1.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="icon16" /> <span>{lang}wcf.acp.package.button.update{/lang}</span></a></li>
+ <li><a href="{link controller='PackageView' id=$packageID}{/link}" class="button"><img src="{@$__wcf->getPath()}icon/info.svg" alt="" title="{lang}wcf.acp.package.button.info{/lang}" class="icon16" /> <span>{lang}wcf.acp.package.button.info{/lang}</span></a></li>
+ <li><a href="{link controller='PackageStartInstall' id=$packageID}action=update{/link}" class="button"><img src="{@$__wcf->getPath()}icon/update.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="icon16" /> <span>{lang}wcf.acp.package.button.update{/lang}</span></a></li>
</ul>
</nav>
</footer>
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='PackageListDetailed'}{/link}" title="{lang}wcf.acp.menu.link.package.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/packageApplication1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.package.list.detailed{/lang}</span></a></li>
+ <li><a href="{link controller='PackageListDetailed'}{/link}" title="{lang}wcf.acp.menu.link.package.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.package.list.detailed{/lang}</span></a></li>
</ul>
</nav>
</div>
<ul>
{content}
{if $__wcf->session->getPermission('admin.system.package.canInstallPackage')}
- <li><a href="{link controller='PackageStartInstall'}action=install{/link}" title="{lang}wcf.acp.package.startInstall{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.package.startInstall{/lang}</span></a></li>
+ <li><a href="{link controller='PackageStartInstall'}action=install{/link}" title="{lang}wcf.acp.package.startInstall{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.package.startInstall{/lang}</span></a></li>
{/if}
{event name='largeButtons'}
{if $objects|count > 0}
<div class="tabularBox tabularBoxTitle marginTop shadow">
<hgroup>
- <h1><a href="{link controller='PackageList'}{/link}">{lang}wcf.acp.package.list{/lang} <span class="badge badgeInverse" title="{lang}wcf.acp.package.list.count{/lang}">{#$items}</span></a></h1>
+ <h1>{lang}wcf.acp.package.list{/lang} <span class="badge badgeInverse" title="{lang}wcf.acp.package.list.count{/lang}">{#$items}</span></h1>
</hgroup>
<table class="table">
<tr class="jsPackageRow">
<td class="columnIcon">
{if $__wcf->session->getPermission('admin.system.package.canUpdatePackage')}
- <a href="{link controller='PackageStartInstall' id=$package->packageID}action=update{/link}"><img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="icon16 jsTooltip" /></a>
+ <a href="{link controller='PackageStartInstall' id=$package->packageID}action=update{/link}"><img src="{@RELATIVE_WCF_DIR}icon/update.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="icon16 jsTooltip" /></a>
{else}
- <img src="{@$__wcf->getPath()}icon/update1D.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/update.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="icon16 disabled" />
{/if}
{if $__wcf->session->getPermission('admin.system.package.canUninstallPackage') && $package->package != 'com.woltlab.wcf' && $package->packageID != PACKAGE_ID}
- <img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" title="{lang}wcf.acp.package.button.uninstall{/lang}" class="icon16 jsUninstallButton jsTooltip" data-object-id="{@$package->packageID}" data-confirm-message="{lang}wcf.acp.package.uninstallation.confirm{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.acp.package.button.uninstall{/lang}" class="icon16 jsUninstallButton jsTooltip" data-object-id="{@$package->packageID}" data-confirm-message="{lang}wcf.acp.package.uninstallation.confirm{/lang}" />
{else}
- <img src="{@$__wcf->getPath()}icon/delete1D.svg" alt="" title="{lang}wcf.acp.package.button.uninstall{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.acp.package.button.uninstall{/lang}" class="icon16 disabled" />
{/if}
{event name='buttons'}
<td class="columnID"><p>{@$package->packageID}</p></td>
<td class="columnIcon">
{if $package->isApplication}
- <img src="{@$__wcf->getPath()}icon/packageApplication1.svg" alt="" title="{lang}wcf.acp.package.type.application{/lang}" class="icon16 jsTooltip" />
+ <img src="{@$__wcf->getPath()}icon/window.svg" alt="" title="{lang}wcf.acp.package.type.application{/lang}" class="icon16 jsTooltip" />
{elseif $package->isPlugin()}
- <img src="{@$__wcf->getPath()}icon/packagePlugin1.svg" alt="" title="{lang}wcf.acp.package.type.plugin{/lang}" class="icon16 jsTooltip" />
+ <img src="{@$__wcf->getPath()}icon/plugin.svg" alt="" title="{lang}wcf.acp.package.type.plugin{/lang}" class="icon16 jsTooltip" />
{else}
- <img src="{@$__wcf->getPath()}icon/package1.svg" alt="" title="{lang}wcf.acp.package.type.other{/lang}" class="icon16 jsTooltip" />
+ <img src="{@$__wcf->getPath()}icon/package.svg" alt="" title="{lang}wcf.acp.package.type.other{/lang}" class="icon16 jsTooltip" />
{/if}
</td>
<td id="packageName{@$package->packageID}" class="columnTitle" title="{$package->packageDescription|language}">
<ul>
{content}
{if $__wcf->session->getPermission('admin.system.package.canInstallPackage')}
- <li><a href="{link controller='PackageStartInstall'}action=install{/link}" title="{lang}wcf.acp.package.startInstall{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.package.startInstall{/lang}</span></a></li>
+ <li><a href="{link controller='PackageStartInstall'}action=install{/link}" title="{lang}wcf.acp.package.startInstall{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.package.startInstall{/lang}</span></a></li>
{/if}
{event name='largeButtons'}
{foreach from=$plugins key=packageID item=package}
<li class="wcf-infoPackagePlugin wcf-box wcf-button jsPackageContainer">
<div>
- <a href="{link controller='PackageView' id=$packageID}{/link}" title="{$package->getName()}" style="background-image: url('{@$__wcf->getPath()}icon/packagePlugin1.svg');">
+ <a href="{link controller='PackageView' id=$packageID}{/link}" title="{$package->getName()}" style="background-image: url('{@$__wcf->getPath()}icon/plugin.svg');">
<h1>{$package->getName()}</h1>
<small>{$package->packageDescription|language|truncate:150}</small>
</a>
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='PackageList'}{/link}" title="{lang}wcf.acp.menu.link.package.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/packageApplication1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.package.list{/lang}</span></a></li>
+ <li><a href="{link controller='PackageList'}{/link}" title="{lang}wcf.acp.menu.link.package.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.package.list{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<div id="packageInstallationDialogContainer">
<header class="wcf-container wcf-mainHeading">
- <img src="{@$__wcf->getPath()}icon/working2.svg" alt="" class="wcf-containerIcon" />
+ <img src="{@$__wcf->getPath()}icon/working.svg" alt="" class="wcf-containerIcon" />
<hgroup class="wcf-containerContent">
<h1>Paket »{$queue->packageName}« wird deinstalliert …</h1><!-- ToDo: Language variables -->
<h2>Aktueller Schritt: <span id="packageInstallationAction">{lang}wcf.package.uninstallation.step.prepare{/lang}</span></h2>
<hgroup class="wcf-subHeading">
<h1>
{if $package.isApplication == 1}
- <img src="{@$__wcf->getPath()}icon/packageApplication1.svg" alt="" title="{lang}wcf.acp.package.list.isApplication{/lang}" class="jsTooltip" />
+ <img src="{@$__wcf->getPath()}icon/window.svg" alt="" title="{lang}wcf.acp.package.list.isApplication{/lang}" class="jsTooltip" />
{elseif $package.plugin != ''}
- <img src="{@$__wcf->getPath()}icon/packagePlugin1.svg" alt="" title="{lang}wcf.acp.package.list.plugin{/lang}" class="jsTooltip" />
+ <img src="{@$__wcf->getPath()}icon/plugin.svg" alt="" title="{lang}wcf.acp.package.list.plugin{/lang}" class="jsTooltip" />
{else}
- <img src="{@$__wcf->getPath()}icon/package1.svg" alt="" title="{lang}wcf.acp.package.list.other{/lang}" class="jsTooltip" />
+ <img src="{@$__wcf->getPath()}icon/package.svg" alt="" title="{lang}wcf.acp.package.list.other{/lang}" class="jsTooltip" />
{/if}
{$package.packageName}
</h1>
<tr class="jsPackageRow">
<td class="columnIcon">
{if $__wcf->session->getPermission('admin.system.package.canUpdatePackage')}
- <a href="{link controller='PackageStartInstall' id=$requiredPackage->packageID}action=update{/link}"><img src="{@$__wcf->getPath()}icon/update1.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="jsTooltip" /></a>
+ <a href="{link controller='PackageStartInstall' id=$requiredPackage->packageID}action=update{/link}"><img src="{@$__wcf->getPath()}icon/update.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="jsTooltip" /></a>
{else}
- <img src="{@$__wcf->getPath()}icon/update1D.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/update.svg" alt="" title="{lang}wcf.acp.package.button.update{/lang}" class="disabled" />
{/if}
{if $__wcf->session->getPermission('admin.system.package.canUninstallPackage') && $requiredPackage->package != 'com.woltlab.wcf' && $requiredPackage->packageID != PACKAGE_ID}
<img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" title="{lang}wcf.acp.package.button.uninstall{/lang}" class="jsTooltip jsUninstallButton" data-objectID="{@$requiredPackage->packageID}" data-confirm-message="{lang package=$requiredPackage}wcf.acp.package.uninstallation.confirm{/lang}" />
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='UpdateServerList'}{/link}" title="{lang}wcf.acp.menu.link.package.server.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/server1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.package.server.list{/lang}</span></a></li>
+ <li><a href="{link controller='UpdateServerList'}{/link}" title="{lang}wcf.acp.menu.link.package.server.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.package.server.list{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<nav>
<ul>
- <li><a href="{link controller='UpdateServerAdd'}{/link}" title="{lang}wcf.acp.updateServer.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.updateServer.add{/lang}</span></a></li>
+ <li><a href="{link controller='UpdateServerAdd'}{/link}" title="{lang}wcf.acp.updateServer.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.updateServer.add{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
{foreach from=$objects item=updateServer}
<tr class="jsUpdateServerRow">
<td class="columnIcon">
- <img src="{@$__wcf->getPath()}icon/{if !$updateServer->disabled}enabled{else}disabled{/if}1.svg" alt="" title="{lang}wcf.global.button.{if !$updateServer->disabled}disable{else}enable{/if}{/lang}" class="icon16 jsToggleButton jsTooltip" data-object-id="{@$updateServer->packageUpdateServerID}" data-disable-message="{lang}wcf.global.button.disable{/lang}" data-enable-message="{lang}wcf.global.button.enable{/lang}" />
- <a href="{link controller='UpdateServerEdit' id=$updateServer->packageUpdateServerID}{/link}"><img src="{@$__wcf->getPath()}icon/edit1.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 jsTooltip" /></a>
- <img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 jsDeleteButton jsTooltip" data-object-id="{@$updateServer->packageUpdateServerID}" data-confirm-message="{lang}wcf.acp.updateServer.delete.sure{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/{if !$updateServer->disabled}enabled{else}disabled{/if}.svg" alt="" title="{lang}wcf.global.button.{if !$updateServer->disabled}disable{else}enable{/if}{/lang}" class="icon16 jsToggleButton jsTooltip" data-object-id="{@$updateServer->packageUpdateServerID}" data-disable-message="{lang}wcf.global.button.disable{/lang}" data-enable-message="{lang}wcf.global.button.enable{/lang}" />
+ <a href="{link controller='UpdateServerEdit' id=$updateServer->packageUpdateServerID}{/link}"><img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 jsTooltip" /></a>
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 jsDeleteButton jsTooltip" data-object-id="{@$updateServer->packageUpdateServerID}" data-confirm-message="{lang}wcf.acp.updateServer.delete.sure{/lang}" />
{event name='buttons'}
</td>
<nav>
<ul>
- <li><a href="{link controller='UpdateServerAdd'}{/link}" title="{lang}wcf.acp.updateServer.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.updateServer.add{/lang}</span></a></li>
+ <li><a href="{link controller='UpdateServerAdd'}{/link}" title="{lang}wcf.acp.updateServer.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.updateServer.add{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='UserList'}{/link}" title="{lang}wcf.acp.menu.link.user.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/users1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.user.list{/lang}</span></a></li>
- <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
+ <li><a href="{link controller='UserList'}{/link}" title="{lang}wcf.acp.menu.link.user.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.user.list{/lang}</span></a></li>
+ <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='UserGroupList'}{/link}" title="{lang}wcf.acp.menu.link.group.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/users1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.group.list{/lang}</span></a></li>
+ <li><a href="{link controller='UserGroupList'}{/link}" title="{lang}wcf.acp.menu.link.group.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.group.list{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
{pages print=true assign=pagesLinks controller="UserGroupList" link="pageNo=%d&sortField=$sortField&sortOrder=$sortOrder"}
<nav>
<ul>
- <li><a href="{link controller='UserGroupAdd'}{/link}" title="{lang}wcf.acp.group.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.group.add{/lang}</span></a></li>
+ <li><a href="{link controller='UserGroupAdd'}{/link}" title="{lang}wcf.acp.group.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.group.add{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<tr id="groupContainer{@$group->groupID}" class="jsUserGroupRow">
<td class="columnIcon">
{if $group->isEditable()}
- <a href="{link controller='UserGroupEdit' id=$group->groupID}{/link}"><img src="{@$__wcf->getPath()}icon/edit1.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 jsTooltip" /></a>
+ <a href="{link controller='UserGroupEdit' id=$group->groupID}{/link}"><img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.global.button.edit{/lang}" class="icon16 jsTooltip" /></a>
{else}
- <img src="{@$__wcf->getPath()}icon/edit1D.svg" alt="" title="{lang}wcf.acp.group.edit{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.acp.group.edit{/lang}" class="icon16 disabled" />
{/if}
{if $group->isDeletable()}
- <img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 jsDeleteButton jsTooltip" data-object-id="{@$group->groupID}" data-confirm-message="{lang}wcf.acp.group.delete.sure{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 jsDeleteButton jsTooltip" data-object-id="{@$group->groupID}" data-confirm-message="{lang}wcf.acp.group.delete.sure{/lang}" />
{else}
- <img src="{@$__wcf->getPath()}icon/delete1D.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.global.button.delete{/lang}" class="icon16 disabled" />
{/if}
{event name='buttons'}
{@$pagesLinks}
<nav>
<ul>
- <li><a href="{link controller='UserGroupAdd'}{/link}" title="{lang}wcf.acp.group.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.group.add{/lang}</span></a></li>
+ <li><a href="{link controller='UserGroupAdd'}{/link}" title="{lang}wcf.acp.group.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.group.add{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<nav>
<ul>
{if $__wcf->session->getPermission('admin.user.canAddUser')}
- <li><a href="{link controller='UserAdd'}{/link}" title="{lang}wcf.acp.user.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.add{/lang}</span></a></li>
+ <li><a href="{link controller='UserAdd'}{/link}" title="{lang}wcf.acp.user.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.add{/lang}</span></a></li>
{/if}
- <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
+ <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<td class="columnMark"><input type="checkbox" class="jsClipboardItem" data-object-id="{@$user->userID}" /></td>
<td class="columnIcon">
{if $user->editable}
- <a href="{link controller='UserEdit' id=$user->userID}{/link}"><img src="{@$__wcf->getPath()}icon/edit1.svg" alt="" title="{lang}wcf.acp.user.edit{/lang}" class="icon16 jsTooltip" /></a>
+ <a href="{link controller='UserEdit' id=$user->userID}{/link}"><img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.acp.user.edit{/lang}" class="icon16 jsTooltip" /></a>
{else}
- <img src="{@$__wcf->getPath()}icon/edit1D.svg" alt="" title="{lang}wcf.acp.user.edit{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/edit.svg" alt="" title="{lang}wcf.acp.user.edit{/lang}" class="icon16 disabled" />
{/if}
{if $user->deletable}
- <img src="{@$__wcf->getPath()}icon/delete1.svg" alt="" title="{lang}wcf.acp.user.delete{/lang}" class="icon16 jsTooltip jsDeleteButton" data-object-id="{@$user->userID}" data-confirm-message="{lang}wcf.acp.user.delete.sure{/lang}" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.acp.user.delete{/lang}" class="icon16 jsTooltip jsDeleteButton" data-object-id="{@$user->userID}" data-confirm-message="{lang}wcf.acp.user.delete.sure{/lang}" />
{else}
- <img src="{@$__wcf->getPath()}icon/delete1D.svg" alt="" title="{lang}wcf.acp.user.delete{/lang}" class="icon16" />
+ <img src="{@$__wcf->getPath()}icon/delete.svg" alt="" title="{lang}wcf.acp.user.delete{/lang}" class="icon16 disabled" />
{/if}
{event name='buttons'}
<nav>
<ul>
{if $__wcf->session->getPermission('admin.user.canAddUser')}
- <li><a href="{link controller='UserAdd'}{/link}" title="{lang}wcf.acp.user.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.add{/lang}</span></a></li>
+ <li><a href="{link controller='UserAdd'}{/link}" title="{lang}wcf.acp.user.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.add{/lang}</span></a></li>
{/if}
- <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
+ <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<div class="contentNavigation">
<nav>
<ul>
- <li><a href="{link controller='UserList'}{/link}" title="{lang}wcf.acp.menu.link.user.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/users1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.user.list{/lang}</span></a></li>
- <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
+ <li><a href="{link controller='UserList'}{/link}" title="{lang}wcf.acp.menu.link.user.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.user.list{/lang}</span></a></li>
+ <li><a href="{link controller='UserSearch'}{/link}" title="{lang}wcf.acp.user.search{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/search.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.search{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<nav>
<ul>
{if $__wcf->session->getPermission('admin.user.canAddUser')}
- <li><a href="{link controller='UserAdd'}{/link}" title="{lang}wcf.acp.user.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.add{/lang}</span></a></li>
+ <li><a href="{link controller='UserAdd'}{/link}" title="{lang}wcf.acp.user.add{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/add.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.user.add{/lang}</span></a></li>
{/if}
- <li><a href="{link controller='UserList'}{/link}" title="{lang}wcf.acp.menu.link.user.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/users1.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.user.list{/lang}</span></a></li>
+ <li><a href="{link controller='UserList'}{/link}" title="{lang}wcf.acp.menu.link.user.list{/lang}" class="button"><img src="{@$__wcf->getPath()}icon/list.svg" alt="" class="icon24" /> <span>{lang}wcf.acp.menu.link.user.list{/lang}</span></a></li>
{event name='largeButtons'}
</ul>
<div id="workerContainer">
<header>
- <img src="{@$__wcf->getPath()}icon/working2.svg" alt="" class="wcf-containerIcon" />
+ <img src="{@$__wcf->getPath()}icon/working.svg" alt="" class="wcf-containerIcon" />
<hgroup class="wcf-containerIcon">
<h1>Aufgaben werden ausgeführt …</h1><!--ToDo: Language variables -->
<h2>Aktueller Schritt: <span id="workerAction">{lang}wcf.package.installation.step.prepare{/lang}</span></h2>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Add</title>
+ <desc>Add Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAdd">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M11.5,9.5h-2
+ c-0.5507812,0-1,0.4492188-1,1v2c0,0.5507812-0.4492188,1-1,1s-1-0.4492188-1-1v-2c0-0.5507812-0.4492188-1-1-1h-2
+ c-0.5507812,0-1-0.4492188-1-1c0-0.5493164,0.4492188-1.0004883,1-1.0004883h2c0.5507812,0,1-0.4492188,1-1V4.5004883
+ C6.5,3.9506836,6.9492188,3.5,7.5,3.5s1,0.4506836,1,1.0004883v1.9990234c0,0.5507812,0.4492188,1,1,1h2
+ c0.5507812,0,1,0.4511719,1,1.0004883C12.5,9.0507812,12.0507812,9.5,11.5,9.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M11.5009766,8.5H9.5
+ c-0.5507812,0-1,0.4492188-1,1v2.0009766C8.5,12.0507812,8.0507812,12.5,7.5,12.5s-1-0.4492188-1-0.9990234V9.5
+ c0-0.5507812-0.4492188-1-1.0004883-1H3.5c-0.5507812,0-1-0.4492188-1-1c0-0.5498047,0.4492188-1.0004883,1-1.0004883h1.9995117
+ c0.5512695,0,1.0004883-0.4492188,1.0004883-1V3.5004883C6.5,2.9506836,6.9492188,2.5,7.5,2.5s1,0.4506836,1,1.0004883v1.9990234
+ c0,0.5507812,0.4492188,1,1,1h2.0009766C12.0507812,6.4995117,12.5,6.9501953,12.5,7.5
+ C12.5,8.0507812,12.0507812,8.5,11.5009766,8.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Add</title>
+ <desc>Add Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAdd">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M11.5,9.5h-2
+ c-0.5507812,0-1,0.4492188-1,1v2c0,0.5507812-0.4492188,1-1,1s-1-0.4492188-1-1v-2c0-0.5507812-0.4492188-1-1-1h-2
+ c-0.5507812,0-1-0.4492188-1-1c0-0.5493164,0.4492188-1.0004883,1-1.0004883h2c0.5507812,0,1-0.4492188,1-1V4.5004883
+ C6.5,3.9506836,6.9492188,3.5,7.5,3.5s1,0.4506836,1,1.0004883v1.9990234c0,0.5507812,0.4492188,1,1,1h2
+ c0.5507812,0,1,0.4511719,1,1.0004883C12.5,9.0507812,12.0507812,9.5,11.5,9.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M11.5009766,8.5H9.5
+ c-0.5507812,0-1,0.4492188-1,1v2.0009766C8.5,12.0507812,8.0507812,12.5,7.5,12.5s-1-0.4492188-1-0.9990234V9.5
+ c0-0.5507812-0.4492188-1-1.0004883-1H3.5c-0.5507812,0-1-0.4492188-1-1c0-0.5498047,0.4492188-1.0004883,1-1.0004883h1.9995117
+ c0.5512695,0,1.0004883-0.4492188,1.0004883-1V3.5004883C6.5,2.9506836,6.9492188,2.5,7.5,2.5s1,0.4506836,1,1.0004883v1.9990234
+ c0,0.5507812,0.4492188,1,1,1h2.0009766C12.0507812,6.4995117,12.5,6.9501953,12.5,7.5
+ C12.5,8.0507812,12.0507812,8.5,11.5009766,8.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Alt</title>
+ <desc>Alternate Arrow Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAlternate">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="11.0058594,2 8.9941406,4.012207
+ 11.5732422,4.012207 8.0009766,7.5854492 4.4316406,4.0175781 6.9951172,4.0170898 4.9780273,2 1,2 1,5.9951172
+ 3.0107422,8.0058594 3.0107422,5.4248047 7,9.4150391 7,15 9,15 9,9.4160156 13.0087891,5.4047852 13.0097656,7.9951172
+ 15,6.0048828 15,2"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="11.0058594,0.9995117 8.9941406,3.0117188
+ 11.5732422,3.0117188 8.0009766,6.5849609 4.4316406,3.0170898 6.9951172,3.0166016 4.9780273,0.9995117 1,0.9995117 1,4.9946289
+ 3.0107422,7.0048828 3.0107422,4.4243164 7,8.4145508 7,14 9,14 9,8.4160156 13.0087891,4.4042969 13.0097656,6.9946289
+ 15,5.0043945 15,0.9995117"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Alt</title>
+ <desc>Alternate Arrow Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAlternate">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="11.0058594,2 8.9941406,4.012207
+ 11.5732422,4.012207 8.0009766,7.5854492 4.4316406,4.0175781 6.9951172,4.0170898 4.9780273,2 1,2 1,5.9951172
+ 3.0107422,8.0058594 3.0107422,5.4248047 7,9.4150391 7,15 9,15 9,9.4160156 13.0087891,5.4047852 13.0097656,7.9951172
+ 15,6.0048828 15,2"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="11.0058594,0.9995117 8.9941406,3.0117188
+ 11.5732422,3.0117188 8.0009766,6.5849609 4.4316406,3.0170898 6.9951172,3.0166016 4.9780273,0.9995117 1,0.9995117 1,4.9946289
+ 3.0107422,7.0048828 3.0107422,4.4243164 7,8.4145508 7,14 9,14 9,8.4160156 13.0087891,4.4042969 13.0097656,6.9946289
+ 15,5.0043945 15,0.9995117"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Down</title>
+ <desc>Arrow Down Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowDown">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,3 7.5014648,14 14,3"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,2.0004883 7.5009766,13 14,2.0004883"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Down</title>
+ <desc>Arrow Down Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowDown">
+ <polygon class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,3 7.5014648,14 14,3"/>
+ <polygon class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,2.0004883 7.5009766,13 14,2.0004883"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Collapsible Opened</title>
+ <desc>Collapsible Opened Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper2 {fill: #fff;}
+ .Lower2 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCollapsibleOpened">
+ <polygon class="Lower2" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,2.0004883 7.5009766,13 14,2.0004883"/>
+ <polygon class="Upper2" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,3 7.5014648,14 14,3"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Left</title>
+ <desc>Arrow Left Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowLeft">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,15 3,8.4985352 14,1.9995117"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,14 3,7.4990234 14,1"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Left</title>
+ <desc>Arrow Left Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowLeft">
+ <polygon class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,15 3,8.4985352 14,1.9995117"/>
+ <polygon class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,14 3,7.4990234 14,1"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Right</title>
+ <desc>Arrow Right Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowRight">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,15 13,8.4985352 2,1.9995117"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,14 13,7.4990234 2,1"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Right</title>
+ <desc>Arrow Right Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowRight">
+ <polygon class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,15 13,8.4985352 2,1.9995117"/>
+ <polygon class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,14 13,7.4990234 2,1"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Collapsible Closed</title>
+ <desc>Collapsible Closed Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper2 {fill: #fff;}
+ .Lower2 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCollapsibleClosed">
+ <polygon class="Lower2" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,14 13,7.4990234 2,1"/>
+ <polygon class="Upper2" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,15 13,8.4985352 2,1.9995117"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Up</title>
+ <desc>Arrow Up Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowUp">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,14 7.5014648,3 14,14"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,13 7.5009766,2 14,13"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Arrow Up</title>
+ <desc>Arrow Up Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="ArrowUp">
+ <polygon class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,14 7.5014648,3 14,14"/>
+ <polygon class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" points="1,13 7.5009766,2 14,13"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>New</title>
+ <desc>New Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconNew">
+ <g class="Lower1">
+ <path d="M14,8.4995117c0-0.5498047-0.4501953-1-1-1h-2.0859375
+ c-0.5498047,0-0.6816406-0.3183594-0.2929688-0.7070312l1.4755859-1.4750977c0.3886719-0.3886719,0.3886719-1.0249023,0-1.4140625
+ h-0.0009766c-0.3886719-0.3891602-1.0253906-0.3886719-1.4140625,0L9.2070312,5.3779297
+ C8.8183594,5.7666016,8.5,5.6347656,8.5,5.0849609V2.9995117c0-0.5498047-0.4501953-1-1-1l0,0c-0.5498047,0-1,0.4501953-1,1
+ v2.0859375c0,0.5498047-0.3183594,0.6816406-0.7070312,0.2929688L4.3178711,3.9033203
+ c-0.3886719-0.3886719-1.0253906-0.3886719-1.4140625,0s-0.3886719,1.0253906,0,1.4140625l1.4750977,1.4750977
+ c0.3886719,0.3886719,0.2568359,0.7070312-0.2929688,0.7070312H2c-0.5498047,0-1,0.4501953-1,1V8.5c0,0.5498047,0.4501953,1,1,1
+ h2.0854492c0.5498047,0,0.6816406,0.3183594,0.2929688,0.7070312l-1.4746094,1.4746094
+ c-0.3886719,0.3886719-0.3886719,1.0253906,0,1.4140625s1.0253906,0.3886719,1.4140625,0l1.4750977-1.4746094
+ C6.1816406,11.2324219,6.5,11.3642578,6.5,11.9140625V14c0,0.5498047,0.4501953,1,1,1l0,0c0.5498047,0,1-0.4501953,1-1v-2.0859375
+ c0-0.5498047,0.3183594-0.6816406,0.7070312-0.2929688l1.4746094,1.4746094c0.3886719,0.3886719,1.0253906,0.3886719,1.4140625,0
+ h0.0009766c0.3886719-0.3886719,0.3886719-1.0253906,0-1.4140625l-1.4746094-1.4746094
+ C10.2333984,9.8183594,10.3652344,9.5,10.9150391,9.5H13c0.5498047,0,1-0.4501953,1-1V8.4995117z"/>
+ </g>
+ <g class="Upper1">
+ <path d="M14,7.5c0-0.5498047-0.4501953-1-1-1h-2.0859375
+ c-0.5498047,0-0.6816406-0.3183594-0.2929688-0.7070312l1.4755859-1.4750977c0.3886719-0.3886719,0.3886719-1.0249023,0-1.4140625
+ h-0.0009766c-0.3886719-0.3891602-1.0253906-0.3886719-1.4140625,0L9.2070312,4.378418
+ C8.8183594,4.7670898,8.5,4.6352539,8.5,4.0854492V2c0-0.5498047-0.4501953-1-1-1l0,0c-0.5498047,0-1,0.4501953-1,1v2.0854492
+ c0,0.5498047-0.3183594,0.6816406-0.7070312,0.2929688L4.3178711,2.9038086c-0.3886719-0.3886719-1.0253906-0.3886719-1.4140625,0
+ s-0.3886719,1.0253906,0,1.4140625L4.378418,5.7929688C4.7670898,6.1816406,4.6352539,6.5,4.0854492,6.5H2
+ c-0.5498047,0-1,0.4501953-1,1l0,0c0,0.5498047,0.4501953,1,1,1h2.0854492c0.5498047,0,0.6816406,0.3183594,0.2929688,0.7070312
+ l-1.4746094,1.4746094c-0.3886719,0.3886719-0.3891602,1.0253906,0,1.4140625v0.0009766
+ c0.3891602,0.3886719,1.0253906,0.3886719,1.4140625,0l1.4750977-1.4755859C6.1816406,10.2324219,6.5,10.3642578,6.5,10.9140625
+ V13c0,0.5498047,0.4501953,1,1,1l0,0c0.5498047,0,1-0.4501953,1-1v-2.0849609
+ c0-0.5498047,0.3183594-0.6816406,0.7070312-0.2929688l1.4746094,1.4746094c0.3886719,0.3886719,1.0253906,0.3886719,1.4140625,0
+ l0.0009766-0.0009766c0.3886719-0.3886719,0.3886719-1.0253906,0-1.4140625l-1.4746094-1.4746094
+ C10.2333984,8.8183594,10.3652344,8.5,10.9150391,8.5H13C13.5498047,8.5,14,8.0498047,14,7.5L14,7.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>New</title>
+ <desc>New Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconNew">
+ <g class="Lower1">
+ <path d="M14,8.4995117c0-0.5498047-0.4501953-1-1-1h-2.0859375
+ c-0.5498047,0-0.6816406-0.3183594-0.2929688-0.7070312l1.4755859-1.4750977c0.3886719-0.3886719,0.3886719-1.0249023,0-1.4140625
+ h-0.0009766c-0.3886719-0.3891602-1.0253906-0.3886719-1.4140625,0L9.2070312,5.3779297
+ C8.8183594,5.7666016,8.5,5.6347656,8.5,5.0849609V2.9995117c0-0.5498047-0.4501953-1-1-1l0,0c-0.5498047,0-1,0.4501953-1,1
+ v2.0859375c0,0.5498047-0.3183594,0.6816406-0.7070312,0.2929688L4.3178711,3.9033203
+ c-0.3886719-0.3886719-1.0253906-0.3886719-1.4140625,0s-0.3886719,1.0253906,0,1.4140625l1.4750977,1.4750977
+ c0.3886719,0.3886719,0.2568359,0.7070312-0.2929688,0.7070312H2c-0.5498047,0-1,0.4501953-1,1V8.5c0,0.5498047,0.4501953,1,1,1
+ h2.0854492c0.5498047,0,0.6816406,0.3183594,0.2929688,0.7070312l-1.4746094,1.4746094
+ c-0.3886719,0.3886719-0.3886719,1.0253906,0,1.4140625s1.0253906,0.3886719,1.4140625,0l1.4750977-1.4746094
+ C6.1816406,11.2324219,6.5,11.3642578,6.5,11.9140625V14c0,0.5498047,0.4501953,1,1,1l0,0c0.5498047,0,1-0.4501953,1-1v-2.0859375
+ c0-0.5498047,0.3183594-0.6816406,0.7070312-0.2929688l1.4746094,1.4746094c0.3886719,0.3886719,1.0253906,0.3886719,1.4140625,0
+ h0.0009766c0.3886719-0.3886719,0.3886719-1.0253906,0-1.4140625l-1.4746094-1.4746094
+ C10.2333984,9.8183594,10.3652344,9.5,10.9150391,9.5H13c0.5498047,0,1-0.4501953,1-1V8.4995117z"/>
+ </g>
+ <g class="Upper1">
+ <path d="M14,7.5c0-0.5498047-0.4501953-1-1-1h-2.0859375
+ c-0.5498047,0-0.6816406-0.3183594-0.2929688-0.7070312l1.4755859-1.4750977c0.3886719-0.3886719,0.3886719-1.0249023,0-1.4140625
+ h-0.0009766c-0.3886719-0.3891602-1.0253906-0.3886719-1.4140625,0L9.2070312,4.378418
+ C8.8183594,4.7670898,8.5,4.6352539,8.5,4.0854492V2c0-0.5498047-0.4501953-1-1-1l0,0c-0.5498047,0-1,0.4501953-1,1v2.0854492
+ c0,0.5498047-0.3183594,0.6816406-0.7070312,0.2929688L4.3178711,2.9038086c-0.3886719-0.3886719-1.0253906-0.3886719-1.4140625,0
+ s-0.3886719,1.0253906,0,1.4140625L4.378418,5.7929688C4.7670898,6.1816406,4.6352539,6.5,4.0854492,6.5H2
+ c-0.5498047,0-1,0.4501953-1,1l0,0c0,0.5498047,0.4501953,1,1,1h2.0854492c0.5498047,0,0.6816406,0.3183594,0.2929688,0.7070312
+ l-1.4746094,1.4746094c-0.3886719,0.3886719-0.3891602,1.0253906,0,1.4140625v0.0009766
+ c0.3891602,0.3886719,1.0253906,0.3886719,1.4140625,0l1.4750977-1.4755859C6.1816406,10.2324219,6.5,10.3642578,6.5,10.9140625
+ V13c0,0.5498047,0.4501953,1,1,1l0,0c0.5498047,0,1-0.4501953,1-1v-2.0849609
+ c0-0.5498047,0.3183594-0.6816406,0.7070312-0.2929688l1.4746094,1.4746094c0.3886719,0.3886719,1.0253906,0.3886719,1.4140625,0
+ l0.0009766-0.0009766c0.3886719-0.3886719,0.3886719-1.0253906,0-1.4140625l-1.4746094-1.4746094
+ C10.2333984,8.8183594,10.3652344,8.5,10.9150391,8.5H13C13.5498047,8.5,14,8.0498047,14,7.5L14,7.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Atom</title>
+ <desc>Atom Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAtom">
+ <g class="Lower1">
+ <ellipse id="Circle2" cx="7.0004883" cy="8.5002441" rx="1.5268555" ry="1.4997559"/>
+ <path id="Orbits2" d="M12.7304688,5.2504883C12.2597656,4.4516602,11.25,4.0561523,9.9765625,4.0561523
+ c-0.1152344,0-0.2460938,0.0229492-0.3671875,0.0297852C8.9594727,2.8061523,8.0336914,2.0004883,7.0004883,2.0004883
+ c-1.0322266,0-1.9589844,0.8056641-2.6088867,2.0854492C4.2705078,4.0791016,4.140625,4.0561523,4.0239258,4.0561523
+ C2.7514648,4.0566406,1.7402344,4.4516602,1.2709961,5.2504883C0.7563477,6.1259766,0.9995117,7.3120117,1.7954102,8.5009766
+ C1,9.6894531,0.7568359,10.875,1.2709961,11.75c0.4697266,0.7988281,1.4804688,1.1953125,2.7529297,1.1953125
+ c0.1166992,0,0.246582-0.0234375,0.3676758-0.0292969C5.0415039,14.1953125,5.9682617,15,7.0004883,15
+ c1.0332031,0,1.9589844-0.8046875,2.6088867-2.0839844c0.1210938,0.0058594,0.25,0.0292969,0.3671875,0.0292969
+ c1.2714844,0,2.2832031-0.3964844,2.7539062-1.1953125c0.5136719-0.875,0.2714844-2.0605469-0.5253906-3.2495117
+ C13.0019531,7.3115234,13.2441406,6.1254883,12.7304688,5.2504883z M9.9765625,4.8061523
+ c0.6015625,0,1.6738281,0.1064453,2.0917969,0.8193359c0.3125,0.5307617,0.1757812,1.3378906-0.3535156,2.2231445
+ c-0.3671875-0.4389648-0.8085938-0.8701172-1.3125-1.2783203c-0.1074219-0.6342773-0.2675781-1.2255859-0.4707031-1.7602539
+ C9.9472656,4.8100586,9.9628906,4.8061523,9.9765625,4.8061523z M3.4672852,9.2939453
+ c-0.2729492-0.2646484-0.5117188-0.5288086-0.7202148-0.793457C2.9555664,8.2353516,3.1943359,7.9711914,3.4672852,7.706543
+ C3.4501953,7.9672852,3.4379883,8.2314453,3.4379883,8.5004883S3.4501953,9.0332031,3.4672852,9.2939453z M5.6010742,10.8828125
+ c-0.4750977-0.2695312-0.8925781-0.5625-1.2832031-0.8613281C4.2495117,9.5410156,4.2016602,9.0390625,4.2016602,8.5004883
+ c0-0.5390625,0.0478516-1.0400391,0.1162109-1.5219727c0.390625-0.2988281,0.8081055-0.590332,1.2832031-0.8598633
+ c0.4584961-0.2602539,0.9287109-0.4716797,1.3994141-0.6591797c0.4707031,0.1875,0.9404297,0.3989258,1.3994141,0.6591797
+ C8.862793,6.3813477,9.2832031,6.6748047,9.6835938,6.9799805c0.0683594,0.4814453,0.1152344,0.9819336,0.1152344,1.5205078
+ s-0.046875,1.0385742-0.1152344,1.5209961c-0.4003906,0.3046875-0.8208008,0.5976562-1.2836914,0.8613281
+ c-0.4589844,0.2597656-0.9287109,0.4707031-1.3994141,0.6582031C6.5297852,11.3535156,6.0595703,11.1425781,5.6010742,10.8828125z
+ M5.956543,11.8964844c-0.3696289,0.1015625-0.7304688,0.1777344-1.0810547,0.2265625
+ C4.7451172,11.8125,4.6313477,11.4765625,4.534668,11.109375c0.2211914,0.1464844,0.4477539,0.2871094,0.6845703,0.421875
+ C5.4643555,11.6699219,5.7104492,11.7773438,5.956543,11.8964844z M4.534668,5.890625
+ c0.0966797-0.3657227,0.2104492-0.7016602,0.3408203-1.012207c0.3505859,0.0483398,0.7114258,0.1235352,1.081543,0.2255859
+ c-0.246582,0.1186523-0.4926758,0.2265625-0.737793,0.3652344C4.9824219,5.6040039,4.7558594,5.7456055,4.534668,5.890625z
+ M8.0444336,5.1040039C8.4135742,5.0019531,8.7749023,4.9267578,9.125,4.8789062
+ C9.2558594,5.1889648,9.3691406,5.5249023,9.4667969,5.890625C9.2460938,5.7456055,9.0195312,5.6040039,8.7817383,5.4692383
+ C8.5375977,5.3305664,8.2905273,5.2226562,8.0444336,5.1040039z M8.7817383,11.53125
+ c0.237793-0.1347656,0.4624023-0.2753906,0.6850586-0.421875C9.3691406,11.4765625,9.2558594,11.8125,9.125,12.1230469
+ c-0.3500977-0.0488281-0.7114258-0.125-1.0805664-0.2265625C8.2905273,11.7773438,8.5375977,11.6699219,8.7817383,11.53125z
+ M10.5332031,7.7084961c0.2675781,0.2578125,0.5058594,0.5214844,0.7207031,0.7919922
+ c-0.2148438,0.2705078-0.453125,0.534668-0.7207031,0.7924805C10.5507812,9.0322266,10.5625,8.769043,10.5625,8.5004883
+ S10.5507812,7.96875,10.5332031,7.7084961z M7.0004883,2.7504883c0.6162109,0,1.2607422,0.5283203,1.7773438,1.4169922
+ C8.2094727,4.262207,7.6098633,4.4365234,7.0004883,4.6601562C6.3916016,4.4365234,5.7919922,4.262207,5.2226562,4.1674805
+ C5.7407227,3.2788086,6.3842773,2.7504883,7.0004883,2.7504883z M1.9316406,5.6254883
+ c0.4189453-0.7124023,1.4912109-0.8188477,2.0927734-0.8193359c0.0146484,0,0.0307617,0.0039062,0.0449219,0.0039062
+ c-0.2021484,0.534668-0.3632812,1.1254883-0.4711914,1.7602539c-0.5019531,0.40625-0.9404297,0.8354492-1.3085938,1.2719727
+ C1.7675781,6.9589844,1.6240234,6.1489258,1.9316406,5.6254883z M4.0239258,12.1953125
+ c-0.6015625,0-1.6733398-0.1074219-2.0922852-0.8203125c-0.3076172-0.5234375-0.1640625-1.3339844,0.3579102-2.2167969
+ c0.3681641,0.4375,0.8066406,0.8671875,1.3085938,1.2734375c0.1079102,0.6328125,0.269043,1.2246094,0.4711914,1.7597656
+ C4.0546875,12.1914062,4.0385742,12.1953125,4.0239258,12.1953125z M7.0004883,14.25
+ c-0.6162109,0-1.2597656-0.5273438-1.777832-1.4160156c0.5693359-0.0957031,1.168457-0.2695312,1.777832-0.4941406
+ c0.609375,0.2246094,1.2089844,0.3984375,1.7773438,0.4941406C8.2612305,13.7226562,7.6166992,14.25,7.0004883,14.25z
+ M12.0683594,11.375c-0.4199219,0.7128906-1.4902344,0.8203125-2.0917969,0.8203125
+ c-0.0136719,0-0.03125-0.0039062-0.0449219-0.0039062c0.203125-0.5351562,0.3632812-1.1269531,0.4707031-1.7597656
+ c0.5039062-0.4082031,0.9453125-0.8398438,1.3125-1.2792969C12.2441406,10.0390625,12.3808594,10.8457031,12.0683594,11.375z"/>
+ </g>
+ <g class="Upper1">
+ <ellipse id="Circle1" cx="7.0004883" cy="7.5" rx="1.5268555" ry="1.5"/>
+ <path id="Orbits1" d="M12.7304688,4.25C12.2597656,3.4511719,11.25,3.0556641,9.9765625,3.0556641
+ c-0.1152344,0-0.2460938,0.0229492-0.3671875,0.0297852C8.9594727,1.8056641,8.0336914,1,7.0004883,1
+ C5.9682617,1,5.0415039,1.8056641,4.3916016,3.0854492C4.2705078,3.0786133,4.140625,3.0556641,4.0239258,3.0556641
+ C2.7514648,3.0561523,1.7402344,3.4511719,1.2709961,4.25C0.7563477,5.1254883,0.9995117,6.3115234,1.7954102,7.5004883
+ C1,8.6894531,0.7568359,9.875,1.2709961,10.75c0.4697266,0.7988281,1.4804688,1.1943359,2.7529297,1.1943359
+ c0.1166992,0,0.246582-0.0234375,0.3676758-0.0292969C5.0415039,13.1943359,5.9682617,14,7.0004883,14
+ c1.0332031,0,1.9589844-0.8056641,2.6088867-2.0849609c0.1210938,0.0058594,0.25,0.0292969,0.3671875,0.0292969
+ c1.2714844,0,2.2832031-0.3955078,2.7539062-1.1943359c0.5136719-0.875,0.2714844-2.0605469-0.5253906-3.25
+ C13.0019531,6.3110352,13.2441406,5.125,12.7304688,4.25z M9.9765625,3.8056641
+ c0.6015625,0,1.6738281,0.1064453,2.0917969,0.8193359c0.3125,0.5307617,0.1757812,1.3378906-0.3535156,2.2231445
+ c-0.3671875-0.4389648-0.8085938-0.8701172-1.3125-1.2783203c-0.1074219-0.6342773-0.2675781-1.2255859-0.4707031-1.7602539
+ C9.9472656,3.8095703,9.9628906,3.8056641,9.9765625,3.8056641z M3.4672852,8.293457
+ C3.1943359,8.0292969,2.9555664,7.7646484,2.7470703,7.5c0.2084961-0.2651367,0.4472656-0.5292969,0.7202148-0.7939453
+ C3.4501953,6.9667969,3.4379883,7.230957,3.4379883,7.5S3.4501953,8.0332031,3.4672852,8.293457z M5.6010742,9.8818359
+ C5.1259766,9.6123047,4.7084961,9.3203125,4.3178711,9.0214844C4.2495117,8.5400391,4.2016602,8.0390625,4.2016602,7.5
+ s0.0478516-1.0400391,0.1162109-1.5219727c0.390625-0.2988281,0.8081055-0.590332,1.2832031-0.8598633
+ c0.4584961-0.2602539,0.9287109-0.4716797,1.3994141-0.6591797c0.4707031,0.1875,0.9404297,0.3989258,1.3994141,0.6591797
+ C8.862793,5.3808594,9.2832031,5.6743164,9.6835938,5.9794922C9.7519531,6.4609375,9.7988281,6.9614258,9.7988281,7.5
+ s-0.046875,1.0390625-0.1152344,1.5205078C9.2832031,9.3251953,8.862793,9.6191406,8.3999023,9.8818359
+ c-0.4589844,0.2597656-0.9287109,0.4716797-1.3994141,0.6591797C6.5297852,10.3535156,6.0595703,10.1416016,5.6010742,9.8818359z
+ M5.956543,10.8964844c-0.3696289,0.1015625-0.7304688,0.1777344-1.0810547,0.2255859
+ c-0.1303711-0.3105469-0.2441406-0.6464844-0.3408203-1.0126953c0.2211914,0.1455078,0.4477539,0.2871094,0.6845703,0.421875
+ C5.4643555,10.6699219,5.7104492,10.7773438,5.956543,10.8964844z M4.534668,4.8901367
+ c0.0966797-0.3657227,0.2104492-0.7016602,0.3408203-1.012207c0.3505859,0.0483398,0.7114258,0.1235352,1.081543,0.2255859
+ C5.7104492,4.222168,5.4643555,4.3300781,5.2192383,4.46875C4.9824219,4.6035156,4.7558594,4.7451172,4.534668,4.8901367z
+ M8.0444336,4.1035156C8.4135742,4.0014648,8.7749023,3.9262695,9.125,3.878418
+ c0.1308594,0.3100586,0.2441406,0.6459961,0.3417969,1.0117188C9.2460938,4.7451172,9.0195312,4.6035156,8.7817383,4.46875
+ C8.5375977,4.3300781,8.2905273,4.222168,8.0444336,4.1035156z M8.7817383,10.53125
+ c0.237793-0.1347656,0.4624023-0.2763672,0.6850586-0.421875C9.3691406,10.4755859,9.2558594,10.8115234,9.125,11.1220703
+ c-0.3500977-0.0478516-0.7114258-0.1240234-1.0805664-0.2255859C8.2905273,10.7773438,8.5375977,10.6699219,8.7817383,10.53125z
+ M10.5332031,6.7080078C10.8007812,6.9658203,11.0390625,7.2294922,11.2539062,7.5
+ c-0.2148438,0.2705078-0.453125,0.5341797-0.7207031,0.7919922C10.5507812,8.0317383,10.5625,7.7685547,10.5625,7.5
+ S10.5507812,6.9682617,10.5332031,6.7080078z M7.0004883,1.75c0.6162109,0,1.2607422,0.5283203,1.7773438,1.4169922
+ C8.2094727,3.2617188,7.6098633,3.4360352,7.0004883,3.659668c-0.6088867-0.2236328-1.2084961-0.3979492-1.777832-0.4926758
+ C5.7407227,2.2783203,6.3842773,1.75,7.0004883,1.75z M1.9316406,4.625
+ c0.4189453-0.7124023,1.4912109-0.8188477,2.0927734-0.8193359c0.0146484,0,0.0307617,0.0039062,0.0449219,0.0039062
+ c-0.2021484,0.534668-0.3632812,1.1254883-0.4711914,1.7602539c-0.5019531,0.40625-0.9404297,0.8354492-1.3085938,1.2719727
+ C1.7675781,5.9584961,1.6240234,5.1484375,1.9316406,4.625z M4.0239258,11.1943359
+ c-0.6015625,0-1.6733398-0.1064453-2.0922852-0.8193359C1.6240234,9.8515625,1.7675781,9.0410156,2.2895508,8.1582031
+ c0.3681641,0.4365234,0.8066406,0.8662109,1.3085938,1.2724609c0.1079102,0.6337891,0.269043,1.2255859,0.4711914,1.7597656
+ C4.0546875,11.1904297,4.0385742,11.1943359,4.0239258,11.1943359z M7.0004883,13.25
+ c-0.6162109,0-1.2597656-0.5283203-1.777832-1.4169922c0.5693359-0.0947266,1.168457-0.2695312,1.777832-0.4931641
+ c0.609375,0.2236328,1.2089844,0.3984375,1.7773438,0.4931641C8.2612305,12.7216797,7.6166992,13.25,7.0004883,13.25z
+ M12.0683594,10.375c-0.4199219,0.7128906-1.4902344,0.8193359-2.0917969,0.8193359
+ c-0.0136719,0-0.03125-0.0039062-0.0449219-0.0039062c0.203125-0.5341797,0.3632812-1.1259766,0.4707031-1.7597656
+ c0.5039062-0.4082031,0.9453125-0.8398438,1.3125-1.2783203C12.2441406,9.0380859,12.3808594,9.8447266,12.0683594,10.375z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Atom</title>
+ <desc>Atom Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAtom">
+ <g class="Lower1">
+ <ellipse id="Circle2" cx="7.0004883" cy="8.5002441" rx="1.5268555" ry="1.4997559"/>
+ <path id="Orbits2" d="M12.7304688,5.2504883C12.2597656,4.4516602,11.25,4.0561523,9.9765625,4.0561523
+ c-0.1152344,0-0.2460938,0.0229492-0.3671875,0.0297852C8.9594727,2.8061523,8.0336914,2.0004883,7.0004883,2.0004883
+ c-1.0322266,0-1.9589844,0.8056641-2.6088867,2.0854492C4.2705078,4.0791016,4.140625,4.0561523,4.0239258,4.0561523
+ C2.7514648,4.0566406,1.7402344,4.4516602,1.2709961,5.2504883C0.7563477,6.1259766,0.9995117,7.3120117,1.7954102,8.5009766
+ C1,9.6894531,0.7568359,10.875,1.2709961,11.75c0.4697266,0.7988281,1.4804688,1.1953125,2.7529297,1.1953125
+ c0.1166992,0,0.246582-0.0234375,0.3676758-0.0292969C5.0415039,14.1953125,5.9682617,15,7.0004883,15
+ c1.0332031,0,1.9589844-0.8046875,2.6088867-2.0839844c0.1210938,0.0058594,0.25,0.0292969,0.3671875,0.0292969
+ c1.2714844,0,2.2832031-0.3964844,2.7539062-1.1953125c0.5136719-0.875,0.2714844-2.0605469-0.5253906-3.2495117
+ C13.0019531,7.3115234,13.2441406,6.1254883,12.7304688,5.2504883z M9.9765625,4.8061523
+ c0.6015625,0,1.6738281,0.1064453,2.0917969,0.8193359c0.3125,0.5307617,0.1757812,1.3378906-0.3535156,2.2231445
+ c-0.3671875-0.4389648-0.8085938-0.8701172-1.3125-1.2783203c-0.1074219-0.6342773-0.2675781-1.2255859-0.4707031-1.7602539
+ C9.9472656,4.8100586,9.9628906,4.8061523,9.9765625,4.8061523z M3.4672852,9.2939453
+ c-0.2729492-0.2646484-0.5117188-0.5288086-0.7202148-0.793457C2.9555664,8.2353516,3.1943359,7.9711914,3.4672852,7.706543
+ C3.4501953,7.9672852,3.4379883,8.2314453,3.4379883,8.5004883S3.4501953,9.0332031,3.4672852,9.2939453z M5.6010742,10.8828125
+ c-0.4750977-0.2695312-0.8925781-0.5625-1.2832031-0.8613281C4.2495117,9.5410156,4.2016602,9.0390625,4.2016602,8.5004883
+ c0-0.5390625,0.0478516-1.0400391,0.1162109-1.5219727c0.390625-0.2988281,0.8081055-0.590332,1.2832031-0.8598633
+ c0.4584961-0.2602539,0.9287109-0.4716797,1.3994141-0.6591797c0.4707031,0.1875,0.9404297,0.3989258,1.3994141,0.6591797
+ C8.862793,6.3813477,9.2832031,6.6748047,9.6835938,6.9799805c0.0683594,0.4814453,0.1152344,0.9819336,0.1152344,1.5205078
+ s-0.046875,1.0385742-0.1152344,1.5209961c-0.4003906,0.3046875-0.8208008,0.5976562-1.2836914,0.8613281
+ c-0.4589844,0.2597656-0.9287109,0.4707031-1.3994141,0.6582031C6.5297852,11.3535156,6.0595703,11.1425781,5.6010742,10.8828125z
+ M5.956543,11.8964844c-0.3696289,0.1015625-0.7304688,0.1777344-1.0810547,0.2265625
+ C4.7451172,11.8125,4.6313477,11.4765625,4.534668,11.109375c0.2211914,0.1464844,0.4477539,0.2871094,0.6845703,0.421875
+ C5.4643555,11.6699219,5.7104492,11.7773438,5.956543,11.8964844z M4.534668,5.890625
+ c0.0966797-0.3657227,0.2104492-0.7016602,0.3408203-1.012207c0.3505859,0.0483398,0.7114258,0.1235352,1.081543,0.2255859
+ c-0.246582,0.1186523-0.4926758,0.2265625-0.737793,0.3652344C4.9824219,5.6040039,4.7558594,5.7456055,4.534668,5.890625z
+ M8.0444336,5.1040039C8.4135742,5.0019531,8.7749023,4.9267578,9.125,4.8789062
+ C9.2558594,5.1889648,9.3691406,5.5249023,9.4667969,5.890625C9.2460938,5.7456055,9.0195312,5.6040039,8.7817383,5.4692383
+ C8.5375977,5.3305664,8.2905273,5.2226562,8.0444336,5.1040039z M8.7817383,11.53125
+ c0.237793-0.1347656,0.4624023-0.2753906,0.6850586-0.421875C9.3691406,11.4765625,9.2558594,11.8125,9.125,12.1230469
+ c-0.3500977-0.0488281-0.7114258-0.125-1.0805664-0.2265625C8.2905273,11.7773438,8.5375977,11.6699219,8.7817383,11.53125z
+ M10.5332031,7.7084961c0.2675781,0.2578125,0.5058594,0.5214844,0.7207031,0.7919922
+ c-0.2148438,0.2705078-0.453125,0.534668-0.7207031,0.7924805C10.5507812,9.0322266,10.5625,8.769043,10.5625,8.5004883
+ S10.5507812,7.96875,10.5332031,7.7084961z M7.0004883,2.7504883c0.6162109,0,1.2607422,0.5283203,1.7773438,1.4169922
+ C8.2094727,4.262207,7.6098633,4.4365234,7.0004883,4.6601562C6.3916016,4.4365234,5.7919922,4.262207,5.2226562,4.1674805
+ C5.7407227,3.2788086,6.3842773,2.7504883,7.0004883,2.7504883z M1.9316406,5.6254883
+ c0.4189453-0.7124023,1.4912109-0.8188477,2.0927734-0.8193359c0.0146484,0,0.0307617,0.0039062,0.0449219,0.0039062
+ c-0.2021484,0.534668-0.3632812,1.1254883-0.4711914,1.7602539c-0.5019531,0.40625-0.9404297,0.8354492-1.3085938,1.2719727
+ C1.7675781,6.9589844,1.6240234,6.1489258,1.9316406,5.6254883z M4.0239258,12.1953125
+ c-0.6015625,0-1.6733398-0.1074219-2.0922852-0.8203125c-0.3076172-0.5234375-0.1640625-1.3339844,0.3579102-2.2167969
+ c0.3681641,0.4375,0.8066406,0.8671875,1.3085938,1.2734375c0.1079102,0.6328125,0.269043,1.2246094,0.4711914,1.7597656
+ C4.0546875,12.1914062,4.0385742,12.1953125,4.0239258,12.1953125z M7.0004883,14.25
+ c-0.6162109,0-1.2597656-0.5273438-1.777832-1.4160156c0.5693359-0.0957031,1.168457-0.2695312,1.777832-0.4941406
+ c0.609375,0.2246094,1.2089844,0.3984375,1.7773438,0.4941406C8.2612305,13.7226562,7.6166992,14.25,7.0004883,14.25z
+ M12.0683594,11.375c-0.4199219,0.7128906-1.4902344,0.8203125-2.0917969,0.8203125
+ c-0.0136719,0-0.03125-0.0039062-0.0449219-0.0039062c0.203125-0.5351562,0.3632812-1.1269531,0.4707031-1.7597656
+ c0.5039062-0.4082031,0.9453125-0.8398438,1.3125-1.2792969C12.2441406,10.0390625,12.3808594,10.8457031,12.0683594,11.375z"/>
+ </g>
+ <g class="Upper1">
+ <ellipse id="Circle1" cx="7.0004883" cy="7.5" rx="1.5268555" ry="1.5"/>
+ <path id="Orbits1" d="M12.7304688,4.25C12.2597656,3.4511719,11.25,3.0556641,9.9765625,3.0556641
+ c-0.1152344,0-0.2460938,0.0229492-0.3671875,0.0297852C8.9594727,1.8056641,8.0336914,1,7.0004883,1
+ C5.9682617,1,5.0415039,1.8056641,4.3916016,3.0854492C4.2705078,3.0786133,4.140625,3.0556641,4.0239258,3.0556641
+ C2.7514648,3.0561523,1.7402344,3.4511719,1.2709961,4.25C0.7563477,5.1254883,0.9995117,6.3115234,1.7954102,7.5004883
+ C1,8.6894531,0.7568359,9.875,1.2709961,10.75c0.4697266,0.7988281,1.4804688,1.1943359,2.7529297,1.1943359
+ c0.1166992,0,0.246582-0.0234375,0.3676758-0.0292969C5.0415039,13.1943359,5.9682617,14,7.0004883,14
+ c1.0332031,0,1.9589844-0.8056641,2.6088867-2.0849609c0.1210938,0.0058594,0.25,0.0292969,0.3671875,0.0292969
+ c1.2714844,0,2.2832031-0.3955078,2.7539062-1.1943359c0.5136719-0.875,0.2714844-2.0605469-0.5253906-3.25
+ C13.0019531,6.3110352,13.2441406,5.125,12.7304688,4.25z M9.9765625,3.8056641
+ c0.6015625,0,1.6738281,0.1064453,2.0917969,0.8193359c0.3125,0.5307617,0.1757812,1.3378906-0.3535156,2.2231445
+ c-0.3671875-0.4389648-0.8085938-0.8701172-1.3125-1.2783203c-0.1074219-0.6342773-0.2675781-1.2255859-0.4707031-1.7602539
+ C9.9472656,3.8095703,9.9628906,3.8056641,9.9765625,3.8056641z M3.4672852,8.293457
+ C3.1943359,8.0292969,2.9555664,7.7646484,2.7470703,7.5c0.2084961-0.2651367,0.4472656-0.5292969,0.7202148-0.7939453
+ C3.4501953,6.9667969,3.4379883,7.230957,3.4379883,7.5S3.4501953,8.0332031,3.4672852,8.293457z M5.6010742,9.8818359
+ C5.1259766,9.6123047,4.7084961,9.3203125,4.3178711,9.0214844C4.2495117,8.5400391,4.2016602,8.0390625,4.2016602,7.5
+ s0.0478516-1.0400391,0.1162109-1.5219727c0.390625-0.2988281,0.8081055-0.590332,1.2832031-0.8598633
+ c0.4584961-0.2602539,0.9287109-0.4716797,1.3994141-0.6591797c0.4707031,0.1875,0.9404297,0.3989258,1.3994141,0.6591797
+ C8.862793,5.3808594,9.2832031,5.6743164,9.6835938,5.9794922C9.7519531,6.4609375,9.7988281,6.9614258,9.7988281,7.5
+ s-0.046875,1.0390625-0.1152344,1.5205078C9.2832031,9.3251953,8.862793,9.6191406,8.3999023,9.8818359
+ c-0.4589844,0.2597656-0.9287109,0.4716797-1.3994141,0.6591797C6.5297852,10.3535156,6.0595703,10.1416016,5.6010742,9.8818359z
+ M5.956543,10.8964844c-0.3696289,0.1015625-0.7304688,0.1777344-1.0810547,0.2255859
+ c-0.1303711-0.3105469-0.2441406-0.6464844-0.3408203-1.0126953c0.2211914,0.1455078,0.4477539,0.2871094,0.6845703,0.421875
+ C5.4643555,10.6699219,5.7104492,10.7773438,5.956543,10.8964844z M4.534668,4.8901367
+ c0.0966797-0.3657227,0.2104492-0.7016602,0.3408203-1.012207c0.3505859,0.0483398,0.7114258,0.1235352,1.081543,0.2255859
+ C5.7104492,4.222168,5.4643555,4.3300781,5.2192383,4.46875C4.9824219,4.6035156,4.7558594,4.7451172,4.534668,4.8901367z
+ M8.0444336,4.1035156C8.4135742,4.0014648,8.7749023,3.9262695,9.125,3.878418
+ c0.1308594,0.3100586,0.2441406,0.6459961,0.3417969,1.0117188C9.2460938,4.7451172,9.0195312,4.6035156,8.7817383,4.46875
+ C8.5375977,4.3300781,8.2905273,4.222168,8.0444336,4.1035156z M8.7817383,10.53125
+ c0.237793-0.1347656,0.4624023-0.2763672,0.6850586-0.421875C9.3691406,10.4755859,9.2558594,10.8115234,9.125,11.1220703
+ c-0.3500977-0.0478516-0.7114258-0.1240234-1.0805664-0.2255859C8.2905273,10.7773438,8.5375977,10.6699219,8.7817383,10.53125z
+ M10.5332031,6.7080078C10.8007812,6.9658203,11.0390625,7.2294922,11.2539062,7.5
+ c-0.2148438,0.2705078-0.453125,0.5341797-0.7207031,0.7919922C10.5507812,8.0317383,10.5625,7.7685547,10.5625,7.5
+ S10.5507812,6.9682617,10.5332031,6.7080078z M7.0004883,1.75c0.6162109,0,1.2607422,0.5283203,1.7773438,1.4169922
+ C8.2094727,3.2617188,7.6098633,3.4360352,7.0004883,3.659668c-0.6088867-0.2236328-1.2084961-0.3979492-1.777832-0.4926758
+ C5.7407227,2.2783203,6.3842773,1.75,7.0004883,1.75z M1.9316406,4.625
+ c0.4189453-0.7124023,1.4912109-0.8188477,2.0927734-0.8193359c0.0146484,0,0.0307617,0.0039062,0.0449219,0.0039062
+ c-0.2021484,0.534668-0.3632812,1.1254883-0.4711914,1.7602539c-0.5019531,0.40625-0.9404297,0.8354492-1.3085938,1.2719727
+ C1.7675781,5.9584961,1.6240234,5.1484375,1.9316406,4.625z M4.0239258,11.1943359
+ c-0.6015625,0-1.6733398-0.1064453-2.0922852-0.8193359C1.6240234,9.8515625,1.7675781,9.0410156,2.2895508,8.1582031
+ c0.3681641,0.4365234,0.8066406,0.8662109,1.3085938,1.2724609c0.1079102,0.6337891,0.269043,1.2255859,0.4711914,1.7597656
+ C4.0546875,11.1904297,4.0385742,11.1943359,4.0239258,11.1943359z M7.0004883,13.25
+ c-0.6162109,0-1.2597656-0.5283203-1.777832-1.4169922c0.5693359-0.0947266,1.168457-0.2695312,1.777832-0.4931641
+ c0.609375,0.2236328,1.2089844,0.3984375,1.7773438,0.4931641C8.2612305,12.7216797,7.6166992,13.25,7.0004883,13.25z
+ M12.0683594,10.375c-0.4199219,0.7128906-1.4902344,0.8193359-2.0917969,0.8193359
+ c-0.0136719,0-0.03125-0.0039062-0.0449219-0.0039062c0.203125-0.5341797,0.3632812-1.1259766,0.4707031-1.7597656
+ c0.5039062-0.4082031,0.9453125-0.8398438,1.3125-1.2783203C12.2441406,9.0380859,12.3808594,9.8447266,12.0683594,10.375z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Attachment</title>
+ <desc>Attachment Icon (tilt)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAttachment">
+ <path class="Lower1" d="M1.7172852,14.2734375c-1.2724609-1.2832031-0.953125-4.2636719,1.7841797-7.027832
+ l3.5761719-3.6113281C7.2973633,3.4125977,7.640625,3.4008789,7.8452148,3.6069336
+ C8.0493164,3.8129883,8.0375977,4.159668,7.8178711,4.3818359L4.2407227,7.9931641
+ c-2.1396484,2.1611328-2.621582,4.5771484-1.7285156,5.4794922s3.2871094,0.4160156,5.4277344-1.7441406l4.7719727-4.8198242
+ c0.1748047-0.1845703,0.328125-0.4707031,0.0429688-0.7592773L10.890625,4.2675781
+ c-0.2988281-0.3012695-0.5859375-0.1494141-0.7724609,0.0317383L5.3510742,9.1132812
+ c-0.7958984,0.8027344-0.7929688,1.6074219-0.4462891,1.9570312c0.3461914,0.3496094,1.1464844,0.3242188,1.9257812-0.4628906
+ l3.5766602-3.6108398c0.2177734-0.222168,0.5625-0.2338867,0.7666016-0.027832
+ c0.2050781,0.2055664,0.1933594,0.5527344-0.0273438,0.7744141l-3.5766602,3.6123047
+ c-0.9589844,0.96875-2.3662109,1.6210938-3.4663086,0.5097656c-1.1103516-1.1191406-0.4511719-2.5292969,0.5073242-3.4980469
+ l4.7739258-4.8193359c0.4775391-0.4833984,1.4863281-0.9052734,2.3007812-0.0830078l1.8642578,1.8823242
+ c0.8027344,0.8110352,0.3818359,1.824707-0.0986328,2.309082l-4.7705078,4.8183594
+ C5.9428711,15.2402344,2.9907227,15.5605469,1.7172852,14.2734375L1.7172852,14.2734375z"/>
+ <path class="Upper1" d="M1.7172852,13.2744141c-1.2724609-1.2841797-0.953125-4.2646484,1.7841797-7.0283203
+ l3.5761719-3.6113281C7.2973633,2.4130859,7.640625,2.4013672,7.8452148,2.6074219
+ c0.2041016,0.2060547,0.1923828,0.5527344-0.0273438,0.7749023L4.2407227,6.9936523
+ c-2.1396484,2.1616211-2.621582,4.5776367-1.7285156,5.4790039c0.8930664,0.9033203,3.2871094,0.4169922,5.4277344-1.7441406
+ l4.7719727-4.8193359c0.1748047-0.1845703,0.328125-0.4707031,0.0429688-0.7592773L10.890625,3.2680664
+ c-0.2988281-0.3012695-0.5859375-0.1494141-0.7724609,0.0317383L5.3510742,8.1137695
+ c-0.7958984,0.8032227-0.7929688,1.6079102-0.4462891,1.9575195c0.3461914,0.3496094,1.1464844,0.3242188,1.9257812-0.4628906
+ l3.5766602-3.6113281c0.2177734-0.222168,0.5625-0.2338867,0.7666016-0.027832
+ c0.2050781,0.2055664,0.1933594,0.5527344-0.0273438,0.7744141l-3.5766602,3.6118164
+ c-0.9589844,0.96875-2.3662109,1.6220703-3.4663086,0.5107422C2.9931641,9.7460938,3.6523438,8.3364258,4.6108398,7.3676758
+ l4.7739258-4.8193359c0.4775391-0.4833984,1.4863281-0.9052734,2.3007812-0.0830078l1.8642578,1.8823242
+ c0.8027344,0.8110352,0.3818359,1.824707-0.0986328,2.309082l-4.7705078,4.8188477
+ C5.9428711,14.2402344,2.9907227,14.5615234,1.7172852,13.2744141L1.7172852,13.2744141z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Attachment</title>
+ <desc>Attachment Icon (tilt)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconAttachment">
+ <path class="Lower1" d="M1.7172852,14.2734375c-1.2724609-1.2832031-0.953125-4.2636719,1.7841797-7.027832
+ l3.5761719-3.6113281C7.2973633,3.4125977,7.640625,3.4008789,7.8452148,3.6069336
+ C8.0493164,3.8129883,8.0375977,4.159668,7.8178711,4.3818359L4.2407227,7.9931641
+ c-2.1396484,2.1611328-2.621582,4.5771484-1.7285156,5.4794922s3.2871094,0.4160156,5.4277344-1.7441406l4.7719727-4.8198242
+ c0.1748047-0.1845703,0.328125-0.4707031,0.0429688-0.7592773L10.890625,4.2675781
+ c-0.2988281-0.3012695-0.5859375-0.1494141-0.7724609,0.0317383L5.3510742,9.1132812
+ c-0.7958984,0.8027344-0.7929688,1.6074219-0.4462891,1.9570312c0.3461914,0.3496094,1.1464844,0.3242188,1.9257812-0.4628906
+ l3.5766602-3.6108398c0.2177734-0.222168,0.5625-0.2338867,0.7666016-0.027832
+ c0.2050781,0.2055664,0.1933594,0.5527344-0.0273438,0.7744141l-3.5766602,3.6123047
+ c-0.9589844,0.96875-2.3662109,1.6210938-3.4663086,0.5097656c-1.1103516-1.1191406-0.4511719-2.5292969,0.5073242-3.4980469
+ l4.7739258-4.8193359c0.4775391-0.4833984,1.4863281-0.9052734,2.3007812-0.0830078l1.8642578,1.8823242
+ c0.8027344,0.8110352,0.3818359,1.824707-0.0986328,2.309082l-4.7705078,4.8183594
+ C5.9428711,15.2402344,2.9907227,15.5605469,1.7172852,14.2734375L1.7172852,14.2734375z"/>
+ <path class="Upper1" d="M1.7172852,13.2744141c-1.2724609-1.2841797-0.953125-4.2646484,1.7841797-7.0283203
+ l3.5761719-3.6113281C7.2973633,2.4130859,7.640625,2.4013672,7.8452148,2.6074219
+ c0.2041016,0.2060547,0.1923828,0.5527344-0.0273438,0.7749023L4.2407227,6.9936523
+ c-2.1396484,2.1616211-2.621582,4.5776367-1.7285156,5.4790039c0.8930664,0.9033203,3.2871094,0.4169922,5.4277344-1.7441406
+ l4.7719727-4.8193359c0.1748047-0.1845703,0.328125-0.4707031,0.0429688-0.7592773L10.890625,3.2680664
+ c-0.2988281-0.3012695-0.5859375-0.1494141-0.7724609,0.0317383L5.3510742,8.1137695
+ c-0.7958984,0.8032227-0.7929688,1.6079102-0.4462891,1.9575195c0.3461914,0.3496094,1.1464844,0.3242188,1.9257812-0.4628906
+ l3.5766602-3.6113281c0.2177734-0.222168,0.5625-0.2338867,0.7666016-0.027832
+ c0.2050781,0.2055664,0.1933594,0.5527344-0.0273438,0.7744141l-3.5766602,3.6118164
+ c-0.9589844,0.96875-2.3662109,1.6220703-3.4663086,0.5107422C2.9931641,9.7460938,3.6523438,8.3364258,4.6108398,7.3676758
+ l4.7739258-4.8193359c0.4775391-0.4833984,1.4863281-0.9052734,2.3007812-0.0830078l1.8642578,1.8823242
+ c0.8027344,0.8110352,0.3818359,1.824707-0.0986328,2.309082l-4.7705078,4.8188477
+ C5.9428711,14.2402344,2.9907227,14.5615234,1.7172852,13.2744141L1.7172852,13.2744141z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Bookmarks</title>
+ <desc>Bookmarks Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconBookmarks">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M6.8642578,8.8500977l1.2719727,2.0336914L5.3193359,9.9052734
+ l-0.3530273,2.9628906C4.9672852,12.8662109,1,6.5268555,1,6.5268555V2.9995117l0.9663086,0.4702148L2.3032227,4.171875
+ C1.9189453,4.1118164,1.5488281,4.3500977,1.4604492,4.7333984c-0.0922852,0.402832,0.1586914,0.8041992,0.5610352,0.8964844
+ C2.3500977,5.7055664,2.6694336,5.5444336,2.8286133,5.265625l0.7080078,1.4736328
+ C3.5366211,6.7392578,5.0947266,7.7275391,6.8642578,8.8500977z M12.390625,11.5400391
+ c0-0.0019531-8.3540039-5.300293-8.3540039-5.300293L2,2h4.6469727L15,7.2988281l-3.8984375,0.4750977L12.390625,11.5400391z
+ M5.4658203,3.3652344C5.34375,2.8271484,4.8149414,2.4921875,4.2851562,2.6162109
+ c-0.53125,0.1235352-0.8608398,0.6611328-0.7387695,1.1987305c0.1225586,0.5385742,0.6513672,0.8740234,1.1811523,0.7495117
+ C5.2573242,4.4404297,5.5878906,3.902832,5.4658203,3.3652344z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M6.8642578,7.8505859l1.2714844,2.0332031L5.3193359,8.90625
+ l-0.3530273,2.9619141C4.9672852,11.8671875,1,5.5273438,1,5.5273438V2l0.9663086,0.4702148l0.3369141,0.7021484
+ C1.9189453,3.1123047,1.5488281,3.3505859,1.4604492,3.7338867c-0.0922852,0.402832,0.1586914,0.8041992,0.5610352,0.8964844
+ c0.3286133,0.0756836,0.6479492-0.0854492,0.8071289-0.3642578l0.7080078,1.4736328
+ C3.5366211,5.7397461,5.0947266,6.7280273,6.8642578,7.8505859z M12.390625,10.5410156
+ c0-0.0019531-8.3540039-5.3007812-8.3540039-5.3007812L2,1.0004883h4.6469727L15,6.2993164l-3.8994141,0.4750977
+ L12.390625,10.5410156z M5.4658203,2.3657227C5.34375,1.8276367,4.8149414,1.4926758,4.2851562,1.6166992
+ c-0.53125,0.1235352-0.8608398,0.6611328-0.7387695,1.1987305c0.1225586,0.5385742,0.6513672,0.8740234,1.1811523,0.7495117
+ C5.2573242,3.440918,5.5878906,2.9033203,5.4658203,2.3657227z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Bookmarks</title>
+ <desc>Bookmarks Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconBookmarks">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M6.8642578,8.8500977l1.2719727,2.0336914L5.3193359,9.9052734
+ l-0.3530273,2.9628906C4.9672852,12.8662109,1,6.5268555,1,6.5268555V2.9995117l0.9663086,0.4702148L2.3032227,4.171875
+ C1.9189453,4.1118164,1.5488281,4.3500977,1.4604492,4.7333984c-0.0922852,0.402832,0.1586914,0.8041992,0.5610352,0.8964844
+ C2.3500977,5.7055664,2.6694336,5.5444336,2.8286133,5.265625l0.7080078,1.4736328
+ C3.5366211,6.7392578,5.0947266,7.7275391,6.8642578,8.8500977z M12.390625,11.5400391
+ c0-0.0019531-8.3540039-5.300293-8.3540039-5.300293L2,2h4.6469727L15,7.2988281l-3.8984375,0.4750977L12.390625,11.5400391z
+ M5.4658203,3.3652344C5.34375,2.8271484,4.8149414,2.4921875,4.2851562,2.6162109
+ c-0.53125,0.1235352-0.8608398,0.6611328-0.7387695,1.1987305c0.1225586,0.5385742,0.6513672,0.8740234,1.1811523,0.7495117
+ C5.2573242,4.4404297,5.5878906,3.902832,5.4658203,3.3652344z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M6.8642578,7.8505859l1.2714844,2.0332031L5.3193359,8.90625
+ l-0.3530273,2.9619141C4.9672852,11.8671875,1,5.5273438,1,5.5273438V2l0.9663086,0.4702148l0.3369141,0.7021484
+ C1.9189453,3.1123047,1.5488281,3.3505859,1.4604492,3.7338867c-0.0922852,0.402832,0.1586914,0.8041992,0.5610352,0.8964844
+ c0.3286133,0.0756836,0.6479492-0.0854492,0.8071289-0.3642578l0.7080078,1.4736328
+ C3.5366211,5.7397461,5.0947266,6.7280273,6.8642578,7.8505859z M12.390625,10.5410156
+ c0-0.0019531-8.3540039-5.3007812-8.3540039-5.3007812L2,1.0004883h4.6469727L15,6.2993164l-3.8994141,0.4750977
+ L12.390625,10.5410156z M5.4658203,2.3657227C5.34375,1.8276367,4.8149414,1.4926758,4.2851562,1.6166992
+ c-0.53125,0.1235352-0.8608398,0.6611328-0.7387695,1.1987305c0.1225586,0.5385742,0.6513672,0.8740234,1.1811523,0.7495117
+ C5.2573242,3.440918,5.5878906,2.9033203,5.4658203,2.3657227z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>BBCode</title>
+ <desc>BBCode Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconBBCode">
+ <path class="Lower1" d="M1,8l6-6v2L3,8l4,4v2L1,8z M9,2v2l4,4l-4,4v2l6-6L9,2z"/>
+ <path class="Upper1" d="M1,7l6-6v2L3,7l4,4v2L1,7z M9,1v2l4,4l-4,4v2l6-6L9,1z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>BBCode</title>
+ <desc>BBCode Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconBBCode">
+ <path class="Lower1" d="M1,8l6-6v2L3,8l4,4v2L1,8z M9,2v2l4,4l-4,4v2l6-6L9,2z"/>
+ <path class="Upper1" d="M1,7l6-6v2L3,7l4,4v2L1,7z M9,1v2l4,4l-4,4v2l6-6L9,1z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Camera</title>
+ <desc>Camera Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCamera">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.4990234,5.9995117
+ c-2.2084961,0-4,1.7915039-4,4.0004883s1.7915039,4,4,4C9.7089844,14,11.5,12.2089844,11.5,10
+ S9.7089844,5.9995117,7.4990234,5.9995117z M7.5,13c-1.65625,0-3-1.3417969-3-3c0-1.65625,1.34375-3,3-3s3,1.34375,3,3
+ C10.5,11.6582031,9.15625,13,7.5,13z M13,6h-2c-0.5498047,0-1-0.5874023-1-1c0-0.5415039-0.4501953-1-1-1H6
+ C5.4501953,4,5,4.4165039,5,5c0,0.4125977-0.4501953,1-1,1H3V5.5H2V6C1.4501953,6,1,6.4501953,1,7v6c0,0.5498047,0.4501953,1,1,1
+ h11c0.5498047,0,1-0.4501953,1-1V7C14,6.4501953,13.5498047,6,13,6z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.4990234,4.9995117
+ c-2.2084961,0-4,1.7915039-4,4.0004883s1.7915039,4,4,4C9.7089844,13,11.5,11.2089844,11.5,9
+ S9.7089844,4.9995117,7.4990234,4.9995117z M7.5,12c-1.65625,0-3-1.3417969-3-3c0-1.65625,1.34375-3,3-3s3,1.34375,3,3
+ C10.5,10.6582031,9.15625,12,7.5,12z M13,5h-2c-0.5498047,0-1-0.5874023-1-1c0-0.5415039-0.4501953-1-1-1H6
+ C5.4501953,3,5,3.4165039,5,4c0,0.4125977-0.4501953,1-1,1H3V4.5H2V5C1.4501953,5,1,5.4501953,1,6v6c0,0.5498047,0.4501953,1,1,1
+ h11c0.5498047,0,1-0.4501953,1-1V6C14,5.4501953,13.5498047,5,13,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Camera</title>
+ <desc>Camera Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCamera">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.4990234,5.9995117
+ c-2.2084961,0-4,1.7915039-4,4.0004883s1.7915039,4,4,4C9.7089844,14,11.5,12.2089844,11.5,10
+ S9.7089844,5.9995117,7.4990234,5.9995117z M7.5,13c-1.65625,0-3-1.3417969-3-3c0-1.65625,1.34375-3,3-3s3,1.34375,3,3
+ C10.5,11.6582031,9.15625,13,7.5,13z M13,6h-2c-0.5498047,0-1-0.5874023-1-1c0-0.5415039-0.4501953-1-1-1H6
+ C5.4501953,4,5,4.4165039,5,5c0,0.4125977-0.4501953,1-1,1H3V5.5H2V6C1.4501953,6,1,6.4501953,1,7v6c0,0.5498047,0.4501953,1,1,1
+ h11c0.5498047,0,1-0.4501953,1-1V7C14,6.4501953,13.5498047,6,13,6z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.4990234,4.9995117
+ c-2.2084961,0-4,1.7915039-4,4.0004883s1.7915039,4,4,4C9.7089844,13,11.5,11.2089844,11.5,9
+ S9.7089844,4.9995117,7.4990234,4.9995117z M7.5,12c-1.65625,0-3-1.3417969-3-3c0-1.65625,1.34375-3,3-3s3,1.34375,3,3
+ C10.5,10.6582031,9.15625,12,7.5,12z M13,5h-2c-0.5498047,0-1-0.5874023-1-1c0-0.5415039-0.4501953-1-1-1H6
+ C5.4501953,3,5,3.4165039,5,4c0,0.4125977-0.4501953,1-1,1H3V4.5H2V5C1.4501953,5,1,5.4501953,1,6v6c0,0.5498047,0.4501953,1,1,1
+ h11c0.5498047,0,1-0.4501953,1-1V6C14,5.4501953,13.5498047,5,13,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Poll</title>
+ <desc>Poll Icon (tilt)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2012 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPoll">
+ <g class="Lower1">
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.5,14C5.7749023,14,6,13.7753906,6,13.5v-2
+ C6,11.2246094,5.7749023,11,5.5,11h-4C1.2250977,11,1,11.2246094,1,11.5v2C1,13.7753906,1.2250977,14,1.5,14H5.5z M1.5,6
+ C1.2250977,6,1,5.7749023,1,5.5v-2C1,3.2250977,1.2250977,3,1.5,3h12C13.7753906,3,14,3.2250977,14,3.5v2
+ C14,5.7749023,13.7753906,6,13.5,6H1.5z M10,9.5C10,9.7753906,9.7753906,10,9.5,10h-8C1.2250977,10,1,9.7753906,1,9.5v-2
+ C1,7.2250977,1.2250977,7,1.5,7h8C9.7753906,7,10,7.2250977,10,7.5V9.5z"/>
+ </g>
+ <g class="Upper1">
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.4995117,13c0.2749023,0,0.5-0.2246094,0.5-0.5v-2
+ c0-0.2753906-0.2250977-0.5-0.5-0.5H1.5C1.2250977,10,1,10.2246094,1,10.5v2C1,12.7753906,1.2250977,13,1.5,13H5.4995117z
+ M1.5009766,5c-0.2749023,0-0.5-0.2250977-0.5-0.5v-2c0-0.2749023,0.2250977-0.5,0.5-0.5H13.5C13.7753906,2,14,2.2250977,14,2.5v2
+ C14,4.7749023,13.7753906,5,13.5,5H1.5009766z M9.9990234,8.5c0,0.2749023-0.2246094,0.5-0.5,0.5H1.5
+ C1.2250977,9,1,8.7749023,1,8.5v-2C1,6.2250977,1.2250977,6,1.5,6h7.9990234c0.2753906,0,0.5,0.2250977,0.5,0.5V8.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Poll</title>
+ <desc>Poll Icon (tilt)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2012 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPoll">
+ <g class="Lower1">
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.5,14C5.7749023,14,6,13.7753906,6,13.5v-2
+ C6,11.2246094,5.7749023,11,5.5,11h-4C1.2250977,11,1,11.2246094,1,11.5v2C1,13.7753906,1.2250977,14,1.5,14H5.5z M1.5,6
+ C1.2250977,6,1,5.7749023,1,5.5v-2C1,3.2250977,1.2250977,3,1.5,3h12C13.7753906,3,14,3.2250977,14,3.5v2
+ C14,5.7749023,13.7753906,6,13.5,6H1.5z M10,9.5C10,9.7753906,9.7753906,10,9.5,10h-8C1.2250977,10,1,9.7753906,1,9.5v-2
+ C1,7.2250977,1.2250977,7,1.5,7h8C9.7753906,7,10,7.2250977,10,7.5V9.5z"/>
+ </g>
+ <g class="Upper1">
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.4995117,13c0.2749023,0,0.5-0.2246094,0.5-0.5v-2
+ c0-0.2753906-0.2250977-0.5-0.5-0.5H1.5C1.2250977,10,1,10.2246094,1,10.5v2C1,12.7753906,1.2250977,13,1.5,13H5.4995117z
+ M1.5009766,5c-0.2749023,0-0.5-0.2250977-0.5-0.5v-2c0-0.2749023,0.2250977-0.5,0.5-0.5H13.5C13.7753906,2,14,2.2250977,14,2.5v2
+ C14,4.7749023,13.7753906,5,13.5,5H1.5009766z M9.9990234,8.5c0,0.2749023-0.2246094,0.5-0.5,0.5H1.5
+ C1.2250977,9,1,8.7749023,1,8.5v-2C1,6.2250977,1.2250977,6,1.5,6h7.9990234c0.2753906,0,0.5,0.2250977,0.5,0.5V8.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Statistics</title>
+ <desc>Statistics Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStatistics">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M1,10.5C1,10.2246094,1.2250977,10,1.5,10h2
+ C3.7749023,10,4,10.2246094,4,10.5v4C4,14.7753906,3.7749023,15,3.5,15h-2C1.2250977,15,1,14.7753906,1,14.5V10.5z M5,14.5
+ C5,14.7753906,5.2250977,15,5.5,15h2C7.7749023,15,8,14.7753906,8,14.5v-12C8,2.2250977,7.7749023,2,7.5,2h-2
+ C5.2250977,2,5,2.2250977,5,2.5V14.5z M9.5,6C9.2246094,6,9,6.2250977,9,6.5v8C9,14.7753906,9.2246094,15,9.5,15h2
+ c0.2753906,0,0.5-0.2246094,0.5-0.5v-8C12,6.2250977,11.7753906,6,11.5,6H9.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M1,9.5C1,9.2246094,1.2250977,9,1.5,9h2
+ C3.7749023,9,4,9.2246094,4,9.5v4C4,13.7753906,3.7749023,14,3.5,14h-2C1.2250977,14,1,13.7753906,1,13.5V9.5z M5,13.5
+ C5,13.7753906,5.2250977,14,5.5,14h2C7.7749023,14,8,13.7753906,8,13.5v-12C8,1.2250977,7.7749023,1,7.5,1h-2
+ C5.2250977,1,5,1.2250977,5,1.5V13.5z M9.5,5C9.2246094,5,9,5.2250977,9,5.5v8C9,13.7753906,9.2246094,14,9.5,14h2
+ c0.2753906,0,0.5-0.2246094,0.5-0.5v-8C12,5.2250977,11.7753906,5,11.5,5H9.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Statistics</title>
+ <desc>Statistics Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStatistics">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,10.5C1,10.2246094,1.2250977,10,1.5,10h2
+ C3.7749023,10,4,10.2246094,4,10.5v4C4,14.7753906,3.7749023,15,3.5,15h-2C1.2250977,15,1,14.7753906,1,14.5V10.5z M5,14.5
+ C5,14.7753906,5.2250977,15,5.5,15h2C7.7749023,15,8,14.7753906,8,14.5v-12C8,2.2250977,7.7749023,2,7.5,2h-2
+ C5.2250977,2,5,2.2250977,5,2.5V14.5z M9.5,6C9.2246094,6,9,6.2250977,9,6.5v8C9,14.7753906,9.2246094,15,9.5,15h2
+ c0.2753906,0,0.5-0.2246094,0.5-0.5v-8C12,6.2250977,11.7753906,6,11.5,6H9.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,9.5C1,9.2246094,1.2250977,9,1.5,9h2
+ C3.7749023,9,4,9.2246094,4,9.5v4C4,13.7753906,3.7749023,14,3.5,14h-2C1.2250977,14,1,13.7753906,1,13.5V9.5z M5,13.5
+ C5,13.7753906,5.2250977,14,5.5,14h2C7.7749023,14,8,13.7753906,8,13.5v-12C8,1.2250977,7.7749023,1,7.5,1h-2
+ C5.2250977,1,5,1.2250977,5,1.5V13.5z M9.5,5C9.2246094,5,9,5.2250977,9,5.5v8C9,13.7753906,9.2246094,14,9.5,14h2
+ c0.2753906,0,0.5-0.2246094,0.5-0.5v-8C12,5.2250977,11.7753906,5,11.5,5H9.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Check</title>
+ <desc>Check Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCheck">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.4794922,2.2192383L6.4145508,14.9335938
+ C6.3901367,14.9736328,6.3457031,14.9970703,6.2998047,15H6.2944336c-0.0454102,0-0.0883789-0.0224609-0.1142578-0.0546875
+ L1.0297852,8.2504883C0.9975586,8.2075195,0.9897461,8.1489258,1.0151367,8.1010742
+ c0.0244141-0.0483398,0.074707-0.0932617,0.1289062-0.0932617h2.4731445l2.2768555,3.0917969l5.4711914-9.012207
+ C11.390625,2.0458984,11.4375,2,11.4863281,2h2.8710938l0,0c0.0507812,0,0.0996094,0.027832,0.125,0.0742188
+ C14.5078125,2.1186523,14.5048828,2.175293,14.4794922,2.2192383z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.4794922,1.2192383L6.4145508,13.9335938
+ C6.3901367,13.9736328,6.3457031,13.9970703,6.2998047,14H6.2944336c-0.0454102,0-0.0883789-0.0224609-0.1142578-0.0546875
+ L1.0297852,7.2504883C0.9975586,7.2075195,0.9897461,7.1489258,1.0151367,7.1010742
+ c0.0244141-0.0483398,0.074707-0.0932617,0.1289062-0.0932617h2.4731445l2.2768555,3.0917969l5.4711914-9.012207
+ C11.390625,1.0458984,11.4375,1,11.4863281,1h2.8710938l0,0c0.0507812,0,0.0996094,0.027832,0.125,0.0742188
+ C14.5078125,1.1186523,14.5048828,1.175293,14.4794922,1.2192383z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Check</title>
+ <desc>Check Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCheck">
+ <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.4794922,2.2192383L6.4145508,14.9335938
+ C6.3901367,14.9736328,6.3457031,14.9970703,6.2998047,15H6.2944336c-0.0454102,0-0.0883789-0.0224609-0.1142578-0.0546875
+ L1.0297852,8.2504883C0.9975586,8.2075195,0.9897461,8.1489258,1.0151367,8.1010742
+ c0.0244141-0.0483398,0.074707-0.0932617,0.1289062-0.0932617h2.4731445l2.2768555,3.0917969l5.4711914-9.012207
+ C11.390625,2.0458984,11.4375,2,11.4863281,2h2.8710938l0,0c0.0507812,0,0.0996094,0.027832,0.125,0.0742188
+ C14.5078125,2.1186523,14.5048828,2.175293,14.4794922,2.2192383z"/>
+ <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.4794922,1.2192383L6.4145508,13.9335938
+ C6.3901367,13.9736328,6.3457031,13.9970703,6.2998047,14H6.2944336c-0.0454102,0-0.0883789-0.0224609-0.1142578-0.0546875
+ L1.0297852,7.2504883C0.9975586,7.2075195,0.9897461,7.1489258,1.0151367,7.1010742
+ c0.0244141-0.0483398,0.074707-0.0932617,0.1289062-0.0932617h2.4731445l2.2768555,3.0917969l5.4711914-9.012207
+ C11.390625,1.0458984,11.4375,1,11.4863281,1h2.8710938l0,0c0.0507812,0,0.0996094,0.027832,0.125,0.0742188
+ C14.5078125,1.1186523,14.5048828,1.175293,14.4794922,1.2192383z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Bottom</title>
+ <desc>To Bottom Of Page Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToBottom">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,15C3.909668,15,1,12.0908203,1,8.5
+ c0-3.0673828,2.1411133-5.6367188,5-6.3193359V9H3.5l4,5l4-5.0004883L9,9V2.1806641C11.8652344,2.859375,14,5.4277344,14,8.5
+ C14,12.0908203,11.0898438,15,7.5,15z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,14C3.909668,14,1,11.0908203,1,7.5
+ c0-3.0673828,2.1411133-5.6367188,5-6.3193359V8H3.5l4,5l4-5.0004883L9,8V1.1806641C11.8652344,1.859375,14,4.4277344,14,7.5
+ C14,11.0908203,11.0898438,14,7.5,14z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Bottom</title>
+ <desc>To Bottom Of Page Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToBottom">
+ <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,15C3.909668,15,1,12.0908203,1,8.5
+ c0-3.0673828,2.1411133-5.6367188,5-6.3193359V9H3.5l4,5l4-5.0004883L9,9V2.1806641C11.8652344,2.859375,14,5.4277344,14,8.5
+ C14,12.0908203,11.0898438,15,7.5,15z"/>
+ <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,14C3.909668,14,1,11.0908203,1,7.5
+ c0-3.0673828,2.1411133-5.6367188,5-6.3193359V8H3.5l4,5l4-5.0004883L9,8V1.1806641C11.8652344,1.859375,14,4.4277344,14,7.5
+ C14,11.0908203,11.0898438,14,7.5,14z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Left</title>
+ <desc>To The Left Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToLeft">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,8.5C1,4.909668,3.9101562,2,7.5,2
+ c3.0683594,0,5.6367188,2.1411133,6.3203125,5H7V4.5l-5,4l5.0019531,4L7,10h6.8203125C13.140625,12.8652344,10.5722656,15,7.5,15
+ C3.9101562,15,1,12.0898438,1,8.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,7.5C1,3.909668,3.9101562,1,7.5,1
+ c3.0683594,0,5.6367188,2.1411133,6.3203125,5H7V3.5l-5,4l5.0019531,4L7,9h6.8203125C13.140625,11.8652344,10.5722656,14,7.5,14
+ C3.9101562,14,1,11.0898438,1,7.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Left</title>
+ <desc>To The Left Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToLeft">
+ <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,8.5C1,4.909668,3.9101562,2,7.5,2
+ c3.0683594,0,5.6367188,2.1411133,6.3203125,5H7V4.5l-5,4l5.0019531,4L7,10h6.8203125C13.140625,12.8652344,10.5722656,15,7.5,15
+ C3.9101562,15,1,12.0898438,1,8.5z"/>
+ <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,7.5C1,3.909668,3.9101562,1,7.5,1
+ c3.0683594,0,5.6367188,2.1411133,6.3203125,5H7V3.5l-5,4l5.0019531,4L7,9h6.8203125C13.140625,11.8652344,10.5722656,14,7.5,14
+ C3.9101562,14,1,11.0898438,1,7.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Right</title>
+ <desc>To The Right Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToRight">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,8.5C14,4.909668,11.0898438,2,7.4995117,2
+ C4.4321289,2,1.862793,4.1411133,1.1801758,7h6.8203125L7.9995117,4.5L13,8.5l-5.0014648,4L7.9995117,10H1.1801758
+ c0.6787109,2.8652344,3.2470703,5,6.3193359,5C11.0898438,15,14,12.0898438,14,8.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,7.5C14,3.909668,11.0898438,1,7.4995117,1
+ C4.4321289,1,1.862793,3.1411133,1.1801758,6h6.8203125L7.9995117,3.5L13,7.5l-5.0014648,4L7.9995117,9H1.1801758
+ c0.6787109,2.8652344,3.2470703,5,6.3193359,5C11.0898438,14,14,11.0898438,14,7.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Right</title>
+ <desc>To The Right Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToRight">
+ <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,8.5C14,4.909668,11.0898438,2,7.4995117,2
+ C4.4321289,2,1.862793,4.1411133,1.1801758,7h6.8203125L7.9995117,4.5L13,8.5l-5.0014648,4L7.9995117,10H1.1801758
+ c0.6787109,2.8652344,3.2470703,5,6.3193359,5C11.0898438,15,14,12.0898438,14,8.5z"/>
+ <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,7.5C14,3.909668,11.0898438,1,7.4995117,1
+ C4.4321289,1,1.862793,3.1411133,1.1801758,6h6.8203125L7.9995117,3.5L13,7.5l-5.0014648,4L7.9995117,9H1.1801758
+ c0.6787109,2.8652344,3.2470703,5,6.3193359,5C11.0898438,14,14,11.0898438,14,7.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Top</title>
+ <desc>Arrow To Top Of Page Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToTop">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ c0,3.0673828,2.1411133,5.6367188,5,6.3193359V7.9995117L3.5,8l4-5l4,5.0004883L9,8v6.8193359
+ C11.8652344,14.140625,14,11.5722656,14,8.5C14,4.909668,11.0898438,2,7.5,2z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ c0,3.0673828,2.1411133,5.6367188,5,6.3193359V6.9995117L3.5,7l4-5l4,5.0004883L9,7v6.8193359
+ C11.8652344,13.140625,14,10.5722656,14,7.5C14,3.909668,11.0898438,1,7.5,1z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>To Top</title>
+ <desc>Arrow To Top Of Page Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconToTop">
+ <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ c0,3.0673828,2.1411133,5.6367188,5,6.3193359V7.9995117L3.5,8l4-5l4,5.0004883L9,8v6.8193359
+ C11.8652344,14.140625,14,11.5722656,14,8.5C14,4.909668,11.0898438,2,7.5,2z"/>
+ <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ c0,3.0673828,2.1411133,5.6367188,5,6.3193359V6.9995117L3.5,7l4-5l4,5.0004883L9,7v6.8193359
+ C11.8652344,13.140625,14,10.5722656,14,7.5C14,3.909668,11.0898438,1,7.5,1z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Threadstarter</title>
+ <desc>Threadstarter Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconThreadstarter">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M10.3837891,12.46875
+ L7.5,10.3740234L4.6166992,12.46875l1.1010742-3.3896484L2.8344727,6.9838867h3.5639648L7.5,3.5942383l1.1015625,3.3896484
+ h3.5644531L9.2822266,9.0791016L10.3837891,12.46875z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M10.3837891,11.46875
+ L7.5,9.3740234L4.6166992,11.46875l1.1010742-3.3896484L2.8344727,5.9838867h3.5639648L7.5,2.5942383l1.1015625,3.3896484
+ h3.5644531L9.2822266,8.0791016L10.3837891,11.46875z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Threadstarter</title>
+ <desc>Threadstarter Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconThreadstarter">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M10.3837891,12.46875
+ L7.5,10.3740234L4.6166992,12.46875l1.1010742-3.3896484L2.8344727,6.9838867h3.5639648L7.5,3.5942383l1.1015625,3.3896484
+ h3.5644531L9.2822266,9.0791016L10.3837891,12.46875z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M10.3837891,11.46875
+ L7.5,9.3740234L4.6166992,11.46875l1.1010742-3.3896484L2.8344727,5.9838867h3.5639648L7.5,2.5942383l1.1015625,3.3896484
+ h3.5644531L9.2822266,8.0791016L10.3837891,11.46875z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Time</title>
+ <desc>Time Icon (outlined)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTime">
+ <g class="Lower1">
+ <path id="Face2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,8.5004883
+ c0,2.8452148,2.3071289,5.1518555,5.152832,5.1518555c2.8447266,0,5.1523438-2.3066406,5.1523438-5.1518555
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6542969,3.347168,2.347168,5.6538086,2.347168,8.5004883z M1,8.5004883
+ c0-3.590332,2.909668-6.5,6.5-6.5c3.5898438,0,6.5,2.909668,6.5,6.5C14,12.0898438,11.0898438,15,7.5,15
+ C3.909668,15,1,12.0898438,1,8.5004883z"/>
+ <path id="Hands2" d="M10.5527344,8H8V2.5483398c0-0.3012695-0.2250977-0.5478516-0.5-0.5478516
+ S7,2.2470703,7,2.5483398v5.8901367v0.0136719v0.109375C7,8.8027344,7.2011719,9,7.4472656,9h3.1054688
+ C10.7988281,9,11,8.8027344,11,8.5615234V8.4384766C11,8.1972656,10.7988281,8,10.5527344,8z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Face1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,7.5004883
+ c0,2.8452148,2.3071289,5.1518555,5.152832,5.1518555c2.8447266,0,5.1523438-2.3066406,5.1523438-5.1518555
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6542969,2.347168,2.347168,4.6538086,2.347168,7.5004883z M1,7.5004883
+ c0-3.590332,2.909668-6.5,6.5-6.5c3.5898438,0,6.5,2.909668,6.5,6.5C14,11.0898438,11.0898438,14,7.5,14
+ C3.909668,14,1,11.0898438,1,7.5004883z"/>
+ <path id="Hands1" d="M10.5527344,7H8V1.5483398c0-0.3012695-0.2250977-0.5478516-0.5-0.5478516
+ S7,1.2470703,7,1.5483398v5.8901367v0.0136719v0.109375C7,7.8027344,7.2011719,8,7.4472656,8h3.1054688
+ C10.7988281,8,11,7.8027344,11,7.5615234V7.4384766C11,7.1972656,10.7988281,7,10.5527344,7z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Time</title>
+ <desc>Time Icon (outlined)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTime">
+ <g class="Lower">
+ <path id="Face2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,8.5004883
+ c0,2.8452148,2.3071289,5.1518555,5.152832,5.1518555c2.8447266,0,5.1523438-2.3066406,5.1523438-5.1518555
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6542969,3.347168,2.347168,5.6538086,2.347168,8.5004883z M1,8.5004883
+ c0-3.590332,2.909668-6.5,6.5-6.5c3.5898438,0,6.5,2.909668,6.5,6.5C14,12.0898438,11.0898438,15,7.5,15
+ C3.909668,15,1,12.0898438,1,8.5004883z"/>
+ <path id="Hands2" d="M10.5527344,8H8V2.5483398c0-0.3012695-0.2250977-0.5478516-0.5-0.5478516
+ S7,2.2470703,7,2.5483398v5.8901367v0.0136719v0.109375C7,8.8027344,7.2011719,9,7.4472656,9h3.1054688
+ C10.7988281,9,11,8.8027344,11,8.5615234V8.4384766C11,8.1972656,10.7988281,8,10.5527344,8z"/>
+ </g>
+ <g class="Upper">
+ <path id="Face1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,7.5004883
+ c0,2.8452148,2.3071289,5.1518555,5.152832,5.1518555c2.8447266,0,5.1523438-2.3066406,5.1523438-5.1518555
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6542969,2.347168,2.347168,4.6538086,2.347168,7.5004883z M1,7.5004883
+ c0-3.590332,2.909668-6.5,6.5-6.5c3.5898438,0,6.5,2.909668,6.5,6.5C14,11.0898438,11.0898438,14,7.5,14
+ C3.909668,14,1,11.0898438,1,7.5004883z"/>
+ <path id="Hands1" d="M10.5527344,7H8V1.5483398c0-0.3012695-0.2250977-0.5478516-0.5-0.5478516
+ S7,1.2470703,7,1.5483398v5.8901367v0.0136719v0.109375C7,7.8027344,7.2011719,8,7.4472656,8h3.1054688
+ C10.7988281,8,11,7.8027344,11,7.5615234V7.4384766C11,7.1972656,10.7988281,7,10.5527344,7z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Cloud</title>
+ <desc>Cloud Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCloud">
+ <path class="Lower1" d="M9.3232422,4.0004883c-1.2280273,0-2.4589844,0.5708008-3.1201172,1.8120117
+ C5.8120117,5.6884766,5.3847656,5.5810547,4.9663086,5.5810547c-0.2988281,0-0.5927734,0.0546875-0.8657227,0.1967773
+ c-0.6386719,0.3017578-0.7270508,1.0097656-0.9375,1.5864258C1.4941406,8.0654297,0.237793,10.1875,1.5395508,11.796875
+ c0.8017578,0.9892578,2.0693359,1.1416016,3.8295898,1.1416016c0.7802734,0,1.6572266-0.0302734,2.6333008-0.0302734
+ c1.1108398,0,2.3461914,0.0908203,3.362793,0.0908203c0.6865234,0,1.2734375-0.0410156,1.6533203-0.1806641
+ c1.6835938-0.6210938,2.6308594-2.3828125,1.4658203-4.1347656c-0.3232422-0.6699219-1.1582031-0.7856445-1.5888672-1.3359375
+ C12.9033203,5.21875,11.1162109,4.0004883,9.3232422,4.0004883L9.3232422,4.0004883z"/>
+ <path class="Upper1" d="M9.3232422,3C8.0952148,3,6.8642578,3.5708008,6.203125,4.8120117
+ C5.8120117,4.6879883,5.3847656,4.5805664,4.9663086,4.5805664c-0.2988281,0-0.5927734,0.0546875-0.8657227,0.1967773
+ c-0.6386719,0.3017578-0.7270508,1.0097656-0.9375,1.5864258c-1.6689453,0.7011719-2.925293,2.8227539-1.6235352,4.4321289
+ c0.8017578,0.9902344,2.0698242,1.1425781,3.8305664,1.1425781c0.7802734,0,1.65625-0.0302734,2.6323242-0.0302734
+ c1.1108398,0,2.3461914,0.0908203,3.362793,0.0908203c0.6865234,0,1.2734375-0.0410156,1.6533203-0.1806641
+ c1.6835938-0.6210938,2.6308594-2.3837891,1.4658203-4.1352539c-0.3232422-0.6699219-1.1582031-0.7856445-1.5888672-1.3359375
+ C12.9033203,4.2182617,11.1162109,3,9.3232422,3L9.3232422,3z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Cloud</title>
+ <desc>Cloud Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconCloud">
+ <path class="Lower1" d="M9.3232422,4.0004883c-1.2280273,0-2.4589844,0.5708008-3.1201172,1.8120117
+ C5.8120117,5.6884766,5.3847656,5.5810547,4.9663086,5.5810547c-0.2988281,0-0.5927734,0.0546875-0.8657227,0.1967773
+ c-0.6386719,0.3017578-0.7270508,1.0097656-0.9375,1.5864258C1.4941406,8.0654297,0.237793,10.1875,1.5395508,11.796875
+ c0.8017578,0.9892578,2.0693359,1.1416016,3.8295898,1.1416016c0.7802734,0,1.6572266-0.0302734,2.6333008-0.0302734
+ c1.1108398,0,2.3461914,0.0908203,3.362793,0.0908203c0.6865234,0,1.2734375-0.0410156,1.6533203-0.1806641
+ c1.6835938-0.6210938,2.6308594-2.3828125,1.4658203-4.1347656c-0.3232422-0.6699219-1.1582031-0.7856445-1.5888672-1.3359375
+ C12.9033203,5.21875,11.1162109,4.0004883,9.3232422,4.0004883L9.3232422,4.0004883z"/>
+ <path class="Upper1" d="M9.3232422,3C8.0952148,3,6.8642578,3.5708008,6.203125,4.8120117
+ C5.8120117,4.6879883,5.3847656,4.5805664,4.9663086,4.5805664c-0.2988281,0-0.5927734,0.0546875-0.8657227,0.1967773
+ c-0.6386719,0.3017578-0.7270508,1.0097656-0.9375,1.5864258c-1.6689453,0.7011719-2.925293,2.8227539-1.6235352,4.4321289
+ c0.8017578,0.9902344,2.0698242,1.1425781,3.8305664,1.1425781c0.7802734,0,1.65625-0.0302734,2.6323242-0.0302734
+ c1.1108398,0,2.3461914,0.0908203,3.362793,0.0908203c0.6865234,0,1.2734375-0.0410156,1.6533203-0.1806641
+ c1.6835938-0.6210938,2.6308594-2.3837891,1.4658203-4.1352539c-0.3232422-0.6699219-1.1582031-0.7856445-1.5888672-1.3359375
+ C12.9033203,4.2182617,11.1162109,3,9.3232422,3L9.3232422,3z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Quote</title>
+ <desc>Quote Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconQuote">
+ <path class="Lower1" d="M8,2C4.1337891,2,1,4.4848633,1,7.5507812
+ c0,1.2231445,0.5004883,2.3535156,1.3461914,3.2705078L1.0454102,14L5.5,12.6796875
+ c0.578125,0.125,2.2792969,0.3837891,2.925293,0.4003906c0.0732422,0.0019531,0.1464844,0.0029297,0.21875,0.0029297
+ C12.3916016,13.0830078,15,10.5576172,15,7.5507812C15,4.4848633,11.8662109,2,8,2z M11.9375,10h-7.875
+ C3.753418,10,3.5,9.7753906,3.5,9.5S3.753418,9,4.0625,9h7.875C12.2470703,9,12.5,9.2246094,12.5,9.5S12.2470703,10,11.9375,10z
+ M11.9375,8h-7.875C3.753418,8,3.5,7.7749023,3.5,7.5S3.753418,7,4.0625,7h7.875C12.2470703,7,12.5,7.2250977,12.5,7.5
+ S12.2470703,8,11.9375,8z M11.9375,6h-7.875C3.753418,6,3.5,5.7749023,3.5,5.5S3.753418,5,4.0625,5h7.875
+ C12.2470703,5,12.5,5.2250977,12.5,5.5S12.2470703,6,11.9375,6z"/>
+ <path class="Upper1" d="M8,1C4.1337891,1,1,3.4848633,1,6.5507812
+ c0,1.2231445,0.5004883,2.3535156,1.3461914,3.2705078L1.0454102,13L5.5,11.6796875
+ c0.578125,0.125,2.2792969,0.3837891,2.925293,0.4003906c0.0732422,0.0019531,0.1464844,0.0029297,0.21875,0.0029297
+ C12.3916016,12.0830078,15,9.5576172,15,6.5507812C15,3.4848633,11.8662109,1,8,1z M11.9375,9h-7.875
+ C3.753418,9,3.5,8.7749023,3.5,8.5S3.753418,8,4.0625,8h7.875C12.2470703,8,12.5,8.2250977,12.5,8.5S12.2470703,9,11.9375,9z
+ M11.9375,7h-7.875C3.753418,7,3.5,6.7749023,3.5,6.5S3.753418,6,4.0625,6h7.875C12.2470703,6,12.5,6.2250977,12.5,6.5
+ S12.2470703,7,11.9375,7z M11.9375,5h-7.875C3.753418,5,3.5,4.7749023,3.5,4.5S3.753418,4,4.0625,4h7.875
+ C12.2470703,4,12.5,4.2250977,12.5,4.5S12.2470703,5,11.9375,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Quote</title>
+ <desc>Quote Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconQuote">
+ <path class="Lower1" d="M8,2C4.1337891,2,1,4.4848633,1,7.5507812
+ c0,1.2231445,0.5004883,2.3535156,1.3461914,3.2705078L1.0454102,14L5.5,12.6796875
+ c0.578125,0.125,2.2792969,0.3837891,2.925293,0.4003906c0.0732422,0.0019531,0.1464844,0.0029297,0.21875,0.0029297
+ C12.3916016,13.0830078,15,10.5576172,15,7.5507812C15,4.4848633,11.8662109,2,8,2z M11.9375,10h-7.875
+ C3.753418,10,3.5,9.7753906,3.5,9.5S3.753418,9,4.0625,9h7.875C12.2470703,9,12.5,9.2246094,12.5,9.5S12.2470703,10,11.9375,10z
+ M11.9375,8h-7.875C3.753418,8,3.5,7.7749023,3.5,7.5S3.753418,7,4.0625,7h7.875C12.2470703,7,12.5,7.2250977,12.5,7.5
+ S12.2470703,8,11.9375,8z M11.9375,6h-7.875C3.753418,6,3.5,5.7749023,3.5,5.5S3.753418,5,4.0625,5h7.875
+ C12.2470703,5,12.5,5.2250977,12.5,5.5S12.2470703,6,11.9375,6z"/>
+ <path class="Upper1" d="M8,1C4.1337891,1,1,3.4848633,1,6.5507812
+ c0,1.2231445,0.5004883,2.3535156,1.3461914,3.2705078L1.0454102,13L5.5,11.6796875
+ c0.578125,0.125,2.2792969,0.3837891,2.925293,0.4003906c0.0732422,0.0019531,0.1464844,0.0029297,0.21875,0.0029297
+ C12.3916016,12.0830078,15,9.5576172,15,6.5507812C15,3.4848633,11.8662109,1,8,1z M11.9375,9h-7.875
+ C3.753418,9,3.5,8.7749023,3.5,8.5S3.753418,8,4.0625,8h7.875C12.2470703,8,12.5,8.2250977,12.5,8.5S12.2470703,9,11.9375,9z
+ M11.9375,7h-7.875C3.753418,7,3.5,6.7749023,3.5,6.5S3.753418,6,4.0625,6h7.875C12.2470703,6,12.5,6.2250977,12.5,6.5
+ S12.2470703,7,11.9375,7z M11.9375,5h-7.875C3.753418,5,3.5,4.7749023,3.5,4.5S3.753418,4,4.0625,4h7.875
+ C12.2470703,4,12.5,4.2250977,12.5,4.5S12.2470703,5,11.9375,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Dashboard</title>
+ <desc>Dashboard Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDashboard">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4511719,8.5
+ c0,2.8447266,2.4833984,5.1523438,5.5488281,5.1523438c3.0634766,0,5.5488281-2.3076172,5.5488281-5.1523438
+ c0-2.8466797-2.4853516-5.1533203-5.5488281-5.1533203C4.9345703,3.3466797,2.4511719,5.6533203,2.4511719,8.5z M1,8.5
+ C1,4.909668,4.1337891,2,8,2s7,2.909668,7,6.5c0,3.5888672-3.1337891,6.5-7,6.5S1,12.0888672,1,8.5z"/>
+ <ellipse id="Mask2" style="fill-rule: evenodd; clip-rule: evenodd;" cx="7.9997559" cy="13" rx="3.0002441" ry="2"/>
+ <path id="Hand2" d="M8.4770508,12.8017578l-2.6928711-6
+ c-0.1074219-0.2397461-0.4018555-0.3666992-0.6704102-0.265625C4.9829102,6.5869141,4.8774414,6.6884766,4.8251953,6.8149414
+ C4.7744141,6.9389648,4.7758789,7.0751953,4.8310547,7.1987305l2.6918945,5.9995117C7.6054688,13.3818359,7.7924805,13.5,8,13.5
+ c0.0693359,0,0.1357422-0.0126953,0.1933594-0.0361328c0.1313477-0.0507812,0.2368164-0.1523438,0.2890625-0.2792969
+ C8.5336914,13.0605469,8.5322266,12.9248047,8.4770508,12.8017578z"/>
+ <path id="Points2" d="M8.5385742,4.1499023c0,0.2763672-0.2407227,0.5-0.5385742,0.5
+ s-0.5385742-0.2236328-0.5385742-0.5s0.2407227-0.5,0.5385742-0.5S8.5385742,3.8735352,8.5385742,4.1499023z M5.3081055,4.5
+ C5.0102539,4.5,4.7695312,4.7236328,4.7695312,5s0.2407227,0.5,0.5385742,0.5c0.296875,0,0.5380859-0.2236328,0.5380859-0.5
+ S5.6049805,4.5,5.3081055,4.5z M3.6918945,6.5c-0.296875,0-0.5380859,0.2236328-0.5380859,0.5s0.2412109,0.5,0.5380859,0.5
+ c0.2978516,0,0.5385742-0.2236328,0.5385742-0.5S3.9897461,6.5,3.6918945,6.5z M10.6923828,4.5
+ c-0.2978516,0-0.5390625,0.2236328-0.5390625,0.5s0.2412109,0.5,0.5390625,0.5s0.5380859-0.2236328,0.5380859-0.5
+ S10.9902344,4.5,10.6923828,4.5z M12.3076172,6.5c-0.2978516,0-0.5380859,0.2236328-0.5380859,0.5s0.2402344,0.5,0.5380859,0.5
+ s0.5390625-0.2236328,0.5390625-0.5S12.6054688,6.5,12.3076172,6.5z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4511719,7.5
+ c0,2.8447266,2.4833984,5.1523438,5.5488281,5.1523438c3.0634766,0,5.5488281-2.3076172,5.5488281-5.1523438
+ c0-2.8466797-2.4853516-5.1533203-5.5488281-5.1533203C4.9345703,2.3466797,2.4511719,4.6533203,2.4511719,7.5z M1,7.5
+ C1,3.909668,4.1337891,1,8,1s7,2.909668,7,6.5c0,3.5888672-3.1337891,6.5-7,6.5S1,11.0888672,1,7.5z"/>
+ <ellipse id="Mask1" style="fill-rule: evenodd; clip-rule: evenodd;" cx="7.9997559" cy="12" rx="3.0002441" ry="2"/>
+ <path id="Hand1" d="M8.4770508,11.8017578l-2.6928711-6
+ c-0.1074219-0.2397461-0.4018555-0.3662109-0.6704102-0.265625C4.9829102,5.5869141,4.8774414,5.6884766,4.8251953,5.8149414
+ C4.7744141,5.9389648,4.7758789,6.0751953,4.8310547,6.1987305l2.6918945,5.9995117C7.6054688,12.3818359,7.7924805,12.5,8,12.5
+ c0.0693359,0,0.1357422-0.0126953,0.1933594-0.0361328c0.1313477-0.0507812,0.2368164-0.1523438,0.2890625-0.2792969
+ C8.5336914,12.0605469,8.5322266,11.9248047,8.4770508,11.8017578z"/>
+ <path id="Points1" d="M8.5385742,3.1499023c0,0.2763672-0.2407227,0.5-0.5385742,0.5
+ s-0.5385742-0.2236328-0.5385742-0.5s0.2407227-0.5,0.5385742-0.5S8.5385742,2.8735352,8.5385742,3.1499023z M5.3081055,3.5
+ C5.0102539,3.5,4.7695312,3.7236328,4.7695312,4s0.2407227,0.5,0.5385742,0.5c0.296875,0,0.5380859-0.2236328,0.5380859-0.5
+ S5.6049805,3.5,5.3081055,3.5z M3.6918945,5.5c-0.296875,0-0.5380859,0.2236328-0.5380859,0.5s0.2412109,0.5,0.5380859,0.5
+ c0.2978516,0,0.5385742-0.2236328,0.5385742-0.5S3.9897461,5.5,3.6918945,5.5z M10.6923828,3.5
+ c-0.2978516,0-0.5390625,0.2236328-0.5390625,0.5s0.2412109,0.5,0.5390625,0.5s0.5380859-0.2236328,0.5380859-0.5
+ S10.9902344,3.5,10.6923828,3.5z M12.3076172,5.5c-0.2978516,0-0.5380859,0.2236328-0.5380859,0.5s0.2402344,0.5,0.5380859,0.5
+ s0.5390625-0.2236328,0.5390625-0.5S12.6054688,5.5,12.3076172,5.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Dashboard</title>
+ <desc>Dashboard Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDashboard">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4511719,8.5
+ c0,2.8447266,2.4833984,5.1523438,5.5488281,5.1523438c3.0634766,0,5.5488281-2.3076172,5.5488281-5.1523438
+ c0-2.8466797-2.4853516-5.1533203-5.5488281-5.1533203C4.9345703,3.3466797,2.4511719,5.6533203,2.4511719,8.5z M1,8.5
+ C1,4.909668,4.1337891,2,8,2s7,2.909668,7,6.5c0,3.5888672-3.1337891,6.5-7,6.5S1,12.0888672,1,8.5z"/>
+ <ellipse id="Mask2" style="fill-rule: evenodd; clip-rule: evenodd;" cx="7.9997559" cy="13" rx="3.0002441" ry="2"/>
+ <path id="Hand2" d="M8.4770508,12.8017578l-2.6928711-6
+ c-0.1074219-0.2397461-0.4018555-0.3666992-0.6704102-0.265625C4.9829102,6.5869141,4.8774414,6.6884766,4.8251953,6.8149414
+ C4.7744141,6.9389648,4.7758789,7.0751953,4.8310547,7.1987305l2.6918945,5.9995117C7.6054688,13.3818359,7.7924805,13.5,8,13.5
+ c0.0693359,0,0.1357422-0.0126953,0.1933594-0.0361328c0.1313477-0.0507812,0.2368164-0.1523438,0.2890625-0.2792969
+ C8.5336914,13.0605469,8.5322266,12.9248047,8.4770508,12.8017578z"/>
+ <path id="Points2" d="M8.5385742,4.1499023c0,0.2763672-0.2407227,0.5-0.5385742,0.5
+ s-0.5385742-0.2236328-0.5385742-0.5s0.2407227-0.5,0.5385742-0.5S8.5385742,3.8735352,8.5385742,4.1499023z M5.3081055,4.5
+ C5.0102539,4.5,4.7695312,4.7236328,4.7695312,5s0.2407227,0.5,0.5385742,0.5c0.296875,0,0.5380859-0.2236328,0.5380859-0.5
+ S5.6049805,4.5,5.3081055,4.5z M3.6918945,6.5c-0.296875,0-0.5380859,0.2236328-0.5380859,0.5s0.2412109,0.5,0.5380859,0.5
+ c0.2978516,0,0.5385742-0.2236328,0.5385742-0.5S3.9897461,6.5,3.6918945,6.5z M10.6923828,4.5
+ c-0.2978516,0-0.5390625,0.2236328-0.5390625,0.5s0.2412109,0.5,0.5390625,0.5s0.5380859-0.2236328,0.5380859-0.5
+ S10.9902344,4.5,10.6923828,4.5z M12.3076172,6.5c-0.2978516,0-0.5380859,0.2236328-0.5380859,0.5s0.2402344,0.5,0.5380859,0.5
+ s0.5390625-0.2236328,0.5390625-0.5S12.6054688,6.5,12.3076172,6.5z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4511719,7.5
+ c0,2.8447266,2.4833984,5.1523438,5.5488281,5.1523438c3.0634766,0,5.5488281-2.3076172,5.5488281-5.1523438
+ c0-2.8466797-2.4853516-5.1533203-5.5488281-5.1533203C4.9345703,2.3466797,2.4511719,4.6533203,2.4511719,7.5z M1,7.5
+ C1,3.909668,4.1337891,1,8,1s7,2.909668,7,6.5c0,3.5888672-3.1337891,6.5-7,6.5S1,11.0888672,1,7.5z"/>
+ <ellipse id="Mask1" style="fill-rule: evenodd; clip-rule: evenodd;" cx="7.9997559" cy="12" rx="3.0002441" ry="2"/>
+ <path id="Hand1" d="M8.4770508,11.8017578l-2.6928711-6
+ c-0.1074219-0.2397461-0.4018555-0.3662109-0.6704102-0.265625C4.9829102,5.5869141,4.8774414,5.6884766,4.8251953,5.8149414
+ C4.7744141,5.9389648,4.7758789,6.0751953,4.8310547,6.1987305l2.6918945,5.9995117C7.6054688,12.3818359,7.7924805,12.5,8,12.5
+ c0.0693359,0,0.1357422-0.0126953,0.1933594-0.0361328c0.1313477-0.0507812,0.2368164-0.1523438,0.2890625-0.2792969
+ C8.5336914,12.0605469,8.5322266,11.9248047,8.4770508,11.8017578z"/>
+ <path id="Points1" d="M8.5385742,3.1499023c0,0.2763672-0.2407227,0.5-0.5385742,0.5
+ s-0.5385742-0.2236328-0.5385742-0.5s0.2407227-0.5,0.5385742-0.5S8.5385742,2.8735352,8.5385742,3.1499023z M5.3081055,3.5
+ C5.0102539,3.5,4.7695312,3.7236328,4.7695312,4s0.2407227,0.5,0.5385742,0.5c0.296875,0,0.5380859-0.2236328,0.5380859-0.5
+ S5.6049805,3.5,5.3081055,3.5z M3.6918945,5.5c-0.296875,0-0.5380859,0.2236328-0.5380859,0.5s0.2412109,0.5,0.5380859,0.5
+ c0.2978516,0,0.5385742-0.2236328,0.5385742-0.5S3.9897461,5.5,3.6918945,5.5z M10.6923828,3.5
+ c-0.2978516,0-0.5390625,0.2236328-0.5390625,0.5s0.2412109,0.5,0.5390625,0.5s0.5380859-0.2236328,0.5380859-0.5
+ S10.9902344,3.5,10.6923828,3.5z M12.3076172,5.5c-0.2978516,0-0.5380859,0.2236328-0.5380859,0.5s0.2402344,0.5,0.5380859,0.5
+ s0.5390625-0.2236328,0.5390625-0.5S12.6054688,5.5,12.3076172,5.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Database</title>
+ <desc>Database Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDatabase">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,4c0-1.1044922,2.9101562-2,6.5-2
+ S14,2.8955078,14,4s-2.9101562,2-6.5,2S1,5.1044922,1,4z M7.5,13C3.9101562,13,1,12.1044922,1,11v2c0,1.1044922,2.9101562,2,6.5,2
+ s6.5-0.8955078,6.5-2v-1v-1C14,12.1044922,11.0898438,13,7.5,13z M7.5,10c-3.5864258,0-6.4941406-0.8945312-6.4995117-1.9970703v2
+ C1.0058594,11.1064453,3.9135742,12,7.5,12c3.5898438,0,6.5-0.8955078,6.5-2V8C14,9.1044922,11.0898438,10,7.5,10z M7.5,7
+ C3.9101562,7,1,6.1044922,1,5v1c0,0.0009766,0.0004883,0.0019531,0.0004883,0.0029297v1C1.0058594,8.105957,3.9135742,9,7.5,9
+ C11.0898438,9,14,8.1044922,14,7V6V5C14,6.1044922,11.0898438,7,7.5,7z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,3c0-1.1044922,2.9101562-2,6.5-2
+ S14,1.8955078,14,3s-2.9101562,2-6.5,2S1,4.1044922,1,3z M7.5,12C3.9101562,12,1,11.1044922,1,10v2c0,1.1044922,2.9101562,2,6.5,2
+ s6.5-0.8955078,6.5-2v-1v-1C14,11.1044922,11.0898438,12,7.5,12z M7.5,9C3.9135742,9,1.0058594,8.105957,1.0004883,7.0029297v2
+ C1.0058594,10.1064453,3.9135742,11,7.5,11c3.5898438,0,6.5-0.8955078,6.5-2V7C14,8.1044922,11.0898438,9,7.5,9z M7.5,6
+ C3.9101562,6,1,5.1044922,1,4v1c0,0.0009766,0.0004883,0.0019531,0.0004883,0.0029297v1C1.0058594,7.105957,3.9135742,8,7.5,8
+ C11.0898438,8,14,7.1044922,14,6V5V4C14,5.1044922,11.0898438,6,7.5,6z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Database</title>
+ <desc>Database Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDatabase">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,4c0-1.1044922,2.9101562-2,6.5-2
+ S14,2.8955078,14,4s-2.9101562,2-6.5,2S1,5.1044922,1,4z M7.5,13C3.9101562,13,1,12.1044922,1,11v2c0,1.1044922,2.9101562,2,6.5,2
+ s6.5-0.8955078,6.5-2v-1v-1C14,12.1044922,11.0898438,13,7.5,13z M7.5,10c-3.5864258,0-6.4941406-0.8945312-6.4995117-1.9970703v2
+ C1.0058594,11.1064453,3.9135742,12,7.5,12c3.5898438,0,6.5-0.8955078,6.5-2V8C14,9.1044922,11.0898438,10,7.5,10z M7.5,7
+ C3.9101562,7,1,6.1044922,1,5v1c0,0.0009766,0.0004883,0.0019531,0.0004883,0.0029297v1C1.0058594,8.105957,3.9135742,9,7.5,9
+ C11.0898438,9,14,8.1044922,14,7V6V5C14,6.1044922,11.0898438,7,7.5,7z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,3c0-1.1044922,2.9101562-2,6.5-2
+ S14,1.8955078,14,3s-2.9101562,2-6.5,2S1,4.1044922,1,3z M7.5,12C3.9101562,12,1,11.1044922,1,10v2c0,1.1044922,2.9101562,2,6.5,2
+ s6.5-0.8955078,6.5-2v-1v-1C14,11.1044922,11.0898438,12,7.5,12z M7.5,9C3.9135742,9,1.0058594,8.105957,1.0004883,7.0029297v2
+ C1.0058594,10.1064453,3.9135742,11,7.5,11c3.5898438,0,6.5-0.8955078,6.5-2V7C14,8.1044922,11.0898438,9,7.5,9z M7.5,6
+ C3.9101562,6,1,5.1044922,1,4v1c0,0.0009766,0.0004883,0.0019531,0.0004883,0.0029297v1C1.0058594,7.105957,3.9135742,8,7.5,8
+ C11.0898438,8,14,7.1044922,14,6V5V4C14,5.1044922,11.0898438,6,7.5,6z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Standard</title>
+ <desc>Standard Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStandard">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M13.3496094,4.168457
+ L7.15625,13.9501953C7.1376953,13.9794922,7.1040039,13.9980469,7.0683594,14H7.0644531
+ c-0.034668,0-0.0668945-0.0146484-0.0878906-0.0419922L3.0229492,8.8076172
+ c-0.0253906-0.0336914-0.0302734-0.078125-0.0112305-0.1157227c0.0185547-0.0375977,0.0566406-0.0615234,0.0981445-0.0615234
+ l1.9003906,0.0043945l1.746582,2.3671875l4.2001953-6.9355469c0.0205078-0.0322266,0.0556641-0.0527344,0.09375-0.0527344
+ L13.2548828,4c0.0009766,0,0.0009766,0,0.0009766,0c0.0400391,0,0.0771484,0.0214844,0.0966797,0.0566406
+ C13.3710938,4.0917969,13.3701172,4.1342773,13.3496094,4.168457z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M13.3496094,3.168457
+ L7.15625,12.9501953C7.1376953,12.9794922,7.1040039,12.9980469,7.0683594,13H7.0644531
+ c-0.034668,0-0.0668945-0.0146484-0.0878906-0.0419922L3.0229492,7.8076172
+ c-0.0253906-0.0336914-0.0302734-0.078125-0.0112305-0.1157227c0.0185547-0.0375977,0.0566406-0.0615234,0.0981445-0.0615234
+ l1.9003906,0.0043945l1.746582,2.3671875l4.2001953-6.9355469c0.0205078-0.0322266,0.0556641-0.0527344,0.09375-0.0527344
+ L13.2548828,3c0.0009766,0,0.0009766,0,0.0009766,0c0.0400391,0,0.0771484,0.0214844,0.0966797,0.0566406
+ C13.3710938,3.0917969,13.3701172,3.1342773,13.3496094,3.168457z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Standard</title>
+ <desc>Standard Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStandard">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M13.3496094,4.168457
+ L7.15625,13.9501953C7.1376953,13.9794922,7.1040039,13.9980469,7.0683594,14H7.0644531
+ c-0.034668,0-0.0668945-0.0146484-0.0878906-0.0419922L3.0229492,8.8076172
+ c-0.0253906-0.0336914-0.0302734-0.078125-0.0112305-0.1157227c0.0185547-0.0375977,0.0566406-0.0615234,0.0981445-0.0615234
+ l1.9003906,0.0043945l1.746582,2.3671875l4.2001953-6.9355469c0.0205078-0.0322266,0.0556641-0.0527344,0.09375-0.0527344
+ L13.2548828,4c0.0009766,0,0.0009766,0,0.0009766,0c0.0400391,0,0.0771484,0.0214844,0.0966797,0.0566406
+ C13.3710938,4.0917969,13.3701172,4.1342773,13.3496094,4.168457z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M13.3496094,3.168457
+ L7.15625,12.9501953C7.1376953,12.9794922,7.1040039,12.9980469,7.0683594,13H7.0644531
+ c-0.034668,0-0.0668945-0.0146484-0.0878906-0.0419922L3.0229492,7.8076172
+ c-0.0253906-0.0336914-0.0302734-0.078125-0.0112305-0.1157227c0.0185547-0.0375977,0.0566406-0.0615234,0.0981445-0.0615234
+ l1.9003906,0.0043945l1.746582,2.3671875l4.2001953-6.9355469c0.0205078-0.0322266,0.0556641-0.0527344,0.09375-0.0527344
+ L13.2548828,3c0.0009766,0,0.0009766,0,0.0009766,0c0.0400391,0,0.0771484,0.0214844,0.0966797,0.0566406
+ C13.3710938,3.0917969,13.3701172,3.1342773,13.3496094,3.168457z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Delete</title>
+ <desc>Delete Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDelete">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M11.1943359,12.1953125
+ c-0.4052734,0.40625-1.0703125,0.40625-1.4775391,0l-1.4775391-1.4794922c-0.4072266-0.4052734-1.0712891-0.4052734-1.4780273,0
+ l-1.4785156,1.4794922c-0.4072266,0.40625-1.0703125,0.40625-1.4775391,0c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391
+ l1.4785156-1.4794922C5.6904297,8.8325195,5.6904297,8.168457,5.2832031,7.7607422L3.8051758,6.2827148
+ c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391c0.4057617-0.40625,1.0712891-0.4077148,1.4780273-0.0004883
+ l1.4780273,1.4780273c0.4077148,0.4077148,1.0708008,0.4077148,1.4780273,0.0004883l1.4775391-1.4775391
+ c0.40625-0.40625,1.0712891-0.4077148,1.4775391-0.0004883c0.4072266,0.4072266,0.40625,1.0717773,0,1.4780273L9.7167969,7.7607422
+ c-0.40625,0.4067383-0.40625,1.0708008,0,1.4775391l1.4794922,1.4794922
+ C11.6025391,11.1240234,11.6015625,11.7890625,11.1943359,12.1953125z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M11.1943359,11.1953125
+ c-0.4052734,0.40625-1.0703125,0.40625-1.4775391,0L8.2392578,9.7158203c-0.4072266-0.40625-1.0712891-0.40625-1.4780273,0
+ l-1.4785156,1.4794922c-0.4072266,0.40625-1.0703125,0.40625-1.4775391,0c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391
+ l1.4785156-1.4790039c0.4067383-0.40625,0.4067383-1.0703125-0.0004883-1.4780273L3.8051758,5.2827148
+ c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391c0.4057617-0.40625,1.0712891-0.4077148,1.4780273-0.0004883
+ l1.4780273,1.4780273c0.4077148,0.4077148,1.0708008,0.4077148,1.4780273,0.0004883l1.4775391-1.4775391
+ c0.40625-0.40625,1.0712891-0.4077148,1.4775391-0.0004883c0.4072266,0.4072266,0.40625,1.0717773,0,1.4780273L9.7167969,6.7607422
+ c-0.40625,0.4067383-0.40625,1.0708008,0,1.4780273l1.4794922,1.4790039
+ C11.6025391,10.1240234,11.6015625,10.7890625,11.1943359,11.1953125z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Delete</title>
+ <desc>Delete Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDelete">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M11.1943359,12.1953125
+ c-0.4052734,0.40625-1.0703125,0.40625-1.4775391,0l-1.4775391-1.4794922c-0.4072266-0.4052734-1.0712891-0.4052734-1.4780273,0
+ l-1.4785156,1.4794922c-0.4072266,0.40625-1.0703125,0.40625-1.4775391,0c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391
+ l1.4785156-1.4794922C5.6904297,8.8325195,5.6904297,8.168457,5.2832031,7.7607422L3.8051758,6.2827148
+ c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391c0.4057617-0.40625,1.0712891-0.4077148,1.4780273-0.0004883
+ l1.4780273,1.4780273c0.4077148,0.4077148,1.0708008,0.4077148,1.4780273,0.0004883l1.4775391-1.4775391
+ c0.40625-0.40625,1.0712891-0.4077148,1.4775391-0.0004883c0.4072266,0.4072266,0.40625,1.0717773,0,1.4780273L9.7167969,7.7607422
+ c-0.40625,0.4067383-0.40625,1.0708008,0,1.4775391l1.4794922,1.4794922
+ C11.6025391,11.1240234,11.6015625,11.7890625,11.1943359,12.1953125z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M11.1943359,11.1953125
+ c-0.4052734,0.40625-1.0703125,0.40625-1.4775391,0L8.2392578,9.7158203c-0.4072266-0.40625-1.0712891-0.40625-1.4780273,0
+ l-1.4785156,1.4794922c-0.4072266,0.40625-1.0703125,0.40625-1.4775391,0c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391
+ l1.4785156-1.4790039c0.4067383-0.40625,0.4067383-1.0703125-0.0004883-1.4780273L3.8051758,5.2827148
+ c-0.4067383-0.4072266-0.4067383-1.0712891,0-1.4775391c0.4057617-0.40625,1.0712891-0.4077148,1.4780273-0.0004883
+ l1.4780273,1.4780273c0.4077148,0.4077148,1.0708008,0.4077148,1.4780273,0.0004883l1.4775391-1.4775391
+ c0.40625-0.40625,1.0712891-0.4077148,1.4775391-0.0004883c0.4072266,0.4072266,0.40625,1.0717773,0,1.4780273L9.7167969,6.7607422
+ c-0.40625,0.4067383-0.40625,1.0708008,0,1.4780273l1.4794922,1.4790039
+ C11.6025391,10.1240234,11.6015625,10.7890625,11.1943359,11.1953125z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Delete</title>
+ <desc>Delete Icon (outlined)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper2 {fill: #fff;}
+ .Lower2 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDelete">
+ <g class="Lower2">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,7.5
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5
+ C1,3.9101562,3.909668,1,7.5,1C11.0898438,1,14,3.9101562,14,7.5c0,3.5908203-2.9101562,6.5-6.5,6.5
+ C3.909668,14,1,11.0908203,1,7.5z"/>
+ <path id="Delete1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.328125,10.328125
+ c0.3115234-0.3105469,0.3125-0.8193359,0.0009766-1.1308594L9.1972656,8.0654297
+ c-0.3115234-0.3115234-0.3115234-0.8198242,0-1.1313477l1.1308594-1.1308594c0.3105469-0.3110352,0.3115234-0.8198242,0-1.1313477
+ l0,0c-0.3115234-0.3115234-0.8203125-0.3105469-1.1308594,0.0004883L8.065918,5.8032227
+ C7.7543945,6.1147461,7.246582,6.1147461,6.9345703,5.8027344L5.8032227,4.6713867
+ C5.4916992,4.3598633,4.9824219,4.3608398,4.671875,4.671875l0,0c-0.3115234,0.3110352-0.3115234,0.8193359,0,1.1308594
+ L5.8032227,6.934082c0.3115234,0.3120117,0.3115234,0.8203125,0.0004883,1.1313477L4.671875,9.1972656
+ c-0.3115234,0.3115234-0.3115234,0.8193359,0,1.1308594l0,0c0.3115234,0.3115234,0.8193359,0.3115234,1.1308594,0
+ l1.1318359-1.1318359c0.3115234-0.3110352,0.8198242-0.3110352,1.1313477,0l1.1313477,1.1318359
+ C9.5087891,10.6396484,10.0175781,10.6396484,10.328125,10.328125L10.328125,10.328125z"/>
+ </g>
+ <g class="Upper2">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,8.5
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5
+ C1,4.9101562,3.909668,2,7.5,2C11.0898438,2,14,4.9101562,14,8.5c0,3.5908203-2.9101562,6.5-6.5,6.5
+ C3.909668,15,1,12.0908203,1,8.5z"/>
+ <path id="Delete2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.328125,11.328125
+ c0.3115234-0.3105469,0.3125-0.8193359,0.0009766-1.1308594L9.1972656,9.0654297
+ c-0.3115234-0.3115234-0.3115234-0.8198242,0-1.1313477l1.1308594-1.1308594c0.3105469-0.3110352,0.3115234-0.8198242,0-1.1313477
+ l0,0c-0.3115234-0.3115234-0.8203125-0.3105469-1.1308594,0.0004883L8.065918,6.8032227
+ C7.7543945,7.1147461,7.246582,7.1147461,6.9345703,6.8027344L5.8032227,5.6713867
+ C5.4916992,5.3598633,4.9824219,5.3608398,4.671875,5.671875l0,0c-0.3115234,0.3110352-0.3115234,0.8193359,0,1.1308594
+ L5.8032227,7.934082c0.3115234,0.3120117,0.3115234,0.8203125,0.0004883,1.1313477L4.671875,10.1972656
+ c-0.3115234,0.3115234-0.3115234,0.8193359,0,1.1308594l0,0c0.3115234,0.3115234,0.8193359,0.3115234,1.1308594,0
+ l1.1318359-1.1318359c0.3115234-0.3105469,0.8198242-0.3105469,1.1313477,0l1.1313477,1.1318359
+ C9.5087891,11.6396484,10.0175781,11.6396484,10.328125,11.328125L10.328125,11.328125z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Disabled</title>
+ <desc>Disabled Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDisabled">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.6503906,2.8452148
+ C10.515625,2.78125,10.09375,2.609375,9.84375,3.078125C9.5117188,3.7011719,9.9033203,3.9819336,9.984375,4.0263672
+ C11.5703125,4.8989258,12.6523438,6.5610352,12.6523438,8.5c0,2.8447266-2.3076172,5.1523438-5.1523438,5.1523438
+ c-2.8461914,0-5.152832-2.3076172-5.152832-5.1523438c0-1.9262695,1.0683594-3.5776367,2.6362305-4.4555664
+ C5.0732422,3.9941406,5.5,3.671875,5.171875,3.078125C4.909668,2.6040039,4.3652344,2.8359375,4.3413086,2.8496094
+ C2.3510742,3.9545898,1,6.0605469,1,8.5C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5
+ C14,6.0576172,12.6455078,3.9492188,10.6503906,2.8452148z"/>
+ <path id="Off2" d="M6.5004883,3L6.5,9c0.0004883,0.5283203,0.4482422,0.9990234,1.0004883,0.9990234
+ c0.5527344,0,1-0.4707031,1-0.9990234V3c0-0.5292969-0.4472656-1-0.9995117-1C6.9477539,2,6.4995117,2.4707031,6.5004883,3z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.6503906,1.8452148
+ C10.515625,1.78125,10.09375,1.609375,9.84375,2.078125C9.5117188,2.7011719,9.9033203,2.9819336,9.984375,3.0263672
+ C11.5703125,3.8989258,12.6523438,5.5610352,12.6523438,7.5c0,2.8447266-2.3076172,5.1523438-5.1523438,5.1523438
+ c-2.8461914,0-5.152832-2.3076172-5.152832-5.1523438c0-1.9262695,1.0683594-3.5776367,2.6362305-4.4555664
+ C5.0732422,2.9941406,5.5,2.671875,5.171875,2.078125C4.909668,1.6040039,4.3652344,1.8359375,4.3413086,1.8496094
+ C2.3510742,2.9545898,1,5.0605469,1,7.5C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5
+ C14,5.0576172,12.6455078,2.9492188,10.6503906,1.8452148z"/>
+ <path id="Off1" d="M8.5,8V2c0-0.5292969-0.4482422-1-1-1c-0.5527344,0-1,0.4707031-1,1v6
+ C6.4990234,8.5292969,6.9467773,9,7.4990234,9C8.0522461,8.9990234,8.5004883,8.5292969,8.5,8z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Disabled</title>
+ <desc>Disabled Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDisabled">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.6503906,2.8452148
+ C10.515625,2.78125,10.09375,2.609375,9.84375,3.078125C9.5117188,3.7011719,9.9033203,3.9819336,9.984375,4.0263672
+ C11.5703125,4.8989258,12.6523438,6.5610352,12.6523438,8.5c0,2.8447266-2.3076172,5.1523438-5.1523438,5.1523438
+ c-2.8461914,0-5.152832-2.3076172-5.152832-5.1523438c0-1.9262695,1.0683594-3.5776367,2.6362305-4.4555664
+ C5.0732422,3.9941406,5.5,3.671875,5.171875,3.078125C4.909668,2.6040039,4.3652344,2.8359375,4.3413086,2.8496094
+ C2.3510742,3.9545898,1,6.0605469,1,8.5C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5
+ C14,6.0576172,12.6455078,3.9492188,10.6503906,2.8452148z"/>
+ <path id="Off2" d="M6.5004883,3L6.5,9c0.0004883,0.5283203,0.4482422,0.9990234,1.0004883,0.9990234
+ c0.5527344,0,1-0.4707031,1-0.9990234V3c0-0.5292969-0.4472656-1-0.9995117-1C6.9477539,2,6.4995117,2.4707031,6.5004883,3z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.6503906,1.8452148
+ C10.515625,1.78125,10.09375,1.609375,9.84375,2.078125C9.5117188,2.7011719,9.9033203,2.9819336,9.984375,3.0263672
+ C11.5703125,3.8989258,12.6523438,5.5610352,12.6523438,7.5c0,2.8447266-2.3076172,5.1523438-5.1523438,5.1523438
+ c-2.8461914,0-5.152832-2.3076172-5.152832-5.1523438c0-1.9262695,1.0683594-3.5776367,2.6362305-4.4555664
+ C5.0732422,2.9941406,5.5,2.671875,5.171875,2.078125C4.909668,1.6040039,4.3652344,1.8359375,4.3413086,1.8496094
+ C2.3510742,2.9545898,1,5.0605469,1,7.5C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5
+ C14,5.0576172,12.6455078,2.9492188,10.6503906,1.8452148z"/>
+ <path id="Off1" d="M8.5,8V2c0-0.5292969-0.4482422-1-1-1c-0.5527344,0-1,0.4707031-1,1v6
+ C6.4990234,8.5292969,6.9467773,9,7.4990234,9C8.0522461,8.9990234,8.5004883,8.5292969,8.5,8z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Message</title>
+ <desc>Message Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconMessage">
+ <g class="Lower1">
+ <path id="Sheet2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2,4v9c0,0.9853516,0.046875,1,1,1h6
+ c0.984375,0,1-0.0146484,1-1V7.3999023L5.6000977,3H3C2.03125,3,2,2.9829102,2,4z M1,3c0-0.4702148,0.5014648-1,1-1h4l5,5v7
+ c0,0.5478516-0.5,1-1,1H2c-0.515625,0-1-0.4052734-1-1V3z"/>
+ <path id="Flap2" d="M11,7H7C6.453125,7,6,6.53125,6,6V2L11,7z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Sheet1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2,3v9c0,0.9853516,0.046875,1,1,1h6
+ c0.984375,0,1-0.0146484,1-1V6.3999023L5.6000977,2H3C2.03125,2,2,1.9833984,2,3z M1,2c0-0.4702148,0.5014648-1,1-1h4l5,5v7
+ c0,0.5478516-0.5,1-1,1H2c-0.515625,0-1-0.4052734-1-1V2z"/>
+ <path id="Flap1" d="M11,6L7,5.9995117C6.453125,5.9995117,6,5.53125,6,5V1L11,6z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Message</title>
+ <desc>Message Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconMessage">
+ <g class="Lower1">
+ <path id="Sheet2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2,4v9c0,0.9853516,0.046875,1,1,1h6
+ c0.984375,0,1-0.0146484,1-1V7.3999023L5.6000977,3H3C2.03125,3,2,2.9829102,2,4z M1,3c0-0.4702148,0.5014648-1,1-1h4l5,5v7
+ c0,0.5478516-0.5,1-1,1H2c-0.515625,0-1-0.4052734-1-1V3z"/>
+ <path id="Flap2" d="M11,7H7C6.453125,7,6,6.53125,6,6V2L11,7z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Sheet1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2,3v9c0,0.9853516,0.046875,1,1,1h6
+ c0.984375,0,1-0.0146484,1-1V6.3999023L5.6000977,2H3C2.03125,2,2,1.9833984,2,3z M1,2c0-0.4702148,0.5014648-1,1-1h4l5,5v7
+ c0,0.5478516-0.5,1-1,1H2c-0.515625,0-1-0.4052734-1-1V2z"/>
+ <path id="Flap1" d="M11,6L7,5.9995117C6.453125,5.9995117,6,5.53125,6,5V1L11,6z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Download</title>
+ <desc>Download Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDownload">
+ <g id="Arrow">
+ <polygon class="Lower1" points="9,2 9,5 11,5 11,6 7.5,9.5 4,6 4,5 6,5 6,2"/>
+ <polygon class="Upper1" points="9,1 9,5 11,5 7.5,8.5 4,5 6,5 6,1"/>
+ </g>
+ <g id="Drive">
+ <path class="Lower1" d="M1,12v3h13v-3H1z M2.5,14C2.2236328,14,2,13.7763672,2,13.5S2.2236328,13,2.5,13
+ S3,13.2236328,3,13.5S2.7763672,14,2.5,14z M14,11.75H1L2.5,10h10L14,11.75z"/>
+ <path class="Upper1" d="M1,11v3h13v-3H1z M2.5,13C2.2236328,13,2,12.7763672,2,12.5S2.2236328,12,2.5,12
+ S3,12.2236328,3,12.5S2.7763672,13,2.5,13z M14,10.75H1L2.5,9h10L14,10.75z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Download</title>
+ <desc>Download Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDownload">
+ <g id="Arrow">
+ <polygon class="Lower1" points="9,2 9,5 11,5 11,6 7.5,9.5 4,6 4,5 6,5 6,2"/>
+ <polygon class="Upper1" points="9,1 9,5 11,5 7.5,8.5 4,5 6,5 6,1"/>
+ </g>
+ <g id="Drive">
+ <path class="Lower1" d="M1,12v3h13v-3H1z M2.5,14C2.2236328,14,2,13.7763672,2,13.5S2.2236328,13,2.5,13
+ S3,13.2236328,3,13.5S2.7763672,14,2.5,14z M14,11.75H1L2.5,10h10L14,11.75z"/>
+ <path class="Upper1" d="M1,11v3h13v-3H1z M2.5,13C2.2236328,13,2,12.7763672,2,12.5S2.2236328,12,2.5,12
+ S3,12.2236328,3,12.5S2.7763672,13,2.5,13z M14,10.75H1L2.5,9h10L14,10.75z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="7px" height="9px" viewBox="0 0 7 9" xml:space="preserve">
+
+ <title>Dropdown</title>
+ <desc>Dropdown Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDropdown">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7,6L3.5,9L0.0004883,6H7z M7,4L3.5,1.0019531 L0.0004883,4H7z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7,4.9980469l-3.5,3l-3.4995117-3H7z M7,2.9980469L3.5,0L0.0004883,2.9980469H7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="7px" height="9px" viewBox="0 0 7 9" xml:space="preserve">
+
+ <title>Dropdown</title>
+ <desc>Dropdown Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDropdown">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7,6L3.5,9L0.0004883,6H7z M7,4L3.5,1.0019531 L0.0004883,4H7z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7,4.9980469l-3.5,3l-3.4995117-3H7z M7,2.9980469L3.5,0L0.0004883,2.9980469H7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="7px" height="9px" viewBox="0 0 7 9" xml:space="preserve">
+
+ <title>Dropdown</title>
+ <desc>Dropdown Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper2 {fill: #fff;}
+ .Lower2 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDropdown">
+ <path class="Lower2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7,4.9980469l-3.5,3l-3.4995117-3H7z M7,2.9980469L3.5,0L0.0004883,2.9980469H7z"/>
+ <path class="Upper2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7,6L3.5,9L0.0004883,6H7z M7,4L3.5,1.0019531 L0.0004883,4H7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>E-Mail</title>
+ <desc>E-Mail Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEmail">
+ <path class="Lower1" d="M8.9672852,5.4150391C8.5859375,5.1879883,8.1850586,5.0751953,7.7680664,5.0751953
+ c-0.7866211,0-1.4750977,0.2705078-2.065918,0.8115234C4.706543,6.8051758,4.2089844,7.9619141,4.2089844,9.359375
+ c0,0.7539062,0.199707,1.3613281,0.5991211,1.8203125c0.3989258,0.4589844,0.9311523,0.6894531,1.5952148,0.6894531
+ c0.5410156,0,1.0883789-0.1894531,1.640625-0.5664062c0.2084961,0.6289062,0.7866211,0.9433594,1.7333984,0.9433594
+ c1.2050781,0,2.2109375-0.4316406,3.0146484-1.2929688C13.5976562,10.0917969,14,9.0126953,14,7.7172852
+ c0-0.9931641-0.2392578-1.9155273-0.71875-2.7646484c-0.4804688-0.8491211-1.1435547-1.5249023-1.9912109-2.0288086
+ c-1.0458984-0.6157227-2.1757812-0.9243164-3.3930664-0.9243164c-1.4013672,0-2.6743164,0.3583984-3.8178711,1.0756836
+ C2.9365234,3.7919922,2.1000977,4.7485352,1.5717773,5.9428711C1.1904297,6.7993164,1,7.7236328,1,8.7167969
+ c0,1.8242188,0.5839844,3.328125,1.7519531,4.5097656C3.9194336,14.4101562,5.4262695,15,7.2700195,15H13.5
+ c0,0,0.5,0,0.5-0.6894531c0-0.6191406-0.5-0.6191406-0.5-0.6191406H7.7548828
+ C4.3623047,13.65625,2.659668,11.9648438,2.659668,8.6040039c0-1.5854492,0.4794922-2.8613281,1.4384766-3.8305664
+ s2.2246094-1.453125,3.7988281-1.453125c1.3520508,0,2.4370117,0.4057617,3.2543945,1.2177734
+ c0.8164062,0.8105469,1.2265625,1.8891602,1.2265625,3.2353516c0,1.0439453-0.203125,1.8652344-0.609375,2.4628906
+ c-0.4052734,0.5976562-0.9589844,0.8964844-1.6601562,0.8964844c-0.5517578,0-0.8300781-0.2832031-0.8300781-0.8496094
+ c0-0.5019531,0.2832031-1.6713867,1.1806641-4.5898438c0,0,0.2285156-0.6938477-0.6464844-0.6938477
+ C9.1875,4.9995117,8.9672852,5.4150391,8.9672852,5.4150391z M7.9057617,9.7265625
+ c-0.3989258,0.6347656-0.8583984,0.953125-1.3735352,0.953125c-0.5532227,0-0.8300781-0.3515625-0.8300781-1.0566406
+ c0-0.9560547,0.2036133-1.7675781,0.6083984-2.4350586c0.4057617-0.6660156,0.8598633-0.9990234,1.3642578-0.9990234
+ c0.5537109,0,0.8295898,0.4018555,0.8295898,1.2070312C8.5043945,8.3149414,8.3051758,9.0917969,7.9057617,9.7265625z"/>
+ <path class="Upper1" d="M8.9672852,4.4155273C8.5859375,4.1884766,8.1850586,4.0756836,7.7680664,4.0756836
+ c-0.7866211,0-1.4750977,0.2705078-2.065918,0.8115234C4.706543,5.8056641,4.2089844,6.9624023,4.2089844,8.359375
+ c0,0.7548828,0.199707,1.3613281,0.5991211,1.8203125c0.3989258,0.4599609,0.9311523,0.6894531,1.5952148,0.6894531
+ c0.5410156,0,1.0883789-0.1884766,1.640625-0.5664062c0.2084961,0.6298828,0.7866211,0.9433594,1.7333984,0.9433594
+ c1.2050781,0,2.2109375-0.4306641,3.0146484-1.2929688C13.5976562,9.0917969,14,8.0131836,14,6.7177734
+ c0-0.9931641-0.2392578-1.9155273-0.71875-2.7646484c-0.4804688-0.8491211-1.1435547-1.5249023-1.9912109-2.0288086
+ C10.2441406,1.3085938,9.1142578,1,7.8969727,1C6.4956055,1,5.2226562,1.3583984,4.0791016,2.0756836
+ C2.9365234,2.7924805,2.1000977,3.7490234,1.5717773,4.9433594C1.1904297,5.7998047,1,6.7241211,1,7.7172852
+ c0,1.824707,0.5839844,3.3276367,1.7519531,4.5102539C3.9194336,13.4101562,5.4262695,14,7.2700195,14H13.5
+ c0,0,0.5,0,0.5-0.6884766c0-0.6191406-0.5-0.6191406-0.5-0.6191406H7.7548828
+ C4.3623047,12.65625,2.659668,10.9648438,2.659668,7.6044922c0-1.5854492,0.4794922-2.8613281,1.4384766-3.8305664
+ s2.2246094-1.453125,3.7988281-1.453125c1.3520508,0,2.4370117,0.4057617,3.2543945,1.2177734
+ c0.8164062,0.8105469,1.2265625,1.8891602,1.2265625,3.2353516c0,1.0439453-0.203125,1.8657227-0.609375,2.4633789
+ c-0.4052734,0.5966797-0.9589844,0.8955078-1.6601562,0.8955078c-0.5517578,0-0.8300781-0.2832031-0.8300781-0.8486328
+ c0-0.5029297,0.2832031-1.671875,1.1806641-4.590332C10.4589844,4.6938477,10.6875,4,9.8125,4
+ C9.1875,4,8.9672852,4.4155273,8.9672852,4.4155273z M7.9057617,8.7275391
+ C7.5068359,9.3623047,7.0473633,9.6796875,6.5322266,9.6796875c-0.5532227,0-0.8300781-0.3515625-0.8300781-1.0561523
+ c0-0.9560547,0.2036133-1.7675781,0.6083984-2.4350586c0.4057617-0.6660156,0.8598633-0.9990234,1.3642578-0.9990234
+ c0.5537109,0,0.8295898,0.4018555,0.8295898,1.2070312C8.5043945,7.3154297,8.3051758,8.0922852,7.9057617,8.7275391z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>E-Mail</title>
+ <desc>E-Mail Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEmail">
+ <path class="Lower1" d="M8.9672852,5.4150391C8.5859375,5.1879883,8.1850586,5.0751953,7.7680664,5.0751953
+ c-0.7866211,0-1.4750977,0.2705078-2.065918,0.8115234C4.706543,6.8051758,4.2089844,7.9619141,4.2089844,9.359375
+ c0,0.7539062,0.199707,1.3613281,0.5991211,1.8203125c0.3989258,0.4589844,0.9311523,0.6894531,1.5952148,0.6894531
+ c0.5410156,0,1.0883789-0.1894531,1.640625-0.5664062c0.2084961,0.6289062,0.7866211,0.9433594,1.7333984,0.9433594
+ c1.2050781,0,2.2109375-0.4316406,3.0146484-1.2929688C13.5976562,10.0917969,14,9.0126953,14,7.7172852
+ c0-0.9931641-0.2392578-1.9155273-0.71875-2.7646484c-0.4804688-0.8491211-1.1435547-1.5249023-1.9912109-2.0288086
+ c-1.0458984-0.6157227-2.1757812-0.9243164-3.3930664-0.9243164c-1.4013672,0-2.6743164,0.3583984-3.8178711,1.0756836
+ C2.9365234,3.7919922,2.1000977,4.7485352,1.5717773,5.9428711C1.1904297,6.7993164,1,7.7236328,1,8.7167969
+ c0,1.8242188,0.5839844,3.328125,1.7519531,4.5097656C3.9194336,14.4101562,5.4262695,15,7.2700195,15H13.5
+ c0,0,0.5,0,0.5-0.6894531c0-0.6191406-0.5-0.6191406-0.5-0.6191406H7.7548828
+ C4.3623047,13.65625,2.659668,11.9648438,2.659668,8.6040039c0-1.5854492,0.4794922-2.8613281,1.4384766-3.8305664
+ s2.2246094-1.453125,3.7988281-1.453125c1.3520508,0,2.4370117,0.4057617,3.2543945,1.2177734
+ c0.8164062,0.8105469,1.2265625,1.8891602,1.2265625,3.2353516c0,1.0439453-0.203125,1.8652344-0.609375,2.4628906
+ c-0.4052734,0.5976562-0.9589844,0.8964844-1.6601562,0.8964844c-0.5517578,0-0.8300781-0.2832031-0.8300781-0.8496094
+ c0-0.5019531,0.2832031-1.6713867,1.1806641-4.5898438c0,0,0.2285156-0.6938477-0.6464844-0.6938477
+ C9.1875,4.9995117,8.9672852,5.4150391,8.9672852,5.4150391z M7.9057617,9.7265625
+ c-0.3989258,0.6347656-0.8583984,0.953125-1.3735352,0.953125c-0.5532227,0-0.8300781-0.3515625-0.8300781-1.0566406
+ c0-0.9560547,0.2036133-1.7675781,0.6083984-2.4350586c0.4057617-0.6660156,0.8598633-0.9990234,1.3642578-0.9990234
+ c0.5537109,0,0.8295898,0.4018555,0.8295898,1.2070312C8.5043945,8.3149414,8.3051758,9.0917969,7.9057617,9.7265625z"/>
+ <path class="Upper1" d="M8.9672852,4.4155273C8.5859375,4.1884766,8.1850586,4.0756836,7.7680664,4.0756836
+ c-0.7866211,0-1.4750977,0.2705078-2.065918,0.8115234C4.706543,5.8056641,4.2089844,6.9624023,4.2089844,8.359375
+ c0,0.7548828,0.199707,1.3613281,0.5991211,1.8203125c0.3989258,0.4599609,0.9311523,0.6894531,1.5952148,0.6894531
+ c0.5410156,0,1.0883789-0.1884766,1.640625-0.5664062c0.2084961,0.6298828,0.7866211,0.9433594,1.7333984,0.9433594
+ c1.2050781,0,2.2109375-0.4306641,3.0146484-1.2929688C13.5976562,9.0917969,14,8.0131836,14,6.7177734
+ c0-0.9931641-0.2392578-1.9155273-0.71875-2.7646484c-0.4804688-0.8491211-1.1435547-1.5249023-1.9912109-2.0288086
+ C10.2441406,1.3085938,9.1142578,1,7.8969727,1C6.4956055,1,5.2226562,1.3583984,4.0791016,2.0756836
+ C2.9365234,2.7924805,2.1000977,3.7490234,1.5717773,4.9433594C1.1904297,5.7998047,1,6.7241211,1,7.7172852
+ c0,1.824707,0.5839844,3.3276367,1.7519531,4.5102539C3.9194336,13.4101562,5.4262695,14,7.2700195,14H13.5
+ c0,0,0.5,0,0.5-0.6884766c0-0.6191406-0.5-0.6191406-0.5-0.6191406H7.7548828
+ C4.3623047,12.65625,2.659668,10.9648438,2.659668,7.6044922c0-1.5854492,0.4794922-2.8613281,1.4384766-3.8305664
+ s2.2246094-1.453125,3.7988281-1.453125c1.3520508,0,2.4370117,0.4057617,3.2543945,1.2177734
+ c0.8164062,0.8105469,1.2265625,1.8891602,1.2265625,3.2353516c0,1.0439453-0.203125,1.8657227-0.609375,2.4633789
+ c-0.4052734,0.5966797-0.9589844,0.8955078-1.6601562,0.8955078c-0.5517578,0-0.8300781-0.2832031-0.8300781-0.8486328
+ c0-0.5029297,0.2832031-1.671875,1.1806641-4.590332C10.4589844,4.6938477,10.6875,4,9.8125,4
+ C9.1875,4,8.9672852,4.4155273,8.9672852,4.4155273z M7.9057617,8.7275391
+ C7.5068359,9.3623047,7.0473633,9.6796875,6.5322266,9.6796875c-0.5532227,0-0.8300781-0.3515625-0.8300781-1.0561523
+ c0-0.9560547,0.2036133-1.7675781,0.6083984-2.4350586c0.4057617-0.6660156,0.8598633-0.9990234,1.3642578-0.9990234
+ c0.5537109,0,0.8295898,0.4018555,0.8295898,1.2070312C8.5043945,7.3154297,8.3051758,8.0922852,7.9057617,8.7275391z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Edit</title>
+ <desc>Edit Icon (plus line)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEdit">
+ <g id="Line">
+ <path class="Lower1" d="M1,15c1.6845703,0.171875,3,0.296875,4.1586914-0.125
+ c1.1821289-0.4306641,1.3759766-0.3876953,2.1137695-0.5917969C9.2773438,13.7285156,9.9814453,13.9970703,12,13.9970703
+ c2.5625,0,2.4150391-1.7333984,1.0205078-1.7783203c-1.4550781-0.046875-3.0664062,0.6044922-4.5688477,1.0029297
+ C7.4140625,13.4970703,6.8081055,14.5615234,4,14.71875L1,15z"/>
+ <path class="Upper1" d="M1,15c1.609375,0,3.484375,0,4.1586914-0.2714844
+ c0.6723633-0.2705078,1.2871094-0.4648438,1.8818359-0.7148438C8.6411133,13.3427734,9.9814453,13,12,13
+ c2.5625,0,2.4150391-0.9550781,1.0205078-1c-1.4550781-0.046875-3.1611328,0.203125-4.5688477,0.8623047
+ C7.190918,13.453125,6.8081055,14.4150391,4,14.5722656L1,15z"/>
+ </g>
+ <g id="Pencil">
+ <path class="Lower1" d="M5.4375,12l4.875-4.859375C9.90625,7.15625,9.5625,7.0625,9.28125,6.78125
+ c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,10.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984
+ C4.3857422,12.3222656,5.1064453,12.3310547,5.4375,12z M2.3242188,13.8818359l1.1870117-0.375
+ c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359
+ l-0.4121094,1.1708984C2.1499023,13.8447266,2.2167969,13.9130859,2.3242188,13.8818359z M1.2324219,14.9882812
+ c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844
+ c0.0566406-0.1015625,0.1289062-0.1972656,0.2177734-0.2871094l8.2294922-8.2963867
+ c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391
+ L5.4555664,13.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594
+ C4.3989258,13.9863281,1.2324219,14.9882812,1.2324219,14.9882812z"/>
+ <path class="Upper1" d="M5.4375,11l4.875-4.859375C9.90625,6.15625,9.5625,6.0625,9.28125,5.78125
+ c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,9.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984
+ C4.3857422,11.3222656,5.1064453,11.3310547,5.4375,11z M2.3242188,12.8818359l1.1870117-0.375
+ c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359
+ l-0.4121094,1.1708984C2.1499023,12.8447266,2.2167969,12.9130859,2.3242188,12.8818359z M1.2324219,13.9882812
+ c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844
+ C2.5097656,9.765625,2.5820312,9.6699219,2.6708984,9.5800781l8.2294922-8.2963867
+ c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391
+ L5.4555664,12.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594
+ C4.3989258,12.9863281,1.2324219,13.9882812,1.2324219,13.9882812z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Edit</title>
+ <desc>Edit Icon (plus line)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEdit">
+ <g id="Line">
+ <path class="Lower" d="M1,15c1.6845703,0.171875,3,0.296875,4.1586914-0.125
+ c1.1821289-0.4306641,1.3759766-0.3876953,2.1137695-0.5917969C9.2773438,13.7285156,9.9814453,13.9970703,12,13.9970703
+ c2.5625,0,2.4150391-1.7333984,1.0205078-1.7783203c-1.4550781-0.046875-3.0664062,0.6044922-4.5688477,1.0029297
+ C7.4140625,13.4970703,6.8081055,14.5615234,4,14.71875L1,15z"/>
+ <path class="Upper" d="M1,15c1.609375,0,3.484375,0,4.1586914-0.2714844
+ c0.6723633-0.2705078,1.2871094-0.4648438,1.8818359-0.7148438C8.6411133,13.3427734,9.9814453,13,12,13
+ c2.5625,0,2.4150391-0.9550781,1.0205078-1c-1.4550781-0.046875-3.1611328,0.203125-4.5688477,0.8623047
+ C7.190918,13.453125,6.8081055,14.4150391,4,14.5722656L1,15z"/>
+ </g>
+ <g id="Pencil">
+ <path class="Lower" d="M5.4375,12l4.875-4.859375C9.90625,7.15625,9.5625,7.0625,9.28125,6.78125
+ c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,10.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984
+ C4.3857422,12.3222656,5.1064453,12.3310547,5.4375,12z M2.3242188,13.8818359l1.1870117-0.375
+ c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359
+ l-0.4121094,1.1708984C2.1499023,13.8447266,2.2167969,13.9130859,2.3242188,13.8818359z M1.2324219,14.9882812
+ c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844
+ c0.0566406-0.1015625,0.1289062-0.1972656,0.2177734-0.2871094l8.2294922-8.2963867
+ c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391
+ L5.4555664,13.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594
+ C4.3989258,13.9863281,1.2324219,14.9882812,1.2324219,14.9882812z"/>
+ <path class="Upper" d="M5.4375,11l4.875-4.859375C9.90625,6.15625,9.5625,6.0625,9.28125,5.78125
+ c-0.3125-0.3125-0.3710938-0.6577148-0.375-1.015625L4,9.6621094c-0.355957,0.3544922-0.2885742,0.9863281,0.0209961,1.2958984
+ C4.3857422,11.3222656,5.1064453,11.3310547,5.4375,11z M2.3242188,12.8818359l1.1870117-0.375
+ c-0.2866211-0.1005859-0.4291992-0.0742188-0.6650391-0.3085938c-0.2226562-0.2070312-0.2099609-0.3017578-0.2490234-0.6318359
+ l-0.4121094,1.1708984C2.1499023,12.8447266,2.2167969,12.9130859,2.3242188,12.8818359z M1.2324219,13.9882812
+ c-0.1679688,0.0488281-0.2719727-0.0585938-0.2177734-0.2246094c0,0,1.3828125-3.7988281,1.4384766-3.8964844
+ C2.5097656,9.765625,2.5820312,9.6699219,2.6708984,9.5800781l8.2294922-8.2963867
+ c0.5371094-0.5405273,1.5332031-0.2988281,2.3671875,0.6367188c0.7695312,0.8662109,0.9433594,1.7548828,0.4726562,2.2275391
+ L5.4555664,12.5c-0.1738281,0.1738281-0.3720703,0.2753906-0.5830078,0.3183594
+ C4.3989258,12.9863281,1.2324219,13.9882812,1.2324219,13.9882812z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Enabled</title>
+ <desc>Enabled Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEnabled">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,8.5
+ c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5
+ C1,4.909668,3.909668,2,7.5,2C11.0898438,2,14,4.909668,14,8.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,15,1,12.0888672,1,8.5z"/>
+ <circle id="Point2" cx="7.5" cy="8.5" r="1.5"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,7.5
+ c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5
+ C1,3.909668,3.909668,1,7.5,1C11.0898438,1,14,3.909668,14,7.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,14,1,11.0888672,1,7.5z"/>
+ <circle id="Point1" cx="7.5" cy="7.5" r="1.5"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Enabled</title>
+ <desc>Enabled Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEnabled">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,8.5
+ c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5
+ C1,4.909668,3.909668,2,7.5,2C11.0898438,2,14,4.909668,14,8.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,15,1,12.0888672,1,8.5z"/>
+ <circle id="Point2" cx="7.5" cy="8.5" r="1.5"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.347168,7.5
+ c0,2.8447266,2.3066406,5.1523438,5.152832,5.1523438c2.8447266,0,5.1523438-2.3076172,5.1523438-5.1523438
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5
+ C1,3.909668,3.909668,1,7.5,1C11.0898438,1,14,3.909668,14,7.5c0,3.5888672-2.9101562,6.5-6.5,6.5C3.909668,14,1,11.0888672,1,7.5z"/>
+ <circle id="Point1" cx="7.5" cy="7.5" r="1.5"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Enlarge</title>
+ <desc>Enlarge Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEnlarge">
+ <g class="Lower1">
+ <polygon id="ArrowNW2" style="fill-rule: evenodd; clip-rule: evenodd;" points="3,7.9995117 3,3.9995117 7,3.9995117 5,1.9995117 1,1.9995117 1,5.9995117"/>
+ <polygon id="ArrowSO2" style="fill-rule: evenodd; clip-rule: evenodd;" points="12,9 12,13 8,13 10,15 14,15 14,11"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="ArrowNW1" style="fill-rule: evenodd; clip-rule: evenodd;" points="3,7 3,3 7,3 5,1 1,1 1,5"/>
+ <polygon id="ArrowSO1" style="fill-rule: evenodd; clip-rule: evenodd;" points="12,8.0004883 12,12 8,12 10,14 14,14 14,10"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Enlarge</title>
+ <desc>Enlarge Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEnlarge">
+ <g class="Lower1">
+ <polygon id="ArrowNW2" style="fill-rule: evenodd; clip-rule: evenodd;" points="3,7.9995117 3,3.9995117 7,3.9995117 5,1.9995117 1,1.9995117 1,5.9995117"/>
+ <polygon id="ArrowSO2" style="fill-rule: evenodd; clip-rule: evenodd;" points="12,9 12,13 8,13 10,15 14,15 14,11"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="ArrowNW1" style="fill-rule: evenodd; clip-rule: evenodd;" points="3,7 3,3 7,3 5,1 1,1 1,5"/>
+ <polygon id="ArrowSO1" style="fill-rule: evenodd; clip-rule: evenodd;" points="12,8.0004883 12,12 8,12 10,14 14,14 14,10"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Error</title>
+ <desc>Error Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconError">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.1914062,1.9995117H4.8076172L1,5.8071289
+ v5.3842773L4.8076172,15h5.3837891L14,11.1914062V5.8071289L10.1914062,1.9995117z M11.8974609,7.6943359
+ c0.0458984,0.1064453-0.3808594,0.9941406-0.3808594,0.9941406c-0.125,0.1733398-0.4726562,1.2333984-0.4726562,1.2333984
+ c-0.2128906,1.0664062-1.1972656,2.3632812-1.1972656,2.3632812c-0.2558594,0.484375-1.2773438,0.6621094-1.2773438,0.6621094
+ l-0.7124023-0.0019531c-1.0195312,0.2265625-1.6601562-0.3183594-1.6601562-0.3183594
+ c-0.480957-0.4296875-0.9008789-1.15625-0.9008789-1.15625c0.0234375-0.1152344-0.6269531-1.7421875-0.6269531-1.7421875
+ C4.6474609,9.6054688,3.9570312,8.6420898,3.9570312,8.6420898C3.8701172,8.5068359,3.4023438,7.7841797,3.4023438,7.7841797
+ C2.6064453,6.6630859,3.1796875,6.5166016,3.1796875,6.5166016c0.3251953-0.1557617,0.6943359,0.6074219,0.6943359,0.6074219
+ c0.0673828,0.2299805,0.3046875,0.5136719,0.3046875,0.5136719c0.1015625,0.1767578,0.53125,0.6342773,0.53125,0.6342773
+ c0.1552734,0.1293945,0.3759766,0.3891602,0.3759766,0.3891602c0.2119141,0.4160156,0.5107422,0.0585938,0.5107422,0.0585938
+ c0.0322266-0.0527344-0.40625-1.2641602-0.40625-1.2641602c-0.1298828-0.144043-0.2666016-1.277832-0.2666016-1.277832
+ C4.8427734,6.0244141,4.7529297,5.453125,4.7529297,5.453125C4.6074219,4.7128906,5.1337891,4.7954102,5.1337891,4.7954102
+ c0.4550781-0.0117188,0.4931641,0.925293,0.4931641,0.925293c0.0585938,0.168457,0.0908203,0.4521484,0.0908203,0.4521484
+ c0.0595703,0.0507812,0.3041992,0.7495117,0.3041992,0.7495117C6.203125,7.1557617,6.3979492,7.7651367,6.3979492,7.7651367
+ c0.152832,0.484375,0.2612305,0.1689453,0.2612305,0.1689453C6.590332,7.8227539,6.543457,6.5874023,6.543457,6.5874023
+ c-0.0478516-0.1079102-0.1308594-0.934082-0.1308594-0.934082C6.4316406,5.5581055,6.284668,4.8178711,6.284668,4.8178711
+ c-0.2758789-0.546875,0.0932617-0.8120117,0.0932617-0.8120117C6.9594727,3.9389648,7.0561523,4.472168,7.0561523,4.472168
+ c0.0615234,0.0307617,0.2368164,0.8549805,0.2368164,0.8549805C7.4204102,5.3720703,7.581543,6.4897461,7.581543,6.4897461
+ c0.0844727,0.0366211,0.1450195,0.9770508,0.1450195,0.9770508c0.0395508,0.4824219,0.1401367,0.3242188,0.1401367,0.3242188
+ C8.0522461,7.7670898,8.0410156,7.487793,8.0410156,7.487793C8.0229492,7.3461914,8.0986328,6.6289062,8.0986328,6.6289062
+ c-0.0322266-0.184082,0.0820312-0.7553711,0.0820312-0.7553711c0.0532227-0.1479492-0.0126953-0.496582-0.0126953-0.496582
+ L8.097168,5.0473633C7.9711914,4.0932617,8.6020508,4.3334961,8.6020508,4.3334961
+ C8.9370117,4.3583984,9.03125,5.3642578,9.03125,5.3642578C9.0078125,5.5966797,9.0634766,5.7666016,9.0634766,5.7666016
+ C9.1181641,5.8359375,9.1367188,6.769043,9.1367188,6.769043c0.0273438,0.0839844,0.0029297,0.7709961,0.0029297,0.7709961
+ C9.1015625,7.730957,9.1474609,7.956543,9.1474609,7.956543c0.0615234,0.0327148,0.1289062,0.7172852,0.1289062,0.7172852
+ c0.0732422,0.4296875,0.6347656,0.6757812,0.6347656,0.6757812c0.1494141,0.0488281,0.4931641-0.8745117,0.4931641-0.8745117
+ c0.0585938-0.0688477,0.15625-0.3261719,0.15625-0.3261719c0.328125-1.0844727,1.0830078-0.9985352,1.0830078-0.9985352
+ C12.2001953,7.1977539,11.8974609,7.6943359,11.8974609,7.6943359z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.1914062,1H4.8076172L1,4.8076172v5.3847656
+ L4.8076172,14h5.3837891L14,10.1923828V4.8076172L10.1914062,1z M11.8974609,6.6948242
+ c0.0458984,0.1064453-0.3808594,0.9941406-0.3808594,0.9941406c-0.125,0.1733398-0.4726562,1.2338867-0.4726562,1.2338867
+ c-0.2128906,1.0654297-1.1972656,2.3623047-1.1972656,2.3623047c-0.2558594,0.484375-1.2773438,0.6621094-1.2773438,0.6621094
+ l-0.7124023-0.0019531c-1.0195312,0.2265625-1.6601562-0.3183594-1.6601562-0.3183594
+ c-0.480957-0.4296875-0.9008789-1.15625-0.9008789-1.15625c0.0234375-0.1152344-0.6269531-1.7421875-0.6269531-1.7421875
+ C4.6474609,8.605957,3.9570312,7.6425781,3.9570312,7.6425781C3.8701172,7.5073242,3.4023438,6.784668,3.4023438,6.784668
+ C2.6064453,5.6635742,3.1796875,5.5170898,3.1796875,5.5170898c0.3251953-0.1557617,0.6943359,0.6074219,0.6943359,0.6074219
+ c0.0673828,0.2299805,0.3046875,0.5136719,0.3046875,0.5136719c0.1015625,0.1767578,0.53125,0.6342773,0.53125,0.6342773
+ c0.1552734,0.1293945,0.3759766,0.3891602,0.3759766,0.3891602c0.2119141,0.4160156,0.5107422,0.0585938,0.5107422,0.0585938
+ c0.0322266-0.0527344-0.40625-1.2641602-0.40625-1.2641602c-0.1298828-0.144043-0.2666016-1.277832-0.2666016-1.277832
+ C4.8427734,5.0249023,4.7529297,4.4536133,4.7529297,4.4536133C4.6074219,3.7133789,5.1337891,3.7958984,5.1337891,3.7958984
+ c0.4550781-0.0117188,0.4931641,0.925293,0.4931641,0.925293c0.0585938,0.168457,0.0908203,0.4521484,0.0908203,0.4521484
+ c0.0595703,0.0507812,0.3041992,0.7495117,0.3041992,0.7495117C6.203125,6.15625,6.3979492,6.765625,6.3979492,6.765625
+ C6.5507812,7.25,6.6591797,6.9345703,6.6591797,6.9345703C6.590332,6.8232422,6.543457,5.5878906,6.543457,5.5878906
+ c-0.0478516-0.1079102-0.1308594-0.934082-0.1308594-0.934082C6.4316406,4.5585938,6.284668,3.8183594,6.284668,3.8183594
+ c-0.2758789-0.546875,0.0932617-0.8120117,0.0932617-0.8120117c0.581543-0.0668945,0.6782227,0.4663086,0.6782227,0.4663086
+ C7.1176758,3.503418,7.2929688,4.3276367,7.2929688,4.3276367C7.4204102,4.3725586,7.581543,5.4902344,7.581543,5.4902344
+ c0.0844727,0.0366211,0.1450195,0.9770508,0.1450195,0.9770508C7.7661133,6.949707,7.8666992,6.7915039,7.8666992,6.7915039
+ c0.1855469-0.0239258,0.1743164-0.3032227,0.1743164-0.3032227C8.0229492,6.3466797,8.0986328,5.6293945,8.0986328,5.6293945
+ c-0.0322266-0.184082,0.0820312-0.7553711,0.0820312-0.7553711c0.0532227-0.1479492-0.0126953-0.496582-0.0126953-0.496582
+ L8.097168,4.0478516C7.9711914,3.09375,8.6020508,3.3339844,8.6020508,3.3339844
+ C8.9370117,3.3588867,9.03125,4.3647461,9.03125,4.3647461C9.0078125,4.597168,9.0634766,4.7670898,9.0634766,4.7670898
+ c0.0546875,0.0693359,0.0732422,1.0024414,0.0732422,1.0024414c0.0273438,0.0839844,0.0029297,0.7709961,0.0029297,0.7709961
+ c-0.0380859,0.190918,0.0078125,0.4165039,0.0078125,0.4165039c0.0615234,0.0327148,0.1289062,0.7172852,0.1289062,0.7172852
+ c0.0732422,0.4296875,0.6347656,0.6757812,0.6347656,0.6757812c0.1494141,0.0483398,0.4931641-0.8745117,0.4931641-0.8745117
+ c0.0585938-0.0688477,0.15625-0.3261719,0.15625-0.3261719c0.328125-1.0844727,1.0830078-0.9985352,1.0830078-0.9985352
+ C12.2001953,6.1982422,11.8974609,6.6948242,11.8974609,6.6948242z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Error</title>
+ <desc>Error Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconError">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.1914062,1.9995117H4.8076172L1,5.8071289
+ v5.3842773L4.8076172,15h5.3837891L14,11.1914062V5.8071289L10.1914062,1.9995117z M11.8974609,7.6943359
+ c0.0458984,0.1064453-0.3808594,0.9941406-0.3808594,0.9941406c-0.125,0.1733398-0.4726562,1.2333984-0.4726562,1.2333984
+ c-0.2128906,1.0664062-1.1972656,2.3632812-1.1972656,2.3632812c-0.2558594,0.484375-1.2773438,0.6621094-1.2773438,0.6621094
+ l-0.7124023-0.0019531c-1.0195312,0.2265625-1.6601562-0.3183594-1.6601562-0.3183594
+ c-0.480957-0.4296875-0.9008789-1.15625-0.9008789-1.15625c0.0234375-0.1152344-0.6269531-1.7421875-0.6269531-1.7421875
+ C4.6474609,9.6054688,3.9570312,8.6420898,3.9570312,8.6420898C3.8701172,8.5068359,3.4023438,7.7841797,3.4023438,7.7841797
+ C2.6064453,6.6630859,3.1796875,6.5166016,3.1796875,6.5166016c0.3251953-0.1557617,0.6943359,0.6074219,0.6943359,0.6074219
+ c0.0673828,0.2299805,0.3046875,0.5136719,0.3046875,0.5136719c0.1015625,0.1767578,0.53125,0.6342773,0.53125,0.6342773
+ c0.1552734,0.1293945,0.3759766,0.3891602,0.3759766,0.3891602c0.2119141,0.4160156,0.5107422,0.0585938,0.5107422,0.0585938
+ c0.0322266-0.0527344-0.40625-1.2641602-0.40625-1.2641602c-0.1298828-0.144043-0.2666016-1.277832-0.2666016-1.277832
+ C4.8427734,6.0244141,4.7529297,5.453125,4.7529297,5.453125C4.6074219,4.7128906,5.1337891,4.7954102,5.1337891,4.7954102
+ c0.4550781-0.0117188,0.4931641,0.925293,0.4931641,0.925293c0.0585938,0.168457,0.0908203,0.4521484,0.0908203,0.4521484
+ c0.0595703,0.0507812,0.3041992,0.7495117,0.3041992,0.7495117C6.203125,7.1557617,6.3979492,7.7651367,6.3979492,7.7651367
+ c0.152832,0.484375,0.2612305,0.1689453,0.2612305,0.1689453C6.590332,7.8227539,6.543457,6.5874023,6.543457,6.5874023
+ c-0.0478516-0.1079102-0.1308594-0.934082-0.1308594-0.934082C6.4316406,5.5581055,6.284668,4.8178711,6.284668,4.8178711
+ c-0.2758789-0.546875,0.0932617-0.8120117,0.0932617-0.8120117C6.9594727,3.9389648,7.0561523,4.472168,7.0561523,4.472168
+ c0.0615234,0.0307617,0.2368164,0.8549805,0.2368164,0.8549805C7.4204102,5.3720703,7.581543,6.4897461,7.581543,6.4897461
+ c0.0844727,0.0366211,0.1450195,0.9770508,0.1450195,0.9770508c0.0395508,0.4824219,0.1401367,0.3242188,0.1401367,0.3242188
+ C8.0522461,7.7670898,8.0410156,7.487793,8.0410156,7.487793C8.0229492,7.3461914,8.0986328,6.6289062,8.0986328,6.6289062
+ c-0.0322266-0.184082,0.0820312-0.7553711,0.0820312-0.7553711c0.0532227-0.1479492-0.0126953-0.496582-0.0126953-0.496582
+ L8.097168,5.0473633C7.9711914,4.0932617,8.6020508,4.3334961,8.6020508,4.3334961
+ C8.9370117,4.3583984,9.03125,5.3642578,9.03125,5.3642578C9.0078125,5.5966797,9.0634766,5.7666016,9.0634766,5.7666016
+ C9.1181641,5.8359375,9.1367188,6.769043,9.1367188,6.769043c0.0273438,0.0839844,0.0029297,0.7709961,0.0029297,0.7709961
+ C9.1015625,7.730957,9.1474609,7.956543,9.1474609,7.956543c0.0615234,0.0327148,0.1289062,0.7172852,0.1289062,0.7172852
+ c0.0732422,0.4296875,0.6347656,0.6757812,0.6347656,0.6757812c0.1494141,0.0488281,0.4931641-0.8745117,0.4931641-0.8745117
+ c0.0585938-0.0688477,0.15625-0.3261719,0.15625-0.3261719c0.328125-1.0844727,1.0830078-0.9985352,1.0830078-0.9985352
+ C12.2001953,7.1977539,11.8974609,7.6943359,11.8974609,7.6943359z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.1914062,1H4.8076172L1,4.8076172v5.3847656
+ L4.8076172,14h5.3837891L14,10.1923828V4.8076172L10.1914062,1z M11.8974609,6.6948242
+ c0.0458984,0.1064453-0.3808594,0.9941406-0.3808594,0.9941406c-0.125,0.1733398-0.4726562,1.2338867-0.4726562,1.2338867
+ c-0.2128906,1.0654297-1.1972656,2.3623047-1.1972656,2.3623047c-0.2558594,0.484375-1.2773438,0.6621094-1.2773438,0.6621094
+ l-0.7124023-0.0019531c-1.0195312,0.2265625-1.6601562-0.3183594-1.6601562-0.3183594
+ c-0.480957-0.4296875-0.9008789-1.15625-0.9008789-1.15625c0.0234375-0.1152344-0.6269531-1.7421875-0.6269531-1.7421875
+ C4.6474609,8.605957,3.9570312,7.6425781,3.9570312,7.6425781C3.8701172,7.5073242,3.4023438,6.784668,3.4023438,6.784668
+ C2.6064453,5.6635742,3.1796875,5.5170898,3.1796875,5.5170898c0.3251953-0.1557617,0.6943359,0.6074219,0.6943359,0.6074219
+ c0.0673828,0.2299805,0.3046875,0.5136719,0.3046875,0.5136719c0.1015625,0.1767578,0.53125,0.6342773,0.53125,0.6342773
+ c0.1552734,0.1293945,0.3759766,0.3891602,0.3759766,0.3891602c0.2119141,0.4160156,0.5107422,0.0585938,0.5107422,0.0585938
+ c0.0322266-0.0527344-0.40625-1.2641602-0.40625-1.2641602c-0.1298828-0.144043-0.2666016-1.277832-0.2666016-1.277832
+ C4.8427734,5.0249023,4.7529297,4.4536133,4.7529297,4.4536133C4.6074219,3.7133789,5.1337891,3.7958984,5.1337891,3.7958984
+ c0.4550781-0.0117188,0.4931641,0.925293,0.4931641,0.925293c0.0585938,0.168457,0.0908203,0.4521484,0.0908203,0.4521484
+ c0.0595703,0.0507812,0.3041992,0.7495117,0.3041992,0.7495117C6.203125,6.15625,6.3979492,6.765625,6.3979492,6.765625
+ C6.5507812,7.25,6.6591797,6.9345703,6.6591797,6.9345703C6.590332,6.8232422,6.543457,5.5878906,6.543457,5.5878906
+ c-0.0478516-0.1079102-0.1308594-0.934082-0.1308594-0.934082C6.4316406,4.5585938,6.284668,3.8183594,6.284668,3.8183594
+ c-0.2758789-0.546875,0.0932617-0.8120117,0.0932617-0.8120117c0.581543-0.0668945,0.6782227,0.4663086,0.6782227,0.4663086
+ C7.1176758,3.503418,7.2929688,4.3276367,7.2929688,4.3276367C7.4204102,4.3725586,7.581543,5.4902344,7.581543,5.4902344
+ c0.0844727,0.0366211,0.1450195,0.9770508,0.1450195,0.9770508C7.7661133,6.949707,7.8666992,6.7915039,7.8666992,6.7915039
+ c0.1855469-0.0239258,0.1743164-0.3032227,0.1743164-0.3032227C8.0229492,6.3466797,8.0986328,5.6293945,8.0986328,5.6293945
+ c-0.0322266-0.184082,0.0820312-0.7553711,0.0820312-0.7553711c0.0532227-0.1479492-0.0126953-0.496582-0.0126953-0.496582
+ L8.097168,4.0478516C7.9711914,3.09375,8.6020508,3.3339844,8.6020508,3.3339844
+ C8.9370117,3.3588867,9.03125,4.3647461,9.03125,4.3647461C9.0078125,4.597168,9.0634766,4.7670898,9.0634766,4.7670898
+ c0.0546875,0.0693359,0.0732422,1.0024414,0.0732422,1.0024414c0.0273438,0.0839844,0.0029297,0.7709961,0.0029297,0.7709961
+ c-0.0380859,0.190918,0.0078125,0.4165039,0.0078125,0.4165039c0.0615234,0.0327148,0.1289062,0.7172852,0.1289062,0.7172852
+ c0.0732422,0.4296875,0.6347656,0.6757812,0.6347656,0.6757812c0.1494141,0.0483398,0.4931641-0.8745117,0.4931641-0.8745117
+ c0.0585938-0.0688477,0.15625-0.3261719,0.15625-0.3261719c0.328125-1.0844727,1.0830078-0.9985352,1.0830078-0.9985352
+ C12.2001953,6.1982422,11.8974609,6.6948242,11.8974609,6.6948242z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Error</title>
+ <desc>Error Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #fff;}
+ .Lower1 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconError">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.1914062,1.9995117H4.8076172L1,5.8071289
+ v5.3842773L4.8076172,15h5.3837891L14,11.1914062V5.8071289L10.1914062,1.9995117z M11.8974609,7.6943359
+ c0.0458984,0.1064453-0.3808594,0.9941406-0.3808594,0.9941406c-0.125,0.1733398-0.4726562,1.2333984-0.4726562,1.2333984
+ c-0.2128906,1.0664062-1.1972656,2.3632812-1.1972656,2.3632812c-0.2558594,0.484375-1.2773438,0.6621094-1.2773438,0.6621094
+ l-0.7124023-0.0019531c-1.0195312,0.2265625-1.6601562-0.3183594-1.6601562-0.3183594
+ c-0.480957-0.4296875-0.9008789-1.15625-0.9008789-1.15625c0.0234375-0.1152344-0.6269531-1.7421875-0.6269531-1.7421875
+ C4.6474609,9.6054688,3.9570312,8.6420898,3.9570312,8.6420898C3.8701172,8.5068359,3.4023438,7.7841797,3.4023438,7.7841797
+ C2.6064453,6.6630859,3.1796875,6.5166016,3.1796875,6.5166016c0.3251953-0.1557617,0.6943359,0.6074219,0.6943359,0.6074219
+ c0.0673828,0.2299805,0.3046875,0.5136719,0.3046875,0.5136719c0.1015625,0.1767578,0.53125,0.6342773,0.53125,0.6342773
+ c0.1552734,0.1293945,0.3759766,0.3891602,0.3759766,0.3891602c0.2119141,0.4160156,0.5107422,0.0585938,0.5107422,0.0585938
+ c0.0322266-0.0527344-0.40625-1.2641602-0.40625-1.2641602c-0.1298828-0.144043-0.2666016-1.277832-0.2666016-1.277832
+ C4.8427734,6.0244141,4.7529297,5.453125,4.7529297,5.453125C4.6074219,4.7128906,5.1337891,4.7954102,5.1337891,4.7954102
+ c0.4550781-0.0117188,0.4931641,0.925293,0.4931641,0.925293c0.0585938,0.168457,0.0908203,0.4521484,0.0908203,0.4521484
+ c0.0595703,0.0507812,0.3041992,0.7495117,0.3041992,0.7495117C6.203125,7.1557617,6.3979492,7.7651367,6.3979492,7.7651367
+ c0.152832,0.484375,0.2612305,0.1689453,0.2612305,0.1689453C6.590332,7.8227539,6.543457,6.5874023,6.543457,6.5874023
+ c-0.0478516-0.1079102-0.1308594-0.934082-0.1308594-0.934082C6.4316406,5.5581055,6.284668,4.8178711,6.284668,4.8178711
+ c-0.2758789-0.546875,0.0932617-0.8120117,0.0932617-0.8120117C6.9594727,3.9389648,7.0561523,4.472168,7.0561523,4.472168
+ c0.0615234,0.0307617,0.2368164,0.8549805,0.2368164,0.8549805C7.4204102,5.3720703,7.581543,6.4897461,7.581543,6.4897461
+ c0.0844727,0.0366211,0.1450195,0.9770508,0.1450195,0.9770508c0.0395508,0.4824219,0.1401367,0.3242188,0.1401367,0.3242188
+ C8.0522461,7.7670898,8.0410156,7.487793,8.0410156,7.487793C8.0229492,7.3461914,8.0986328,6.6289062,8.0986328,6.6289062
+ c-0.0322266-0.184082,0.0820312-0.7553711,0.0820312-0.7553711c0.0532227-0.1479492-0.0126953-0.496582-0.0126953-0.496582
+ L8.097168,5.0473633C7.9711914,4.0932617,8.6020508,4.3334961,8.6020508,4.3334961
+ C8.9370117,4.3583984,9.03125,5.3642578,9.03125,5.3642578C9.0078125,5.5966797,9.0634766,5.7666016,9.0634766,5.7666016
+ C9.1181641,5.8359375,9.1367188,6.769043,9.1367188,6.769043c0.0273438,0.0839844,0.0029297,0.7709961,0.0029297,0.7709961
+ C9.1015625,7.730957,9.1474609,7.956543,9.1474609,7.956543c0.0615234,0.0327148,0.1289062,0.7172852,0.1289062,0.7172852
+ c0.0732422,0.4296875,0.6347656,0.6757812,0.6347656,0.6757812c0.1494141,0.0488281,0.4931641-0.8745117,0.4931641-0.8745117
+ c0.0585938-0.0688477,0.15625-0.3261719,0.15625-0.3261719c0.328125-1.0844727,1.0830078-0.9985352,1.0830078-0.9985352
+ C12.2001953,7.1977539,11.8974609,7.6943359,11.8974609,7.6943359z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.1914062,1H4.8076172L1,4.8076172v5.3847656
+ L4.8076172,14h5.3837891L14,10.1923828V4.8076172L10.1914062,1z M11.8974609,6.6948242
+ c0.0458984,0.1064453-0.3808594,0.9941406-0.3808594,0.9941406c-0.125,0.1733398-0.4726562,1.2338867-0.4726562,1.2338867
+ c-0.2128906,1.0654297-1.1972656,2.3623047-1.1972656,2.3623047c-0.2558594,0.484375-1.2773438,0.6621094-1.2773438,0.6621094
+ l-0.7124023-0.0019531c-1.0195312,0.2265625-1.6601562-0.3183594-1.6601562-0.3183594
+ c-0.480957-0.4296875-0.9008789-1.15625-0.9008789-1.15625c0.0234375-0.1152344-0.6269531-1.7421875-0.6269531-1.7421875
+ C4.6474609,8.605957,3.9570312,7.6425781,3.9570312,7.6425781C3.8701172,7.5073242,3.4023438,6.784668,3.4023438,6.784668
+ C2.6064453,5.6635742,3.1796875,5.5170898,3.1796875,5.5170898c0.3251953-0.1557617,0.6943359,0.6074219,0.6943359,0.6074219
+ c0.0673828,0.2299805,0.3046875,0.5136719,0.3046875,0.5136719c0.1015625,0.1767578,0.53125,0.6342773,0.53125,0.6342773
+ c0.1552734,0.1293945,0.3759766,0.3891602,0.3759766,0.3891602c0.2119141,0.4160156,0.5107422,0.0585938,0.5107422,0.0585938
+ c0.0322266-0.0527344-0.40625-1.2641602-0.40625-1.2641602c-0.1298828-0.144043-0.2666016-1.277832-0.2666016-1.277832
+ C4.8427734,5.0249023,4.7529297,4.4536133,4.7529297,4.4536133C4.6074219,3.7133789,5.1337891,3.7958984,5.1337891,3.7958984
+ c0.4550781-0.0117188,0.4931641,0.925293,0.4931641,0.925293c0.0585938,0.168457,0.0908203,0.4521484,0.0908203,0.4521484
+ c0.0595703,0.0507812,0.3041992,0.7495117,0.3041992,0.7495117C6.203125,6.15625,6.3979492,6.765625,6.3979492,6.765625
+ C6.5507812,7.25,6.6591797,6.9345703,6.6591797,6.9345703C6.590332,6.8232422,6.543457,5.5878906,6.543457,5.5878906
+ c-0.0478516-0.1079102-0.1308594-0.934082-0.1308594-0.934082C6.4316406,4.5585938,6.284668,3.8183594,6.284668,3.8183594
+ c-0.2758789-0.546875,0.0932617-0.8120117,0.0932617-0.8120117c0.581543-0.0668945,0.6782227,0.4663086,0.6782227,0.4663086
+ C7.1176758,3.503418,7.2929688,4.3276367,7.2929688,4.3276367C7.4204102,4.3725586,7.581543,5.4902344,7.581543,5.4902344
+ c0.0844727,0.0366211,0.1450195,0.9770508,0.1450195,0.9770508C7.7661133,6.949707,7.8666992,6.7915039,7.8666992,6.7915039
+ c0.1855469-0.0239258,0.1743164-0.3032227,0.1743164-0.3032227C8.0229492,6.3466797,8.0986328,5.6293945,8.0986328,5.6293945
+ c-0.0322266-0.184082,0.0820312-0.7553711,0.0820312-0.7553711c0.0532227-0.1479492-0.0126953-0.496582-0.0126953-0.496582
+ L8.097168,4.0478516C7.9711914,3.09375,8.6020508,3.3339844,8.6020508,3.3339844
+ C8.9370117,3.3588867,9.03125,4.3647461,9.03125,4.3647461C9.0078125,4.597168,9.0634766,4.7670898,9.0634766,4.7670898
+ c0.0546875,0.0693359,0.0732422,1.0024414,0.0732422,1.0024414c0.0273438,0.0839844,0.0029297,0.7709961,0.0029297,0.7709961
+ c-0.0380859,0.190918,0.0078125,0.4165039,0.0078125,0.4165039c0.0615234,0.0327148,0.1289062,0.7172852,0.1289062,0.7172852
+ c0.0732422,0.4296875,0.6347656,0.6757812,0.6347656,0.6757812c0.1494141,0.0483398,0.4931641-0.8745117,0.4931641-0.8745117
+ c0.0585938-0.0688477,0.15625-0.3261719,0.15625-0.3261719c0.328125-1.0844727,1.0830078-0.9985352,1.0830078-0.9985352
+ C12.2001953,6.1982422,11.8974609,6.6948242,11.8974609,6.6948242z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>External Link</title>
+ <desc>External Link Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconExternalLink">
+ <g class="Lower1">
+ <path id="LargeSquare2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M4.4545898,3
+ C4.2045898,3,4,3.2045898,4,3.4545898v9.0913086C4,12.7958984,4.2045898,13,4.4545898,13h9.0913086
+ C13.7958984,13,14,12.7958984,14,12.5458984V3.4545898C14,3.2045898,13.7958984,3,13.5458984,3H4.4545898z M13,11.5146484
+ C13,11.7822266,12.7822266,12,12.5146484,12H5.484375C5.2182617,12,5,11.7822266,5,11.5146484V4.484375
+ C5,4.2182617,5.2182617,4,5.484375,4h7.0302734C12.7822266,4,13,4.2182617,13,4.484375V11.5146484z"/>
+ <path id="SmallSquare2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9,13.5
+ C9,13.7753906,8.7749023,14,8.5,14h-5C3.2250977,14,3,13.7753906,3,13.5v-5C3,8.2246094,3.2250977,8,3.5,8V7h-1
+ C2.2250977,7,2,7.2250977,2,7.5v7C2,14.7753906,2.2250977,15,2.5,15h7c0.2753906,0,0.5-0.2246094,0.5-0.5v-1H9z"/>
+ </g>
+ <g class="Upper1">
+ <path id="LargeSquare1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M4.4545898,2
+ C4.2045898,2,4,2.2045898,4,2.4545898v9.0913086C4,11.7958984,4.2045898,12,4.4545898,12h9.0913086
+ C13.7958984,12,14,11.7958984,14,11.5458984V2.4545898C14,2.2045898,13.7958984,2,13.5458984,2H4.4545898z M13,10.5146484
+ C13,10.7822266,12.7822266,11,12.5146484,11H5.484375C5.2182617,11,5,10.7822266,5,10.5146484V3.484375
+ C5,3.2182617,5.2182617,3,5.484375,3h7.0302734C12.7822266,3,13,3.2182617,13,3.484375V10.5146484z"/>
+ <path id="SmallSquare1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9,12.5C9,12.7753906,8.7749023,13,8.5,13
+ h-5C3.2250977,13,3,12.7753906,3,12.5v-5C3,7.2250977,3.2250977,7,3.5,7V6h-1C2.2250977,6,2,6.2250977,2,6.5v7
+ C2,13.7753906,2.2250977,14,2.5,14h7c0.2753906,0,0.5-0.2246094,0.5-0.5v-1H9z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>External Link</title>
+ <desc>External Link Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconExternalLink">
+ <g class="Lower1">
+ <path id="LargeSquare2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M4.4545898,3
+ C4.2045898,3,4,3.2045898,4,3.4545898v9.0913086C4,12.7958984,4.2045898,13,4.4545898,13h9.0913086
+ C13.7958984,13,14,12.7958984,14,12.5458984V3.4545898C14,3.2045898,13.7958984,3,13.5458984,3H4.4545898z M13,11.5146484
+ C13,11.7822266,12.7822266,12,12.5146484,12H5.484375C5.2182617,12,5,11.7822266,5,11.5146484V4.484375
+ C5,4.2182617,5.2182617,4,5.484375,4h7.0302734C12.7822266,4,13,4.2182617,13,4.484375V11.5146484z"/>
+ <path id="SmallSquare2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9,13.5
+ C9,13.7753906,8.7749023,14,8.5,14h-5C3.2250977,14,3,13.7753906,3,13.5v-5C3,8.2246094,3.2250977,8,3.5,8V7h-1
+ C2.2250977,7,2,7.2250977,2,7.5v7C2,14.7753906,2.2250977,15,2.5,15h7c0.2753906,0,0.5-0.2246094,0.5-0.5v-1H9z"/>
+ </g>
+ <g class="Upper1">
+ <path id="LargeSquare1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M4.4545898,2
+ C4.2045898,2,4,2.2045898,4,2.4545898v9.0913086C4,11.7958984,4.2045898,12,4.4545898,12h9.0913086
+ C13.7958984,12,14,11.7958984,14,11.5458984V2.4545898C14,2.2045898,13.7958984,2,13.5458984,2H4.4545898z M13,10.5146484
+ C13,10.7822266,12.7822266,11,12.5146484,11H5.484375C5.2182617,11,5,10.7822266,5,10.5146484V3.484375
+ C5,3.2182617,5.2182617,3,5.484375,3h7.0302734C12.7822266,3,13,3.2182617,13,3.484375V10.5146484z"/>
+ <path id="SmallSquare1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9,12.5C9,12.7753906,8.7749023,13,8.5,13
+ h-5C3.2250977,13,3,12.7753906,3,12.5v-5C3,7.2250977,3.2250977,7,3.5,7V6h-1C2.2250977,6,2,6.2250977,2,6.5v7
+ C2,13.7753906,2.2250977,14,2.5,14h7c0.2753906,0,0.5-0.2246094,0.5-0.5v-1H9z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Eye</title>
+ <desc>Eye Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEye">
+ <g class="Lower1">
+ <path id="Lids2" d="M8,4C4.409668,4,1,8.5,1,8.5S4.409668,13,8,13c3.5898438,0,7-4.5,7-4.5
+ S11.5898438,4,8,4z M8,11.75c-2.1796875,0-4.3369141-1.8105469-5.5-3.25C3.6635742,7.0605469,5.8208008,5.25,8,5.25
+ c2.1796875,0,4.3369141,1.8115234,5.5,3.2509766C12.3398438,9.9404297,10.1875,11.75,8,11.75z"/>
+ <path id="Pupil2" d="M8,5.9995117c-1.3808594,0-2.5,1.1191406-2.5,2.5C5.5,9.8798828,6.6191406,11,8,11
+ s2.5-1.1201172,2.5-2.5004883C10.5,7.1186523,9.3808594,5.9995117,8,5.9995117z M8,9.25c-0.4145508,0-0.75-0.3354492-0.75-0.75
+ S7.5854492,7.75,8,7.75S8.75,8.0854492,8.75,8.5S8.4145508,9.25,8,9.25z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Lids1" d="M8,3C4.409668,3,1,7.5,1,7.5S4.409668,12,8,12c3.5898438,0,7-4.5,7-4.5S11.5898438,3,8,3
+ z M8,10.75c-2.1796875,0-4.3369141-1.8105469-5.5-3.25C3.6635742,6.0605469,5.8208008,4.25,8,4.25
+ c2.1796875,0,4.3369141,1.8115234,5.5,3.2509766C12.3398438,8.9404297,10.1875,10.75,8,10.75z"/>
+ <path id="Pupil1" d="M8,4.9995117c-1.3808594,0-2.5,1.1191406-2.5,2.5C5.5,8.8798828,6.6191406,10,8,10
+ s2.5-1.1201172,2.5-2.5004883C10.5,6.1186523,9.3808594,4.9995117,8,4.9995117z M8,8.25c-0.4145508,0-0.75-0.3354492-0.75-0.75
+ S7.5854492,6.75,8,6.75S8.75,7.0854492,8.75,7.5S8.4145508,8.25,8,8.25z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Eye</title>
+ <desc>Eye Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconEye">
+ <g class="Lower1">
+ <path id="Lids2" d="M8,4C4.409668,4,1,8.5,1,8.5S4.409668,13,8,13c3.5898438,0,7-4.5,7-4.5
+ S11.5898438,4,8,4z M8,11.75c-2.1796875,0-4.3369141-1.8105469-5.5-3.25C3.6635742,7.0605469,5.8208008,5.25,8,5.25
+ c2.1796875,0,4.3369141,1.8115234,5.5,3.2509766C12.3398438,9.9404297,10.1875,11.75,8,11.75z"/>
+ <path id="Pupil2" d="M8,5.9995117c-1.3808594,0-2.5,1.1191406-2.5,2.5C5.5,9.8798828,6.6191406,11,8,11
+ s2.5-1.1201172,2.5-2.5004883C10.5,7.1186523,9.3808594,5.9995117,8,5.9995117z M8,9.25c-0.4145508,0-0.75-0.3354492-0.75-0.75
+ S7.5854492,7.75,8,7.75S8.75,8.0854492,8.75,8.5S8.4145508,9.25,8,9.25z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Lids1" d="M8,3C4.409668,3,1,7.5,1,7.5S4.409668,12,8,12c3.5898438,0,7-4.5,7-4.5S11.5898438,3,8,3
+ z M8,10.75c-2.1796875,0-4.3369141-1.8105469-5.5-3.25C3.6635742,6.0605469,5.8208008,4.25,8,4.25
+ c2.1796875,0,4.3369141,1.8115234,5.5,3.2509766C12.3398438,8.9404297,10.1875,10.75,8,10.75z"/>
+ <path id="Pupil1" d="M8,4.9995117c-1.3808594,0-2.5,1.1191406-2.5,2.5C5.5,8.8798828,6.6191406,10,8,10
+ s2.5-1.1201172,2.5-2.5004883C10.5,6.1186523,9.3808594,4.9995117,8,4.9995117z M8,8.25c-0.4145508,0-0.75-0.3354492-0.75-0.75
+ S7.5854492,6.75,8,6.75S8.75,7.0854492,8.75,7.5S8.4145508,8.25,8,8.25z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Fire</title>
+ <desc>Fire Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFire">
+ <path class="Lower1" d="M9.0273438,14.7871094c0.5078125-0.2421875,0.7636719-1.0253906,0.5292969-1.7402344
+ c-0.328125-1.0136719-1.3266602-0.9023438-1.1938477-2.5234375c-0.6201172,0.4628906-0.6572266,1.0351562-0.6123047,1.7246094
+ c-1.6899414-0.5800781,0.8935547-2.078125-0.7592773-3.8637695c0.0927734,1.5161133-0.2973633,2.6391602-1.6855469,3.3325195
+ c0.0883789-0.4785156,0.0458984-1.1230469-0.2480469-1.4882812c-0.1518555,1.4121094-1.1245117,1.65625-1.2075195,2.7304688
+ C3.7973633,13.6503906,3.7973633,14.1835938,4.5039062,15c-0.8486328-0.3574219-2.4194336-0.5-3.1235352-2.2285156
+ c-1.4467773-3.5546875,1.512207-4.3012695,1.6616211-6.9501953C3.0708008,5.2998047,2.9824219,5.175293,2.6459961,4.8916016
+ C4.3046875,5.5859375,4.2045898,6.878418,4.2402344,8.4018555C4.559082,8.1181641,4.7333984,7.8886719,4.7172852,6.8291016
+ C4.6948242,5.3422852,3.0864258,4.1474609,6.2412109,1C5.6704102,4.2695312,5.3041992,5.1469727,8.9848633,7.3901367
+ C8.4985352,6.2197266,8.6313477,4.5195312,10.34375,3.9311523C9.9140625,4.6791992,9.8144531,5.5449219,9.8964844,6.0253906
+ c0.4355469,2.5268555,2.2050781,1.284668,2.2050781,5.0429688C12.1015625,13.3359375,10.6894531,14.609375,9.0273438,14.7871094z"
+ />
+ <path class="Upper1" d="M9.0273438,13.7871094c0.5078125-0.2421875,0.7636719-1.0253906,0.5292969-1.7402344
+ c-0.328125-1.0136719-1.3266602-0.9023438-1.1938477-2.5234375c-0.6201172,0.4628906-0.6572266,1.0351562-0.6123047,1.7246094
+ c-1.6899414-0.5800781,0.8935547-2.078125-0.7592773-3.8637695c0.0927734,1.5161133-0.2973633,2.6391602-1.6855469,3.3325195
+ C5.394043,10.2382812,5.3515625,9.59375,5.0576172,9.2285156c-0.1518555,1.4121094-1.1245117,1.65625-1.2075195,2.7304688
+ C3.7973633,12.6503906,3.7973633,13.1835938,4.5039062,14c-0.8486328-0.3574219-2.4194336-0.5-3.1235352-2.2285156
+ c-1.4467773-3.5546875,1.512207-4.3012695,1.6616211-6.9501953C3.0708008,4.2998047,2.9824219,4.175293,2.6459961,3.8916016
+ C4.3046875,4.5859375,4.2045898,5.878418,4.2402344,7.4018555C4.559082,7.1181641,4.7333984,6.8886719,4.7172852,5.8291016
+ C4.6948242,4.3422852,3.0864258,3.1474609,6.2412109,0C5.6704102,3.2695312,5.3041992,4.1469727,8.9848633,6.3901367
+ C8.4985352,5.2197266,8.6313477,3.5195312,10.34375,2.9311523C9.9140625,3.6791992,9.8144531,4.5449219,9.8964844,5.0253906
+ c0.4355469,2.5268555,2.2050781,1.284668,2.2050781,5.0429688C12.1015625,12.3359375,10.6894531,13.609375,9.0273438,13.7871094z"
+ />
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Fire</title>
+ <desc>Fire Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFire">
+ <path class="Lower1" d="M9.0273438,14.7871094c0.5078125-0.2421875,0.7636719-1.0253906,0.5292969-1.7402344
+ c-0.328125-1.0136719-1.3266602-0.9023438-1.1938477-2.5234375c-0.6201172,0.4628906-0.6572266,1.0351562-0.6123047,1.7246094
+ c-1.6899414-0.5800781,0.8935547-2.078125-0.7592773-3.8637695c0.0927734,1.5161133-0.2973633,2.6391602-1.6855469,3.3325195
+ c0.0883789-0.4785156,0.0458984-1.1230469-0.2480469-1.4882812c-0.1518555,1.4121094-1.1245117,1.65625-1.2075195,2.7304688
+ C3.7973633,13.6503906,3.7973633,14.1835938,4.5039062,15c-0.8486328-0.3574219-2.4194336-0.5-3.1235352-2.2285156
+ c-1.4467773-3.5546875,1.512207-4.3012695,1.6616211-6.9501953C3.0708008,5.2998047,2.9824219,5.175293,2.6459961,4.8916016
+ C4.3046875,5.5859375,4.2045898,6.878418,4.2402344,8.4018555C4.559082,8.1181641,4.7333984,7.8886719,4.7172852,6.8291016
+ C4.6948242,5.3422852,3.0864258,4.1474609,6.2412109,1C5.6704102,4.2695312,5.3041992,5.1469727,8.9848633,7.3901367
+ C8.4985352,6.2197266,8.6313477,4.5195312,10.34375,3.9311523C9.9140625,4.6791992,9.8144531,5.5449219,9.8964844,6.0253906
+ c0.4355469,2.5268555,2.2050781,1.284668,2.2050781,5.0429688C12.1015625,13.3359375,10.6894531,14.609375,9.0273438,14.7871094z"
+ />
+ <path class="Upper1" d="M9.0273438,13.7871094c0.5078125-0.2421875,0.7636719-1.0253906,0.5292969-1.7402344
+ c-0.328125-1.0136719-1.3266602-0.9023438-1.1938477-2.5234375c-0.6201172,0.4628906-0.6572266,1.0351562-0.6123047,1.7246094
+ c-1.6899414-0.5800781,0.8935547-2.078125-0.7592773-3.8637695c0.0927734,1.5161133-0.2973633,2.6391602-1.6855469,3.3325195
+ C5.394043,10.2382812,5.3515625,9.59375,5.0576172,9.2285156c-0.1518555,1.4121094-1.1245117,1.65625-1.2075195,2.7304688
+ C3.7973633,12.6503906,3.7973633,13.1835938,4.5039062,14c-0.8486328-0.3574219-2.4194336-0.5-3.1235352-2.2285156
+ c-1.4467773-3.5546875,1.512207-4.3012695,1.6616211-6.9501953C3.0708008,4.2998047,2.9824219,4.175293,2.6459961,3.8916016
+ C4.3046875,4.5859375,4.2045898,5.878418,4.2402344,7.4018555C4.559082,7.1181641,4.7333984,6.8886719,4.7172852,5.8291016
+ C4.6948242,4.3422852,3.0864258,3.1474609,6.2412109,0C5.6704102,3.2695312,5.3041992,4.1469727,8.9848633,6.3901367
+ C8.4985352,5.2197266,8.6313477,3.5195312,10.34375,2.9311523C9.9140625,3.6791992,9.8144531,4.5449219,9.8964844,5.0253906
+ c0.4355469,2.5268555,2.2050781,1.284668,2.2050781,5.0429688C12.1015625,12.3359375,10.6894531,13.609375,9.0273438,13.7871094z"
+ />
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Flag</title>
+ <desc>Flag Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFlag">
+ <g class="Lower1">
+ <path id="Flag2" d="M12,3.0004883c0,0.7001953,0,1.0498047,0,1.75
+ C10.1220703,4.0302734,8.6445312,4.4799805,7.5,4.75S4.8779297,5.4702148,3,4.7504883c0-0.7001953,0-1.0498047,0-1.75
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0S10.1220703,2.2807617,12,3.0004883z M7.5,5.1245117
+ C6.3554688,5.3945312,4.8779297,5.84375,3,5.1240234C3,5.8242188,3,6.175293,3,6.8754883
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0s2.6220703-0.7202148,4.5,0c0-0.7001953,0-1.0512695,0-1.7514648
+ C10.1220703,4.4042969,8.6445312,4.8544922,7.5,5.1245117z M7.5,7.2509766C6.3554688,7.5209961,4.8779297,7.9707031,3,7.2504883
+ C3,7.9506836,3,8.300293,3,9c1.8779297,0.7207031,3.3554688,0.2714844,4.5,0c1.1445312-0.2700195,2.6220703-0.7192383,4.5,0
+ c0-0.699707,0-1.0493164,0-1.7495117C10.1220703,6.5307617,8.6445312,6.980957,7.5,7.2509766z"/>
+ <path id="Mast2" d="M2.5,2.0004883c-0.2749023,0-0.5,0.3183594-0.5,0.7070312v11.5854492
+ C2,14.6816406,2.2250977,15,2.5,15S3,14.6816406,3,14.2929688V2.7075195C3,2.3188477,2.7749023,2.0004883,2.5,2.0004883z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Flag1" d="M12,2c0,0.7001953,0,1.0498047,0,1.75
+ c-1.8779297-0.7202148-3.3554688-0.2705078-4.5-0.0004883S4.8779297,4.4697266,3,3.75C3,3.0498047,3,2.7001953,3,2
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0S10.1220703,1.2802734,12,2z M7.5,4.1240234
+ C6.3554688,4.394043,4.8779297,4.8432617,3,4.1235352C3,4.8237305,3,5.1748047,3,5.875
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0s2.6220703-0.7202148,4.5,0c0-0.7001953,0-1.0512695,0-1.7514648
+ C10.1220703,3.4038086,8.6445312,3.8540039,7.5,4.1240234z M7.5,6.2504883C6.3554688,6.5205078,4.8779297,6.9702148,3,6.25
+ C3,6.9501953,3,7.2998047,3,8c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0s2.6220703-0.7197266,4.5,0
+ c0-0.7001953,0-1.0498047,0-1.75C10.1220703,5.5302734,8.6445312,5.9804688,7.5,6.2504883z"/>
+ <path id="Mast1" d="M2.5,1C2.2250977,1,2,1.3183594,2,1.7070312v11.5859375
+ C2,13.6816406,2.2250977,14,2.5,14S3,13.6816406,3,13.2929688V1.7070312C3,1.3183594,2.7749023,1,2.5,1z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Flag</title>
+ <desc>Flag Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFlag">
+ <g class="Lower1">
+ <path id="Flag2" d="M12,3.0004883c0,0.7001953,0,1.0498047,0,1.75
+ C10.1220703,4.0302734,8.6445312,4.4799805,7.5,4.75S4.8779297,5.4702148,3,4.7504883c0-0.7001953,0-1.0498047,0-1.75
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0S10.1220703,2.2807617,12,3.0004883z M7.5,5.1245117
+ C6.3554688,5.3945312,4.8779297,5.84375,3,5.1240234C3,5.8242188,3,6.175293,3,6.8754883
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0s2.6220703-0.7202148,4.5,0c0-0.7001953,0-1.0512695,0-1.7514648
+ C10.1220703,4.4042969,8.6445312,4.8544922,7.5,5.1245117z M7.5,7.2509766C6.3554688,7.5209961,4.8779297,7.9707031,3,7.2504883
+ C3,7.9506836,3,8.300293,3,9c1.8779297,0.7207031,3.3554688,0.2714844,4.5,0c1.1445312-0.2700195,2.6220703-0.7192383,4.5,0
+ c0-0.699707,0-1.0493164,0-1.7495117C10.1220703,6.5307617,8.6445312,6.980957,7.5,7.2509766z"/>
+ <path id="Mast2" d="M2.5,2.0004883c-0.2749023,0-0.5,0.3183594-0.5,0.7070312v11.5854492
+ C2,14.6816406,2.2250977,15,2.5,15S3,14.6816406,3,14.2929688V2.7075195C3,2.3188477,2.7749023,2.0004883,2.5,2.0004883z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Flag1" d="M12,2c0,0.7001953,0,1.0498047,0,1.75
+ c-1.8779297-0.7202148-3.3554688-0.2705078-4.5-0.0004883S4.8779297,4.4697266,3,3.75C3,3.0498047,3,2.7001953,3,2
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0S10.1220703,1.2802734,12,2z M7.5,4.1240234
+ C6.3554688,4.394043,4.8779297,4.8432617,3,4.1235352C3,4.8237305,3,5.1748047,3,5.875
+ c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0s2.6220703-0.7202148,4.5,0c0-0.7001953,0-1.0512695,0-1.7514648
+ C10.1220703,3.4038086,8.6445312,3.8540039,7.5,4.1240234z M7.5,6.2504883C6.3554688,6.5205078,4.8779297,6.9702148,3,6.25
+ C3,6.9501953,3,7.2998047,3,8c1.8779297,0.7197266,3.3554688,0.2705078,4.5,0s2.6220703-0.7197266,4.5,0
+ c0-0.7001953,0-1.0498047,0-1.75C10.1220703,5.5302734,8.6445312,5.9804688,7.5,6.2504883z"/>
+ <path id="Mast1" d="M2.5,1C2.2250977,1,2,1.3183594,2,1.7070312v11.5859375
+ C2,13.6816406,2.2250977,14,2.5,14S3,13.6816406,3,13.2929688V1.7070312C3,1.3183594,2.7749023,1,2.5,1z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Flash</title>
+ <desc>Flash Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFlash">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,2 6,2 2,10 6,9 2,15 14,6 8.5,7"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,1 6,1 2,9 6,8 2,14 14,5 8.5,6"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Flash</title>
+ <desc>Flash Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFlash">
+ <polygon class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,2 6,2 2,10 6,9 2,15 14,6 8.5,7"/>
+ <polygon class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,1 6,1 2,9 6,8 2,14 14,5 8.5,6"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Flower</title>
+ <desc>Flower Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFlower">
+ <path class="Lower1" d="M14,8.5004883c0-0.4125977-1.2666016-0.769043-3.0615234-0.9213867
+ c1.4775391-1.0288086,2.3974609-1.9711914,2.1904297-2.3286133s-1.4814453-0.0327148-3.1113281,0.7324219
+ C10.7832031,4.3530273,11.1074219,3.0776367,10.75,2.8710938s-1.2998047,0.7128906-2.3286133,2.190918
+ C8.269043,3.2675781,7.9125977,2.0004883,7.5,2.0004883S6.730957,3.2675781,6.5786133,5.0620117
+ C5.5498047,3.5839844,4.6074219,2.6645508,4.25,2.8710938S4.2172852,4.3530273,4.9829102,5.9833984
+ c-1.6303711-0.765625-2.9057617-1.090332-3.1123047-0.7329102s0.7128906,1.2998047,2.190918,2.3286133
+ C2.2670898,7.7314453,1,8.0878906,1,8.5004883s1.2670898,0.769043,3.0615234,0.9213867
+ C2.5834961,10.4511719,1.6640625,11.3925781,1.8706055,11.75s1.4819336,0.0332031,3.1118164-0.7324219
+ C4.2172852,12.6484375,3.8925781,13.921875,4.25,14.1289062s1.2998047-0.7128906,2.3286133-2.1894531
+ C6.730957,13.734375,7.0874023,15,7.5,15s0.769043-1.265625,0.9213867-3.0605469
+ c1.0288086,1.4765625,1.9711914,2.3964844,2.3286133,2.1894531s0.0332031-1.4804688-0.7324219-3.1113281
+ c1.6298828,0.765625,2.9042969,1.0898438,3.1113281,0.7324219s-0.7128906-1.2988281-2.1904297-2.328125
+ C12.7333984,9.2695312,14,8.9130859,14,8.5004883z"/>
+ <path class="Upper1" d="M14,7.5c0-0.4125977-1.2666016-0.769043-3.0615234-0.9213867
+ C12.4160156,5.5498047,13.3359375,4.6074219,13.1289062,4.25s-1.4814453-0.0327148-3.1113281,0.7324219
+ C10.7832031,3.3525391,11.1074219,2.0771484,10.75,1.8706055s-1.2998047,0.7128906-2.3286133,2.190918
+ C8.269043,2.2670898,7.9125977,1,7.5,1S6.730957,2.2670898,6.5786133,4.0615234
+ C5.5498047,2.5834961,4.6074219,1.6640625,4.25,1.8706055S4.2172852,3.3525391,4.9829102,4.9829102
+ C3.3525391,4.2172852,2.0771484,3.8925781,1.8706055,4.25s0.7128906,1.2998047,2.190918,2.3286133
+ C2.2670898,6.730957,1,7.0874023,1,7.5s1.2670898,0.769043,3.0615234,0.9213867
+ C2.5834961,9.4501953,1.6640625,10.3925781,1.8706055,10.75s1.4819336,0.0322266,3.1118164-0.7324219
+ C4.2172852,11.6474609,3.8925781,12.921875,4.25,13.1289062s1.2998047-0.7128906,2.3286133-2.1904297
+ C6.730957,12.7333984,7.0874023,14,7.5,14s0.769043-1.2666016,0.9213867-3.0615234
+ c1.0288086,1.4775391,1.9711914,2.3974609,2.3286133,2.1904297s0.0332031-1.4814453-0.7324219-3.1113281
+ c1.6298828,0.765625,2.9042969,1.0898438,3.1113281,0.7324219s-0.7128906-1.2998047-2.1904297-2.3286133
+ C12.7333984,8.269043,14,7.9125977,14,7.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Flower</title>
+ <desc>Flower Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFlower">
+ <path class="Lower1" d="M14,8.5004883c0-0.4125977-1.2666016-0.769043-3.0615234-0.9213867
+ c1.4775391-1.0288086,2.3974609-1.9711914,2.1904297-2.3286133s-1.4814453-0.0327148-3.1113281,0.7324219
+ C10.7832031,4.3530273,11.1074219,3.0776367,10.75,2.8710938s-1.2998047,0.7128906-2.3286133,2.190918
+ C8.269043,3.2675781,7.9125977,2.0004883,7.5,2.0004883S6.730957,3.2675781,6.5786133,5.0620117
+ C5.5498047,3.5839844,4.6074219,2.6645508,4.25,2.8710938S4.2172852,4.3530273,4.9829102,5.9833984
+ c-1.6303711-0.765625-2.9057617-1.090332-3.1123047-0.7329102s0.7128906,1.2998047,2.190918,2.3286133
+ C2.2670898,7.7314453,1,8.0878906,1,8.5004883s1.2670898,0.769043,3.0615234,0.9213867
+ C2.5834961,10.4511719,1.6640625,11.3925781,1.8706055,11.75s1.4819336,0.0332031,3.1118164-0.7324219
+ C4.2172852,12.6484375,3.8925781,13.921875,4.25,14.1289062s1.2998047-0.7128906,2.3286133-2.1894531
+ C6.730957,13.734375,7.0874023,15,7.5,15s0.769043-1.265625,0.9213867-3.0605469
+ c1.0288086,1.4765625,1.9711914,2.3964844,2.3286133,2.1894531s0.0332031-1.4804688-0.7324219-3.1113281
+ c1.6298828,0.765625,2.9042969,1.0898438,3.1113281,0.7324219s-0.7128906-1.2988281-2.1904297-2.328125
+ C12.7333984,9.2695312,14,8.9130859,14,8.5004883z"/>
+ <path class="Upper1" d="M14,7.5c0-0.4125977-1.2666016-0.769043-3.0615234-0.9213867
+ C12.4160156,5.5498047,13.3359375,4.6074219,13.1289062,4.25s-1.4814453-0.0327148-3.1113281,0.7324219
+ C10.7832031,3.3525391,11.1074219,2.0771484,10.75,1.8706055s-1.2998047,0.7128906-2.3286133,2.190918
+ C8.269043,2.2670898,7.9125977,1,7.5,1S6.730957,2.2670898,6.5786133,4.0615234
+ C5.5498047,2.5834961,4.6074219,1.6640625,4.25,1.8706055S4.2172852,3.3525391,4.9829102,4.9829102
+ C3.3525391,4.2172852,2.0771484,3.8925781,1.8706055,4.25s0.7128906,1.2998047,2.190918,2.3286133
+ C2.2670898,6.730957,1,7.0874023,1,7.5s1.2670898,0.769043,3.0615234,0.9213867
+ C2.5834961,9.4501953,1.6640625,10.3925781,1.8706055,10.75s1.4819336,0.0322266,3.1118164-0.7324219
+ C4.2172852,11.6474609,3.8925781,12.921875,4.25,13.1289062s1.2998047-0.7128906,2.3286133-2.1904297
+ C6.730957,12.7333984,7.0874023,14,7.5,14s0.769043-1.2666016,0.9213867-3.0615234
+ c1.0288086,1.4775391,1.9711914,2.3974609,2.3286133,2.1904297s0.0332031-1.4814453-0.7324219-3.1113281
+ c1.6298828,0.765625,2.9042969,1.0898438,3.1113281,0.7324219s-0.7128906-1.2998047-2.1904297-2.3286133
+ C12.7333984,8.269043,14,7.9125977,14,7.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Folder</title>
+ <desc>Folder Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFolder">
+ <path class="Lower1" d="M7.6855469,7H2.6450195C2.125,7,2,7.09375,2,7.6005859v5.7080078
+ C2,13.9111328,2.09375,14,2.6328125,14h9.6679688C12.890625,14,13,13.859375,13,13.2265625V5.6313477
+ C13,5.15625,12.890625,5,12.3525391,5h-2.0478516C9.921875,5,9.7929688,5.1108398,9.5810547,5.3125L8.3125,6.703125
+ C8.140625,6.90625,7.953125,7,7.6855469,7z M2,6.0004883h5.5L9.0205078,4.328125C9.2128906,4.1518555,9.453125,4,10,4h3
+ c0.59375,0,1,0.421875,1,1v9c0,0.59375-0.4375,1-0.9726562,1H2c-0.53125,0-0.9995117-0.4375-0.9995117-1V7
+ C1.0004883,6.3129883,1.3266602,6.0004883,2,6.0004883z"/>
+ <path class="Upper1" d="M7.6855469,6H2.6450195C2.125,6,2,6.09375,2,6.6005859v5.7080078
+ C2,12.9111328,2.09375,13,2.6328125,13h9.6679688C12.890625,13,13,12.859375,13,12.2265625V4.6313477
+ C13,4.15625,12.890625,4,12.3525391,4h-2.0478516C9.921875,4,9.7929688,4.1108398,9.5810547,4.3125L8.3125,5.703125
+ C8.140625,5.90625,7.953125,6,7.6855469,6z M2,5.0004883h5.5L9.0205078,3.328125C9.2128906,3.1518555,9.453125,3,10,3h3
+ c0.59375,0,1,0.421875,1,1v9c0,0.59375-0.4375,1-0.9726562,1H2c-0.53125,0-0.9995117-0.4375-0.9995117-1V6
+ C1.0004883,5.3129883,1.3266602,5.0004883,2,5.0004883z"/>
+ </g>
+</svg>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Folder</title>
+ <desc>Folder Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFolder">
+ <path class="Lower" d="M7.6855469,7H2.6450195C2.125,7,2,7.09375,2,7.6005859v5.7080078
+ C2,13.9111328,2.09375,14,2.6328125,14h9.6679688C12.890625,14,13,13.859375,13,13.2265625V5.6313477
+ C13,5.15625,12.890625,5,12.3525391,5h-2.0478516C9.921875,5,9.7929688,5.1108398,9.5810547,5.3125L8.3125,6.703125
+ C8.140625,6.90625,7.953125,7,7.6855469,7z M2,6.0004883h5.5L9.0205078,4.328125C9.2128906,4.1518555,9.453125,4,10,4h3
+ c0.59375,0,1,0.421875,1,1v9c0,0.59375-0.4375,1-0.9726562,1H2c-0.53125,0-0.9995117-0.4375-0.9995117-1V7
+ C1.0004883,6.3129883,1.3266602,6.0004883,2,6.0004883z"/>
+ <path class="Upper" d="M7.6855469,6H2.6450195C2.125,6,2,6.09375,2,6.6005859v5.7080078
+ C2,12.9111328,2.09375,13,2.6328125,13h9.6679688C12.890625,13,13,12.859375,13,12.2265625V4.6313477
+ C13,4.15625,12.890625,4,12.3525391,4h-2.0478516C9.921875,4,9.7929688,4.1108398,9.5810547,4.3125L8.3125,5.703125
+ C8.140625,5.90625,7.953125,6,7.6855469,6z M2,5.0004883h5.5L9.0205078,3.328125C9.2128906,3.1518555,9.453125,3,10,3h3
+ c0.59375,0,1,0.421875,1,1v9c0,0.59375-0.4375,1-0.9726562,1H2c-0.53125,0-0.9995117-0.4375-0.9995117-1V6
+ C1.0004883,5.3129883,1.3266602,5.0004883,2,5.0004883z"/>
+ </g>
+</svg>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Folder New</title>
+ <desc>Folder New Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFolderNew">
+ <g id="New">
+ <path class="Lower1" d="M13,4h-3C9.453125,4,9.2128906,4.1518555,9.0205078,4.328125L7.5,6.0004883H2
+ c-0.6733398,0-0.9995117,0.3125-0.9995117,0.9995117v7c0,0.5625,0.4682617,1,0.9995117,1h11.0273438C13.5625,15,14,14.59375,14,14
+ V5C14,4.421875,13.59375,4,13,4z M9.0332031,10.7763672l1.1230469,0.6181641
+ c0.2763672,0.1523438,0.3857422,0.4677734,0.2451172,0.7021484s-0.4853516,0.3037109-0.7607422,0.1503906l-1.1230469-0.6201172
+ c-0.2758789-0.1533203-0.5024414-0.0185547-0.5024414,0.2978516V13.125c0,0.3164062-0.2319336,0.5751953-0.5151367,0.5751953
+ c-0.2836914,0-0.515625-0.2587891-0.515625-0.5751953v-1.2001953c0-0.3164062-0.2265625-0.4511719-0.5024414-0.2978516
+ l-1.1230469,0.6201172c-0.2763672,0.1533203-0.6191406,0.0839844-0.7602539-0.1503906
+ c-0.1416016-0.234375-0.0307617-0.5498047,0.2456055-0.7021484l1.121582-0.6181641
+ c0.2758789-0.1523438,0.2758789-0.4023438,0-0.5546875l-1.121582-0.6171875
+ c-0.2763672-0.1533203-0.387207-0.4707031-0.2456055-0.7055664C4.7397461,8.6645508,5.0825195,8.5981445,5.3588867,8.75
+ l1.1230469,0.6191406C6.7578125,9.5214844,6.984375,9.3886719,6.984375,9.0722656V7.8740234
+ c0-0.315918,0.2319336-0.5742188,0.515625-0.5742188c0.2832031,0,0.5151367,0.2583008,0.5151367,0.5742188v1.1982422
+ c0,0.3164062,0.2265625,0.4492188,0.5024414,0.296875L9.640625,8.75c0.2753906-0.1513672,0.6201172-0.0854492,0.7607422,0.1489258
+ c0.140625,0.2348633,0.03125,0.5522461-0.2451172,0.7055664l-1.1230469,0.6171875
+ C8.7578125,10.3740234,8.7578125,10.6240234,9.0332031,10.7763672z"/>
+ <path class="Upper1" d="M13,3h-3C9.453125,3,9.2128906,3.1518555,9.0205078,3.328125L7.5,5.0004883H2
+ c-0.6733398,0-0.9995117,0.3125-0.9995117,0.9995117v7c0,0.5625,0.4682617,1,0.9995117,1h11.0273438C13.5625,14,14,13.59375,14,13
+ V4C14,3.421875,13.59375,3,13,3z M9.0332031,9.7763672l1.1230469,0.6181641
+ c0.2763672,0.1523438,0.3857422,0.4677734,0.2451172,0.7021484s-0.4853516,0.3037109-0.7607422,0.1503906l-1.1230469-0.6201172
+ c-0.2758789-0.1533203-0.5024414-0.0185547-0.5024414,0.2978516V12.125c0,0.3164062-0.2319336,0.5751953-0.5151367,0.5751953
+ c-0.2836914,0-0.515625-0.2587891-0.515625-0.5751953v-1.2001953c0-0.3164062-0.2265625-0.4511719-0.5024414-0.2978516
+ l-1.1230469,0.6201172c-0.2763672,0.1533203-0.6191406,0.0839844-0.7602539-0.1503906
+ c-0.1416016-0.234375-0.0307617-0.5498047,0.2456055-0.7021484l1.121582-0.6181641
+ c0.2758789-0.1523438,0.2758789-0.4023438,0-0.5546875l-1.121582-0.6171875
+ c-0.2763672-0.1533203-0.387207-0.4707031-0.2456055-0.7055664C4.7397461,7.6645508,5.0825195,7.5981445,5.3588867,7.75
+ l1.1230469,0.6191406c0.2758789,0.152832,0.5024414,0.019043,0.5024414-0.296875V6.8740234
+ c0-0.315918,0.2319336-0.5742188,0.515625-0.5742188c0.2832031,0,0.5151367,0.2583008,0.5151367,0.5742188v1.1982422
+ c0,0.315918,0.2265625,0.449707,0.5024414,0.296875L9.640625,7.75c0.2753906-0.1513672,0.6201172-0.0854492,0.7607422,0.1489258
+ c0.140625,0.2348633,0.03125,0.5522461-0.2451172,0.7055664L9.0332031,9.2216797
+ C8.7578125,9.3740234,8.7578125,9.6240234,9.0332031,9.7763672z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Folder New</title>
+ <desc>Folder New Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconFolderNew">
+ <g id="New">
+ <path class="Lower" d="M13,4h-3C9.453125,4,9.2128906,4.1518555,9.0205078,4.328125L7.5,6.0004883H2
+ c-0.6733398,0-0.9995117,0.3125-0.9995117,0.9995117v7c0,0.5625,0.4682617,1,0.9995117,1h11.0273438C13.5625,15,14,14.59375,14,14
+ V5C14,4.421875,13.59375,4,13,4z M9.0332031,10.7763672l1.1230469,0.6181641
+ c0.2763672,0.1523438,0.3857422,0.4677734,0.2451172,0.7021484s-0.4853516,0.3037109-0.7607422,0.1503906l-1.1230469-0.6201172
+ c-0.2758789-0.1533203-0.5024414-0.0185547-0.5024414,0.2978516V13.125c0,0.3164062-0.2319336,0.5751953-0.5151367,0.5751953
+ c-0.2836914,0-0.515625-0.2587891-0.515625-0.5751953v-1.2001953c0-0.3164062-0.2265625-0.4511719-0.5024414-0.2978516
+ l-1.1230469,0.6201172c-0.2763672,0.1533203-0.6191406,0.0839844-0.7602539-0.1503906
+ c-0.1416016-0.234375-0.0307617-0.5498047,0.2456055-0.7021484l1.121582-0.6181641
+ c0.2758789-0.1523438,0.2758789-0.4023438,0-0.5546875l-1.121582-0.6171875
+ c-0.2763672-0.1533203-0.387207-0.4707031-0.2456055-0.7055664C4.7397461,8.6645508,5.0825195,8.5981445,5.3588867,8.75
+ l1.1230469,0.6191406C6.7578125,9.5214844,6.984375,9.3886719,6.984375,9.0722656V7.8740234
+ c0-0.315918,0.2319336-0.5742188,0.515625-0.5742188c0.2832031,0,0.5151367,0.2583008,0.5151367,0.5742188v1.1982422
+ c0,0.3164062,0.2265625,0.4492188,0.5024414,0.296875L9.640625,8.75c0.2753906-0.1513672,0.6201172-0.0854492,0.7607422,0.1489258
+ c0.140625,0.2348633,0.03125,0.5522461-0.2451172,0.7055664l-1.1230469,0.6171875
+ C8.7578125,10.3740234,8.7578125,10.6240234,9.0332031,10.7763672z"/>
+ <path class="Upper" d="M13,3h-3C9.453125,3,9.2128906,3.1518555,9.0205078,3.328125L7.5,5.0004883H2
+ c-0.6733398,0-0.9995117,0.3125-0.9995117,0.9995117v7c0,0.5625,0.4682617,1,0.9995117,1h11.0273438C13.5625,14,14,13.59375,14,13
+ V4C14,3.421875,13.59375,3,13,3z M9.0332031,9.7763672l1.1230469,0.6181641
+ c0.2763672,0.1523438,0.3857422,0.4677734,0.2451172,0.7021484s-0.4853516,0.3037109-0.7607422,0.1503906l-1.1230469-0.6201172
+ c-0.2758789-0.1533203-0.5024414-0.0185547-0.5024414,0.2978516V12.125c0,0.3164062-0.2319336,0.5751953-0.5151367,0.5751953
+ c-0.2836914,0-0.515625-0.2587891-0.515625-0.5751953v-1.2001953c0-0.3164062-0.2265625-0.4511719-0.5024414-0.2978516
+ l-1.1230469,0.6201172c-0.2763672,0.1533203-0.6191406,0.0839844-0.7602539-0.1503906
+ c-0.1416016-0.234375-0.0307617-0.5498047,0.2456055-0.7021484l1.121582-0.6181641
+ c0.2758789-0.1523438,0.2758789-0.4023438,0-0.5546875l-1.121582-0.6171875
+ c-0.2763672-0.1533203-0.387207-0.4707031-0.2456055-0.7055664C4.7397461,7.6645508,5.0825195,7.5981445,5.3588867,7.75
+ l1.1230469,0.6191406c0.2758789,0.152832,0.5024414,0.019043,0.5024414-0.296875V6.8740234
+ c0-0.315918,0.2319336-0.5742188,0.515625-0.5742188c0.2832031,0,0.5151367,0.2583008,0.5151367,0.5742188v1.1982422
+ c0,0.315918,0.2265625,0.449707,0.5024414,0.296875L9.640625,7.75c0.2753906-0.1513672,0.6201172-0.0854492,0.7607422,0.1489258
+ c0.140625,0.2348633,0.03125,0.5522461-0.2451172,0.7055664L9.0332031,9.2216797
+ C8.7578125,9.3740234,8.7578125,9.6240234,9.0332031,9.7763672z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Forbidden</title>
+ <desc>Forbidden Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconForbidden">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1.9995117c-3.590332,0-6.5,2.909668-6.5,6.5
+ C1,12.0878906,3.909668,15,7.5,15c3.5898438,0,6.5-2.9121094,6.5-6.5004883C14,4.9091797,11.0898438,1.9995117,7.5,1.9995117z
+ M2,10V6.9995117h11V10H2z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M2,9V6h11v3H2z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Forbidden</title>
+ <desc>Forbidden Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconForbidden">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1.9995117c-3.590332,0-6.5,2.909668-6.5,6.5
+ C1,12.0878906,3.909668,15,7.5,15c3.5898438,0,6.5-2.9121094,6.5-6.5004883C14,4.9091797,11.0898438,1.9995117,7.5,1.9995117z
+ M2,10V6.9995117h11V10H2z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M2,9V6h11v3H2z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Gender Female</title>
+ <desc>Gender Female</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconGenderFemale">
+ <g class="Lower1">
+ <path id="Cross2" d="M9,13v-2c0-0.5527344-0.4472656-1-1-1s-1,0.4472656-1,1v2H5v1
+ c0,0.5527344,0.4482422,1,1,1h1c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1h1c0.5527344,0,1-0.4472656,1-1v-1H9z"/>
+ <path id="Circle2" d="M8,1.9995117c-2.7612305,0-5,2.2387695-5,5C3,9.7597656,5.2387695,12,8,12
+ c2.7617188,0,5-2.2402344,5-5.0004883C13,4.2382812,10.7617188,1.9995117,8,1.9995117z M8,10
+ c-1.6572266,0-3-1.3432617-3-3.0004883c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3C11,8.6567383,9.6572266,10,8,10z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Cross1" d="M10,12H9v-2c0-0.5527344-0.4472656-1-1-1s-1,0.4472656-1,1v2H6
+ c-0.5527344,0-1,0.4472656-1,1s0.4482422,1,1,1h1c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1h1c0.5527344,0,1-0.4472656,1-1
+ S10.5527344,12,10,12z"/>
+ <path id="Circle1" d="M8,0.9995117c-2.7612305,0-5,2.2387695-5,5C3,8.7602539,5.2387695,11,8,11
+ c2.7617188,0,5-2.2397461,5-5.0004883C13,3.2382812,10.7617188,0.9995117,8,0.9995117z M8,8.9995117c-1.6572266,0-3-1.3427734-3-3
+ c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3C11,7.6567383,9.6572266,8.9995117,8,8.9995117z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Gender Female</title>
+ <desc>Gender Female</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconGenderFemale">
+ <g class="Lower1">
+ <path id="Cross2" d="M9,13v-2c0-0.5527344-0.4472656-1-1-1s-1,0.4472656-1,1v2H5v1
+ c0,0.5527344,0.4482422,1,1,1h1c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1h1c0.5527344,0,1-0.4472656,1-1v-1H9z"/>
+ <path id="Circle2" d="M8,1.9995117c-2.7612305,0-5,2.2387695-5,5C3,9.7597656,5.2387695,12,8,12
+ c2.7617188,0,5-2.2402344,5-5.0004883C13,4.2382812,10.7617188,1.9995117,8,1.9995117z M8,10
+ c-1.6572266,0-3-1.3432617-3-3.0004883c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3C11,8.6567383,9.6572266,10,8,10z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Cross1" d="M10,12H9v-2c0-0.5527344-0.4472656-1-1-1s-1,0.4472656-1,1v2H6
+ c-0.5527344,0-1,0.4472656-1,1s0.4482422,1,1,1h1c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1h1c0.5527344,0,1-0.4472656,1-1
+ S10.5527344,12,10,12z"/>
+ <path id="Circle1" d="M8,0.9995117c-2.7612305,0-5,2.2387695-5,5C3,8.7602539,5.2387695,11,8,11
+ c2.7617188,0,5-2.2397461,5-5.0004883C13,3.2382812,10.7617188,0.9995117,8,0.9995117z M8,8.9995117c-1.6572266,0-3-1.3427734-3-3
+ c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3C11,7.6567383,9.6572266,8.9995117,8,8.9995117z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Gender Female</title>
+ <desc>Gender Female</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconGenderMale">
+ <g class="Lower1">
+ <path id="Arrow2" d="M13,2H8v1c0,0.609375,0.4482422,1,1,1h1.5429688L8.0087891,6.5336914
+ l1.4140625,1.4140625L12,5.3706055V7c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1V3C14,2.4472656,13.5527344,2,13,2z"/>
+ <path id="Circle2" d="M6,5c-2.7612305,0-5,2.2387695-5,5c0,2.7607422,2.2387695,5,5,5s5-2.2392578,5-5
+ C11,7.2387695,8.7612305,5,6,5z M6,13c-1.6572266,0-3-1.3427734-3-3c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3
+ C9,11.6572266,7.6572266,13,6,13z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Arrow1" d="M13,1H9C8.4472656,1,8,1.4472656,8,2s0.4482422,1,1,1h1.5429688L8.0087891,5.5336914
+ l1.4140625,1.4140625L12,4.3706055V6c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1V2C14,1.4472656,13.5527344,1,13,1z"/>
+ <path id="Circle1" d="M6,4C3.2387695,4,1,6.2387695,1,9c0,2.7607422,2.2387695,5,5,5s5-2.2392578,5-5
+ C11,6.2387695,8.7612305,4,6,4z M6,12c-1.6572266,0-3-1.3427734-3-3c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3
+ C9,10.6572266,7.6572266,12,6,12z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Gender Female</title>
+ <desc>Gender Female</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconGenderMale">
+ <g class="Lower1">
+ <path id="Arrow2" d="M13,2H8v1c0,0.609375,0.4482422,1,1,1h1.5429688L8.0087891,6.5336914
+ l1.4140625,1.4140625L12,5.3706055V7c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1V3C14,2.4472656,13.5527344,2,13,2z"/>
+ <path id="Circle2" d="M6,5c-2.7612305,0-5,2.2387695-5,5c0,2.7607422,2.2387695,5,5,5s5-2.2392578,5-5
+ C11,7.2387695,8.7612305,5,6,5z M6,13c-1.6572266,0-3-1.3427734-3-3c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3
+ C9,11.6572266,7.6572266,13,6,13z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Arrow1" d="M13,1H9C8.4472656,1,8,1.4472656,8,2s0.4482422,1,1,1h1.5429688L8.0087891,5.5336914
+ l1.4140625,1.4140625L12,4.3706055V6c0,0.5527344,0.4472656,1,1,1s1-0.4472656,1-1V2C14,1.4472656,13.5527344,1,13,1z"/>
+ <path id="Circle1" d="M6,4C3.2387695,4,1,6.2387695,1,9c0,2.7607422,2.2387695,5,5,5s5-2.2392578,5-5
+ C11,6.2387695,8.7612305,4,6,4z M6,12c-1.6572266,0-3-1.3427734-3-3c0-1.6567383,1.3427734-3,3-3s3,1.3432617,3,3
+ C9,10.6572266,7.6572266,12,6,12z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Globe</title>
+ <desc>Globe Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #666;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconGlobe">
+ <g class="Lower">
+ <path id="Map2" d="M9.2617188,11.0029297l0.0449219,0.1425781c0,0,0,0.0527344,0,0.078125
+ s-0.0058594,0.0507812-0.0195312,0.078125c-0.0126953,0.0253906-0.0185547,0.1152344-0.0253906,0.1542969
+ s-0.0517578,0.0917969-0.0517578,0.1230469c0,0.0332031-0.0654297,0.1230469-0.0654297,0.1425781
+ s-0.0644531,0.1054688-0.0576172,0.1230469c0.0058594,0.0195312-0.0263672,0.1054688-0.0195312,0.1757812
+ c0.0058594,0.0722656-0.0517578,0.0585938-0.0517578,0.0585938s-0.0517578,0.0449219-0.1035156,0.0449219
+ c-0.0527344,0-0.078125,0.0195312-0.078125,0.0195312L8.75,12.0146484c0,0,0-0.1367188-0.0068359-0.1816406
+ s0.0253906-0.0585938,0.0585938-0.0722656c0.0322266-0.0117188,0.0517578-0.078125,0.0517578-0.1289062
+ c0-0.0527344,0-0.0917969,0.0058594-0.109375c0.0068359-0.0195312,0-0.0917969-0.0195312-0.1503906
+ c-0.0185547-0.0585938,0.0390625-0.0449219,0.0390625-0.0449219s0.0654297-0.0332031,0.0908203-0.0390625
+ c0.0263672-0.0058594,0.0712891-0.0449219,0.0712891-0.0449219l0.1298828-0.0644531
+ C9.1708984,11.1787109,9.2421875,11.0751953,9.2617188,11.0029297z M10.6904297,3.4907227
+ c-0.2402344,0.0068359-0.2988281,0.0263672-0.3242188,0.0263672c-0.0263672,0-0.0585938-0.0517578-0.1230469,0.0253906
+ c-0.0654297,0.078125-0.1552734,0.1230469-0.2851562,0.1298828S9.8212891,3.659668,9.6982422,3.7045898
+ C9.5751953,3.7504883,9.4980469,3.6918945,9.5234375,3.7954102c0.0263672,0.1035156,0.0585938,0.1425781,0.0585938,0.1621094
+ S9.5234375,4.1069336,9.4521484,4.0288086S9.2509766,3.6469727,9.3095703,3.8540039S9.4980469,4.1323242,9.375,4.1645508
+ C9.2509766,4.1977539,9.2646484,4.1518555,9.2451172,4.1391602s0-0.1035156-0.0068359-0.1552734
+ C9.2324219,3.9321289,9.21875,3.8989258,9.1933594,3.8735352C9.1669922,3.847168,9.1738281,3.8081055,9.1220703,3.7954102
+ S9.1152344,3.7563477,9.03125,3.7563477S8.8759766,3.7045898,8.8945312,3.8217773
+ c0.0195312,0.1162109,0.0390625,0.0390625,0.0908203,0.1484375c0.0517578,0.1103516,0.1494141,0.0332031,0.078125,0.1103516
+ c-0.0712891,0.078125-0.2587891,0.0517578-0.3046875,0.0195312C8.7138672,4.0678711,8.7265625,4.112793,8.6425781,4.0551758
+ C8.5576172,3.996582,8.5839844,3.9506836,8.4863281,3.996582C8.3896484,4.0415039,8.3574219,4.1264648,8.3183594,4.0932617
+ C8.2792969,4.0610352,8.1884766,4.1391602,8.15625,4.1000977s-0.1621094-0.0390625-0.1884766,0
+ C7.9423828,4.1391602,7.8642578,4.1323242,7.7539062,4.184082C7.6445312,4.2358398,7.6767578,4.190918,7.5400391,4.3012695
+ C7.4042969,4.4116211,7.3261719,4.5024414,7.28125,4.4311523C7.2353516,4.3598633,6.9892578,4.2358398,7.0869141,4.2172852
+ C7.1835938,4.1977539,7.2294922,4.1586914,7.28125,4.2036133c0.0517578,0.0458984,0.1357422,0.0322266,0.1494141,0
+ c0.0126953-0.0322266,0.0712891-0.0644531-0.0068359-0.1035156S7.3398438,4.0874023,7.2167969,4.0415039
+ c-0.1240234-0.0449219,0-0.0322266-0.1689453-0.0576172C6.8789062,3.9575195,6.8076172,3.9448242,6.7626953,3.9321289
+ c-0.0449219-0.0136719-0.1103516,0-0.1748047-0.0068359C6.5224609,3.918457,6.4775391,3.9057617,6.4189453,3.9125977
+ C6.3613281,3.918457,6.328125,3.9057617,6.2509766,3.9643555C6.1728516,4.0219727,6.1142578,4.0483398,6.0625,4.0932617
+ C6.0107422,4.1391602,5.875,4.2299805,5.8359375,4.262207s-0.1748047,0.1357422-0.1875,0.1748047
+ C5.6347656,4.4760742,5.6611328,4.5083008,5.609375,4.534668C5.5576172,4.5600586,5.5058594,4.5600586,5.4667969,4.5668945
+ s0-0.0585938-0.0390625,0.0068359C5.3886719,4.6381836,5.4013672,4.871582,5.4345703,4.8393555
+ C5.4667969,4.8061523,5.4472656,4.7026367,5.5898438,4.800293c0.1425781,0.0966797,0.2333984,0.0839844,0.2265625,0.1748047
+ S5.9140625,5.059082,5.9267578,5.0786133s0.078125-0.0253906,0.078125-0.0253906s0.1425781-0.0908203,0.1425781-0.1367188
+ c0-0.0449219,0.0898438-0.1484375,0.0898438-0.1484375S6.1728516,4.7348633,6.1728516,4.6704102
+ s0.0195312-0.0839844,0.0322266-0.1494141c0.0126953-0.0644531-0.0712891,0,0.1230469-0.1230469
+ s0.2080078-0.0380859,0.2080078-0.0380859s0.0253906,0.0253906-0.0068359,0.0644531S6.4384766,4.5668945,6.4257812,4.5795898
+ S6.484375,4.6967773,6.5166016,4.6967773s0.0966797-0.0263672,0.1357422-0.0195312
+ c0.0390625,0.0058594,0.1035156-0.0195312,0.1230469-0.0068359S6.8408203,4.722168,6.8076172,4.7543945
+ C6.7753906,4.7875977,6.7041016,4.8256836,6.6523438,4.8129883S6.5224609,4.7094727,6.5683594,4.8393555
+ c0.0449219,0.1289062-0.0068359,0.1621094-0.0458984,0.1552734C6.484375,4.987793,6.3994141,4.9233398,6.4130859,5.0209961
+ C6.4257812,5.1176758,6.328125,5.1821289,6.3085938,5.1821289S6.2509766,5.1762695,6.2509766,5.1762695
+ S6.1923828,5.1694336,6.1601562,5.1694336S6.0625,5.2016602,6.0429688,5.2280273
+ C6.0234375,5.253418,5.9980469,5.2338867,5.9658203,5.2338867c-0.0332031,0,0-0.0380859-0.0654297-0.0517578
+ c-0.0644531-0.0126953-0.1035156-0.0253906-0.1425781,0C5.71875,5.2084961,5.6611328,5.2211914,5.6347656,5.2016602
+ C5.609375,5.1821289,5.6474609,5.137207,5.5957031,5.1625977c-0.0517578,0.0263672-0.0908203,0.0976562-0.109375,0.1044922
+ c-0.0195312,0.0058594,0.0576172,0-0.0195312,0.0058594c-0.078125,0.0068359-0.1103516,0.0263672-0.1494141,0.0390625
+ S5.3300781,5.402832,5.2587891,5.4291992C5.1875,5.4545898,5.2392578,5.3959961,5.1679688,5.4545898
+ s-0.0839844,0.1103516-0.109375,0.1171875C5.0322266,5.5776367,5.0390625,5.590332,4.9804688,5.597168
+ S4.9287109,5.6098633,4.8964844,5.6166992C4.8632812,5.6235352,4.9023438,5.6362305,4.8310547,5.6235352
+ C4.7597656,5.6098633,4.7080078,5.6362305,4.7207031,5.6616211C4.734375,5.6879883,4.9736328,5.7592773,4.7919922,5.7524414
+ C4.6113281,5.746582,4.6689453,5.7788086,4.7080078,5.8041992c0.0390625,0.0263672,0.0585938,0.0527344,0.078125,0.0585938
+ c0.0195312,0.0068359,0.0517578,0.0839844,0.0517578,0.0839844S4.8896484,5.940918,4.8574219,5.9858398
+ C4.8251953,6.0322266,4.8701172,6.0439453,4.8378906,6.1025391S4.8056641,6.1220703,4.7792969,6.1357422
+ C4.7539062,6.1474609,4.7148438,6.1943359,4.6435547,6.1552734S4.5205078,6.0966797,4.4355469,6.0888672
+ C4.3515625,6.0830078,4.4101562,6.0712891,4.3515625,6.1162109S4.2802734,6.2138672,4.2871094,6.2705078
+ c0.0058594,0.0585938,0.0126953,0.1367188-0.0068359,0.1757812s-0.0195312,0.078125-0.0058594,0.1367188
+ c0.0126953,0.0585938,0.0517578,0.0839844,0.0517578,0.0839844s0.0908203,0.0117188,0.109375,0.0195312
+ c0.0195312,0.0058594,0.0585938-0.0136719,0.1103516,0.0195312c0.0517578,0.03125,0.1035156,0.0449219,0.1367188,0.0058594
+ c0.0322266-0.0390625,0.1621094-0.0839844,0.2001953-0.1230469C4.921875,6.5498047,4.9482422,6.5361328,4.9287109,6.4990234
+ C4.9091797,6.4599609,4.9677734,6.3623047,5,6.3427734s0.1035156-0.0390625,0.1035156-0.0390625l0.078125-0.1171875
+ c0,0,0.0644531-0.0703125,0.0966797-0.0644531s0.2138672,0.0722656,0.2011719-0.0136719
+ c-0.0126953-0.0839844,0.0126953-0.109375,0.0322266-0.0761719c0.0195312,0.03125,0.0712891,0.0195312,0.0712891,0.0195312
+ S5.609375,6.0380859,5.6289062,6.0576172c0.0185547,0.0195312,0.0449219,0.1035156,0.0839844,0.1230469
+ s0.0712891,0.0390625,0.0966797,0.0507812c0.0263672,0.0136719,0.0517578,0,0.1044922,0.046875
+ c0.0517578,0.0449219,0.1035156,0.0703125,0.109375,0.0898438c0.0068359,0.0195312,0.0517578,0.0644531,0.0517578,0.0644531
+ s0.0458984,0.0136719,0.0332031,0.0390625c-0.0136719,0.0273438-0.078125,0.1035156-0.1103516,0.1171875
+ S5.8808594,6.5751953,5.9140625,6.6025391c0.0322266,0.0253906,0.0771484,0.0585938,0.0966797,0.0390625
+ s0.1425781-0.1503906,0.1425781-0.1503906s-0.0068359,0.0078125,0-0.03125s0-0.0859375,0.0322266-0.0664062
+ s0.0517578,0.046875,0.0654297,0.0195312c0.0126953-0.0253906,0.0253906-0.0117188-0.0068359-0.03125
+ S6.1337891,6.2509766,6.0947266,6.2451172S5.9589844,6.1748047,5.9589844,6.1748047S5.9394531,6.1552734,5.8945312,6.1025391
+ C5.8486328,6.0517578,5.8359375,6.0634766,5.8232422,6.0185547c-0.0136719-0.0454102-0.0527344-0.1040039,0.0195312-0.090332
+ C5.9140625,5.940918,5.9589844,5.9858398,6.0234375,6.0244141c0.0654297,0.0390625,0.0517578,0.0527344,0.1103516,0.0917969
+ s0.0654297,0.078125,0.1103516,0.0703125c0.0449219-0.0058594,0.0976562,0.0273438,0.0976562,0.0839844
+ c0,0.0585938,0.0126953,0.1230469,0.0253906,0.1367188s0.0517578,0.0390625,0.0644531,0.0644531
+ c0.0136719,0.0273438,0.0390625,0.0917969,0.0585938,0.1171875s0.0390625,0.0449219,0.0585938,0.078125
+ c0.0195312,0.03125,0.0253906-0.0058594,0.0449219,0.0058594c0.0195312,0.0136719,0.0458984,0.0058594,0.0458984-0.0195312
+ s0.0058594-0.0703125,0.0058594-0.0703125s0.0908203-0.0273438,0.0654297-0.0390625
+ C6.6845703,6.5302734,6.6074219,6.4521484,6.6132812,6.4267578c0.0068359-0.0253906,0-0.078125,0.0322266-0.0703125
+ c0.0332031,0.0058594,0.0654297,0.0644531,0.1367188,0.0117188c0.0712891-0.0507812,0.1552734-0.078125,0.1289062,0
+ c-0.0253906,0.078125,0.0068359,0.0917969,0,0.1757812C6.9052734,6.6279297,6.9375,6.6025391,6.9833984,6.6474609
+ c0.0449219,0.0449219,0.0771484,0.0507812,0.109375,0.0644531c0.0332031,0.0136719,0.0849609,0.0058594,0.1367188,0.0136719
+ C7.28125,6.7314453,7.3134766,6.7060547,7.3583984,6.7177734c0.0458984,0.0136719,0.1494141-0.0058594,0.1689453,0.0078125
+ C7.546875,6.7373047,7.625,6.6982422,7.6308594,6.7451172c0.0068359,0.0449219,0.0322266-0.0078125,0.0126953,0.0957031
+ C7.625,6.9462891,7.5986328,7.0166016,7.5986328,7.0166016C7.5273438,7.1533203,7.5009766,7.1845703,7.46875,7.1923828
+ C7.4365234,7.1982422,7.4169922,7.2177734,7.3583984,7.2119141c-0.0576172-0.0078125-0.1289062,0-0.2138672-0.0195312
+ C7.0605469,7.1728516,6.9052734,7.2119141,6.8408203,7.1728516c-0.0654297-0.0390625-0.15625-0.0078125-0.1953125-0.0527344
+ C6.6074219,7.0751953,6.5419922,7.0810547,6.5166016,7.0556641C6.4902344,7.0302734,6.4775391,6.9580078,6.4775391,7.0615234
+ S6.4189453,7.1728516,6.40625,7.2236328C6.3935547,7.2763672,6.4257812,7.2490234,6.3544922,7.2431641
+ S6.2636719,7.2763672,6.1601562,7.1982422c-0.1044922-0.078125-0.15625-0.078125-0.2080078-0.109375
+ C5.9003906,7.0556641,5.8486328,7.1455078,5.796875,7.0419922S5.6738281,7.0224609,5.6669922,6.9384766
+ c-0.0058594-0.0839844,0-0.078125,0.0068359-0.1289062C5.6806641,6.7568359,5.7519531,6.7119141,5.71875,6.6923828
+ c-0.0322266-0.0195312-0.0058594-0.0507812-0.0517578-0.03125c-0.0449219,0.0195312-0.109375,0.0253906-0.1621094,0.0449219
+ c-0.0517578,0.0195312,0.1171875,0-0.1357422,0.0195312S5.0449219,6.7705078,5.0449219,6.7705078
+ S5.0253906,6.7568359,4.9931641,6.7841797c-0.0322266,0.0253906-0.078125,0.0644531-0.1230469,0.0449219
+ S4.7988281,6.8154297,4.7597656,6.8232422c-0.0390625,0.0058594-0.0644531-0.0332031-0.1103516,0
+ c-0.0449219,0.03125-0.0966797,0.0449219-0.1162109,0.03125S4.4814453,6.7900391,4.4814453,6.7900391L4.3837891,6.9189453
+ L4.3193359,6.9833984L4.1894531,7.0556641L4.1699219,7.1142578c0,0-0.0517578,0.0507812-0.0449219,0.0839844
+ c0.0058594,0.03125,0.0058594,0.0898438,0.0058594,0.0898438S4.0410156,7.3720703,4.0019531,7.3994141
+ C3.9628906,7.4248047,3.9111328,7.4833984,3.9111328,7.4833984S3.8789062,7.5224609,3.859375,7.5341797
+ C3.8398438,7.5478516,3.8076172,7.5869141,3.78125,7.6259766S3.7294922,7.6904297,3.7167969,7.7099609
+ C3.703125,7.7294922,3.6650391,7.7744141,3.6455078,7.8466797C3.6259766,7.9169922,3.5742188,8.0009766,3.5742188,8.0009766
+ L3.5605469,8.0341797c0.0068359,0.109375,0.0068359,0.1289062,0.0195312,0.1679688
+ C3.59375,8.2412109,3.6064453,8.2275391,3.59375,8.3134766C3.5800781,8.3974609,3.5800781,8.4287109,3.5673828,8.4677734
+ S3.515625,8.5791016,3.5029297,8.6103516C3.4892578,8.6435547,3.5283203,8.7021484,3.5283203,8.7021484
+ s0.0195312,0.0839844,0.0068359,0.1035156s0.0068359,0.0585938,0.0068359,0.0585938s0.0771484,0.0449219,0.1035156,0.0703125
+ c0.0253906,0.0253906,0.0712891,0.0644531,0.0771484,0.0839844C3.7294922,9.0380859,3.78125,9.1298828,3.7880859,9.1494141
+ c0.0058594,0.0195312,0.0576172,0.0898438,0.0712891,0.109375c0.0126953,0.0195312,0.0771484,0.0917969,0.0771484,0.0917969
+ s0.0849609,0.0644531,0.1044922,0.0898438C4.0595703,9.4658203,4.1181641,9.4794922,4.1376953,9.5
+ c0.0195312,0.0195312,0.0644531,0.0117188,0.0908203,0.03125s0.078125-0.0117188,0.1035156,0
+ c0.0263672,0.0136719,0.0976562-0.0117188,0.1171875-0.0253906s0.0644531-0.0595703,0.0966797-0.0400391
+ s0.0517578,0,0.078125,0.0078125c0.0253906,0.0058594,0.0644531-0.0273438,0.0908203-0.0273438
+ c0.0253906,0,0.0908203-0.0253906,0.1103516-0.0253906c0.0185547,0,0.0839844-0.0390625,0.109375-0.0390625
+ c0.0263672,0,0.0585938-0.0253906,0.0908203-0.0136719c0.0322266,0.0136719,0.0195312-0.0253906,0.078125-0.0058594
+ s0.078125,0,0.0966797,0.0195312c0.0195312,0.0195312,0.0458984,0,0.0654297,0.0253906
+ c0.0195312,0.0273438,0.0517578,0.046875,0.0585938,0.0722656C5.3300781,9.5058594,5.3691406,9.53125,5.3691406,9.53125
+ l0.0390625,0.0078125c0,0,0.0517578-0.0390625,0.0644531-0.0136719s0.0712891,0.0195312,0.0712891,0.0195312L5.6025391,9.609375
+ l0.0195312,0.0253906c0,0,0.0390625,0.1054688,0.0322266,0.1425781c-0.0068359,0.0390625-0.0068359,0.125-0.0263672,0.1425781
+ c-0.0185547,0.0195312-0.0322266,0.1044922-0.0322266,0.1044922s-0.0253906,0.0253906,0.0322266,0.0761719
+ c0.0585938,0.0527344,0.0976562,0.0976562,0.1171875,0.1230469c0.0195312,0.0273438,0.0712891,0.0976562,0.078125,0.1425781
+ c0.0058594,0.046875,0.0185547,0.0722656,0.0449219,0.1308594s0.0585938,0.0644531,0.0644531,0.1289062
+ c0.0068359,0.0644531,0.0195312,0.0644531,0.0136719,0.1113281c-0.0068359,0.0449219-0.0263672,0.0507812-0.0068359,0.0839844
+ c0.0195312,0.03125,0.0449219,0.0898438,0.0390625,0.109375c-0.0068359,0.0195312-0.0195312,0.1035156-0.0195312,0.1035156
+ l-0.0126953,0.0390625l-0.0585938,0.1113281l-0.0390625,0.0566406c-0.0126953,0.046875-0.0390625,0.0917969-0.0322266,0.15625
+ s-0.0322266,0.0644531,0.0195312,0.1289062c0.0517578,0.0664062,0.0771484,0.1367188,0.1103516,0.1953125
+ c0.0322266,0.0585938,0.0517578,0.1171875,0.0576172,0.15625c0.0068359,0.0371094,0.0332031,0.0507812,0.0458984,0.1035156
+ c0.0126953,0.0507812,0.0195312,0.0761719,0.0195312,0.109375S6.0625,12.2080078,6.0751953,12.2275391
+ c0.0136719,0.0195312,0.0195312,0.078125,0.0263672,0.1035156s-0.0195312,0.03125,0.0195312,0.078125
+ c0.0390625,0.0449219,0.0644531,0.0703125,0.0908203,0.1035156c0.0253906,0.03125,0.0195312,0.0195312,0.0390625,0.0644531
+ c0.0185547,0.0449219,0.0449219,0.0703125,0.0517578,0.109375c0.0058594,0.0390625,0.0126953,0.1367188,0.0322266,0.1816406
+ c0.0195312,0.046875,0.0449219,0.0917969,0.0449219,0.0917969s0.0712891,0.0449219,0.0976562,0.0390625
+ c0.0253906-0.0078125,0.0771484-0.0664062,0.1162109-0.046875s0.0712891,0,0.1035156,0
+ c0.0332031,0,0.0654297-0.0371094,0.0976562-0.0371094s0.078125-0.0527344,0.1035156-0.0390625
+ c0.0263672,0.0117188,0.0585938-0.0136719,0.0908203-0.046875c0.0322266-0.03125,0.0517578-0.0566406,0.1103516-0.109375
+ s0.0517578-0.0527344,0.0908203-0.0839844c0.0390625-0.0332031,0.078125-0.1035156,0.1230469-0.1171875
+ s0.0585938-0.0585938,0.0712891-0.0898438c0.0126953-0.0332031,0.0195312-0.0527344,0.0390625-0.078125
+ s0.0058594,0.0058594,0.0390625-0.078125c0.0322266-0.0839844,0.0712891-0.1171875,0.1035156-0.1367188
+ s0.0517578-0.0585938,0.0712891-0.0644531s0.0517578,0.0195312,0.0390625-0.0390625
+ c-0.0136719-0.0585938,0-0.1425781-0.0136719-0.1621094c-0.0126953-0.0195312-0.0322266,0.0449219-0.0253906-0.0507812
+ c0.0068359-0.0976562,0.0771484-0.1953125,0.0771484-0.1953125S7.8125,11.5009766,7.8447266,11.4814453
+ s0.0390625-0.0390625,0.0839844-0.0644531c0.0458984-0.0253906,0.1425781-0.0898438,0.1425781-0.1230469
+ s0.0390625-0.1171875,0.0390625-0.1367188s0-0.0390625-0.0126953-0.1484375s0.0126953-0.0839844-0.0263672-0.1875
+ c-0.0380859-0.1035156-0.0449219-0.234375-0.0703125-0.265625c-0.0263672-0.0332031-0.0136719-0.1171875-0.0136719-0.1425781
+ c0-0.0273438,0.0458984-0.0917969,0.0654297-0.1171875C8.0712891,10.2705078,8.15625,10.1669922,8.15625,10.1669922
+ s0.1298828-0.1503906,0.1748047-0.2197266C8.3759766,9.875,8.421875,9.8105469,8.4541016,9.7851562
+ S8.5644531,9.7011719,8.609375,9.6347656c0.0458984-0.0644531,0.1367188-0.1884766,0.1425781-0.2080078
+ c0.0068359-0.0195312,0.0585938-0.0839844,0.0585938-0.0839844s0.0712891-0.0839844,0.0839844-0.1289062
+ c0.0136719-0.0449219,0.078125-0.2988281,0.0654297-0.2851562c-0.0136719,0.0117188-0.0908203,0.0253906-0.1171875,0.03125
+ C8.8173828,8.9677734,8.8818359,8.9931641,8.6943359,8.9794922C8.5058594,8.9677734,8.4091797,8.9990234,8.4091797,8.9990234
+ C8.3505859,8.9873047,8.3046875,9.0517578,8.2851562,8.9599609C8.2666016,8.8701172,8.2529297,8.8173828,8.2138672,8.7529297
+ C8.1757812,8.6884766,8.1494141,8.6630859,8.0908203,8.5791016c-0.0576172-0.0859375-0.0517578-0.046875-0.1035156-0.1113281
+ S7.9228516,8.4228516,7.890625,8.3388672C7.8574219,8.2548828,7.8320312,8.2861328,7.7929688,8.1708984
+ C7.7539062,8.0537109,7.7285156,8.0400391,7.7089844,7.9755859S7.6630859,7.8916016,7.6503906,7.8330078
+ s-0.1621094-0.3554688-0.1816406-0.375s-0.0517578-0.125-0.0449219-0.1054688
+ c0.0058594,0.0195312,0.0966797,0.0859375,0.0966797,0.0859375s0.0517578-0.0195312,0.0712891-0.0195312
+ s0.0976562,0.0703125,0.0976562,0.0957031c0,0.0273438,0.1357422,0.1503906,0.1689453,0.2402344
+ c0.0322266,0.0917969,0.0712891,0.15625,0.0771484,0.1816406c0.0068359,0.0253906,0.0712891,0.1289062,0.0976562,0.1679688
+ c0.0253906,0.0390625,0.1103516,0.1171875,0.1230469,0.15625s0.1357422,0.1679688,0.1357422,0.2519531
+ c0,0.0859375,0.0585938,0.1953125,0.0644531,0.2207031c0.0068359,0.0273438,0.1240234,0.0585938,0.1240234,0.0585938
+ l0.1552734-0.0390625c0,0,0.2333984-0.1484375,0.2587891-0.1484375c0.0263672,0,0.2333984-0.0976562,0.2333984-0.0976562
+ s0.0839844-0.078125,0.1425781-0.1230469s0.1230469-0.1289062,0.1367188-0.1679688
+ c0.0126953-0.0390625,0.0380859-0.0449219,0.0898438-0.1035156c0.0527344-0.0585938,0.1240234-0.1171875,0.078125-0.15625
+ C9.5302734,7.9169922,9.5039062,7.9306641,9.4394531,7.8662109C9.3740234,7.7998047,9.3808594,7.8134766,9.3359375,7.7294922
+ C9.2900391,7.6455078,9.3417969,7.5478516,9.2451172,7.6455078c-0.0976562,0.0976562-0.0585938,0.1230469-0.15625,0.1425781
+ C8.9921875,7.8076172,8.953125,7.8720703,8.9082031,7.8076172C8.8623047,7.7431641,8.8173828,7.7802734,8.7910156,7.6845703
+ C8.765625,7.5869141,8.7460938,7.5810547,8.7392578,7.5419922s0-0.0390625-0.0517578-0.1367188
+ S8.6748047,7.1591797,8.7070312,7.2431641S8.7910156,7.3408203,8.875,7.3994141
+ c0.0849609,0.0585938,0.1240234,0.1035156,0.2011719,0.109375c0.078125,0.0058594,0.1425781,0,0.1552734,0.0136719
+ c0.0136719,0.0117188,0.0263672-0.0078125,0.0585938,0.0058594s0.0458984-0.0195312,0.0585938,0.0332031
+ c0.0126953,0.0507812,0.0839844,0.0566406,0.1162109,0.0898438s0.0322266,0.0195312,0.1171875,0.0332031
+ c0.0839844,0.0117188,0.2011719,0.0117188,0.2011719,0.0117188L9.90625,7.6904297l0.1425781,0.0136719
+ c0,0,0.1035156,0.0566406,0.1289062,0.0566406c0.0263672,0,0.0322266,0.0722656,0.0976562,0.1113281
+ c0.0644531,0.0390625,0.0771484,0.0449219,0.1162109,0.0898438c0.0390625,0.046875,0.0332031,0.0664062,0.0849609,0.1113281
+ S10.6123047,8.0654297,10.625,8.0478516c0.0126953-0.0195312,0.078125-0.0527344,0.0654297,0
+ c-0.0136719,0.0507812,0.0644531,0.03125,0.0449219,0.1542969s-0.0322266,0.0917969,0,0.1757812
+ s0.1748047,0.34375,0.1816406,0.4199219c0.0068359,0.078125,0.0449219,0.0527344,0.0517578,0.1230469
+ c0.0068359,0.0722656,0.0449219,0.0976562,0.0449219,0.1503906c0,0.0507812,0.0458984,0.0644531,0.0517578,0.1035156
+ c0.0068359,0.0390625,0.078125,0.0058594,0.0976562,0s0.1103516-0.0917969,0.1103516-0.0917969
+ S11.3125,9.0712891,11.3056641,9.0068359c-0.0068359-0.0664062,0-0.0527344,0-0.1503906
+ c0-0.0957031-0.0390625-0.0957031-0.0195312-0.1933594s0.0712891-0.15625,0.0839844-0.2011719
+ c0.0136719-0.0449219,0.0654297-0.1230469,0.0908203-0.1289062c0.0263672-0.0078125,0.1689453-0.078125,0.2011719-0.125
+ c0.0322266-0.0449219,0.0839844-0.0957031,0.1357422-0.1484375c0.0527344-0.0507812,0.1425781-0.1171875,0.1621094-0.0976562
+ s0.0136719,0.0136719,0.0458984,0.0136719s0.0908203,0.0253906,0.1357422,0.0332031
+ c0.0458984,0.0058594,0.1367188,0.1152344,0.15625,0.1738281C12.3164062,8.2412109,12.3037109,8.2275391,12.375,8.3134766
+ c0.0712891,0.0839844,0.1367188,0.03125,0.1367188,0.1347656s0,0.0976562,0.0322266,0.1367188
+ s0.0712891-0.0722656,0.109375-0.0585938c0.0390625,0.0136719,0.0458984-0.0136719,0.078125,0.0917969
+ c0.0322266,0.1035156,0.0517578,0.1035156,0.0585938,0.2070312c0.0058594,0.1035156-0.0068359,0.0058594-0.0068359,0.0898438
+ s-0.0058594,0.0917969,0.0068359,0.1679688c0.0126953,0.078125,0.0585938,0.1054688,0.0517578,0.1171875
+ c0,0,0.0390625-0.109375,0.0253906-0.1875c-0.0126953-0.078125,0-0.1875,0.0332031-0.2207031
+ c0.0322266-0.03125,0.0644531-0.0644531,0.0908203,0.0195312c0.0253906,0.0839844,0.0380859,0.0195312,0.0966797,0.1171875
+ s0.1103516,0.078125,0.1171875,0.1230469c0.0009766,0.0078125,0.0029297,0.0136719,0.0048828,0.0175781
+ c0.0390625-0.2519531,0.0605469-0.5117188,0.0654297-0.7734375c-0.0380859-0.0332031-0.0449219-0.0625,0.0009766-0.1289062
+ c-0.0068359-1.7714844-0.8134766-3.3549805-2.078125-4.4067383c-0.0996094,0.0068359-0.1503906-0.0029297-0.1259766-0.0419922
+ c0.0087891-0.0136719,0.0175781-0.0263672,0.0253906-0.0390625c-0.0625-0.0498047-0.1269531-0.0986328-0.1923828-0.1464844
+ c-0.0117188,0-0.0244141-0.0009766-0.0400391-0.0029297C10.7480469,3.5170898,10.9296875,3.4848633,10.6904297,3.4907227z
+ M13.4023438,9.7011719C13.3320312,9.65625,13.3125,9.6367188,13.2792969,9.5976562
+ c-0.0322266-0.0390625-0.0712891-0.1494141-0.1230469-0.1435547s-0.0839844-0.0253906-0.0839844-0.0253906l-0.0195312,0.0058594
+ c0,0,0.0458984,0.0595703,0.0644531,0.0849609c0.0195312,0.0253906,0.0136719,0.0644531,0.0585938,0.1113281
+ c0.0458984,0.0449219,0.0517578,0.0839844,0.078125,0.0957031c0.0253906,0.0136719,0.0771484,0.1308594,0.0966797,0.1699219
+ c0.015625,0.03125,0.0439453,0.0605469,0.0673828,0.0917969C13.4472656,9.9023438,13.4746094,9.8144531,13.5,9.7265625
+ C13.4648438,9.7011719,13.4521484,9.7324219,13.4023438,9.7011719z"/>
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.9101562,2,1,4.9101562,1,8.5
+ S3.9101562,15,7.5,15S14,12.0898438,14,8.5S11.0898438,2,7.5,2z M7.5,14C4.4624023,14,2,11.5380859,2,8.5
+ C2,5.4624023,4.4624023,3,7.5,3C10.5380859,3,13,5.4624023,13,8.5C13,11.5380859,10.5380859,14,7.5,14z"/>
+ </g>
+ <g class="Upper">
+ <path id="Map1" d="M9.2617188,10.0029297l0.0449219,0.1425781c0,0,0,0.0527344,0,0.078125
+ s-0.0058594,0.0507812-0.0195312,0.078125c-0.0126953,0.0253906-0.0185547,0.1152344-0.0253906,0.1542969
+ s-0.0517578,0.0917969-0.0517578,0.1230469c0,0.0332031-0.0654297,0.1230469-0.0654297,0.1425781
+ s-0.0644531,0.1054688-0.0576172,0.1230469c0.0058594,0.0195312-0.0263672,0.1054688-0.0195312,0.1757812
+ c0.0058594,0.0722656-0.0517578,0.0585938-0.0517578,0.0585938s-0.0517578,0.0449219-0.1035156,0.0449219
+ c-0.0527344,0-0.078125,0.0195312-0.078125,0.0195312L8.75,11.0146484c0,0,0-0.1367188-0.0068359-0.1816406
+ s0.0253906-0.0585938,0.0585938-0.0722656c0.0322266-0.0117188,0.0517578-0.078125,0.0517578-0.1289062
+ c0-0.0527344,0-0.0917969,0.0058594-0.109375c0.0068359-0.0195312,0-0.0917969-0.0195312-0.1503906
+ c-0.0185547-0.0585938,0.0390625-0.0449219,0.0390625-0.0449219s0.0654297-0.0332031,0.0908203-0.0390625
+ c0.0263672-0.0058594,0.0712891-0.0449219,0.0712891-0.0449219l0.1298828-0.0644531
+ C9.1708984,10.1787109,9.2421875,10.0751953,9.2617188,10.0029297z M10.6904297,2.4907227
+ c-0.2402344,0.0068359-0.2988281,0.0263672-0.3242188,0.0263672c-0.0263672,0-0.0585938-0.0517578-0.1230469,0.0253906
+ c-0.0654297,0.078125-0.1552734,0.1230469-0.2851562,0.1298828S9.8212891,2.659668,9.6982422,2.7045898
+ C9.5751953,2.7504883,9.4980469,2.6918945,9.5234375,2.7954102c0.0263672,0.1035156,0.0585938,0.1425781,0.0585938,0.1621094
+ S9.5234375,3.1069336,9.4521484,3.0288086S9.2509766,2.6469727,9.3095703,2.8540039S9.4980469,3.1323242,9.375,3.1645508
+ C9.2509766,3.1977539,9.2646484,3.1518555,9.2451172,3.1391602s0-0.1035156-0.0068359-0.1552734
+ C9.2324219,2.9321289,9.21875,2.8989258,9.1933594,2.8735352C9.1669922,2.847168,9.1738281,2.8081055,9.1220703,2.7954102
+ S9.1152344,2.7563477,9.03125,2.7563477S8.8759766,2.7045898,8.8945312,2.8217773
+ c0.0195312,0.1162109,0.0390625,0.0390625,0.0908203,0.1484375c0.0517578,0.1103516,0.1494141,0.0332031,0.078125,0.1103516
+ c-0.0712891,0.078125-0.2587891,0.0517578-0.3046875,0.0195312C8.7138672,3.0678711,8.7265625,3.112793,8.6425781,3.0551758
+ C8.5576172,2.996582,8.5839844,2.9506836,8.4863281,2.996582C8.3896484,3.0415039,8.3574219,3.1264648,8.3183594,3.0932617
+ C8.2792969,3.0610352,8.1884766,3.1391602,8.15625,3.1000977s-0.1621094-0.0390625-0.1884766,0
+ C7.9423828,3.1391602,7.8642578,3.1323242,7.7539062,3.184082C7.6445312,3.2358398,7.6767578,3.190918,7.5400391,3.3012695
+ C7.4042969,3.4116211,7.3261719,3.5024414,7.28125,3.4311523C7.2353516,3.3598633,6.9892578,3.2358398,7.0869141,3.2172852
+ C7.1835938,3.1977539,7.2294922,3.1586914,7.28125,3.2036133c0.0517578,0.0458984,0.1357422,0.0322266,0.1494141,0
+ c0.0126953-0.0322266,0.0712891-0.0644531-0.0068359-0.1035156S7.3398438,3.0874023,7.2167969,3.0415039
+ c-0.1240234-0.0449219,0-0.0322266-0.1689453-0.0576172C6.8789062,2.9575195,6.8076172,2.9448242,6.7626953,2.9321289
+ c-0.0449219-0.0136719-0.1103516,0-0.1748047-0.0068359C6.5224609,2.918457,6.4775391,2.9057617,6.4189453,2.9125977
+ C6.3613281,2.918457,6.328125,2.9057617,6.2509766,2.9643555C6.1728516,3.0219727,6.1142578,3.0483398,6.0625,3.0932617
+ C6.0107422,3.1391602,5.875,3.2299805,5.8359375,3.262207s-0.1748047,0.1357422-0.1875,0.1748047
+ C5.6347656,3.4760742,5.6611328,3.5083008,5.609375,3.534668C5.5576172,3.5600586,5.5058594,3.5600586,5.4667969,3.5668945
+ s0-0.0585938-0.0390625,0.0068359C5.3886719,3.6381836,5.4013672,3.871582,5.4345703,3.8393555
+ C5.4667969,3.8061523,5.4472656,3.7026367,5.5898438,3.800293c0.1425781,0.0966797,0.2333984,0.0839844,0.2265625,0.1748047
+ S5.9140625,4.059082,5.9267578,4.0786133s0.078125-0.0253906,0.078125-0.0253906s0.1425781-0.0908203,0.1425781-0.1367188
+ c0-0.0449219,0.0898438-0.1484375,0.0898438-0.1484375S6.1728516,3.7348633,6.1728516,3.6704102
+ s0.0195312-0.0839844,0.0322266-0.1494141c0.0126953-0.0644531-0.0712891,0,0.1230469-0.1230469
+ s0.2080078-0.0380859,0.2080078-0.0380859s0.0253906,0.0253906-0.0068359,0.0644531S6.4384766,3.5668945,6.4257812,3.5795898
+ S6.484375,3.6967773,6.5166016,3.6967773s0.0966797-0.0263672,0.1357422-0.0195312
+ c0.0390625,0.0058594,0.1035156-0.0195312,0.1230469-0.0068359S6.8408203,3.722168,6.8076172,3.7543945
+ C6.7753906,3.7875977,6.7041016,3.8256836,6.6523438,3.8129883S6.5224609,3.7094727,6.5683594,3.8393555
+ c0.0449219,0.1289062-0.0068359,0.1621094-0.0458984,0.1552734C6.484375,3.987793,6.3994141,3.9233398,6.4130859,4.0209961
+ C6.4257812,4.1176758,6.328125,4.1821289,6.3085938,4.1821289S6.2509766,4.1762695,6.2509766,4.1762695
+ S6.1923828,4.1694336,6.1601562,4.1694336S6.0625,4.2016602,6.0429688,4.2280273
+ C6.0234375,4.253418,5.9980469,4.2338867,5.9658203,4.2338867c-0.0332031,0,0-0.0380859-0.0654297-0.0517578
+ c-0.0644531-0.0126953-0.1035156-0.0253906-0.1425781,0C5.71875,4.2084961,5.6611328,4.2211914,5.6347656,4.2016602
+ C5.609375,4.1821289,5.6474609,4.137207,5.5957031,4.1625977c-0.0517578,0.0263672-0.0908203,0.0976562-0.109375,0.1044922
+ c-0.0195312,0.0058594,0.0576172,0-0.0195312,0.0058594c-0.078125,0.0068359-0.1103516,0.0263672-0.1494141,0.0390625
+ S5.3300781,4.402832,5.2587891,4.4291992C5.1875,4.4545898,5.2392578,4.3959961,5.1679688,4.4545898
+ s-0.0839844,0.1103516-0.109375,0.1171875C5.0322266,4.5776367,5.0390625,4.590332,4.9804688,4.597168
+ S4.9287109,4.6098633,4.8964844,4.6166992C4.8632812,4.6235352,4.9023438,4.6362305,4.8310547,4.6235352
+ C4.7597656,4.6098633,4.7080078,4.6362305,4.7207031,4.6616211C4.734375,4.6879883,4.9736328,4.7592773,4.7919922,4.7524414
+ C4.6113281,4.746582,4.6689453,4.7788086,4.7080078,4.8041992c0.0390625,0.0263672,0.0585938,0.0527344,0.078125,0.0585938
+ c0.0195312,0.0068359,0.0517578,0.0839844,0.0517578,0.0839844S4.8896484,4.940918,4.8574219,4.9858398
+ C4.8251953,5.0322266,4.8701172,5.0439453,4.8378906,5.1025391S4.8056641,5.1220703,4.7792969,5.1357422
+ C4.7539062,5.1474609,4.7148438,5.1943359,4.6435547,5.1552734S4.5205078,5.0966797,4.4355469,5.0888672
+ C4.3515625,5.0830078,4.4101562,5.0712891,4.3515625,5.1162109S4.2802734,5.2138672,4.2871094,5.2705078
+ c0.0058594,0.0585938,0.0126953,0.1367188-0.0068359,0.1757812s-0.0195312,0.078125-0.0058594,0.1367188
+ c0.0126953,0.0585938,0.0517578,0.0839844,0.0517578,0.0839844s0.0908203,0.0117188,0.109375,0.0195312
+ c0.0195312,0.0058594,0.0585938-0.0136719,0.1103516,0.0195312c0.0517578,0.03125,0.1035156,0.0449219,0.1367188,0.0058594
+ c0.0322266-0.0390625,0.1621094-0.0839844,0.2001953-0.1230469C4.921875,5.5498047,4.9482422,5.5361328,4.9287109,5.4990234
+ C4.9091797,5.4599609,4.9677734,5.3623047,5,5.3427734s0.1035156-0.0390625,0.1035156-0.0390625l0.078125-0.1171875
+ c0,0,0.0644531-0.0703125,0.0966797-0.0644531s0.2138672,0.0722656,0.2011719-0.0136719
+ c-0.0126953-0.0839844,0.0126953-0.109375,0.0322266-0.0761719c0.0195312,0.03125,0.0712891,0.0195312,0.0712891,0.0195312
+ S5.609375,5.0380859,5.6289062,5.0576172c0.0185547,0.0195312,0.0449219,0.1035156,0.0839844,0.1230469
+ s0.0712891,0.0390625,0.0966797,0.0507812c0.0263672,0.0136719,0.0517578,0,0.1044922,0.046875
+ c0.0517578,0.0449219,0.1035156,0.0703125,0.109375,0.0898438c0.0068359,0.0195312,0.0517578,0.0644531,0.0517578,0.0644531
+ s0.0458984,0.0136719,0.0332031,0.0390625c-0.0136719,0.0273438-0.078125,0.1035156-0.1103516,0.1171875
+ S5.8808594,5.5751953,5.9140625,5.6025391c0.0322266,0.0253906,0.0771484,0.0585938,0.0966797,0.0390625
+ s0.1425781-0.1503906,0.1425781-0.1503906s-0.0068359,0.0078125,0-0.03125s0-0.0859375,0.0322266-0.0664062
+ s0.0517578,0.046875,0.0654297,0.0195312c0.0126953-0.0253906,0.0253906-0.0117188-0.0068359-0.03125
+ S6.1337891,5.2509766,6.0947266,5.2451172S5.9589844,5.1748047,5.9589844,5.1748047S5.9394531,5.1552734,5.8945312,5.1025391
+ C5.8486328,5.0517578,5.8359375,5.0634766,5.8232422,5.0185547c-0.0136719-0.0454102-0.0527344-0.1040039,0.0195312-0.090332
+ C5.9140625,4.940918,5.9589844,4.9858398,6.0234375,5.0244141c0.0654297,0.0390625,0.0517578,0.0527344,0.1103516,0.0917969
+ s0.0654297,0.078125,0.1103516,0.0703125c0.0449219-0.0058594,0.0976562,0.0273438,0.0976562,0.0839844
+ c0,0.0585938,0.0126953,0.1230469,0.0253906,0.1367188s0.0517578,0.0390625,0.0644531,0.0644531
+ c0.0136719,0.0273438,0.0390625,0.0917969,0.0585938,0.1171875s0.0390625,0.0449219,0.0585938,0.078125
+ c0.0195312,0.03125,0.0253906-0.0058594,0.0449219,0.0058594c0.0195312,0.0136719,0.0458984,0.0058594,0.0458984-0.0195312
+ s0.0058594-0.0703125,0.0058594-0.0703125s0.0908203-0.0273438,0.0654297-0.0390625
+ C6.6845703,5.5302734,6.6074219,5.4521484,6.6132812,5.4267578c0.0068359-0.0253906,0-0.078125,0.0322266-0.0703125
+ c0.0332031,0.0058594,0.0654297,0.0644531,0.1367188,0.0117188c0.0712891-0.0507812,0.1552734-0.078125,0.1289062,0
+ c-0.0253906,0.078125,0.0068359,0.0917969,0,0.1757812C6.9052734,5.6279297,6.9375,5.6025391,6.9833984,5.6474609
+ c0.0449219,0.0449219,0.0771484,0.0507812,0.109375,0.0644531c0.0332031,0.0136719,0.0849609,0.0058594,0.1367188,0.0136719
+ C7.28125,5.7314453,7.3134766,5.7060547,7.3583984,5.7177734c0.0458984,0.0136719,0.1494141-0.0058594,0.1689453,0.0078125
+ C7.546875,5.7373047,7.625,5.6982422,7.6308594,5.7451172c0.0068359,0.0449219,0.0322266-0.0078125,0.0126953,0.0957031
+ C7.625,5.9462891,7.5986328,6.0166016,7.5986328,6.0166016C7.5273438,6.1533203,7.5009766,6.1845703,7.46875,6.1923828
+ C7.4365234,6.1982422,7.4169922,6.2177734,7.3583984,6.2119141c-0.0576172-0.0078125-0.1289062,0-0.2138672-0.0195312
+ C7.0605469,6.1728516,6.9052734,6.2119141,6.8408203,6.1728516c-0.0654297-0.0390625-0.15625-0.0078125-0.1953125-0.0527344
+ C6.6074219,6.0751953,6.5419922,6.0810547,6.5166016,6.0556641C6.4902344,6.0302734,6.4775391,5.9580078,6.4775391,6.0615234
+ S6.4189453,6.1728516,6.40625,6.2236328C6.3935547,6.2763672,6.4257812,6.2490234,6.3544922,6.2431641
+ S6.2636719,6.2763672,6.1601562,6.1982422c-0.1044922-0.078125-0.15625-0.078125-0.2080078-0.109375
+ C5.9003906,6.0556641,5.8486328,6.1455078,5.796875,6.0419922S5.6738281,6.0224609,5.6669922,5.9384766
+ c-0.0058594-0.0839844,0-0.078125,0.0068359-0.1289062C5.6806641,5.7568359,5.7519531,5.7119141,5.71875,5.6923828
+ c-0.0322266-0.0195312-0.0058594-0.0507812-0.0517578-0.03125c-0.0449219,0.0195312-0.109375,0.0253906-0.1621094,0.0449219
+ c-0.0517578,0.0195312,0.1171875,0-0.1357422,0.0195312S5.0449219,5.7705078,5.0449219,5.7705078
+ S5.0253906,5.7568359,4.9931641,5.7841797c-0.0322266,0.0253906-0.078125,0.0644531-0.1230469,0.0449219
+ S4.7988281,5.8154297,4.7597656,5.8232422c-0.0390625,0.0058594-0.0644531-0.0332031-0.1103516,0
+ c-0.0449219,0.03125-0.0966797,0.0449219-0.1162109,0.03125S4.4814453,5.7900391,4.4814453,5.7900391L4.3837891,5.9189453
+ L4.3193359,5.9833984L4.1894531,6.0556641L4.1699219,6.1142578c0,0-0.0517578,0.0507812-0.0449219,0.0839844
+ c0.0058594,0.03125,0.0058594,0.0898438,0.0058594,0.0898438S4.0410156,6.3720703,4.0019531,6.3994141
+ C3.9628906,6.4248047,3.9111328,6.4833984,3.9111328,6.4833984S3.8789062,6.5224609,3.859375,6.5341797
+ C3.8398438,6.5478516,3.8076172,6.5869141,3.78125,6.6259766S3.7294922,6.6904297,3.7167969,6.7099609
+ C3.703125,6.7294922,3.6650391,6.7744141,3.6455078,6.8466797C3.6259766,6.9169922,3.5742188,7.0009766,3.5742188,7.0009766
+ L3.5605469,7.0341797c0.0068359,0.109375,0.0068359,0.1289062,0.0195312,0.1679688
+ C3.59375,7.2412109,3.6064453,7.2275391,3.59375,7.3134766C3.5800781,7.3974609,3.5800781,7.4287109,3.5673828,7.4677734
+ S3.515625,7.5791016,3.5029297,7.6103516C3.4892578,7.6435547,3.5283203,7.7021484,3.5283203,7.7021484
+ s0.0195312,0.0839844,0.0068359,0.1035156s0.0068359,0.0585938,0.0068359,0.0585938s0.0771484,0.0449219,0.1035156,0.0703125
+ c0.0253906,0.0253906,0.0712891,0.0644531,0.0771484,0.0839844C3.7294922,8.0380859,3.78125,8.1298828,3.7880859,8.1494141
+ c0.0058594,0.0195312,0.0576172,0.0898438,0.0712891,0.109375c0.0126953,0.0195312,0.0771484,0.0917969,0.0771484,0.0917969
+ s0.0849609,0.0644531,0.1044922,0.0898438c0.0185547,0.0253906,0.0771484,0.0390625,0.0966797,0.059082
+ c0.0195312,0.0195312,0.0644531,0.0117188,0.0908203,0.03125s0.078125-0.0117188,0.1035156,0
+ C4.3583984,8.5444336,4.4296875,8.519043,4.4492188,8.5053711s0.0644531-0.059082,0.0966797-0.0395508
+ s0.0517578,0,0.078125,0.0078125c0.0253906,0.0058594,0.0644531-0.0273438,0.0908203-0.0273438
+ c0.0253906,0,0.0908203-0.0253906,0.1103516-0.0253906c0.0185547,0,0.0839844-0.0390625,0.109375-0.0390625
+ c0.0263672,0,0.0585938-0.0253906,0.0908203-0.0136719c0.0322266,0.0136719,0.0195312-0.0253906,0.078125-0.0058594
+ s0.078125,0,0.0966797,0.0195312c0.0195312,0.0195312,0.0458984,0,0.0654297,0.0253906
+ c0.0195312,0.0273438,0.0517578,0.046875,0.0585938,0.0722656c0.0058594,0.0258789,0.0449219,0.0512695,0.0449219,0.0512695
+ l0.0390625,0.0078125c0,0,0.0517578-0.0390625,0.0644531-0.0136719s0.0712891,0.0195312,0.0712891,0.0195312l0.0585938,0.0644531
+ l0.0195312,0.0253906c0,0,0.0390625,0.1054688,0.0322266,0.1425781c-0.0068359,0.0390625-0.0068359,0.125-0.0263672,0.1425781
+ C5.609375,8.9389648,5.5957031,9.0244141,5.5957031,9.0244141S5.5703125,9.0498047,5.6279297,9.1005859
+ c0.0585938,0.0527344,0.0976562,0.0976562,0.1171875,0.1230469c0.0195312,0.0273438,0.0712891,0.0976562,0.078125,0.1425781
+ c0.0058594,0.046875,0.0185547,0.0722656,0.0449219,0.1308594s0.0585938,0.0644531,0.0644531,0.1289062
+ c0.0068359,0.0644531,0.0195312,0.0644531,0.0136719,0.1113281C5.9394531,9.7822266,5.9199219,9.7880859,5.9394531,9.8212891
+ c0.0195312,0.03125,0.0449219,0.0898438,0.0390625,0.109375c-0.0068359,0.0195312-0.0195312,0.1035156-0.0195312,0.1035156
+ l-0.0126953,0.0390625l-0.0585938,0.1113281l-0.0390625,0.0566406c-0.0126953,0.046875-0.0390625,0.0917969-0.0322266,0.15625
+ s-0.0322266,0.0644531,0.0195312,0.1289062c0.0517578,0.0664062,0.0771484,0.1367188,0.1103516,0.1953125
+ c0.0322266,0.0585938,0.0517578,0.1171875,0.0576172,0.15625c0.0068359,0.0371094,0.0332031,0.0507812,0.0458984,0.1035156
+ c0.0126953,0.0507812,0.0195312,0.0761719,0.0195312,0.109375S6.0625,11.2080078,6.0751953,11.2275391
+ c0.0136719,0.0195312,0.0195312,0.078125,0.0263672,0.1035156s-0.0195312,0.03125,0.0195312,0.078125
+ c0.0390625,0.0449219,0.0644531,0.0703125,0.0908203,0.1035156c0.0253906,0.03125,0.0195312,0.0195312,0.0390625,0.0644531
+ c0.0185547,0.0449219,0.0449219,0.0703125,0.0517578,0.109375c0.0058594,0.0390625,0.0126953,0.1367188,0.0322266,0.1816406
+ c0.0195312,0.046875,0.0449219,0.0917969,0.0449219,0.0917969s0.0712891,0.0449219,0.0976562,0.0390625
+ c0.0253906-0.0078125,0.0771484-0.0664062,0.1162109-0.046875s0.0712891,0,0.1035156,0
+ c0.0332031,0,0.0654297-0.0371094,0.0976562-0.0371094s0.078125-0.0527344,0.1035156-0.0390625
+ c0.0263672,0.0117188,0.0585938-0.0136719,0.0908203-0.046875c0.0322266-0.03125,0.0517578-0.0566406,0.1103516-0.109375
+ s0.0517578-0.0527344,0.0908203-0.0839844c0.0390625-0.0332031,0.078125-0.1035156,0.1230469-0.1171875
+ s0.0585938-0.0585938,0.0712891-0.0898438c0.0126953-0.0332031,0.0195312-0.0527344,0.0390625-0.078125
+ s0.0058594,0.0058594,0.0390625-0.078125c0.0322266-0.0839844,0.0712891-0.1171875,0.1035156-0.1367188
+ s0.0517578-0.0585938,0.0712891-0.0644531s0.0517578,0.0195312,0.0390625-0.0390625
+ c-0.0136719-0.0585938,0-0.1425781-0.0136719-0.1621094c-0.0126953-0.0195312-0.0322266,0.0449219-0.0253906-0.0507812
+ c0.0068359-0.0976562,0.0771484-0.1953125,0.0771484-0.1953125S7.8125,10.5009766,7.8447266,10.4814453
+ s0.0390625-0.0390625,0.0839844-0.0644531c0.0458984-0.0253906,0.1425781-0.0898438,0.1425781-0.1230469
+ s0.0390625-0.1171875,0.0390625-0.1367188s0-0.0390625-0.0126953-0.1484375s0.0126953-0.0839844-0.0263672-0.1875
+ c-0.0380859-0.1035156-0.0449219-0.234375-0.0703125-0.265625C7.9746094,9.5224609,7.9873047,9.4384766,7.9873047,9.4130859
+ c0-0.0273438,0.0458984-0.0917969,0.0654297-0.1171875C8.0712891,9.2705078,8.15625,9.1669922,8.15625,9.1669922
+ s0.1298828-0.1503906,0.1748047-0.2202148C8.3759766,8.8745117,8.421875,8.8100586,8.4541016,8.784668
+ S8.5644531,8.7006836,8.609375,8.6342773c0.0458984-0.0644531,0.1367188-0.1879883,0.1425781-0.2075195
+ c0.0068359-0.0195312,0.0585938-0.0839844,0.0585938-0.0839844s0.0712891-0.0839844,0.0839844-0.1289062
+ c0.0136719-0.0449219,0.078125-0.2988281,0.0654297-0.2851562c-0.0136719,0.0117188-0.0908203,0.0253906-0.1171875,0.03125
+ C8.8173828,7.9677734,8.8818359,7.9931641,8.6943359,7.9794922C8.5058594,7.9677734,8.4091797,7.9990234,8.4091797,7.9990234
+ C8.3505859,7.9873047,8.3046875,8.0517578,8.2851562,7.9599609C8.2666016,7.8701172,8.2529297,7.8173828,8.2138672,7.7529297
+ C8.1757812,7.6884766,8.1494141,7.6630859,8.0908203,7.5791016c-0.0576172-0.0859375-0.0517578-0.046875-0.1035156-0.1113281
+ S7.9228516,7.4228516,7.890625,7.3388672C7.8574219,7.2548828,7.8320312,7.2861328,7.7929688,7.1708984
+ C7.7539062,7.0537109,7.7285156,7.0400391,7.7089844,6.9755859S7.6630859,6.8916016,7.6503906,6.8330078
+ s-0.1621094-0.3554688-0.1816406-0.375s-0.0517578-0.125-0.0449219-0.1054688
+ c0.0058594,0.0195312,0.0966797,0.0859375,0.0966797,0.0859375s0.0517578-0.0195312,0.0712891-0.0195312
+ s0.0976562,0.0703125,0.0976562,0.0957031c0,0.0273438,0.1357422,0.1503906,0.1689453,0.2402344
+ c0.0322266,0.0917969,0.0712891,0.15625,0.0771484,0.1816406c0.0068359,0.0253906,0.0712891,0.1289062,0.0976562,0.1679688
+ c0.0253906,0.0390625,0.1103516,0.1171875,0.1230469,0.15625s0.1357422,0.1679688,0.1357422,0.2519531
+ c0,0.0859375,0.0585938,0.1953125,0.0644531,0.2207031c0.0068359,0.0273438,0.1240234,0.0585938,0.1240234,0.0585938
+ l0.1552734-0.0390625c0,0,0.2333984-0.1484375,0.2587891-0.1484375c0.0263672,0,0.2333984-0.0976562,0.2333984-0.0976562
+ s0.0839844-0.078125,0.1425781-0.1230469s0.1230469-0.1289062,0.1367188-0.1679688
+ c0.0126953-0.0390625,0.0380859-0.0449219,0.0898438-0.1035156c0.0527344-0.0585938,0.1240234-0.1171875,0.078125-0.15625
+ C9.5302734,6.9169922,9.5039062,6.9306641,9.4394531,6.8662109C9.3740234,6.7998047,9.3808594,6.8134766,9.3359375,6.7294922
+ C9.2900391,6.6455078,9.3417969,6.5478516,9.2451172,6.6455078c-0.0976562,0.0976562-0.0585938,0.1230469-0.15625,0.1425781
+ C8.9921875,6.8076172,8.953125,6.8720703,8.9082031,6.8076172C8.8623047,6.7431641,8.8173828,6.7802734,8.7910156,6.6845703
+ C8.765625,6.5869141,8.7460938,6.5810547,8.7392578,6.5419922s0-0.0390625-0.0517578-0.1367188
+ S8.6748047,6.1591797,8.7070312,6.2431641S8.7910156,6.3408203,8.875,6.3994141
+ c0.0849609,0.0585938,0.1240234,0.1035156,0.2011719,0.109375c0.078125,0.0058594,0.1425781,0,0.1552734,0.0136719
+ c0.0136719,0.0117188,0.0263672-0.0078125,0.0585938,0.0058594s0.0458984-0.0195312,0.0585938,0.0332031
+ c0.0126953,0.0507812,0.0839844,0.0566406,0.1162109,0.0898438s0.0322266,0.0195312,0.1171875,0.0332031
+ c0.0839844,0.0117188,0.2011719,0.0117188,0.2011719,0.0117188L9.90625,6.6904297l0.1425781,0.0136719
+ c0,0,0.1035156,0.0566406,0.1289062,0.0566406c0.0263672,0,0.0322266,0.0722656,0.0976562,0.1113281
+ c0.0644531,0.0390625,0.0771484,0.0449219,0.1162109,0.0898438c0.0390625,0.046875,0.0332031,0.0664062,0.0849609,0.1113281
+ S10.6123047,7.0654297,10.625,7.0478516c0.0126953-0.0195312,0.078125-0.0527344,0.0654297,0
+ c-0.0136719,0.0507812,0.0644531,0.03125,0.0449219,0.1542969s-0.0322266,0.0917969,0,0.1757812
+ s0.1748047,0.34375,0.1816406,0.4199219c0.0068359,0.078125,0.0449219,0.0527344,0.0517578,0.1230469
+ c0.0068359,0.0722656,0.0449219,0.0976562,0.0449219,0.1503906c0,0.0507812,0.0458984,0.0644531,0.0517578,0.1035156
+ c0.0068359,0.0390625,0.078125,0.0058594,0.0976562,0s0.1103516-0.0917969,0.1103516-0.0917969
+ S11.3125,8.0712891,11.3056641,8.0068359c-0.0068359-0.0664062,0-0.0527344,0-0.1503906
+ c0-0.0957031-0.0390625-0.0957031-0.0195312-0.1933594s0.0712891-0.15625,0.0839844-0.2011719
+ c0.0136719-0.0449219,0.0654297-0.1230469,0.0908203-0.1289062c0.0263672-0.0078125,0.1689453-0.078125,0.2011719-0.125
+ c0.0322266-0.0449219,0.0839844-0.0957031,0.1357422-0.1484375c0.0527344-0.0507812,0.1425781-0.1171875,0.1621094-0.0976562
+ s0.0136719,0.0136719,0.0458984,0.0136719s0.0908203,0.0253906,0.1357422,0.0332031
+ c0.0458984,0.0058594,0.1367188,0.1152344,0.15625,0.1738281C12.3164062,7.2412109,12.3037109,7.2275391,12.375,7.3134766
+ c0.0712891,0.0839844,0.1367188,0.03125,0.1367188,0.1347656s0,0.0976562,0.0322266,0.1367188
+ s0.0712891-0.0722656,0.109375-0.0585938c0.0390625,0.0136719,0.0458984-0.0136719,0.078125,0.0917969
+ c0.0322266,0.1035156,0.0517578,0.1035156,0.0585938,0.2070312c0.0058594,0.1035156-0.0068359,0.0058594-0.0068359,0.0898438
+ s-0.0058594,0.0917969,0.0068359,0.1679688c0.0126953,0.078125,0.0585938,0.1054688,0.0517578,0.1171875
+ c0,0,0.0390625-0.109375,0.0253906-0.1875c-0.0126953-0.078125,0-0.1875,0.0332031-0.2207031
+ c0.0322266-0.03125,0.0644531-0.0644531,0.0908203,0.0195312c0.0253906,0.0839844,0.0380859,0.0195312,0.0966797,0.1171875
+ s0.1103516,0.078125,0.1171875,0.1230469c0.0009766,0.0078125,0.0029297,0.0136719,0.0048828,0.0175781
+ c0.0390625-0.2519531,0.0605469-0.5117188,0.0654297-0.7734375c-0.0380859-0.0332031-0.0449219-0.0625,0.0009766-0.1289062
+ c-0.0068359-1.7714844-0.8134766-3.3549805-2.078125-4.4067383c-0.0996094,0.0068359-0.1503906-0.0029297-0.1259766-0.0419922
+ c0.0087891-0.0136719,0.0175781-0.0263672,0.0253906-0.0390625c-0.0625-0.0498047-0.1269531-0.0986328-0.1923828-0.1464844
+ c-0.0117188,0-0.0244141-0.0009766-0.0400391-0.0029297C10.7480469,2.5170898,10.9296875,2.4848633,10.6904297,2.4907227z
+ M13.4023438,8.7006836C13.3320312,8.6557617,13.3125,8.6362305,13.2792969,8.597168
+ c-0.0322266-0.0390625-0.0712891-0.1489258-0.1230469-0.1430664s-0.0839844-0.0253906-0.0839844-0.0253906l-0.0195312,0.0058594
+ c0,0,0.0458984,0.059082,0.0644531,0.0844727c0.0195312,0.0253906,0.0136719,0.0644531,0.0585938,0.1113281
+ c0.0458984,0.0449219,0.0517578,0.0839844,0.078125,0.0957031c0.0253906,0.0136719,0.0771484,0.1308594,0.0966797,0.1699219
+ c0.015625,0.03125,0.0439453,0.0605469,0.0673828,0.0917969C13.4472656,8.9018555,13.4746094,8.8139648,13.5,8.7260742
+ C13.4648438,8.7006836,13.4521484,8.7319336,13.4023438,8.7006836z"/>
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.9101562,1,1,3.9101562,1,7.5
+ S3.9101562,14,7.5,14S14,11.0898438,14,7.5S11.0898438,1,7.5,1z M7.5,13C4.4624023,13,2,10.5380859,2,7.5
+ C2,4.4624023,4.4624023,2,7.5,2C10.5380859,2,13,4.4624023,13,7.5C13,10.5380859,10.5380859,13,7.5,13z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Globe</title>
+ <desc>Globe Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #369;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconGlobe">
+ <g class="Lower">
+ <path id="Map2" d="M9.2617188,11.0029297l0.0449219,0.1425781c0,0,0,0.0527344,0,0.078125
+ s-0.0058594,0.0507812-0.0195312,0.078125c-0.0126953,0.0253906-0.0185547,0.1152344-0.0253906,0.1542969
+ s-0.0517578,0.0917969-0.0517578,0.1230469c0,0.0332031-0.0654297,0.1230469-0.0654297,0.1425781
+ s-0.0644531,0.1054688-0.0576172,0.1230469c0.0058594,0.0195312-0.0263672,0.1054688-0.0195312,0.1757812
+ c0.0058594,0.0722656-0.0517578,0.0585938-0.0517578,0.0585938s-0.0517578,0.0449219-0.1035156,0.0449219
+ c-0.0527344,0-0.078125,0.0195312-0.078125,0.0195312L8.75,12.0146484c0,0,0-0.1367188-0.0068359-0.1816406
+ s0.0253906-0.0585938,0.0585938-0.0722656c0.0322266-0.0117188,0.0517578-0.078125,0.0517578-0.1289062
+ c0-0.0527344,0-0.0917969,0.0058594-0.109375c0.0068359-0.0195312,0-0.0917969-0.0195312-0.1503906
+ c-0.0185547-0.0585938,0.0390625-0.0449219,0.0390625-0.0449219s0.0654297-0.0332031,0.0908203-0.0390625
+ c0.0263672-0.0058594,0.0712891-0.0449219,0.0712891-0.0449219l0.1298828-0.0644531
+ C9.1708984,11.1787109,9.2421875,11.0751953,9.2617188,11.0029297z M10.6904297,3.4907227
+ c-0.2402344,0.0068359-0.2988281,0.0263672-0.3242188,0.0263672c-0.0263672,0-0.0585938-0.0517578-0.1230469,0.0253906
+ c-0.0654297,0.078125-0.1552734,0.1230469-0.2851562,0.1298828S9.8212891,3.659668,9.6982422,3.7045898
+ C9.5751953,3.7504883,9.4980469,3.6918945,9.5234375,3.7954102c0.0263672,0.1035156,0.0585938,0.1425781,0.0585938,0.1621094
+ S9.5234375,4.1069336,9.4521484,4.0288086S9.2509766,3.6469727,9.3095703,3.8540039S9.4980469,4.1323242,9.375,4.1645508
+ C9.2509766,4.1977539,9.2646484,4.1518555,9.2451172,4.1391602s0-0.1035156-0.0068359-0.1552734
+ C9.2324219,3.9321289,9.21875,3.8989258,9.1933594,3.8735352C9.1669922,3.847168,9.1738281,3.8081055,9.1220703,3.7954102
+ S9.1152344,3.7563477,9.03125,3.7563477S8.8759766,3.7045898,8.8945312,3.8217773
+ c0.0195312,0.1162109,0.0390625,0.0390625,0.0908203,0.1484375c0.0517578,0.1103516,0.1494141,0.0332031,0.078125,0.1103516
+ c-0.0712891,0.078125-0.2587891,0.0517578-0.3046875,0.0195312C8.7138672,4.0678711,8.7265625,4.112793,8.6425781,4.0551758
+ C8.5576172,3.996582,8.5839844,3.9506836,8.4863281,3.996582C8.3896484,4.0415039,8.3574219,4.1264648,8.3183594,4.0932617
+ C8.2792969,4.0610352,8.1884766,4.1391602,8.15625,4.1000977s-0.1621094-0.0390625-0.1884766,0
+ C7.9423828,4.1391602,7.8642578,4.1323242,7.7539062,4.184082C7.6445312,4.2358398,7.6767578,4.190918,7.5400391,4.3012695
+ C7.4042969,4.4116211,7.3261719,4.5024414,7.28125,4.4311523C7.2353516,4.3598633,6.9892578,4.2358398,7.0869141,4.2172852
+ C7.1835938,4.1977539,7.2294922,4.1586914,7.28125,4.2036133c0.0517578,0.0458984,0.1357422,0.0322266,0.1494141,0
+ c0.0126953-0.0322266,0.0712891-0.0644531-0.0068359-0.1035156S7.3398438,4.0874023,7.2167969,4.0415039
+ c-0.1240234-0.0449219,0-0.0322266-0.1689453-0.0576172C6.8789062,3.9575195,6.8076172,3.9448242,6.7626953,3.9321289
+ c-0.0449219-0.0136719-0.1103516,0-0.1748047-0.0068359C6.5224609,3.918457,6.4775391,3.9057617,6.4189453,3.9125977
+ C6.3613281,3.918457,6.328125,3.9057617,6.2509766,3.9643555C6.1728516,4.0219727,6.1142578,4.0483398,6.0625,4.0932617
+ C6.0107422,4.1391602,5.875,4.2299805,5.8359375,4.262207s-0.1748047,0.1357422-0.1875,0.1748047
+ C5.6347656,4.4760742,5.6611328,4.5083008,5.609375,4.534668C5.5576172,4.5600586,5.5058594,4.5600586,5.4667969,4.5668945
+ s0-0.0585938-0.0390625,0.0068359C5.3886719,4.6381836,5.4013672,4.871582,5.4345703,4.8393555
+ C5.4667969,4.8061523,5.4472656,4.7026367,5.5898438,4.800293c0.1425781,0.0966797,0.2333984,0.0839844,0.2265625,0.1748047
+ S5.9140625,5.059082,5.9267578,5.0786133s0.078125-0.0253906,0.078125-0.0253906s0.1425781-0.0908203,0.1425781-0.1367188
+ c0-0.0449219,0.0898438-0.1484375,0.0898438-0.1484375S6.1728516,4.7348633,6.1728516,4.6704102
+ s0.0195312-0.0839844,0.0322266-0.1494141c0.0126953-0.0644531-0.0712891,0,0.1230469-0.1230469
+ s0.2080078-0.0380859,0.2080078-0.0380859s0.0253906,0.0253906-0.0068359,0.0644531S6.4384766,4.5668945,6.4257812,4.5795898
+ S6.484375,4.6967773,6.5166016,4.6967773s0.0966797-0.0263672,0.1357422-0.0195312
+ c0.0390625,0.0058594,0.1035156-0.0195312,0.1230469-0.0068359S6.8408203,4.722168,6.8076172,4.7543945
+ C6.7753906,4.7875977,6.7041016,4.8256836,6.6523438,4.8129883S6.5224609,4.7094727,6.5683594,4.8393555
+ c0.0449219,0.1289062-0.0068359,0.1621094-0.0458984,0.1552734C6.484375,4.987793,6.3994141,4.9233398,6.4130859,5.0209961
+ C6.4257812,5.1176758,6.328125,5.1821289,6.3085938,5.1821289S6.2509766,5.1762695,6.2509766,5.1762695
+ S6.1923828,5.1694336,6.1601562,5.1694336S6.0625,5.2016602,6.0429688,5.2280273
+ C6.0234375,5.253418,5.9980469,5.2338867,5.9658203,5.2338867c-0.0332031,0,0-0.0380859-0.0654297-0.0517578
+ c-0.0644531-0.0126953-0.1035156-0.0253906-0.1425781,0C5.71875,5.2084961,5.6611328,5.2211914,5.6347656,5.2016602
+ C5.609375,5.1821289,5.6474609,5.137207,5.5957031,5.1625977c-0.0517578,0.0263672-0.0908203,0.0976562-0.109375,0.1044922
+ c-0.0195312,0.0058594,0.0576172,0-0.0195312,0.0058594c-0.078125,0.0068359-0.1103516,0.0263672-0.1494141,0.0390625
+ S5.3300781,5.402832,5.2587891,5.4291992C5.1875,5.4545898,5.2392578,5.3959961,5.1679688,5.4545898
+ s-0.0839844,0.1103516-0.109375,0.1171875C5.0322266,5.5776367,5.0390625,5.590332,4.9804688,5.597168
+ S4.9287109,5.6098633,4.8964844,5.6166992C4.8632812,5.6235352,4.9023438,5.6362305,4.8310547,5.6235352
+ C4.7597656,5.6098633,4.7080078,5.6362305,4.7207031,5.6616211C4.734375,5.6879883,4.9736328,5.7592773,4.7919922,5.7524414
+ C4.6113281,5.746582,4.6689453,5.7788086,4.7080078,5.8041992c0.0390625,0.0263672,0.0585938,0.0527344,0.078125,0.0585938
+ c0.0195312,0.0068359,0.0517578,0.0839844,0.0517578,0.0839844S4.8896484,5.940918,4.8574219,5.9858398
+ C4.8251953,6.0322266,4.8701172,6.0439453,4.8378906,6.1025391S4.8056641,6.1220703,4.7792969,6.1357422
+ C4.7539062,6.1474609,4.7148438,6.1943359,4.6435547,6.1552734S4.5205078,6.0966797,4.4355469,6.0888672
+ C4.3515625,6.0830078,4.4101562,6.0712891,4.3515625,6.1162109S4.2802734,6.2138672,4.2871094,6.2705078
+ c0.0058594,0.0585938,0.0126953,0.1367188-0.0068359,0.1757812s-0.0195312,0.078125-0.0058594,0.1367188
+ c0.0126953,0.0585938,0.0517578,0.0839844,0.0517578,0.0839844s0.0908203,0.0117188,0.109375,0.0195312
+ c0.0195312,0.0058594,0.0585938-0.0136719,0.1103516,0.0195312c0.0517578,0.03125,0.1035156,0.0449219,0.1367188,0.0058594
+ c0.0322266-0.0390625,0.1621094-0.0839844,0.2001953-0.1230469C4.921875,6.5498047,4.9482422,6.5361328,4.9287109,6.4990234
+ C4.9091797,6.4599609,4.9677734,6.3623047,5,6.3427734s0.1035156-0.0390625,0.1035156-0.0390625l0.078125-0.1171875
+ c0,0,0.0644531-0.0703125,0.0966797-0.0644531s0.2138672,0.0722656,0.2011719-0.0136719
+ c-0.0126953-0.0839844,0.0126953-0.109375,0.0322266-0.0761719c0.0195312,0.03125,0.0712891,0.0195312,0.0712891,0.0195312
+ S5.609375,6.0380859,5.6289062,6.0576172c0.0185547,0.0195312,0.0449219,0.1035156,0.0839844,0.1230469
+ s0.0712891,0.0390625,0.0966797,0.0507812c0.0263672,0.0136719,0.0517578,0,0.1044922,0.046875
+ c0.0517578,0.0449219,0.1035156,0.0703125,0.109375,0.0898438c0.0068359,0.0195312,0.0517578,0.0644531,0.0517578,0.0644531
+ s0.0458984,0.0136719,0.0332031,0.0390625c-0.0136719,0.0273438-0.078125,0.1035156-0.1103516,0.1171875
+ S5.8808594,6.5751953,5.9140625,6.6025391c0.0322266,0.0253906,0.0771484,0.0585938,0.0966797,0.0390625
+ s0.1425781-0.1503906,0.1425781-0.1503906s-0.0068359,0.0078125,0-0.03125s0-0.0859375,0.0322266-0.0664062
+ s0.0517578,0.046875,0.0654297,0.0195312c0.0126953-0.0253906,0.0253906-0.0117188-0.0068359-0.03125
+ S6.1337891,6.2509766,6.0947266,6.2451172S5.9589844,6.1748047,5.9589844,6.1748047S5.9394531,6.1552734,5.8945312,6.1025391
+ C5.8486328,6.0517578,5.8359375,6.0634766,5.8232422,6.0185547c-0.0136719-0.0454102-0.0527344-0.1040039,0.0195312-0.090332
+ C5.9140625,5.940918,5.9589844,5.9858398,6.0234375,6.0244141c0.0654297,0.0390625,0.0517578,0.0527344,0.1103516,0.0917969
+ s0.0654297,0.078125,0.1103516,0.0703125c0.0449219-0.0058594,0.0976562,0.0273438,0.0976562,0.0839844
+ c0,0.0585938,0.0126953,0.1230469,0.0253906,0.1367188s0.0517578,0.0390625,0.0644531,0.0644531
+ c0.0136719,0.0273438,0.0390625,0.0917969,0.0585938,0.1171875s0.0390625,0.0449219,0.0585938,0.078125
+ c0.0195312,0.03125,0.0253906-0.0058594,0.0449219,0.0058594c0.0195312,0.0136719,0.0458984,0.0058594,0.0458984-0.0195312
+ s0.0058594-0.0703125,0.0058594-0.0703125s0.0908203-0.0273438,0.0654297-0.0390625
+ C6.6845703,6.5302734,6.6074219,6.4521484,6.6132812,6.4267578c0.0068359-0.0253906,0-0.078125,0.0322266-0.0703125
+ c0.0332031,0.0058594,0.0654297,0.0644531,0.1367188,0.0117188c0.0712891-0.0507812,0.1552734-0.078125,0.1289062,0
+ c-0.0253906,0.078125,0.0068359,0.0917969,0,0.1757812C6.9052734,6.6279297,6.9375,6.6025391,6.9833984,6.6474609
+ c0.0449219,0.0449219,0.0771484,0.0507812,0.109375,0.0644531c0.0332031,0.0136719,0.0849609,0.0058594,0.1367188,0.0136719
+ C7.28125,6.7314453,7.3134766,6.7060547,7.3583984,6.7177734c0.0458984,0.0136719,0.1494141-0.0058594,0.1689453,0.0078125
+ C7.546875,6.7373047,7.625,6.6982422,7.6308594,6.7451172c0.0068359,0.0449219,0.0322266-0.0078125,0.0126953,0.0957031
+ C7.625,6.9462891,7.5986328,7.0166016,7.5986328,7.0166016C7.5273438,7.1533203,7.5009766,7.1845703,7.46875,7.1923828
+ C7.4365234,7.1982422,7.4169922,7.2177734,7.3583984,7.2119141c-0.0576172-0.0078125-0.1289062,0-0.2138672-0.0195312
+ C7.0605469,7.1728516,6.9052734,7.2119141,6.8408203,7.1728516c-0.0654297-0.0390625-0.15625-0.0078125-0.1953125-0.0527344
+ C6.6074219,7.0751953,6.5419922,7.0810547,6.5166016,7.0556641C6.4902344,7.0302734,6.4775391,6.9580078,6.4775391,7.0615234
+ S6.4189453,7.1728516,6.40625,7.2236328C6.3935547,7.2763672,6.4257812,7.2490234,6.3544922,7.2431641
+ S6.2636719,7.2763672,6.1601562,7.1982422c-0.1044922-0.078125-0.15625-0.078125-0.2080078-0.109375
+ C5.9003906,7.0556641,5.8486328,7.1455078,5.796875,7.0419922S5.6738281,7.0224609,5.6669922,6.9384766
+ c-0.0058594-0.0839844,0-0.078125,0.0068359-0.1289062C5.6806641,6.7568359,5.7519531,6.7119141,5.71875,6.6923828
+ c-0.0322266-0.0195312-0.0058594-0.0507812-0.0517578-0.03125c-0.0449219,0.0195312-0.109375,0.0253906-0.1621094,0.0449219
+ c-0.0517578,0.0195312,0.1171875,0-0.1357422,0.0195312S5.0449219,6.7705078,5.0449219,6.7705078
+ S5.0253906,6.7568359,4.9931641,6.7841797c-0.0322266,0.0253906-0.078125,0.0644531-0.1230469,0.0449219
+ S4.7988281,6.8154297,4.7597656,6.8232422c-0.0390625,0.0058594-0.0644531-0.0332031-0.1103516,0
+ c-0.0449219,0.03125-0.0966797,0.0449219-0.1162109,0.03125S4.4814453,6.7900391,4.4814453,6.7900391L4.3837891,6.9189453
+ L4.3193359,6.9833984L4.1894531,7.0556641L4.1699219,7.1142578c0,0-0.0517578,0.0507812-0.0449219,0.0839844
+ c0.0058594,0.03125,0.0058594,0.0898438,0.0058594,0.0898438S4.0410156,7.3720703,4.0019531,7.3994141
+ C3.9628906,7.4248047,3.9111328,7.4833984,3.9111328,7.4833984S3.8789062,7.5224609,3.859375,7.5341797
+ C3.8398438,7.5478516,3.8076172,7.5869141,3.78125,7.6259766S3.7294922,7.6904297,3.7167969,7.7099609
+ C3.703125,7.7294922,3.6650391,7.7744141,3.6455078,7.8466797C3.6259766,7.9169922,3.5742188,8.0009766,3.5742188,8.0009766
+ L3.5605469,8.0341797c0.0068359,0.109375,0.0068359,0.1289062,0.0195312,0.1679688
+ C3.59375,8.2412109,3.6064453,8.2275391,3.59375,8.3134766C3.5800781,8.3974609,3.5800781,8.4287109,3.5673828,8.4677734
+ S3.515625,8.5791016,3.5029297,8.6103516C3.4892578,8.6435547,3.5283203,8.7021484,3.5283203,8.7021484
+ s0.0195312,0.0839844,0.0068359,0.1035156s0.0068359,0.0585938,0.0068359,0.0585938s0.0771484,0.0449219,0.1035156,0.0703125
+ c0.0253906,0.0253906,0.0712891,0.0644531,0.0771484,0.0839844C3.7294922,9.0380859,3.78125,9.1298828,3.7880859,9.1494141
+ c0.0058594,0.0195312,0.0576172,0.0898438,0.0712891,0.109375c0.0126953,0.0195312,0.0771484,0.0917969,0.0771484,0.0917969
+ s0.0849609,0.0644531,0.1044922,0.0898438C4.0595703,9.4658203,4.1181641,9.4794922,4.1376953,9.5
+ c0.0195312,0.0195312,0.0644531,0.0117188,0.0908203,0.03125s0.078125-0.0117188,0.1035156,0
+ c0.0263672,0.0136719,0.0976562-0.0117188,0.1171875-0.0253906s0.0644531-0.0595703,0.0966797-0.0400391
+ s0.0517578,0,0.078125,0.0078125c0.0253906,0.0058594,0.0644531-0.0273438,0.0908203-0.0273438
+ c0.0253906,0,0.0908203-0.0253906,0.1103516-0.0253906c0.0185547,0,0.0839844-0.0390625,0.109375-0.0390625
+ c0.0263672,0,0.0585938-0.0253906,0.0908203-0.0136719c0.0322266,0.0136719,0.0195312-0.0253906,0.078125-0.0058594
+ s0.078125,0,0.0966797,0.0195312c0.0195312,0.0195312,0.0458984,0,0.0654297,0.0253906
+ c0.0195312,0.0273438,0.0517578,0.046875,0.0585938,0.0722656C5.3300781,9.5058594,5.3691406,9.53125,5.3691406,9.53125
+ l0.0390625,0.0078125c0,0,0.0517578-0.0390625,0.0644531-0.0136719s0.0712891,0.0195312,0.0712891,0.0195312L5.6025391,9.609375
+ l0.0195312,0.0253906c0,0,0.0390625,0.1054688,0.0322266,0.1425781c-0.0068359,0.0390625-0.0068359,0.125-0.0263672,0.1425781
+ c-0.0185547,0.0195312-0.0322266,0.1044922-0.0322266,0.1044922s-0.0253906,0.0253906,0.0322266,0.0761719
+ c0.0585938,0.0527344,0.0976562,0.0976562,0.1171875,0.1230469c0.0195312,0.0273438,0.0712891,0.0976562,0.078125,0.1425781
+ c0.0058594,0.046875,0.0185547,0.0722656,0.0449219,0.1308594s0.0585938,0.0644531,0.0644531,0.1289062
+ c0.0068359,0.0644531,0.0195312,0.0644531,0.0136719,0.1113281c-0.0068359,0.0449219-0.0263672,0.0507812-0.0068359,0.0839844
+ c0.0195312,0.03125,0.0449219,0.0898438,0.0390625,0.109375c-0.0068359,0.0195312-0.0195312,0.1035156-0.0195312,0.1035156
+ l-0.0126953,0.0390625l-0.0585938,0.1113281l-0.0390625,0.0566406c-0.0126953,0.046875-0.0390625,0.0917969-0.0322266,0.15625
+ s-0.0322266,0.0644531,0.0195312,0.1289062c0.0517578,0.0664062,0.0771484,0.1367188,0.1103516,0.1953125
+ c0.0322266,0.0585938,0.0517578,0.1171875,0.0576172,0.15625c0.0068359,0.0371094,0.0332031,0.0507812,0.0458984,0.1035156
+ c0.0126953,0.0507812,0.0195312,0.0761719,0.0195312,0.109375S6.0625,12.2080078,6.0751953,12.2275391
+ c0.0136719,0.0195312,0.0195312,0.078125,0.0263672,0.1035156s-0.0195312,0.03125,0.0195312,0.078125
+ c0.0390625,0.0449219,0.0644531,0.0703125,0.0908203,0.1035156c0.0253906,0.03125,0.0195312,0.0195312,0.0390625,0.0644531
+ c0.0185547,0.0449219,0.0449219,0.0703125,0.0517578,0.109375c0.0058594,0.0390625,0.0126953,0.1367188,0.0322266,0.1816406
+ c0.0195312,0.046875,0.0449219,0.0917969,0.0449219,0.0917969s0.0712891,0.0449219,0.0976562,0.0390625
+ c0.0253906-0.0078125,0.0771484-0.0664062,0.1162109-0.046875s0.0712891,0,0.1035156,0
+ c0.0332031,0,0.0654297-0.0371094,0.0976562-0.0371094s0.078125-0.0527344,0.1035156-0.0390625
+ c0.0263672,0.0117188,0.0585938-0.0136719,0.0908203-0.046875c0.0322266-0.03125,0.0517578-0.0566406,0.1103516-0.109375
+ s0.0517578-0.0527344,0.0908203-0.0839844c0.0390625-0.0332031,0.078125-0.1035156,0.1230469-0.1171875
+ s0.0585938-0.0585938,0.0712891-0.0898438c0.0126953-0.0332031,0.0195312-0.0527344,0.0390625-0.078125
+ s0.0058594,0.0058594,0.0390625-0.078125c0.0322266-0.0839844,0.0712891-0.1171875,0.1035156-0.1367188
+ s0.0517578-0.0585938,0.0712891-0.0644531s0.0517578,0.0195312,0.0390625-0.0390625
+ c-0.0136719-0.0585938,0-0.1425781-0.0136719-0.1621094c-0.0126953-0.0195312-0.0322266,0.0449219-0.0253906-0.0507812
+ c0.0068359-0.0976562,0.0771484-0.1953125,0.0771484-0.1953125S7.8125,11.5009766,7.8447266,11.4814453
+ s0.0390625-0.0390625,0.0839844-0.0644531c0.0458984-0.0253906,0.1425781-0.0898438,0.1425781-0.1230469
+ s0.0390625-0.1171875,0.0390625-0.1367188s0-0.0390625-0.0126953-0.1484375s0.0126953-0.0839844-0.0263672-0.1875
+ c-0.0380859-0.1035156-0.0449219-0.234375-0.0703125-0.265625c-0.0263672-0.0332031-0.0136719-0.1171875-0.0136719-0.1425781
+ c0-0.0273438,0.0458984-0.0917969,0.0654297-0.1171875C8.0712891,10.2705078,8.15625,10.1669922,8.15625,10.1669922
+ s0.1298828-0.1503906,0.1748047-0.2197266C8.3759766,9.875,8.421875,9.8105469,8.4541016,9.7851562
+ S8.5644531,9.7011719,8.609375,9.6347656c0.0458984-0.0644531,0.1367188-0.1884766,0.1425781-0.2080078
+ c0.0068359-0.0195312,0.0585938-0.0839844,0.0585938-0.0839844s0.0712891-0.0839844,0.0839844-0.1289062
+ c0.0136719-0.0449219,0.078125-0.2988281,0.0654297-0.2851562c-0.0136719,0.0117188-0.0908203,0.0253906-0.1171875,0.03125
+ C8.8173828,8.9677734,8.8818359,8.9931641,8.6943359,8.9794922C8.5058594,8.9677734,8.4091797,8.9990234,8.4091797,8.9990234
+ C8.3505859,8.9873047,8.3046875,9.0517578,8.2851562,8.9599609C8.2666016,8.8701172,8.2529297,8.8173828,8.2138672,8.7529297
+ C8.1757812,8.6884766,8.1494141,8.6630859,8.0908203,8.5791016c-0.0576172-0.0859375-0.0517578-0.046875-0.1035156-0.1113281
+ S7.9228516,8.4228516,7.890625,8.3388672C7.8574219,8.2548828,7.8320312,8.2861328,7.7929688,8.1708984
+ C7.7539062,8.0537109,7.7285156,8.0400391,7.7089844,7.9755859S7.6630859,7.8916016,7.6503906,7.8330078
+ s-0.1621094-0.3554688-0.1816406-0.375s-0.0517578-0.125-0.0449219-0.1054688
+ c0.0058594,0.0195312,0.0966797,0.0859375,0.0966797,0.0859375s0.0517578-0.0195312,0.0712891-0.0195312
+ s0.0976562,0.0703125,0.0976562,0.0957031c0,0.0273438,0.1357422,0.1503906,0.1689453,0.2402344
+ c0.0322266,0.0917969,0.0712891,0.15625,0.0771484,0.1816406c0.0068359,0.0253906,0.0712891,0.1289062,0.0976562,0.1679688
+ c0.0253906,0.0390625,0.1103516,0.1171875,0.1230469,0.15625s0.1357422,0.1679688,0.1357422,0.2519531
+ c0,0.0859375,0.0585938,0.1953125,0.0644531,0.2207031c0.0068359,0.0273438,0.1240234,0.0585938,0.1240234,0.0585938
+ l0.1552734-0.0390625c0,0,0.2333984-0.1484375,0.2587891-0.1484375c0.0263672,0,0.2333984-0.0976562,0.2333984-0.0976562
+ s0.0839844-0.078125,0.1425781-0.1230469s0.1230469-0.1289062,0.1367188-0.1679688
+ c0.0126953-0.0390625,0.0380859-0.0449219,0.0898438-0.1035156c0.0527344-0.0585938,0.1240234-0.1171875,0.078125-0.15625
+ C9.5302734,7.9169922,9.5039062,7.9306641,9.4394531,7.8662109C9.3740234,7.7998047,9.3808594,7.8134766,9.3359375,7.7294922
+ C9.2900391,7.6455078,9.3417969,7.5478516,9.2451172,7.6455078c-0.0976562,0.0976562-0.0585938,0.1230469-0.15625,0.1425781
+ C8.9921875,7.8076172,8.953125,7.8720703,8.9082031,7.8076172C8.8623047,7.7431641,8.8173828,7.7802734,8.7910156,7.6845703
+ C8.765625,7.5869141,8.7460938,7.5810547,8.7392578,7.5419922s0-0.0390625-0.0517578-0.1367188
+ S8.6748047,7.1591797,8.7070312,7.2431641S8.7910156,7.3408203,8.875,7.3994141
+ c0.0849609,0.0585938,0.1240234,0.1035156,0.2011719,0.109375c0.078125,0.0058594,0.1425781,0,0.1552734,0.0136719
+ c0.0136719,0.0117188,0.0263672-0.0078125,0.0585938,0.0058594s0.0458984-0.0195312,0.0585938,0.0332031
+ c0.0126953,0.0507812,0.0839844,0.0566406,0.1162109,0.0898438s0.0322266,0.0195312,0.1171875,0.0332031
+ c0.0839844,0.0117188,0.2011719,0.0117188,0.2011719,0.0117188L9.90625,7.6904297l0.1425781,0.0136719
+ c0,0,0.1035156,0.0566406,0.1289062,0.0566406c0.0263672,0,0.0322266,0.0722656,0.0976562,0.1113281
+ c0.0644531,0.0390625,0.0771484,0.0449219,0.1162109,0.0898438c0.0390625,0.046875,0.0332031,0.0664062,0.0849609,0.1113281
+ S10.6123047,8.0654297,10.625,8.0478516c0.0126953-0.0195312,0.078125-0.0527344,0.0654297,0
+ c-0.0136719,0.0507812,0.0644531,0.03125,0.0449219,0.1542969s-0.0322266,0.0917969,0,0.1757812
+ s0.1748047,0.34375,0.1816406,0.4199219c0.0068359,0.078125,0.0449219,0.0527344,0.0517578,0.1230469
+ c0.0068359,0.0722656,0.0449219,0.0976562,0.0449219,0.1503906c0,0.0507812,0.0458984,0.0644531,0.0517578,0.1035156
+ c0.0068359,0.0390625,0.078125,0.0058594,0.0976562,0s0.1103516-0.0917969,0.1103516-0.0917969
+ S11.3125,9.0712891,11.3056641,9.0068359c-0.0068359-0.0664062,0-0.0527344,0-0.1503906
+ c0-0.0957031-0.0390625-0.0957031-0.0195312-0.1933594s0.0712891-0.15625,0.0839844-0.2011719
+ c0.0136719-0.0449219,0.0654297-0.1230469,0.0908203-0.1289062c0.0263672-0.0078125,0.1689453-0.078125,0.2011719-0.125
+ c0.0322266-0.0449219,0.0839844-0.0957031,0.1357422-0.1484375c0.0527344-0.0507812,0.1425781-0.1171875,0.1621094-0.0976562
+ s0.0136719,0.0136719,0.0458984,0.0136719s0.0908203,0.0253906,0.1357422,0.0332031
+ c0.0458984,0.0058594,0.1367188,0.1152344,0.15625,0.1738281C12.3164062,8.2412109,12.3037109,8.2275391,12.375,8.3134766
+ c0.0712891,0.0839844,0.1367188,0.03125,0.1367188,0.1347656s0,0.0976562,0.0322266,0.1367188
+ s0.0712891-0.0722656,0.109375-0.0585938c0.0390625,0.0136719,0.0458984-0.0136719,0.078125,0.0917969
+ c0.0322266,0.1035156,0.0517578,0.1035156,0.0585938,0.2070312c0.0058594,0.1035156-0.0068359,0.0058594-0.0068359,0.0898438
+ s-0.0058594,0.0917969,0.0068359,0.1679688c0.0126953,0.078125,0.0585938,0.1054688,0.0517578,0.1171875
+ c0,0,0.0390625-0.109375,0.0253906-0.1875c-0.0126953-0.078125,0-0.1875,0.0332031-0.2207031
+ c0.0322266-0.03125,0.0644531-0.0644531,0.0908203,0.0195312c0.0253906,0.0839844,0.0380859,0.0195312,0.0966797,0.1171875
+ s0.1103516,0.078125,0.1171875,0.1230469c0.0009766,0.0078125,0.0029297,0.0136719,0.0048828,0.0175781
+ c0.0390625-0.2519531,0.0605469-0.5117188,0.0654297-0.7734375c-0.0380859-0.0332031-0.0449219-0.0625,0.0009766-0.1289062
+ c-0.0068359-1.7714844-0.8134766-3.3549805-2.078125-4.4067383c-0.0996094,0.0068359-0.1503906-0.0029297-0.1259766-0.0419922
+ c0.0087891-0.0136719,0.0175781-0.0263672,0.0253906-0.0390625c-0.0625-0.0498047-0.1269531-0.0986328-0.1923828-0.1464844
+ c-0.0117188,0-0.0244141-0.0009766-0.0400391-0.0029297C10.7480469,3.5170898,10.9296875,3.4848633,10.6904297,3.4907227z
+ M13.4023438,9.7011719C13.3320312,9.65625,13.3125,9.6367188,13.2792969,9.5976562
+ c-0.0322266-0.0390625-0.0712891-0.1494141-0.1230469-0.1435547s-0.0839844-0.0253906-0.0839844-0.0253906l-0.0195312,0.0058594
+ c0,0,0.0458984,0.0595703,0.0644531,0.0849609c0.0195312,0.0253906,0.0136719,0.0644531,0.0585938,0.1113281
+ c0.0458984,0.0449219,0.0517578,0.0839844,0.078125,0.0957031c0.0253906,0.0136719,0.0771484,0.1308594,0.0966797,0.1699219
+ c0.015625,0.03125,0.0439453,0.0605469,0.0673828,0.0917969C13.4472656,9.9023438,13.4746094,9.8144531,13.5,9.7265625
+ C13.4648438,9.7011719,13.4521484,9.7324219,13.4023438,9.7011719z"/>
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.9101562,2,1,4.9101562,1,8.5
+ S3.9101562,15,7.5,15S14,12.0898438,14,8.5S11.0898438,2,7.5,2z M7.5,14C4.4624023,14,2,11.5380859,2,8.5
+ C2,5.4624023,4.4624023,3,7.5,3C10.5380859,3,13,5.4624023,13,8.5C13,11.5380859,10.5380859,14,7.5,14z"/>
+ </g>
+ <g class="Upper">
+ <path id="Map1" d="M9.2617188,10.0029297l0.0449219,0.1425781c0,0,0,0.0527344,0,0.078125
+ s-0.0058594,0.0507812-0.0195312,0.078125c-0.0126953,0.0253906-0.0185547,0.1152344-0.0253906,0.1542969
+ s-0.0517578,0.0917969-0.0517578,0.1230469c0,0.0332031-0.0654297,0.1230469-0.0654297,0.1425781
+ s-0.0644531,0.1054688-0.0576172,0.1230469c0.0058594,0.0195312-0.0263672,0.1054688-0.0195312,0.1757812
+ c0.0058594,0.0722656-0.0517578,0.0585938-0.0517578,0.0585938s-0.0517578,0.0449219-0.1035156,0.0449219
+ c-0.0527344,0-0.078125,0.0195312-0.078125,0.0195312L8.75,11.0146484c0,0,0-0.1367188-0.0068359-0.1816406
+ s0.0253906-0.0585938,0.0585938-0.0722656c0.0322266-0.0117188,0.0517578-0.078125,0.0517578-0.1289062
+ c0-0.0527344,0-0.0917969,0.0058594-0.109375c0.0068359-0.0195312,0-0.0917969-0.0195312-0.1503906
+ c-0.0185547-0.0585938,0.0390625-0.0449219,0.0390625-0.0449219s0.0654297-0.0332031,0.0908203-0.0390625
+ c0.0263672-0.0058594,0.0712891-0.0449219,0.0712891-0.0449219l0.1298828-0.0644531
+ C9.1708984,10.1787109,9.2421875,10.0751953,9.2617188,10.0029297z M10.6904297,2.4907227
+ c-0.2402344,0.0068359-0.2988281,0.0263672-0.3242188,0.0263672c-0.0263672,0-0.0585938-0.0517578-0.1230469,0.0253906
+ c-0.0654297,0.078125-0.1552734,0.1230469-0.2851562,0.1298828S9.8212891,2.659668,9.6982422,2.7045898
+ C9.5751953,2.7504883,9.4980469,2.6918945,9.5234375,2.7954102c0.0263672,0.1035156,0.0585938,0.1425781,0.0585938,0.1621094
+ S9.5234375,3.1069336,9.4521484,3.0288086S9.2509766,2.6469727,9.3095703,2.8540039S9.4980469,3.1323242,9.375,3.1645508
+ C9.2509766,3.1977539,9.2646484,3.1518555,9.2451172,3.1391602s0-0.1035156-0.0068359-0.1552734
+ C9.2324219,2.9321289,9.21875,2.8989258,9.1933594,2.8735352C9.1669922,2.847168,9.1738281,2.8081055,9.1220703,2.7954102
+ S9.1152344,2.7563477,9.03125,2.7563477S8.8759766,2.7045898,8.8945312,2.8217773
+ c0.0195312,0.1162109,0.0390625,0.0390625,0.0908203,0.1484375c0.0517578,0.1103516,0.1494141,0.0332031,0.078125,0.1103516
+ c-0.0712891,0.078125-0.2587891,0.0517578-0.3046875,0.0195312C8.7138672,3.0678711,8.7265625,3.112793,8.6425781,3.0551758
+ C8.5576172,2.996582,8.5839844,2.9506836,8.4863281,2.996582C8.3896484,3.0415039,8.3574219,3.1264648,8.3183594,3.0932617
+ C8.2792969,3.0610352,8.1884766,3.1391602,8.15625,3.1000977s-0.1621094-0.0390625-0.1884766,0
+ C7.9423828,3.1391602,7.8642578,3.1323242,7.7539062,3.184082C7.6445312,3.2358398,7.6767578,3.190918,7.5400391,3.3012695
+ C7.4042969,3.4116211,7.3261719,3.5024414,7.28125,3.4311523C7.2353516,3.3598633,6.9892578,3.2358398,7.0869141,3.2172852
+ C7.1835938,3.1977539,7.2294922,3.1586914,7.28125,3.2036133c0.0517578,0.0458984,0.1357422,0.0322266,0.1494141,0
+ c0.0126953-0.0322266,0.0712891-0.0644531-0.0068359-0.1035156S7.3398438,3.0874023,7.2167969,3.0415039
+ c-0.1240234-0.0449219,0-0.0322266-0.1689453-0.0576172C6.8789062,2.9575195,6.8076172,2.9448242,6.7626953,2.9321289
+ c-0.0449219-0.0136719-0.1103516,0-0.1748047-0.0068359C6.5224609,2.918457,6.4775391,2.9057617,6.4189453,2.9125977
+ C6.3613281,2.918457,6.328125,2.9057617,6.2509766,2.9643555C6.1728516,3.0219727,6.1142578,3.0483398,6.0625,3.0932617
+ C6.0107422,3.1391602,5.875,3.2299805,5.8359375,3.262207s-0.1748047,0.1357422-0.1875,0.1748047
+ C5.6347656,3.4760742,5.6611328,3.5083008,5.609375,3.534668C5.5576172,3.5600586,5.5058594,3.5600586,5.4667969,3.5668945
+ s0-0.0585938-0.0390625,0.0068359C5.3886719,3.6381836,5.4013672,3.871582,5.4345703,3.8393555
+ C5.4667969,3.8061523,5.4472656,3.7026367,5.5898438,3.800293c0.1425781,0.0966797,0.2333984,0.0839844,0.2265625,0.1748047
+ S5.9140625,4.059082,5.9267578,4.0786133s0.078125-0.0253906,0.078125-0.0253906s0.1425781-0.0908203,0.1425781-0.1367188
+ c0-0.0449219,0.0898438-0.1484375,0.0898438-0.1484375S6.1728516,3.7348633,6.1728516,3.6704102
+ s0.0195312-0.0839844,0.0322266-0.1494141c0.0126953-0.0644531-0.0712891,0,0.1230469-0.1230469
+ s0.2080078-0.0380859,0.2080078-0.0380859s0.0253906,0.0253906-0.0068359,0.0644531S6.4384766,3.5668945,6.4257812,3.5795898
+ S6.484375,3.6967773,6.5166016,3.6967773s0.0966797-0.0263672,0.1357422-0.0195312
+ c0.0390625,0.0058594,0.1035156-0.0195312,0.1230469-0.0068359S6.8408203,3.722168,6.8076172,3.7543945
+ C6.7753906,3.7875977,6.7041016,3.8256836,6.6523438,3.8129883S6.5224609,3.7094727,6.5683594,3.8393555
+ c0.0449219,0.1289062-0.0068359,0.1621094-0.0458984,0.1552734C6.484375,3.987793,6.3994141,3.9233398,6.4130859,4.0209961
+ C6.4257812,4.1176758,6.328125,4.1821289,6.3085938,4.1821289S6.2509766,4.1762695,6.2509766,4.1762695
+ S6.1923828,4.1694336,6.1601562,4.1694336S6.0625,4.2016602,6.0429688,4.2280273
+ C6.0234375,4.253418,5.9980469,4.2338867,5.9658203,4.2338867c-0.0332031,0,0-0.0380859-0.0654297-0.0517578
+ c-0.0644531-0.0126953-0.1035156-0.0253906-0.1425781,0C5.71875,4.2084961,5.6611328,4.2211914,5.6347656,4.2016602
+ C5.609375,4.1821289,5.6474609,4.137207,5.5957031,4.1625977c-0.0517578,0.0263672-0.0908203,0.0976562-0.109375,0.1044922
+ c-0.0195312,0.0058594,0.0576172,0-0.0195312,0.0058594c-0.078125,0.0068359-0.1103516,0.0263672-0.1494141,0.0390625
+ S5.3300781,4.402832,5.2587891,4.4291992C5.1875,4.4545898,5.2392578,4.3959961,5.1679688,4.4545898
+ s-0.0839844,0.1103516-0.109375,0.1171875C5.0322266,4.5776367,5.0390625,4.590332,4.9804688,4.597168
+ S4.9287109,4.6098633,4.8964844,4.6166992C4.8632812,4.6235352,4.9023438,4.6362305,4.8310547,4.6235352
+ C4.7597656,4.6098633,4.7080078,4.6362305,4.7207031,4.6616211C4.734375,4.6879883,4.9736328,4.7592773,4.7919922,4.7524414
+ C4.6113281,4.746582,4.6689453,4.7788086,4.7080078,4.8041992c0.0390625,0.0263672,0.0585938,0.0527344,0.078125,0.0585938
+ c0.0195312,0.0068359,0.0517578,0.0839844,0.0517578,0.0839844S4.8896484,4.940918,4.8574219,4.9858398
+ C4.8251953,5.0322266,4.8701172,5.0439453,4.8378906,5.1025391S4.8056641,5.1220703,4.7792969,5.1357422
+ C4.7539062,5.1474609,4.7148438,5.1943359,4.6435547,5.1552734S4.5205078,5.0966797,4.4355469,5.0888672
+ C4.3515625,5.0830078,4.4101562,5.0712891,4.3515625,5.1162109S4.2802734,5.2138672,4.2871094,5.2705078
+ c0.0058594,0.0585938,0.0126953,0.1367188-0.0068359,0.1757812s-0.0195312,0.078125-0.0058594,0.1367188
+ c0.0126953,0.0585938,0.0517578,0.0839844,0.0517578,0.0839844s0.0908203,0.0117188,0.109375,0.0195312
+ c0.0195312,0.0058594,0.0585938-0.0136719,0.1103516,0.0195312c0.0517578,0.03125,0.1035156,0.0449219,0.1367188,0.0058594
+ c0.0322266-0.0390625,0.1621094-0.0839844,0.2001953-0.1230469C4.921875,5.5498047,4.9482422,5.5361328,4.9287109,5.4990234
+ C4.9091797,5.4599609,4.9677734,5.3623047,5,5.3427734s0.1035156-0.0390625,0.1035156-0.0390625l0.078125-0.1171875
+ c0,0,0.0644531-0.0703125,0.0966797-0.0644531s0.2138672,0.0722656,0.2011719-0.0136719
+ c-0.0126953-0.0839844,0.0126953-0.109375,0.0322266-0.0761719c0.0195312,0.03125,0.0712891,0.0195312,0.0712891,0.0195312
+ S5.609375,5.0380859,5.6289062,5.0576172c0.0185547,0.0195312,0.0449219,0.1035156,0.0839844,0.1230469
+ s0.0712891,0.0390625,0.0966797,0.0507812c0.0263672,0.0136719,0.0517578,0,0.1044922,0.046875
+ c0.0517578,0.0449219,0.1035156,0.0703125,0.109375,0.0898438c0.0068359,0.0195312,0.0517578,0.0644531,0.0517578,0.0644531
+ s0.0458984,0.0136719,0.0332031,0.0390625c-0.0136719,0.0273438-0.078125,0.1035156-0.1103516,0.1171875
+ S5.8808594,5.5751953,5.9140625,5.6025391c0.0322266,0.0253906,0.0771484,0.0585938,0.0966797,0.0390625
+ s0.1425781-0.1503906,0.1425781-0.1503906s-0.0068359,0.0078125,0-0.03125s0-0.0859375,0.0322266-0.0664062
+ s0.0517578,0.046875,0.0654297,0.0195312c0.0126953-0.0253906,0.0253906-0.0117188-0.0068359-0.03125
+ S6.1337891,5.2509766,6.0947266,5.2451172S5.9589844,5.1748047,5.9589844,5.1748047S5.9394531,5.1552734,5.8945312,5.1025391
+ C5.8486328,5.0517578,5.8359375,5.0634766,5.8232422,5.0185547c-0.0136719-0.0454102-0.0527344-0.1040039,0.0195312-0.090332
+ C5.9140625,4.940918,5.9589844,4.9858398,6.0234375,5.0244141c0.0654297,0.0390625,0.0517578,0.0527344,0.1103516,0.0917969
+ s0.0654297,0.078125,0.1103516,0.0703125c0.0449219-0.0058594,0.0976562,0.0273438,0.0976562,0.0839844
+ c0,0.0585938,0.0126953,0.1230469,0.0253906,0.1367188s0.0517578,0.0390625,0.0644531,0.0644531
+ c0.0136719,0.0273438,0.0390625,0.0917969,0.0585938,0.1171875s0.0390625,0.0449219,0.0585938,0.078125
+ c0.0195312,0.03125,0.0253906-0.0058594,0.0449219,0.0058594c0.0195312,0.0136719,0.0458984,0.0058594,0.0458984-0.0195312
+ s0.0058594-0.0703125,0.0058594-0.0703125s0.0908203-0.0273438,0.0654297-0.0390625
+ C6.6845703,5.5302734,6.6074219,5.4521484,6.6132812,5.4267578c0.0068359-0.0253906,0-0.078125,0.0322266-0.0703125
+ c0.0332031,0.0058594,0.0654297,0.0644531,0.1367188,0.0117188c0.0712891-0.0507812,0.1552734-0.078125,0.1289062,0
+ c-0.0253906,0.078125,0.0068359,0.0917969,0,0.1757812C6.9052734,5.6279297,6.9375,5.6025391,6.9833984,5.6474609
+ c0.0449219,0.0449219,0.0771484,0.0507812,0.109375,0.0644531c0.0332031,0.0136719,0.0849609,0.0058594,0.1367188,0.0136719
+ C7.28125,5.7314453,7.3134766,5.7060547,7.3583984,5.7177734c0.0458984,0.0136719,0.1494141-0.0058594,0.1689453,0.0078125
+ C7.546875,5.7373047,7.625,5.6982422,7.6308594,5.7451172c0.0068359,0.0449219,0.0322266-0.0078125,0.0126953,0.0957031
+ C7.625,5.9462891,7.5986328,6.0166016,7.5986328,6.0166016C7.5273438,6.1533203,7.5009766,6.1845703,7.46875,6.1923828
+ C7.4365234,6.1982422,7.4169922,6.2177734,7.3583984,6.2119141c-0.0576172-0.0078125-0.1289062,0-0.2138672-0.0195312
+ C7.0605469,6.1728516,6.9052734,6.2119141,6.8408203,6.1728516c-0.0654297-0.0390625-0.15625-0.0078125-0.1953125-0.0527344
+ C6.6074219,6.0751953,6.5419922,6.0810547,6.5166016,6.0556641C6.4902344,6.0302734,6.4775391,5.9580078,6.4775391,6.0615234
+ S6.4189453,6.1728516,6.40625,6.2236328C6.3935547,6.2763672,6.4257812,6.2490234,6.3544922,6.2431641
+ S6.2636719,6.2763672,6.1601562,6.1982422c-0.1044922-0.078125-0.15625-0.078125-0.2080078-0.109375
+ C5.9003906,6.0556641,5.8486328,6.1455078,5.796875,6.0419922S5.6738281,6.0224609,5.6669922,5.9384766
+ c-0.0058594-0.0839844,0-0.078125,0.0068359-0.1289062C5.6806641,5.7568359,5.7519531,5.7119141,5.71875,5.6923828
+ c-0.0322266-0.0195312-0.0058594-0.0507812-0.0517578-0.03125c-0.0449219,0.0195312-0.109375,0.0253906-0.1621094,0.0449219
+ c-0.0517578,0.0195312,0.1171875,0-0.1357422,0.0195312S5.0449219,5.7705078,5.0449219,5.7705078
+ S5.0253906,5.7568359,4.9931641,5.7841797c-0.0322266,0.0253906-0.078125,0.0644531-0.1230469,0.0449219
+ S4.7988281,5.8154297,4.7597656,5.8232422c-0.0390625,0.0058594-0.0644531-0.0332031-0.1103516,0
+ c-0.0449219,0.03125-0.0966797,0.0449219-0.1162109,0.03125S4.4814453,5.7900391,4.4814453,5.7900391L4.3837891,5.9189453
+ L4.3193359,5.9833984L4.1894531,6.0556641L4.1699219,6.1142578c0,0-0.0517578,0.0507812-0.0449219,0.0839844
+ c0.0058594,0.03125,0.0058594,0.0898438,0.0058594,0.0898438S4.0410156,6.3720703,4.0019531,6.3994141
+ C3.9628906,6.4248047,3.9111328,6.4833984,3.9111328,6.4833984S3.8789062,6.5224609,3.859375,6.5341797
+ C3.8398438,6.5478516,3.8076172,6.5869141,3.78125,6.6259766S3.7294922,6.6904297,3.7167969,6.7099609
+ C3.703125,6.7294922,3.6650391,6.7744141,3.6455078,6.8466797C3.6259766,6.9169922,3.5742188,7.0009766,3.5742188,7.0009766
+ L3.5605469,7.0341797c0.0068359,0.109375,0.0068359,0.1289062,0.0195312,0.1679688
+ C3.59375,7.2412109,3.6064453,7.2275391,3.59375,7.3134766C3.5800781,7.3974609,3.5800781,7.4287109,3.5673828,7.4677734
+ S3.515625,7.5791016,3.5029297,7.6103516C3.4892578,7.6435547,3.5283203,7.7021484,3.5283203,7.7021484
+ s0.0195312,0.0839844,0.0068359,0.1035156s0.0068359,0.0585938,0.0068359,0.0585938s0.0771484,0.0449219,0.1035156,0.0703125
+ c0.0253906,0.0253906,0.0712891,0.0644531,0.0771484,0.0839844C3.7294922,8.0380859,3.78125,8.1298828,3.7880859,8.1494141
+ c0.0058594,0.0195312,0.0576172,0.0898438,0.0712891,0.109375c0.0126953,0.0195312,0.0771484,0.0917969,0.0771484,0.0917969
+ s0.0849609,0.0644531,0.1044922,0.0898438c0.0185547,0.0253906,0.0771484,0.0390625,0.0966797,0.059082
+ c0.0195312,0.0195312,0.0644531,0.0117188,0.0908203,0.03125s0.078125-0.0117188,0.1035156,0
+ C4.3583984,8.5444336,4.4296875,8.519043,4.4492188,8.5053711s0.0644531-0.059082,0.0966797-0.0395508
+ s0.0517578,0,0.078125,0.0078125c0.0253906,0.0058594,0.0644531-0.0273438,0.0908203-0.0273438
+ c0.0253906,0,0.0908203-0.0253906,0.1103516-0.0253906c0.0185547,0,0.0839844-0.0390625,0.109375-0.0390625
+ c0.0263672,0,0.0585938-0.0253906,0.0908203-0.0136719c0.0322266,0.0136719,0.0195312-0.0253906,0.078125-0.0058594
+ s0.078125,0,0.0966797,0.0195312c0.0195312,0.0195312,0.0458984,0,0.0654297,0.0253906
+ c0.0195312,0.0273438,0.0517578,0.046875,0.0585938,0.0722656c0.0058594,0.0258789,0.0449219,0.0512695,0.0449219,0.0512695
+ l0.0390625,0.0078125c0,0,0.0517578-0.0390625,0.0644531-0.0136719s0.0712891,0.0195312,0.0712891,0.0195312l0.0585938,0.0644531
+ l0.0195312,0.0253906c0,0,0.0390625,0.1054688,0.0322266,0.1425781c-0.0068359,0.0390625-0.0068359,0.125-0.0263672,0.1425781
+ C5.609375,8.9389648,5.5957031,9.0244141,5.5957031,9.0244141S5.5703125,9.0498047,5.6279297,9.1005859
+ c0.0585938,0.0527344,0.0976562,0.0976562,0.1171875,0.1230469c0.0195312,0.0273438,0.0712891,0.0976562,0.078125,0.1425781
+ c0.0058594,0.046875,0.0185547,0.0722656,0.0449219,0.1308594s0.0585938,0.0644531,0.0644531,0.1289062
+ c0.0068359,0.0644531,0.0195312,0.0644531,0.0136719,0.1113281C5.9394531,9.7822266,5.9199219,9.7880859,5.9394531,9.8212891
+ c0.0195312,0.03125,0.0449219,0.0898438,0.0390625,0.109375c-0.0068359,0.0195312-0.0195312,0.1035156-0.0195312,0.1035156
+ l-0.0126953,0.0390625l-0.0585938,0.1113281l-0.0390625,0.0566406c-0.0126953,0.046875-0.0390625,0.0917969-0.0322266,0.15625
+ s-0.0322266,0.0644531,0.0195312,0.1289062c0.0517578,0.0664062,0.0771484,0.1367188,0.1103516,0.1953125
+ c0.0322266,0.0585938,0.0517578,0.1171875,0.0576172,0.15625c0.0068359,0.0371094,0.0332031,0.0507812,0.0458984,0.1035156
+ c0.0126953,0.0507812,0.0195312,0.0761719,0.0195312,0.109375S6.0625,11.2080078,6.0751953,11.2275391
+ c0.0136719,0.0195312,0.0195312,0.078125,0.0263672,0.1035156s-0.0195312,0.03125,0.0195312,0.078125
+ c0.0390625,0.0449219,0.0644531,0.0703125,0.0908203,0.1035156c0.0253906,0.03125,0.0195312,0.0195312,0.0390625,0.0644531
+ c0.0185547,0.0449219,0.0449219,0.0703125,0.0517578,0.109375c0.0058594,0.0390625,0.0126953,0.1367188,0.0322266,0.1816406
+ c0.0195312,0.046875,0.0449219,0.0917969,0.0449219,0.0917969s0.0712891,0.0449219,0.0976562,0.0390625
+ c0.0253906-0.0078125,0.0771484-0.0664062,0.1162109-0.046875s0.0712891,0,0.1035156,0
+ c0.0332031,0,0.0654297-0.0371094,0.0976562-0.0371094s0.078125-0.0527344,0.1035156-0.0390625
+ c0.0263672,0.0117188,0.0585938-0.0136719,0.0908203-0.046875c0.0322266-0.03125,0.0517578-0.0566406,0.1103516-0.109375
+ s0.0517578-0.0527344,0.0908203-0.0839844c0.0390625-0.0332031,0.078125-0.1035156,0.1230469-0.1171875
+ s0.0585938-0.0585938,0.0712891-0.0898438c0.0126953-0.0332031,0.0195312-0.0527344,0.0390625-0.078125
+ s0.0058594,0.0058594,0.0390625-0.078125c0.0322266-0.0839844,0.0712891-0.1171875,0.1035156-0.1367188
+ s0.0517578-0.0585938,0.0712891-0.0644531s0.0517578,0.0195312,0.0390625-0.0390625
+ c-0.0136719-0.0585938,0-0.1425781-0.0136719-0.1621094c-0.0126953-0.0195312-0.0322266,0.0449219-0.0253906-0.0507812
+ c0.0068359-0.0976562,0.0771484-0.1953125,0.0771484-0.1953125S7.8125,10.5009766,7.8447266,10.4814453
+ s0.0390625-0.0390625,0.0839844-0.0644531c0.0458984-0.0253906,0.1425781-0.0898438,0.1425781-0.1230469
+ s0.0390625-0.1171875,0.0390625-0.1367188s0-0.0390625-0.0126953-0.1484375s0.0126953-0.0839844-0.0263672-0.1875
+ c-0.0380859-0.1035156-0.0449219-0.234375-0.0703125-0.265625C7.9746094,9.5224609,7.9873047,9.4384766,7.9873047,9.4130859
+ c0-0.0273438,0.0458984-0.0917969,0.0654297-0.1171875C8.0712891,9.2705078,8.15625,9.1669922,8.15625,9.1669922
+ s0.1298828-0.1503906,0.1748047-0.2202148C8.3759766,8.8745117,8.421875,8.8100586,8.4541016,8.784668
+ S8.5644531,8.7006836,8.609375,8.6342773c0.0458984-0.0644531,0.1367188-0.1879883,0.1425781-0.2075195
+ c0.0068359-0.0195312,0.0585938-0.0839844,0.0585938-0.0839844s0.0712891-0.0839844,0.0839844-0.1289062
+ c0.0136719-0.0449219,0.078125-0.2988281,0.0654297-0.2851562c-0.0136719,0.0117188-0.0908203,0.0253906-0.1171875,0.03125
+ C8.8173828,7.9677734,8.8818359,7.9931641,8.6943359,7.9794922C8.5058594,7.9677734,8.4091797,7.9990234,8.4091797,7.9990234
+ C8.3505859,7.9873047,8.3046875,8.0517578,8.2851562,7.9599609C8.2666016,7.8701172,8.2529297,7.8173828,8.2138672,7.7529297
+ C8.1757812,7.6884766,8.1494141,7.6630859,8.0908203,7.5791016c-0.0576172-0.0859375-0.0517578-0.046875-0.1035156-0.1113281
+ S7.9228516,7.4228516,7.890625,7.3388672C7.8574219,7.2548828,7.8320312,7.2861328,7.7929688,7.1708984
+ C7.7539062,7.0537109,7.7285156,7.0400391,7.7089844,6.9755859S7.6630859,6.8916016,7.6503906,6.8330078
+ s-0.1621094-0.3554688-0.1816406-0.375s-0.0517578-0.125-0.0449219-0.1054688
+ c0.0058594,0.0195312,0.0966797,0.0859375,0.0966797,0.0859375s0.0517578-0.0195312,0.0712891-0.0195312
+ s0.0976562,0.0703125,0.0976562,0.0957031c0,0.0273438,0.1357422,0.1503906,0.1689453,0.2402344
+ c0.0322266,0.0917969,0.0712891,0.15625,0.0771484,0.1816406c0.0068359,0.0253906,0.0712891,0.1289062,0.0976562,0.1679688
+ c0.0253906,0.0390625,0.1103516,0.1171875,0.1230469,0.15625s0.1357422,0.1679688,0.1357422,0.2519531
+ c0,0.0859375,0.0585938,0.1953125,0.0644531,0.2207031c0.0068359,0.0273438,0.1240234,0.0585938,0.1240234,0.0585938
+ l0.1552734-0.0390625c0,0,0.2333984-0.1484375,0.2587891-0.1484375c0.0263672,0,0.2333984-0.0976562,0.2333984-0.0976562
+ s0.0839844-0.078125,0.1425781-0.1230469s0.1230469-0.1289062,0.1367188-0.1679688
+ c0.0126953-0.0390625,0.0380859-0.0449219,0.0898438-0.1035156c0.0527344-0.0585938,0.1240234-0.1171875,0.078125-0.15625
+ C9.5302734,6.9169922,9.5039062,6.9306641,9.4394531,6.8662109C9.3740234,6.7998047,9.3808594,6.8134766,9.3359375,6.7294922
+ C9.2900391,6.6455078,9.3417969,6.5478516,9.2451172,6.6455078c-0.0976562,0.0976562-0.0585938,0.1230469-0.15625,0.1425781
+ C8.9921875,6.8076172,8.953125,6.8720703,8.9082031,6.8076172C8.8623047,6.7431641,8.8173828,6.7802734,8.7910156,6.6845703
+ C8.765625,6.5869141,8.7460938,6.5810547,8.7392578,6.5419922s0-0.0390625-0.0517578-0.1367188
+ S8.6748047,6.1591797,8.7070312,6.2431641S8.7910156,6.3408203,8.875,6.3994141
+ c0.0849609,0.0585938,0.1240234,0.1035156,0.2011719,0.109375c0.078125,0.0058594,0.1425781,0,0.1552734,0.0136719
+ c0.0136719,0.0117188,0.0263672-0.0078125,0.0585938,0.0058594s0.0458984-0.0195312,0.0585938,0.0332031
+ c0.0126953,0.0507812,0.0839844,0.0566406,0.1162109,0.0898438s0.0322266,0.0195312,0.1171875,0.0332031
+ c0.0839844,0.0117188,0.2011719,0.0117188,0.2011719,0.0117188L9.90625,6.6904297l0.1425781,0.0136719
+ c0,0,0.1035156,0.0566406,0.1289062,0.0566406c0.0263672,0,0.0322266,0.0722656,0.0976562,0.1113281
+ c0.0644531,0.0390625,0.0771484,0.0449219,0.1162109,0.0898438c0.0390625,0.046875,0.0332031,0.0664062,0.0849609,0.1113281
+ S10.6123047,7.0654297,10.625,7.0478516c0.0126953-0.0195312,0.078125-0.0527344,0.0654297,0
+ c-0.0136719,0.0507812,0.0644531,0.03125,0.0449219,0.1542969s-0.0322266,0.0917969,0,0.1757812
+ s0.1748047,0.34375,0.1816406,0.4199219c0.0068359,0.078125,0.0449219,0.0527344,0.0517578,0.1230469
+ c0.0068359,0.0722656,0.0449219,0.0976562,0.0449219,0.1503906c0,0.0507812,0.0458984,0.0644531,0.0517578,0.1035156
+ c0.0068359,0.0390625,0.078125,0.0058594,0.0976562,0s0.1103516-0.0917969,0.1103516-0.0917969
+ S11.3125,8.0712891,11.3056641,8.0068359c-0.0068359-0.0664062,0-0.0527344,0-0.1503906
+ c0-0.0957031-0.0390625-0.0957031-0.0195312-0.1933594s0.0712891-0.15625,0.0839844-0.2011719
+ c0.0136719-0.0449219,0.0654297-0.1230469,0.0908203-0.1289062c0.0263672-0.0078125,0.1689453-0.078125,0.2011719-0.125
+ c0.0322266-0.0449219,0.0839844-0.0957031,0.1357422-0.1484375c0.0527344-0.0507812,0.1425781-0.1171875,0.1621094-0.0976562
+ s0.0136719,0.0136719,0.0458984,0.0136719s0.0908203,0.0253906,0.1357422,0.0332031
+ c0.0458984,0.0058594,0.1367188,0.1152344,0.15625,0.1738281C12.3164062,7.2412109,12.3037109,7.2275391,12.375,7.3134766
+ c0.0712891,0.0839844,0.1367188,0.03125,0.1367188,0.1347656s0,0.0976562,0.0322266,0.1367188
+ s0.0712891-0.0722656,0.109375-0.0585938c0.0390625,0.0136719,0.0458984-0.0136719,0.078125,0.0917969
+ c0.0322266,0.1035156,0.0517578,0.1035156,0.0585938,0.2070312c0.0058594,0.1035156-0.0068359,0.0058594-0.0068359,0.0898438
+ s-0.0058594,0.0917969,0.0068359,0.1679688c0.0126953,0.078125,0.0585938,0.1054688,0.0517578,0.1171875
+ c0,0,0.0390625-0.109375,0.0253906-0.1875c-0.0126953-0.078125,0-0.1875,0.0332031-0.2207031
+ c0.0322266-0.03125,0.0644531-0.0644531,0.0908203,0.0195312c0.0253906,0.0839844,0.0380859,0.0195312,0.0966797,0.1171875
+ s0.1103516,0.078125,0.1171875,0.1230469c0.0009766,0.0078125,0.0029297,0.0136719,0.0048828,0.0175781
+ c0.0390625-0.2519531,0.0605469-0.5117188,0.0654297-0.7734375c-0.0380859-0.0332031-0.0449219-0.0625,0.0009766-0.1289062
+ c-0.0068359-1.7714844-0.8134766-3.3549805-2.078125-4.4067383c-0.0996094,0.0068359-0.1503906-0.0029297-0.1259766-0.0419922
+ c0.0087891-0.0136719,0.0175781-0.0263672,0.0253906-0.0390625c-0.0625-0.0498047-0.1269531-0.0986328-0.1923828-0.1464844
+ c-0.0117188,0-0.0244141-0.0009766-0.0400391-0.0029297C10.7480469,2.5170898,10.9296875,2.4848633,10.6904297,2.4907227z
+ M13.4023438,8.7006836C13.3320312,8.6557617,13.3125,8.6362305,13.2792969,8.597168
+ c-0.0322266-0.0390625-0.0712891-0.1489258-0.1230469-0.1430664s-0.0839844-0.0253906-0.0839844-0.0253906l-0.0195312,0.0058594
+ c0,0,0.0458984,0.059082,0.0644531,0.0844727c0.0195312,0.0253906,0.0136719,0.0644531,0.0585938,0.1113281
+ c0.0458984,0.0449219,0.0517578,0.0839844,0.078125,0.0957031c0.0253906,0.0136719,0.0771484,0.1308594,0.0966797,0.1699219
+ c0.015625,0.03125,0.0439453,0.0605469,0.0673828,0.0917969C13.4472656,8.9018555,13.4746094,8.8139648,13.5,8.7260742
+ C13.4648438,8.7006836,13.4521484,8.7319336,13.4023438,8.7006836z"/>
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.9101562,1,1,3.9101562,1,7.5
+ S3.9101562,14,7.5,14S14,11.0898438,14,7.5S11.0898438,1,7.5,1z M7.5,13C4.4624023,13,2,10.5380859,2,7.5
+ C2,4.4624023,4.4624023,2,7.5,2C10.5380859,2,13,4.4624023,13,7.5C13,10.5380859,10.5380859,13,7.5,13z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Moderation</title>
+ <desc>Moderation Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconModeration">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4545898,10.7070312
+ c0,0-0.5458984-1.5146484-0.734375-1.7602539c0,0-0.6523438-1.2607422-0.590332-1.4174805
+ c0,0-0.4584961-0.7021484,0.3457031-0.7924805c0,0,1.0878906-0.1518555,1.6079102,1.3964844
+ c0,0,0.1508789,0.3671875,0.2392578,0.4633789c0,0,0.5332031,1.3144531,0.746582,1.2412109
+ c0,0,0.8046875-0.3769531,0.8925781-0.9980469c0,0,0.0698242-0.9882812,0.1577148-1.0375977
+ c0,0,0.0571289-0.3271484-0.0058594-0.6005859c0,0-0.0625-0.9873047-0.0249023-1.1108398
+ c0,0-0.0112305-1.3442383,0.0639648-1.4467773c0,0,0.074707-0.2460938,0.0317383-0.5800781
+ c0,0,0.0957031-1.4526367,0.5795898-1.5014648c0,0,0.9038086-0.3696289,0.7602539,1.0087891L6.4360352,4.0493164
+ c0,0-0.0830078,0.5039062-0.0004883,0.715332c0,0,0.1875,0.8188477,0.1489258,1.0849609
+ c0,0,0.1386719,1.0297852,0.1191406,1.234375c0,0-0.0058594,0.402832,0.2631836,0.4301758
+ c0,0,0.1523438,0.2246094,0.1889648-0.472168c0,0,0.0512695-1.3569336,0.1708984-1.4121094
+ c0,0,0.1884766-1.6171875,0.3710938-1.6855469c0,0,0.2202148-1.1943359,0.309082-1.2421875
+ c0,0,0.1196289-0.7709961,0.9628906-0.6972656c0,0,0.5439453,0.3681641,0.1669922,1.1660156
+ c0,0-0.1826172,1.0722656-0.1513672,1.2089844c0,0-0.0878906,1.1933594-0.1503906,1.3510742
+ c0,0-0.0195312,1.7802734-0.1152344,1.9433594c0,0,0.1699219,0.4506836,0.3701172-0.2529297
+ c0,0,0.2597656-0.8862305,0.5087891-1.2290039c0,0,0.328125-1.0151367,0.4121094-1.0917969
+ c0,0,0.0371094-0.4091797,0.1123047-0.6547852c0,0,0.0195312-1.3505859,0.6806641-1.3515625
+ c0,0,0.7587891-0.1381836,0.5751953,0.9335938c0,0-0.1054688,0.8266602-0.2207031,1.0512695
+ c0,0-0.1494141,1.6367188-0.3330078,1.8496094c0,0-0.5849609,1.7626953-0.5341797,1.8374023
+ c0,0,0.4443359,0.5014648,0.7353516-0.1044922c0,0,0.3076172-0.3833008,0.5283203-0.5756836
+ c0,0,0.6025391-0.6757812,0.7402344-0.9350586c0,0,0.3339844-0.4165039,0.421875-0.7504883
+ c0,0,0.5029297-1.112793,0.9804688-0.9018555c0,0,0.8359375,0.1889648-0.2695312,1.8349609
+ c0,0-0.6494141,1.0600586-0.7675781,1.2578125c0,0-0.9619141,1.4125977-0.9882812,1.590332
+ c0,0-0.8740234,2.3691406-0.8369141,2.53125c0,0-0.5791016,1.0664062-1.2568359,1.703125
+ c0,0-0.9057617,0.8095703-2.3891602,0.5224609L6.1582031,14.96875c0,0-1.4868164-0.2207031-1.8769531-0.9091797
+ C4.28125,14.0595703,2.8056641,12.234375,2.4545898,10.7070312z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4541016,9.7060547
+ c0,0-0.5454102-1.5131836-0.7333984-1.7587891c0,0-0.652832-1.2617188-0.5908203-1.4179688
+ c0,0-0.4580078-0.7021484,0.3461914-0.7919922c0,0,1.0874023-0.152832,1.6079102,1.3959961
+ c0,0,0.1508789,0.3676758,0.2382812,0.4633789c0,0,0.5341797,1.3168945,0.7475586,1.2416992
+ c0,0,0.8041992-0.3764648,0.8920898-0.9980469c0,0,0.0693359-0.9887695,0.1582031-1.0366211
+ c0,0,0.0561523-0.3286133-0.0058594-0.6010742c0,0-0.0634766-0.9887695-0.0253906-1.1118164
+ c0,0-0.0112305-1.3442383,0.0639648-1.4472656c0,0,0.074707-0.2460938,0.03125-0.5795898
+ c0,0,0.0957031-1.4526367,0.5795898-1.5019531c0,0,0.9047852-0.3691406,0.7597656,1.0092773L6.4355469,3.0488281
+ c0,0-0.0825195,0.5043945-0.0004883,0.7158203c0,0,0.1884766,0.8188477,0.1489258,1.0849609
+ c0,0,0.1386719,1.0302734,0.1196289,1.2348633c0,0-0.0058594,0.4033203,0.2626953,0.4296875
+ c0,0,0.1523438,0.2246094,0.1899414-0.4716797c0,0,0.050293-1.3574219,0.1694336-1.4130859
+ c0,0,0.1889648-1.6166992,0.3725586-1.6850586c0,0,0.2197266-1.1943359,0.3076172-1.2416992
+ c0,0,0.1201172-0.7714844,0.9624023-0.6977539c0,0,0.5454102,0.3681641,0.168457,1.1655273
+ c0,0-0.1826172,1.0722656-0.1523438,1.2099609c0,0-0.0874023,1.1928711-0.1503906,1.3500977
+ c0,0-0.019043,1.7807617-0.1147461,1.9443359c0,0,0.1699219,0.4506836,0.371582-0.2529297
+ c0,0,0.2587891-0.8862305,0.5097656-1.2294922c0,0,0.3271484-1.015625,0.4091797-1.0913086
+ c0,0,0.0371094-0.4091797,0.1132812-0.6552734c0,0,0.0195312-1.3505859,0.6787109-1.3510742
+ c0,0,0.7617188-0.1386719,0.5761719,0.9331055c0,0-0.1044922,0.8266602-0.2197266,1.0507812
+ c0,0-0.1503906,1.6376953-0.3330078,1.8500977c0,0-0.5849609,1.7617188-0.5341797,1.8369141
+ c0,0,0.4443359,0.5024414,0.734375-0.1035156c0,0,0.3085938-0.3833008,0.5283203-0.5756836
+ c0,0,0.6025391-0.675293,0.7412109-0.9350586c0,0,0.3330078-0.4160156,0.4228516-0.7504883
+ c0,0,0.5009766-1.1132812,0.9804688-0.9018555c0,0,0.8339844,0.1889648-0.2714844,1.8349609
+ c0,0-0.6484375,1.0585938-0.7675781,1.2568359c0,0-0.9628906,1.4140625-0.9882812,1.5917969
+ c0,0-0.8730469,2.3681641-0.8359375,2.5322266c0,0-0.5791016,1.0654297-1.2578125,1.7021484
+ c0,0-0.9052734,0.8085938-2.3881836,0.5205078l-1.0307617,0.0322266c0,0-1.487793-0.2207031-1.8769531-0.9091797
+ C4.28125,13.0605469,2.8056641,11.234375,2.4541016,9.7060547z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Moderation</title>
+ <desc>Moderation Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconModeration">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4545898,10.7070312
+ c0,0-0.5458984-1.5146484-0.734375-1.7602539c0,0-0.6523438-1.2607422-0.590332-1.4174805
+ c0,0-0.4584961-0.7021484,0.3457031-0.7924805c0,0,1.0878906-0.1518555,1.6079102,1.3964844
+ c0,0,0.1508789,0.3671875,0.2392578,0.4633789c0,0,0.5332031,1.3144531,0.746582,1.2412109
+ c0,0,0.8046875-0.3769531,0.8925781-0.9980469c0,0,0.0698242-0.9882812,0.1577148-1.0375977
+ c0,0,0.0571289-0.3271484-0.0058594-0.6005859c0,0-0.0625-0.9873047-0.0249023-1.1108398
+ c0,0-0.0112305-1.3442383,0.0639648-1.4467773c0,0,0.074707-0.2460938,0.0317383-0.5800781
+ c0,0,0.0957031-1.4526367,0.5795898-1.5014648c0,0,0.9038086-0.3696289,0.7602539,1.0087891L6.4360352,4.0493164
+ c0,0-0.0830078,0.5039062-0.0004883,0.715332c0,0,0.1875,0.8188477,0.1489258,1.0849609
+ c0,0,0.1386719,1.0297852,0.1191406,1.234375c0,0-0.0058594,0.402832,0.2631836,0.4301758
+ c0,0,0.1523438,0.2246094,0.1889648-0.472168c0,0,0.0512695-1.3569336,0.1708984-1.4121094
+ c0,0,0.1884766-1.6171875,0.3710938-1.6855469c0,0,0.2202148-1.1943359,0.309082-1.2421875
+ c0,0,0.1196289-0.7709961,0.9628906-0.6972656c0,0,0.5439453,0.3681641,0.1669922,1.1660156
+ c0,0-0.1826172,1.0722656-0.1513672,1.2089844c0,0-0.0878906,1.1933594-0.1503906,1.3510742
+ c0,0-0.0195312,1.7802734-0.1152344,1.9433594c0,0,0.1699219,0.4506836,0.3701172-0.2529297
+ c0,0,0.2597656-0.8862305,0.5087891-1.2290039c0,0,0.328125-1.0151367,0.4121094-1.0917969
+ c0,0,0.0371094-0.4091797,0.1123047-0.6547852c0,0,0.0195312-1.3505859,0.6806641-1.3515625
+ c0,0,0.7587891-0.1381836,0.5751953,0.9335938c0,0-0.1054688,0.8266602-0.2207031,1.0512695
+ c0,0-0.1494141,1.6367188-0.3330078,1.8496094c0,0-0.5849609,1.7626953-0.5341797,1.8374023
+ c0,0,0.4443359,0.5014648,0.7353516-0.1044922c0,0,0.3076172-0.3833008,0.5283203-0.5756836
+ c0,0,0.6025391-0.6757812,0.7402344-0.9350586c0,0,0.3339844-0.4165039,0.421875-0.7504883
+ c0,0,0.5029297-1.112793,0.9804688-0.9018555c0,0,0.8359375,0.1889648-0.2695312,1.8349609
+ c0,0-0.6494141,1.0600586-0.7675781,1.2578125c0,0-0.9619141,1.4125977-0.9882812,1.590332
+ c0,0-0.8740234,2.3691406-0.8369141,2.53125c0,0-0.5791016,1.0664062-1.2568359,1.703125
+ c0,0-0.9057617,0.8095703-2.3891602,0.5224609L6.1582031,14.96875c0,0-1.4868164-0.2207031-1.8769531-0.9091797
+ C4.28125,14.0595703,2.8056641,12.234375,2.4545898,10.7070312z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M2.4541016,9.7060547
+ c0,0-0.5454102-1.5131836-0.7333984-1.7587891c0,0-0.652832-1.2617188-0.5908203-1.4179688
+ c0,0-0.4580078-0.7021484,0.3461914-0.7919922c0,0,1.0874023-0.152832,1.6079102,1.3959961
+ c0,0,0.1508789,0.3676758,0.2382812,0.4633789c0,0,0.5341797,1.3168945,0.7475586,1.2416992
+ c0,0,0.8041992-0.3764648,0.8920898-0.9980469c0,0,0.0693359-0.9887695,0.1582031-1.0366211
+ c0,0,0.0561523-0.3286133-0.0058594-0.6010742c0,0-0.0634766-0.9887695-0.0253906-1.1118164
+ c0,0-0.0112305-1.3442383,0.0639648-1.4472656c0,0,0.074707-0.2460938,0.03125-0.5795898
+ c0,0,0.0957031-1.4526367,0.5795898-1.5019531c0,0,0.9047852-0.3691406,0.7597656,1.0092773L6.4355469,3.0488281
+ c0,0-0.0825195,0.5043945-0.0004883,0.7158203c0,0,0.1884766,0.8188477,0.1489258,1.0849609
+ c0,0,0.1386719,1.0302734,0.1196289,1.2348633c0,0-0.0058594,0.4033203,0.2626953,0.4296875
+ c0,0,0.1523438,0.2246094,0.1899414-0.4716797c0,0,0.050293-1.3574219,0.1694336-1.4130859
+ c0,0,0.1889648-1.6166992,0.3725586-1.6850586c0,0,0.2197266-1.1943359,0.3076172-1.2416992
+ c0,0,0.1201172-0.7714844,0.9624023-0.6977539c0,0,0.5454102,0.3681641,0.168457,1.1655273
+ c0,0-0.1826172,1.0722656-0.1523438,1.2099609c0,0-0.0874023,1.1928711-0.1503906,1.3500977
+ c0,0-0.019043,1.7807617-0.1147461,1.9443359c0,0,0.1699219,0.4506836,0.371582-0.2529297
+ c0,0,0.2587891-0.8862305,0.5097656-1.2294922c0,0,0.3271484-1.015625,0.4091797-1.0913086
+ c0,0,0.0371094-0.4091797,0.1132812-0.6552734c0,0,0.0195312-1.3505859,0.6787109-1.3510742
+ c0,0,0.7617188-0.1386719,0.5761719,0.9331055c0,0-0.1044922,0.8266602-0.2197266,1.0507812
+ c0,0-0.1503906,1.6376953-0.3330078,1.8500977c0,0-0.5849609,1.7617188-0.5341797,1.8369141
+ c0,0,0.4443359,0.5024414,0.734375-0.1035156c0,0,0.3085938-0.3833008,0.5283203-0.5756836
+ c0,0,0.6025391-0.675293,0.7412109-0.9350586c0,0,0.3330078-0.4160156,0.4228516-0.7504883
+ c0,0,0.5009766-1.1132812,0.9804688-0.9018555c0,0,0.8339844,0.1889648-0.2714844,1.8349609
+ c0,0-0.6484375,1.0585938-0.7675781,1.2568359c0,0-0.9628906,1.4140625-0.9882812,1.5917969
+ c0,0-0.8730469,2.3681641-0.8359375,2.5322266c0,0-0.5791016,1.0654297-1.2578125,1.7021484
+ c0,0-0.9052734,0.8085938-2.3881836,0.5205078l-1.0307617,0.0322266c0,0-1.487793-0.2207031-1.8769531-0.9091797
+ C4.28125,13.0605469,2.8056641,11.234375,2.4541016,9.7060547z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Heart</title>
+ <desc>Heart Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconHeart">
+ <path class="Lower1" d="M15,6c0,4.5-7,9-7,9s-7-4.5205078-7-9c0-2.5205078,1.5-4,3.5-4 C7,2,8,4.0209961,8,4.0209961S9,2,11.5009766,2C13.5009766,2,15,3.4584961,15,6z"/>
+ <path class="Upper1" d="M15,5c0,4.5-7,9-7,9S1,9.4794922,1,5c0-2.5205078,1.5-4,3.5-4 C7,1,8,3.0209961,8,3.0209961S9,1,11.5009766,1C13.5009766,1,15,2.4584961,15,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Heart</title>
+ <desc>Heart Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconHeart">
+ <path class="Lower1" d="M15,6c0,4.5-7,9-7,9s-7-4.5205078-7-9c0-2.5205078,1.5-4,3.5-4 C7,2,8,4.0209961,8,4.0209961S9,2,11.5009766,2C13.5009766,2,15,3.4584961,15,6z"/>
+ <path class="Upper1" d="M15,5c0,4.5-7,9-7,9S1,9.4794922,1,5c0-2.5205078,1.5-4,3.5-4 C7,1,8,3.0209961,8,3.0209961S9,1,11.5009766,1C13.5009766,1,15,2.4584961,15,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Help</title>
+ <desc>Help Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconHelp">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M7.5009766,12.6582031
+ c-0.5527344,0-1.0009766-0.4482422-1.0009766-1c0-0.5527344,0.4482422-1,1.0009766-1c0.5507812,0,0.9990234,0.4472656,0.9990234,1
+ C8.5,12.2099609,8.0517578,12.6582031,7.5009766,12.6582031z M10.109375,7.4770508
+ C10.0175781,7.703125,9.9023438,7.8964844,9.7636719,8.0566406C9.6269531,8.2177734,9.4726562,8.3544922,9.3066406,8.4677734
+ C9.1386719,8.5800781,8.9799805,8.6933594,8.8305664,8.8066406c-0.1474609,0.1132812-0.28125,0.2421875-0.3955078,0.3886719
+ c-0.1166992,0.1464844-0.1894531,0.328125-0.2182617,0.546875v0.4160156H6.7070312V9.6660156
+ c0.0224609-0.3134766,0.0839844-0.5761719,0.1845703-0.7880859c0.1010742-0.2119141,0.2182617-0.3916016,0.3525391-0.5419922
+ C7.378418,8.1865234,7.5195312,8.0566406,7.6689453,7.9477539c0.1484375-0.109375,0.2861328-0.2192383,0.4130859-0.3286133
+ c0.1274414-0.109375,0.2290039-0.2294922,0.3076172-0.3608398C8.4677734,7.1269531,8.5043945,6.9628906,8.496582,6.765625
+ c0-0.3354492-0.0834961-0.5830078-0.2524414-0.7441406C8.0766602,5.8613281,7.84375,5.7807617,7.5458984,5.7807617
+ c-0.2016602,0-0.375,0.0380859-0.5200195,0.1147461C6.8803711,5.9716797,6.7612305,6.0742188,6.6679688,6.2021484
+ C6.574707,6.3295898,6.5058594,6.4790039,6.4614258,6.6503906C6.4165039,6.8222656,6.394043,7.0068359,6.394043,7.203125H4.7504883
+ c0.0078125-0.394043,0.0766602-0.7548828,0.206543-1.0834961c0.1308594-0.328125,0.3134766-0.6123047,0.5478516-0.8535156
+ C5.7402344,5.0253906,6.0234375,4.8378906,6.3549805,4.703125C6.6870117,4.5678711,7.0576172,4.5,7.4672852,4.5
+ c0.5292969,0,0.9711914,0.0712891,1.3242188,0.2133789c0.3549805,0.1425781,0.6401367,0.3193359,0.8549805,0.53125
+ c0.2167969,0.2119141,0.3710938,0.4389648,0.4628906,0.6835938C10.2050781,6.1728516,10.25,6.4008789,10.25,6.6123047
+ C10.25,6.9628906,10.2050781,7.2509766,10.109375,7.4770508z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M7.5009766,11.6582031
+ c-0.5527344,0-1.0009766-0.4482422-1.0009766-1c0-0.5527344,0.4482422-1,1.0009766-1c0.5507812,0,0.9990234,0.4472656,0.9990234,1
+ C8.5,11.2099609,8.0517578,11.6582031,7.5009766,11.6582031z M10.109375,6.4770508
+ C10.0175781,6.703125,9.9023438,6.8964844,9.7636719,7.0571289C9.6269531,7.2177734,9.4726562,7.3544922,9.3066406,7.4677734
+ c-0.1679688,0.112793-0.3266602,0.2260742-0.4760742,0.3388672c-0.1474609,0.1132812-0.28125,0.2421875-0.3955078,0.3881836
+ C8.3183594,8.3413086,8.2456055,8.5234375,8.2167969,8.7421875v0.4160156H6.7070312V8.6660156
+ c0.0224609-0.3134766,0.0839844-0.5761719,0.1845703-0.7880859c0.1010742-0.2119141,0.2182617-0.3920898,0.3525391-0.5415039
+ C7.378418,7.1865234,7.5195312,7.0571289,7.6689453,6.9477539c0.1484375-0.109375,0.2861328-0.2192383,0.4130859-0.3286133
+ c0.1274414-0.109375,0.2290039-0.2294922,0.3076172-0.3608398C8.4677734,6.1269531,8.5043945,5.9628906,8.496582,5.765625
+ c0-0.3354492-0.0834961-0.5830078-0.2524414-0.7441406C8.0766602,4.8613281,7.84375,4.7807617,7.5458984,4.7807617
+ c-0.2016602,0-0.375,0.0380859-0.5200195,0.1147461C6.8803711,4.9716797,6.7612305,5.0742188,6.6679688,5.2021484
+ C6.574707,5.3295898,6.5058594,5.4790039,6.4614258,5.6503906C6.4165039,5.8222656,6.394043,6.0068359,6.394043,6.203125H4.7504883
+ c0.0078125-0.394043,0.0766602-0.7548828,0.206543-1.0834961c0.1308594-0.328125,0.3134766-0.6123047,0.5478516-0.8535156
+ C5.7402344,4.0253906,6.0234375,3.8378906,6.3549805,3.703125C6.6870117,3.5678711,7.0576172,3.5,7.4672852,3.5
+ c0.5292969,0,0.9711914,0.0712891,1.3242188,0.2133789c0.3549805,0.1425781,0.6401367,0.3193359,0.8549805,0.53125
+ c0.2167969,0.2119141,0.3710938,0.4389648,0.4628906,0.6835938C10.2050781,5.1728516,10.25,5.4008789,10.25,5.6123047
+ C10.25,5.9628906,10.2050781,6.2509766,10.109375,6.4770508z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Help</title>
+ <desc>Help Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconHelp">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M7.5009766,12.6582031
+ c-0.5527344,0-1.0009766-0.4482422-1.0009766-1c0-0.5527344,0.4482422-1,1.0009766-1c0.5507812,0,0.9990234,0.4472656,0.9990234,1
+ C8.5,12.2099609,8.0517578,12.6582031,7.5009766,12.6582031z M10.109375,7.4770508
+ C10.0175781,7.703125,9.9023438,7.8964844,9.7636719,8.0566406C9.6269531,8.2177734,9.4726562,8.3544922,9.3066406,8.4677734
+ C9.1386719,8.5800781,8.9799805,8.6933594,8.8305664,8.8066406c-0.1474609,0.1132812-0.28125,0.2421875-0.3955078,0.3886719
+ c-0.1166992,0.1464844-0.1894531,0.328125-0.2182617,0.546875v0.4160156H6.7070312V9.6660156
+ c0.0224609-0.3134766,0.0839844-0.5761719,0.1845703-0.7880859c0.1010742-0.2119141,0.2182617-0.3916016,0.3525391-0.5419922
+ C7.378418,8.1865234,7.5195312,8.0566406,7.6689453,7.9477539c0.1484375-0.109375,0.2861328-0.2192383,0.4130859-0.3286133
+ c0.1274414-0.109375,0.2290039-0.2294922,0.3076172-0.3608398C8.4677734,7.1269531,8.5043945,6.9628906,8.496582,6.765625
+ c0-0.3354492-0.0834961-0.5830078-0.2524414-0.7441406C8.0766602,5.8613281,7.84375,5.7807617,7.5458984,5.7807617
+ c-0.2016602,0-0.375,0.0380859-0.5200195,0.1147461C6.8803711,5.9716797,6.7612305,6.0742188,6.6679688,6.2021484
+ C6.574707,6.3295898,6.5058594,6.4790039,6.4614258,6.6503906C6.4165039,6.8222656,6.394043,7.0068359,6.394043,7.203125H4.7504883
+ c0.0078125-0.394043,0.0766602-0.7548828,0.206543-1.0834961c0.1308594-0.328125,0.3134766-0.6123047,0.5478516-0.8535156
+ C5.7402344,5.0253906,6.0234375,4.8378906,6.3549805,4.703125C6.6870117,4.5678711,7.0576172,4.5,7.4672852,4.5
+ c0.5292969,0,0.9711914,0.0712891,1.3242188,0.2133789c0.3549805,0.1425781,0.6401367,0.3193359,0.8549805,0.53125
+ c0.2167969,0.2119141,0.3710938,0.4389648,0.4628906,0.6835938C10.2050781,6.1728516,10.25,6.4008789,10.25,6.6123047
+ C10.25,6.9628906,10.2050781,7.2509766,10.109375,7.4770508z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M7.5009766,11.6582031
+ c-0.5527344,0-1.0009766-0.4482422-1.0009766-1c0-0.5527344,0.4482422-1,1.0009766-1c0.5507812,0,0.9990234,0.4472656,0.9990234,1
+ C8.5,11.2099609,8.0517578,11.6582031,7.5009766,11.6582031z M10.109375,6.4770508
+ C10.0175781,6.703125,9.9023438,6.8964844,9.7636719,7.0571289C9.6269531,7.2177734,9.4726562,7.3544922,9.3066406,7.4677734
+ c-0.1679688,0.112793-0.3266602,0.2260742-0.4760742,0.3388672c-0.1474609,0.1132812-0.28125,0.2421875-0.3955078,0.3881836
+ C8.3183594,8.3413086,8.2456055,8.5234375,8.2167969,8.7421875v0.4160156H6.7070312V8.6660156
+ c0.0224609-0.3134766,0.0839844-0.5761719,0.1845703-0.7880859c0.1010742-0.2119141,0.2182617-0.3920898,0.3525391-0.5415039
+ C7.378418,7.1865234,7.5195312,7.0571289,7.6689453,6.9477539c0.1484375-0.109375,0.2861328-0.2192383,0.4130859-0.3286133
+ c0.1274414-0.109375,0.2290039-0.2294922,0.3076172-0.3608398C8.4677734,6.1269531,8.5043945,5.9628906,8.496582,5.765625
+ c0-0.3354492-0.0834961-0.5830078-0.2524414-0.7441406C8.0766602,4.8613281,7.84375,4.7807617,7.5458984,4.7807617
+ c-0.2016602,0-0.375,0.0380859-0.5200195,0.1147461C6.8803711,4.9716797,6.7612305,5.0742188,6.6679688,5.2021484
+ C6.574707,5.3295898,6.5058594,5.4790039,6.4614258,5.6503906C6.4165039,5.8222656,6.394043,6.0068359,6.394043,6.203125H4.7504883
+ c0.0078125-0.394043,0.0766602-0.7548828,0.206543-1.0834961c0.1308594-0.328125,0.3134766-0.6123047,0.5478516-0.8535156
+ C5.7402344,4.0253906,6.0234375,3.8378906,6.3549805,3.703125C6.6870117,3.5678711,7.0576172,3.5,7.4672852,3.5
+ c0.5292969,0,0.9711914,0.0712891,1.3242188,0.2133789c0.3549805,0.1425781,0.6401367,0.3193359,0.8549805,0.53125
+ c0.2167969,0.2119141,0.3710938,0.4389648,0.4628906,0.6835938C10.2050781,5.1728516,10.25,5.4008789,10.25,5.6123047
+ C10.25,5.9628906,10.2050781,6.2509766,10.109375,6.4770508z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Home</title>
+ <desc>Home Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconHome">
+ <g class="Lower1">
+ <polygon id="House2" points="3.5,8.15625 3.5,15 2,15 2,9.4511719 0.9995117,10.3212891
+ 0.9995117,8.2929688 8,2 9.6015625,3.4609375 9.6015625,2 11.9794922,2 11.9794922,5.6044922 15,8.2929688 15,10.3212891
+ 14,9.4511719 14,15 12.5,15 12.5,8.15625 7.9995117,4.2358398"/>
+ <path id="Door2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.5,15v-4c0-0.5527344-0.4960938-1-1.1083984-1
+ H7.6074219c-0.6118164,0-1.1079102,0.4472656-1.1079102,1v4H9.5z"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="House1" points="3.5,7.15625 3.5,14 2,14 2,8.4511719 0.9995117,9.3212891 0.9995117,7.2929688
+ 8,1 9.6015625,2.4609375 9.6015625,1 11.9794922,1 11.9794922,4.6044922 15,7.2929688 15,9.3212891 14,8.4516602 14,14 12.5,14
+ 12.5,7.15625 7.9995117,3.2358398"/>
+ <path id="Door1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.5,14v-4c0-0.5527344-0.4951172-1-1.1083984-1
+ H7.6083984C6.9960938,9,6.5,9.4472656,6.5,10v4H9.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Home</title>
+ <desc>Home Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconHome">
+ <g class="Lower1">
+ <polygon id="House2" points="3.5,8.15625 3.5,15 2,15 2,9.4511719 0.9995117,10.3212891
+ 0.9995117,8.2929688 8,2 9.6015625,3.4609375 9.6015625,2 11.9794922,2 11.9794922,5.6044922 15,8.2929688 15,10.3212891
+ 14,9.4511719 14,15 12.5,15 12.5,8.15625 7.9995117,4.2358398"/>
+ <path id="Door2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.5,15v-4c0-0.5527344-0.4960938-1-1.1083984-1
+ H7.6074219c-0.6118164,0-1.1079102,0.4472656-1.1079102,1v4H9.5z"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="House1" points="3.5,7.15625 3.5,14 2,14 2,8.4511719 0.9995117,9.3212891 0.9995117,7.2929688
+ 8,1 9.6015625,2.4609375 9.6015625,1 11.9794922,1 11.9794922,4.6044922 15,7.2929688 15,9.3212891 14,8.4516602 14,14 12.5,14
+ 12.5,7.15625 7.9995117,3.2358398"/>
+ <path id="Door1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.5,14v-4c0-0.5527344-0.4951172-1-1.1083984-1
+ H7.6083984C6.9960938,9,6.5,9.4472656,6.5,10v4H9.5z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Image Landscape</title>
+ <desc>Image Landscape Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconImageLandscape">
+ <g class="Lower1">
+ <polygon id="Landscape2" points="2.5,12 12.5,12 10,9 8.5,10 6,6"/>
+ <circle id="Sun2" cx="11" cy="6" r="1"/>
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,3H2C1.40625,3,1,3.4833984,1,3.9980469
+ v9.0039062C1,13.5009766,1.453125,14,2,14h11c0.546875,0,1-0.4990234,1-0.9980469V3.9980469C14,3.4833984,13.59375,3,13,3z M13,13
+ H2V3.9980469h11V13z"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="Landscape1" points="2.5,11 12.5,11 10,8 8.5,9 6,5"/>
+ <circle id="Sun1" cx="11" cy="5" r="1"/>
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.40625,2,1,2.4833984,1,2.9980469
+ v9.0039062C1,12.5009766,1.453125,13,2,13h11c0.546875,0,1-0.4990234,1-0.9980469V2.9980469C14,2.4833984,13.59375,2,13,2z M2,12
+ V2.9980469h11V12H2z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Image Landscape</title>
+ <desc>Image Landscape Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconImageLandscape">
+ <g class="Lower1">
+ <polygon id="Landscape2" points="2.5,12 12.5,12 10,9 8.5,10 6,6"/>
+ <circle id="Sun2" cx="11" cy="6" r="1"/>
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,3H2C1.40625,3,1,3.4833984,1,3.9980469
+ v9.0039062C1,13.5009766,1.453125,14,2,14h11c0.546875,0,1-0.4990234,1-0.9980469V3.9980469C14,3.4833984,13.59375,3,13,3z M13,13
+ H2V3.9980469h11V13z"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="Landscape1" points="2.5,11 12.5,11 10,8 8.5,9 6,5"/>
+ <circle id="Sun1" cx="11" cy="5" r="1"/>
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.40625,2,1,2.4833984,1,2.9980469
+ v9.0039062C1,12.5009766,1.453125,13,2,13h11c0.546875,0,1-0.4990234,1-0.9980469V2.9980469C14,2.4833984,13.59375,2,13,2z M2,12
+ V2.9980469h11V12H2z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Image Portrait</title>
+ <desc>Image Portrait Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconImagePortrait">
+ <g class="Lower1">
+ <path id="User2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.8227539,7.3720703L5.7148438,7.3833008
+ C5.5336914,7.644043,5.6279297,7.574707,5.8823242,8.1982422l0.012207,0.1196289
+ c0.1035156,0.40625,0.1933594,0.6713867,0.5771484,0.9106445L6.4960938,9.46875L5.9316406,9.8876953
+ c-0.4189453,0.3125-1.0522461,0.3857422-1.4091797,0.8300781C4.15625,11.1738281,4,13,4,13h7
+ c-0.140625-0.7207031,0.1220703-2.2646484-0.5224609-2.5498047c-0.5175781-0.2324219-0.9384766-0.5166016-1.2646484-0.8496094
+ C9.0683594,9.3847656,8.8222656,9.265625,8.4804688,9.2402344c-0.090332-0.2324219-0.0869141-0.5200195,0.012207-0.8623047
+ c0.2060547-0.2270508,0.3417969-0.550293,0.4082031-0.9707031C8.8959961,7.2695312,8.8203125,7.215332,8.6713867,7.2397461
+ C8.65625,6.9545898,8.7070312,6.6425781,8.828125,6.3051758L8.7216797,5.9467773L8.6010742,5.862793
+ C8.5717773,5.7475586,8.3911133,5.6157227,8.0600586,5.4672852L7.9267578,5.1914062L7.7348633,5.1430664L7.7587891,5
+ L7.565918,5.0957031C7.1665039,5.0009766,6.8061523,5.0893555,6.484375,5.359375L6.387207,5.1791992
+ C6.2714844,5.5268555,6.0751953,5.8178711,5.7983398,6.0532227H5.6538086l0.0126953,0.2163086L5.5576172,6.5932617
+ L5.8227539,7.3720703z"/>
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,14V3c0-0.59375-0.4833984-1-0.9980469-1
+ H2.9980469C2.4990234,2,2,2.453125,2,3v11c0,0.546875,0.4990234,1,0.9980469,1h9.0039062C12.5166016,15,13,14.59375,13,14z M3,3
+ h9.0019531v11H3V3z"/>
+ </g>
+ <g class="Upper1">
+ <path id="User1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.8227539,6.3720703L5.7148438,6.3833008
+ C5.5336914,6.644043,5.6279297,6.574707,5.8823242,7.1982422l0.012207,0.1196289
+ c0.1035156,0.40625,0.1933594,0.6713867,0.5771484,0.9111328L6.4960938,8.46875L5.9316406,8.8876953
+ c-0.4189453,0.3125-1.0522461,0.3857422-1.4091797,0.8300781C4.15625,10.1738281,4,12,4,12h7
+ c-0.140625-0.7207031,0.1220703-2.2646484-0.5224609-2.5498047C9.9599609,9.2177734,9.5390625,8.9335938,9.2128906,8.6005859
+ C9.0683594,8.3842773,8.8222656,8.265625,8.4804688,8.2402344c-0.090332-0.2324219-0.0869141-0.5200195,0.012207-0.8623047
+ c0.2060547-0.2270508,0.3417969-0.550293,0.4082031-0.9707031C8.8959961,6.2695312,8.8203125,6.215332,8.6713867,6.2397461
+ C8.65625,5.9545898,8.7070312,5.6425781,8.828125,5.3051758L8.7216797,4.9467773L8.6010742,4.862793
+ C8.5717773,4.7475586,8.3911133,4.6157227,8.0600586,4.4672852L7.9267578,4.1914062L7.7348633,4.1430664L7.7587891,4
+ L7.565918,4.0957031C7.1665039,4.0009766,6.8061523,4.0893555,6.484375,4.359375L6.387207,4.1791992
+ C6.2714844,4.5268555,6.0751953,4.8178711,5.7983398,5.0532227H5.6538086l0.0126953,0.2163086L5.5576172,5.5932617
+ L5.8227539,6.3720703z"/>
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,13V2c0-0.59375-0.4833984-1-0.9980469-1
+ H2.9980469C2.4990234,1,2,1.453125,2,2v11c0,0.546875,0.4990234,1,0.9980469,1h9.0039062C12.5166016,14,13,13.59375,13,13z M3,2
+ h9.0019531v11H3V2z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Image Portrait</title>
+ <desc>Image Portrait Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconImagePortrait">
+ <g class="Lower1">
+ <path id="User2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.8227539,7.3720703L5.7148438,7.3833008
+ C5.5336914,7.644043,5.6279297,7.574707,5.8823242,8.1982422l0.012207,0.1196289
+ c0.1035156,0.40625,0.1933594,0.6713867,0.5771484,0.9106445L6.4960938,9.46875L5.9316406,9.8876953
+ c-0.4189453,0.3125-1.0522461,0.3857422-1.4091797,0.8300781C4.15625,11.1738281,4,13,4,13h7
+ c-0.140625-0.7207031,0.1220703-2.2646484-0.5224609-2.5498047c-0.5175781-0.2324219-0.9384766-0.5166016-1.2646484-0.8496094
+ C9.0683594,9.3847656,8.8222656,9.265625,8.4804688,9.2402344c-0.090332-0.2324219-0.0869141-0.5200195,0.012207-0.8623047
+ c0.2060547-0.2270508,0.3417969-0.550293,0.4082031-0.9707031C8.8959961,7.2695312,8.8203125,7.215332,8.6713867,7.2397461
+ C8.65625,6.9545898,8.7070312,6.6425781,8.828125,6.3051758L8.7216797,5.9467773L8.6010742,5.862793
+ C8.5717773,5.7475586,8.3911133,5.6157227,8.0600586,5.4672852L7.9267578,5.1914062L7.7348633,5.1430664L7.7587891,5
+ L7.565918,5.0957031C7.1665039,5.0009766,6.8061523,5.0893555,6.484375,5.359375L6.387207,5.1791992
+ C6.2714844,5.5268555,6.0751953,5.8178711,5.7983398,6.0532227H5.6538086l0.0126953,0.2163086L5.5576172,6.5932617
+ L5.8227539,7.3720703z"/>
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,14V3c0-0.59375-0.4833984-1-0.9980469-1
+ H2.9980469C2.4990234,2,2,2.453125,2,3v11c0,0.546875,0.4990234,1,0.9980469,1h9.0039062C12.5166016,15,13,14.59375,13,14z M3,3
+ h9.0019531v11H3V3z"/>
+ </g>
+ <g class="Upper1">
+ <path id="User1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5.8227539,6.3720703L5.7148438,6.3833008
+ C5.5336914,6.644043,5.6279297,6.574707,5.8823242,7.1982422l0.012207,0.1196289
+ c0.1035156,0.40625,0.1933594,0.6713867,0.5771484,0.9111328L6.4960938,8.46875L5.9316406,8.8876953
+ c-0.4189453,0.3125-1.0522461,0.3857422-1.4091797,0.8300781C4.15625,10.1738281,4,12,4,12h7
+ c-0.140625-0.7207031,0.1220703-2.2646484-0.5224609-2.5498047C9.9599609,9.2177734,9.5390625,8.9335938,9.2128906,8.6005859
+ C9.0683594,8.3842773,8.8222656,8.265625,8.4804688,8.2402344c-0.090332-0.2324219-0.0869141-0.5200195,0.012207-0.8623047
+ c0.2060547-0.2270508,0.3417969-0.550293,0.4082031-0.9707031C8.8959961,6.2695312,8.8203125,6.215332,8.6713867,6.2397461
+ C8.65625,5.9545898,8.7070312,5.6425781,8.828125,5.3051758L8.7216797,4.9467773L8.6010742,4.862793
+ C8.5717773,4.7475586,8.3911133,4.6157227,8.0600586,4.4672852L7.9267578,4.1914062L7.7348633,4.1430664L7.7587891,4
+ L7.565918,4.0957031C7.1665039,4.0009766,6.8061523,4.0893555,6.484375,4.359375L6.387207,4.1791992
+ C6.2714844,4.5268555,6.0751953,4.8178711,5.7983398,5.0532227H5.6538086l0.0126953,0.2163086L5.5576172,5.5932617
+ L5.8227539,6.3720703z"/>
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,13V2c0-0.59375-0.4833984-1-0.9980469-1
+ H2.9980469C2.4990234,1,2,1.453125,2,2v11c0,0.546875,0.4990234,1,0.9980469,1h9.0039062C12.5166016,14,13,13.59375,13,13z M3,2
+ h9.0019531v11H3V2z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?php
+$icons = array();
+$files = glob('*.svg');
+if (is_array($files)) {
+ foreach ($files as $file) {
+ if (preg_match('/^(.*)(?<!Colored|Inverse|Green|Red|Yellow).svg$/', $file, $match)) {
+ $icons[] = $match[1];
+ }
+ }
+}
+?>
+
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+<head>
+ <meta charset="utf-8" />
+
+ <title>SVG Icons</title>
+
+ <style type="text/css">
+ * {
+ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
+ text-overflow: ellipsis;
+ margin: 0;
+ padding: 0;
+ }
+
+ body {
+ padding: 21px 63px;
+ background-color: #ddd;
+ }
+
+ img {
+ border-width: 0;
+ }
+
+ article {
+ padding-bottom: 21px;
+ }
+
+ h1 {
+ text-shadow: 0 1px 0 #fff;
+ }
+
+ h2 {
+ font-size: 85%;
+ text-shadow: 0 1px 0 #fff;
+ color: #999;
+ padding-bottom: 7px;
+ }
+
+ article > ul > li {
+ display: inline;
+ list-style: none;
+ }
+
+ article.inverse {
+ background-color: #369;
+ padding: 14px 21px;
+ border-radius: 6px;
+ }
+
+ article.inverse > h2 {
+ text-shadow: 0 -1px 0 #000;
+ color: #fff;
+ }
+ </style>
+</head>
+
+<body>
+ <header>
+ <h1>Available SVG Icons</span></a></h1>
+ </header>
+
+ <article>
+ <h2>48px:</h2>
+
+ <ul>
+ <?php
+ foreach ($icons as $icon) {
+ ?><li><img src="<?php echo $icon; ?>.svg" title="<?php echo $icon; ?>" alt="" style="width: 48px; height: 48px" /></li><?php
+ }
+ ?>
+ </ul>
+ </article>
+
+ <article>
+ <h2>24px:</h2>
+
+ <ul>
+ <?php
+ foreach ($icons as $icon) {
+ ?><li><img src="<?php echo $icon; ?>.svg" title="<?php echo $icon; ?>" alt="" style="width: 24px; height: 24px" /></li><?php
+ }
+ ?>
+ </ul>
+ </article>
+
+ <article>
+ <h2>Default size (16px):</h2>
+
+ <ul>
+ <?php
+ foreach ($icons as $icon) {
+ ?><li><img src="<?php echo $icon; ?>.svg" title="<?php echo $icon; ?>" alt="" /></li><?php
+ }
+ ?>
+ </ul>
+ </article>
+
+ <header>
+ <h1>Colored SVG Icons</span></a></h1>
+ </header>
+
+ <article>
+ <h2>48px:</h2>
+
+ <ul>
+ <?php
+ foreach ($icons as $icon) {
+ ?><li><img src="<?php echo $icon; ?>Colored.svg" title="<?php echo $icon; ?>" alt="" style="width: 48px; height: 48px" /></li><?php
+ }
+ ?>
+ </ul>
+ </article>
+
+ <article class="inverse">
+ <h2>Inverse (48px):</h2>
+
+ <ul>
+ <?php
+ foreach ($icons as $icon) {
+ ?><li><img src="<?php echo $icon; ?>Inverse.svg" title="<?php echo $icon; ?>" alt="" style="width: 48px; height: 48px" /></li><?php
+ }
+ ?>
+ </ul>
+ </article>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Info</title>
+ <desc>Info Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconInfo">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M8.8740234,12.0800781
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047c0.0180664-0.1240234,0.046875-0.2636719,0.0864258-0.4189453
+ l0.4428711-1.4804688c0.0395508-0.1425781,0.0732422-0.2768555,0.1000977-0.4033203
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812
+ C5.5556641,8.0024414,5.4521484,8.034668,5.3662109,8.0649414l0.1181641-0.456543
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,8.902832,8.2915039,9.0390625l-0.4414062,1.4755859
+ c-0.0361328,0.1171875-0.0683594,0.2529297-0.0976562,0.4052734C7.7241211,11.0722656,7.7094727,11.1875,7.7094727,11.2646484
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109c0.137207-0.0341797,0.234375-0.0664062,0.2954102-0.0927734
+ L8.8740234,12.0800781z M8.7963867,6.0893555c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844
+ c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625
+ S7.097168,4.956543,7.3051758,4.7739258S7.7617188,4.5,8.0517578,4.5c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258
+ C9.0019531,4.956543,9.1044922,5.1757812,9.1044922,5.4331055S9.0019531,5.9091797,8.7963867,6.0893555z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M8.8740234,11.0800781
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047C5.9750977,9.9511719,6.0039062,9.8115234,6.043457,9.65625
+ l0.4428711-1.480957c0.0395508-0.1416016,0.0732422-0.2763672,0.1000977-0.402832
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812
+ C5.5556641,7.0024414,5.4521484,7.034668,5.3662109,7.0649414l0.1181641-0.456543
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,7.902832,8.2915039,8.0385742L7.8500977,9.5146484
+ C7.8139648,9.6318359,7.7817383,9.7675781,7.7524414,9.9199219C7.7241211,10.0722656,7.7094727,10.1875,7.7094727,10.2646484
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109c0.137207-0.0341797,0.234375-0.0664062,0.2954102-0.0927734
+ L8.8740234,11.0800781z M8.7963867,5.0893555c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844
+ c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625
+ S7.097168,3.956543,7.3051758,3.7739258S7.7617188,3.5,8.0517578,3.5c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258
+ C9.0019531,3.956543,9.1044922,4.1757812,9.1044922,4.4331055S9.0019531,4.9091797,8.7963867,5.0893555z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Info</title>
+ <desc>Info Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconInfo">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M8.8740234,12.0800781
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047c0.0180664-0.1240234,0.046875-0.2636719,0.0864258-0.4189453
+ l0.4428711-1.4804688c0.0395508-0.1425781,0.0732422-0.2768555,0.1000977-0.4033203
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812
+ C5.5556641,8.0024414,5.4521484,8.034668,5.3662109,8.0649414l0.1181641-0.456543
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,8.902832,8.2915039,9.0390625l-0.4414062,1.4755859
+ c-0.0361328,0.1171875-0.0683594,0.2529297-0.0976562,0.4052734C7.7241211,11.0722656,7.7094727,11.1875,7.7094727,11.2646484
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109c0.137207-0.0341797,0.234375-0.0664062,0.2954102-0.0927734
+ L8.8740234,12.0800781z M8.7963867,6.0893555c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844
+ c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625
+ S7.097168,4.956543,7.3051758,4.7739258S7.7617188,4.5,8.0517578,4.5c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258
+ C9.0019531,4.956543,9.1044922,5.1757812,9.1044922,5.4331055S9.0019531,5.9091797,8.7963867,6.0893555z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M8.8740234,11.0800781
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047C5.9750977,9.9511719,6.0039062,9.8115234,6.043457,9.65625
+ l0.4428711-1.480957c0.0395508-0.1416016,0.0732422-0.2763672,0.1000977-0.402832
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812
+ C5.5556641,7.0024414,5.4521484,7.034668,5.3662109,7.0649414l0.1181641-0.456543
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,7.902832,8.2915039,8.0385742L7.8500977,9.5146484
+ C7.8139648,9.6318359,7.7817383,9.7675781,7.7524414,9.9199219C7.7241211,10.0722656,7.7094727,10.1875,7.7094727,10.2646484
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109c0.137207-0.0341797,0.234375-0.0664062,0.2954102-0.0927734
+ L8.8740234,11.0800781z M8.7963867,5.0893555c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844
+ c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625
+ S7.097168,3.956543,7.3051758,3.7739258S7.7617188,3.5,8.0517578,3.5c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258
+ C9.0019531,3.956543,9.1044922,4.1757812,9.1044922,4.4331055S9.0019531,4.9091797,8.7963867,5.0893555z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Info</title>
+ <desc>Info Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #fff;}
+ .Lower1 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconInfo">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M8.8740234,12.0800781
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047c0.0180664-0.1240234,0.046875-0.2636719,0.0864258-0.4189453
+ l0.4428711-1.4804688c0.0395508-0.1425781,0.0732422-0.2768555,0.1000977-0.4033203
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812
+ C5.5556641,8.0024414,5.4521484,8.034668,5.3662109,8.0649414l0.1181641-0.456543
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,8.902832,8.2915039,9.0390625l-0.4414062,1.4755859
+ c-0.0361328,0.1171875-0.0683594,0.2529297-0.0976562,0.4052734C7.7241211,11.0722656,7.7094727,11.1875,7.7094727,11.2646484
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109c0.137207-0.0341797,0.234375-0.0664062,0.2954102-0.0927734
+ L8.8740234,12.0800781z M8.7963867,6.0893555c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844
+ c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625
+ S7.097168,4.956543,7.3051758,4.7739258S7.7617188,4.5,8.0517578,4.5c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258
+ C9.0019531,4.956543,9.1044922,5.1757812,9.1044922,5.4331055S9.0019531,5.9091797,8.7963867,6.0893555z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M8.8740234,11.0800781
+ c-0.3549805,0.1337891-0.6376953,0.2333984-0.8491211,0.3027344c-0.2109375,0.0683594-0.456543,0.1035156-0.7358398,0.1035156
+ c-0.4296875,0-0.7631836-0.0986328-1.0024414-0.2958984c-0.237793-0.1982422-0.3564453-0.4492188-0.3564453-0.7529297
+ c0-0.1181641,0.0092773-0.2392578,0.0268555-0.3623047C5.9750977,9.9511719,6.0039062,9.8115234,6.043457,9.65625
+ l0.4428711-1.480957c0.0395508-0.1416016,0.0732422-0.2763672,0.1000977-0.402832
+ c0.0268555-0.1274414,0.0395508-0.2426758,0.0395508-0.3476562c0-0.1889648-0.0405273-0.3208008-0.1235352-0.3955078
+ c-0.0825195-0.074707-0.2397461-0.1113281-0.4741211-0.1113281c-0.1142578,0-0.2324219,0.0166016-0.3525391,0.0507812
+ C5.5556641,7.0024414,5.4521484,7.034668,5.3662109,7.0649414l0.1181641-0.456543
+ c0.2910156-0.1113281,0.5688477-0.2070312,0.8334961-0.2861328c0.2651367-0.0795898,0.5161133-0.1196289,0.753418-0.1196289
+ c0.4267578,0,0.7553711,0.097168,0.9868164,0.2919922c0.230957,0.1943359,0.3461914,0.4472656,0.3461914,0.7578125
+ c0,0.0644531-0.0078125,0.1777344-0.0239258,0.3398438S8.3344727,7.902832,8.2915039,8.0385742L7.8500977,9.5146484
+ C7.8139648,9.6318359,7.7817383,9.7675781,7.7524414,9.9199219C7.7241211,10.0722656,7.7094727,10.1875,7.7094727,10.2646484
+ c0,0.1962891,0.0473633,0.3300781,0.1396484,0.4003906c0.0932617,0.0712891,0.2539062,0.1064453,0.4829102,0.1064453
+ c0.1074219,0,0.2285156-0.0166016,0.3642578-0.0537109c0.137207-0.0341797,0.234375-0.0664062,0.2954102-0.0927734
+ L8.8740234,11.0800781z M8.7963867,5.0893555c-0.206543,0.1811523-0.4541016,0.2714844-0.7446289,0.2714844
+ c-0.2900391,0-0.5385742-0.090332-0.746582-0.2714844c-0.2080078-0.1801758-0.3115234-0.3989258-0.3115234-0.65625
+ S7.097168,3.956543,7.3051758,3.7739258S7.7617188,3.5,8.0517578,3.5c0.2905273,0,0.5380859,0.0913086,0.7446289,0.2739258
+ C9.0019531,3.956543,9.1044922,4.1757812,9.1044922,4.4331055S9.0019531,4.9091797,8.7963867,5.0893555z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Key</title>
+ <desc>Key Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconKey">
+ <path class="Lower1" d="M2,11.25h3V13H2V11.25z M15,7.5v3c0,0.8251953-0.6748047,1.5-1.5,1.5h-1
+ c-0.8251953,0-1.5-0.6748047-1.5-1.5V10H5v1H2v-1H1.5126953C1.230957,10,1,9.7753906,1,9.5v-1C1,8.2250977,1.230957,8,1.5126953,8
+ H11V7.5C11,6.6748047,11.6748047,6,12.5,6h1C14.3251953,6,15,6.6748047,15,7.5z M14,7.5C14,7.2250977,13.7753906,7,13.5,7h-1
+ C12.2246094,7,12,7.2250977,12,7.5v3c0,0.2753906,0.2246094,0.5,0.5,0.5h1c0.2753906,0,0.5-0.2246094,0.5-0.5V7.5z"/>
+ <path class="Upper1" d="M2,10.25h3V12H2V10.25z M15,6.5v3c0,0.8251953-0.6748047,1.5-1.5,1.5h-1
+ c-0.8251953,0-1.5-0.6748047-1.5-1.5V9H5v1H2V9H1.5126953C1.230957,9,1,8.7749023,1,8.5v-1C1,7.2250977,1.230957,7,1.5126953,7H11
+ V6.5C11,5.6748047,11.6748047,5,12.5,5h1C14.3251953,5,15,5.6748047,15,6.5z M14,6.5C14,6.2250977,13.7753906,6,13.5,6h-1
+ C12.2246094,6,12,6.2250977,12,6.5v3c0,0.2753906,0.2246094,0.5,0.5,0.5h1c0.2753906,0,0.5-0.2246094,0.5-0.5V6.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Key</title>
+ <desc>Key Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconKey">
+ <path class="Lower1" d="M2,11.25h3V13H2V11.25z M15,7.5v3c0,0.8251953-0.6748047,1.5-1.5,1.5h-1
+ c-0.8251953,0-1.5-0.6748047-1.5-1.5V10H5v1H2v-1H1.5126953C1.230957,10,1,9.7753906,1,9.5v-1C1,8.2250977,1.230957,8,1.5126953,8
+ H11V7.5C11,6.6748047,11.6748047,6,12.5,6h1C14.3251953,6,15,6.6748047,15,7.5z M14,7.5C14,7.2250977,13.7753906,7,13.5,7h-1
+ C12.2246094,7,12,7.2250977,12,7.5v3c0,0.2753906,0.2246094,0.5,0.5,0.5h1c0.2753906,0,0.5-0.2246094,0.5-0.5V7.5z"/>
+ <path class="Upper1" d="M2,10.25h3V12H2V10.25z M15,6.5v3c0,0.8251953-0.6748047,1.5-1.5,1.5h-1
+ c-0.8251953,0-1.5-0.6748047-1.5-1.5V9H5v1H2V9H1.5126953C1.230957,9,1,8.7749023,1,8.5v-1C1,7.2250977,1.230957,7,1.5126953,7H11
+ V6.5C11,5.6748047,11.6748047,5,12.5,5h1C14.3251953,5,15,5.6748047,15,6.5z M14,6.5C14,6.2250977,13.7753906,6,13.5,6h-1
+ C12.2246094,6,12,6.2250977,12,6.5v3c0,0.2753906,0.2246094,0.5,0.5,0.5h1c0.2753906,0,0.5-0.2246094,0.5-0.5V6.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Link</title>
+ <desc>Link Icon (linked)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconLink">
+ <g class="Lower1">
+ <path id="Part32" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.7045898,8.7597656l-2.1210938,2.1210938
+ c-0.777832,0.7783203-0.777832,2.0507812,0,2.8291016l0.7070312,0.7070312c0.777832,0.7773438,2.0507812,0.7773438,2.8286133,0
+ l2.121582-2.1220703c0.777832-0.7773438,0.777832-2.0507812-0.0004883-2.828125l-0.706543-0.7070312
+ C5.7553711,7.9819336,4.4824219,7.9819336,3.7045898,8.7597656z M6.5332031,10.1738281
+ c0.3891602,0.3886719,0.3891602,1.0253906,0.0004883,1.4140625l-2.1220703,2.1220703
+ c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0l-0.7070312-0.7080078
+ c-0.3886719-0.3886719-0.3886719-1.0253906,0-1.4140625l2.1210938-2.1210938c0.3891602-0.3886719,1.0253906-0.3886719,1.4145508,0
+ L6.5332031,10.1738281z"/>
+ <path id="Part22" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.9492188,6.050293
+ c0.2919922,0.2910156,0.3447266,0.7163086,0.1171875,0.9428711l-4.1230469,4.1240234
+ c-0.2265625,0.2255859-0.6508789,0.1728516-0.9423828-0.1181641L5.0004883,11
+ c-0.2915039-0.2929688-0.3447266-0.7177734-0.1176758-0.9423828l4.1240234-4.125
+ C9.234375,5.7055664,9.6591797,5.7587891,9.9492188,6.0488281V6.050293z"/>
+ <path id="Part12" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.8808594,2.5830078l-2.1210938,2.121582
+ c-0.7773438,0.777832-0.777832,2.0507812,0,2.8286133l0.7070312,0.7070312c0.7783203,0.7773438,2.0507812,0.7773438,2.8291016,0
+ l2.1210938-2.1210938c0.7783203-0.7783203,0.7773438-2.0507812,0-2.8286133l-0.7070312-0.7070312
+ C11.9316406,1.8056641,10.6591797,1.8051758,9.8808594,2.5830078z M12.7099609,3.9970703
+ c0.3886719,0.3886719,0.3886719,1.0253906,0,1.4140625l-2.1220703,2.1220703
+ C10.2001953,7.9213867,9.5625,7.921875,9.1738281,7.5327148l-0.7070312-0.706543
+ c-0.3891602-0.3891602-0.3881836-1.0263672,0-1.4145508l2.1210938-2.1210938c0.3896484-0.3896484,1.0253906-0.3891602,1.4140625,0
+ L12.7099609,3.9970703z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Part31" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.7045898,7.7592773l-2.1210938,2.121582
+ c-0.777832,0.7783203-0.777832,2.0507812,0,2.8291016l0.7070312,0.7070312c0.777832,0.7773438,2.050293,0.7763672,2.8286133,0
+ l2.1206055-2.1220703c0.7788086-0.7773438,0.7788086-2.0507812,0.0004883-2.828125l-0.706543-0.7070312
+ C5.7553711,6.9819336,4.4824219,6.9819336,3.7045898,7.7592773z M6.5332031,9.1738281
+ C6.921875,9.5625,6.9223633,10.1992188,6.5336914,10.5878906l-2.1220703,2.1220703
+ c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0l-0.706543-0.7080078
+ c-0.3891602-0.3886719-0.3891602-1.0253906-0.0004883-1.4140625l2.1210938-2.1210938
+ c0.3891602-0.3886719,1.0253906-0.3886719,1.4145508,0L6.5332031,9.1738281z"/>
+ <path id="Part21" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.9492188,5.050293
+ c0.2919922,0.2910156,0.3457031,0.7158203,0.1171875,0.9433594l-4.1230469,4.1235352
+ C5.7167969,10.3427734,5.2924805,10.2900391,5.0009766,10H5C4.7089844,9.7070312,4.6557617,9.2822266,4.8828125,9.0566406
+ l4.1240234-4.1240234C9.234375,4.7060547,9.6591797,4.7587891,9.9492188,5.0493164V5.050293z"/>
+ <path id="Part11" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.8808594,1.5834961L7.7597656,3.7045898
+ c-0.7773438,0.777832-0.777832,2.0507812,0,2.8286133l0.7070312,0.7070312
+ c0.7783203,0.7773438,2.0507812,0.7773438,2.828125-0.0004883l2.1220703-2.1206055
+ c0.7783203-0.7788086,0.7773438-2.0507812,0-2.8291016l-0.7070312-0.7070312
+ C11.9316406,0.8056641,10.6591797,0.8051758,9.8808594,1.5834961z M12.7099609,2.9970703
+ c0.3886719,0.3886719,0.3886719,1.0253906,0,1.4145508l-2.1220703,2.121582c-0.3876953,0.3881836-1.0253906,0.3886719-1.4140625,0
+ L8.4667969,5.8261719c-0.3891602-0.3891602-0.3881836-1.0263672,0-1.4145508l2.1210938-2.1210938
+ c0.3896484-0.3896484,1.0253906-0.3886719,1.4140625,0L12.7099609,2.9970703z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Link</title>
+ <desc>Link Icon (linked)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconLink">
+ <g class="Lower1">
+ <path id="Part32" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.7045898,8.7597656l-2.1210938,2.1210938
+ c-0.777832,0.7783203-0.777832,2.0507812,0,2.8291016l0.7070312,0.7070312c0.777832,0.7773438,2.0507812,0.7773438,2.8286133,0
+ l2.121582-2.1220703c0.777832-0.7773438,0.777832-2.0507812-0.0004883-2.828125l-0.706543-0.7070312
+ C5.7553711,7.9819336,4.4824219,7.9819336,3.7045898,8.7597656z M6.5332031,10.1738281
+ c0.3891602,0.3886719,0.3891602,1.0253906,0.0004883,1.4140625l-2.1220703,2.1220703
+ c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0l-0.7070312-0.7080078
+ c-0.3886719-0.3886719-0.3886719-1.0253906,0-1.4140625l2.1210938-2.1210938c0.3891602-0.3886719,1.0253906-0.3886719,1.4145508,0
+ L6.5332031,10.1738281z"/>
+ <path id="Part22" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.9492188,6.050293
+ c0.2919922,0.2910156,0.3447266,0.7163086,0.1171875,0.9428711l-4.1230469,4.1240234
+ c-0.2265625,0.2255859-0.6508789,0.1728516-0.9423828-0.1181641L5.0004883,11
+ c-0.2915039-0.2929688-0.3447266-0.7177734-0.1176758-0.9423828l4.1240234-4.125
+ C9.234375,5.7055664,9.6591797,5.7587891,9.9492188,6.0488281V6.050293z"/>
+ <path id="Part12" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.8808594,2.5830078l-2.1210938,2.121582
+ c-0.7773438,0.777832-0.777832,2.0507812,0,2.8286133l0.7070312,0.7070312c0.7783203,0.7773438,2.0507812,0.7773438,2.8291016,0
+ l2.1210938-2.1210938c0.7783203-0.7783203,0.7773438-2.0507812,0-2.8286133l-0.7070312-0.7070312
+ C11.9316406,1.8056641,10.6591797,1.8051758,9.8808594,2.5830078z M12.7099609,3.9970703
+ c0.3886719,0.3886719,0.3886719,1.0253906,0,1.4140625l-2.1220703,2.1220703
+ C10.2001953,7.9213867,9.5625,7.921875,9.1738281,7.5327148l-0.7070312-0.706543
+ c-0.3891602-0.3891602-0.3881836-1.0263672,0-1.4145508l2.1210938-2.1210938c0.3896484-0.3896484,1.0253906-0.3891602,1.4140625,0
+ L12.7099609,3.9970703z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Part31" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.7045898,7.7592773l-2.1210938,2.121582
+ c-0.777832,0.7783203-0.777832,2.0507812,0,2.8291016l0.7070312,0.7070312c0.777832,0.7773438,2.050293,0.7763672,2.8286133,0
+ l2.1206055-2.1220703c0.7788086-0.7773438,0.7788086-2.0507812,0.0004883-2.828125l-0.706543-0.7070312
+ C5.7553711,6.9819336,4.4824219,6.9819336,3.7045898,7.7592773z M6.5332031,9.1738281
+ C6.921875,9.5625,6.9223633,10.1992188,6.5336914,10.5878906l-2.1220703,2.1220703
+ c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0l-0.706543-0.7080078
+ c-0.3891602-0.3886719-0.3891602-1.0253906-0.0004883-1.4140625l2.1210938-2.1210938
+ c0.3891602-0.3886719,1.0253906-0.3886719,1.4145508,0L6.5332031,9.1738281z"/>
+ <path id="Part21" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.9492188,5.050293
+ c0.2919922,0.2910156,0.3457031,0.7158203,0.1171875,0.9433594l-4.1230469,4.1235352
+ C5.7167969,10.3427734,5.2924805,10.2900391,5.0009766,10H5C4.7089844,9.7070312,4.6557617,9.2822266,4.8828125,9.0566406
+ l4.1240234-4.1240234C9.234375,4.7060547,9.6591797,4.7587891,9.9492188,5.0493164V5.050293z"/>
+ <path id="Part11" style="fill-rule: evenodd; clip-rule: evenodd;" d="M9.8808594,1.5834961L7.7597656,3.7045898
+ c-0.7773438,0.777832-0.777832,2.0507812,0,2.8286133l0.7070312,0.7070312
+ c0.7783203,0.7773438,2.0507812,0.7773438,2.828125-0.0004883l2.1220703-2.1206055
+ c0.7783203-0.7788086,0.7773438-2.0507812,0-2.8291016l-0.7070312-0.7070312
+ C11.9316406,0.8056641,10.6591797,0.8051758,9.8808594,1.5834961z M12.7099609,2.9970703
+ c0.3886719,0.3886719,0.3886719,1.0253906,0,1.4145508l-2.1220703,2.121582c-0.3876953,0.3881836-1.0253906,0.3886719-1.4140625,0
+ L8.4667969,5.8261719c-0.3891602-0.3891602-0.3881836-1.0263672,0-1.4145508l2.1210938-2.1210938
+ c0.3896484-0.3896484,1.0253906-0.3886719,1.4140625,0L12.7099609,2.9970703z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Database</title>
+ <desc>Database Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDatabase">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,4c0-1.1044922,2.9101562-2,6.5-2
+ S14,2.8955078,14,4s-2.9101562,2-6.5,2S1,5.1044922,1,4z M7.5,13C3.9101562,13,1,12.1044922,1,11v2c0,1.1044922,2.9101562,2,6.5,2
+ s6.5-0.8955078,6.5-2v-1v-1C14,12.1044922,11.0898438,13,7.5,13z M7.5,10c-3.5864258,0-6.4941406-0.8945312-6.4995117-1.9970703v2
+ C1.0058594,11.1064453,3.9135742,12,7.5,12c3.5898438,0,6.5-0.8955078,6.5-2V8C14,9.1044922,11.0898438,10,7.5,10z M7.5,7
+ C3.9101562,7,1,6.1044922,1,5v1c0,0.0009766,0.0004883,0.0019531,0.0004883,0.0029297v1C1.0058594,8.105957,3.9135742,9,7.5,9
+ C11.0898438,9,14,8.1044922,14,7V6V5C14,6.1044922,11.0898438,7,7.5,7z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M1,3c0-1.1044922,2.9101562-2,6.5-2
+ S14,1.8955078,14,3s-2.9101562,2-6.5,2S1,4.1044922,1,3z M7.5,12C3.9101562,12,1,11.1044922,1,10v2c0,1.1044922,2.9101562,2,6.5,2
+ s6.5-0.8955078,6.5-2v-1v-1C14,11.1044922,11.0898438,12,7.5,12z M7.5,9C3.9135742,9,1.0058594,8.105957,1.0004883,7.0029297v2
+ C1.0058594,10.1064453,3.9135742,11,7.5,11c3.5898438,0,6.5-0.8955078,6.5-2V7C14,8.1044922,11.0898438,9,7.5,9z M7.5,6
+ C3.9101562,6,1,5.1044922,1,4v1c0,0.0009766,0.0004883,0.0019531,0.0004883,0.0029297v1C1.0058594,7.105957,3.9135742,8,7.5,8
+ C11.0898438,8,14,7.1044922,14,6V5V4C14,5.1044922,11.0898438,6,7.5,6z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Lock</title>
+ <desc>Padlock Icon (closed)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPadlock">
+ <path class="Lower1" d="M4.7724609,10.2294922c0,0.4755859,0.3330078,0.96875,0.7998047,1.1269531
+ l-0.2490234,2.3417969C5.3232422,13.8632812,5.4736328,14,5.6582031,14h0.6835938
+ c0.1855469,0,0.3359375-0.1367188,0.3359375-0.3017578l-0.25-2.3417969
+ c0.4677734-0.1582031,0.8007812-0.6513672,0.8007812-1.1269531C7.2285156,9.6191406,6.8955078,9,6,9
+ C5.0546875,9,4.7724609,9.6191406,4.7724609,10.2294922z M3.4794922,8H8.5V5c0-0.4375-0.5205078-1.5-2-1.5h-1
+ c-1.5205078,0-2,1.0151367-2,1.5L3.4794922,8z M1,8.6523438C1,8.2924805,1.2871094,8,1.6425781,8H2V5c0-1.5,1.5-3,3.4384766-3
+ H6.5625C8.5,2,10,3.4790039,10,5v3h0.3583984C10.7138672,8,11,8.2924805,11,8.6523438v5.6943359
+ C11,14.7080078,10.7138672,15,10.3583984,15H1.6425781C1.2871094,15,1,14.7080078,1,14.3466797V8.6523438z"/>
+ <path class="Upper1" d="M4.7724609,9.2294922c0,0.4755859,0.3330078,0.96875,0.7998047,1.1269531
+ l-0.2490234,2.3417969C5.3232422,12.8632812,5.4736328,13,5.6582031,13h0.6835938
+ c0.1855469,0,0.3359375-0.1367188,0.3359375-0.3017578l-0.25-2.3417969
+ c0.4677734-0.1582031,0.8007812-0.6513672,0.8007812-1.1269531C7.2285156,8.6186523,6.8955078,8,6,8
+ C5.0546875,8,4.7724609,8.6186523,4.7724609,9.2294922z M3.4794922,7H8.5V4c0-0.4375-0.5205078-1.5-2-1.5h-1
+ c-1.5205078,0-2,1.0151367-2,1.5L3.4794922,7z M1,7.6523438C1,7.2924805,1.2871094,7,1.6425781,7H2V4c0-1.5,1.5-3,3.4384766-3
+ H6.5625C8.5,1,10,2.4790039,10,4v3h0.3583984C10.7138672,7,11,7.2924805,11,7.6523438v5.6943359
+ C11,13.7080078,10.7138672,14,10.3583984,14H1.6425781C1.2871094,14,1,13.7080078,1,13.3466797V7.6523438z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Lock</title>
+ <desc>Padlock Icon (closed)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPadlock">
+ <path class="Lower1" d="M4.7724609,10.2294922c0,0.4755859,0.3330078,0.96875,0.7998047,1.1269531
+ l-0.2490234,2.3417969C5.3232422,13.8632812,5.4736328,14,5.6582031,14h0.6835938
+ c0.1855469,0,0.3359375-0.1367188,0.3359375-0.3017578l-0.25-2.3417969
+ c0.4677734-0.1582031,0.8007812-0.6513672,0.8007812-1.1269531C7.2285156,9.6191406,6.8955078,9,6,9
+ C5.0546875,9,4.7724609,9.6191406,4.7724609,10.2294922z M3.4794922,8H8.5V5c0-0.4375-0.5205078-1.5-2-1.5h-1
+ c-1.5205078,0-2,1.0151367-2,1.5L3.4794922,8z M1,8.6523438C1,8.2924805,1.2871094,8,1.6425781,8H2V5c0-1.5,1.5-3,3.4384766-3
+ H6.5625C8.5,2,10,3.4790039,10,5v3h0.3583984C10.7138672,8,11,8.2924805,11,8.6523438v5.6943359
+ C11,14.7080078,10.7138672,15,10.3583984,15H1.6425781C1.2871094,15,1,14.7080078,1,14.3466797V8.6523438z"/>
+ <path class="Upper1" d="M4.7724609,9.2294922c0,0.4755859,0.3330078,0.96875,0.7998047,1.1269531
+ l-0.2490234,2.3417969C5.3232422,12.8632812,5.4736328,13,5.6582031,13h0.6835938
+ c0.1855469,0,0.3359375-0.1367188,0.3359375-0.3017578l-0.25-2.3417969
+ c0.4677734-0.1582031,0.8007812-0.6513672,0.8007812-1.1269531C7.2285156,8.6186523,6.8955078,8,6,8
+ C5.0546875,8,4.7724609,8.6186523,4.7724609,9.2294922z M3.4794922,7H8.5V4c0-0.4375-0.5205078-1.5-2-1.5h-1
+ c-1.5205078,0-2,1.0151367-2,1.5L3.4794922,7z M1,7.6523438C1,7.2924805,1.2871094,7,1.6425781,7H2V4c0-1.5,1.5-3,3.4384766-3
+ H6.5625C8.5,1,10,2.4790039,10,4v3h0.3583984C10.7138672,7,11,7.2924805,11,7.6523438v5.6943359
+ C11,13.7080078,10.7138672,14,10.3583984,14H1.6425781C1.2871094,14,1,13.7080078,1,13.3466797V7.6523438z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Lock</title>
+ <desc>Padlock Icon (unlocked)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPadlock">
+ <path class="Lower1" d="M5.362793,10.21875c0,0.4755859,0.2231445,1.109375,0.5375977,1.265625
+ l-0.1679688,2.2138672C5.7324219,13.8662109,5.8334961,14,5.9575195,14h0.4594727
+ c0.125,0,0.2255859-0.1337891,0.2255859-0.3017578l-0.168457-2.2138672c0.3144531-0.15625,0.5390625-0.7900391,0.5390625-1.265625
+ C7.0131836,9.6074219,6.7885742,9,6.1875,9C5.5522461,9,5.362793,9.6074219,5.362793,10.21875z M6,8V5c0-2,1-3,3.5-3S13,3,13,5v2
+ h-1.5V6.4467773c0,0,0.5-0.0097656,0.5-0.4467773c0-0.4848633-0.5-0.4462891-0.5-0.4462891V5c0-0.4418945,0.0214844-1.5-2-1.5
+ c-1.9580078,0-2,1.03125-2,1.5v3.0004883l1.3051758,0.0043945C8.9130859,8.0048828,9,8.140625,9,8.3085938v6.3876953
+ C9,14.8652344,8.9130859,15,8.8051758,15H3.25V8.0048828L6,8z M3,15H1.1948242C1.0874023,15,1,14.8652344,1,14.6962891V8.3085938
+ C1,8.140625,1.0874023,8.0048828,1.1948242,8.0048828H3V15z"/>
+ <path class="Upper1" d="M5.362793,9.21875c0,0.4755859,0.2231445,1.109375,0.5375977,1.265625
+ l-0.1679688,2.2138672C5.7324219,12.8662109,5.8334961,13,5.9575195,13h0.4594727
+ c0.125,0,0.2255859-0.1337891,0.2255859-0.3017578l-0.168457-2.2138672c0.3144531-0.15625,0.5390625-0.7900391,0.5390625-1.265625
+ C7.0131836,8.6079102,6.7885742,8,6.1875,8C5.5522461,8,5.362793,8.6079102,5.362793,9.21875z M6,7V4c0-2,1-3,3.5-3S13,2,13,4v2
+ h-1.5V5.4467773c0,0,0.5-0.0097656,0.5-0.4467773c0-0.4848633-0.5-0.4462891-0.5-0.4462891V4c0-0.4418945,0.0214844-1.5-2-1.5
+ c-1.9580078,0-2,1.03125-2,1.5v3.0004883l1.3051758,0.0043945C8.9130859,7.0048828,9,7.140625,9,7.3085938v6.3876953
+ C9,13.8652344,8.9130859,14,8.8051758,14H3.25V7.0048828L6,7z M3,14H1.1948242C1.0874023,14,1,13.8652344,1,13.6962891V7.3085938
+ C1,7.140625,1.0874023,7.0048828,1.1948242,7.0048828H3V14z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Lock</title>
+ <desc>Padlock Icon (unlocked)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPadlock">
+ <path class="Lower1" d="M5.362793,10.21875c0,0.4755859,0.2231445,1.109375,0.5375977,1.265625
+ l-0.1679688,2.2138672C5.7324219,13.8662109,5.8334961,14,5.9575195,14h0.4594727
+ c0.125,0,0.2255859-0.1337891,0.2255859-0.3017578l-0.168457-2.2138672c0.3144531-0.15625,0.5390625-0.7900391,0.5390625-1.265625
+ C7.0131836,9.6074219,6.7885742,9,6.1875,9C5.5522461,9,5.362793,9.6074219,5.362793,10.21875z M6,8V5c0-2,1-3,3.5-3S13,3,13,5v2
+ h-1.5V6.4467773c0,0,0.5-0.0097656,0.5-0.4467773c0-0.4848633-0.5-0.4462891-0.5-0.4462891V5c0-0.4418945,0.0214844-1.5-2-1.5
+ c-1.9580078,0-2,1.03125-2,1.5v3.0004883l1.3051758,0.0043945C8.9130859,8.0048828,9,8.140625,9,8.3085938v6.3876953
+ C9,14.8652344,8.9130859,15,8.8051758,15H3.25V8.0048828L6,8z M3,15H1.1948242C1.0874023,15,1,14.8652344,1,14.6962891V8.3085938
+ C1,8.140625,1.0874023,8.0048828,1.1948242,8.0048828H3V15z"/>
+ <path class="Upper1" d="M5.362793,9.21875c0,0.4755859,0.2231445,1.109375,0.5375977,1.265625
+ l-0.1679688,2.2138672C5.7324219,12.8662109,5.8334961,13,5.9575195,13h0.4594727
+ c0.125,0,0.2255859-0.1337891,0.2255859-0.3017578l-0.168457-2.2138672c0.3144531-0.15625,0.5390625-0.7900391,0.5390625-1.265625
+ C7.0131836,8.6079102,6.7885742,8,6.1875,8C5.5522461,8,5.362793,8.6079102,5.362793,9.21875z M6,7V4c0-2,1-3,3.5-3S13,2,13,4v2
+ h-1.5V5.4467773c0,0,0.5-0.0097656,0.5-0.4467773c0-0.4848633-0.5-0.4462891-0.5-0.4462891V4c0-0.4418945,0.0214844-1.5-2-1.5
+ c-1.9580078,0-2,1.03125-2,1.5v3.0004883l1.3051758,0.0043945C8.9130859,7.0048828,9,7.140625,9,7.3085938v6.3876953
+ C9,13.8652344,8.9130859,14,8.8051758,14H3.25V7.0048828L6,7z M3,14H1.1948242C1.0874023,14,1,13.8652344,1,13.6962891V7.3085938
+ C1,7.140625,1.0874023,7.0048828,1.1948242,7.0048828H3V14z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Marker</title>
+ <desc>Marker Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconMarker">
+ <path class="Lower1" d="M6.9995117,2.0004883C4.4375,2.0004883,3,3.6669922,3,6.0004883
+ C3,8.3598633,6.9995117,15,6.9995117,15S11,8.3598633,11,6.0004883C11,3.625,9.5830078,2.0004883,6.9995117,2.0004883z
+ M7.0009766,8.0004883c-1.1049805,0-2.0004883-0.8945312-2.0004883-2c0-1.1049805,0.8955078-2,2.0004883-2
+ c1.1044922,0,1.9990234,0.8959961,1.9990234,2C9,7.1049805,8.1054688,8.0004883,7.0009766,8.0004883z"/>
+ <path class="Upper1" d="M6.9995117,1C4.4375,1,3,2.6665039,3,5c0,2.359375,3.9995117,9,3.9995117,9
+ S11,7.359375,11,5C11,2.6245117,9.5830078,1,6.9995117,1z M7.0009766,7C5.8959961,7,5.0004883,6.1054688,5.0004883,5
+ c0-1.1049805,0.8955078-2,2.0004883-2C8.1054688,3,9,3.8959961,9,5C9,6.1044922,8.1054688,7,7.0009766,7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Marker</title>
+ <desc>Marker Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconMarker">
+ <path class="Lower1" d="M6.9995117,2.0004883C4.4375,2.0004883,3,3.6669922,3,6.0004883
+ C3,8.3598633,6.9995117,15,6.9995117,15S11,8.3598633,11,6.0004883C11,3.625,9.5830078,2.0004883,6.9995117,2.0004883z
+ M7.0009766,8.0004883c-1.1049805,0-2.0004883-0.8945312-2.0004883-2c0-1.1049805,0.8955078-2,2.0004883-2
+ c1.1044922,0,1.9990234,0.8959961,1.9990234,2C9,7.1049805,8.1054688,8.0004883,7.0009766,8.0004883z"/>
+ <path class="Upper1" d="M6.9995117,1C4.4375,1,3,2.6665039,3,5c0,2.359375,3.9995117,9,3.9995117,9
+ S11,7.359375,11,5C11,2.6245117,9.5830078,1,6.9995117,1z M7.0009766,7C5.8959961,7,5.0004883,6.1054688,5.0004883,5
+ c0-1.1049805,0.8955078-2,2.0004883-2C8.1054688,3,9,3.8959961,9,5C9,6.1044922,8.1054688,7,7.0009766,7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Private Message</title>
+ <desc>Private Message Icon (type 1)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPrivateMessage1">
+ <g class="Lower1">
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,5H2C1.40625,5,1,5.484375,1,6v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V6C14,5.484375,13.59375,5,13,5z M12,14H3c-0.984375,0-1-0.015625-1-1V6h11v7
+ C13,13.984375,12.984375,14,12,14z"/>
+ <path id="XComplex2" d="M13.1474609,13.7978516L8.543457,10.4501953
+ c0.0175781-0.0166016,0.0380859-0.0283203,0.0551758-0.0449219L13,6.0004883h-0.96875L8.5986328,9.5410156
+ c-0.6015625,0.6210938-1.6152344,0.6015625-2.2001953-0.0019531L2.9692383,6.0004883H2l4.3984375,4.4038086
+ C6.4160156,10.421875,6.4375,10.4335938,6.4555664,10.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,13.7978516z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,4H2C1.40625,4,1,4.484375,1,5v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V5C14,4.484375,13.59375,4,13,4z M12,13H3c-0.984375,0-1-0.015625-1-1V5h11v7
+ C13,12.984375,12.984375,13,12,13z"/>
+ <path id="XComplex1" d="M13.1474609,12.7978516L8.543457,9.4501953
+ C8.5610352,9.4335938,8.581543,9.421875,8.5986328,9.4052734L13,5.0004883h-0.96875L8.5986328,8.5410156
+ C7.9970703,9.1621094,6.9833984,9.1425781,6.3984375,8.5390625L2.9692383,5.0004883H2l4.3984375,4.4038086
+ C6.4160156,9.421875,6.4375,9.4335938,6.4555664,9.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,12.7978516z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Private Message</title>
+ <desc>Private Message Icon (type 1)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPrivateMessage1">
+ <g class="Lower1">
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,5H2C1.40625,5,1,5.484375,1,6v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V6C14,5.484375,13.59375,5,13,5z M12,14H3c-0.984375,0-1-0.015625-1-1V6h11v7
+ C13,13.984375,12.984375,14,12,14z"/>
+ <path id="XComplex2" d="M13.1474609,13.7978516L8.543457,10.4501953
+ c0.0175781-0.0166016,0.0380859-0.0283203,0.0551758-0.0449219L13,6.0004883h-0.96875L8.5986328,9.5410156
+ c-0.6015625,0.6210938-1.6152344,0.6015625-2.2001953-0.0019531L2.9692383,6.0004883H2l4.3984375,4.4038086
+ C6.4160156,10.421875,6.4375,10.4335938,6.4555664,10.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,13.7978516z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,4H2C1.40625,4,1,4.484375,1,5v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V5C14,4.484375,13.59375,4,13,4z M12,13H3c-0.984375,0-1-0.015625-1-1V5h11v7
+ C13,12.984375,12.984375,13,12,13z"/>
+ <path id="XComplex1" d="M13.1474609,12.7978516L8.543457,9.4501953
+ C8.5610352,9.4335938,8.581543,9.421875,8.5986328,9.4052734L13,5.0004883h-0.96875L8.5986328,8.5410156
+ C7.9970703,9.1621094,6.9833984,9.1425781,6.3984375,8.5390625L2.9692383,5.0004883H2l4.3984375,4.4038086
+ C6.4160156,9.421875,6.4375,9.4335938,6.4555664,9.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,12.7978516z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Private Message</title>
+ <desc>Private Message Icon (type 1)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPrivateMessage1">
+ <g class="Lower1">
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,5H2C1.40625,5,1,5.484375,1,6v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V6C14,5.484375,13.59375,5,13,5z M12,14H3c-0.984375,0-1-0.015625-1-1V6h11v7
+ C13,13.984375,12.984375,14,12,14z"/>
+ <path id="XComplex2" d="M13.1474609,13.7978516L8.543457,10.4501953
+ c0.0175781-0.0166016,0.0380859-0.0283203,0.0551758-0.0449219L13,6.0004883h-0.96875L8.5986328,9.5410156
+ c-0.6015625,0.6210938-1.6152344,0.6015625-2.2001953-0.0019531L2.9692383,6.0004883H2l4.3984375,4.4038086
+ C6.4160156,10.421875,6.4375,10.4335938,6.4555664,10.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,13.7978516z"/>
+ <path id="FlapUnread2" d="M13,6.0004883l-4.4013672,4.4047852
+ c-0.6015625,0.6035156-1.6152344,0.5849609-2.2001953-0.0009766L2,6.0004883H13z"/>
+ <path id="FlapRead2" d="M1.53125,5.1181641l4.8706055-2.7719727
+ C7.2294922,1.8842773,7.8129883,1.8842773,8.6020508,2.347168l4.8696289,2.7709961H1.53125z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,4H2C1.40625,4,1,4.484375,1,5v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V5C14,4.484375,13.59375,4,13,4z M12,13H3c-0.984375,0-1-0.015625-1-1V5h11v7
+ C13,12.984375,12.984375,13,12,13z"/>
+ <path id="XComplex1" d="M13.1474609,12.7978516L8.543457,9.4501953
+ C8.5610352,9.4335938,8.581543,9.421875,8.5986328,9.4052734L13,5.0004883h-0.96875L8.5986328,8.5410156
+ C7.9970703,9.1621094,6.9833984,9.1425781,6.3984375,8.5390625L2.9692383,5.0004883H2l4.3984375,4.4038086
+ C6.4160156,9.421875,6.4375,9.4335938,6.4555664,9.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,12.7978516z"/>
+ <path id="FlapUnread1" d="M13,5.0004883L8.5986328,9.4052734
+ c-0.6015625,0.6035156-1.6152344,0.5849609-2.2001953-0.0009766L2,5.0004883H13z"/>
+ <path id="FlapRead1" d="M1.53125,4.1181641l4.8706055-2.7719727
+ C7.2294922,0.8842773,7.8129883,0.8842773,8.6020508,1.347168l4.8696289,2.7709961H1.53125z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Private Message</title>
+ <desc>Private Message Icon (type 1)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPrivateMessage1">
+ <g class="Lower1">
+ <path id="Frame2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,5H2C1.40625,5,1,5.484375,1,6v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V6C14,5.484375,13.59375,5,13,5z M12,14H3c-0.984375,0-1-0.015625-1-1V6h11v7
+ C13,13.984375,12.984375,14,12,14z"/>
+ <path id="XComplex2" d="M13.1474609,13.7978516L8.543457,10.4501953
+ c0.0175781-0.0166016,0.0380859-0.0283203,0.0551758-0.0449219L13,6.0004883h-0.96875L8.5986328,9.5410156
+ c-0.6015625,0.6210938-1.6152344,0.6015625-2.2001953-0.0019531L2.9692383,6.0004883H2l4.3984375,4.4038086
+ C6.4160156,10.421875,6.4375,10.4335938,6.4555664,10.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,13.7978516z"/>
+ <path id="FlapUnread2" d="M13,6.0004883l-4.4013672,4.4047852
+ c-0.6015625,0.6035156-1.6152344,0.5849609-2.2001953-0.0009766L2,6.0004883H13z"/>
+ <path id="FlapRead2" d="M1.53125,5.1181641l4.8706055-2.7719727
+ C7.2294922,1.8842773,7.8129883,1.8842773,8.6020508,2.347168l4.8696289,2.7709961H1.53125z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Frame1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,4H2C1.40625,4,1,4.484375,1,5v8
+ c0,0.5,0.453125,1,1,1h11c0.546875,0,1-0.5,1-1V5C14,4.484375,13.59375,4,13,4z M12,13H3c-0.984375,0-1-0.015625-1-1V5h11v7
+ C13,12.984375,12.984375,13,12,13z"/>
+ <path id="XComplex1" d="M13.1474609,12.7978516L8.543457,9.4501953
+ C8.5610352,9.4335938,8.581543,9.421875,8.5986328,9.4052734L13,5.0004883h-0.96875L8.5986328,8.5410156
+ C7.9970703,9.1621094,6.9833984,9.1425781,6.3984375,8.5390625L2.9692383,5.0004883H2l4.3984375,4.4038086
+ C6.4160156,9.421875,6.4375,9.4335938,6.4555664,9.4501953l-4.6025391,3.3476562l0.2939453,0.4042969l4.7636719-3.4638672
+ c0.3740234,0.1484375,0.8022461,0.1503906,1.1791992,0l4.7626953,3.4638672L13.1474609,12.7978516z"/>
+ <path id="FlapUnread1" d="M13,5.0004883L8.5986328,9.4052734
+ c-0.6015625,0.6035156-1.6152344,0.5849609-2.2001953-0.0009766L2,5.0004883H13z"/>
+ <path id="FlapRead1" d="M1.53125,4.1181641l4.8706055-2.7719727
+ C7.2294922,0.8842773,7.8129883,0.8842773,8.6020508,1.347168l4.8696289,2.7709961H1.53125z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Note</title>
+ <desc>Note Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconNote">
+ <g class="Lower1">
+ <path id="Note2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.9707031,6h-9
+ c-0.984375,0-0.984375,0.03125-0.984375,0.984375v6.03125C1.9863281,14,1.9863281,14,2.9707031,14H9.046875l3.9394531-3.9599609V7
+ C12.9863281,6.03125,12.9863281,6,11.9707031,6z M12.984375,5c0.4707031,0,1,0.5014648,1,1l0.0019531,4l-5.0014648,5H1.9863281
+ c-0.546875,0-0.9882812-0.5-0.9882812-1V6c0-0.515625,0.4570312-1,1.0507812-1H12.984375z"/>
+ <path id="Flap2" d="M8.9848633,15l0.0024414-4c0-0.546875,0.4677734-1,0.9990234-1h3.9980469L8.9848633,15z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Note1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.9707031,5H2.9716797
+ c-0.984375,0-0.984375,0.03125-0.984375,0.984375v6.03125C1.9873047,13,1.9873047,13,2.9716797,13h6.0771484l3.9394531-3.9599609
+ V6C12.9882812,5.03125,12.9882812,5,11.9707031,5z M12.9863281,4c0.4707031,0,1,0.5014648,1,1l0.0019531,4l-5.0024414,5H1.9873047
+ c-0.546875,0-0.9892578-0.5-0.9892578-1V5c0-0.515625,0.4580078-1,1.0517578-1H12.9863281z"/>
+ <path id="Flap1" d="M8.9858398,14l0.0019531-4c0-0.546875,0.4692383-1,1.0004883-1h3.9980469L8.9858398,14z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Note</title>
+ <desc>Note Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconNote">
+ <g class="Lower1">
+ <path id="Note2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.9707031,6h-9
+ c-0.984375,0-0.984375,0.03125-0.984375,0.984375v6.03125C1.9863281,14,1.9863281,14,2.9707031,14H9.046875l3.9394531-3.9599609V7
+ C12.9863281,6.03125,12.9863281,6,11.9707031,6z M12.984375,5c0.4707031,0,1,0.5014648,1,1l0.0019531,4l-5.0014648,5H1.9863281
+ c-0.546875,0-0.9882812-0.5-0.9882812-1V6c0-0.515625,0.4570312-1,1.0507812-1H12.984375z"/>
+ <path id="Flap2" d="M8.9848633,15l0.0024414-4c0-0.546875,0.4677734-1,0.9990234-1h3.9980469L8.9848633,15z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Note1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.9707031,5H2.9716797
+ c-0.984375,0-0.984375,0.03125-0.984375,0.984375v6.03125C1.9873047,13,1.9873047,13,2.9716797,13h6.0771484l3.9394531-3.9599609
+ V6C12.9882812,5.03125,12.9882812,5,11.9707031,5z M12.9863281,4c0.4707031,0,1,0.5014648,1,1l0.0019531,4l-5.0024414,5H1.9873047
+ c-0.546875,0-0.9892578-0.5-0.9892578-1V5c0-0.515625,0.4580078-1,1.0517578-1H12.9863281z"/>
+ <path id="Flap1" d="M8.9858398,14l0.0019531-4c0-0.546875,0.4692383-1,1.0004883-1h3.9980469L8.9858398,14z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Package</title>
+ <desc>Package Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPackage">
+ <g class="Lower1">
+ <polygon points="8,2 1,4.0004883 1,5.0004883 8,3 15,5.0004883 15,4.0004883"/>
+ <path d="M8,6L1,4v9l7,2l7-2V4L8,6z M14,12.2861328L8,14l-6-1.7138672V5.2856445L8,7l6-1.7143555V12.2861328z"/>
+ </g>
+ <g class="Upper1">
+ <polygon points="8,1 1,3.0004883 1,4.0004883 8,2 15,4.0004883 15,3.0004883"/>
+ <path d="M8,5L1,3v9l7,2l7-2V3L8,5z M14,11.2861328L8,13l-6-1.7138672V4.2856445L8,6l6-1.7143555V11.2861328z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Package</title>
+ <desc>Package Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPackage">
+ <g class="Lower1">
+ <polygon points="8,2 1,4.0004883 1,5.0004883 8,3 15,5.0004883 15,4.0004883"/>
+ <path d="M8,6L1,4v9l7,2l7-2V4L8,6z M14,12.2861328L8,14l-6-1.7138672V5.2856445L8,7l6-1.7143555V12.2861328z"/>
+ </g>
+ <g class="Upper1">
+ <polygon points="8,1 1,3.0004883 1,4.0004883 8,2 15,4.0004883 15,3.0004883"/>
+ <path d="M8,5L1,3v9l7,2l7-2V3L8,5z M14,11.2861328L8,13l-6-1.7138672V4.2856445L8,6l6-1.7143555V11.2861328z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Pin</title>
+ <desc>Pin Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPin">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.0009766,9.1269531L1,15l5.8740234-7.0004883
+ c0,0,0.0356445,0.1044922,0.5283203,0.5986328C7.8955078,9.0898438,8.0009766,9.1269531,8.0009766,9.1269531z
+ M11.2177734,9.3085938C11.0771484,9.1689453,10.6591797,8.75,10.6591797,8.75c0.25-1.4853516,1.4238281-2.25,2.1464844-2.0698242
+ c0.1005859,0.0249023,0.2988281,0.2983398,0.2988281,0.2983398c0.1601562,0.1611328,0.5703125,0.0136719,0.7294922-0.1474609
+ c0.1611328-0.1601562,0.2041016-0.5473633,0.1318359-0.7128906c-0.2949219-0.6591797-1.1054688-1.4145508-1.8886719-2.1962891
+ c-0.7832031-0.7822266-1.5371094-1.5917969-2.1953125-1.8867188C9.7167969,1.9609375,9.328125,2.0048828,9.1679688,2.1655273
+ C9.0078125,2.3266602,8.8613281,2.7348633,9.0214844,2.8955078c0,0,0.2734375,0.1958008,0.2988281,0.2988281
+ C9.5,3.918457,8.7333984,5.0898438,7.2485352,5.3413086c0,0-0.421875-0.421875-0.5625-0.5634766
+ c-0.1914062-0.1914062-0.746582-0.230957-0.9428711-0.0991211c-0.1879883,0.128418-0.2797852,0.6801758-0.1928711,0.890625
+ c0.6552734,1.5957031,3.2475586,4.3251953,4.8803711,4.8798828c0.2148438,0.0742188,0.7617188-0.0039062,0.8886719-0.1933594
+ C11.453125,10.0585938,11.4111328,9.5019531,11.2177734,9.3085938z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.0009766,8.1264648L1,14l5.8740234-7.0004883
+ c0,0,0.0356445,0.1044922,0.5283203,0.5986328C7.8955078,8.0898438,8.0009766,8.1264648,8.0009766,8.1264648z
+ M11.2177734,8.3085938C11.0771484,8.1689453,10.6591797,7.75,10.6591797,7.75c0.25-1.4853516,1.4238281-2.25,2.1464844-2.0698242
+ c0.1005859,0.0249023,0.2988281,0.2983398,0.2988281,0.2983398c0.1601562,0.1611328,0.5703125,0.0136719,0.7294922-0.1474609
+ c0.1611328-0.1601562,0.2041016-0.5473633,0.1318359-0.7128906c-0.2949219-0.6591797-1.1054688-1.4145508-1.8886719-2.1962891
+ c-0.7832031-0.7822266-1.5371094-1.5917969-2.1953125-1.8867188C9.7167969,0.9609375,9.328125,1.0048828,9.1679688,1.1655273
+ C9.0078125,1.3266602,8.8613281,1.7348633,9.0214844,1.8955078c0,0,0.2734375,0.1958008,0.2988281,0.2988281
+ C9.5,2.918457,8.7333984,4.0898438,7.2485352,4.3413086c0,0-0.421875-0.421875-0.5625-0.5634766
+ c-0.1914062-0.1914062-0.746582-0.230957-0.9428711-0.0991211c-0.1879883,0.128418-0.2797852,0.6801758-0.1928711,0.890625
+ c0.6552734,1.5957031,3.2475586,4.3256836,4.8803711,4.8798828c0.2148438,0.0742188,0.7617188-0.0039062,0.8886719-0.1933594
+ C11.453125,9.0585938,11.4111328,8.5014648,11.2177734,8.3085938z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Pin</title>
+ <desc>Pin Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPin">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.0009766,9.1269531L1,15l5.8740234-7.0004883
+ c0,0,0.0356445,0.1044922,0.5283203,0.5986328C7.8955078,9.0898438,8.0009766,9.1269531,8.0009766,9.1269531z
+ M11.2177734,9.3085938C11.0771484,9.1689453,10.6591797,8.75,10.6591797,8.75c0.25-1.4853516,1.4238281-2.25,2.1464844-2.0698242
+ c0.1005859,0.0249023,0.2988281,0.2983398,0.2988281,0.2983398c0.1601562,0.1611328,0.5703125,0.0136719,0.7294922-0.1474609
+ c0.1611328-0.1601562,0.2041016-0.5473633,0.1318359-0.7128906c-0.2949219-0.6591797-1.1054688-1.4145508-1.8886719-2.1962891
+ c-0.7832031-0.7822266-1.5371094-1.5917969-2.1953125-1.8867188C9.7167969,1.9609375,9.328125,2.0048828,9.1679688,2.1655273
+ C9.0078125,2.3266602,8.8613281,2.7348633,9.0214844,2.8955078c0,0,0.2734375,0.1958008,0.2988281,0.2988281
+ C9.5,3.918457,8.7333984,5.0898438,7.2485352,5.3413086c0,0-0.421875-0.421875-0.5625-0.5634766
+ c-0.1914062-0.1914062-0.746582-0.230957-0.9428711-0.0991211c-0.1879883,0.128418-0.2797852,0.6801758-0.1928711,0.890625
+ c0.6552734,1.5957031,3.2475586,4.3251953,4.8803711,4.8798828c0.2148438,0.0742188,0.7617188-0.0039062,0.8886719-0.1933594
+ C11.453125,10.0585938,11.4111328,9.5019531,11.2177734,9.3085938z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.0009766,8.1264648L1,14l5.8740234-7.0004883
+ c0,0,0.0356445,0.1044922,0.5283203,0.5986328C7.8955078,8.0898438,8.0009766,8.1264648,8.0009766,8.1264648z
+ M11.2177734,8.3085938C11.0771484,8.1689453,10.6591797,7.75,10.6591797,7.75c0.25-1.4853516,1.4238281-2.25,2.1464844-2.0698242
+ c0.1005859,0.0249023,0.2988281,0.2983398,0.2988281,0.2983398c0.1601562,0.1611328,0.5703125,0.0136719,0.7294922-0.1474609
+ c0.1611328-0.1601562,0.2041016-0.5473633,0.1318359-0.7128906c-0.2949219-0.6591797-1.1054688-1.4145508-1.8886719-2.1962891
+ c-0.7832031-0.7822266-1.5371094-1.5917969-2.1953125-1.8867188C9.7167969,0.9609375,9.328125,1.0048828,9.1679688,1.1655273
+ C9.0078125,1.3266602,8.8613281,1.7348633,9.0214844,1.8955078c0,0,0.2734375,0.1958008,0.2988281,0.2988281
+ C9.5,2.918457,8.7333984,4.0898438,7.2485352,4.3413086c0,0-0.421875-0.421875-0.5625-0.5634766
+ c-0.1914062-0.1914062-0.746582-0.230957-0.9428711-0.0991211c-0.1879883,0.128418-0.2797852,0.6801758-0.1928711,0.890625
+ c0.6552734,1.5957031,3.2475586,4.3256836,4.8803711,4.8798828c0.2148438,0.0742188,0.7617188-0.0039062,0.8886719-0.1933594
+ C11.453125,9.0585938,11.4111328,8.5014648,11.2177734,8.3085938z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Run</title>
+ <desc>Run Icon (framed)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRun">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M4,13.0097656v-9l7,4.4990234
+ L4,13.0097656z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M4,12.0097656v-9l7,4.4990234
+ L4,12.0097656z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Run</title>
+ <desc>Run Icon (framed)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRun">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M4,13.0097656v-9l7,4.4990234
+ L4,13.0097656z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M4,12.0097656v-9l7,4.4990234
+ L4,12.0097656z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Package Plugin</title>
+ <desc>Package Plugin Icon (type 1)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPackagePlugin1">
+ <path class="Lower1" d="M5.4716797,7.4472656L4.5126953,8.8686523
+ c-0.1367188,0.230957-0.1904297,0.4780273-0.0292969,0.6381836L6.5083008,11.53125
+ c0.159668,0.1601562,0.3955078,0.0957031,0.6230469-0.0429688l1.4228516-0.9628906
+ c0.2460938,0.1601562,0.5004883,0.3105469,0.7631836,0.4550781c0.1992188,0.1035156,0.4404297,0.140625,0.625-0.0429688
+ l0.2138672-0.2148438l0.1699219,0.1679688c0.1679688,0.1699219,0.4160156,0.1933594,0.5537109,0.0546875
+ c0.1376953-0.1367188,0.1142578-0.3847656-0.0546875-0.5527344L10.65625,10.2226562l1.2617188-1.2612305
+ c0.1845703-0.184082,0.2041016-0.4628906,0.0429688-0.6235352l-0.6074219-0.6083984l2.4941406-2.4946289
+ c0.1845703-0.1845703,0.2041016-0.4633789,0.0439453-0.6235352l-0.1044922-0.1040039
+ c-0.1601562-0.1606445-0.4394531-0.140625-0.6240234,0.043457l-2.4941406,2.4951172L8.9545898,5.3310547l2.4946289-2.4946289
+ c0.1835938-0.1845703,0.203125-0.4638672,0.0429688-0.6245117l-0.1035156-0.1040039
+ c-0.1601562-0.1601562-0.4394531-0.1401367-0.6240234,0.0444336L8.2709961,4.6464844l-0.609375-0.6083984
+ c-0.159668-0.1606445-0.4384766-0.1401367-0.6225586,0.0444336L5.7773438,5.3432617L5.6083984,5.1738281
+ C5.4404297,5.0058594,5.1933594,4.9819336,5.0546875,5.1201172C4.9160156,5.2578125,4.9404297,5.5053711,5.1083984,5.6738281
+ l0.1699219,0.1694336L5.0634766,6.0576172C4.8789062,6.2421875,4.9179688,6.4882812,5.0185547,6.6811523
+ C5.1611328,6.9443359,5.3115234,7.2006836,5.4716797,7.4472656z M6.3642578,11.8964844
+ c0.0917969-0.09375,0.1030273-0.234375,0.0229492-0.3144531l-1.9692383-1.96875
+ C4.3369141,9.5322266,4.1962891,9.5439453,4.1044922,9.6367188C4.0136719,9.7265625,4.0029297,9.8671875,4.0830078,9.9472656
+ l1.9702148,1.96875C6.1328125,11.9980469,6.2734375,11.9863281,6.3642578,11.8964844z M5.6552734,12.0390625
+ c0.0917969-0.0917969,0.1171875-0.2128906,0.0576172-0.2734375l-1.4775391-1.4785156
+ c-0.0605469-0.0605469-0.1835938-0.0351562-0.2763672,0.0585938c-0.0917969,0.0898438-0.1181641,0.2148438-0.0576172,0.2753906
+ l1.4775391,1.4765625C5.4394531,12.1582031,5.5625,12.1328125,5.6552734,12.0390625z M4.9462891,12.1835938
+ c0.0908203-0.09375,0.1337891-0.1972656,0.09375-0.2382812l-0.9853516-0.984375
+ c-0.0400391-0.0410156-0.1464844,0-0.2382812,0.09375c-0.0927734,0.0917969-0.1347656,0.1972656-0.09375,0.2382812
+ l0.1503906,0.1503906L1,14.3164062L1.6826172,15l2.8730469-2.8730469l0.1513672,0.1503906
+ C4.7460938,12.3183594,4.8535156,12.2753906,4.9462891,12.1835938z"/>
+ <path class="Upper1" d="M5.4716797,6.4477539L4.5126953,7.8691406
+ C4.3759766,8.1005859,4.3222656,8.347168,4.4833984,8.5073242L6.5083008,10.53125
+ c0.159668,0.1611328,0.3955078,0.0957031,0.6230469-0.0419922l1.4228516-0.9628906
+ C8.800293,9.6855469,9.0546875,9.8369141,9.3173828,9.9814453c0.1992188,0.1025391,0.4404297,0.1396484,0.625-0.0439453
+ L10.15625,9.7236328l0.1699219,0.1679688c0.1679688,0.1689453,0.4160156,0.1933594,0.5537109,0.0546875
+ c0.1376953-0.1376953,0.1142578-0.3857422-0.0546875-0.5537109L10.65625,9.2226562l1.2617188-1.2607422
+ c0.1845703-0.184082,0.2041016-0.4628906,0.0429688-0.6235352l-0.6074219-0.6083984l2.4941406-2.4946289
+ c0.1845703-0.1845703,0.2041016-0.4633789,0.0439453-0.6235352l-0.1044922-0.1040039
+ c-0.1601562-0.1606445-0.4394531-0.140625-0.6240234,0.043457l-2.4941406,2.4951172L8.9545898,4.331543l2.4946289-2.4946289
+ c0.1835938-0.1845703,0.203125-0.4638672,0.0429688-0.6245117l-0.1035156-0.1040039
+ c-0.1601562-0.1601562-0.4394531-0.1401367-0.6240234,0.0444336L8.2709961,3.6469727l-0.609375-0.6083984
+ c-0.159668-0.1606445-0.4384766-0.1401367-0.6225586,0.0444336L5.7773438,4.34375L5.6083984,4.1743164
+ C5.4404297,4.0063477,5.1933594,3.9824219,5.0546875,4.1206055C4.9160156,4.2583008,4.9404297,4.5058594,5.1083984,4.6743164
+ L5.2783203,4.84375L5.0634766,5.0581055C4.8789062,5.2426758,4.9179688,5.4887695,5.0185547,5.6816406
+ C5.1611328,5.9448242,5.3115234,6.2011719,5.4716797,6.4477539z M6.3642578,10.8974609
+ c0.0917969-0.09375,0.1030273-0.234375,0.0229492-0.3144531L4.4179688,8.6132812
+ C4.3369141,8.5327148,4.1962891,8.5444336,4.1044922,8.6367188C4.0136719,8.7275391,4.0029297,8.8671875,4.0830078,8.9472656
+ l1.9702148,1.9697266C6.1328125,10.9980469,6.2734375,10.9863281,6.3642578,10.8974609z M5.6552734,11.0400391
+ c0.0917969-0.0917969,0.1171875-0.2138672,0.0576172-0.2744141L4.2353516,9.2871094
+ C4.1748047,9.2265625,4.0517578,9.2529297,3.9589844,9.3457031C3.8671875,9.4365234,3.8408203,9.5605469,3.9013672,9.6210938
+ l1.4775391,1.4765625C5.4394531,11.1582031,5.5625,11.1337891,5.6552734,11.0400391z M4.9462891,11.1845703
+ c0.0908203-0.09375,0.1337891-0.1982422,0.09375-0.2382812L4.0546875,9.9609375
+ c-0.0400391-0.0400391-0.1464844,0.0009766-0.2382812,0.09375c-0.0927734,0.0927734-0.1347656,0.1982422-0.09375,0.2382812
+ l0.1503906,0.1513672L1,13.3173828L1.6826172,14l2.8730469-2.8730469l0.1513672,0.1513672
+ C4.7460938,11.3183594,4.8535156,11.2763672,4.9462891,11.1845703z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Package Plugin</title>
+ <desc>Package Plugin Icon (type 1)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPackagePlugin1">
+ <path class="Lower1" d="M5.4716797,7.4472656L4.5126953,8.8686523
+ c-0.1367188,0.230957-0.1904297,0.4780273-0.0292969,0.6381836L6.5083008,11.53125
+ c0.159668,0.1601562,0.3955078,0.0957031,0.6230469-0.0429688l1.4228516-0.9628906
+ c0.2460938,0.1601562,0.5004883,0.3105469,0.7631836,0.4550781c0.1992188,0.1035156,0.4404297,0.140625,0.625-0.0429688
+ l0.2138672-0.2148438l0.1699219,0.1679688c0.1679688,0.1699219,0.4160156,0.1933594,0.5537109,0.0546875
+ c0.1376953-0.1367188,0.1142578-0.3847656-0.0546875-0.5527344L10.65625,10.2226562l1.2617188-1.2612305
+ c0.1845703-0.184082,0.2041016-0.4628906,0.0429688-0.6235352l-0.6074219-0.6083984l2.4941406-2.4946289
+ c0.1845703-0.1845703,0.2041016-0.4633789,0.0439453-0.6235352l-0.1044922-0.1040039
+ c-0.1601562-0.1606445-0.4394531-0.140625-0.6240234,0.043457l-2.4941406,2.4951172L8.9545898,5.3310547l2.4946289-2.4946289
+ c0.1835938-0.1845703,0.203125-0.4638672,0.0429688-0.6245117l-0.1035156-0.1040039
+ c-0.1601562-0.1601562-0.4394531-0.1401367-0.6240234,0.0444336L8.2709961,4.6464844l-0.609375-0.6083984
+ c-0.159668-0.1606445-0.4384766-0.1401367-0.6225586,0.0444336L5.7773438,5.3432617L5.6083984,5.1738281
+ C5.4404297,5.0058594,5.1933594,4.9819336,5.0546875,5.1201172C4.9160156,5.2578125,4.9404297,5.5053711,5.1083984,5.6738281
+ l0.1699219,0.1694336L5.0634766,6.0576172C4.8789062,6.2421875,4.9179688,6.4882812,5.0185547,6.6811523
+ C5.1611328,6.9443359,5.3115234,7.2006836,5.4716797,7.4472656z M6.3642578,11.8964844
+ c0.0917969-0.09375,0.1030273-0.234375,0.0229492-0.3144531l-1.9692383-1.96875
+ C4.3369141,9.5322266,4.1962891,9.5439453,4.1044922,9.6367188C4.0136719,9.7265625,4.0029297,9.8671875,4.0830078,9.9472656
+ l1.9702148,1.96875C6.1328125,11.9980469,6.2734375,11.9863281,6.3642578,11.8964844z M5.6552734,12.0390625
+ c0.0917969-0.0917969,0.1171875-0.2128906,0.0576172-0.2734375l-1.4775391-1.4785156
+ c-0.0605469-0.0605469-0.1835938-0.0351562-0.2763672,0.0585938c-0.0917969,0.0898438-0.1181641,0.2148438-0.0576172,0.2753906
+ l1.4775391,1.4765625C5.4394531,12.1582031,5.5625,12.1328125,5.6552734,12.0390625z M4.9462891,12.1835938
+ c0.0908203-0.09375,0.1337891-0.1972656,0.09375-0.2382812l-0.9853516-0.984375
+ c-0.0400391-0.0410156-0.1464844,0-0.2382812,0.09375c-0.0927734,0.0917969-0.1347656,0.1972656-0.09375,0.2382812
+ l0.1503906,0.1503906L1,14.3164062L1.6826172,15l2.8730469-2.8730469l0.1513672,0.1503906
+ C4.7460938,12.3183594,4.8535156,12.2753906,4.9462891,12.1835938z"/>
+ <path class="Upper1" d="M5.4716797,6.4477539L4.5126953,7.8691406
+ C4.3759766,8.1005859,4.3222656,8.347168,4.4833984,8.5073242L6.5083008,10.53125
+ c0.159668,0.1611328,0.3955078,0.0957031,0.6230469-0.0419922l1.4228516-0.9628906
+ C8.800293,9.6855469,9.0546875,9.8369141,9.3173828,9.9814453c0.1992188,0.1025391,0.4404297,0.1396484,0.625-0.0439453
+ L10.15625,9.7236328l0.1699219,0.1679688c0.1679688,0.1689453,0.4160156,0.1933594,0.5537109,0.0546875
+ c0.1376953-0.1376953,0.1142578-0.3857422-0.0546875-0.5537109L10.65625,9.2226562l1.2617188-1.2607422
+ c0.1845703-0.184082,0.2041016-0.4628906,0.0429688-0.6235352l-0.6074219-0.6083984l2.4941406-2.4946289
+ c0.1845703-0.1845703,0.2041016-0.4633789,0.0439453-0.6235352l-0.1044922-0.1040039
+ c-0.1601562-0.1606445-0.4394531-0.140625-0.6240234,0.043457l-2.4941406,2.4951172L8.9545898,4.331543l2.4946289-2.4946289
+ c0.1835938-0.1845703,0.203125-0.4638672,0.0429688-0.6245117l-0.1035156-0.1040039
+ c-0.1601562-0.1601562-0.4394531-0.1401367-0.6240234,0.0444336L8.2709961,3.6469727l-0.609375-0.6083984
+ c-0.159668-0.1606445-0.4384766-0.1401367-0.6225586,0.0444336L5.7773438,4.34375L5.6083984,4.1743164
+ C5.4404297,4.0063477,5.1933594,3.9824219,5.0546875,4.1206055C4.9160156,4.2583008,4.9404297,4.5058594,5.1083984,4.6743164
+ L5.2783203,4.84375L5.0634766,5.0581055C4.8789062,5.2426758,4.9179688,5.4887695,5.0185547,5.6816406
+ C5.1611328,5.9448242,5.3115234,6.2011719,5.4716797,6.4477539z M6.3642578,10.8974609
+ c0.0917969-0.09375,0.1030273-0.234375,0.0229492-0.3144531L4.4179688,8.6132812
+ C4.3369141,8.5327148,4.1962891,8.5444336,4.1044922,8.6367188C4.0136719,8.7275391,4.0029297,8.8671875,4.0830078,8.9472656
+ l1.9702148,1.9697266C6.1328125,10.9980469,6.2734375,10.9863281,6.3642578,10.8974609z M5.6552734,11.0400391
+ c0.0917969-0.0917969,0.1171875-0.2138672,0.0576172-0.2744141L4.2353516,9.2871094
+ C4.1748047,9.2265625,4.0517578,9.2529297,3.9589844,9.3457031C3.8671875,9.4365234,3.8408203,9.5605469,3.9013672,9.6210938
+ l1.4775391,1.4765625C5.4394531,11.1582031,5.5625,11.1337891,5.6552734,11.0400391z M4.9462891,11.1845703
+ c0.0908203-0.09375,0.1337891-0.1982422,0.09375-0.2382812L4.0546875,9.9609375
+ c-0.0400391-0.0400391-0.1464844,0.0009766-0.2382812,0.09375c-0.0927734,0.0927734-0.1347656,0.1982422-0.09375,0.2382812
+ l0.1503906,0.1513672L1,13.3173828L1.6826172,14l2.8730469-2.8730469l0.1513672,0.1513672
+ C4.7460938,11.3183594,4.8535156,11.2763672,4.9462891,11.1845703z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Puzzle</title>
+ <desc>Puzzle Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPuzzle">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.5878906,5.1030273
+ c0.0019531,0.9199219-0.7363281,3.8393555,0.3847656,3.8452148c0.4521484,0.0029297,0.7119141-0.7075195,0.9863281-0.8237305
+ c2.2773438-0.9643555,2.8359375,3.527832,0.7138672,3.5717773c-0.609375,0.0117188-1.2021484-1.0263672-1.8652344-0.7695312
+ c-0.8476562,0.3261719-0.0458984,2.7216797-0.0546875,3.515625c-0.7480469,0.1152344-4.2641602,1.1162109-4.4438477-0.1103516
+ c-0.1035156-0.7089844,0.8168945-0.9375,0.2744141-1.703125c-0.480957-0.6777344-2.4526367-0.6728516-2.4135742,0.7148438
+ c0.0170898,0.6044922,0.7539062,1.0302734,0.2197266,1.5380859c-0.9438477,0.2998047-2.1323242-0.0449219-2.9624023-0.21875
+ c-0.0795898-1.3867188-0.7910156-3.4169922-0.1645508-4.6162109c0.8496094-0.1035156,0.7519531,0.5146484,1.2617188,0.6591797
+ c1.7851562,0.5048828,1.8032227-2.8984375-0.0551758-2.6914062c-0.5878906,0.065918-0.3686523,0.5136719-1.1518555,0.5493164
+ C0.7460938,7.8110352,1.1259766,6.1601562,1.0981445,4.9926758c0.9936523-0.0214844,2.8657227,0.4907227,3.4008789-0.2749023
+ C3.9575195,4.1772461,3.3725586,3.4101562,4.0605469,2.5756836C4.762207,1.7241211,7.6274414,1.6123047,7.1323242,3.6743164
+ c-0.0825195,0.34375-0.7832031,0.6743164-0.7128906,1.1542969C6.565918,5.8271484,9.7021484,4.8242188,10.5878906,5.1030273z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.5878906,4.1030273
+ c0.0019531,0.9199219-0.7363281,3.8393555,0.3847656,3.8452148c0.4521484,0.0029297,0.7119141-0.7075195,0.9863281-0.8237305
+ c2.2773438-0.9643555,2.8359375,3.527832,0.7138672,3.5717773c-0.609375,0.0117188-1.2021484-1.0263672-1.8652344-0.7695312
+ c-0.8476562,0.3261719-0.0458984,2.7216797-0.0546875,3.515625c-0.7480469,0.1152344-4.2641602,1.1162109-4.4438477-0.1103516
+ c-0.1035156-0.7089844,0.8168945-0.9375,0.2744141-1.703125c-0.480957-0.6777344-2.4526367-0.6728516-2.4135742,0.7148438
+ c0.0170898,0.6044922,0.7539062,1.0302734,0.2197266,1.5380859c-0.9438477,0.2998047-2.1323242-0.0449219-2.9624023-0.21875
+ c-0.0795898-1.3867188-0.7910156-3.4169922-0.1645508-4.6162109c0.8496094-0.1035156,0.7519531,0.5146484,1.2617188,0.6591797
+ c1.7851562,0.5048828,1.8032227-2.8984375-0.0551758-2.6914062c-0.5878906,0.065918-0.3686523,0.5136719-1.1518555,0.5493164
+ C0.7460938,6.8110352,1.1259766,5.1601562,1.0981445,3.9926758c0.9936523-0.0214844,2.8657227,0.4907227,3.4008789-0.2749023
+ C3.9575195,3.1772461,3.3725586,2.4101562,4.0605469,1.5756836C4.762207,0.7241211,7.6274414,0.6123047,7.1323242,2.6743164
+ c-0.0825195,0.34375-0.7832031,0.6743164-0.7128906,1.1542969C6.565918,4.8271484,9.7021484,3.8242188,10.5878906,4.1030273z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Puzzle</title>
+ <desc>Puzzle Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPuzzle">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.5878906,5.1030273
+ c0.0019531,0.9199219-0.7363281,3.8393555,0.3847656,3.8452148c0.4521484,0.0029297,0.7119141-0.7075195,0.9863281-0.8237305
+ c2.2773438-0.9643555,2.8359375,3.527832,0.7138672,3.5717773c-0.609375,0.0117188-1.2021484-1.0263672-1.8652344-0.7695312
+ c-0.8476562,0.3261719-0.0458984,2.7216797-0.0546875,3.515625c-0.7480469,0.1152344-4.2641602,1.1162109-4.4438477-0.1103516
+ c-0.1035156-0.7089844,0.8168945-0.9375,0.2744141-1.703125c-0.480957-0.6777344-2.4526367-0.6728516-2.4135742,0.7148438
+ c0.0170898,0.6044922,0.7539062,1.0302734,0.2197266,1.5380859c-0.9438477,0.2998047-2.1323242-0.0449219-2.9624023-0.21875
+ c-0.0795898-1.3867188-0.7910156-3.4169922-0.1645508-4.6162109c0.8496094-0.1035156,0.7519531,0.5146484,1.2617188,0.6591797
+ c1.7851562,0.5048828,1.8032227-2.8984375-0.0551758-2.6914062c-0.5878906,0.065918-0.3686523,0.5136719-1.1518555,0.5493164
+ C0.7460938,7.8110352,1.1259766,6.1601562,1.0981445,4.9926758c0.9936523-0.0214844,2.8657227,0.4907227,3.4008789-0.2749023
+ C3.9575195,4.1772461,3.3725586,3.4101562,4.0605469,2.5756836C4.762207,1.7241211,7.6274414,1.6123047,7.1323242,3.6743164
+ c-0.0825195,0.34375-0.7832031,0.6743164-0.7128906,1.1542969C6.565918,5.8271484,9.7021484,4.8242188,10.5878906,5.1030273z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M10.5878906,4.1030273
+ c0.0019531,0.9199219-0.7363281,3.8393555,0.3847656,3.8452148c0.4521484,0.0029297,0.7119141-0.7075195,0.9863281-0.8237305
+ c2.2773438-0.9643555,2.8359375,3.527832,0.7138672,3.5717773c-0.609375,0.0117188-1.2021484-1.0263672-1.8652344-0.7695312
+ c-0.8476562,0.3261719-0.0458984,2.7216797-0.0546875,3.515625c-0.7480469,0.1152344-4.2641602,1.1162109-4.4438477-0.1103516
+ c-0.1035156-0.7089844,0.8168945-0.9375,0.2744141-1.703125c-0.480957-0.6777344-2.4526367-0.6728516-2.4135742,0.7148438
+ c0.0170898,0.6044922,0.7539062,1.0302734,0.2197266,1.5380859c-0.9438477,0.2998047-2.1323242-0.0449219-2.9624023-0.21875
+ c-0.0795898-1.3867188-0.7910156-3.4169922-0.1645508-4.6162109c0.8496094-0.1035156,0.7519531,0.5146484,1.2617188,0.6591797
+ c1.7851562,0.5048828,1.8032227-2.8984375-0.0551758-2.6914062c-0.5878906,0.065918-0.3686523,0.5136719-1.1518555,0.5493164
+ C0.7460938,6.8110352,1.1259766,5.1601562,1.0981445,3.9926758c0.9936523-0.0214844,2.8657227,0.4907227,3.4008789-0.2749023
+ C3.9575195,3.1772461,3.3725586,2.4101562,4.0605469,1.5756836C4.762207,0.7241211,7.6274414,0.6123047,7.1323242,2.6743164
+ c-0.0825195,0.34375-0.7832031,0.6743164-0.7128906,1.1542969C6.565918,4.8271484,9.7021484,3.8242188,10.5878906,4.1030273z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Redo</title>
+ <desc>Redo Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRedo">
+ <path class="Lower1" d="M9,8C3.9707031,8,2,6,2,2H1c0,7,3,9,8,9v3.4833984
+ c0,0.5498047,0.4023438,0.6816406,0.7939453,0.2929688l4.6982422-4.5732422c0.6455078-0.6455078,0.7070312-0.7070312,0-1.4140625
+ L9.7939453,4.2236328C9.4023438,3.8349609,9,3.9667969,9,4.5166016V8z"/>
+ <path class="Upper1" d="M9,7C3.9707031,7,2,5,2,1H1c0,6.9995117,3,8.9990234,8,8.9990234v3.484375
+ c0,0.5498047,0.4023438,0.6816406,0.7939453,0.2929688l4.6982422-4.5742188c0.6455078-0.6445312,0.7070312-0.706543,0-1.4135742
+ l-4.6982422-4.565918C9.4023438,2.8339844,9,2.9667969,9,3.515625V7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Redo</title>
+ <desc>Redo Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRedo">
+ <path class="Lower1" d="M9,8C3.9707031,8,2,6,2,2H1c0,7,3,9,8,9v3.4833984
+ c0,0.5498047,0.4023438,0.6816406,0.7939453,0.2929688l4.6982422-4.5732422c0.6455078-0.6455078,0.7070312-0.7070312,0-1.4140625
+ L9.7939453,4.2236328C9.4023438,3.8349609,9,3.9667969,9,4.5166016V8z"/>
+ <path class="Upper1" d="M9,7C3.9707031,7,2,5,2,1H1c0,6.9995117,3,8.9990234,8,8.9990234v3.484375
+ c0,0.5498047,0.4023438,0.6816406,0.7939453,0.2929688l4.6982422-4.5742188c0.6455078-0.6445312,0.7070312-0.706543,0-1.4135742
+ l-4.6982422-4.565918C9.4023438,2.8339844,9,2.9667969,9,3.515625V7z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Refresh</title>
+ <desc>Refresh Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRefresh">
+ <g class="Lower1">
+ <g id="Arrow12">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="3,15 3,11 7,11 5,9 1,9 1,13"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.4316406,11.6816406
+ C10.6171875,12.4960938,9.4921875,13,8.25,13c-1.9570312,0-3.6044922-1.2558594-4.2246094-3H1.9306641
+ C2.609375,12.8652344,5.1777344,15,8.25,15c1.7949219,0,3.4199219-0.7275391,4.5957031-1.9042969L11.4316406,11.6816406z"/>
+ </g>
+ <g id="Arrow22">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="12,2 12,6 8,6 10,8 14,8 14,4"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.5678711,5.3183594
+ C4.3823242,4.5039062,5.5073242,4,6.75,4c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C12.390625,4.1347656,9.8222656,2,6.75,2C4.9550781,2,3.3300781,2.7275391,2.1538086,3.9038086L3.5678711,5.3183594z"/>
+ </g>
+ </g>
+ <g class="Upper1">
+ <g id="Arrow11">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="3,14 3,10 7,10 5,8 1,8 1,12"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.4316406,10.6816406
+ C10.6171875,11.4960938,9.4921875,12,8.25,12c-1.9570312,0-3.6044922-1.2558594-4.2246094-3H1.9306641
+ C2.609375,11.8652344,5.1777344,14,8.25,14c1.7949219,0,3.4199219-0.7275391,4.5957031-1.9042969L11.4316406,10.6816406z"/>
+ </g>
+ <g id="Arrow21">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="12,1 12,5 8,5 10,7 14,7 14,3"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.5678711,4.3183594
+ C4.3823242,3.5039062,5.5073242,3,6.75,3c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C12.390625,3.1347656,9.8222656,1,6.75,1C4.9550781,1,3.3300781,1.7275391,2.1538086,2.9038086L3.5678711,4.3183594z"/>
+ </g>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Refresh</title>
+ <desc>Refresh Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRefresh">
+ <g class="Lower1">
+ <g id="Arrow12">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="3,15 3,11 7,11 5,9 1,9 1,13"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.4316406,11.6816406
+ C10.6171875,12.4960938,9.4921875,13,8.25,13c-1.9570312,0-3.6044922-1.2558594-4.2246094-3H1.9306641
+ C2.609375,12.8652344,5.1777344,15,8.25,15c1.7949219,0,3.4199219-0.7275391,4.5957031-1.9042969L11.4316406,11.6816406z"/>
+ </g>
+ <g id="Arrow22">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="12,2 12,6 8,6 10,8 14,8 14,4"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.5678711,5.3183594
+ C4.3823242,4.5039062,5.5073242,4,6.75,4c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C12.390625,4.1347656,9.8222656,2,6.75,2C4.9550781,2,3.3300781,2.7275391,2.1538086,3.9038086L3.5678711,5.3183594z"/>
+ </g>
+ </g>
+ <g class="Upper1">
+ <g id="Arrow11">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="3,14 3,10 7,10 5,8 1,8 1,12"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M11.4316406,10.6816406
+ C10.6171875,11.4960938,9.4921875,12,8.25,12c-1.9570312,0-3.6044922-1.2558594-4.2246094-3H1.9306641
+ C2.609375,11.8652344,5.1777344,14,8.25,14c1.7949219,0,3.4199219-0.7275391,4.5957031-1.9042969L11.4316406,10.6816406z"/>
+ </g>
+ <g id="Arrow21">
+ <polygon style="fill-rule: evenodd; clip-rule: evenodd;" points="12,1 12,5 8,5 10,7 14,7 14,3"/>
+ <path style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.5678711,4.3183594
+ C4.3823242,3.5039062,5.5073242,3,6.75,3c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C12.390625,3.1347656,9.8222656,1,6.75,1C4.9550781,1,3.3300781,1.7275391,2.1538086,2.9038086L3.5678711,4.3183594z"/>
+ </g>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Remove</title>
+ <desc>Remove Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRemove">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M11.5,9.5h-8
+ c-0.5507812,0-1-0.4492188-1-1c0-0.5493164,0.4492188-1.0004883,1-1.0004883h8c0.5507812,0,1,0.4511719,1,1.0004883
+ C12.5,9.0507812,12.0507812,9.5,11.5,9.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M11.5009766,8.5H3.5
+ c-0.5507812,0-1-0.4492188-1-1c0-0.5498047,0.4492188-1.0004883,1-1.0004883h8.0009766
+ C12.0507812,6.4995117,12.5,6.9501953,12.5,7.5C12.5,8.0507812,12.0507812,8.5,11.5009766,8.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Remove</title>
+ <desc>Remove Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRemove">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.9101562,1,8.5
+ C1,12.0908203,3.909668,15,7.5,15c3.5898438,0,6.5-2.9091797,6.5-6.5C14,4.9101562,11.0898438,2,7.5,2z M11.5,9.5h-8
+ c-0.5507812,0-1-0.4492188-1-1c0-0.5493164,0.4492188-1.0004883,1-1.0004883h8c0.5507812,0,1,0.4511719,1,1.0004883
+ C12.5,9.0507812,12.0507812,9.5,11.5,9.5z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.9101562,1,7.5
+ C1,11.0908203,3.909668,14,7.5,14c3.5898438,0,6.5-2.9091797,6.5-6.5C14,3.9101562,11.0898438,1,7.5,1z M11.5009766,8.5H3.5
+ c-0.5507812,0-1-0.4492188-1-1c0-0.5498047,0.4492188-1.0004883,1-1.0004883h8.0009766
+ C12.0507812,6.4995117,12.5,6.9501953,12.5,7.5C12.5,8.0507812,12.0507812,8.5,11.5009766,8.5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>RSS Feed</title>
+ <desc>RSS Feed Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRSS">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5,12.9833984c0,1.1054688-0.8955078,2-2,2
+ s-2-0.8945312-2-2s0.8955078-2,2-2S5,11.8779297,5,12.9833984z M8,13.0166016c0,0.6982422-0.1459961,1.3623047-0.4057617,1.9667969
+ h2.1206055C9.8974609,14.359375,10,13.7001953,10,13.0166016c0-3.8662109-3.1347656-7-7-7
+ c-0.6953125,0-1.3657227,0.1049805-2,0.293457v2.1303711c0.6137695-0.2695312,1.2880859-0.4238281,2-0.4238281
+ C5.7568359,8.0166016,8,10.2597656,8,13.0166016z M12,13.0166016c0,0.6757812-0.0810547,1.3330078-0.2236328,1.9667969h2.0380859
+ C13.9306641,14.3447266,14,13.6894531,14,13.0166016c0-6.0761719-4.9257812-11-11-11c-0.684082,0-1.3505859,0.0708008-2,0.1904297
+ v2.0415039c0.6445312-0.1469727,1.3120117-0.2319336,2-0.2319336C7.9624023,4.0166016,12,8.0541992,12,13.0166016z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5,12c0,1.1054688-0.8955078,2-2,2
+ s-2-0.8945312-2-2s0.8955078-2,2-2S5,10.8945312,5,12z M8,12.0332031C8,12.7314453,7.8540039,13.3955078,7.5942383,14h2.1206055
+ C9.8974609,13.3759766,10,12.7167969,10,12.0332031c0-3.8666992-3.1347656-7-7-7c-0.6953125,0-1.3657227,0.1049805-2,0.293457
+ v2.1303711C1.6137695,7.1875,2.2880859,7.0332031,3,7.0332031C5.7568359,7.0332031,8,9.2763672,8,12.0332031z M12,12.0332031
+ C12,12.7089844,11.9189453,13.3662109,11.7763672,14h2.0380859C13.9306641,13.3613281,14,12.7060547,14,12.0332031
+ c0-6.0761719-4.9257812-11-11-11c-0.684082,0-1.3505859,0.0708008-2,0.1904297v2.0415039
+ c0.6445312-0.1469727,1.3120117-0.2319336,2-0.2319336C7.9624023,3.0332031,12,7.0708008,12,12.0332031z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>RSS Feed</title>
+ <desc>RSS Feed Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconRSS">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5,12.9833984c0,1.1054688-0.8955078,2-2,2
+ s-2-0.8945312-2-2s0.8955078-2,2-2S5,11.8779297,5,12.9833984z M8,13.0166016c0,0.6982422-0.1459961,1.3623047-0.4057617,1.9667969
+ h2.1206055C9.8974609,14.359375,10,13.7001953,10,13.0166016c0-3.8662109-3.1347656-7-7-7
+ c-0.6953125,0-1.3657227,0.1049805-2,0.293457v2.1303711c0.6137695-0.2695312,1.2880859-0.4238281,2-0.4238281
+ C5.7568359,8.0166016,8,10.2597656,8,13.0166016z M12,13.0166016c0,0.6757812-0.0810547,1.3330078-0.2236328,1.9667969h2.0380859
+ C13.9306641,14.3447266,14,13.6894531,14,13.0166016c0-6.0761719-4.9257812-11-11-11c-0.684082,0-1.3505859,0.0708008-2,0.1904297
+ v2.0415039c0.6445312-0.1469727,1.3120117-0.2319336,2-0.2319336C7.9624023,4.0166016,12,8.0541992,12,13.0166016z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M5,12c0,1.1054688-0.8955078,2-2,2
+ s-2-0.8945312-2-2s0.8955078-2,2-2S5,10.8945312,5,12z M8,12.0332031C8,12.7314453,7.8540039,13.3955078,7.5942383,14h2.1206055
+ C9.8974609,13.3759766,10,12.7167969,10,12.0332031c0-3.8666992-3.1347656-7-7-7c-0.6953125,0-1.3657227,0.1049805-2,0.293457
+ v2.1303711C1.6137695,7.1875,2.2880859,7.0332031,3,7.0332031C5.7568359,7.0332031,8,9.2763672,8,12.0332031z M12,12.0332031
+ C12,12.7089844,11.9189453,13.3662109,11.7763672,14h2.0380859C13.9306641,13.3613281,14,12.7060547,14,12.0332031
+ c0-6.0761719-4.9257812-11-11-11c-0.684082,0-1.3505859,0.0708008-2,0.1904297v2.0415039
+ c0.6445312-0.1469727,1.3120117-0.2319336,2-0.2319336C7.9624023,3.0332031,12,7.0708008,12,12.0332031z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Search</title>
+ <desc>Search Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSearch">
+ <path class="Lower1" d="M2.5375977,6.4790039c0,1.6157227,1.3134766,2.925293,2.934082,2.925293
+ c1.6196289,0,2.9331055-1.3095703,2.9331055-2.925293c0-1.6152344-1.3134766-2.9248047-2.9331055-2.9248047
+ C3.8510742,3.5541992,2.5375977,4.8637695,2.5375977,6.4790039z M1,6.4589844C1,3.996582,3.0024414,2.0004883,5.4716797,2.0004883
+ S9.9433594,3.996582,9.9433594,6.4589844c0,0.8935547-0.2636719,1.7255859-0.7167969,2.4228516
+ c0.0263672,0.0224609,0.0527344,0.046875,0.0791016,0.0737305l4.4228516,4.5151367
+ c0.8339844,0.8496094-0.4453125,2.0957031-1.2792969,1.2441406l-4.4228516-4.5136719
+ c-0.0161133-0.015625-0.0322266-0.0332031-0.0473633-0.0507812c-0.7148438,0.484375-1.578125,0.7675781-2.5073242,0.7675781
+ C3.0024414,10.9179688,1,8.921875,1,6.4589844z"/>
+ <path class="Upper1" d="M2.5375977,5.4785156c0,1.6157227,1.3134766,2.9257812,2.934082,2.9257812
+ c1.6196289,0,2.9331055-1.3100586,2.9331055-2.9257812c0-1.6152344-1.3134766-2.9248047-2.9331055-2.9248047
+ C3.8510742,2.5537109,2.5375977,3.8632812,2.5375977,5.4785156z M1,5.4584961C1,2.9960938,3.0024414,1,5.4716797,1
+ s4.4716797,1.9960938,4.4716797,4.4584961c0,0.8935547-0.2636719,1.7255859-0.7167969,2.4233398
+ c0.0263672,0.0224609,0.0527344,0.046875,0.0791016,0.0737305l4.4228516,4.5141602
+ c0.8339844,0.8505859-0.4453125,2.0966797-1.2792969,1.2460938L8.0263672,9.2011719
+ C8.0102539,9.1845703,7.9941406,9.1679688,7.9790039,9.1503906c-0.7148438,0.484375-1.578125,0.7675781-2.5073242,0.7675781
+ C3.0024414,9.9179688,1,7.921875,1,5.4584961z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Search</title>
+ <desc>Search Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSearch">
+ <path class="Lower1" d="M2.5375977,6.4790039c0,1.6157227,1.3134766,2.925293,2.934082,2.925293
+ c1.6196289,0,2.9331055-1.3095703,2.9331055-2.925293c0-1.6152344-1.3134766-2.9248047-2.9331055-2.9248047
+ C3.8510742,3.5541992,2.5375977,4.8637695,2.5375977,6.4790039z M1,6.4589844C1,3.996582,3.0024414,2.0004883,5.4716797,2.0004883
+ S9.9433594,3.996582,9.9433594,6.4589844c0,0.8935547-0.2636719,1.7255859-0.7167969,2.4228516
+ c0.0263672,0.0224609,0.0527344,0.046875,0.0791016,0.0737305l4.4228516,4.5151367
+ c0.8339844,0.8496094-0.4453125,2.0957031-1.2792969,1.2441406l-4.4228516-4.5136719
+ c-0.0161133-0.015625-0.0322266-0.0332031-0.0473633-0.0507812c-0.7148438,0.484375-1.578125,0.7675781-2.5073242,0.7675781
+ C3.0024414,10.9179688,1,8.921875,1,6.4589844z"/>
+ <path class="Upper1" d="M2.5375977,5.4785156c0,1.6157227,1.3134766,2.9257812,2.934082,2.9257812
+ c1.6196289,0,2.9331055-1.3100586,2.9331055-2.9257812c0-1.6152344-1.3134766-2.9248047-2.9331055-2.9248047
+ C3.8510742,2.5537109,2.5375977,3.8632812,2.5375977,5.4785156z M1,5.4584961C1,2.9960938,3.0024414,1,5.4716797,1
+ s4.4716797,1.9960938,4.4716797,4.4584961c0,0.8935547-0.2636719,1.7255859-0.7167969,2.4233398
+ c0.0263672,0.0224609,0.0527344,0.046875,0.0791016,0.0737305l4.4228516,4.5141602
+ c0.8339844,0.8505859-0.4453125,2.0966797-1.2792969,1.2460938L8.0263672,9.2011719
+ C8.0102539,9.1845703,7.9941406,9.1679688,7.9790039,9.1503906c-0.7148438,0.484375-1.578125,0.7675781-2.5073242,0.7675781
+ C3.0024414,9.9179688,1,7.921875,1,5.4584961z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Search</title>
+ <desc>Search Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper2 {fill: #fff;}
+ .Lower2 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSearch">
+ <path class="Lower2" d="M2.5375977,5.4785156c0,1.6157227,1.3134766,2.9257812,2.934082,2.9257812
+ c1.6196289,0,2.9331055-1.3100586,2.9331055-2.9257812c0-1.6152344-1.3134766-2.9248047-2.9331055-2.9248047
+ C3.8510742,2.5537109,2.5375977,3.8632812,2.5375977,5.4785156z M1,5.4584961C1,2.9960938,3.0024414,1,5.4716797,1
+ s4.4716797,1.9960938,4.4716797,4.4584961c0,0.8935547-0.2636719,1.7255859-0.7167969,2.4233398
+ c0.0263672,0.0224609,0.0527344,0.046875,0.0791016,0.0737305l4.4228516,4.5141602
+ c0.8339844,0.8505859-0.4453125,2.0966797-1.2792969,1.2460938L8.0263672,9.2011719
+ C8.0102539,9.1845703,7.9941406,9.1679688,7.9790039,9.1503906c-0.7148438,0.484375-1.578125,0.7675781-2.5073242,0.7675781
+ C3.0024414,9.9179688,1,7.921875,1,5.4584961z"/>
+ <path class="Upper2" d="M2.5375977,6.4790039c0,1.6157227,1.3134766,2.925293,2.934082,2.925293
+ c1.6196289,0,2.9331055-1.3095703,2.9331055-2.925293c0-1.6152344-1.3134766-2.9248047-2.9331055-2.9248047
+ C3.8510742,3.5541992,2.5375977,4.8637695,2.5375977,6.4790039z M1,6.4589844C1,3.996582,3.0024414,2.0004883,5.4716797,2.0004883
+ S9.9433594,3.996582,9.9433594,6.4589844c0,0.8935547-0.2636719,1.7255859-0.7167969,2.4228516
+ c0.0263672,0.0224609,0.0527344,0.046875,0.0791016,0.0737305l4.4228516,4.5151367
+ c0.8339844,0.8496094-0.4453125,2.0957031-1.2792969,1.2441406l-4.4228516-4.5136719
+ c-0.0161133-0.015625-0.0322266-0.0332031-0.0473633-0.0507812c-0.7148438,0.484375-1.578125,0.7675781-2.5073242,0.7675781
+ C3.0024414,10.9179688,1,8.921875,1,6.4589844z"/>
+
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Server</title>
+ <desc>Server Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconServer">
+ <g class="Lower1">
+ <path id="Rack2" d="M1,15h13v-3H1V15z M2.5,13C2.7763672,13,3,13.2236328,3,13.5S2.7763672,14,2.5,14
+ S2,13.7763672,2,13.5S2.2236328,13,2.5,13z M1,8v3h13V8H1z M2.5,10C2.2236328,10,2,9.7763672,2,9.5S2.2236328,9,2.5,9
+ S3,9.2236328,3,9.5S2.7763672,10,2.5,10z M1,4v3h13V4H1z M2.5,6C2.2236328,6,2,5.7763672,2,5.5S2.2236328,5,2.5,5
+ S3,5.2236328,3,5.5S2.7763672,6,2.5,6z"/>
+ <polygon id="Upside2" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.5,2 2.5,2 1,3.75 14,3.75"/>
+ </g>
+ <g class="Upper1">
+ <path id="Rack1" d="M1,14h13v-3H1V14z M2.5,12C2.7763672,12,3,12.2236328,3,12.5S2.7763672,13,2.5,13
+ S2,12.7763672,2,12.5S2.2236328,12,2.5,12z M1,7v3h13V7H1z M2.5,9C2.2236328,9,2,8.7763672,2,8.5S2.2236328,8,2.5,8
+ S3,8.2236328,3,8.5S2.7763672,9,2.5,9z M1,3v3h13V3H1z M2.5,5C2.2236328,5,2,4.7763672,2,4.5S2.2236328,4,2.5,4S3,4.2236328,3,4.5
+ S2.7763672,5,2.5,5z"/>
+ <polygon id="Upside1" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.5,1 2.5,1 1,2.75 14,2.75"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Server</title>
+ <desc>Server Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconServer">
+ <g class="Lower1">
+ <path id="Rack2" d="M1,15h13v-3H1V15z M2.5,13C2.7763672,13,3,13.2236328,3,13.5S2.7763672,14,2.5,14
+ S2,13.7763672,2,13.5S2.2236328,13,2.5,13z M1,8v3h13V8H1z M2.5,10C2.2236328,10,2,9.7763672,2,9.5S2.2236328,9,2.5,9
+ S3,9.2236328,3,9.5S2.7763672,10,2.5,10z M1,4v3h13V4H1z M2.5,6C2.2236328,6,2,5.7763672,2,5.5S2.2236328,5,2.5,5
+ S3,5.2236328,3,5.5S2.7763672,6,2.5,6z"/>
+ <polygon id="Upside2" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.5,2 2.5,2 1,3.75 14,3.75"/>
+ </g>
+ <g class="Upper1">
+ <path id="Rack1" d="M1,14h13v-3H1V14z M2.5,12C2.7763672,12,3,12.2236328,3,12.5S2.7763672,13,2.5,13
+ S2,12.7763672,2,12.5S2.2236328,12,2.5,12z M1,7v3h13V7H1z M2.5,9C2.2236328,9,2,8.7763672,2,8.5S2.2236328,8,2.5,8
+ S3,8.2236328,3,8.5S2.7763672,9,2.5,9z M1,3v3h13V3H1z M2.5,5C2.2236328,5,2,4.7763672,2,4.5S2.2236328,4,2.5,4S3,4.2236328,3,4.5
+ S2.7763672,5,2.5,5z"/>
+ <polygon id="Upside1" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.5,1 2.5,1 1,2.75 14,2.75"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Write</title>
+ <desc>Write Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWrite">
+ <g class="Lower1">
+ <path id="Writing2" d="M14.4326172,14.4375c-1.5429688,0.0800781-3.1455078,0.140625-4.6689453-0.1474609
+ c-0.6259766-0.1171875-0.855957-0.4130859-0.3310547-0.8525391c0.4716797-0.3945312,1.8691406-1.6542969,0.3134766-0.7900391
+ c-1.2246094,0.6806641-2.2832031,1.3291016-3.7119141,1.5351562c-0.4550781,0.0664062-5.2954102-0.0878906-4.3623047-0.9257812
+ c-0.2685547,0.15625-0.5371094,0.3125-0.8056641,0.46875c1.7470703-0.9560547,3.7832031-0.6425781,5.5136719-1.7773438
+ C9.8984375,9.6425781,2.5888672,9.4492188,1.4331055,9.4375c-0.2905273-0.0029297-0.5834961,0.5029297-0.8662109,0.5
+ c1.3701172,0.0146484,5.171875-0.3457031,5.9912109,1.2060547c0.7099609,1.3447266-3.9101562,1.5791016-4.7241211,2.0234375
+ c-0.3916016,0.2148438-0.828125,0.4111328-1.1616211,0.7099609c-0.5693359,0.5107422,2.9086914,0.8828125,3.0961914,0.8857422
+ c1.2358398,0.0244141,2.6030273-0.1386719,3.6928711-0.7587891c0.3930664-0.2236328,2.6020508-1.5644531,2.1049805-0.8720703
+ c-0.2548828,0.3554688-1.5805664,0.8388672-1.2763672,1.3974609c0.2094727,0.3847656,1.2988281,0.3691406,1.6445312,0.4013672
+ C11.1347656,15.0419922,12.3642578,15,13.5673828,14.9375C13.8671875,14.921875,14.1396484,14.453125,14.4326172,14.4375
+ L14.4326172,14.4375z"/>
+ <path id="Pen2" d="M4.5830078,1.9584961L3.2285156,3.2138672
+ c0.0146484,0.0708008,0.0102539,0.1337891-0.0307617,0.171875c-0.0820312,0.0751953-0.0405273,0.262207,0.0961914,0.4067383
+ l2.940918,3.2197266C6.3745117,7.1577148,6.590332,7.3999023,6.7250977,7.5473633l2.9477539,3.2182617
+ c0.0712891,0.0751953,0.1923828,0.0908203,0.3291016,0.0527344l0.0146484,0.0117188l1.5537109-1.4433594l-0.0136719-0.0146484
+ c0.046875-0.1347656,0.046875-0.2578125-0.0253906-0.3369141L8.590332,5.8188477
+ C8.4550781,5.671875,8.2290039,5.4311523,8.0981445,5.2817383l-2.3144531-2.527832
+ c0.0366211-0.027832,0.0776367-0.0634766,0.1220703-0.1083984c0.0512695-0.046875,0.09375-0.0898438,0.128418-0.125
+ l3.8710938,4.121582c0.0830078,0.0888672,0.2177734,0.0961914,0.3027344,0.0151367
+ c0.0839844-0.0786133,0.0927734-0.2167969,0.0126953-0.3037109L6.0317383,1.8886719
+ c-0.081543-0.0878906-0.2163086-0.0957031-0.3051758-0.015625C5.644043,1.9516602,5.6386719,2.0893555,5.7241211,2.1782227
+ l0.0400391,0.0546875C5.7338867,2.262207,5.6884766,2.3027344,5.6347656,2.3491211
+ C5.5883789,2.3935547,5.550293,2.4326172,5.5180664,2.4663086L5.1503906,2.065918
+ C5.0151367,1.9179688,4.8364258,1.859375,4.7548828,1.9370117C4.7192383,1.9746094,4.6547852,1.9770508,4.5830078,1.9584961z
+ M4.3178711,1.7636719L4.3588867,1.809082C4.3833008,1.8344727,4.4111328,1.8549805,4.440918,1.875L3.1606445,3.0634766
+ c-0.015625-0.0307617-0.0366211-0.059082-0.0620117-0.0854492L3.059082,2.9331055
+ C2.9267578,2.7851562,3.0219727,2.4702148,3.2797852,2.2314453l0.3334961-0.3046875
+ C3.8647461,1.6889648,4.1816406,1.6162109,4.3178711,1.7636719z M14.9287109,14.3154297
+ c0.0917969,0.0957031,0.0947266,0.2392578,0.0078125,0.3193359c-0.0869141,0.0810547-0.2285156,0.0683594-0.3154297-0.0371094
+ l-0.0595703,0.0605469l-0.8017578-0.7421875l0.5546875-0.5224609l0.671875,0.8681641L14.9287109,14.3154297z
+ M14.2324219,13.2851562l-0.5742188,0.5351562l-0.1376953,0.1289062l-3.3671875-2.9960938l1.5273438-1.4179688
+ l2.6894531,3.6220703L14.2324219,13.2851562z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Writing1" d="M14.4326172,13.75c-1.5429688,0.0800781-3.1455078,0.140625-4.6689453-0.1474609
+ C9.1376953,13.4853516,8.9077148,13.1894531,9.4326172,12.75c0.4716797-0.3945312,1.8691406-1.6542969,0.3134766-0.7900391
+ c-1.2246094,0.6806641-2.2832031,1.3291016-3.7119141,1.5351562c-0.4550781,0.0664062-5.2954102-0.0878906-4.3623047-0.9257812
+ c-0.2685547,0.15625-0.5371094,0.3125-0.8056641,0.46875c1.7470703-0.9560547,3.7832031-0.6425781,5.5136719-1.7773438
+ C9.8984375,8.9545898,2.5888672,8.762207,1.4331055,8.75c-0.2905273-0.0029297-0.5834961,0.5029297-0.8662109,0.5
+ c1.3701172,0.0146484,5.171875-0.3457031,5.9912109,1.2060547c0.7099609,1.3447266-3.9101562,1.5791016-4.7241211,2.0234375
+ c-0.3916016,0.2148438-0.828125,0.4111328-1.1616211,0.7099609c-0.5693359,0.5107422,2.9086914,0.8828125,3.0961914,0.8857422
+ c1.2358398,0.0244141,2.6030273-0.1386719,3.6928711-0.7587891c0.3930664-0.2236328,2.6020508-1.5644531,2.1049805-0.8720703
+ c-0.2548828,0.3554688-1.5805664,0.8388672-1.2763672,1.3974609c0.2094727,0.3847656,1.2988281,0.3691406,1.6445312,0.4013672
+ C11.1347656,14.3544922,12.3642578,14.3125,13.5673828,14.25C13.8671875,14.234375,14.1396484,13.765625,14.4326172,13.75
+ L14.4326172,13.75z"/>
+ <path id="Pen1" d="M4.5830078,1.2709961L3.2285156,2.5263672
+ c0.0146484,0.0708008,0.0102539,0.1337891-0.0307617,0.171875c-0.0820312,0.0751953-0.0405273,0.262207,0.0961914,0.4067383
+ l2.940918,3.2197266C6.3745117,6.4702148,6.590332,6.7124023,6.7250977,6.8598633l2.9477539,3.2182617
+ c0.0712891,0.0751953,0.1923828,0.0908203,0.3291016,0.0527344l0.0146484,0.0117188l1.5537109-1.4428711l-0.0136719-0.0151367
+ c0.046875-0.1347656,0.046875-0.2578125-0.0253906-0.3369141L8.590332,5.1313477
+ C8.4550781,4.984375,8.2290039,4.7436523,8.0981445,4.5942383l-2.3144531-2.527832
+ c0.0366211-0.027832,0.0776367-0.0634766,0.1220703-0.1083984c0.0512695-0.046875,0.09375-0.0898438,0.128418-0.125
+ l3.8710938,4.121582c0.0830078,0.0888672,0.2177734,0.0961914,0.3027344,0.0151367
+ c0.0839844-0.0786133,0.0927734-0.2167969,0.0126953-0.3037109L6.0317383,1.2011719
+ c-0.081543-0.0878906-0.2163086-0.0957031-0.3051758-0.015625C5.644043,1.2641602,5.6386719,1.4018555,5.7241211,1.4907227
+ l0.0400391,0.0546875C5.7338867,1.574707,5.6884766,1.6152344,5.6347656,1.6616211
+ C5.5883789,1.7060547,5.550293,1.7451172,5.5180664,1.7788086L5.1503906,1.378418
+ C5.0151367,1.2304688,4.8364258,1.171875,4.7548828,1.2495117C4.7192383,1.2871094,4.6547852,1.2895508,4.5830078,1.2709961z
+ M4.3178711,1.0761719L4.3588867,1.121582C4.3833008,1.1469727,4.4111328,1.1674805,4.440918,1.1875L3.1606445,2.3759766
+ c-0.015625-0.0307617-0.0366211-0.059082-0.0620117-0.0854492L3.059082,2.2456055
+ C2.9267578,2.0976562,3.0219727,1.7827148,3.2797852,1.5439453l0.3334961-0.3046875
+ C3.8647461,1.0014648,4.1816406,0.9287109,4.3178711,1.0761719z M14.9287109,13.6279297
+ c0.0917969,0.0957031,0.0947266,0.2392578,0.0078125,0.3193359c-0.0869141,0.0810547-0.2285156,0.0683594-0.3154297-0.0371094
+ l-0.0595703,0.0605469l-0.8017578-0.7421875l0.5546875-0.5224609l0.671875,0.8681641L14.9287109,13.6279297z
+ M14.2324219,12.5976562l-0.5742188,0.5351562l-0.1376953,0.1289062l-3.3671875-2.9960938l1.5273438-1.418457l2.6894531,3.6225586
+ L14.2324219,12.5976562z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Write</title>
+ <desc>Write Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWrite">
+ <g class="Lower1">
+ <path id="Writing2" d="M14.4326172,14.4375c-1.5429688,0.0800781-3.1455078,0.140625-4.6689453-0.1474609
+ c-0.6259766-0.1171875-0.855957-0.4130859-0.3310547-0.8525391c0.4716797-0.3945312,1.8691406-1.6542969,0.3134766-0.7900391
+ c-1.2246094,0.6806641-2.2832031,1.3291016-3.7119141,1.5351562c-0.4550781,0.0664062-5.2954102-0.0878906-4.3623047-0.9257812
+ c-0.2685547,0.15625-0.5371094,0.3125-0.8056641,0.46875c1.7470703-0.9560547,3.7832031-0.6425781,5.5136719-1.7773438
+ C9.8984375,9.6425781,2.5888672,9.4492188,1.4331055,9.4375c-0.2905273-0.0029297-0.5834961,0.5029297-0.8662109,0.5
+ c1.3701172,0.0146484,5.171875-0.3457031,5.9912109,1.2060547c0.7099609,1.3447266-3.9101562,1.5791016-4.7241211,2.0234375
+ c-0.3916016,0.2148438-0.828125,0.4111328-1.1616211,0.7099609c-0.5693359,0.5107422,2.9086914,0.8828125,3.0961914,0.8857422
+ c1.2358398,0.0244141,2.6030273-0.1386719,3.6928711-0.7587891c0.3930664-0.2236328,2.6020508-1.5644531,2.1049805-0.8720703
+ c-0.2548828,0.3554688-1.5805664,0.8388672-1.2763672,1.3974609c0.2094727,0.3847656,1.2988281,0.3691406,1.6445312,0.4013672
+ C11.1347656,15.0419922,12.3642578,15,13.5673828,14.9375C13.8671875,14.921875,14.1396484,14.453125,14.4326172,14.4375
+ L14.4326172,14.4375z"/>
+ <path id="Pen2" d="M4.5830078,1.9584961L3.2285156,3.2138672
+ c0.0146484,0.0708008,0.0102539,0.1337891-0.0307617,0.171875c-0.0820312,0.0751953-0.0405273,0.262207,0.0961914,0.4067383
+ l2.940918,3.2197266C6.3745117,7.1577148,6.590332,7.3999023,6.7250977,7.5473633l2.9477539,3.2182617
+ c0.0712891,0.0751953,0.1923828,0.0908203,0.3291016,0.0527344l0.0146484,0.0117188l1.5537109-1.4433594l-0.0136719-0.0146484
+ c0.046875-0.1347656,0.046875-0.2578125-0.0253906-0.3369141L8.590332,5.8188477
+ C8.4550781,5.671875,8.2290039,5.4311523,8.0981445,5.2817383l-2.3144531-2.527832
+ c0.0366211-0.027832,0.0776367-0.0634766,0.1220703-0.1083984c0.0512695-0.046875,0.09375-0.0898438,0.128418-0.125
+ l3.8710938,4.121582c0.0830078,0.0888672,0.2177734,0.0961914,0.3027344,0.0151367
+ c0.0839844-0.0786133,0.0927734-0.2167969,0.0126953-0.3037109L6.0317383,1.8886719
+ c-0.081543-0.0878906-0.2163086-0.0957031-0.3051758-0.015625C5.644043,1.9516602,5.6386719,2.0893555,5.7241211,2.1782227
+ l0.0400391,0.0546875C5.7338867,2.262207,5.6884766,2.3027344,5.6347656,2.3491211
+ C5.5883789,2.3935547,5.550293,2.4326172,5.5180664,2.4663086L5.1503906,2.065918
+ C5.0151367,1.9179688,4.8364258,1.859375,4.7548828,1.9370117C4.7192383,1.9746094,4.6547852,1.9770508,4.5830078,1.9584961z
+ M4.3178711,1.7636719L4.3588867,1.809082C4.3833008,1.8344727,4.4111328,1.8549805,4.440918,1.875L3.1606445,3.0634766
+ c-0.015625-0.0307617-0.0366211-0.059082-0.0620117-0.0854492L3.059082,2.9331055
+ C2.9267578,2.7851562,3.0219727,2.4702148,3.2797852,2.2314453l0.3334961-0.3046875
+ C3.8647461,1.6889648,4.1816406,1.6162109,4.3178711,1.7636719z M14.9287109,14.3154297
+ c0.0917969,0.0957031,0.0947266,0.2392578,0.0078125,0.3193359c-0.0869141,0.0810547-0.2285156,0.0683594-0.3154297-0.0371094
+ l-0.0595703,0.0605469l-0.8017578-0.7421875l0.5546875-0.5224609l0.671875,0.8681641L14.9287109,14.3154297z
+ M14.2324219,13.2851562l-0.5742188,0.5351562l-0.1376953,0.1289062l-3.3671875-2.9960938l1.5273438-1.4179688
+ l2.6894531,3.6220703L14.2324219,13.2851562z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Writing1" d="M14.4326172,13.75c-1.5429688,0.0800781-3.1455078,0.140625-4.6689453-0.1474609
+ C9.1376953,13.4853516,8.9077148,13.1894531,9.4326172,12.75c0.4716797-0.3945312,1.8691406-1.6542969,0.3134766-0.7900391
+ c-1.2246094,0.6806641-2.2832031,1.3291016-3.7119141,1.5351562c-0.4550781,0.0664062-5.2954102-0.0878906-4.3623047-0.9257812
+ c-0.2685547,0.15625-0.5371094,0.3125-0.8056641,0.46875c1.7470703-0.9560547,3.7832031-0.6425781,5.5136719-1.7773438
+ C9.8984375,8.9545898,2.5888672,8.762207,1.4331055,8.75c-0.2905273-0.0029297-0.5834961,0.5029297-0.8662109,0.5
+ c1.3701172,0.0146484,5.171875-0.3457031,5.9912109,1.2060547c0.7099609,1.3447266-3.9101562,1.5791016-4.7241211,2.0234375
+ c-0.3916016,0.2148438-0.828125,0.4111328-1.1616211,0.7099609c-0.5693359,0.5107422,2.9086914,0.8828125,3.0961914,0.8857422
+ c1.2358398,0.0244141,2.6030273-0.1386719,3.6928711-0.7587891c0.3930664-0.2236328,2.6020508-1.5644531,2.1049805-0.8720703
+ c-0.2548828,0.3554688-1.5805664,0.8388672-1.2763672,1.3974609c0.2094727,0.3847656,1.2988281,0.3691406,1.6445312,0.4013672
+ C11.1347656,14.3544922,12.3642578,14.3125,13.5673828,14.25C13.8671875,14.234375,14.1396484,13.765625,14.4326172,13.75
+ L14.4326172,13.75z"/>
+ <path id="Pen1" d="M4.5830078,1.2709961L3.2285156,2.5263672
+ c0.0146484,0.0708008,0.0102539,0.1337891-0.0307617,0.171875c-0.0820312,0.0751953-0.0405273,0.262207,0.0961914,0.4067383
+ l2.940918,3.2197266C6.3745117,6.4702148,6.590332,6.7124023,6.7250977,6.8598633l2.9477539,3.2182617
+ c0.0712891,0.0751953,0.1923828,0.0908203,0.3291016,0.0527344l0.0146484,0.0117188l1.5537109-1.4428711l-0.0136719-0.0151367
+ c0.046875-0.1347656,0.046875-0.2578125-0.0253906-0.3369141L8.590332,5.1313477
+ C8.4550781,4.984375,8.2290039,4.7436523,8.0981445,4.5942383l-2.3144531-2.527832
+ c0.0366211-0.027832,0.0776367-0.0634766,0.1220703-0.1083984c0.0512695-0.046875,0.09375-0.0898438,0.128418-0.125
+ l3.8710938,4.121582c0.0830078,0.0888672,0.2177734,0.0961914,0.3027344,0.0151367
+ c0.0839844-0.0786133,0.0927734-0.2167969,0.0126953-0.3037109L6.0317383,1.2011719
+ c-0.081543-0.0878906-0.2163086-0.0957031-0.3051758-0.015625C5.644043,1.2641602,5.6386719,1.4018555,5.7241211,1.4907227
+ l0.0400391,0.0546875C5.7338867,1.574707,5.6884766,1.6152344,5.6347656,1.6616211
+ C5.5883789,1.7060547,5.550293,1.7451172,5.5180664,1.7788086L5.1503906,1.378418
+ C5.0151367,1.2304688,4.8364258,1.171875,4.7548828,1.2495117C4.7192383,1.2871094,4.6547852,1.2895508,4.5830078,1.2709961z
+ M4.3178711,1.0761719L4.3588867,1.121582C4.3833008,1.1469727,4.4111328,1.1674805,4.440918,1.1875L3.1606445,2.3759766
+ c-0.015625-0.0307617-0.0366211-0.059082-0.0620117-0.0854492L3.059082,2.2456055
+ C2.9267578,2.0976562,3.0219727,1.7827148,3.2797852,1.5439453l0.3334961-0.3046875
+ C3.8647461,1.0014648,4.1816406,0.9287109,4.3178711,1.0761719z M14.9287109,13.6279297
+ c0.0917969,0.0957031,0.0947266,0.2392578,0.0078125,0.3193359c-0.0869141,0.0810547-0.2285156,0.0683594-0.3154297-0.0371094
+ l-0.0595703,0.0605469l-0.8017578-0.7421875l0.5546875-0.5224609l0.671875,0.8681641L14.9287109,13.6279297z
+ M14.2324219,12.5976562l-0.5742188,0.5351562l-0.1376953,0.1289062l-3.3671875-2.9960938l1.5273438-1.418457l2.6894531,3.6225586
+ L14.2324219,12.5976562z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Smiley</title>
+ <desc>Smiley Icon (outlined)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSmiley">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule:evenodd;clip-rule:evenodd;" d="M2.347168,8.5
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5
+ C1,4.9101562,3.909668,2,7.5,2C11.0898438,2,14,4.9101562,14,8.5c0,3.5908203-2.9101562,6.5-6.5,6.5
+ C3.909668,15,1,12.0908203,1,8.5z"/>
+ <path id="Smile2" style="fill-rule:evenodd;clip-rule:evenodd;" d="M10.2519531,9.3691406
+ c0.4111328-0.4379883,0.6113281-0.2822266,0.4443359,0.3466797c0,0-0.4746094,1.7841797-3.1962891,1.7841797
+ c-2.722168,0-3.1962891-1.7841797-3.1962891-1.7841797c-0.1669922-0.6289062,0.03125-0.7832031,0.440918-0.3417969
+ c0,0,0.8110352,0.8710938,2.7539062,0.8710938C9.4287109,10.2451172,10.2519531,9.3691406,10.2519531,9.3691406z M10,7
+ c0-0.5498047-0.3378906-1-0.75-1C8.8374023,6,8.5,6.4501953,8.5,7l0,0c0,0.5498047,0.3374023,1,0.75,1
+ C9.6621094,8,10,7.5498047,10,7L10,7z M6.5004883,7c0-0.5498047-0.3374023-1-0.7504883-1C5.3374023,6,5,6.4501953,5,7l0,0
+ c0,0.5498047,0.3374023,1,0.75,1C6.1630859,8,6.5004883,7.5498047,6.5004883,7L6.5004883,7z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule:evenodd;clip-rule:evenodd;" d="M2.347168,7.5
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5
+ C1,3.9101562,3.909668,1,7.5,1C11.0898438,1,14,3.9101562,14,7.5c0,3.5908203-2.9101562,6.5-6.5,6.5
+ C3.909668,14,1,11.0908203,1,7.5z"/>
+ <path id="Smile1" style="fill-rule:evenodd;clip-rule:evenodd;" d="M10.2519531,8.3691406
+ c0.4111328-0.4379883,0.6113281-0.2822266,0.4443359,0.3466797c0,0-0.4746094,1.7841797-3.1962891,1.7841797
+ c-2.722168,0-3.1962891-1.7841797-3.1962891-1.7841797c-0.1669922-0.6289062,0.03125-0.7832031,0.440918-0.3422852
+ c0,0,0.8110352,0.871582,2.7539062,0.871582C9.4287109,9.2451172,10.2519531,8.3691406,10.2519531,8.3691406z M10,6
+ c0-0.5498047-0.3378906-1-0.75-1C8.8374023,5,8.5,5.4501953,8.5,6l0,0c0,0.5498047,0.3374023,1,0.75,1
+ C9.6621094,7,10,6.5498047,10,6L10,6z M6.5004883,6c0-0.5498047-0.3374023-1-0.7504883-1C5.3374023,5,5,5.4501953,5,6l0,0
+ c0,0.5498047,0.3374023,1,0.75,1C6.1630859,7,6.5004883,6.5498047,6.5004883,6L6.5004883,6z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Smiley</title>
+ <desc>Smiley Icon (outlined)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSmiley">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule:evenodd;clip-rule:evenodd;" d="M2.347168,8.5
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,3.3466797,2.347168,5.6533203,2.347168,8.5z M1,8.5
+ C1,4.9101562,3.909668,2,7.5,2C11.0898438,2,14,4.9101562,14,8.5c0,3.5908203-2.9101562,6.5-6.5,6.5
+ C3.909668,15,1,12.0908203,1,8.5z"/>
+ <path id="Smile2" style="fill-rule:evenodd;clip-rule:evenodd;" d="M10.2519531,9.3691406
+ c0.4111328-0.4379883,0.6113281-0.2822266,0.4443359,0.3466797c0,0-0.4746094,1.7841797-3.1962891,1.7841797
+ c-2.722168,0-3.1962891-1.7841797-3.1962891-1.7841797c-0.1669922-0.6289062,0.03125-0.7832031,0.440918-0.3417969
+ c0,0,0.8110352,0.8710938,2.7539062,0.8710938C9.4287109,10.2451172,10.2519531,9.3691406,10.2519531,9.3691406z M10,7
+ c0-0.5498047-0.3378906-1-0.75-1C8.8374023,6,8.5,6.4501953,8.5,7l0,0c0,0.5498047,0.3374023,1,0.75,1
+ C9.6621094,8,10,7.5498047,10,7L10,7z M6.5004883,7c0-0.5498047-0.3374023-1-0.7504883-1C5.3374023,6,5,6.4501953,5,7l0,0
+ c0,0.5498047,0.3374023,1,0.75,1C6.1630859,8,6.5004883,7.5498047,6.5004883,7L6.5004883,7z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule:evenodd;clip-rule:evenodd;" d="M2.347168,7.5
+ c0,2.8476562,2.3066406,5.1533203,5.152832,5.1533203c2.8447266,0,5.1523438-2.3056641,5.1523438-5.1533203
+ c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6538086,2.3466797,2.347168,4.6533203,2.347168,7.5z M1,7.5
+ C1,3.9101562,3.909668,1,7.5,1C11.0898438,1,14,3.9101562,14,7.5c0,3.5908203-2.9101562,6.5-6.5,6.5
+ C3.909668,14,1,11.0908203,1,7.5z"/>
+ <path id="Smile1" style="fill-rule:evenodd;clip-rule:evenodd;" d="M10.2519531,8.3691406
+ c0.4111328-0.4379883,0.6113281-0.2822266,0.4443359,0.3466797c0,0-0.4746094,1.7841797-3.1962891,1.7841797
+ c-2.722168,0-3.1962891-1.7841797-3.1962891-1.7841797c-0.1669922-0.6289062,0.03125-0.7832031,0.440918-0.3422852
+ c0,0,0.8110352,0.871582,2.7539062,0.871582C9.4287109,9.2451172,10.2519531,8.3691406,10.2519531,8.3691406z M10,6
+ c0-0.5498047-0.3378906-1-0.75-1C8.8374023,5,8.5,5.4501953,8.5,6l0,0c0,0.5498047,0.3374023,1,0.75,1
+ C9.6621094,7,10,6.5498047,10,6L10,6z M6.5004883,6c0-0.5498047-0.3374023-1-0.7504883-1C5.3374023,5,5,5.4501953,5,6l0,0
+ c0,0.5498047,0.3374023,1,0.75,1C6.1630859,7,6.5004883,6.5498047,6.5004883,6L6.5004883,6z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Sorting Ascending</title>
+ <desc>Sorting Ascending Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .SortingUpper {fill: #fff;}
+ .SortingLower {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSortingArrowASC">
+ <polygon class="SortingLower" style="fill-rule: evenodd; clip-rule: evenodd;" points="2,10 7.9995117,4 14,10"/>
+ <polygon class="SortingUpper" style="fill-rule: evenodd; clip-rule: evenodd;" points="3,9.5996094 7.9995117,4.5996094 13,9.5996094"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Sorting Descending</title>
+ <desc>Sorting Descending Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .SortingUpper {fill: #fff;}
+ .SortingLower {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSortingArrowDESC">
+ <polygon class="SortingLower" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,5 8.0004883,11 2,5"/>
+ <polygon class="SortingUpper" style="fill-rule: evenodd; clip-rule: evenodd;" points="13,5.4003906 8.0004883,10.4003906 3,5.4003906"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Spinner</title>
+ <desc>Spinner Icon (type 4) (animated)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ #x315degrees {opacity: 1; fill: #666;}
+ #x270degrees {opacity: .5; fill: #666;}
+ #x225degrees {opacity: .4; fill: #666;}
+ #x180degrees {opacity: .3; fill: #666;}
+ #x135degrees {opacity: .2; fill: #666;}
+ #x090degrees {opacity: .1; fill: #666;}
+ #x045degrees {opacity: .05; fill: #666;}
+ #x000degrees {opacity: .01; fill: #666;}
+
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSpinner" transform="translate(7.5, 7.5)">
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" values="0;45;90;135;180;225;270;315" begin="0s" dur="1s" repeatCount="indefinite" calcMode="discrete" additive="sum" />
+
+ <g transform="translate(-7.5, -7.5)">
+ <g id="x315degrees">
+ <path class="Upper1" d="M6.0859375,6.8349609c-0.2006836,0-0.3891602-0.0776367-0.5302734-0.21875L2.7270508,3.7875977
+ c-0.2924805-0.2924805-0.2924805-0.7680664,0-1.0605469c0.1411133-0.1411133,0.3295898-0.2192383,0.5302734-0.2192383
+ s0.3891602,0.078125,0.5302734,0.2192383l2.8286133,2.8286133c0.2924805,0.2924805,0.2924805,0.7680664,0,1.0605469
+ C6.4750977,6.7573242,6.2866211,6.8349609,6.0859375,6.8349609L6.0859375,6.8349609z"/>
+ <path class="Lower1" d="M3.2573242,2.7578125c0.1279297,0,0.2563477,0.0488281,0.3535156,0.1459961l2.8286133,2.8286133
+ c0.1943359,0.1943359,0.1943359,0.5126953,0,0.7070312c-0.097168,0.097168-0.2250977,0.1459961-0.3535156,0.1459961
+ c-0.1279297,0-0.2563477-0.0488281-0.3535156-0.1459961L2.9038086,3.6108398
+ c-0.1943359-0.1943359-0.1943359-0.5126953,0-0.7070312C3.0009766,2.8066406,3.1289062,2.7578125,3.2573242,2.7578125
+ M3.2573242,2.2578125c-0.2675781,0-0.5185547,0.1040039-0.7070312,0.2924805S2.2583008,2.9897461,2.2583008,3.2573242
+ S2.3618164,3.7758789,2.550293,3.9643555l2.8286133,2.8286133c0.1884766,0.1884766,0.4394531,0.2919922,0.7070312,0.2919922
+ s0.5185547-0.1035156,0.7070312-0.2919922s0.2919922-0.4394531,0.2924805-0.7070312
+ c0-0.2675781-0.1040039-0.5185547-0.2924805-0.7070312L3.9643555,2.550293
+ C3.7758789,2.3618164,3.5249023,2.2578125,3.2573242,2.2578125L3.2573242,2.2578125z"/>
+ </g>
+ <g id="x270degrees">
+ <path class="Upper1" d="M1.5,8.25c-0.4135742,0-0.75-0.3364258-0.75-0.75S1.0864258,6.75,1.5,6.75h4
+ c0.4135742,0,0.75,0.3364258,0.75,0.75S5.9135742,8.25,5.5,8.25H1.5z"/>
+ <path class="Lower1" d="M5.5,7C5.7749023,7,6,7.2250977,6,7.5S5.7749023,8,5.5,8h-4C1.2250977,8,1,7.7749023,1,7.5
+ S1.2250977,7,1.5,7H5.5 M5.5,6.5h-4c-0.5512695,0-1,0.4487305-1,1s0.4487305,1,1,1h4c0.5512695,0,1-0.4487305,1-1
+ S6.0512695,6.5,5.5,6.5L5.5,6.5z"/>
+ </g>
+ <g id="x225degrees">
+ <path class="Upper1" d="M3.2583008,12.4921875c-0.2006836,0-0.3891602-0.0771484-0.5302734-0.21875
+ c-0.1420898-0.1416016-0.2202148-0.3300781-0.2202148-0.53125s0.0776367-0.3886719,0.21875-0.5302734l2.8295898-2.8286133
+ c0.1411133-0.1411133,0.3295898-0.2192383,0.5302734-0.2192383s0.3891602,0.078125,0.5302734,0.2192383
+ c0.2924805,0.2929688,0.2919922,0.769043,0,1.0610352l-2.828125,2.8291016
+ C3.6474609,12.4150391,3.4589844,12.4921875,3.2583008,12.4921875L3.2583008,12.4921875z"/>
+ <path class="Lower1" d="M6.0864258,8.4140625c0.1279297,0,0.2563477,0.0488281,0.3535156,0.1459961v0.0004883
+ c0.1943359,0.1943359,0.1943359,0.5126953,0,0.7070312l-2.828125,2.8291016
+ c-0.097168,0.0976562-0.2250977,0.1455078-0.3535156,0.1455078s-0.2563477-0.0478516-0.3535156-0.1455078l-0.0014648-0.0009766
+ c-0.1943359-0.1943359-0.1943359-0.5126953,0-0.7070312l2.8295898-2.8286133
+ C5.8300781,8.4628906,5.9584961,8.4140625,6.0864258,8.4140625 M6.0864258,7.9140625
+ c-0.2675781,0-0.5185547,0.1040039-0.7070312,0.2924805l-2.8295898,2.8286133
+ c-0.1884766,0.1884766-0.2919922,0.4394531-0.2919922,0.7070312s0.1035156,0.5185547,0.2919922,0.7070312l0.0341797,0.0341797
+ l0.0083008,0.0058594c0.1831055,0.1640625,0.4174805,0.2529297,0.6660156,0.2529297
+ c0.2675781,0,0.5185547-0.1035156,0.7070312-0.2919922l2.828125-2.8291016
+ c0.1884766-0.1884766,0.2919922-0.4394531,0.2924805-0.7070312C7.0854492,8.6464844,6.9819336,8.3955078,6.793457,8.2070312
+ C6.605957,8.0185547,6.3544922,7.9140625,6.0864258,7.9140625L6.0864258,7.9140625z"/>
+ </g>
+ <g id="x180degrees">
+ <path class="Upper1" d="M7.5009766,14.25c-0.4145508,0-0.7514648-0.3369141-0.7514648-0.75L6.75,9.5
+ c0-0.4140625,0.3364258-0.7504883,0.75-0.7504883c0.4140625,0,0.7504883,0.3364258,0.7504883,0.7504883l0.0004883,4
+ C8.2509766,13.9130859,7.9145508,14.25,7.5009766,14.25L7.5009766,14.25z"/>
+ <path class="Lower1" d="M7.5004883,8.9995117c0.2749023,0,0.5,0.2250977,0.5,0.5004883l0.0004883,4
+ c0,0.2753906-0.2250977,0.5-0.5,0.5H7.4995117c-0.2749023,0-0.5-0.2246094-0.5-0.5L7,9.5
+ c0-0.2753906,0.2250977-0.5004883,0.5-0.5004883H7.5004883 M7.5004883,8.4995117C6.9487305,8.4995117,6.5,8.9482422,6.5,9.5
+ l-0.0004883,4c0,0.5517578,0.4487305,1,1,1c0.5527344,0,1.0014648-0.4482422,1.0014648-1l-0.0004883-4
+ C8.5004883,8.9482422,8.0517578,8.4995117,7.5004883,8.4995117L7.5004883,8.4995117z"/>
+ </g>
+ <g id="x135degrees">
+ <path class="Upper1" d="M11.7421875,12.4921875c-0.2011719,0-0.3886719-0.0771484-0.5302734-0.21875L8.3833008,9.4443359
+ c-0.2924805-0.2919922-0.2924805-0.7680664,0-1.0605469c0.1416016-0.1416016,0.3300781-0.2197266,0.5307617-0.2197266
+ c0.2011719,0,0.3886719,0.078125,0.5302734,0.2192383l2.8291016,2.8286133
+ c0.1416016,0.1416016,0.21875,0.3291016,0.21875,0.5302734s-0.0771484,0.3886719-0.21875,0.5302734
+ S11.9433594,12.4921875,11.7421875,12.4921875L11.7421875,12.4921875z"/>
+ <path class="Lower1" d="M8.9140625,8.4140625c0.1279297,0,0.2558594,0.0488281,0.3535156,0.1459961l2.8291016,2.8286133
+ c0.1943359,0.1943359,0.1943359,0.5126953,0,0.7070312l-0.0009766,0.0009766
+ c-0.0976562,0.0976562-0.2255859,0.1455078-0.3535156,0.1455078s-0.2568359-0.0478516-0.3535156-0.1455078L8.5600586,9.2675781
+ c-0.1943359-0.1943359-0.1943359-0.5126953,0-0.7070312l0.0004883-0.0004883
+ C8.6577148,8.4628906,8.7856445,8.4140625,8.9140625,8.4140625 M8.9140625,7.9140625
+ c-0.2675781,0-0.5185547,0.1040039-0.7070312,0.2924805S7.9145508,8.6464844,7.9145508,8.9135742
+ C7.9140625,9.1816406,8.0180664,9.4326172,8.206543,9.6210938l2.8286133,2.8291016
+ c0.1884766,0.1884766,0.4394531,0.2919922,0.7070312,0.2919922s0.5185547-0.1035156,0.7070312-0.2919922
+ c0.1894531-0.1894531,0.2929688-0.4404297,0.2929688-0.7080078s-0.1035156-0.5185547-0.2919922-0.7070312L9.6210938,8.206543
+ C9.4326172,8.0180664,9.1816406,7.9140625,8.9140625,7.9140625L8.9140625,7.9140625z"/>
+ </g>
+ <g id="x090degrees">
+ <path class="Upper1" d="M9.5,8.25c-0.4140625,0-0.7504883-0.3364258-0.7504883-0.75S9.0859375,6.75,9.5,6.75h4
+ c0.4130859,0,0.75,0.3364258,0.75,0.75s-0.3369141,0.75-0.75,0.75H9.5z"/>
+ <path class="Lower1" d="M13.5,7C13.7753906,7,14,7.2250977,14,7.5S13.7753906,8,13.5,8h-4
+ C9.2246094,8,8.9995117,7.7749023,8.9995117,7.5S9.2246094,7,9.5,7H13.5 M13.5,6.5h-4
+ c-0.5517578,0-1.0004883,0.4487305-1.0004883,1S8.9482422,8.5,9.5,8.5h4c0.5517578,0,1-0.4487305,1-1S14.0517578,6.5,13.5,6.5
+ L13.5,6.5z"/>
+ </g>
+ <g id="x045degrees">
+ <path class="Upper1" d="M8.9140625,6.8349609c-0.2006836,0-0.3891602-0.0776367-0.5302734-0.2182617
+ c-0.2919922-0.2929688-0.2915039-0.769043,0.0004883-1.0610352l2.8286133-2.8286133
+ c0.1416016-0.1411133,0.3291016-0.21875,0.5302734-0.21875s0.3886719,0.0776367,0.5302734,0.21875
+ c0.2919922,0.2924805,0.2919922,0.7680664,0,1.0605469l-2.8291016,2.828125
+ C9.3027344,6.7568359,9.1142578,6.8349609,8.9140625,6.8349609L8.9140625,6.8349609z"/>
+ <path class="Lower1" d="M11.7431641,2.7583008c0.1279297,0,0.2568359,0.0483398,0.3535156,0.1455078
+ c0.1943359,0.1943359,0.1943359,0.5126953,0,0.7070312l-2.8291016,2.828125
+ c-0.0976562,0.097168-0.2255859,0.1459961-0.3535156,0.1459961c-0.128418,0-0.2563477-0.0488281-0.3535156-0.1455078
+ C8.3666992,6.2451172,8.3666992,5.9267578,8.5610352,5.7324219l2.8286133-2.8286133
+ C11.4873047,2.8066406,11.6152344,2.7583008,11.7431641,2.7583008 M11.7431641,2.2578125
+ c-0.2675781,0-0.5185547,0.1040039-0.7070312,0.2924805L8.2075195,5.3789062
+ C7.8178711,5.7685547,7.8173828,6.4023438,8.206543,6.7924805c0.1894531,0.1889648,0.4399414,0.2924805,0.7070312,0.2924805
+ c0.2680664,0,0.519043-0.1040039,0.7075195-0.2924805l2.8291016-2.828125
+ c0.1884766-0.1884766,0.2919922-0.4394531,0.2919922-0.7070312s-0.1035156-0.5185547-0.2919922-0.7070312
+ S12.0107422,2.2578125,11.7431641,2.2578125L11.7431641,2.2578125z"/>
+ </g>
+ <g id="x000degrees">
+ <path class="Upper1" d="M7.5,6.25c-0.4130859,0-0.7495117-0.3364258-0.7495117-0.75v-4
+ c0-0.4135742,0.3364258-0.75,0.7495117-0.75c0.4135742,0,0.75,0.3364258,0.75,0.75v4C8.25,5.9135742,7.9135742,6.25,7.5,6.25
+ L7.5,6.25z"/>
+ <path class="Lower1" d="M7.5,1C7.7749023,1,8,1.2250977,8,1.5v4C8,5.7749023,7.7749023,6,7.5,6
+ C7.2255859,6,7.0004883,5.7749023,7.0004883,5.5v-4C7.0004883,1.2250977,7.2255859,1,7.5,1 M7.5,0.5
+ c-0.5512695,0-0.9995117,0.4487305-0.9995117,1v4c0,0.5512695,0.4482422,1,0.9995117,1s1-0.4487305,1-1v-4
+ C8.5,0.9487305,8.0512695,0.5,7.5,0.5L7.5,0.5z"/>
+ </g>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Star</title>
+ <desc>Star Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStar">
+ <path class="Lower1" d="M15,6.9658203H9.6533203L8,2L6.3476562,6.9658203H1l4.3266602,3.0693359L3.6738281,15
+ L8,11.9306641L12.3271484,15l-1.6523438-4.9648438L15,6.9658203z"/>
+ <polygon class="Upper1" points="8,1 9.6533203,5.9658203 15,5.9658203 10.6748047,9.0351562
+ 12.3271484,14 8,10.9306641 3.6738281,14 5.3266602,9.0351562 1,5.9658203 6.3476562,5.9658203"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Star</title>
+ <desc>Star Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStar">
+ <path class="Lower1" d="M15,6.9658203H9.6533203L8,2L6.3476562,6.9658203H1l4.3266602,3.0693359L3.6738281,15
+ L8,11.9306641L12.3271484,15l-1.6523438-4.9648438L15,6.9658203z"/>
+ <polygon class="Upper1" points="8,1 9.6533203,5.9658203 15,5.9658203 10.6748047,9.0351562
+ 12.3271484,14 8,10.9306641 3.6738281,14 5.3266602,9.0351562 1,5.9658203 6.3476562,5.9658203"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Rank Star</title>
+ <desc>Rank Star Icon (golden)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconStar">
+ <path class="Lower1" d="M15,6.9658203H9.6533203L8,2L6.3476562,6.9658203H1l4.3266602,3.0693359L3.6738281,15
+ L8,11.9306641L12.3271484,15l-1.6523438-4.9648438L15,6.9658203z"/>
+ <radialGradient id="InnerFill" cx="7.9794922" cy="7.9794922" r="6.6045232" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color: #FCEE21"/>
+ <stop offset=".1593729" style="stop-color: #fcea21"/>
+ <stop offset=".3245102" style="stop-color: #fbdd21"/>
+ <stop offset=".4924121" style="stop-color: #f9c922"/>
+ <stop offset=".6621734" style="stop-color: #f7ac22"/>
+ <stop offset=".8315486" style="stop-color: #f48723"/>
+ <stop offset="1" style="stop-color: #f15a24"/>
+ </radialGradient>
+ <polygon id="UpperGold" style="fill: url(#InnerFill);" points="8,1 9.6533203,5.9658203 15,5.9658203 10.6748047,9.0351562
+ 12.3271484,14 8,10.9306641 3.6738281,14 5.3266602,9.0351562 1,5.9658203 6.3476562,5.9658203"/>
+ <path class="Upper1" d="M15,5.9658203H9.6533203L8,1L6.3476562,5.9658203H1l4.3266602,3.0693359
+ L3.6738281,14L8,10.9306641L12.3271484,14l-1.6523438-4.9648438L15,5.9658203z M11.3964844,12.6875L8,10.3125l-3.3955078,2.375
+ l1.25-3.7910156L2.2919922,6.375h4.4165039L8,2.5l1.2919922,3.875h4.4169922l-3.5625,2.5214844L11.3964844,12.6875z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Success</title>
+ <desc>Success Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSuccess">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M6.6855469,13.7402344
+ c-0.0175781,0.0283203-0.0483398,0.0458984-0.0820312,0.0478516H6.5991211c-0.0317383,0-0.0620117-0.0146484-0.081543-0.0400391
+ L2.8276367,8.9438477c-0.0234375-0.03125-0.027832-0.0727539-0.0102539-0.1079102
+ c0.0170898-0.0351562,0.0527344-0.0571289,0.0917969-0.0571289l1.7734375,0.0039062l1.6293945,2.2084961l3.9204102-6.4697266
+ c0.0185547-0.0302734,0.0517578-0.0493164,0.0869141-0.0493164l2.0576172-0.0126953c0.0009766,0,0.0009766,0,0.0009766,0
+ c0.0371094,0,0.0712891,0.0200195,0.0898438,0.0527344c0.0175781,0.0327148,0.0166016,0.0727539-0.0029297,0.1044922
+ L6.6855469,13.7402344z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M6.6855469,12.7402344
+ c-0.0175781,0.0283203-0.0483398,0.0458984-0.0820312,0.0478516H6.5991211c-0.0317383,0-0.0620117-0.0146484-0.081543-0.0400391
+ L2.8276367,7.9438477c-0.0234375-0.03125-0.027832-0.0727539-0.0102539-0.1079102
+ c0.0170898-0.0351562,0.0527344-0.0571289,0.0917969-0.0571289l1.7734375,0.0039062l1.6293945,2.2084961l3.9204102-6.4697266
+ c0.0185547-0.0302734,0.0517578-0.0493164,0.0869141-0.0493164l2.0576172-0.0126953c0.0009766,0,0.0009766,0,0.0009766,0
+ c0.0371094,0,0.0712891,0.0200195,0.0898438,0.0527344c0.0175781,0.0327148,0.0166016,0.0727539-0.0029297,0.1044922
+ L6.6855469,12.7402344z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Success</title>
+ <desc>Success Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSuccess">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M6.6855469,13.7402344
+ c-0.0175781,0.0283203-0.0483398,0.0458984-0.0820312,0.0478516H6.5991211c-0.0317383,0-0.0620117-0.0146484-0.081543-0.0400391
+ L2.8276367,8.9438477c-0.0234375-0.03125-0.027832-0.0727539-0.0102539-0.1079102
+ c0.0170898-0.0351562,0.0527344-0.0571289,0.0917969-0.0571289l1.7734375,0.0039062l1.6293945,2.2084961l3.9204102-6.4697266
+ c0.0185547-0.0302734,0.0517578-0.0493164,0.0869141-0.0493164l2.0576172-0.0126953c0.0009766,0,0.0009766,0,0.0009766,0
+ c0.0371094,0,0.0712891,0.0200195,0.0898438,0.0527344c0.0175781,0.0327148,0.0166016,0.0727539-0.0029297,0.1044922
+ L6.6855469,13.7402344z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M6.6855469,12.7402344
+ c-0.0175781,0.0283203-0.0483398,0.0458984-0.0820312,0.0478516H6.5991211c-0.0317383,0-0.0620117-0.0146484-0.081543-0.0400391
+ L2.8276367,7.9438477c-0.0234375-0.03125-0.027832-0.0727539-0.0102539-0.1079102
+ c0.0170898-0.0351562,0.0527344-0.0571289,0.0917969-0.0571289l1.7734375,0.0039062l1.6293945,2.2084961l3.9204102-6.4697266
+ c0.0185547-0.0302734,0.0517578-0.0493164,0.0869141-0.0493164l2.0576172-0.0126953c0.0009766,0,0.0009766,0,0.0009766,0
+ c0.0371094,0,0.0712891,0.0200195,0.0898438,0.0527344c0.0175781,0.0327148,0.0166016,0.0727539-0.0029297,0.1044922
+ L6.6855469,12.7402344z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Success</title>
+ <desc>Success Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #fff;}
+ .Lower1 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSuccess">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,2C3.909668,2,1,4.909668,1,8.5
+ C1,12.0888672,3.909668,15,7.5,15c3.5898438,0,6.5-2.9111328,6.5-6.5C14,4.909668,11.0898438,2,7.5,2z M6.6855469,13.7402344
+ c-0.0175781,0.0283203-0.0483398,0.0458984-0.0820312,0.0478516H6.5991211c-0.0317383,0-0.0620117-0.0146484-0.081543-0.0400391
+ L2.8276367,8.9438477c-0.0234375-0.03125-0.027832-0.0727539-0.0102539-0.1079102
+ c0.0170898-0.0351562,0.0527344-0.0571289,0.0917969-0.0571289l1.7734375,0.0039062l1.6293945,2.2084961l3.9204102-6.4697266
+ c0.0185547-0.0302734,0.0517578-0.0493164,0.0869141-0.0493164l2.0576172-0.0126953c0.0009766,0,0.0009766,0,0.0009766,0
+ c0.0371094,0,0.0712891,0.0200195,0.0898438,0.0527344c0.0175781,0.0327148,0.0166016,0.0727539-0.0029297,0.1044922
+ L6.6855469,13.7402344z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M7.5,1C3.909668,1,1,3.909668,1,7.5
+ C1,11.0888672,3.909668,14,7.5,14c3.5898438,0,6.5-2.9111328,6.5-6.5C14,3.909668,11.0898438,1,7.5,1z M6.6855469,12.7402344
+ c-0.0175781,0.0283203-0.0483398,0.0458984-0.0820312,0.0478516H6.5991211c-0.0317383,0-0.0620117-0.0146484-0.081543-0.0400391
+ L2.8276367,7.9438477c-0.0234375-0.03125-0.027832-0.0727539-0.0102539-0.1079102
+ c0.0170898-0.0351562,0.0527344-0.0571289,0.0917969-0.0571289l1.7734375,0.0039062l1.6293945,2.2084961l3.9204102-6.4697266
+ c0.0185547-0.0302734,0.0517578-0.0493164,0.0869141-0.0493164l2.0576172-0.0126953c0.0009766,0,0.0009766,0,0.0009766,0
+ c0.0371094,0,0.0712891,0.0200195,0.0898438,0.0527344c0.0175781,0.0327148,0.0166016,0.0727539-0.0029297,0.1044922
+ L6.6855469,12.7402344z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Switch</title>
+ <desc>Switch Icon (tilt)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSwitch">
+ <g class="Lower1">
+ <polygon id="ArrowUp2" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,9.5839844 8.4082031,4.0009766
+ 11.0117188,4.0009766 9.0078125,2 5,2 5,6.0019531 7.0039062,8.0024414 7.0039062,5.4287109 12.5830078,11"/>
+ <polygon id="ArrowDown2" style="fill-rule: evenodd; clip-rule: evenodd;" points="8.0029297,8.9995117
+ 8.0029297,11.5996094 2.4125977,6 1,7.4140625 6.5771484,13 4.0092773,13 6.0058594,15 10,15 10,11"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="ArrowUp1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,8.5844727 8.4082031,3.0009766
+ 11.0117188,3.0009766 9.0078125,1 5,1 5,5.0019531 7.0039062,7.0024414 7.0039062,4.4287109 12.5830078,10"/>
+ <polygon id="ArrowDown1" style="fill-rule: evenodd; clip-rule: evenodd;" points="8.0029297,7.9995117 8.0029297,10.5996094
+ 2.4125977,5 1,6.4140625 6.5771484,12 4.0092773,12 6.0058594,14 10,14 10,10"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Switch</title>
+ <desc>Switch Icon (tilt)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconSwitch">
+ <g class="Lower1">
+ <polygon id="ArrowUp2" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,9.5839844 8.4082031,4.0009766
+ 11.0117188,4.0009766 9.0078125,2 5,2 5,6.0019531 7.0039062,8.0024414 7.0039062,5.4287109 12.5830078,11"/>
+ <polygon id="ArrowDown2" style="fill-rule: evenodd; clip-rule: evenodd;" points="8.0029297,8.9995117
+ 8.0029297,11.5996094 2.4125977,6 1,7.4140625 6.5771484,13 4.0092773,13 6.0058594,15 10,15 10,11"/>
+ </g>
+ <g class="Upper1">
+ <polygon id="ArrowUp1" style="fill-rule: evenodd; clip-rule: evenodd;" points="14,8.5844727 8.4082031,3.0009766
+ 11.0117188,3.0009766 9.0078125,1 5,1 5,5.0019531 7.0039062,7.0024414 7.0039062,4.4287109 12.5830078,10"/>
+ <polygon id="ArrowDown1" style="fill-rule: evenodd; clip-rule: evenodd;" points="8.0029297,7.9995117 8.0029297,10.5996094
+ 2.4125977,5 1,6.4140625 6.5771484,12 4.0092773,12 6.0058594,14 10,14 10,10"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Tag</title>
+ <desc>Tag Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTag">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.2929688,2.7070312
+ C8.6816406,2.3183594,9.4501953,2,10,2h3c0.578125,0,1,0.5,1,1v3c0,0.5498047-0.3183594,1.3183594-0.7070312,1.7070312
+ l-6.5859375,6.5859375c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0l-3.5859375-3.5859375
+ c-0.3886719-0.3886719-0.3886719-1.0253906,0-1.4140625L8.2929688,2.7070312z M11.5,6C12.3291016,6,13,5.3286133,13,4.5
+ S12.3291016,3,11.5,3C10.671875,3,10,3.6713867,10,4.5S10.671875,6,11.5,6z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.2929688,1.7070312
+ C8.6816406,1.3183594,9.4501953,1,10,1h3c0.578125,0,1,0.5,1,1v3c0,0.5498047-0.3183594,1.3183594-0.7070312,1.7070312
+ l-6.5859375,6.5859375c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0L1.7070312,9.7070312
+ c-0.3886719-0.3886719-0.3886719-1.0253906,0-1.4140625L8.2929688,1.7070312z M11.5,5C12.3291016,5,13,4.3286133,13,3.5
+ S12.3291016,2,11.5,2C10.671875,2,10,2.6713867,10,3.5S10.671875,5,11.5,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Tag</title>
+ <desc>Tag Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTag">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.2929688,2.7070312
+ C8.6816406,2.3183594,9.4501953,2,10,2h3c0.578125,0,1,0.5,1,1v3c0,0.5498047-0.3183594,1.3183594-0.7070312,1.7070312
+ l-6.5859375,6.5859375c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0l-3.5859375-3.5859375
+ c-0.3886719-0.3886719-0.3886719-1.0253906,0-1.4140625L8.2929688,2.7070312z M11.5,6C12.3291016,6,13,5.3286133,13,4.5
+ S12.3291016,3,11.5,3C10.671875,3,10,3.6713867,10,4.5S10.671875,6,11.5,6z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.2929688,1.7070312
+ C8.6816406,1.3183594,9.4501953,1,10,1h3c0.578125,0,1,0.5,1,1v3c0,0.5498047-0.3183594,1.3183594-0.7070312,1.7070312
+ l-6.5859375,6.5859375c-0.3886719,0.3886719-1.0253906,0.3886719-1.4140625,0L1.7070312,9.7070312
+ c-0.3886719-0.3886719-0.3886719-1.0253906,0-1.4140625L8.2929688,1.7070312z M11.5,5C12.3291016,5,13,4.3286133,13,3.5
+ S12.3291016,2,11.5,2C10.671875,2,10,2.6713867,10,3.5S10.671875,5,11.5,5z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Telephone</title>
+ <desc>Telephone Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTelephone">
+ <path class="Lower1" d="M12.8730469,12.3408203l-2.4013672-1.9921875
+ c-0.1240234-0.1005859-0.3632812-0.1767578-0.515625-0.0029297l-0.5771484,0.5878906L9.375,10.9316406
+ c-0.21875,0.2050781-0.2939453,0.2675781-0.5576172,0.4160156c-0.284668,0.1621094-0.512207,0.0537109-0.831543-0.1191406
+ c-0.2915039-0.2265625-1.152832-0.9189453-2.0625-1.8457031C5.2578125,8.5253906,4.7495117,7.7148438,4.5161133,7.3261719
+ C4.5,7.2832031,4.4921875,7.2573242,4.4921875,7.2573242c-0.1381836-0.3486328-0.2241211-0.59375-0.034668-0.8681641
+ c0.1743164-0.2524414,0.4726562-0.5195312,0.4726562-0.5195312l0.644043-0.5322266
+ C5.7563477,5.199707,5.7080078,4.949707,5.6220703,4.8125L3.9296875,2.168457
+ c-0.109375-0.1362305-0.3398438-0.2089844-0.5395508-0.144043L2.6948242,2.4990234L2.6904297,2.4926758
+ C2.421875,2.6923828,2.0043945,3.1435547,1.6611328,3.6430664C1.3427734,4.1181641,1.0742188,4.6450195,1,5.019043
+ c0.3886719,1.4296875,1.8847656,4.4135742,3.2143555,5.934082C5.980957,12.9746094,8.3847656,14.4375,9.7929688,15
+ c0.3720703-0.0341797,0.9130859-0.2558594,1.4091797-0.5283203c0.5146484-0.2929688,0.9882812-0.6601562,1.2148438-0.9121094
+ l0.0029297,0.0019531l0.5371094-0.6591797C13.0419922,12.7080078,12.9941406,12.4648438,12.8730469,12.3408203z"/>
+ <path class="Upper1" d="M12.8730469,11.3408203l-2.4013672-1.9921875
+ c-0.1240234-0.1005859-0.3632812-0.1767578-0.515625-0.0029297L9.3789062,9.9335938L9.375,9.9316406
+ c-0.21875,0.2050781-0.2939453,0.2675781-0.5576172,0.4160156c-0.284668,0.1621094-0.512207,0.0537109-0.831543-0.1191406
+ c-0.2915039-0.2265625-1.152832-0.9189453-2.0625-1.8457031C5.2578125,7.5249023,4.7495117,6.7148438,4.5161133,6.3261719
+ C4.5,6.2832031,4.4921875,6.2573242,4.4921875,6.2573242c-0.1381836-0.3486328-0.2241211-0.59375-0.034668-0.8681641
+ c0.1743164-0.2524414,0.4726562-0.5195312,0.4726562-0.5195312l0.644043-0.5322266
+ C5.7563477,4.199707,5.7080078,3.949707,5.6220703,3.8125L3.9296875,1.168457
+ c-0.109375-0.1362305-0.3398438-0.2089844-0.5395508-0.144043L2.6948242,1.4990234L2.6904297,1.4926758
+ C2.421875,1.6923828,2.0043945,2.1435547,1.6611328,2.6430664C1.3427734,3.1181641,1.0742188,3.6450195,1,4.019043
+ c0.3886719,1.4296875,1.8847656,4.4135742,3.2143555,5.934082C5.980957,11.9746094,8.3847656,13.4375,9.7929688,14
+ c0.3720703-0.0341797,0.9130859-0.2558594,1.4091797-0.5283203c0.5146484-0.2929688,0.9882812-0.6601562,1.2148438-0.9121094
+ l0.0029297,0.0019531l0.5371094-0.6591797C13.0419922,11.7080078,12.9941406,11.4648438,12.8730469,11.3408203z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Telephone</title>
+ <desc>Telephone Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTelephone">
+ <path class="Lower1" d="M12.8730469,12.3408203l-2.4013672-1.9921875
+ c-0.1240234-0.1005859-0.3632812-0.1767578-0.515625-0.0029297l-0.5771484,0.5878906L9.375,10.9316406
+ c-0.21875,0.2050781-0.2939453,0.2675781-0.5576172,0.4160156c-0.284668,0.1621094-0.512207,0.0537109-0.831543-0.1191406
+ c-0.2915039-0.2265625-1.152832-0.9189453-2.0625-1.8457031C5.2578125,8.5253906,4.7495117,7.7148438,4.5161133,7.3261719
+ C4.5,7.2832031,4.4921875,7.2573242,4.4921875,7.2573242c-0.1381836-0.3486328-0.2241211-0.59375-0.034668-0.8681641
+ c0.1743164-0.2524414,0.4726562-0.5195312,0.4726562-0.5195312l0.644043-0.5322266
+ C5.7563477,5.199707,5.7080078,4.949707,5.6220703,4.8125L3.9296875,2.168457
+ c-0.109375-0.1362305-0.3398438-0.2089844-0.5395508-0.144043L2.6948242,2.4990234L2.6904297,2.4926758
+ C2.421875,2.6923828,2.0043945,3.1435547,1.6611328,3.6430664C1.3427734,4.1181641,1.0742188,4.6450195,1,5.019043
+ c0.3886719,1.4296875,1.8847656,4.4135742,3.2143555,5.934082C5.980957,12.9746094,8.3847656,14.4375,9.7929688,15
+ c0.3720703-0.0341797,0.9130859-0.2558594,1.4091797-0.5283203c0.5146484-0.2929688,0.9882812-0.6601562,1.2148438-0.9121094
+ l0.0029297,0.0019531l0.5371094-0.6591797C13.0419922,12.7080078,12.9941406,12.4648438,12.8730469,12.3408203z"/>
+ <path class="Upper1" d="M12.8730469,11.3408203l-2.4013672-1.9921875
+ c-0.1240234-0.1005859-0.3632812-0.1767578-0.515625-0.0029297L9.3789062,9.9335938L9.375,9.9316406
+ c-0.21875,0.2050781-0.2939453,0.2675781-0.5576172,0.4160156c-0.284668,0.1621094-0.512207,0.0537109-0.831543-0.1191406
+ c-0.2915039-0.2265625-1.152832-0.9189453-2.0625-1.8457031C5.2578125,7.5249023,4.7495117,6.7148438,4.5161133,6.3261719
+ C4.5,6.2832031,4.4921875,6.2573242,4.4921875,6.2573242c-0.1381836-0.3486328-0.2241211-0.59375-0.034668-0.8681641
+ c0.1743164-0.2524414,0.4726562-0.5195312,0.4726562-0.5195312l0.644043-0.5322266
+ C5.7563477,4.199707,5.7080078,3.949707,5.6220703,3.8125L3.9296875,1.168457
+ c-0.109375-0.1362305-0.3398438-0.2089844-0.5395508-0.144043L2.6948242,1.4990234L2.6904297,1.4926758
+ C2.421875,1.6923828,2.0043945,2.1435547,1.6611328,2.6430664C1.3427734,3.1181641,1.0742188,3.6450195,1,4.019043
+ c0.3886719,1.4296875,1.8847656,4.4135742,3.2143555,5.934082C5.980957,11.9746094,8.3847656,13.4375,9.7929688,14
+ c0.3720703-0.0341797,0.9130859-0.2558594,1.4091797-0.5283203c0.5146484-0.2929688,0.9882812-0.6601562,1.2148438-0.9121094
+ l0.0029297,0.0019531l0.5371094-0.6591797C13.0419922,11.7080078,12.9941406,11.4648438,12.8730469,11.3408203z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Dislike</title>
+ <desc>Dislike Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDislike">
+ <path class="Lower1" d="M15,2.7641602V7.840332c0,0-3.5332031,0-3.5322266,0
+ C11.1376953,7.9262695,10.5625,8.1225586,10.3330078,8.4272461c-0.4169922,0.9418945-0.8701172,1.8129883-1.3583984,2.6118164
+ c-0.2871094,0.3789062-0.6152344,0.7011719-0.9824219,0.96875c-0.4492188,0.5722656-0.7822266,1.4667969-0.7822266,1.8476562
+ v0.7636719c0,0.1601562-0.0742188,0.2539062-0.1728516,0.3261719c-0.1254883,0.0898438-0.4233398,0.0644531-0.612793-0.046875
+ c-0.3291016-0.1933594-0.5771484-0.5371094-0.7167969-0.953125c-0.1152344-0.5097656-0.1660156-1.0957031,0-1.7285156
+ c0.1738281-0.6640625,0.6220703-1.0878906,0.8378906-1.7910156c0.1455078-0.46875-0.0009766-0.6533203-0.5195312-0.6777344
+ C5.1811523,9.6992188,3.4370117,9.703125,2.3735352,9.7509766C1.7827148,9.7773438,0.9819336,9.3886719,1.0004883,8.7529297
+ c0.0146484-0.4887695,0.3515625-0.9770508,0.5205078-1.0493164C1.5922852,7.6743164,1.6293945,7.605957,1.5932617,7.5493164
+ c0,0-0.4873047-0.3623047-0.4189453-0.9238281c0.0771484-0.6328125,0.5917969-0.9394531,0.5917969-0.9394531
+ c0.0439453-0.0273438,0.0361328-0.1503906,0-0.1757812c0,0-0.3798828-0.2011719-0.3027344-0.71875
+ C1.550293,4.2094727,2.1049805,3.9555664,2.1723633,3.9399414c0.0683594-0.015625,0.1015625-0.1503906,0.0390625-0.1796875
+ C1.800293,3.5629883,2.3383789,2.2719727,3.5883789,2.1176758c1.2714844-0.1582031,3.5258789-0.15625,4.7202148,0
+ c0.59375,0,1.0625,0.6464844,3.1591797,0.6464844H15z"/>
+ <path class="Upper1" d="M15,1.7641602V6.840332h-3.5322266
+ C11.1376953,6.9272461,10.5625,7.1230469,10.3330078,7.4277344c-0.4169922,0.9418945-0.8701172,1.8125-1.3583984,2.6113281
+ c-0.2871094,0.3789062-0.6152344,0.703125-0.9824219,0.96875c-0.4492188,0.5722656-0.7822266,1.4667969-0.7822266,1.8496094
+ v0.7617188c0,0.1601562-0.0742188,0.2558594-0.1728516,0.3261719c-0.1254883,0.0898438-0.4233398,0.0644531-0.612793-0.046875
+ c-0.3291016-0.1914062-0.5771484-0.5371094-0.7167969-0.953125c-0.1152344-0.5097656-0.1660156-1.0957031,0-1.7285156
+ c0.1738281-0.6640625,0.6220703-1.0878906,0.8378906-1.7910156C6.690918,8.956543,6.5444336,8.7729492,6.0258789,8.7475586
+ C5.1811523,8.6987305,3.4370117,8.7036133,2.3735352,8.7514648C1.7827148,8.777832,0.9819336,8.3891602,1.0004883,7.753418
+ c0.0146484-0.4887695,0.3515625-0.9775391,0.5205078-1.0493164C1.5922852,6.6743164,1.6293945,6.6064453,1.5932617,6.550293
+ c0,0-0.4873047-0.362793-0.4189453-0.9248047c0.0771484-0.6318359,0.5917969-0.9384766,0.5917969-0.9384766
+ c0.0439453-0.0283203,0.0361328-0.1513672,0-0.1767578c0,0-0.3798828-0.2001953-0.3027344-0.71875
+ C1.550293,3.2094727,2.1049805,2.956543,2.1723633,2.940918c0.0683594-0.0166016,0.1015625-0.1503906,0.0390625-0.1796875
+ C1.800293,2.5629883,2.3383789,1.2729492,3.5883789,1.1186523c1.2714844-0.1582031,3.5258789-0.1572266,4.7202148,0
+ c0.59375,0,1.0625,0.6455078,3.1591797,0.6455078H15z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Dislike</title>
+ <desc>Dislike Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDislike">
+ <path class="Lower1" d="M15,2.7641602V7.840332c0,0-3.5332031,0-3.5322266,0
+ C11.1376953,7.9262695,10.5625,8.1225586,10.3330078,8.4272461c-0.4169922,0.9418945-0.8701172,1.8129883-1.3583984,2.6118164
+ c-0.2871094,0.3789062-0.6152344,0.7011719-0.9824219,0.96875c-0.4492188,0.5722656-0.7822266,1.4667969-0.7822266,1.8476562
+ v0.7636719c0,0.1601562-0.0742188,0.2539062-0.1728516,0.3261719c-0.1254883,0.0898438-0.4233398,0.0644531-0.612793-0.046875
+ c-0.3291016-0.1933594-0.5771484-0.5371094-0.7167969-0.953125c-0.1152344-0.5097656-0.1660156-1.0957031,0-1.7285156
+ c0.1738281-0.6640625,0.6220703-1.0878906,0.8378906-1.7910156c0.1455078-0.46875-0.0009766-0.6533203-0.5195312-0.6777344
+ C5.1811523,9.6992188,3.4370117,9.703125,2.3735352,9.7509766C1.7827148,9.7773438,0.9819336,9.3886719,1.0004883,8.7529297
+ c0.0146484-0.4887695,0.3515625-0.9770508,0.5205078-1.0493164C1.5922852,7.6743164,1.6293945,7.605957,1.5932617,7.5493164
+ c0,0-0.4873047-0.3623047-0.4189453-0.9238281c0.0771484-0.6328125,0.5917969-0.9394531,0.5917969-0.9394531
+ c0.0439453-0.0273438,0.0361328-0.1503906,0-0.1757812c0,0-0.3798828-0.2011719-0.3027344-0.71875
+ C1.550293,4.2094727,2.1049805,3.9555664,2.1723633,3.9399414c0.0683594-0.015625,0.1015625-0.1503906,0.0390625-0.1796875
+ C1.800293,3.5629883,2.3383789,2.2719727,3.5883789,2.1176758c1.2714844-0.1582031,3.5258789-0.15625,4.7202148,0
+ c0.59375,0,1.0625,0.6464844,3.1591797,0.6464844H15z"/>
+ <path class="Upper1" d="M15,1.7641602V6.840332h-3.5322266
+ C11.1376953,6.9272461,10.5625,7.1230469,10.3330078,7.4277344c-0.4169922,0.9418945-0.8701172,1.8125-1.3583984,2.6113281
+ c-0.2871094,0.3789062-0.6152344,0.703125-0.9824219,0.96875c-0.4492188,0.5722656-0.7822266,1.4667969-0.7822266,1.8496094
+ v0.7617188c0,0.1601562-0.0742188,0.2558594-0.1728516,0.3261719c-0.1254883,0.0898438-0.4233398,0.0644531-0.612793-0.046875
+ c-0.3291016-0.1914062-0.5771484-0.5371094-0.7167969-0.953125c-0.1152344-0.5097656-0.1660156-1.0957031,0-1.7285156
+ c0.1738281-0.6640625,0.6220703-1.0878906,0.8378906-1.7910156C6.690918,8.956543,6.5444336,8.7729492,6.0258789,8.7475586
+ C5.1811523,8.6987305,3.4370117,8.7036133,2.3735352,8.7514648C1.7827148,8.777832,0.9819336,8.3891602,1.0004883,7.753418
+ c0.0146484-0.4887695,0.3515625-0.9775391,0.5205078-1.0493164C1.5922852,6.6743164,1.6293945,6.6064453,1.5932617,6.550293
+ c0,0-0.4873047-0.362793-0.4189453-0.9248047c0.0771484-0.6318359,0.5917969-0.9384766,0.5917969-0.9384766
+ c0.0439453-0.0283203,0.0361328-0.1513672,0-0.1767578c0,0-0.3798828-0.2001953-0.3027344-0.71875
+ C1.550293,3.2094727,2.1049805,2.956543,2.1723633,2.940918c0.0683594-0.0166016,0.1015625-0.1503906,0.0390625-0.1796875
+ C1.800293,2.5629883,2.3383789,1.2729492,3.5883789,1.1186523c1.2714844-0.1582031,3.5258789-0.1572266,4.7202148,0
+ c0.59375,0,1.0625,0.6455078,3.1591797,0.6455078H15z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Dislike</title>
+ <desc>Dislike Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #900;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconDislike">
+ <path class="Lower" d="M15,2.7641602V7.840332c0,0-3.5332031,0-3.5322266,0
+ C11.1376953,7.9262695,10.5625,8.1225586,10.3330078,8.4272461c-0.4169922,0.9418945-0.8701172,1.8129883-1.3583984,2.6118164
+ c-0.2871094,0.3789062-0.6152344,0.7011719-0.9824219,0.96875c-0.4492188,0.5722656-0.7822266,1.4667969-0.7822266,1.8476562
+ v0.7636719c0,0.1601562-0.0742188,0.2539062-0.1728516,0.3261719c-0.1254883,0.0898438-0.4233398,0.0644531-0.612793-0.046875
+ c-0.3291016-0.1933594-0.5771484-0.5371094-0.7167969-0.953125c-0.1152344-0.5097656-0.1660156-1.0957031,0-1.7285156
+ c0.1738281-0.6640625,0.6220703-1.0878906,0.8378906-1.7910156c0.1455078-0.46875-0.0009766-0.6533203-0.5195312-0.6777344
+ C5.1811523,9.6992188,3.4370117,9.703125,2.3735352,9.7509766C1.7827148,9.7773438,0.9819336,9.3886719,1.0004883,8.7529297
+ c0.0146484-0.4887695,0.3515625-0.9770508,0.5205078-1.0493164C1.5922852,7.6743164,1.6293945,7.605957,1.5932617,7.5493164
+ c0,0-0.4873047-0.3623047-0.4189453-0.9238281c0.0771484-0.6328125,0.5917969-0.9394531,0.5917969-0.9394531
+ c0.0439453-0.0273438,0.0361328-0.1503906,0-0.1757812c0,0-0.3798828-0.2011719-0.3027344-0.71875
+ C1.550293,4.2094727,2.1049805,3.9555664,2.1723633,3.9399414c0.0683594-0.015625,0.1015625-0.1503906,0.0390625-0.1796875
+ C1.800293,3.5629883,2.3383789,2.2719727,3.5883789,2.1176758c1.2714844-0.1582031,3.5258789-0.15625,4.7202148,0
+ c0.59375,0,1.0625,0.6464844,3.1591797,0.6464844H15z"/>
+ <path class="Upper" d="M15,1.7641602V6.840332h-3.5322266
+ C11.1376953,6.9272461,10.5625,7.1230469,10.3330078,7.4277344c-0.4169922,0.9418945-0.8701172,1.8125-1.3583984,2.6113281
+ c-0.2871094,0.3789062-0.6152344,0.703125-0.9824219,0.96875c-0.4492188,0.5722656-0.7822266,1.4667969-0.7822266,1.8496094
+ v0.7617188c0,0.1601562-0.0742188,0.2558594-0.1728516,0.3261719c-0.1254883,0.0898438-0.4233398,0.0644531-0.612793-0.046875
+ c-0.3291016-0.1914062-0.5771484-0.5371094-0.7167969-0.953125c-0.1152344-0.5097656-0.1660156-1.0957031,0-1.7285156
+ c0.1738281-0.6640625,0.6220703-1.0878906,0.8378906-1.7910156C6.690918,8.956543,6.5444336,8.7729492,6.0258789,8.7475586
+ C5.1811523,8.6987305,3.4370117,8.7036133,2.3735352,8.7514648C1.7827148,8.777832,0.9819336,8.3891602,1.0004883,7.753418
+ c0.0146484-0.4887695,0.3515625-0.9775391,0.5205078-1.0493164C1.5922852,6.6743164,1.6293945,6.6064453,1.5932617,6.550293
+ c0,0-0.4873047-0.362793-0.4189453-0.9248047c0.0771484-0.6318359,0.5917969-0.9384766,0.5917969-0.9384766
+ c0.0439453-0.0283203,0.0361328-0.1513672,0-0.1767578c0,0-0.3798828-0.2001953-0.3027344-0.71875
+ C1.550293,3.2094727,2.1049805,2.956543,2.1723633,2.940918c0.0683594-0.0166016,0.1015625-0.1503906,0.0390625-0.1796875
+ C1.800293,2.5629883,2.3383789,1.2729492,3.5883789,1.1186523c1.2714844-0.1582031,3.5258789-0.1572266,4.7202148,0
+ c0.59375,0,1.0625,0.6455078,3.1591797,0.6455078H15z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Like</title>
+ <desc>Like Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconLike">
+ <path class="Lower1" d="M1,14.2353516V9.1591797c0,0,3.5332031,0,3.5327148,0
+ C4.8623047,9.0732422,5.4375,8.8774414,5.6669922,8.5727539c0.4174805-0.9418945,0.8701172-1.8125,1.3588867-2.6118164
+ C7.3120117,5.581543,7.6401367,5.2587891,8.0083008,4.9926758C8.456543,4.4199219,8.7900391,3.5249023,8.7900391,3.1435547
+ V2.3803711c0-0.159668,0.0742188-0.2543945,0.1728516-0.3261719c0.1259766-0.0898438,0.4238281-0.0634766,0.6132812,0.046875
+ c0.3291016,0.1928711,0.5771484,0.5380859,0.7167969,0.9541016c0.1152344,0.5092773,0.1660156,1.0947266,0,1.7285156
+ c-0.1738281,0.6635742-0.6220703,1.0874023-0.8378906,1.7900391C9.3095703,7.043457,9.4560547,7.2275391,9.9746094,7.2524414
+ c0.8447266,0.0488281,2.5888672,0.0439453,3.6523438-0.003418C14.2177734,7.2226562,15.0185547,7.6113281,15,8.2470703
+ c-0.0146484,0.4887695-0.3515625,0.9765625-0.5205078,1.0488281c-0.0712891,0.0292969-0.1083984,0.0976562-0.0722656,0.1542969
+ c0,0,0.4873047,0.3623047,0.4189453,0.9238281c-0.0771484,0.6328125-0.5917969,0.9394531-0.5917969,0.9394531
+ c-0.0439453,0.0273438-0.0361328,0.1503906,0,0.1757812c0,0,0.3798828,0.2011719,0.3027344,0.71875
+ c-0.0869141,0.5820312-0.6416016,0.8359375-0.7089844,0.8515625c-0.0683594,0.015625-0.1015625,0.1503906-0.0390625,0.1796875
+ c0.4111328,0.1972656-0.1269531,1.4882812-1.3769531,1.6425781c-1.2714844,0.1582031-3.5263672,0.15625-4.7211914,0
+ c-0.5932617,0-1.0620117-0.6464844-3.1582031-0.6464844H1z"/>
+ <path class="Upper1" d="M1,13.2363281V8.1601562h3.5327148
+ C4.8623047,8.0732422,5.4375,7.8774414,5.6669922,7.5727539c0.4174805-0.9418945,0.8701172-1.8125,1.3588867-2.6118164
+ C7.3120117,4.581543,7.6401367,4.2587891,8.0083008,3.9926758C8.456543,3.4199219,8.7900391,2.5249023,8.7900391,2.1435547
+ V1.3803711c0-0.159668,0.0742188-0.2543945,0.1728516-0.3261719c0.1259766-0.0898438,0.4238281-0.0634766,0.6132812,0.046875
+ c0.3291016,0.1928711,0.5771484,0.5380859,0.7167969,0.9541016c0.1152344,0.5092773,0.1660156,1.0947266,0,1.7285156
+ c-0.1738281,0.6635742-0.6220703,1.0874023-0.8378906,1.7900391C9.3095703,6.043457,9.4560547,6.2275391,9.9746094,6.2524414
+ c0.8447266,0.0488281,2.5888672,0.0439453,3.6523438-0.003418C14.2177734,6.2226562,15.0185547,6.6113281,15,7.2470703
+ c-0.0146484,0.4887695-0.3515625,0.9775391-0.5205078,1.0493164c-0.0712891,0.0297852-0.1083984,0.0976562-0.0722656,0.1538086
+ c0,0,0.4873047,0.362793,0.4189453,0.9248047c-0.0771484,0.6318359-0.5917969,0.9384766-0.5917969,0.9384766
+ c-0.0439453,0.0283203-0.0361328,0.1513672,0,0.1767578c0,0,0.3798828,0.2001953,0.3027344,0.71875
+ c-0.0869141,0.5820312-0.6416016,0.8349609-0.7089844,0.8505859c-0.0683594,0.0166016-0.1015625,0.1503906-0.0390625,0.1796875
+ c0.4111328,0.1982422-0.1269531,1.4882812-1.3769531,1.6425781c-1.2714844,0.1582031-3.5263672,0.1572266-4.7211914,0
+ c-0.5932617,0-1.0620117-0.6455078-3.1582031-0.6455078H1z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Like</title>
+ <desc>Like Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconLike">
+ <path class="Lower1" d="M1,14.2353516V9.1591797c0,0,3.5332031,0,3.5327148,0
+ C4.8623047,9.0732422,5.4375,8.8774414,5.6669922,8.5727539c0.4174805-0.9418945,0.8701172-1.8125,1.3588867-2.6118164
+ C7.3120117,5.581543,7.6401367,5.2587891,8.0083008,4.9926758C8.456543,4.4199219,8.7900391,3.5249023,8.7900391,3.1435547
+ V2.3803711c0-0.159668,0.0742188-0.2543945,0.1728516-0.3261719c0.1259766-0.0898438,0.4238281-0.0634766,0.6132812,0.046875
+ c0.3291016,0.1928711,0.5771484,0.5380859,0.7167969,0.9541016c0.1152344,0.5092773,0.1660156,1.0947266,0,1.7285156
+ c-0.1738281,0.6635742-0.6220703,1.0874023-0.8378906,1.7900391C9.3095703,7.043457,9.4560547,7.2275391,9.9746094,7.2524414
+ c0.8447266,0.0488281,2.5888672,0.0439453,3.6523438-0.003418C14.2177734,7.2226562,15.0185547,7.6113281,15,8.2470703
+ c-0.0146484,0.4887695-0.3515625,0.9765625-0.5205078,1.0488281c-0.0712891,0.0292969-0.1083984,0.0976562-0.0722656,0.1542969
+ c0,0,0.4873047,0.3623047,0.4189453,0.9238281c-0.0771484,0.6328125-0.5917969,0.9394531-0.5917969,0.9394531
+ c-0.0439453,0.0273438-0.0361328,0.1503906,0,0.1757812c0,0,0.3798828,0.2011719,0.3027344,0.71875
+ c-0.0869141,0.5820312-0.6416016,0.8359375-0.7089844,0.8515625c-0.0683594,0.015625-0.1015625,0.1503906-0.0390625,0.1796875
+ c0.4111328,0.1972656-0.1269531,1.4882812-1.3769531,1.6425781c-1.2714844,0.1582031-3.5263672,0.15625-4.7211914,0
+ c-0.5932617,0-1.0620117-0.6464844-3.1582031-0.6464844H1z"/>
+ <path class="Upper1" d="M1,13.2363281V8.1601562h3.5327148
+ C4.8623047,8.0732422,5.4375,7.8774414,5.6669922,7.5727539c0.4174805-0.9418945,0.8701172-1.8125,1.3588867-2.6118164
+ C7.3120117,4.581543,7.6401367,4.2587891,8.0083008,3.9926758C8.456543,3.4199219,8.7900391,2.5249023,8.7900391,2.1435547
+ V1.3803711c0-0.159668,0.0742188-0.2543945,0.1728516-0.3261719c0.1259766-0.0898438,0.4238281-0.0634766,0.6132812,0.046875
+ c0.3291016,0.1928711,0.5771484,0.5380859,0.7167969,0.9541016c0.1152344,0.5092773,0.1660156,1.0947266,0,1.7285156
+ c-0.1738281,0.6635742-0.6220703,1.0874023-0.8378906,1.7900391C9.3095703,6.043457,9.4560547,6.2275391,9.9746094,6.2524414
+ c0.8447266,0.0488281,2.5888672,0.0439453,3.6523438-0.003418C14.2177734,6.2226562,15.0185547,6.6113281,15,7.2470703
+ c-0.0146484,0.4887695-0.3515625,0.9775391-0.5205078,1.0493164c-0.0712891,0.0297852-0.1083984,0.0976562-0.0722656,0.1538086
+ c0,0,0.4873047,0.362793,0.4189453,0.9248047c-0.0771484,0.6318359-0.5917969,0.9384766-0.5917969,0.9384766
+ c-0.0439453,0.0283203-0.0361328,0.1513672,0,0.1767578c0,0,0.3798828,0.2001953,0.3027344,0.71875
+ c-0.0869141,0.5820312-0.6416016,0.8349609-0.7089844,0.8505859c-0.0683594,0.0166016-0.1015625,0.1503906-0.0390625,0.1796875
+ c0.4111328,0.1982422-0.1269531,1.4882812-1.3769531,1.6425781c-1.2714844,0.1582031-3.5263672,0.1572266-4.7211914,0
+ c-0.5932617,0-1.0620117-0.6455078-3.1582031-0.6455078H1z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Like</title>
+ <desc>Like Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper {fill: #090;}
+ .Lower {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconLike">
+ <path class="Lower" d="M1,14.2353516V9.1591797c0,0,3.5332031,0,3.5327148,0
+ C4.8623047,9.0732422,5.4375,8.8774414,5.6669922,8.5727539c0.4174805-0.9418945,0.8701172-1.8125,1.3588867-2.6118164
+ C7.3120117,5.581543,7.6401367,5.2587891,8.0083008,4.9926758C8.456543,4.4199219,8.7900391,3.5249023,8.7900391,3.1435547
+ V2.3803711c0-0.159668,0.0742188-0.2543945,0.1728516-0.3261719c0.1259766-0.0898438,0.4238281-0.0634766,0.6132812,0.046875
+ c0.3291016,0.1928711,0.5771484,0.5380859,0.7167969,0.9541016c0.1152344,0.5092773,0.1660156,1.0947266,0,1.7285156
+ c-0.1738281,0.6635742-0.6220703,1.0874023-0.8378906,1.7900391C9.3095703,7.043457,9.4560547,7.2275391,9.9746094,7.2524414
+ c0.8447266,0.0488281,2.5888672,0.0439453,3.6523438-0.003418C14.2177734,7.2226562,15.0185547,7.6113281,15,8.2470703
+ c-0.0146484,0.4887695-0.3515625,0.9765625-0.5205078,1.0488281c-0.0712891,0.0292969-0.1083984,0.0976562-0.0722656,0.1542969
+ c0,0,0.4873047,0.3623047,0.4189453,0.9238281c-0.0771484,0.6328125-0.5917969,0.9394531-0.5917969,0.9394531
+ c-0.0439453,0.0273438-0.0361328,0.1503906,0,0.1757812c0,0,0.3798828,0.2011719,0.3027344,0.71875
+ c-0.0869141,0.5820312-0.6416016,0.8359375-0.7089844,0.8515625c-0.0683594,0.015625-0.1015625,0.1503906-0.0390625,0.1796875
+ c0.4111328,0.1972656-0.1269531,1.4882812-1.3769531,1.6425781c-1.2714844,0.1582031-3.5263672,0.15625-4.7211914,0
+ c-0.5932617,0-1.0620117-0.6464844-3.1582031-0.6464844H1z"/>
+ <path class="Upper" d="M1,13.2363281V8.1601562h3.5327148
+ C4.8623047,8.0732422,5.4375,7.8774414,5.6669922,7.5727539c0.4174805-0.9418945,0.8701172-1.8125,1.3588867-2.6118164
+ C7.3120117,4.581543,7.6401367,4.2587891,8.0083008,3.9926758C8.456543,3.4199219,8.7900391,2.5249023,8.7900391,2.1435547
+ V1.3803711c0-0.159668,0.0742188-0.2543945,0.1728516-0.3261719c0.1259766-0.0898438,0.4238281-0.0634766,0.6132812,0.046875
+ c0.3291016,0.1928711,0.5771484,0.5380859,0.7167969,0.9541016c0.1152344,0.5092773,0.1660156,1.0947266,0,1.7285156
+ c-0.1738281,0.6635742-0.6220703,1.0874023-0.8378906,1.7900391C9.3095703,6.043457,9.4560547,6.2275391,9.9746094,6.2524414
+ c0.8447266,0.0488281,2.5888672,0.0439453,3.6523438-0.003418C14.2177734,6.2226562,15.0185547,6.6113281,15,7.2470703
+ c-0.0146484,0.4887695-0.3515625,0.9775391-0.5205078,1.0493164c-0.0712891,0.0297852-0.1083984,0.0976562-0.0722656,0.1538086
+ c0,0,0.4873047,0.362793,0.4189453,0.9248047c-0.0771484,0.6318359-0.5917969,0.9384766-0.5917969,0.9384766
+ c-0.0439453,0.0283203-0.0361328,0.1513672,0,0.1767578c0,0,0.3798828,0.2001953,0.3027344,0.71875
+ c-0.0869141,0.5820312-0.6416016,0.8349609-0.7089844,0.8505859c-0.0683594,0.0166016-0.1015625,0.1503906-0.0390625,0.1796875
+ c0.4111328,0.1982422-0.1269531,1.4882812-1.3769531,1.6425781c-1.2714844,0.1582031-3.5263672,0.1572266-4.7211914,0
+ c-0.5932617,0-1.0620117-0.6455078-3.1582031-0.6455078H1z"/>
+ </g>
+</svg>
--- /dev/null
+--- Icon Todo ---
+
+Fix shadow:
+- errorInverse.svg
+- infoInverse.svg
+- successInverse.svg
+- warningInverse.svg
+
+Fix placeholder:
+list.svg
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Trash</title>
+ <desc>Trash Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTrash">
+ <g class="Lower1">
+ <path id="Bin2" d="M8.2744141,15c0.3110352,0,0.6108398-0.2207031,0.6660156-0.4921875
+ l2.0507812-10.0151367c0.0546875-0.2709961-0.1533203-0.4921875-0.4648438-0.4921875H9.9570312
+ c-0.3115234,0-0.6123047,0.2211914-0.6689453,0.4916992l-1.7539062,8.4121094
+ c-0.0561523,0.2695312-0.3574219,0.4921875-0.668457,0.4921875H5.1572266c-0.3110352,0-0.612793-0.2207031-0.6699219-0.4921875
+ L2.6987305,4.4916992C2.6416016,4.2216797,2.3398438,4.0004883,2.0288086,4.0004883H1.4731445
+ c-0.3105469,0-0.5200195,0.2211914-0.4643555,0.4916992l2.0600586,10.015625C3.1245117,14.7792969,3.4248047,15,3.7353516,15
+ H8.2744141z"/>
+ <path id="Litter2" d="M5.9868164,7.5288086V6.0004883H4.4584961v1.5283203H5.9868164z
+ M7.1210938,4.2163086L6,3.1074219L4.8789062,4.2163086L6,5.3378906L7.1210938,4.2163086z M5.6391602,2.1088867L4.5170898,1
+ l-1.109375,1.1088867l1.109375,1.121582L5.6391602,2.1088867z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Bin1" d="M8.2744141,14c0.3110352,0,0.6108398-0.2216797,0.6660156-0.4921875l2.0507812-10.015625
+ C11.0458984,3.2211914,10.8378906,3,10.5263672,3H9.9570312C9.6455078,3,9.3447266,3.2211914,9.2880859,3.4916992
+ l-1.7539062,8.4116211c-0.0561523,0.2705078-0.3574219,0.4921875-0.668457,0.4921875H5.1572266
+ c-0.3110352,0-0.612793-0.2207031-0.6699219-0.4912109L2.6987305,3.4912109C2.6416016,3.2211914,2.3398438,3,2.0288086,3
+ H1.4731445C1.1625977,3,0.953125,3.2211914,1.0087891,3.4916992l2.0600586,10.0161133
+ C3.1245117,13.7783203,3.4248047,14,3.7353516,14H8.2744141z"/>
+ <path id="Litter1" d="M4.4584961,5h1.5283203v1.5283203H4.4584961V5z M6,2.1069336L4.8789062,3.2158203
+ L6,4.3374023l1.1210938-1.121582L6,2.1069336z M5.6391602,1.1083984L4.5170898-0.0004883l-1.109375,1.1088867l1.109375,1.121582
+ L5.6391602,1.1083984z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Trash</title>
+ <desc>Trash Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconTrash">
+ <g class="Lower1">
+ <path id="Bin2" d="M8.2744141,15c0.3110352,0,0.6108398-0.2207031,0.6660156-0.4921875
+ l2.0507812-10.0151367c0.0546875-0.2709961-0.1533203-0.4921875-0.4648438-0.4921875H9.9570312
+ c-0.3115234,0-0.6123047,0.2211914-0.6689453,0.4916992l-1.7539062,8.4121094
+ c-0.0561523,0.2695312-0.3574219,0.4921875-0.668457,0.4921875H5.1572266c-0.3110352,0-0.612793-0.2207031-0.6699219-0.4921875
+ L2.6987305,4.4916992C2.6416016,4.2216797,2.3398438,4.0004883,2.0288086,4.0004883H1.4731445
+ c-0.3105469,0-0.5200195,0.2211914-0.4643555,0.4916992l2.0600586,10.015625C3.1245117,14.7792969,3.4248047,15,3.7353516,15
+ H8.2744141z"/>
+ <path id="Litter2" d="M5.9868164,7.5288086V6.0004883H4.4584961v1.5283203H5.9868164z
+ M7.1210938,4.2163086L6,3.1074219L4.8789062,4.2163086L6,5.3378906L7.1210938,4.2163086z M5.6391602,2.1088867L4.5170898,1
+ l-1.109375,1.1088867l1.109375,1.121582L5.6391602,2.1088867z"/>
+ </g>
+ <g class="Upper1">
+ <path id="Bin1" d="M8.2744141,14c0.3110352,0,0.6108398-0.2216797,0.6660156-0.4921875l2.0507812-10.015625
+ C11.0458984,3.2211914,10.8378906,3,10.5263672,3H9.9570312C9.6455078,3,9.3447266,3.2211914,9.2880859,3.4916992
+ l-1.7539062,8.4116211c-0.0561523,0.2705078-0.3574219,0.4921875-0.668457,0.4921875H5.1572266
+ c-0.3110352,0-0.612793-0.2207031-0.6699219-0.4912109L2.6987305,3.4912109C2.6416016,3.2211914,2.3398438,3,2.0288086,3
+ H1.4731445C1.1625977,3,0.953125,3.2211914,1.0087891,3.4916992l2.0600586,10.0161133
+ C3.1245117,13.7783203,3.4248047,14,3.7353516,14H8.2744141z"/>
+ <path id="Litter1" d="M4.4584961,5h1.5283203v1.5283203H4.4584961V5z M6,2.1069336L4.8789062,3.2158203
+ L6,4.3374023l1.1210938-1.121582L6,2.1069336z M5.6391602,1.1083984L4.5170898-0.0004883l-1.109375,1.1088867l1.109375,1.121582
+ L5.6391602,1.1083984z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Undo</title>
+ <desc>Undo Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUndo">
+ <path class="Lower1" d="M7,9c5.0292969,0,7,2,7,6h1c0-6.9995117-3-8.9995117-8-8.9995117V2.5166016
+ c0-0.5498047-0.4023438-0.6816406-0.7944336-0.2929688L1.5073242,6.7973633c-0.6450195,0.6450195-0.7070312,0.7070312,0,1.4140625
+ l4.6982422,4.565918C6.5976562,13.1660156,7,13.0332031,7,12.484375V9z"/>
+ <path class="Upper1" d="M7,8c5.0292969,0,7,2,7,6h1c0-7-3-9-8-9V1.5161133
+ c0-0.5498047-0.4023438-0.6816406-0.7944336-0.2929688L1.5073242,5.796875c-0.6450195,0.6450195-0.7070312,0.7070312,0,1.4140625
+ l4.6982422,4.5654297C6.5976562,12.1650391,7,12.0332031,7,11.4833984V8z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Undo</title>
+ <desc>Undo Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUndo">
+ <path class="Lower1" d="M7,9c5.0292969,0,7,2,7,6h1c0-6.9995117-3-8.9995117-8-8.9995117V2.5166016
+ c0-0.5498047-0.4023438-0.6816406-0.7944336-0.2929688L1.5073242,6.7973633c-0.6450195,0.6450195-0.7070312,0.7070312,0,1.4140625
+ l4.6982422,4.565918C6.5976562,13.1660156,7,13.0332031,7,12.484375V9z"/>
+ <path class="Upper1" d="M7,8c5.0292969,0,7,2,7,6h1c0-7-3-9-8-9V1.5161133
+ c0-0.5498047-0.4023438-0.6816406-0.7944336-0.2929688L1.5073242,5.796875c-0.6450195,0.6450195-0.7070312,0.7070312,0,1.4140625
+ l4.6982422,4.5654297C6.5976562,12.1650391,7,12.0332031,7,11.4833984V8z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Update</title>
+ <desc>Update Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUpdate">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,11.75
+ c-0.6455078-0.6455078-1.3427734-0.0800781-1.3427734-0.0800781C9.8496094,12.4853516,8.7421875,13,7.5,13
+ C5.0146484,13,3,10.9853516,3,8.5S5.0146484,4,7.5,4c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C13.140625,4.1347656,10.5722656,2,7.5,2C3.9101562,2,1,4.9101562,1,8.5S3.9101562,15,7.5,15
+ c1.7919922,0,3.4091797-0.7304688,4.5830078-1.9042969C12.0830078,13.0957031,12.6669922,12.4169922,12,11.75z"/>
+ <polygon id="Arrow2" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.75,2 12.75,6 8.75,6 10.75,8
+ 14.75,8 14.75,4"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,10.75
+ c-0.6455078-0.6455078-1.3427734-0.0800781-1.3427734-0.0800781C9.8496094,11.4853516,8.7421875,12,7.5,12
+ C5.0146484,12,3,9.9853516,3,7.5S5.0146484,3,7.5,3c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C13.140625,3.1347656,10.5722656,1,7.5,1C3.9101562,1,1,3.9101562,1,7.5S3.9101562,14,7.5,14
+ c1.7919922,0,3.4091797-0.7304688,4.5830078-1.9042969C12.0830078,12.0957031,12.6669922,11.4169922,12,10.75z"/>
+ <polygon id="Arrow1" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.75,1 12.75,5 8.75,5 10.75,7
+ 14.75,7 14.75,3"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Update</title>
+ <desc>Update Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUpdate">
+ <g class="Lower1">
+ <path id="Circle2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,11.75
+ c-0.6455078-0.6455078-1.3427734-0.0800781-1.3427734-0.0800781C9.8496094,12.4853516,8.7421875,13,7.5,13
+ C5.0146484,13,3,10.9853516,3,8.5S5.0146484,4,7.5,4c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C13.140625,4.1347656,10.5722656,2,7.5,2C3.9101562,2,1,4.9101562,1,8.5S3.9101562,15,7.5,15
+ c1.7919922,0,3.4091797-0.7304688,4.5830078-1.9042969C12.0830078,13.0957031,12.6669922,12.4169922,12,11.75z"/>
+ <polygon id="Arrow2" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.75,2 12.75,6 8.75,6 10.75,8
+ 14.75,8 14.75,4"/>
+ </g>
+ <g class="Upper1">
+ <path id="Circle1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,10.75
+ c-0.6455078-0.6455078-1.3427734-0.0800781-1.3427734-0.0800781C9.8496094,11.4853516,8.7421875,12,7.5,12
+ C5.0146484,12,3,9.9853516,3,7.5S5.0146484,3,7.5,3c1.9570312,0,3.6044922,1.2563477,4.2246094,3h2.0947266
+ C13.140625,3.1347656,10.5722656,1,7.5,1C3.9101562,1,1,3.9101562,1,7.5S3.9101562,14,7.5,14
+ c1.7919922,0,3.4091797-0.7304688,4.5830078-1.9042969C12.0830078,12.0957031,12.6669922,11.4169922,12,10.75z"/>
+ <polygon id="Arrow1" style="fill-rule: evenodd; clip-rule: evenodd;" points="12.75,1 12.75,5 8.75,5 10.75,7
+ 14.75,7 14.75,3"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Upload</title>
+ <desc>Upload Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUpload">
+ <g id="Drive">
+ <path class="Lower1" d="M1,4v3h13V4H1z M2.5,6C2.2236328,6,2,5.7763672,2,5.5S2.2236328,5,2.5,5
+ S3,5.2236328,3,5.5S2.7763672,6,2.5,6z M14,3.75H1L2.5,2h10L14,3.75z"/>
+ <path class="Upper1" d="M1,3v3h13V3H1z M2.5,5C2.2236328,5,2,4.7763672,2,4.5S2.2236328,4,2.5,4
+ S3,4.2236328,3,4.5S2.7763672,5,2.5,5z M14,2.75H1L2.5,1h10L14,2.75z"/>
+ </g>
+ <g id="Arrow">
+ <polygon class="Lower1" points="6,15 6,11 4,11 4,10 7.5,6.5004883 11,10 11,11 9,11 9,15"/>
+ <polygon class="Upper1" points="6,14 6,10 4,10 7.5,6.5 11,10 9,10 9,14"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Upload</title>
+ <desc>Upload Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUpload">
+ <g id="Drive">
+ <path class="Lower1" d="M1,4v3h13V4H1z M2.5,6C2.2236328,6,2,5.7763672,2,5.5S2.2236328,5,2.5,5
+ S3,5.2236328,3,5.5S2.7763672,6,2.5,6z M14,3.75H1L2.5,2h10L14,3.75z"/>
+ <path class="Upper1" d="M1,3v3h13V3H1z M2.5,5C2.2236328,5,2,4.7763672,2,4.5S2.2236328,4,2.5,4
+ S3,4.2236328,3,4.5S2.7763672,5,2.5,5z M14,2.75H1L2.5,1h10L14,2.75z"/>
+ </g>
+ <g id="Arrow">
+ <polygon class="Lower1" points="6,15 6,11 4,11 4,10 7.5,6.5004883 11,10 11,11 9,11 9,15"/>
+ <polygon class="Upper1" points="6,14 6,10 4,10 7.5,6.5 11,10 9,10 9,14"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>User</title>
+ <desc>User Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUser">
+ <g id="Silhouette">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,15
+ c-0.2333984-1.171875-0.6699219-3.6777344-1.7470703-4.1445312c-0.8632812-0.375-1.5673828-0.8359375-2.109375-1.3808594
+ C9.8984375,9.125,9.4882812,8.9316406,8.9165039,8.8886719c-0.152832-0.3769531-0.1459961-0.84375,0.019043-1.3994141
+ C9.28125,7.1186523,9.5078125,6.5932617,9.6201172,5.9116211C9.6113281,5.6884766,9.484375,5.5981445,9.2373047,5.6386719
+ C9.2109375,5.175293,9.2958984,4.668457,9.4980469,4.1201172L9.3193359,3.5375977l-0.2011719-0.137207
+ C9.0683594,3.2138672,8.7675781,3.0004883,8.2128906,2.7587891L7.9912109,2.3105469l-0.3208008-0.078125l0.0390625-0.2329102
+ L7.3881836,2.1552734C6.7211914,2.0019531,6.1176758,2.1445312,5.5795898,2.5834961L5.4174805,2.2910156
+ C5.2236328,2.8554688,4.8955078,3.3291016,4.4335938,3.7119141H4.1918945l0.0205078,0.3510742L4.03125,4.5883789
+ l0.4423828,1.2651367L4.2929688,5.8730469C3.9907227,6.296875,4.1479492,6.1826172,4.5737305,7.1962891l0.0195312,0.1953125
+ c0.1738281,0.6591797,0.3232422,1.0898438,0.9648438,1.4794922l0.0415039,0.390625L4.6547852,9.9414062
+ c-0.8051758,0.5859375-1.7163086,1.0996094-2.734375,1.5371094c-0.2436523,0.2128906-0.9057617,3.1230469-0.9174805,3.5058594
+ C1.0019531,14.9882812,1.0004883,14.9960938,1,15H14z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,14
+ c-0.2333984-1.1708984-0.6699219-3.6777344-1.7470703-4.1435547c-0.8632812-0.375-1.5673828-0.8369141-2.109375-1.3808594
+ C9.8984375,8.125,9.4882812,7.9316406,8.9165039,7.8896484c-0.152832-0.3779297-0.1459961-0.8442383,0.019043-1.3999023
+ C9.28125,6.1191406,9.5078125,5.59375,9.6201172,4.9121094C9.6113281,4.6889648,9.484375,4.5986328,9.2373047,4.6391602
+ C9.2109375,4.1757812,9.2958984,3.6689453,9.4980469,3.1206055L9.3193359,2.5380859l-0.2011719-0.137207
+ C9.0683594,2.2143555,8.7675781,2.0009766,8.2128906,1.7592773L7.9912109,1.3110352l-0.3208008-0.078125L7.7094727,1
+ L7.3881836,1.1557617C6.7211914,1.0024414,6.1176758,1.1450195,5.5795898,1.5839844L5.4174805,1.2915039
+ C5.2236328,1.855957,4.8955078,2.3295898,4.4335938,2.7124023H4.1918945l0.0205078,0.3510742L4.03125,3.5888672
+ l0.4423828,1.2651367L4.2929688,4.8735352C3.9907227,5.2973633,4.1479492,5.1831055,4.5737305,6.1967773l0.0195312,0.1953125
+ c0.1738281,0.659668,0.3232422,1.0898438,0.9648438,1.4799805l0.0415039,0.3896484L4.6547852,8.9423828
+ c-0.8051758,0.5859375-1.7163086,1.0996094-2.734375,1.5371094c-0.2436523,0.2128906-0.9057617,3.1220703-0.9174805,3.5048828
+ C1.0019531,13.9892578,1.0004883,13.9960938,1,14H14z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>User</title>
+ <desc>User Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUser">
+ <g id="Silhouette">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,15
+ c-0.2333984-1.171875-0.6699219-3.6777344-1.7470703-4.1445312c-0.8632812-0.375-1.5673828-0.8359375-2.109375-1.3808594
+ C9.8984375,9.125,9.4882812,8.9316406,8.9165039,8.8886719c-0.152832-0.3769531-0.1459961-0.84375,0.019043-1.3994141
+ C9.28125,7.1186523,9.5078125,6.5932617,9.6201172,5.9116211C9.6113281,5.6884766,9.484375,5.5981445,9.2373047,5.6386719
+ C9.2109375,5.175293,9.2958984,4.668457,9.4980469,4.1201172L9.3193359,3.5375977l-0.2011719-0.137207
+ C9.0683594,3.2138672,8.7675781,3.0004883,8.2128906,2.7587891L7.9912109,2.3105469l-0.3208008-0.078125l0.0390625-0.2329102
+ L7.3881836,2.1552734C6.7211914,2.0019531,6.1176758,2.1445312,5.5795898,2.5834961L5.4174805,2.2910156
+ C5.2236328,2.8554688,4.8955078,3.3291016,4.4335938,3.7119141H4.1918945l0.0205078,0.3510742L4.03125,4.5883789
+ l0.4423828,1.2651367L4.2929688,5.8730469C3.9907227,6.296875,4.1479492,6.1826172,4.5737305,7.1962891l0.0195312,0.1953125
+ c0.1738281,0.6591797,0.3232422,1.0898438,0.9648438,1.4794922l0.0415039,0.390625L4.6547852,9.9414062
+ c-0.8051758,0.5859375-1.7163086,1.0996094-2.734375,1.5371094c-0.2436523,0.2128906-0.9057617,3.1230469-0.9174805,3.5058594
+ C1.0019531,14.9882812,1.0004883,14.9960938,1,15H14z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14,14
+ c-0.2333984-1.1708984-0.6699219-3.6777344-1.7470703-4.1435547c-0.8632812-0.375-1.5673828-0.8369141-2.109375-1.3808594
+ C9.8984375,8.125,9.4882812,7.9316406,8.9165039,7.8896484c-0.152832-0.3779297-0.1459961-0.8442383,0.019043-1.3999023
+ C9.28125,6.1191406,9.5078125,5.59375,9.6201172,4.9121094C9.6113281,4.6889648,9.484375,4.5986328,9.2373047,4.6391602
+ C9.2109375,4.1757812,9.2958984,3.6689453,9.4980469,3.1206055L9.3193359,2.5380859l-0.2011719-0.137207
+ C9.0683594,2.2143555,8.7675781,2.0009766,8.2128906,1.7592773L7.9912109,1.3110352l-0.3208008-0.078125L7.7094727,1
+ L7.3881836,1.1557617C6.7211914,1.0024414,6.1176758,1.1450195,5.5795898,1.5839844L5.4174805,1.2915039
+ C5.2236328,1.855957,4.8955078,2.3295898,4.4335938,2.7124023H4.1918945l0.0205078,0.3510742L4.03125,3.5888672
+ l0.4423828,1.2651367L4.2929688,4.8735352C3.9907227,5.2973633,4.1479492,5.1831055,4.5737305,6.1967773l0.0195312,0.1953125
+ c0.1738281,0.659668,0.3232422,1.0898438,0.9648438,1.4799805l0.0415039,0.3896484L4.6547852,8.9423828
+ c-0.8051758,0.5859375-1.7163086,1.0996094-2.734375,1.5371094c-0.2436523,0.2128906-0.9057617,3.1220703-0.9174805,3.5048828
+ C1.0019531,13.9892578,1.0004883,13.9960938,1,14H14z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Users</title>
+ <desc>Users Icon (different heights)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUsers">
+ <g id="SilhouetteRight">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.65625,11.7490234
+ c-0.6640625-0.2939453-1.2050781-0.6552734-1.6220703-1.0830078c-0.1884766-0.2744141-0.5048828-0.4257812-0.9443359-0.4599609
+ c-0.1171875-0.2958984-0.1113281-0.6611328,0.015625-1.0966797c0.265625-0.2910156,0.4394531-0.7036133,0.5253906-1.2382812
+ C12.625,7.6962891,12.5273438,7.6254883,12.3369141,7.6572266c-0.0205078-0.3632812,0.0449219-0.7607422,0.2001953-1.190918
+ l-0.1367188-0.4570312l-0.1552734-0.1074219c-0.0380859-0.1464844-0.2695312-0.3139648-0.6962891-0.503418L11.3789062,5.046875
+ l-0.2480469-0.0615234l0.03125-0.1826172L10.9140625,4.925293C10.4013672,4.8046875,9.9375,4.9169922,9.5234375,5.2607422
+ l-0.125-0.2294922C9.25,5.4746094,8.9970703,5.8457031,8.6416016,6.1459961H8.6279297
+ C8.5649414,6.4423828,8.4785156,6.7060547,8.3671875,6.9365234L8.671875,7.8261719L8.5332031,7.8413086
+ C8.3007812,8.1733398,8.421875,8.0839844,8.75,8.8789062l0.0146484,0.1533203
+ c0.0083008,0.03125,0.0170898,0.0566406,0.0249023,0.0869141c0.1616211,0.0927734,0.2993164,0.2070312,0.402832,0.3564453
+ c0.53125,0.5449219,1.2226562,1.0058594,2.0673828,1.3798828C12.3164062,11.3222656,12.5,13.8544922,12.5,15H15v-2.9697266
+ C14.8945312,11.9082031,14.7832031,11.8046875,14.65625,11.7490234z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.65625,10.75
+ c-0.6640625-0.2939453-1.2050781-0.65625-1.6220703-1.0820312c-0.1884766-0.2753906-0.5048828-0.4277344-0.9443359-0.4599609
+ c-0.1171875-0.2958984-0.1113281-0.6625977,0.015625-1.0981445c0.265625-0.2905273,0.4394531-0.7021484,0.5253906-1.2373047
+ C12.625,6.6972656,12.5273438,6.6269531,12.3369141,6.6586914c-0.0205078-0.3632812,0.0449219-0.7612305,0.2001953-1.1914062
+ l-0.1367188-0.456543l-0.1552734-0.1074219c-0.0380859-0.1464844-0.2695312-0.3139648-0.6962891-0.503418l-0.1699219-0.3515625
+ l-0.2480469-0.0615234l0.03125-0.1826172l-0.2480469,0.1220703C10.4013672,3.8056641,9.9375,3.9179688,9.5234375,4.262207
+ l-0.125-0.2294922C9.25,4.4755859,8.9970703,4.8466797,8.6416016,5.1469727H8.6289062
+ C8.5654297,5.4433594,8.4785156,5.7075195,8.3671875,5.9375L8.671875,6.8271484L8.5332031,6.8422852
+ C8.3007812,7.1748047,8.421875,7.0854492,8.75,7.8803711l0.0146484,0.152832
+ C8.7724609,8.0634766,8.78125,8.0878906,8.7890625,8.1171875c0.1616211,0.0932617,0.3007812,0.2089844,0.4042969,0.359375
+ c0.53125,0.5419922,1.2226562,1.0039062,2.0673828,1.3789062C12.3173828,10.3232422,12.5,12.7949219,12.5,14H15v-2.96875
+ C14.8945312,10.9091797,14.7832031,10.8066406,14.65625,10.75z"/>
+ </g>
+ <g id="SilhouetteLeft">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.1313477,5.8544922L2.9545898,5.8740234
+ C2.6582031,6.296875,2.8120117,6.1831055,3.2299805,7.1962891l0.0195312,0.1958008
+ c0.1704102,0.6586914,0.315918,1.0898438,0.9453125,1.4785156l0.0405273,0.3911133L3.309082,9.9414062
+ C2.6240234,10.4511719,1.8432617,10.8945312,1,11.2910156V15h11c0-1.1455078-0.1835938-3.6777344-1.2402344-4.1445312
+ c-0.8447266-0.3740234-1.5361328-0.8349609-2.0673828-1.3798828C8.4506836,9.1259766,8.0488281,8.9326172,7.4887695,8.887207
+ c-0.1499023-0.3754883-0.1430664-0.8413086,0.019043-1.3969727c0.3383789-0.371582,0.5605469-0.8964844,0.6704102-1.578125
+ C8.1699219,5.6889648,8.0454102,5.5986328,7.8027344,5.6386719c-0.0263672-0.4628906,0.0576172-0.96875,0.2563477-1.5180664
+ l-0.175293-0.5830078L7.6860352,3.4018555c-0.0483398-0.1870117-0.34375-0.4008789-0.8876953-0.6420898L6.581543,2.3115234
+ L6.2661133,2.2329102L6.3046875,2L5.9897461,2.15625C5.3359375,2.0024414,4.7436523,2.1464844,4.2158203,2.5839844
+ L4.0576172,2.2910156c-0.1904297,0.565918-0.512207,1.0380859-0.965332,1.4213867H2.8549805l0.0205078,0.3515625
+ L2.6972656,4.5883789L3.1313477,5.8544922z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.1318359,4.8540039L2.9545898,4.8735352
+ C2.6582031,5.2973633,2.8120117,5.1835938,3.2304688,6.1977539L3.25,6.3920898
+ c0.1699219,0.659668,0.315918,1.090332,0.9453125,1.4804688L4.2353516,8.262207L3.3095703,8.9418945
+ C2.6240234,9.4501953,1.8432617,9.8955078,1,10.2929688V14h11c0-1.2050781-0.1826172-3.6767578-1.2392578-4.1445312
+ c-0.8447266-0.375-1.5361328-0.8369141-2.0673828-1.3789062C8.4511719,8.125,8.0498047,7.9306641,7.4897461,7.8901367
+ C7.3398438,7.512207,7.3466797,7.0449219,7.5083008,6.4897461C7.847168,6.1191406,8.0688477,5.5942383,8.1791992,4.9121094
+ C8.1704102,4.6884766,8.0463867,4.5986328,7.8037109,4.6391602C7.7773438,4.1762695,7.8608398,3.6689453,8.0600586,3.1206055
+ L7.8842773,2.5385742l-0.1977539-0.137207C7.6381836,2.2148438,7.3432617,2.0009766,6.7988281,1.7597656L6.5820312,1.3110352
+ L6.2666016,1.2324219L6.3051758,1L5.9907227,1.1557617C5.3364258,1.0014648,4.7436523,1.1455078,4.2163086,1.5839844
+ L4.0576172,1.2910156c-0.1899414,0.5654297-0.512207,1.0380859-0.965332,1.4208984H2.8549805l0.0209961,0.3510742
+ L2.6977539,3.5883789L3.1318359,4.8540039z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Users</title>
+ <desc>Users Icon (different heights)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconUsers">
+ <g id="SilhouetteRight">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.65625,11.7490234
+ c-0.6640625-0.2939453-1.2050781-0.6552734-1.6220703-1.0830078c-0.1884766-0.2744141-0.5048828-0.4257812-0.9443359-0.4599609
+ c-0.1171875-0.2958984-0.1113281-0.6611328,0.015625-1.0966797c0.265625-0.2910156,0.4394531-0.7036133,0.5253906-1.2382812
+ C12.625,7.6962891,12.5273438,7.6254883,12.3369141,7.6572266c-0.0205078-0.3632812,0.0449219-0.7607422,0.2001953-1.190918
+ l-0.1367188-0.4570312l-0.1552734-0.1074219c-0.0380859-0.1464844-0.2695312-0.3139648-0.6962891-0.503418L11.3789062,5.046875
+ l-0.2480469-0.0615234l0.03125-0.1826172L10.9140625,4.925293C10.4013672,4.8046875,9.9375,4.9169922,9.5234375,5.2607422
+ l-0.125-0.2294922C9.25,5.4746094,8.9970703,5.8457031,8.6416016,6.1459961H8.6279297
+ C8.5649414,6.4423828,8.4785156,6.7060547,8.3671875,6.9365234L8.671875,7.8261719L8.5332031,7.8413086
+ C8.3007812,8.1733398,8.421875,8.0839844,8.75,8.8789062l0.0146484,0.1533203
+ c0.0083008,0.03125,0.0170898,0.0566406,0.0249023,0.0869141c0.1616211,0.0927734,0.2993164,0.2070312,0.402832,0.3564453
+ c0.53125,0.5449219,1.2226562,1.0058594,2.0673828,1.3798828C12.3164062,11.3222656,12.5,13.8544922,12.5,15H15v-2.9697266
+ C14.8945312,11.9082031,14.7832031,11.8046875,14.65625,11.7490234z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M14.65625,10.75
+ c-0.6640625-0.2939453-1.2050781-0.65625-1.6220703-1.0820312c-0.1884766-0.2753906-0.5048828-0.4277344-0.9443359-0.4599609
+ c-0.1171875-0.2958984-0.1113281-0.6625977,0.015625-1.0981445c0.265625-0.2905273,0.4394531-0.7021484,0.5253906-1.2373047
+ C12.625,6.6972656,12.5273438,6.6269531,12.3369141,6.6586914c-0.0205078-0.3632812,0.0449219-0.7612305,0.2001953-1.1914062
+ l-0.1367188-0.456543l-0.1552734-0.1074219c-0.0380859-0.1464844-0.2695312-0.3139648-0.6962891-0.503418l-0.1699219-0.3515625
+ l-0.2480469-0.0615234l0.03125-0.1826172l-0.2480469,0.1220703C10.4013672,3.8056641,9.9375,3.9179688,9.5234375,4.262207
+ l-0.125-0.2294922C9.25,4.4755859,8.9970703,4.8466797,8.6416016,5.1469727H8.6289062
+ C8.5654297,5.4433594,8.4785156,5.7075195,8.3671875,5.9375L8.671875,6.8271484L8.5332031,6.8422852
+ C8.3007812,7.1748047,8.421875,7.0854492,8.75,7.8803711l0.0146484,0.152832
+ C8.7724609,8.0634766,8.78125,8.0878906,8.7890625,8.1171875c0.1616211,0.0932617,0.3007812,0.2089844,0.4042969,0.359375
+ c0.53125,0.5419922,1.2226562,1.0039062,2.0673828,1.3789062C12.3173828,10.3232422,12.5,12.7949219,12.5,14H15v-2.96875
+ C14.8945312,10.9091797,14.7832031,10.8066406,14.65625,10.75z"/>
+ </g>
+ <g id="SilhouetteLeft">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.1313477,5.8544922L2.9545898,5.8740234
+ C2.6582031,6.296875,2.8120117,6.1831055,3.2299805,7.1962891l0.0195312,0.1958008
+ c0.1704102,0.6586914,0.315918,1.0898438,0.9453125,1.4785156l0.0405273,0.3911133L3.309082,9.9414062
+ C2.6240234,10.4511719,1.8432617,10.8945312,1,11.2910156V15h11c0-1.1455078-0.1835938-3.6777344-1.2402344-4.1445312
+ c-0.8447266-0.3740234-1.5361328-0.8349609-2.0673828-1.3798828C8.4506836,9.1259766,8.0488281,8.9326172,7.4887695,8.887207
+ c-0.1499023-0.3754883-0.1430664-0.8413086,0.019043-1.3969727c0.3383789-0.371582,0.5605469-0.8964844,0.6704102-1.578125
+ C8.1699219,5.6889648,8.0454102,5.5986328,7.8027344,5.6386719c-0.0263672-0.4628906,0.0576172-0.96875,0.2563477-1.5180664
+ l-0.175293-0.5830078L7.6860352,3.4018555c-0.0483398-0.1870117-0.34375-0.4008789-0.8876953-0.6420898L6.581543,2.3115234
+ L6.2661133,2.2329102L6.3046875,2L5.9897461,2.15625C5.3359375,2.0024414,4.7436523,2.1464844,4.2158203,2.5839844
+ L4.0576172,2.2910156c-0.1904297,0.565918-0.512207,1.0380859-0.965332,1.4213867H2.8549805l0.0205078,0.3515625
+ L2.6972656,4.5883789L3.1313477,5.8544922z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M3.1318359,4.8540039L2.9545898,4.8735352
+ C2.6582031,5.2973633,2.8120117,5.1835938,3.2304688,6.1977539L3.25,6.3920898
+ c0.1699219,0.659668,0.315918,1.090332,0.9453125,1.4804688L4.2353516,8.262207L3.3095703,8.9418945
+ C2.6240234,9.4501953,1.8432617,9.8955078,1,10.2929688V14h11c0-1.2050781-0.1826172-3.6767578-1.2392578-4.1445312
+ c-0.8447266-0.375-1.5361328-0.8369141-2.0673828-1.3789062C8.4511719,8.125,8.0498047,7.9306641,7.4897461,7.8901367
+ C7.3398438,7.512207,7.3466797,7.0449219,7.5083008,6.4897461C7.847168,6.1191406,8.0688477,5.5942383,8.1791992,4.9121094
+ C8.1704102,4.6884766,8.0463867,4.5986328,7.8037109,4.6391602C7.7773438,4.1762695,7.8608398,3.6689453,8.0600586,3.1206055
+ L7.8842773,2.5385742l-0.1977539-0.137207C7.6381836,2.2148438,7.3432617,2.0009766,6.7988281,1.7597656L6.5820312,1.3110352
+ L6.2666016,1.2324219L6.3051758,1L5.9907227,1.1557617C5.3364258,1.0014648,4.7436523,1.1455078,4.2163086,1.5839844
+ L4.0576172,1.2910156c-0.1899414,0.5654297-0.512207,1.0380859-0.965332,1.4208984H2.8549805l0.0209961,0.3510742
+ L2.6977539,3.5883789L3.1318359,4.8540039z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Video Provider</title>
+ <desc>Video Provider Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="VideoProvider">
+ <g class="Lower1">
+ <path id="TV2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,5H3C1.8999023,5,1,5.8999023,1,7v6
+ c0,1.0996094,0.8999023,2,2,2h9c1.0996094,0,2-0.9003906,2-2V7C14,5.8999023,13.0996094,5,12,5z M5,13.5V6.5004883L10.9228516,10
+ L5,13.5z"/>
+ <g id="AntennaRight2">
+ <path d="M7.8041992,5.375c-0.0961914,0-0.1928711-0.0371094-0.2661133-0.1108398
+ C7.3920898,5.1171875,7.3930664,4.8798828,7.5400391,4.7338867l2.7646484-2.7451172
+ c0.1474609-0.1459961,0.3837891-0.1450195,0.53125,0.0019531C10.9814453,2.1376953,10.9804688,2.375,10.8339844,2.5209961
+ l-2.765625,2.7451172C7.9951172,5.3388672,7.8999023,5.375,7.8041992,5.375L7.8041992,5.375z"/>
+ </g>
+ <g id="AntennaLeft2">
+ <path d="M7.2207031,5.375C7.125,5.375,7.0297852,5.3388672,6.956543,5.2661133L4.1904297,2.5205078
+ C4.043457,2.3745117,4.0424805,2.137207,4.1884766,1.9902344C4.3349609,1.8432617,4.5717773,1.8422852,4.71875,1.9882812
+ l2.7661133,2.7456055c0.1469727,0.1459961,0.1479492,0.3833008,0.0019531,0.5302734
+ C7.4135742,5.3378906,7.3168945,5.375,7.2207031,5.375L7.2207031,5.375z"/>
+ </g>
+ </g>
+ <g class="Upper1">
+ <path id="TV1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,4H3C1.8999023,4,1,4.8999023,1,6v6
+ c0,1.0996094,0.8999023,2,2,2h9c1.0996094,0,2-0.9003906,2-2V6C14,4.8999023,13.0996094,4,12,4z M5,12.5V5.5004883L10.9228516,9
+ L5,12.5z"/>
+ <g id="AntennaRight1">
+ <path d="M7.8041992,4.375c-0.0961914,0-0.1928711-0.0371094-0.2661133-0.1108398
+ C7.3920898,4.1171875,7.3930664,3.8798828,7.5400391,3.7338867l2.7646484-2.7451172
+ c0.1474609-0.1464844,0.3837891-0.1445312,0.53125,0.0019531C10.9814453,1.1376953,10.9804688,1.375,10.8339844,1.5209961
+ l-2.765625,2.7451172C7.9951172,4.3388672,7.8999023,4.375,7.8041992,4.375L7.8041992,4.375z"/>
+ </g>
+ <g id="AntennaLeft1">
+ <path d="M7.2207031,4.375C7.125,4.375,7.0297852,4.3388672,6.956543,4.2661133L4.1904297,1.5205078
+ C4.043457,1.3745117,4.0424805,1.137207,4.1884766,0.9902344C4.3349609,0.8432617,4.5717773,0.8422852,4.71875,0.9882812
+ l2.7661133,2.7456055c0.1469727,0.1459961,0.1479492,0.3833008,0.0019531,0.5302734
+ C7.4135742,4.3378906,7.3168945,4.375,7.2207031,4.375L7.2207031,4.375z"/>
+ </g>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Video Provider</title>
+ <desc>Video Provider Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="VideoProvider">
+ <g class="Lower1">
+ <path id="TV2" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,5H3C1.8999023,5,1,5.8999023,1,7v6
+ c0,1.0996094,0.8999023,2,2,2h9c1.0996094,0,2-0.9003906,2-2V7C14,5.8999023,13.0996094,5,12,5z M5,13.5V6.5004883L10.9228516,10
+ L5,13.5z"/>
+ <g id="AntennaRight2">
+ <path d="M7.8041992,5.375c-0.0961914,0-0.1928711-0.0371094-0.2661133-0.1108398
+ C7.3920898,5.1171875,7.3930664,4.8798828,7.5400391,4.7338867l2.7646484-2.7451172
+ c0.1474609-0.1459961,0.3837891-0.1450195,0.53125,0.0019531C10.9814453,2.1376953,10.9804688,2.375,10.8339844,2.5209961
+ l-2.765625,2.7451172C7.9951172,5.3388672,7.8999023,5.375,7.8041992,5.375L7.8041992,5.375z"/>
+ </g>
+ <g id="AntennaLeft2">
+ <path d="M7.2207031,5.375C7.125,5.375,7.0297852,5.3388672,6.956543,5.2661133L4.1904297,2.5205078
+ C4.043457,2.3745117,4.0424805,2.137207,4.1884766,1.9902344C4.3349609,1.8432617,4.5717773,1.8422852,4.71875,1.9882812
+ l2.7661133,2.7456055c0.1469727,0.1459961,0.1479492,0.3833008,0.0019531,0.5302734
+ C7.4135742,5.3378906,7.3168945,5.375,7.2207031,5.375L7.2207031,5.375z"/>
+ </g>
+ </g>
+ <g class="Upper1">
+ <path id="TV1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M12,4H3C1.8999023,4,1,4.8999023,1,6v6
+ c0,1.0996094,0.8999023,2,2,2h9c1.0996094,0,2-0.9003906,2-2V6C14,4.8999023,13.0996094,4,12,4z M5,12.5V5.5004883L10.9228516,9
+ L5,12.5z"/>
+ <g id="AntennaRight1">
+ <path d="M7.8041992,4.375c-0.0961914,0-0.1928711-0.0371094-0.2661133-0.1108398
+ C7.3920898,4.1171875,7.3930664,3.8798828,7.5400391,3.7338867l2.7646484-2.7451172
+ c0.1474609-0.1464844,0.3837891-0.1445312,0.53125,0.0019531C10.9814453,1.1376953,10.9804688,1.375,10.8339844,1.5209961
+ l-2.765625,2.7451172C7.9951172,4.3388672,7.8999023,4.375,7.8041992,4.375L7.8041992,4.375z"/>
+ </g>
+ <g id="AntennaLeft1">
+ <path d="M7.2207031,4.375C7.125,4.375,7.0297852,4.3388672,6.956543,4.2661133L4.1904297,1.5205078
+ C4.043457,1.3745117,4.0424805,1.137207,4.1884766,0.9902344C4.3349609,0.8432617,4.5717773,0.8422852,4.71875,0.9882812
+ l2.7661133,2.7456055c0.1469727,0.1459961,0.1479492,0.3833008,0.0019531,0.5302734
+ C7.4135742,4.3378906,7.3168945,4.375,7.2207031,4.375L7.2207031,4.375z"/>
+ </g>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Warning</title>
+ <desc>Warning Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWarning">
+ <path class="Lower1" d="M8.4799805,2.3774414c-0.2636719-0.4824219-0.6953125-0.4824219-0.9589844,0L1.1049805,14.1220703
+ C0.8413086,14.6054688,1.0756836,15,1.6254883,15H14.375c0.5498047,0,0.7841797-0.3945312,0.5205078-0.8779297
+ L8.4799805,2.3774414z M7.0532227,6.5c0-0.5498047,0.4262695-1,0.9472656-1s0.9472656,0.4501953,0.9472656,1v1.3554688
+ c0,0.5498047-0.1020508,1.4384766-0.2265625,1.9736328L8.675293,10.0263672C8.5507812,10.5615234,8.2441406,11,7.9941406,11
+ c-0.2495117,0-0.5537109-0.4384766-0.675293-0.9755859L7.2744141,9.8310547
+ C7.152832,9.2939453,7.0532227,8.4052734,7.0532227,7.8554688V6.5z M8.0014648,13.9628906
+ c-0.5825195,0-1.0541992-0.4667969-1.0541992-1.0390625c0-0.5761719,0.4716797-1.0390625,1.0541992-1.0390625
+ c0.5805664,0,1.0512695,0.4628906,1.0512695,1.0390625C9.0527344,13.4960938,8.5820312,13.9628906,8.0014648,13.9628906z"/>
+ <path class="Upper1" d="M8.4799805,1.3774414c-0.2636719-0.4824219-0.6953125-0.4824219-0.9589844,0L1.1049805,13.1220703
+ C0.8413086,13.6054688,1.0756836,14,1.6254883,14H14.375c0.5498047,0,0.7841797-0.3945312,0.5205078-0.8779297
+ L8.4799805,1.3774414z M7.0532227,5.5c0-0.5498047,0.4262695-1,0.9472656-1s0.9472656,0.4501953,0.9472656,1v1.3554688
+ c0,0.5498047-0.1020508,1.4384766-0.2265625,1.9741211L8.675293,9.0263672C8.5507812,9.5615234,8.2441406,10,7.9941406,10
+ c-0.2495117,0-0.5537109-0.4384766-0.675293-0.9755859L7.2744141,8.8305664
+ c-0.121582-0.5361328-0.2211914-1.425293-0.2211914-1.9750977V5.5z M8.0014648,12.9628906
+ c-0.5825195,0-1.0541992-0.4667969-1.0541992-1.0390625c0-0.5761719,0.4716797-1.0390625,1.0541992-1.0390625
+ c0.5805664,0,1.0512695,0.4628906,1.0512695,1.0390625C9.0527344,12.4960938,8.5820312,12.9628906,8.0014648,12.9628906z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Warning</title>
+ <desc>Warning Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWarning">
+ <path class="Lower1" d="M8.4799805,2.3774414c-0.2636719-0.4824219-0.6953125-0.4824219-0.9589844,0L1.1049805,14.1220703
+ C0.8413086,14.6054688,1.0756836,15,1.6254883,15H14.375c0.5498047,0,0.7841797-0.3945312,0.5205078-0.8779297
+ L8.4799805,2.3774414z M7.0532227,6.5c0-0.5498047,0.4262695-1,0.9472656-1s0.9472656,0.4501953,0.9472656,1v1.3554688
+ c0,0.5498047-0.1020508,1.4384766-0.2265625,1.9736328L8.675293,10.0263672C8.5507812,10.5615234,8.2441406,11,7.9941406,11
+ c-0.2495117,0-0.5537109-0.4384766-0.675293-0.9755859L7.2744141,9.8310547
+ C7.152832,9.2939453,7.0532227,8.4052734,7.0532227,7.8554688V6.5z M8.0014648,13.9628906
+ c-0.5825195,0-1.0541992-0.4667969-1.0541992-1.0390625c0-0.5761719,0.4716797-1.0390625,1.0541992-1.0390625
+ c0.5805664,0,1.0512695,0.4628906,1.0512695,1.0390625C9.0527344,13.4960938,8.5820312,13.9628906,8.0014648,13.9628906z"/>
+ <path class="Upper1" d="M8.4799805,1.3774414c-0.2636719-0.4824219-0.6953125-0.4824219-0.9589844,0L1.1049805,13.1220703
+ C0.8413086,13.6054688,1.0756836,14,1.6254883,14H14.375c0.5498047,0,0.7841797-0.3945312,0.5205078-0.8779297
+ L8.4799805,1.3774414z M7.0532227,5.5c0-0.5498047,0.4262695-1,0.9472656-1s0.9472656,0.4501953,0.9472656,1v1.3554688
+ c0,0.5498047-0.1020508,1.4384766-0.2265625,1.9741211L8.675293,9.0263672C8.5507812,9.5615234,8.2441406,10,7.9941406,10
+ c-0.2495117,0-0.5537109-0.4384766-0.675293-0.9755859L7.2744141,8.8305664
+ c-0.121582-0.5361328-0.2211914-1.425293-0.2211914-1.9750977V5.5z M8.0014648,12.9628906
+ c-0.5825195,0-1.0541992-0.4667969-1.0541992-1.0390625c0-0.5761719,0.4716797-1.0390625,1.0541992-1.0390625
+ c0.5805664,0,1.0512695,0.4628906,1.0512695,1.0390625C9.0527344,12.4960938,8.5820312,12.9628906,8.0014648,12.9628906z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Warning</title>
+ <desc>Warning Icon (inverted)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #fff;}
+ .Lower1 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWarning">
+ <path class="Lower1" d="M8.4799805,2.3774414c-0.2636719-0.4824219-0.6953125-0.4824219-0.9589844,0L1.1049805,14.1220703
+ C0.8413086,14.6054688,1.0756836,15,1.6254883,15H14.375c0.5498047,0,0.7841797-0.3945312,0.5205078-0.8779297
+ L8.4799805,2.3774414z M7.0532227,6.5c0-0.5498047,0.4262695-1,0.9472656-1s0.9472656,0.4501953,0.9472656,1v1.3554688
+ c0,0.5498047-0.1020508,1.4384766-0.2265625,1.9736328L8.675293,10.0263672C8.5507812,10.5615234,8.2441406,11,7.9941406,11
+ c-0.2495117,0-0.5537109-0.4384766-0.675293-0.9755859L7.2744141,9.8310547
+ C7.152832,9.2939453,7.0532227,8.4052734,7.0532227,7.8554688V6.5z M8.0014648,13.9628906
+ c-0.5825195,0-1.0541992-0.4667969-1.0541992-1.0390625c0-0.5761719,0.4716797-1.0390625,1.0541992-1.0390625
+ c0.5805664,0,1.0512695,0.4628906,1.0512695,1.0390625C9.0527344,13.4960938,8.5820312,13.9628906,8.0014648,13.9628906z"/>
+ <path class="Upper1" d="M8.4799805,1.3774414c-0.2636719-0.4824219-0.6953125-0.4824219-0.9589844,0L1.1049805,13.1220703
+ C0.8413086,13.6054688,1.0756836,14,1.6254883,14H14.375c0.5498047,0,0.7841797-0.3945312,0.5205078-0.8779297
+ L8.4799805,1.3774414z M7.0532227,5.5c0-0.5498047,0.4262695-1,0.9472656-1s0.9472656,0.4501953,0.9472656,1v1.3554688
+ c0,0.5498047-0.1020508,1.4384766-0.2265625,1.9741211L8.675293,9.0263672C8.5507812,9.5615234,8.2441406,10,7.9941406,10
+ c-0.2495117,0-0.5537109-0.4384766-0.675293-0.9755859L7.2744141,8.8305664
+ c-0.121582-0.5361328-0.2211914-1.425293-0.2211914-1.9750977V5.5z M8.0014648,12.9628906
+ c-0.5825195,0-1.0541992-0.4667969-1.0541992-1.0390625c0-0.5761719,0.4716797-1.0390625,1.0541992-1.0390625
+ c0.5805664,0,1.0512695,0.4628906,1.0512695,1.0390625C9.0527344,12.4960938,8.5820312,12.9628906,8.0014648,12.9628906z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Package ACP</title>
+ <desc>Package ACP Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPackageACP">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M13,14H2V5h11V14z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M13,13H2V4h11V13z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Package ACP</title>
+ <desc>Package ACP Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconPackageACP">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,2H2C1.4477539,2,1,2.4477539,1,3v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V3C14,2.4477539,13.5527344,2,13,2z M13,14H2V5h11V14z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M13,1H2C1.4477539,1,1,1.4477539,1,2v11
+ c0,0.5527344,0.4477539,1,1,1h11c0.5527344,0,1-0.4472656,1-1V2C14,1.4477539,13.5527344,1,13,1z M13,13H2V4h11V13z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Working</title>
+ <desc>Working Icon (animated)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWorkingA">
+ <g>
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 7.5 8.5" to="360 7.5 8.5" begin="0s" dur="10s" repeatCount="indefinite" />
+
+ <path class="Lower1" d="M13.5058594,7.4238281l-1.7324219-0.2666016
+ C11.6933594,6.902832,11.59375,6.659668,11.4716797,6.4267578l1.0361328-1.4125977
+ c0.1630859-0.2216797,0.1367188-0.5625-0.0576172-0.7568359L11.7431641,3.550293
+ c-0.1943359-0.1943359-0.5351562-0.2207031-0.7568359-0.0576172L9.5732422,4.5283203
+ C9.3398438,4.40625,9.0976562,4.3066406,8.8427734,4.2265625L8.5761719,2.4941406C8.5341797,2.222168,8.2749023,2,8,2H7.0004883
+ C6.7255859,2,6.4663086,2.222168,6.4243164,2.4941406L6.1582031,4.2265625
+ C5.9033203,4.3066406,5.6601562,4.40625,5.4267578,4.5283203L4.0141602,3.4926758
+ c-0.2216797-0.1630859-0.5625-0.1367188-0.7568359,0.0576172L2.550293,4.2573242
+ C2.355957,4.4516602,2.3300781,4.7924805,2.4926758,5.0141602l1.0356445,1.4125977
+ C3.4067383,6.659668,3.3071289,6.902832,3.2270508,7.1572266L1.4941406,7.4238281C1.222168,7.4658203,1,7.7250977,1,8v1
+ c0,0.2753906,0.222168,0.5341797,0.4941406,0.5761719l1.7324219,0.2666016
+ c0.0800781,0.2548828,0.1791992,0.4970703,0.3012695,0.7304688l-1.0356445,1.4121094
+ c-0.1625977,0.2216797-0.1367188,0.5625,0.0576172,0.7568359l0.7084961,0.7080078
+ c0.1943359,0.1943359,0.5351562,0.2207031,0.7568359,0.0576172l1.4121094-1.0351562
+ C5.659668,12.59375,5.902832,12.6933594,6.1572266,12.7734375l0.2661133,1.7324219C6.465332,14.7773438,6.7246094,15,6.9995117,15
+ h1.0014648c0.2749023,0,0.5341797-0.2226562,0.5761719-0.4941406l0.2661133-1.7324219
+ c0.2543945-0.0800781,0.4975586-0.1796875,0.7299805-0.3017578l1.4121094,1.0361328
+ c0.2216797,0.1630859,0.5625,0.1367188,0.7568359-0.0576172l0.7080078-0.7080078
+ c0.1943359-0.1943359,0.2207031-0.5351562,0.0576172-0.7568359l-1.0351562-1.4121094
+ c0.1210938-0.2333984,0.2207031-0.4755859,0.3007812-0.7304688l1.7324219-0.2666016C13.7773438,9.5341797,14,9.2753906,14,9V8
+ C14,7.7250977,13.7773438,7.4658203,13.5058594,7.4238281z M7.5,11C6.1191406,11,5,9.8808594,5,8.5004883
+ C5,7.1196289,6.1191406,6,7.5,6S10,7.1196289,10,8.5004883C10,9.8808594,8.8808594,11,7.5,11z M9,8.5004883
+ C9,9.3291016,8.3286133,10,7.5,10C6.671875,10,6,9.3291016,6,8.5004883S6.671875,7,7.5,7C8.3286133,7,9,7.671875,9,8.5004883z"/>
+ </g>
+ <g>
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 7.5 7.5" to="360 7.5 7.5" begin="0s" dur="10s" repeatCount="indefinite" />
+
+ <path class="Upper1" d="M13.5058594,6.4238281l-1.7324219-0.2666016
+ C11.6933594,5.902832,11.59375,5.659668,11.4716797,5.4267578l1.0361328-1.4125977
+ c0.1630859-0.2216797,0.1367188-0.5625-0.0576172-0.7568359L11.7431641,2.550293
+ c-0.1943359-0.1943359-0.5351562-0.2207031-0.7568359-0.0576172L9.5732422,3.5283203
+ C9.3398438,3.40625,9.0976562,3.3066406,8.8427734,3.2265625L8.5761719,1.4941406C8.5341797,1.222168,8.2749023,1,8,1H7.0004883
+ C6.7255859,1,6.4663086,1.222168,6.4243164,1.4941406L6.1582031,3.2265625
+ C5.9033203,3.3066406,5.6601562,3.40625,5.4267578,3.5283203L4.0141602,2.4926758
+ c-0.2216797-0.1630859-0.5625-0.1367188-0.7568359,0.0576172L2.550293,3.2573242
+ C2.355957,3.4516602,2.3300781,3.7924805,2.4926758,4.0141602l1.0356445,1.4125977
+ C3.4067383,5.659668,3.3071289,5.902832,3.2270508,6.1572266L1.4941406,6.4238281C1.222168,6.4658203,1,6.7250977,1,7v1
+ c0,0.2749023,0.222168,0.5341797,0.4941406,0.5761719l1.7324219,0.2666016
+ C3.3066406,9.0976562,3.4057617,9.3398438,3.527832,9.5732422l-1.0356445,1.4121094
+ c-0.1625977,0.2216797-0.1367188,0.5625,0.0576172,0.7568359l0.7084961,0.7080078
+ c0.1943359,0.1943359,0.5351562,0.2207031,0.7568359,0.0576172l1.4121094-1.0351562
+ C5.659668,11.59375,5.902832,11.6933594,6.1572266,11.7734375l0.2661133,1.7324219C6.465332,13.7773438,6.7246094,14,6.9995117,14
+ h1.0014648c0.2749023,0,0.5341797-0.2226562,0.5761719-0.4941406l0.2661133-1.7324219
+ c0.2543945-0.0800781,0.4975586-0.1796875,0.7299805-0.3017578l1.4121094,1.0361328
+ c0.2216797,0.1630859,0.5625,0.1367188,0.7568359-0.0576172l0.7080078-0.7080078
+ c0.1943359-0.1943359,0.2207031-0.5351562,0.0576172-0.7568359l-1.0351562-1.4121094
+ c0.1210938-0.2333984,0.2207031-0.4755859,0.3007812-0.7304688l1.7324219-0.2666016C13.7773438,8.5341797,14,8.2749023,14,8V7
+ C14,6.7250977,13.7773438,6.4658203,13.5058594,6.4238281z M7.5,10C6.1191406,10,5,8.8813477,5,7.5004883S6.1191406,5,7.5,5
+ S10,6.1196289,10,7.5004883S8.8808594,10,7.5,10z M9,7.5004883C9,8.3286133,8.3286133,9,7.5,9C6.671875,9,6,8.3286133,6,7.5004883
+ C6,6.671875,6.671875,6,7.5,6C8.3286133,6,9,6.671875,9,7.5004883z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Working</title>
+ <desc>Working Icon (animated)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWorkingA">
+ <g>
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 7.5 8.5" to="360 7.5 8.5" begin="0s" dur="10s" repeatCount="indefinite" />
+
+ <path class="Lower1" d="M13.5058594,7.4238281l-1.7324219-0.2666016
+ C11.6933594,6.902832,11.59375,6.659668,11.4716797,6.4267578l1.0361328-1.4125977
+ c0.1630859-0.2216797,0.1367188-0.5625-0.0576172-0.7568359L11.7431641,3.550293
+ c-0.1943359-0.1943359-0.5351562-0.2207031-0.7568359-0.0576172L9.5732422,4.5283203
+ C9.3398438,4.40625,9.0976562,4.3066406,8.8427734,4.2265625L8.5761719,2.4941406C8.5341797,2.222168,8.2749023,2,8,2H7.0004883
+ C6.7255859,2,6.4663086,2.222168,6.4243164,2.4941406L6.1582031,4.2265625
+ C5.9033203,4.3066406,5.6601562,4.40625,5.4267578,4.5283203L4.0141602,3.4926758
+ c-0.2216797-0.1630859-0.5625-0.1367188-0.7568359,0.0576172L2.550293,4.2573242
+ C2.355957,4.4516602,2.3300781,4.7924805,2.4926758,5.0141602l1.0356445,1.4125977
+ C3.4067383,6.659668,3.3071289,6.902832,3.2270508,7.1572266L1.4941406,7.4238281C1.222168,7.4658203,1,7.7250977,1,8v1
+ c0,0.2753906,0.222168,0.5341797,0.4941406,0.5761719l1.7324219,0.2666016
+ c0.0800781,0.2548828,0.1791992,0.4970703,0.3012695,0.7304688l-1.0356445,1.4121094
+ c-0.1625977,0.2216797-0.1367188,0.5625,0.0576172,0.7568359l0.7084961,0.7080078
+ c0.1943359,0.1943359,0.5351562,0.2207031,0.7568359,0.0576172l1.4121094-1.0351562
+ C5.659668,12.59375,5.902832,12.6933594,6.1572266,12.7734375l0.2661133,1.7324219C6.465332,14.7773438,6.7246094,15,6.9995117,15
+ h1.0014648c0.2749023,0,0.5341797-0.2226562,0.5761719-0.4941406l0.2661133-1.7324219
+ c0.2543945-0.0800781,0.4975586-0.1796875,0.7299805-0.3017578l1.4121094,1.0361328
+ c0.2216797,0.1630859,0.5625,0.1367188,0.7568359-0.0576172l0.7080078-0.7080078
+ c0.1943359-0.1943359,0.2207031-0.5351562,0.0576172-0.7568359l-1.0351562-1.4121094
+ c0.1210938-0.2333984,0.2207031-0.4755859,0.3007812-0.7304688l1.7324219-0.2666016C13.7773438,9.5341797,14,9.2753906,14,9V8
+ C14,7.7250977,13.7773438,7.4658203,13.5058594,7.4238281z M7.5,11C6.1191406,11,5,9.8808594,5,8.5004883
+ C5,7.1196289,6.1191406,6,7.5,6S10,7.1196289,10,8.5004883C10,9.8808594,8.8808594,11,7.5,11z M9,8.5004883
+ C9,9.3291016,8.3286133,10,7.5,10C6.671875,10,6,9.3291016,6,8.5004883S6.671875,7,7.5,7C8.3286133,7,9,7.671875,9,8.5004883z"/>
+ </g>
+ <g>
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 7.5 7.5" to="360 7.5 7.5" begin="0s" dur="10s" repeatCount="indefinite" />
+
+ <path class="Upper1" d="M13.5058594,6.4238281l-1.7324219-0.2666016
+ C11.6933594,5.902832,11.59375,5.659668,11.4716797,5.4267578l1.0361328-1.4125977
+ c0.1630859-0.2216797,0.1367188-0.5625-0.0576172-0.7568359L11.7431641,2.550293
+ c-0.1943359-0.1943359-0.5351562-0.2207031-0.7568359-0.0576172L9.5732422,3.5283203
+ C9.3398438,3.40625,9.0976562,3.3066406,8.8427734,3.2265625L8.5761719,1.4941406C8.5341797,1.222168,8.2749023,1,8,1H7.0004883
+ C6.7255859,1,6.4663086,1.222168,6.4243164,1.4941406L6.1582031,3.2265625
+ C5.9033203,3.3066406,5.6601562,3.40625,5.4267578,3.5283203L4.0141602,2.4926758
+ c-0.2216797-0.1630859-0.5625-0.1367188-0.7568359,0.0576172L2.550293,3.2573242
+ C2.355957,3.4516602,2.3300781,3.7924805,2.4926758,4.0141602l1.0356445,1.4125977
+ C3.4067383,5.659668,3.3071289,5.902832,3.2270508,6.1572266L1.4941406,6.4238281C1.222168,6.4658203,1,6.7250977,1,7v1
+ c0,0.2749023,0.222168,0.5341797,0.4941406,0.5761719l1.7324219,0.2666016
+ C3.3066406,9.0976562,3.4057617,9.3398438,3.527832,9.5732422l-1.0356445,1.4121094
+ c-0.1625977,0.2216797-0.1367188,0.5625,0.0576172,0.7568359l0.7084961,0.7080078
+ c0.1943359,0.1943359,0.5351562,0.2207031,0.7568359,0.0576172l1.4121094-1.0351562
+ C5.659668,11.59375,5.902832,11.6933594,6.1572266,11.7734375l0.2661133,1.7324219C6.465332,13.7773438,6.7246094,14,6.9995117,14
+ h1.0014648c0.2749023,0,0.5341797-0.2226562,0.5761719-0.4941406l0.2661133-1.7324219
+ c0.2543945-0.0800781,0.4975586-0.1796875,0.7299805-0.3017578l1.4121094,1.0361328
+ c0.2216797,0.1630859,0.5625,0.1367188,0.7568359-0.0576172l0.7080078-0.7080078
+ c0.1943359-0.1943359,0.2207031-0.5351562,0.0576172-0.7568359l-1.0351562-1.4121094
+ c0.1210938-0.2333984,0.2207031-0.4755859,0.3007812-0.7304688l1.7324219-0.2666016C13.7773438,8.5341797,14,8.2749023,14,8V7
+ C14,6.7250977,13.7773438,6.4658203,13.5058594,6.4238281z M7.5,10C6.1191406,10,5,8.8813477,5,7.5004883S6.1191406,5,7.5,5
+ S10,6.1196289,10,7.5004883S8.8808594,10,7.5,10z M9,7.5004883C9,8.3286133,8.3286133,9,7.5,9C6.671875,9,6,8.3286133,6,7.5004883
+ C6,6.671875,6.671875,6,7.5,6C8.3286133,6,9,6.671875,9,7.5004883z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Working</title>
+ <desc>Working Icon (animated)</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper2 {fill: #fff;}
+ .Lower2 {fill: #000;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconWorkingA">
+ <g>
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 7.5 7.5" to="360 7.5 7.5" begin="0s" dur="10s" repeatCount="indefinite" />
+
+ <path class="Lower2" d="M13.5058594,6.4238281l-1.7324219-0.2666016
+ C11.6933594,5.902832,11.59375,5.659668,11.4716797,5.4267578l1.0361328-1.4125977
+ c0.1630859-0.2216797,0.1367188-0.5625-0.0576172-0.7568359L11.7431641,2.550293
+ c-0.1943359-0.1943359-0.5351562-0.2207031-0.7568359-0.0576172L9.5732422,3.5283203
+ C9.3398438,3.40625,9.0976562,3.3066406,8.8427734,3.2265625L8.5761719,1.4941406C8.5341797,1.222168,8.2749023,1,8,1H7.0004883
+ C6.7255859,1,6.4663086,1.222168,6.4243164,1.4941406L6.1582031,3.2265625
+ C5.9033203,3.3066406,5.6601562,3.40625,5.4267578,3.5283203L4.0141602,2.4926758
+ c-0.2216797-0.1630859-0.5625-0.1367188-0.7568359,0.0576172L2.550293,3.2573242
+ C2.355957,3.4516602,2.3300781,3.7924805,2.4926758,4.0141602l1.0356445,1.4125977
+ C3.4067383,5.659668,3.3071289,5.902832,3.2270508,6.1572266L1.4941406,6.4238281C1.222168,6.4658203,1,6.7250977,1,7v1
+ c0,0.2749023,0.222168,0.5341797,0.4941406,0.5761719l1.7324219,0.2666016
+ C3.3066406,9.0976562,3.4057617,9.3398438,3.527832,9.5732422l-1.0356445,1.4121094
+ c-0.1625977,0.2216797-0.1367188,0.5625,0.0576172,0.7568359l0.7084961,0.7080078
+ c0.1943359,0.1943359,0.5351562,0.2207031,0.7568359,0.0576172l1.4121094-1.0351562
+ C5.659668,11.59375,5.902832,11.6933594,6.1572266,11.7734375l0.2661133,1.7324219C6.465332,13.7773438,6.7246094,14,6.9995117,14
+ h1.0014648c0.2749023,0,0.5341797-0.2226562,0.5761719-0.4941406l0.2661133-1.7324219
+ c0.2543945-0.0800781,0.4975586-0.1796875,0.7299805-0.3017578l1.4121094,1.0361328
+ c0.2216797,0.1630859,0.5625,0.1367188,0.7568359-0.0576172l0.7080078-0.7080078
+ c0.1943359-0.1943359,0.2207031-0.5351562,0.0576172-0.7568359l-1.0351562-1.4121094
+ c0.1210938-0.2333984,0.2207031-0.4755859,0.3007812-0.7304688l1.7324219-0.2666016C13.7773438,8.5341797,14,8.2749023,14,8V7
+ C14,6.7250977,13.7773438,6.4658203,13.5058594,6.4238281z M7.5,10C6.1191406,10,5,8.8813477,5,7.5004883S6.1191406,5,7.5,5
+ S10,6.1196289,10,7.5004883S8.8808594,10,7.5,10z M9,7.5004883C9,8.3286133,8.3286133,9,7.5,9C6.671875,9,6,8.3286133,6,7.5004883
+ C6,6.671875,6.671875,6,7.5,6C8.3286133,6,9,6.671875,9,7.5004883z"/>
+ </g>
+ <g>
+ <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 7.5 8.5" to="360 7.5 8.5" begin="0s" dur="10s" repeatCount="indefinite" />
+
+ <path class="Upper2" d="M13.5058594,7.4238281l-1.7324219-0.2666016
+ C11.6933594,6.902832,11.59375,6.659668,11.4716797,6.4267578l1.0361328-1.4125977
+ c0.1630859-0.2216797,0.1367188-0.5625-0.0576172-0.7568359L11.7431641,3.550293
+ c-0.1943359-0.1943359-0.5351562-0.2207031-0.7568359-0.0576172L9.5732422,4.5283203
+ C9.3398438,4.40625,9.0976562,4.3066406,8.8427734,4.2265625L8.5761719,2.4941406C8.5341797,2.222168,8.2749023,2,8,2H7.0004883
+ C6.7255859,2,6.4663086,2.222168,6.4243164,2.4941406L6.1582031,4.2265625
+ C5.9033203,4.3066406,5.6601562,4.40625,5.4267578,4.5283203L4.0141602,3.4926758
+ c-0.2216797-0.1630859-0.5625-0.1367188-0.7568359,0.0576172L2.550293,4.2573242
+ C2.355957,4.4516602,2.3300781,4.7924805,2.4926758,5.0141602l1.0356445,1.4125977
+ C3.4067383,6.659668,3.3071289,6.902832,3.2270508,7.1572266L1.4941406,7.4238281C1.222168,7.4658203,1,7.7250977,1,8v1
+ c0,0.2753906,0.222168,0.5341797,0.4941406,0.5761719l1.7324219,0.2666016
+ c0.0800781,0.2548828,0.1791992,0.4970703,0.3012695,0.7304688l-1.0356445,1.4121094
+ c-0.1625977,0.2216797-0.1367188,0.5625,0.0576172,0.7568359l0.7084961,0.7080078
+ c0.1943359,0.1943359,0.5351562,0.2207031,0.7568359,0.0576172l1.4121094-1.0351562
+ C5.659668,12.59375,5.902832,12.6933594,6.1572266,12.7734375l0.2661133,1.7324219C6.465332,14.7773438,6.7246094,15,6.9995117,15
+ h1.0014648c0.2749023,0,0.5341797-0.2226562,0.5761719-0.4941406l0.2661133-1.7324219
+ c0.2543945-0.0800781,0.4975586-0.1796875,0.7299805-0.3017578l1.4121094,1.0361328
+ c0.2216797,0.1630859,0.5625,0.1367188,0.7568359-0.0576172l0.7080078-0.7080078
+ c0.1943359-0.1943359,0.2207031-0.5351562,0.0576172-0.7568359l-1.0351562-1.4121094
+ c0.1210938-0.2333984,0.2207031-0.4755859,0.3007812-0.7304688l1.7324219-0.2666016C13.7773438,9.5341797,14,9.2753906,14,9V8
+ C14,7.7250977,13.7773438,7.4658203,13.5058594,7.4238281z M7.5,11C6.1191406,11,5,9.8808594,5,8.5004883
+ C5,7.1196289,6.1191406,6,7.5,6S10,7.1196289,10,8.5004883C10,9.8808594,8.8808594,11,7.5,11z M9,8.5004883
+ C9,9.3291016,8.3286133,10,7.5,10C6.671875,10,6,9.3291016,6,8.5004883S6.671875,7,7.5,7C8.3286133,7,9,7.671875,9,8.5004883z"/>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Options</title>
+ <desc>Options Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #666;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconOptions">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.9516602,7.050293L8.4077148,5.0239258
+ l2.7954102-2.7954102C10.7949219,2.0917969,10.3671875,2,9.9140625,2C7.6567383,2,5.8266602,3.8300781,5.8271484,6.0864258
+ c0,0.4541016,0.0913086,0.8828125,0.2280273,1.2905273l-4.7758789,4.7753906c-0.3725586,0.3730469-0.3725586,0.9824219,0,1.3544922
+ l1.2148438,1.2138672c0.3725586,0.3730469,0.9814453,0.3730469,1.3540039,0l4.7753906-4.7753906
+ c0.4077148,0.1367188,0.8374023,0.2285156,1.2905273,0.2285156C12.171875,10.1738281,14,8.3447266,14,6.0869141
+ c0-0.4541016-0.0917969-0.8818359-0.2285156-1.2895508l-2.7949219,2.7949219L8.9516602,7.050293z M3.4921875,13.1503906
+ c-0.1777344,0.1777344-0.4648438,0.1777344-0.6420898,0c-0.1777344-0.1777344-0.1777344-0.4648438,0-0.6425781
+ c0.1772461-0.1767578,0.4643555-0.1767578,0.6420898,0C3.6699219,12.6855469,3.6699219,12.9726562,3.4921875,13.1503906z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.9516602,6.050293L8.4077148,4.0239258
+ l2.7954102-2.7954102C10.7949219,1.0917969,10.3671875,1,9.9140625,1C7.6567383,1,5.8266602,2.8300781,5.8271484,5.0864258
+ c0,0.4541016,0.0913086,0.8828125,0.2280273,1.2905273l-4.7758789,4.7753906c-0.3725586,0.3730469-0.3725586,0.9824219,0,1.3544922
+ l1.2148438,1.2138672c0.3725586,0.3730469,0.9814453,0.3730469,1.3540039,0l4.7753906-4.7749023
+ C9.03125,9.0820312,9.4609375,9.1738281,9.9140625,9.1738281C12.171875,9.1738281,14,7.3447266,14,5.0869141
+ c0-0.4541016-0.0917969-0.8818359-0.2285156-1.2895508l-2.7949219,2.7949219L8.9516602,6.050293z M3.4921875,12.1503906
+ c-0.1777344,0.1777344-0.4648438,0.1777344-0.6420898,0c-0.1777344-0.1777344-0.1777344-0.4648438,0-0.6425781
+ c0.1772461-0.1767578,0.4643555-0.1767578,0.6420898,0C3.6699219,11.6855469,3.6699219,11.9726562,3.4921875,12.1503906z"/>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
+
+ <title>Options</title>
+ <desc>Options Icon</desc>
+
+ <!--
+ @author Harald Szekely
+ @copyright 2011 WoltLab GmbH
+ @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ -->
+
+ <defs>
+ <style type="text/css">
+ <![CDATA[
+ .Upper1 {fill: #369;}
+ .Lower1 {fill: #fff;}
+ ]]>
+ </style>
+ </defs>
+
+ <g id="IconOptions">
+ <path class="Lower1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.9516602,7.050293L8.4077148,5.0239258
+ l2.7954102-2.7954102C10.7949219,2.0917969,10.3671875,2,9.9140625,2C7.6567383,2,5.8266602,3.8300781,5.8271484,6.0864258
+ c0,0.4541016,0.0913086,0.8828125,0.2280273,1.2905273l-4.7758789,4.7753906c-0.3725586,0.3730469-0.3725586,0.9824219,0,1.3544922
+ l1.2148438,1.2138672c0.3725586,0.3730469,0.9814453,0.3730469,1.3540039,0l4.7753906-4.7753906
+ c0.4077148,0.1367188,0.8374023,0.2285156,1.2905273,0.2285156C12.171875,10.1738281,14,8.3447266,14,6.0869141
+ c0-0.4541016-0.0917969-0.8818359-0.2285156-1.2895508l-2.7949219,2.7949219L8.9516602,7.050293z M3.4921875,13.1503906
+ c-0.1777344,0.1777344-0.4648438,0.1777344-0.6420898,0c-0.1777344-0.1777344-0.1777344-0.4648438,0-0.6425781
+ c0.1772461-0.1767578,0.4643555-0.1767578,0.6420898,0C3.6699219,12.6855469,3.6699219,12.9726562,3.4921875,13.1503906z"/>
+ <path class="Upper1" style="fill-rule: evenodd; clip-rule: evenodd;" d="M8.9516602,6.050293L8.4077148,4.0239258
+ l2.7954102-2.7954102C10.7949219,1.0917969,10.3671875,1,9.9140625,1C7.6567383,1,5.8266602,2.8300781,5.8271484,5.0864258
+ c0,0.4541016,0.0913086,0.8828125,0.2280273,1.2905273l-4.7758789,4.7753906c-0.3725586,0.3730469-0.3725586,0.9824219,0,1.3544922
+ l1.2148438,1.2138672c0.3725586,0.3730469,0.9814453,0.3730469,1.3540039,0l4.7753906-4.7749023
+ C9.03125,9.0820312,9.4609375,9.1738281,9.9140625,9.1738281C12.171875,9.1738281,14,7.3447266,14,5.0869141
+ c0-0.4541016-0.0917969-0.8818359-0.2285156-1.2895508l-2.7949219,2.7949219L8.9516602,6.050293z M3.4921875,12.1503906
+ c-0.1777344,0.1777344-0.4648438,0.1777344-0.6420898,0c-0.1777344-0.1777344-0.1777344-0.4648438,0-0.6425781
+ c0.1772461-0.1767578,0.4643555-0.1767578,0.6420898,0C3.6699219,11.6855469,3.6699219,11.9726562,3.4921875,12.1503906z"/>
+ </g>
+</svg>
// toggle icon source
$toggleButton.attr('src', function() {
- if (this.src.match(/disabled1\.svg$/)) {
- return this.src.replace(/disabled1\.svg$/, 'enabled1.svg');
+ if (this.src.match(/disabled\.svg$/)) {
+ return this.src.replace(/disabled\.svg$/, 'enabled.svg');
}
else {
- return this.src.replace(/enabled1\.svg$/, 'disabled1.svg');
+ return this.src.replace(/enabled\.svg$/, 'disabled.svg');
}
});
// toogle icon title
$toggleButton.attr('title', function() {
- if (this.src.match(/enabled1\.svg$/)) {
+ if (this.src.match(/enabled\.svg$/)) {
if ($(this).data('disableTitle')) {
return $(this).data('disableTitle');
}
use wcf\system\WCF;
use wcf\util\StringUtil;
-
/**
* The 'pages' template function is used to generate sliding pagers.
*
protected function makePreviousLink($link, $pageNo) {
if ($pageNo > 1) {
- return '<li class="button skip"><a href="'.$this->insertPageNumber($link, $pageNo - 1).'" title="'.WCF::getLanguage()->getDynamicVariable('wcf.global.page.previous').'" class="jsTooltip"><img src="'.self::getIconPath('previous1').'" alt="" /></a></li>'."\n";
+ return '<li class="button skip"><a href="'.$this->insertPageNumber($link, $pageNo - 1).'" title="'.WCF::getLanguage()->getDynamicVariable('wcf.global.page.previous').'" class="jsTooltip"><img src="'.self::getIconPath('circleArrowLeft').'" alt="" class="icon16" /></a></li>'."\n";
}
else {
- return '<li class="skip disabled"><img src="'.self::getIconPath('previous1D').'" alt="" /></li>'."\n";
+ return '<li class="skip disabled"><img src="'.self::getIconPath('circleArrowLeft').'" alt="" class="icon16 disabled" /></li>'."\n";
}
}
protected function makeNextLink($link, $pageNo, $pages) {
if ($pageNo && $pageNo < $pages) {
- return '<li class="button skip"><a href="'.$this->insertPageNumber($link, $pageNo + 1).'" title="'.WCF::getLanguage()->getDynamicVariable('wcf.global.page.next').'" class="jsTooltip"><img src="'.self::getIconPath('next1').'" alt="" /></a></li>'."\n";
+ return '<li class="button skip"><a href="'.$this->insertPageNumber($link, $pageNo + 1).'" title="'.WCF::getLanguage()->getDynamicVariable('wcf.global.page.next').'" class="jsTooltip"><img src="'.self::getIconPath('circleArrowRight').'" alt="" class="icon16" /></a></li>'."\n";
}
else {
- return '<li class="skip disabled"><img src="'.self::getIconPath('next1D').'" alt="" /></li>'."\n";
+ return '<li class="skip disabled"><img src="'.self::getIconPath('circleArrowLeft').'" alt="" class="icon16 disabled" /></li>'."\n";
}
}
height: 24px;
left: 13px;
position: absolute;
- top: 4px;
+ top: 6px;
width: 24px;
}
.textShadow(@wcfInfoBackgroundColor2);
&:after {
- background-image: url('../icon/systemInfo.svg');
+ background-image: url('../icon/infoInverse.svg');
}
> a {
.textShadow(@wcfSuccessBackgroundColor2);
&:after {
- background-image: url('../icon/systemSuccess.svg');
+ background-image: url('../icon/successInverse.svg');
}
> a {
.textShadow(@wcfWarningBackgroundColor2);
&:after {
- background-image: url('../icon/systemWarning.svg');
+ background-image: url('../icon/warningInverse.svg');
}
> a {
.textShadow(@wcfErrorBackgroundColor2);
&:after {
- background-image: url('../icon/systemError.svg');
+ background-image: url('../icon/errorInverse.svg');
}
> a {
// sets default badge shadows depending on background color
.badgeShadow(@backgroundColor) when (lightness(@backgroundColor) >= 50%) {
- box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
+ box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.badgeShadow(@backgroundColor) when (lightness(@backgroundColor) < 50%) {
- box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 1);
+ box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, .8);
}
/* default values */
}
&:first-child > a {
- background-image: url('../icon/home1.svg');
+ background-image: url('../icon/home.svg');
background-position: 7px center;
background-repeat: no-repeat;
background-size: 16px;
}
.dialogCloseButton {
- background-image: url(../icon/delete2.svg);
+ background-image: url(../icon/deleteInverse.svg);
background-position: top left;
background-repeat: no-repeat;
background-size: 32px;
white-space: nowrap;
&.active {
- background-image: url(../icon/dropdown1.svg);
+ background-image: url(../icon/dropdown.svg);
background-position: right center;
background-repeat: no-repeat;
color: @wcfColor;
white-space: nowrap;
&.active {
- background-image: url(../icon/dropdown1.svg);
+ background-image: url(../icon/dropdown.svg);
background-position: right center;
background-repeat: no-repeat;
color: @wcfColor;
opacity: 1;
}
+img.disabled {
+ opacity: .3;
+}
+
/* -- -- -- Shadows -- -- -- */
/* Shadows for boxes - do not use on small boxes! */
.message.dividers {
.userCredits {
- border-top: 1px dotted darken(@wcfContainerBorderColor, 10%);
+ border-top: 1px solid darken(@wcfSidebarBackgroundColor, 8%); //darken(@wcfContainerBorderColor, 10%);
+
+ .boxShadowInset(0, 1px, #fff, 0);
}
}
display: block;
}
- > div {
+ > div:not(.messageFooter) {
border-top: 1px dotted @wcfContainerBorderColor;
- display: block;
overflow: hidden;
padding: @wcfGapMedium 0;
}
padding-bottom: @wcfGapMedium;
}
- > .likesSummary {
- background-color: @wcfContentBackgroundColor;
- border: 1px solid @wcfContainerBorderColor;
- display: inline-block;
- font-size: @wcfSmallFontSize;
- padding: @wcfGapTiny @wcfGapMedium;
-
- .borderRadius();
+ > .messageSignature {
+ color: @wcfDimmedColor;
}
.messageFooter {
> *:not(:first-child) {
- border-top: 1px solid @wcfContainerBorderColor;
margin-top: @wcfGapSmall;
- padding-top: @wcfGapSmall;
}
- .signature {
+ > .messageFooterNote {
+ border-left: 2px solid @wcfContainerBorderColor;
color: @wcfDimmedColor;
+ font-size: @wcfSmallFontSize;
+ padding: @wcfGapTiny @wcfGapSmall;
+
+ @messageFooterNoteGradientColor: fade(@wcfContainerBorderColor, 20%);
+ .linearGradientNative(~"left top, @{messageFooterNoteGradientColor} 0%, transparent 40%");
}
}
}
position: relative;
text-align: left;
+ > a > img {
+ /* todo */
+ -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0, 0, 0, .3)));
+ }
+
> .badgeOnline {
- border-bottom: 1px solid #fff;
+ background-color: fade(@wcfSuccessBackgroundColor, 70%);
+ border-bottom: 1px solid rgba(255, 255, 255, .7); /*todo*/
bottom: 7px;
position: absolute;
- right: -7px;
+ right: -5px;
text-transform: uppercase;
- //.borderRadius(0);
+
+ .borderRadius(2px);
.boxShadow(0, 1px, rgba(0, 0, 0, .3), 7px);
}
}
.popover {
background-color: rgba(0, 0, 0, .4);
- background-image: url(../icon/spinner1.svg);
+ background-image: url(../icon/spinner.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 32px;
&.collapsibleMenus {
> h1 {
- background-image: url(../icon/arrowRight.svg);
+ background-image: url(../icon/arrowRightColored.svg);
background-position: 15px center;
background-repeat: no-repeat;
background-size: 16px;
padding-left: (@wcfGapLarge + 16px + @wcfGapTiny);
&.active {
- background-image: url(../icon/arrowDown.svg);
+ background-image: url(../icon/arrowDownColored.svg);
}
}
input[type="search"] {
background-color: rgba(0, 0, 0, .5);
- background-image: url("../icon/search2.svg");
+ background-image: url("../icon/searchInverse.svg");
background-repeat: no-repeat;
background-position: 7px 5px;
border: 1px solid rgba(0, 0, 0, .9);
/* dropdown icon */
.dropdownToggle {
- background-image: url('../icon/dropdown2.svg');
+ background-image: url('../icon/dropdownInverse.svg');
background-position: 97% center;
background-repeat: no-repeat;
padding-right: 15px !important;
}
&:after {
- background-image: url(../../icon/threadStarter1.svg);
+ background-image: url(../icon/circleStar.svg);
background-position: 4px 4px;
background-repeat: no-repeat;
background-size: 16px;
.borderRadius(@wcfContainerBorderRadius, 0, 0, 0);
.linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
}
-
- .wbbEditNote > small {
- border-left: 2px solid @wcfContainerBorderColor;
- color: @wcfDimmedColor;
- display: block;
- padding: @wcfGapTiny @wcfGapSmall;
-
- @wbbEditNoteGradientColor: fade(@wcfContainerBorderColor, 20%);
-
- .linearGradientNative(~"left top, @{wbbEditNoteGradientColor} 0%, rgba(255, 255, 255, 0) 40%");
- }
}
}
}
.wbbPostLoading {
- background-image: url(../icon/spinner1.svg);
+ background-image: url(../icon/spinner.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 64px;
/* Thread quick reply */
#threadQuickReply {
.wbbThreadQuickReplyLoading {
- background-image: url(../icon/spinner1.svg);
+ background-image: url(../icon/spinner.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 64px;