AAAAPKs?\7:Z cpanel.phpnuW+AgetTag().'/'.$lang->getTag().'.css'; ?> params->get('colourChoice')) : $colour = 'standard'; else : $colour = htmlspecialchars($this->params->get('colourChoice')); endif; ?> direction == 'rtl') : ?> params->get('boldText')) : ?>
'.JText::_('JGLOBAL_VIEW_SITE').''; // Print the logout link. $output[] = '' .($hideLinks ? '' : '').JText::_('JLOGOUT').($hideLinks ? '' : '').''; // Output the items. foreach ($output as $item) : echo $item; endforeach; ?>

countModules('icon')>1):?> 1));?>
PKs?\) js/.htaccessnuW+A Order allow,deny Deny from all PKs?\-  js/template.jsnuW+A/** * @package Hathor * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Functions */ /** * Set focus to username on the login screen */ function setFocus() { if (document.id("login-page")) { document.id("form-login").username.select(); document.id("form-login").username.focus(); } } /** * Change the skip nav target to work with webkit browsers (Safari/Chrome) and * Opera */ function setSkip() { if (Browser.Engine.webkit || Browser.opera) { var target = document.id('skiptarget'); target.href = "#skiptarget"; target.innerText = "Start of main content"; target.setAttribute("tabindex", "0"); document.id('skiplink').setAttribute("onclick", "document.id('skiptarget').focus();"); } } /** * Set the Aria Role based on the id * * @param id * @param rolevalue * @return */ function setRoleAttribute(id, rolevalue) { if (document.id(id)) { document.id(id).setAttribute("role", rolevalue); } } /** * Set the WAI-ARIA Roles Specify the html id then aria role * * @return */ function setAriaRoleElementsById() { setRoleAttribute("header", "banner"); setRoleAttribute("element-box", "main"); setRoleAttribute("footer", "contentinfo"); setRoleAttribute("nav", "navigation"); setRoleAttribute("submenu", "navigation"); setRoleAttribute("system-message", "alert"); } /** * This sets the given Aria Property state to true for the given element * * @param el * The element (tag.class) * @param prop * The property to set to true * @return */ function setPropertyAttribute(el, prop) { if (document.getElements(el)) { document.getElements(el).set(prop, "true"); } } /** * Set the WAI-ARIA Properties Specify the tag.class then the aria property to * set to true If classes are changed on the fly (i.e. aria-invalid) they need * to be changed there instead of here. * * @return */ function setAriaProperties() { setPropertyAttribute("input.required", "aria-required"); setPropertyAttribute("textarea.required", "aria-required"); setPropertyAttribute("input.readonly", "aria-readonly"); setPropertyAttribute("input.invalid", "aria-invalid"); setPropertyAttribute("textarea.invalid", "aria-invalid"); } /** * Process file */ /** from accessible suckerfish menu by Matt Carroll, * mootooled by Bill Tomczak */ window.addEvent('domready', function(){ var menu = document.id('menu'); if (menu && !menu.hasClass('disabled')) { menu.getElements('li').each(function(cel){ cel.addEvent('mouseenter', function(){ this.addClass('sfhover'); }); cel.addEvent('mouseleave', function() { this.removeClass('sfhover'); }); }); menu.getElements('a').each(function(ael) { ael.addEvent('focus', function() { this.addClass('sffocus'); this.getParents('li').addClass('sfhover'); }); ael.addEvent('blur', function() { this.removeClass('sffocus'); this.getParents('li').removeClass('sfhover'); }); }); } }); window.addEvent('domready', function() { setFocus(); setSkip(); setAriaRoleElementsById(); setAriaProperties(); }); /** * For IE6 - Background flicker fix */ try { document.execCommand('BackgroundImageCache', false, true); } catch (e) { } PKs?\V js/index.htmlnuW+A PKs?\?{S css/theme.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 */ /* ThemeOfficeMenu Style Sheet */ .ThemeOfficeMenu, .ThemeOfficeSubMenuTable { font-family: Arial, Verdana, sans-serif; font-size: 13px; padding: 0; white-space: nowrap; cursor: default; height: 25px; } .ThemeOfficeSubMenu { position: absolute; visibility: hidden; /* Netscape/Mozilla renders borders by increasing their z-index. The following line is necessary to cover any borders underneath */ z-index: 100; border: 0; padding: 0; overflow: visible; border: 1px solid #8C867B; filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4); } .ThemeOfficeSubMenuTable { overflow: visible; } .ThemeOfficeMainItem, .ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive, .ThemeOfficeMenuItem, .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive { border: 0; cursor: default; white-space: nowrap; } .ThemeOfficeMainItem { /*background-color: #EFEBDE;*/ } .ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive { background-color: #e7eddf; } .ThemeOfficeMenuItem { background-color: #F1F3F5; } .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive { background-color: #e7eddf; } /* horizontal main menu */ .ThemeOfficeMainItem { padding: 4px 1px 4px 1px; border: 0; } td.ThemeOfficeMainItemHover, td.ThemeOfficeMainItemActive { padding: 0; border-right: 1px solid #6d9d2e; border-left: 1px solid #6d9d2e; } .ThemeOfficeMainFolderLeft, .ThemeOfficeMainItemLeft, .ThemeOfficeMainFolderText, .ThemeOfficeMainItemText, .ThemeOfficeMainFolderRight, .ThemeOfficeMainItemRight { background-color: inherit; } /* vertical main menu sub components */ td.ThemeOfficeMainFolderLeft, td.ThemeOfficeMainItemLeft { padding-top: 2px; padding-bottom: 2px; padding-left: 0; padding-right: 2px; border-top: 1px solid #6d9d2e; border-bottom: 1px solid #6d9d2e; border-left: 1px solid #6d9d2e; background-color: inherit; } td.ThemeOfficeMainFolderText, td.ThemeOfficeMainItemText { padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; border-top: 1px solid #6d9d2e; border-bottom: 1px solid #6d9d2e; background-color: inherit; white-space: nowrap; } td.ThemeOfficeMainFolderRight, td.ThemeOfficeMainItemRight { padding-top: 2px; padding-bottom: 2px; padding-left: 0; padding-right: 0; border-top: 1px solid #6d9d2e; border-bottom: 1px solid #6d9d2e; border-right: 1px solid #6d9d2e; background-color: inherit; } tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft, tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft { padding-top: 3px; padding-bottom: 3px; padding-left: 1px; padding-right: 2px; white-space: nowrap; border: 0; background-color: inherit; } tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText, tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText { padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; border: 0; background-color: inherit; } tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight, tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight { padding-top: 3px; padding-bottom: 3px; padding-left: 0; padding-right: 1px; border: 0; background-color: inherit; } /* sub menu sub components */ .ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItemLeft { padding-top: 2px; padding-bottom: 2px; padding-left: 1px; padding-right: 3px; border-top: 1px solid #6d9d2e; border-bottom: 1px solid #6d9d2e; border-left: 1px solid #6d9d2e; background-color: inherit; white-space: nowrap; } .ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemText { padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; border-top: 1px solid #6d9d2e; border-bottom: 1px solid #6d9d2e; background-color: inherit; white-space: nowrap; } .ThemeOfficeMenuFolderRight, .ThemeOfficeMenuItemRight { padding-top: 2px; padding-bottom: 2px; padding-left: 0; padding-right: 0; border-top: 1px solid #6d9d2e; border-bottom: 1px solid #6d9d2e; border-right: 1px solid #6d9d2e; background-color: inherit; white-space: nowrap; } .ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft { padding-top: 3px; padding-bottom: 3px; padding-left: 2px; padding-right: 3px; white-space: nowrap; border: 0; background-color: #DDE1E6; } .ThemeOfficeMenuItem .ThemeOfficeMenuFolderText, .ThemeOfficeMenuItem .ThemeOfficeMenuItemText { padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; border: 0; background-color: inherit; } .ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight, .ThemeOfficeMenuItem .ThemeOfficeMenuItemRight { padding-top: 3px; padding-bottom: 3px; padding-left: 0; padding-right: 1px; border: 0; background-color: inherit; } /* menu splits */ .ThemeOfficeMenuSplit { margin: 2px; height: 1px; overflow: hidden; background-color: inherit; border-top: 1px solid #C6C3BD; } /* image shadow animation */ /* seq1: image for normal seq2: image for hover and active To use, in the icon field, input the following: */ .ThemeOfficeMenuItem img.seq1 { display: inline; } .ThemeOfficeMenuItemHover seq2, .ThemeOfficeMenuItemActive seq2 { display: inline; } .ThemeOfficeMenuItem .seq2, .ThemeOfficeMenuItemHover .seq1, .ThemeOfficeMenuItemActive .seq1 { display: none; } /* inactive settings */ div.inactive td.ThemeOfficeMainItemHover, div.inactive td.ThemeOfficeMainItemActive { border-top: 0; border-right: 1px solid #f1f3f5; border-left: 1px solid #f1f3f5; } div.inactive .ThemeOfficeMainItem { color: #bbb; } div.inactive span.ThemeOfficeMainItemText { color: #aaa; } div.inactive .ThemeOfficeMainItemHover, div.inactive .ThemeOfficeMainItemActive { background-color: #f1f3f5; }PKs?\+]gcss/colour_highcontrast.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Changes to use high contrast colors */ /** * Main Colors * #163365 Text background/border * #1c4181 Alternative text background 1/border * #1b3f7c Alternative text background 2/border * #fcff20 Text * #ffffff Highlighted Text * #10254a Main hover color/border * #000000 Highlight/shadow border * #a20000 Invalid Alert Color * #00f800 Success Alert Color * #feffbf Disabled Menu/Protected * * MENU: * * Standard Link * #1b3f7c Link Background * #ffffff Text * #10254a Border * * Pressed Link * #163365 Text background * #ffffff Highlighted Text * #000000 Left & Top Border * #1b3f7c Right & Bottom Border * * Background behind the links * #163365 Background * #122b56 Border * * Inactive (Disabled) * #cccccc Text * * SUBMENU * #163365 Active Tab Background * #fcff20 Active Tab Text color * #10254a Hover background * #10254a Border * #1b3f7c "off" Tab Background * #ffffff "off" Tab Text color * * #1c4181 Color behind the tabs */ /** * General styles */ body { background-color: #1c4181; color: #fcff20; } div#sbox-content { background-color: #1c4181; color: #fcff20; } h1 { color: #163365; } a:link { color: #ffffff; } a:visited { color: #ffffff; } a:hover,a:focus { text-decoration: underline; color: #fcff20; } /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat; } #header h1.title { color: #163365; } #footer { background: #163365; border: 1px solid #1b3f7c; } #nav { background: #163365; border: 1px solid #1b3f7c; } #content { background: #1c4181; } #no-submenu { border-bottom: 1px solid #1b3f7c; } #element-box { background: #163365; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #1b3f7c; } #element-box.login { border-top: 1px solid #1b3f7c; } /** * Status layout */ #module-status a, #module-status span { color: #163365; } #module-status .preview { background: url(../images/menu/icon-16-media.png) 3px 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) 3px 3px no-repeat; } #module-status .unread-messages,#module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) 3px 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) 3px 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) 3px 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) 3px 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) 3px 3px no-repeat; } /** * Various Styles */ .enabled, .success , .allow, span.writable { color: #00f800; } .disabled, p.error, .warning, .deny, span.unwritable { color: #a20000; } .nowarning { color: #fcff20; } .none,.protected { color: #feffbf; } span.note { background: #163365; color: #fcff20; } div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Overlib */ .ol-foreground { background-color: #fcff20; } .ol-background { background-color: #1b3f7c; } .ol-textfont { color: #163365; } .ol-captionfont { color: #ffffff; } .ol-captionfont a { color: #1b3f7c; } /** * Subheader, toolbar, page title */ .pagetitle h2 { color: #fcff20; } div.configuration { color: #fcff20; background-image: url(../images/menu/icon-16-config.png); background-repeat: no-repeat; } div.toolbar-box { border-right: 1px solid #10254a; border-bottom: 1px solid #10254a; border-left: 1px solid #10254a; background: #163365; } div.toolbar-list li { color: #fcff20; } div.toolbar-list li.divider { border-right:1px dotted #1b3f7c; } div.toolbar-list a { border: 1px solid #10254a; color: #fcff20; background: #1b3f7c; } div.toolbar-list a:hover { border-left: 1px solid #000000; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; background: #163365; color: #ffffff; } /** * Pane Slider pane Toggler styles */ .pane-sliders .title { color: #fcff20; border: 1px solid #10254a; } .pane-sliders .panel { border: 1px solid #1b3f7c; } .pane-sliders .panel h3 { background: #1c4181; color: #fcff20; } .pane-sliders .content { background: #163365; } .pane-sliders .adminlist { border: 0 none; } .pane-sliders .adminlist td { border: 0 none; } .pane-toggler span { background: transparent url(../images/j_arrow.png) 5px 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat; } .pane-toggler-down { border-bottom: 1px solid #1b3f7c; } /** * Tabs */ dl.tabs dt { border: 1px solid #10254a; background: #1c4181; color: #fcff20; } dl.tabs dt.open { background: #163365; border-bottom: 1px solid #163365; color: #fcff20; } dl.tabs dt.open a:visited { color: #fcff20; } div.current { border: 1px solid #10254a; background: #163365; } div.current dd { padding: 0; margin: 0; } div#menu-assignment h3 { border-bottom: 1px solid #fcff20; } /** * Login Settings */ #login-page .pagetitle h2 { background-color: transparent; /* background-color: #1c4181; */ color: #fcff20; } #login-page #header { border-bottom: 1px solid #1b3f7c; } #login-page #content { background: #1c4181; } #login-page #lock { background: url(../images/j_login_lock.png) 50% 0 no-repeat; } #login-page #element-box.login { background: #163365; border: 1px solid #10254a; } #form-login { border: 1px solid #10254a; background: #1c4181; } #form-login label { color: #fcff20; } #form-login div.button1 a { color: #fcff20; background-color: #1b3f7c; border: 1px solid #10254a; } #form-login div.button1 a:hover,#form-login div.button1 a:focus { text-decoration: none; background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /** * Cpanel Settings */ .cpanel-page div#element-box { background: #163365; border: 1px solid #10254a; } #cpanel div.icon a, .cpanel div.icon a { border: 1px solid #10254a; background: #1b3f7c; color: #fcff20; } #cpanel div.icon a:hover, #cpanel div.icon a:focus, .cpanel div.icon a:hover, .cpanel div.icon a:focus { border-left: 1px solid #000000; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; background: #163365; color: #ffffff; } /** * Form Styles */ fieldset { border: 3px dotted #1b3f7c; } legend { color: #fcff20; } fieldset ul.checklist input:focus { outline: thin dotted #333333; } fieldset#filter-bar { border-bottom: 1px solid #1b3f7c; } fieldset#filter-bar ol, fieldset#filter-bar ul { border: 0; } fieldset#filter-bar ol li fieldset, fieldset#filter-bar ul li fieldset { border: 0; } input,span.faux-input, select,option { color: #fcff20; background-color: #163365; border: 1px solid #1b3f7c; } /* Note: these visual cues should be augmented by aria */ .invalid { color: #a20000; background-color: #ffffff; } /* must be augmented by aria at the same time if changed dynamically by js aria-invalid=true or aria-invalid=false */ input.invalid { border: 1px solid #a20000; } input.required { background-color: #fcff20; color: #163365; border: 1px solid #1b3f7c; } input.disabled { background-color: #eeeeee; } /* Inputs used as buttons */ input[type="button"], input[type="submit"], input[type="reset"] { background-color: #1b3f7c; border: 1px solid #10254a; color: #fcff20; } input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } textarea { color: #fcff20; background-color: #163365; border: 1px solid #1b3f7c; } input:focus, select:focus, textarea:focus, option:focus, input:hover, select:hover, textarea:hover, option:hover { background-color: #10254a; color: #fcff20; } /** * Option or Parameter styles */ .paramrules { background: #1b3f7c; } span.gi { color: #ffffff; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { background-color: #1c4181; color: #fcff20; border-bottom: 1px solid #10254a; border-right: 1px solid #10254a; } table.paramlist td.paramlist_description { background-color: #1c4181; color: #fcff20; border-bottom: 1px solid #10254a; border-right: 1px solid #10254a; } /** * Admin Form Styles */ fieldset.adminform { border: 1px solid #1b3f7c; } /* Table styles are for use with tabular data */ table.adminform { background-color: #163365; } table.adminform tr.row0 { background-color: #163365; } table.adminform tr.row1 { background-color: #10254a; } table.adminform th { color: #fcff20; background: #163365; } table.adminform tr { border-bottom: 1px solid #1b3f7c; border-right: 1px solid #1b3f7c; } /** * Adminlist Table layout */ table.adminlist { background-color: #163365; color: #fcff20; } table.adminlist a { color: #ffffff; } table.adminlist thead th { background: #163365; color: #fcff20; } /* Table row styles */ table.adminlist tbody tr { background: #163365; } table.adminlist tbody tr.row1 { background: #163365; } table.adminlist tbody tr.row1 td, table.adminlist tbody tr.row1 th { border-bottom: 1px solid #1b3f7c; } table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td, table.adminlist tbody tr.row0:hover th, table.adminlist tbody tr.row1:hover th, table.adminlist tbody tr.row0:focus td, table.adminlist tbody tr.row1:focus td, table.adminlist tbody tr.row0:focus th, table.adminlist tbody tr.row1:focus th { background-color: #10254a; } table.adminlist tbody tr td, table.adminlist tbody tr th { border-right: 1px solid #1b3f7c; } table.adminlist tbody tr td:last-child { border-right: none; } table.adminlist tbody tr.row0:last-child td, table.adminlist tbody tr.row0:last-child th { border-bottom: 1px solid #1b3f7c; } table.adminlist tbody tr.row0 td, table.adminlist tbody tr.row0 th { background: #1c4181; } table.adminlist tfoot tr { color: #fcff20; } /* Table td/th styles */ table.adminlist tfoot td,table.adminlist tfoot th { background-color: #163365; border-top: 1px solid #1b3f7c; } /** * Adminlist buttons */ table.adminlist tr td.btns a { background-color: #1b3f7c; border: 1px solid #10254a; color: #fcff20; } table.adminlist tr td.btns a:hover, table.adminlist tr td.btns a:active, table.adminlist tr td.btns a:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Saving order icon styling in admin tables */ fieldset.batch { background: #1c4181; } /** * Button styling */ button { color: #fcff20; background-color: #1b3f7c; border: 1px solid #10254a; } button:hover, button:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /* Button 1 Type */ .button1 { border: none; background: #1b3f7c; } /* Use this if you add images to the buttons such as directional arrows */ .button1 .next { /* background: transparent url(../images/j_button1_next.png) 100% 0 no-repeat; */ } .button1 a { border: 1px solid #10254a; color: #fcff20; } .button1 a:hover,.button1 a:focus { text-decoration: none; background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /* Button 2 Type */ .button2-left,.button2-right { border: none; background: #1b3f7c; } .button2-left a,.button2-right a,.button2-left span,.button2-right span { color: #fcff20; border: 1px solid #10254a; } /* these are inactive buttons */ .button2-left span,.button2-right span { color: #cccccc; border: 1px solid #10254a; } .page span,.blank span { color: #fcff20; border: 1px solid #10254a; } .button2-left a:hover,.button2-right a:hover,.button2-left a:focus,.button2-right a:focus { text-decoration: none; background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /** * Pagination styles */ /* Grey out the current page number */ .pagination .page span { color: #cccccc; } /** * Tooltips */ .tip { background: #10254a; border: 1px solid #1b3f7c; } .tip-title { background: url(../images/selector-arrow-hc.png) no-repeat; } /** * Calendar */ a img.calendar { background: url(../images/calendar.png) no-repeat; } /** * JGrid styles */ .jgrid span.publish { background-image: url(../images/admin/tick.png); } .jgrid span.unpublish { background-image: url(../images/admin/publish_x.png); } .jgrid span.archive { background-image: url(../images/menu/icon-16-archive.png); } .jgrid span.trash { background-image: url(../images/menu/icon-16-trash.png); } .jgrid span.default { background-image: url(../images/menu/icon-16-default.png); } .jgrid span.notdefault { background-image: url(../images/menu/icon-16-notdefault.png); } .jgrid span.checkedout { background-image: url(../images/admin/checked_out.png); } .jgrid span.downarrow { background-image: url(../images/admin/downarrow.png); } .jgrid span.downarrow_disabled { background-image: url(../images/admin/downarrow0.png); } .jgrid span.uparrow { background-image: url(../images/admin/uparrow.png); } .jgrid span.uparrow_disabled { background-image: url(../images/admin/uparrow0.png); } .jgrid span.published { background-image: url(../images/admin/publish_g.png); } .jgrid span.expired { background-image: url(../images/admin/publish_r.png); } .jgrid span.pending { background-image: url(../images/admin/publish_y.png); } .jgrid span.warning { background-image: url(../images/admin/publish_y.png); } /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ .icon-16-archive { background-image: url(../images/menu/icon-16-archive.png); } .icon-16-article { background-image: url(../images/menu/icon-16-article.png); } .icon-16-banners { background-image: url(../images/menu/icon-16-banner.png); } .icon-16-banners-clients { background-image: url(../images/menu/icon-16-banner-client.png); } .icon-16-banners-tracks { background-image: url(../images/menu/icon-16-banner-tracks.png); } .icon-16-banners-cat { background-image: url(../images/menu/icon-16-banner-categories.png); } .icon-16-category { background-image: url(../images/menu/icon-16-category.png); } .icon-16-checkin { background-image: url(../images/menu/icon-16-checkin.png); } .icon-16-clear { background-image: url(../images/menu/icon-16-clear.png); } .icon-16-component { background-image: url(../images/menu/icon-16-component.png); } .icon-16-config { background-image: url(../images/menu/icon-16-config.png); } .icon-16-contact { background-image: url(../images/menu/icon-16-contacts.png); } .icon-16-contact-cat { background-image: url(../images/menu/icon-16-contacts-categories.png); } .icon-16-content { background-image: url(../images/menu/icon-16-content.png); } .icon-16-cpanel { background-image: url(../images/menu/icon-16-cpanel.png); } .icon-16-default { background-image: url(../images/menu/icon-16-default.png); } .icon-16-featured { background-image: url(../images/menu/icon-16-featured.png); } .icon-16-groups { background-image: url(../images/menu/icon-16-groups.png); } .icon-16-help { background-image: url(../images/menu/icon-16-help.png); } .icon-16-help-this { background-image: url(../images/menu/icon-16-help-this.png); } .icon-16-help-forum { background-image: url(../images/menu/icon-16-help-forum.png); } .icon-16-help-docs { background-image: url(../images/menu/icon-16-help-docs.png); } .icon-16-help-jed { background-image: url(../images/menu/icon-16-help-jed.png); } .icon-16-help-jrd { background-image: url(../images/menu/icon-16-help-jrd.png); } .icon-16-help-community { background-image: url(../images/menu/icon-16-help-community.png); } .icon-16-help-security { background-image: url(../images/menu/icon-16-help-security.png); } .icon-16-help-dev { background-image: url(../images/menu/icon-16-help-dev.png); } .icon-16-help-shop { background-image: url(../images/menu/icon-16-help-shop.png); } .icon-16-info { background-image: url(../images/menu/icon-16-info.png); } .icon-16-install { background-image: url(../images/menu/icon-16-install.png); } .icon-16-joomlaupdate { background-image: url(../images/menu/icon-16-install.png); } .icon-16-language { background-image: url(../images/menu/icon-16-language.png); } .icon-16-levels { background-image: url(../images/menu/icon-16-levels.png); } .icon-16-logout { background-image: url(../images/menu/icon-16-logout.png); } .icon-16-maintenance { background-image: url(../images/menu/icon-16-maintenance.png); } .icon-16-massmail { background-image: url(../images/menu/icon-16-massmail.png); } .icon-16-media { background-image: url(../images/menu/icon-16-media.png); } .icon-16-menu { background-image: url(../images/menu/icon-16-menu.png); } .icon-16-menumgr { background-image: url(../images/menu/icon-16-menumgr.png); } .icon-16-messages { background-image: url(../images/menu/icon-16-messaging.png); } .icon-16-messages-add { background-image: url(../images/menu/icon-16-new-privatemessage.png); } .icon-16-messages-read { background-image: url(../images/menu/icon-16-messages.png); } .icon-16-module { background-image: url(../images/menu/icon-16-module.png); } /* .icon-16-new { background-image: url(../images/menu/icon-16-new.png); } */ .icon-16-newarticle { background-image: url(../images/menu/icon-16-newarticle.png); } .icon-16-newcategory { background-image: url(../images/menu/icon-16-newcategory.png); } .icon-16-newgroup { background-image: url(../images/menu/icon-16-newgroup.png); } .icon-16-newlevel { background-image: url(../images/menu/icon-16-newlevel.png); } .icon-16-newuser { background-image: url(../images/menu/icon-16-newuser.png); } .icon-16-plugin { background-image: url(../images/menu/icon-16-plugin.png); } .icon-16-profile { background-image: url(../images/menu/icon-16-user.png); } .icon-16-purge { background-image: url(../images/menu/icon-16-purge.png); } .icon-16-readmess { background-image: url(../images/menu/icon-16-readmess.png); } .icon-16-section { background-image: url(../images/menu/icon-16-section.png); } .icon-16-static { background-image: url(../images/menu/icon-16-static.png); } .icon-16-stats { background-image: url(../images/menu/icon-16-stats.png); } .icon-16-themes { background-image: url(../images/menu/icon-16-themes.png); } .icon-16-trash { background-image: url(../images/menu/icon-16-trash.png); } .icon-16-user { background-image: url(../images/menu/icon-16-user.png); } .icon-16-user-note { background-image: url(../images/menu/icon-16-user-note.png); } .icon-16-delete { background-image: url(../images/menu/icon-16-delete.png); } .icon-16-help-trans { background-image: url(../images/menu/icon-16-help-trans.png); } .icon-16-newsfeeds { background-image: url(../images/menu/icon-16-newsfeeds.png); } .icon-16-newsfeeds-cat { background-image: url(../images/menu/icon-16-newsfeeds-cat.png); } .icon-16-redirect { background-image: url(../images/menu/icon-16-redirect.png); } .icon-16-search { background-image: url(../images/menu/icon-16-search.png); } .icon-16-finder { background-image: url(../images/menu/icon-16-search.png); } .icon-16-weblinks { background-image: url(../images/menu/icon-16-links.png); } .icon-16-weblinks-cat { background-image: url(../images/menu/icon-16-links-cat.png); } /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ .icon-32-send { background-image: url(../images/toolbar/icon-32-send.png); } .icon-32-delete { background-image: url(../images/toolbar/icon-32-delete.png); } .icon-32-help { background-image: url(../images/toolbar/icon-32-help.png); } .icon-32-cancel { background-image: url(../images/toolbar/icon-32-cancel.png); } .icon-32-checkin { background-image: url(../images/toolbar/icon-32-checkin.png); } .icon-32-options{ background-image: url(../images/toolbar/icon-32-config.png); } .icon-32-apply { background-image: url(../images/toolbar/icon-32-apply.png); } .icon-32-back { background-image: url(../images/toolbar/icon-32-back.png); } .icon-32-forward { background-image: url(../images/toolbar/icon-32-forward.png); } .icon-32-save { background-image: url(../images/toolbar/icon-32-save.png); } .icon-32-edit { background-image: url(../images/toolbar/icon-32-edit.png); } .icon-32-copy { background-image: url(../images/toolbar/icon-32-copy.png); } .icon-32-move { background-image: url(../images/toolbar/icon-32-move.png); } .icon-32-new { background-image: url(../images/toolbar/icon-32-new.png); } .icon-32-upload { background-image: url(../images/toolbar/icon-32-upload.png); } .icon-32-assign { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-html { background-image: url(../images/toolbar/icon-32-html.png); } .icon-32-css { background-image: url(../images/toolbar/icon-32-css.png); } .icon-32-menus { background-image: url(../images/toolbar/icon-32-menu.png); } .icon-32-publish { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-unblock { background-image: url(../images/toolbar/icon-32-unblock.png); } .icon-32-unpublish { background-image: url(../images/toolbar/icon-32-unpublish.png); } .icon-32-restore { background-image: url(../images/toolbar/icon-32-revert.png); } .icon-32-trash { background-image: url(../images/toolbar/icon-32-trash.png); } .icon-32-archive { background-image: url(../images/toolbar/icon-32-archive.png); } .icon-32-unarchive { background-image: url(../images/toolbar/icon-32-unarchive.png); } .icon-32-preview { background-image: url(../images/toolbar/icon-32-preview.png); } .icon-32-default { background-image: url(../images/toolbar/icon-32-default.png); } .icon-32-refresh { background-image: url(../images/toolbar/icon-32-refresh.png); } .icon-32-save-new { background-image: url(../images/toolbar/icon-32-save-new.png); } .icon-32-save-copy { background-image: url(../images/toolbar/icon-32-save-copy.png); } .icon-32-error { background-image: url(../images/toolbar/icon-32-error.png); } .icon-32-new-style { background-image: url(../images/toolbar/icon-32-new-style.png); } .icon-32-delete-style { background-image: url(../images/toolbar/icon-32-delete-style.png); } .icon-32-purge { background-image: url(../images/toolbar/icon-32-purge.png); } .icon-32-remove { background-image: url(../images/toolbar/icon-32-remove.png); } .icon-32-featured { background-image: url(../images/toolbar/icon-32-featured.png); } .icon-32-export { background-image: url(../images/toolbar/icon-32-export.png); } .icon-32-stats { background-image: url(../images/toolbar/icon-32-stats.png); } .icon-32-print { background-image: url(../images/toolbar/icon-32-print.png); } /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ .icon-48-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-generic { background-image: url(../images/header/icon-48-generic.png); } .icon-48-banners { background-image: url(../images/header/icon-48-banner.png); } .icon-48-banners-categories { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-edit { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-banners-clients { background-image: url(../images/header/icon-48-banner-client.png); } .icon-48-banners-tracks { background-image: url(../images/header/icon-48-banner-tracks.png); } .icon-48-checkin { background-image: url(../images/header/icon-48-checkin.png); } .icon-48-clear { background-image: url(../images/header/icon-48-clear.png); } .icon-48-contact { background-image: url(../images/header/icon-48-contacts.png); } .icon-48-contact-categories { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-edit { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-purge { background-image: url(../images/header/icon-48-purge.png); } .icon-48-cpanel { background-image: url(../images/header/icon-48-cpanel.png); } .icon-48-config { background-image: url(../images/header/icon-48-config.png); } .icon-48-groups { background-image: url(../images/header/icon-48-groups.png); } .icon-48-groups-add { background-image: url(../images/header/icon-48-groups-add.png); } .icon-48-levels { background-image: url(../images/header/icon-48-levels.png); } .icon-48-levels-add { background-image: url(../images/header/icon-48-levels-add.png); } .icon-48-module { background-image: url(../images/header/icon-48-module.png); } .icon-48-menu { background-image: url(../images/header/icon-48-menu.png); } .icon-48-menu-add { background-image: url(../images/header/icon-48-menu-add.png); } .icon-48-menumgr { background-image: url(../images/header/icon-48-menumgr.png); } .icon-48-trash { background-image: url(../images/header/icon-48-trash.png); } .icon-48-user { background-image: url(../images/header/icon-48-user.png); } .icon-48-user-add { background-image: url(../images/header/icon-48-user-add.png); } .icon-48-user-edit { background-image: url(../images/header/icon-48-user-edit.png); } .icon-48-user-profile { background-image: url(../images/header/icon-48-user-profile.png); } .icon-48-inbox { background-image: url(../images/header/icon-48-inbox.png); } .icon-48-new-privatemessage { background-image: url(../images/header/icon-48-new-privatemessage.png); } .icon-48-msgconfig { background-image: url(../images/header/icon-48-message_config.png); } .icon-48-langmanager { background-image: url(../images/header/icon-48-language.png); } .icon-48-mediamanager { background-image: url(../images/header/icon-48-media.png); } .icon-48-plugin { background-image: url(../images/header/icon-48-plugin.png); } .icon-48-help_header { background-image: url(../images/header/icon-48-help_header.png); } .icon-48-impressions { background-image: url(../images/header/icon-48-stats.png); } .icon-48-browser { background-image: url(../images/header/icon-48-stats.png); } .icon-48-searchtext { background-image: url(../images/header/icon-48-stats.png); } .icon-48-thememanager { background-image: url(../images/header/icon-48-themes.png); } .icon-48-writemess { background-image: url(../images/header/icon-48-writemess.png); } .icon-48-featured { background-image: url(../images/header/icon-48-featured.png); } .icon-48-sections { background-image: url(../images/header/icon-48-section.png); } .icon-48-article-add { background-image: url(../images/header/icon-48-article-add.png); } .icon-48-article-edit { background-image: url(../images/header/icon-48-article-edit.png); } .icon-48-article { background-image: url(../images/header/icon-48-article.png); } .icon-48-content-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-install { background-image: url(../images/header/icon-48-extension.png); } .icon-48-dbbackup { background-image: url(../images/header/icon-48-backup.png); } .icon-48-dbrestore { background-image: url(../images/header/icon-48-dbrestore.png); } .icon-48-dbquery { background-image: url(../images/header/icon-48-query.png); } .icon-48-systeminfo { background-image: url(../images/header/icon-48-info.png); } .icon-48-massmail { background-image: url(../images/header/icon-48-massmail.png); } .icon-48-redirect { background-image: url(../images/header/icon-48-redirect.png); } .icon-48-search { background-image: url(../images/header/icon-48-search.png); } .icon-48-finder { background-image: url(../images/header/icon-48-search.png); } .icon-48-newsfeeds { background-image: url(../images/header/icon-48-newsfeeds.png); } .icon-48-newsfeeds-categories { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-edit { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-weblinks { background-image: url(../images/header/icon-48-links.png); } .icon-48-weblinks-categories { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-edit { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-add { background-image: url(../images/header/icon-48-category-add.png); } /** * General styles */ div.message { border: 1px solid #1b3f7c; color: #333; } .helpFrame { border-left: 0 solid #1b3f7c; border-right: none; border-top: none; border-bottom: none; } /** * Override mootree.css styles * media/system/css/mootree.css */ .mooTree_selected { background-color: #10254a; } /** * Modal Styles */ dl.menu_type dt { border-bottom: 1px solid #1b3f7c; } ul#new-modules-list { border-top: 1px solid #1b3f7c; } /** * Override mediamanager.css styles * administrator/components/com_media/assets/mediamanager.css */ #folderview input#folderpath { width: 65%; color: #fcff20; background-color: #163365; border: 1px solid #1b3f7c; } .upload-queue .queue-loader { background-color: #fcff20; color: #163365; border: 1px inset #fcff20; } .upload-queue .queue-subloader { background-color: #1b3f7c; color: #fcff20; } /** * User Accessibility */ /* Skip to Content Visual Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { color: #163365; background: #fcff20; } /** * Admin Form Styles */ fieldset.panelform { border: none 0; } /** * ACL STYLES relocated from com_users/media/grid.css */ a.move_up { background-image: url('../images/admin/uparrow.png'); } span.move_up { background-image: url('../images/admin/uparrow0.png'); } a.move_down { background-image: url('../images/admin/downarrow.png'); } span.move_down { background-image: url('../images/admin/downarrow0.png'); } a.grid_false { background-image: url('../images/admin/publish_x.png'); } a.grid_true { background-image: url('../images/admin/tick.png'); } a.grid_trash { background-image: url('../images/admin/icon-16-trash.png'); } /** * ACL PANEL STYLES */ /* All Tabs */ tr.row1 { background-color: #1c4181; } /* Summary Tab */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclsummary-table td.col6, table.aclsummary-table th.col6, table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-left: 1px solid #cbcbcb; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat; } span.icon-16-locked { background: url(../images/admin/checked_out.png) 0 0 no-repeat; } label.icon-16-allow { background: url(../images/admin/icon-16-allow.png) no-repeat; } label.icon-16-deny { background: url(../images/admin/icon-16-deny.png) no-repeat; } a.icon-16-allow { background: url(../images/admin/icon-16-allow.png) no-repeat ; } a.icon-16-deny { background: url(../images/admin/icon-16-deny.png) no-repeat ; } a.icon-16-allowinactive { background: url(../images/admin/icon-16-allowinactive.png) no-repeat ; } a.icon-16-denyinactive { background: url(../images/admin/icon-16-denyinactive.png) no-repeat ; } /* ACL footer/legend */ ul.acllegend li.acl-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat left; } ul.acllegend li.acl-denied { background: url(../images/admin/icon-16-deny.png) no-repeat left; } li.acl-editgroups, li.acl-resetbtn { background-color: #1b3f7c; border: 1px solid #10254a; } li.acl-editgroups a, li.acl-resetbtn a { color: #fcff20 } li.acl-editgroups:hover, li.acl-resetbtn:hover, li.acl-editgroups:focus, li.acl-resetbtn:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /* ACL Config --------- */ table#acl-config { border: 1px solid #10254a; background: #1c4181; } table#acl-config th, table#acl-config td { background: #1c4181; border-bottom: 1px solid #10254a; border-top: none; border-left: none; border-right: none; } table#acl-config th.acl-groups { border-right: 1px solid #10254a; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) right top no-repeat; } /** * Options modal- config */ /* * * Permission Rules */ #permissions-sliders ul#rules, #permissions-sliders ul#rules ul { border:solid 0 #1b3f7c; background:#163365; } ul#rules li .pane-sliders .panel h3.title { border:solid 0 #1b3f7c; } #permissions-sliders ul#rules .pane-slider { border:solid 1px #1b3f7c; } #permissions-sliders ul#rules li h3 { background:#1c4181; border: 1px solid #1b3f7c; } #permissions-sliders ul#rules li h3.pane-toggler-down a { border:solid 0; } #permissions-sliders ul#rules .group-kind { color:#fcff20; } #permissions-sliders ul#rules table.group-rules td { border-right:solid 1px #1b3f7c; border-bottom:solid 1px #1b3f7c; } #permissions-sliders ul#rules table.group-rules th { background: #10254a; border-right:solid 1px #1b3f7c; border-bottom:solid 1px #1b3f7c; color:#fcff20; } ul#rules table.aclmodify-table { border:solid 1px #fcff20; } ul#rules table.group-rules td label { border:solid 0 #1b3f7c; } #permissions-sliders ul#rules .mypanel { border:solid 0 #1b3f7c; } #permissions-sliders ul#rules table.group-rules td { background: #163365; } #permissions-sliders span.level { color:#ffffff; background-image:none; } /* * Debug styles */ .check-0, table.adminlist tbody td.check-0, table.adminlist tbody tr:hover td.check-0 { background-color: #FFFFCF; color: #163365; } .check-a, table.adminlist tbody td.check-a, table.adminlist tbody tr:hover td.check-a { background-color: #CFFFDA; color: #163365; } .check-d, table.adminlist tbody td.check-d, table.adminlist tbody tr:hover td.check-d { background-color: #FFCFCF; color: #163365; } /** * System Messages */ #system-message dd ul { color: #fcff20; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; } #system-message dd.error ul { color: #fcff20; background: #1c4181 url(../images/notice-alert.png) 4px top no-repeat; border-top: 3px solid #a20000; border-bottom: 3px solid #a20000; } #system-message dd.message ul { color: #fcff20; background: #10254a url(../images/notice-info.png) 4px center no-repeat; border-top: 3px solid #EFE7B8; border-bottom: 3px solid #EFE7B8; } #system-message dd.notice ul { color: #fcff20; background: #10254a url(../images/notice-note.png) 4px top no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; } /** CSS file for Accessible Admin Menu * based on Matt Carrolls' son of suckerfish * with javascript by Bill Tomczak */ /* Note: set up the font-size on the id and used 100% on the elements. If ul/li/a are different ems, then the shifting back via non-js keyboard doesn't work properly */ /** * Menu Styling */ #menu { /* this is on the main ul */ color: #ffffff; } #menu ul { /* all lists */ background-color: #163365; color: #ffffff; } #menu ul li.node { background: #163365 url(../images/j_arrow.png) no-repeat right 50%; } #menu a { color: #ffffff; background-repeat: no-repeat; background-position: left 50%; background-color: #1b3f7c; } #menu li { /* all list items */ background-color: #163365; border-right: 1px solid #000000; } #menu li a { border: 1px solid #10254a; } #menu li li a { border: 1px solid #10254a; } #menu li a:hover, #menu li a:active, #menu li a:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #ffffff; } #menu li.disabled a:hover, #menu li.disabled a:focus, #menu li.disabled a { color: #feffbf; background-color: #1b3f7c; border-top: 1px solid #163365; border-right: 1px solid #10254a; border-bottom: 1px solid #163365; border-left: 1px solid #10254a; } #menu li ul { /* second-level lists */ border-top: 1px solid #10254a; border-bottom: 2px solid #10254a; } #menu li li { /* second-level row */ background-color: #163365; } #menu li:hover ul,#menu li.sfhover ul { /* lists nested under hovered list items */ margin-left: 0; border-left: 1px solid #122b56; border-right: 1px solid #122b56; } #menu li li:hover ul,#menu li li.sfhover ul { border-left: 1px solid #122b56; border-right: 1px solid #122b56; } /** * Styling parents */ /* 1 level - sfhover */ #menu li.sfhover a { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /* 2 level - normal */ #menu li.sfhover li a { /* background-color: #f0f0f0; */ background-color: #1b3f7c; border: 1px solid #10254a; color: #ffffff; } /* 2 level - hover */ #menu li.sfhover li.sfhover a,#menu li li a:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /* 3 level - normal */ #menu li.sfhover li.sfhover li a { background-color: #1b3f7c; border: 1px solid #10254a; color: #ffffff; } /* 3 level - hover */ #menu li.sfhover li.sfhover li.sfhover a { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #fcff20; } /* bring back the focus elements into view */ #menu li li a:focus, #menu li li li a:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #ffffff; } #menu li li li a:focus { background-color: #163365; border-top: 1px solid #000000; border-right: 1px solid #1b3f7c; border-bottom: 1px solid #1b3f7c; border-left: 1px solid #000000; color: #ffffff; } /** * Submenu styling */ #submenu { border-bottom: 1px solid #10254a; /* border-bottom plus padding-bottom is the technique */ /* This is the background befind the tabs */ background: #1c4181; } #submenu a, #submenu span.nolink { background: #1b3f7c; border: 1px solid #10254a; color: #ffffff; } #submenu a:hover, #submenu a:focus { background-color: #10254a; } #submenu a.active, #submenu span.nolink.active { background: #163365; border-bottom: 1px solid #163365; color: #fcff20; } /** * Webkit fixes **/ input:-webkit-autofill { background-color: #163365 !important; } /* -- Codemirror Editor ----------- */ div.editor-border, div.CodeMirror-wrapping { border: 1px solid #163365; background-color: #ffffff; } /* User Notes */ div.unotes h1 { background-color: #ffffff; } ul.alternating > li:nth-child(odd) { background-color: #163365; } ul.alternating > li:nth-child(even) { background-color: #10254a; } ol.alternating > li:nth-child(odd) { background-color: #163365; } ol.alternating > li:nth-child(even) { background-color: #10254a;} /* Installer Database */ #installer-database, #installer-discover, #installer-update, #installer-warnings { border-top: 1px solid #1b3f7c; } #installer-database p.warning { background: transparent url(../images/admin/icon-16-deny.png) center left no-repeat; } #installer-database p.nowarning { background: transparent url(../images/admin/icon-16-allow.png) center left no-repeat; } PKs?\Hcss/colour_standard_rtl.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * RTL CSS file for the color standard */ /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat top right; } #element-box { border-left: 1px solid #c7c8b2; border-right: 1px solid #c7c8b2; } /** * Status layout */ #module-status .preview { background: url(../images/menu/icon-16-media.png) right 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) right 3px no-repeat; } #module-status .unread-messages, #module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) right 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) right 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) right 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) right 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) right 3px no-repeat; } /** * Various Styles */ div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Subheader, toolbar, page title */ div.toolbar-box { border-left: 1px solid #c7c8b2; border-right: 1px solid #c7c8b2; } div.toolbar-list li.divider { border-left:1px dotted #e3e4ca; border-right:none; } div.toolbar-list a:hover { border-right: 1px solid #e3e4ca; border-left: 1px solid #c7c8b2; } /** * Pane Slider pane Toggler styles */ .pane-toggler span { background: transparent url(../images/j_arrow_left.png) right 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) right 50% no-repeat; } /** * Cpanel Settings */ #cpanel div.icon a:hover, #cpanel div.icon a:focus { border-right: 1px solid #e3e4ca; border-left: 1px solid #c7c8b2; } fieldset#filter-bar { border-left: none; border-right: none; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { border-left: 1px solid #c7c8b2; border-right: none; } table.paramlist td.paramlist_description { border-left: 1px solid #c7c8b2; border-right: none; } /** * Admin Form Styles */ table.adminform tr { border-left: 1px solid #c7c8b2; border-right: none; } /** * Adminlist Table layout */ table.adminlist.modal { border-right: 1px solid #c7c8b2; border-left: 1px solid #c7c8b2; } /* Table row styles */ table.adminlist tbody tr td, table.adminlist tbody tr th { border-left: 1px solid #c7c8b2; border-right: none; } table.adminlist tbody tr td:last-child { border-left: none; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Button styling */ /* Button 1 Type */ /* Use this if you add images to the buttons such as directional arrows */ .button1 a { /* add padding if you are using the directional images */ /* padding: 0 6px 0 30px; */ } /* Button 2 Type */ .button2-right .prev { background-image: url(../images/j_button2_prev.png); background-position: right center; } .button2-right.off .prev { background: url(../images/j_button2_prev_off.png) no-repeat; } .button2-right .start { background-image: url(../images/j_button2_first.png); background-position: right center; } .button2-left .next { background-image: url(../images/j_button2_next.png); background-position: left center; } .button2-left.off .next { /* @TODO check the x position */ background: url(../images/j_button2_next_off.png) 100% 0 no-repeat; } .button2-left .end { background-image: url(../images/j_arrow_left.png); background-position: left center; } .button2-left.off .end { /* @TODO check the x position */ background: url(../images/j_button2_last_off.png) 100% 0 no-repeat; } .button2-left .image { background: url(../images/j_button2_image.png) 100% 0 no-repeat; } .button2-left .readmore { background: url(../images/j_button2_readmore.png) 100% 0 no-repeat; } .button2-left .pagebreak { background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat; } /** * Tooltips */ .tip-title { /* @TODO is there a different image */ background: url(../images/selector-arrow-rtl.png) no-repeat right top; } /** * System Standard Messages */ #system-message dd.message ul { background: #C3D2E5 url(../images/notice-info.png) 99.5% center no-repeat; } /** * System Error Messages */ #system-message dd.error ul { background: #E6C0C0 url(../images/notice-alert.png) 99.5% top no-repeat; } /** * System Notice Messages */ #system-message dd.notice ul { background: #EFE7B8 url(../images/notice-note.png) 99%.5 top no-repeat; } /** * JGrid styles */ /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ /** * General styles */ .helpFrame { border-right: 0 solid #c7c8b2; border-left: none; border-top: none; } /* -- ACL STYLES relocated from com_users/media/grid.css ----------- */ /* -- ACL PANEL STYLES ----------- */ /* All Tabs */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclsummary-table td.col6, table.aclsummary-table th.col6 table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-right: 1px solid #c7c8b2; border-left: none; } /* Icons */ ul.acllegend li.acl-allowed { background:url(../images/admin/icon-16-allow.png) no-repeat right; } ul.acllegend li.acl-denied { background:url(../images/admin/icon-16-deny.png) no-repeat right; } table#acl-config th.acl-groups { border-left: 1px solid #c7c8b2; } table#acl-config th.acl-groups { text-align: right; } .acl-action { margin: auto 0; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat right; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat right; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat right; } span.icon-16-locked { background: url(../images/admin/checked_out.png) no-repeat right; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) left top no-repeat; } /** * Modal S-Box overrides */ #sbox-window { text-align: right; } /** * Permission Rules */ #permissions-sliders ul#rules table.group-rules td { border-left: solid 1px #c7c8b2; border-right: solid 0 #c7c8b2; } #permissions-sliders ul#rules table.group-rules th { border-left: solid 1px #c7c8b2; border-right: solid 0 #c7c8b2; } /** * Menu Styling */ #menu ul li.node { background-image: url(../images/j_arrow_left.png); background-repeat: no-repeat; background-position: left 50%; } #menu a { background-position: right 50%; } #menu li { border-left: 1px solid #c7c8b2; border-right: 0 solid #c7c8b2; } #menu li li li a:focus { border-right: 1px solid #fafafa; } /* Installer Database */ #installer-database p.warning { background-position: center right; } #installer-database p.nowarning { background-position: center right; } PKs?\ Order allow,deny Deny from all PKs?\Vcss/index.htmlnuW+A PKs?\~g{{css/boldtext.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Changes to use bold text as the default */ /** * Default to bold text */ body { font-weight: bold; } PKs?\{/FLFLcss/template_rtl.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * RTL CSS file for the template */ body { direction: rtl; } h1, h2, h3 { text-align: right; } /** * CSS Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background-position: transparent none repeat scroll top right; } /* new styles */ /* end new styles */ /** * Overall Styles */ #header h1.title { padding: 0 120px 0 0; } #footer { padding: 10px 20px; } #content { margin: 5px 20px 20px 20px; } .cpanel-page div#element-box { padding: 15px; } /** * Status layout */ #module-status { left: 0; right: none; float: left; } #module-status > span { float: right; padding: 4px 22px 0 20px; } /* background images moved to color css file */ /** * Various Styles */ div.checkin-tick { text-indent: -9999px; } /** * Overlib */ /** * Subheader, toolbar, page title */ div.pagetitle { padding: 0 0 5px 0; background-position: right 50%; line-height: 54px; } .pagetitle h2 { padding: 0 50px 0 0; } div.configuration { padding-right: 30px; margin-right: 10px; } div.toolbar-list { float: right; text-align: left; } div.toolbar-list li { padding: 5px 4px 5px 1px; float: right; } div.toolbar-list li.divider { margin-left: 10px; margin-right: 0; } div.toolbar-list span { margin: 0 auto; } div.toolbar-list a { float: right; padding: 1px 5px; } /** * Massmail component */ /** * Pane Slider pane Toggler styles */ div.pane-sliders { margin-left: 10px; } .pane-toggler span { padding-left: 0; padding-right: 20px; } .pane-toggler-down span { padding-right: 20px; padding-left: 0; } div#position-icon.pane-sliders div.pane-down .icon-wrapper .icon { padding: 5px 10px 5px 0; margin: 0; } /** * Tabs */ dl.tabs { float: right; margin: 10px 0 -1px 0; } dl.tabs dt { float: right; padding: 4px 10px; margin-right: 3px; } div.current { padding: 10px 10px; } /* New parameter styles (check rtl) */ dl#content-pane.tabs { margin: 1px 0 0 0; } div.current label, div.current span.faux-label { float:right; clear:right; } div.current fieldset.radio { float:right; } div.current fieldset.radio input { float:right; margin: 3px 2px 0 0; } div.current fieldset.radio label { float:right; margin: 3px 2px 0 0; } div.current fieldset.checkboxes { float:right; clear:left; } div.current fieldset.checkboxes input { float:right; clear:right; margin: 3px 2px 0 0; } div.current fieldset.checkboxes label { clear:left; margin: 3px 2px 0 0; } div.current input, div.current span.faux-input, div.current textarea, div.current select { float:right; margin: 3px 2px 0 0; } div.current table#acl-config th.acl-groups { text-align: right; } div.current table#filter-config th.acl-groups { text-align: right; } /* -------- Menu Assigments ---------- */ div#menu-assignment { clear:right; } div#menu-assignment ul.menu-links { float:right; } div#menu-assignment h3 { clear:right; } div#menu-assignment ul.menu-links li.menu-link label { float: right; margin: 3px 2px 0 0; } div#menu-assignment ul.menu-links li.menu-link input { clear: right; float: right; } p.tab-description { margin-right: 0; } /* end new parameter styles */ /** * Login Settings */ #login-page form .inputbox { margin-right: 5px; } #login-page input, #login-page select { float: left; } #login-page .login { margin: 0 auto; } #login-page .pagetitle h2 { margin: -70px 0 30px 0; } #login-page .login-inst { float: right; } #login-page .login-box { float: left; } #login-page .button { text-align: left; } #login-page .login-text { text-align: right; float: right; } #form-login { float: left; } #form-login label { float: right; clear: right; text-align: left; } #form-login div.button1 div.next { float: right; } #form-login div.button1 a { padding: 0 15px 0 15px; /* padding: 0 6px 0 30px; use this if you use images */ } /** * Cpanel Settings */ .cpanel div.icon , #cpanel div.icon { margin-left: 5px; float: right; } .cpanel div.icon a , #cpanel div.icon a { float: right; } .cpanel img , #cpanel img { padding: 10px 0; margin: 0 auto; } div.cpanel-icons { float: right; } div.cpanel-component { float: left; } /** * Standard Layout Styles */ div.col { float: right; } div.options-section.col { float: left; } div.col1 { float: right; } div.col2 { float: left; } /* Avoid using the width divs. They are here for 3PD Extensions if needed * Use the specific layout divs listed after. See also the th.width entries */ .clrlft { clear: right; } .clrrt { clear: left; } .fltlft { float: right; } .fltrt { float: left; } .fltnone { float: none; } /* Layout Divs */ div.options-section { margin: 10px 0 10px 10px; } /* for bluestork style html */ div.width-40.fltrt { margin: 10px 0 10px 10px; } /** * Form Styles */ fieldset { margin: 2px 10px 2px 10px; text-align: right; } fieldset p { margin: 10px 0; } /* new form fields (check rtl) */ fieldset.adminform fieldset.radio, fieldset.panelform fieldset.radio, fieldset.adminform-legacy fieldset.radio { float:right; margin: 0 0 5px 0; clear:left; } fieldset.adminform fieldset.radio label, fieldset.panelform fieldset.radio label, fieldset.adminform fieldset.radio span.faux-label, fieldset.panelform fieldset.radio span.faux-label { float:right; } fieldset.panelform-legacy label, fieldset.adminform-legacy label, fieldset.panelform-legacy span.faux-label, fieldset.adminform-legacy span.faux-label { float:right; } /* JParameter classes on radio button labels */ p.jform_desc { clear: right; } fieldset ul.checklist { margin-right: 27px; margin-left: 0; } fieldset#filter-bar { margin: 0; padding: 5px 10px 5px 10px; } fieldset#filter-bar ol, fieldset#filter-bar ul { padding: 5px 0 0; } fieldset#filter-bar ol li, fieldset#filter-bar ul li { float: right; padding: 0 0 0 5px; } fieldset#filter-bar .filter-search { float: right; } fieldset#filter-bar .filter-select { float: left; } /* Note: these visual cues should be augmented by aria */ /* must be augmented by aria at the same time if changed dynamically by js aria-invalid=true or aria-invalid=false */ /* augmented by aria in template javascript */ span.readonly { float: right; } div.extdescript { margin-right: 10px; } input[type="button"] { padding: 1px 6px; } /** * Option or Parameter styles */ /* end from alpha2 */ span.gi { margin-left: 5px; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { text-align: left; } table.paramlist td.paramlist_description { text-align: right; } /** * Admin Form Styles */ fieldset.adminform { margin: 0 10px 10px 10px; } /* Table styles are for use with tabular data */ table.adminform { margin: 8px 0 10px 0; } table.adminform th { padding: 6px 4px 4px 2px; text-align: right; } table.adminform td { text-align: right; } table.adminform td#filter-bar { text-align: right; } table.adminform td.helpMenu { text-align: left; } table.adminform tr { padding-right: 10px; padding-left: 10px; border-left: 1px solid #c7c8b2; border-right: none; } /** * Table formating styles */ /* Avoid using the width classes. They are here for 3PD Extensions if needed * Use the specific layout table headers listed after. See also the div.width entries */ /* Table header layout classes */ th.ordering-col a { float:right; margin-right: 3px; } th.ordering-col a img { margin-right: 4px; margin-left: 4px; } /** * Adminlist Table layout */ /* Table row styles */ table.adminlist tr { padding-left: 30px; padding-right: 30px; } table.adminlist tbody tr { text-align: right; } /* Table td/th styles */ table.adminlist td.order span { float: right; } /** * Tree indentation & nesting - Up to 10 levels deep so don't go crazy : */ table.adminlist td.indent-4 { padding-right:4px; } table.adminlist td.indent-19 { padding-right:19px; } table.adminlist td.indent-34 { padding-right:34px; } table.adminlist td.indent-49 { padding-right:49px; } table.adminlist td.indent-64 { padding-right:64px; } table.adminlist td.indent-79 { padding-right:79px; } table.adminlist td.indent-94 { padding-right:94px; } table.adminlist td.indent-109 { padding-right:109px; } table.adminlist td.indent-124 { padding-right:124px; } table.adminlist td.indent-139 { padding-right:139px; } /** * Adminlist buttons */ table.adminlist tr td.btns a { padding: 3px 20px; } /** * Modal Modules styles */ ul#new-modules-list { margin-right: 50px; margin-left: 0; } /** * Utility styles */ /* General Clearing Class */ .menu-module-list { padding-right: 10px; margin-right: 5px; } /* stu nicholls solution for centering divs */ /* table solution for global config */ table.noshow fieldset { margin: 15px 7px 7px 7px; } /** * Saving order icon styling in admin tables */ a.saveorder { float:left; margin-left: 8px; } /** * Button styling */ #editor-xtd-buttons { padding: 5px; } /* Button 1 Type */ .button1,.button1 div { float: left; } /* Use this if you add images to the buttons such as directional arrows */ .button1 a { float: right; padding: 0 6px 0 6px; } /* Button 2 Type */ .button2-left,.button2-right { float: right; } .button2-left a, .button2-right a, .button2-left span, .button2-right span { float: right; } /* these are inactive buttons */ .button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span, .button2-left .blank a, .button2-right .blank a, .button2-left .blank span, .button2-right .blank span { padding: 0 6px; } .button2-left a,.button2-left span { padding: 0 6px 0 24px; } .button2-right a,.button2-right span { padding: 0 24px 0 6px; } .button2-left { float: right; margin-right: 5px; } .button2-right { float: right; margin-right: 5px; } /* background images moved to the color rtl css file */ /** * Pagination styles */ /* Normal pagination styles */ div.containerpg { position: relative; right: 50%; float: right; clear: right; } div.pagination { right: -50%; margin: 0 auto; } .pagination div.limit { float: right; margin: 0 10px; } /* The Go submittal button */ .pagination button { margin-left: 20px; } /* Style if pagination is part of the table (old style) */ table.adminlist .pagination { margin: 0 auto; } table.adminlist .pagination button { margin-left: 20px; } /** * Pagination styles */ /* Normal pagination styles */ div.containerpg { right: 50%; float: right; clear: right; } div.pagination { right: -50%; margin: 0 auto; } .pagination div.limit { float: right; margin: 0 10px; } /* The Go submittal button */ .pagination button { margin-left: 20px; } /* Grey out the current page number */ /* Style if pagination is part of the table (old style) */ table.adminlist .pagination button { margin-left: 20px; } /** * MCE Editor */ div.toggle-editor { margin-top: -15px; } /** * Tooltips */ .tip { float: right; } /** * Calendar */ a img.calendar { margin-right: 3px; } /** * General styles */ .helpFrame { padding: 0 10px 0 5px; } #treecellhelp { float: right; } #datacellhelp { float: right; padding: 2px 0 0 0; } /* -- MODAL STYLES ----------- */ div#sbox-window { text-align: right; } h2.modal-title { margin: 5px 15px 0 0; } ul.menu_types { padding: 0 15px 0 0; } ul.menu_types li, dl.menu_type dd ul li { float:right; margin-left: 10px; margin-right: 0; } dl.menu_type dt { float:right; margin: 13px 0 5px 0; } dl.menu_type dd { clear:right; } dl.menu_type dd ul li { margin: 0; } dl.menu_type dd ul { margin: 0; } ul#new-modules-list { padding: 5px 15px 0 0; margin: 0; } ul#new-modules-list li { float:right; margin: 0 0 0 20px; } /** * User Accessibility */ /* Skip to Content Structural Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { left: 0; right: -200%; } #skiplinkholder a:focus, #skiplinkholder a:active { right: 0; top: 0; } #skiplinkholder p { margin: 0; } #skiptargetholder { left: 0; right: -200%; } /* Skip to Content Visual Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { padding-left: 20px; padding-right: 20px; } /* For elements that aren't to be seen by users unless the user does something * like clicking on a header to see the collapsed section. */ /* For elements that aren't to be seen by visual users but do need to be read by screenreaders. * Cannot be used for elements that can get focus such as links and form elements */ /* Firefox has issues styling legend so this is a universal fix for making the legend invisible (i.e. visually it's not there, but screen readers see it */ legend.element-invisible { /*margin: 0; margin-right: -10000px; */ } fieldset.adminform label, fieldset.panelform label, fieldset.adminform span.faux-label, fieldset.panelform span.faux-label { clear:right; float:right; margin-right: 10px; margin-left: 5px; } fieldset.adminform fieldset.radio label, fieldset.panelform fieldset.radio label, fieldset.adminform fieldset.radio span.faux-label, fieldset.panelform fieldset.radio span.faux-label { margin-right: 0; } /* checkboxes */ fieldset.adminform fieldset.checkboxes, fieldset.panelform fieldset.checkboxes, fieldset.adminform-legacy fieldset.checkboxes { float:right; margin: 0 0 5px 0; clear:left; } fieldset.adminform fieldset.checkboxes input[type="checkbox"], fieldset.panelform fieldset.checkboxes input[type="checkbox"] { float: right; clear: right; } fieldset.adminform fieldset.checkboxes label, fieldset.panelform fieldset.checkboxes label, fieldset.adminform fieldset.checkboxes span.faux-label, fieldset.panelform fieldset.checkboxes span.faux-label { clear: left; } /* end checkboxes */ fieldset.adminform input, fieldset.adminform span.faux-input, fieldset.adminform textarea, fieldset.adminform select, fieldset.adminform img, fieldset.adminform button, fieldset.panelform input, fieldset.panelform span.faux-input, fieldset.panelform textarea, fieldset.panelform select, fieldset.panelform img, fieldset.panelform button { float:right; margin:5px 0 5px 5px; } /* -------- Batch Section ---------- */ fieldset#batch-choose-action { clear:none; clear: right; } fieldset.batch label { float: right; clear: none; } fieldset label#batch-choose-action-lbl { clear: none; clear: right; } label#batch-language-lbl, label#batch-user-lbl { clear: right; margin-left: 10px; margin-right: 0; margin-top: 15px; } select#batch-language-id, select#batch-user-id { margin-top: 15px; } select#batch-category-id, select#batch-menu-id, select#batch-position-id { margin-left: 30px; margin-right: 0; } fieldset.batch select, fieldset.batch input, fieldset.batch img, fieldset.batch button { float: right; } label#batch-access-lbl, label#batch-client-lbl { margin-right: 0; margin-left: 10px; } /* Banner edit */ /* -- ACL STYLES relocated from com_users/media/grid.css ----------- */ /* -- ACL PANEL STYLES ----------- */ /* All Tabs */ td.col1 { text-align:right; } /* Icons */ label.icon-16-allow, label.icon-16-deny, a.icon-16-allow, a.icon-16-deny, a.icon-16-allowinactive, a.icon-16-denyinactive { margin: 0 auto; } label.icon-16-allow { right: 40%; } label.icon-16-deny { right: 40%; } ul.acllegend li { float: right; padding-left: 20px; margin: 15px 10px 15px 0; } ul.acllegend li.acl-allowed { padding-right: 20px; padding-left: 10px; } ul.acllegend li.acl-denied { padding-right: 20px; padding-left: 20px; } ul.acllegend li.acl-editgroups { padding-left: 10px; } ul.acllegend li.acl-resetbtn { padding-left: 0; } li.acl-editgroups, li.acl-resetbtn { float: right; } table#acl-config th.acl-groups { padding-right: 8px; } table#acl-config th.acl-groups { text-align: right; } .acl-action { margin: auto 0; } /* Icons */ span.icon-16-unset, span.icon-16-allowed, span.icon-16-denied, span.icon-16-locked { padding-left: 0; padding-right: 18px; } /* * * Permission Rules */ #permissions-sliders ul#rules, #permissions-sliders ul#rules ul { margin: 0 !important; padding: 0 !important; } #permissions-sliders ul#rules li { margin: 0; padding: 0; } #permissions-sliders ul#rules table.group-rules td { padding:4px; vertical-align:middle; text-align:right; } #permissions-sliders .panel { margin-bottom: 3px; margin-right: 0; } ul#rules table.group-rules td label { margin: 0 !important; } table.group-rules td select { margin: 0 !important; } #permissions-sliders ul#rules .mypanel { padding: 0; } #permissions-sliders ul#rules { padding: 5px; } #permissions-sliders ul#rules table.group-rules th { text-align: right; padding: 4px; } #permissions-sliders .pane-toggler span { padding-left: 0; padding-right: 20px; } #permissions-sliders .pane-toggler-down span { padding-left: 0; padding-right: 20px; } /** * Helpmenus */ ul.helpmenu li { float: left; } /** * Menu Styling */ #menu a { padding: 0.35em 2em 0.35em 2.5em; } #menu li { float: right; } #menu li ul { /* second-level lists */ margin-right: -1000em; /* using right instead of display to hide menus because display: none isn't read by screen readers */ } #menu li ul ul { /* third-and-above-level lists */ margin: -2.3em -1000em 0 0; /* top margin is equal to parent line height+bottom padding */ } #menu li:hover ul ul,#menu li.sfhover ul ul { margin-right: -1000em; } #menu li:hover ul,#menu li.sfhover ul { /* lists nested under hovered list items */ margin-right: 0; } #menu li li:hover ul,#menu li li.sfhover ul { margin-right: 16em; } /** * Extra positioning rules for limited noscript keyboard accessibility * need the backgrounds here to keep the background as the nav background * since it is overlaying other content. * Using margin-left instead of left so that can move back without javascript * display downlevel ul */ #menu li a:focus+ul { margin-right: 0; } #menu li li a:focus+ul { margin-right: 1016em; } /* bring back the focus elements into view */ #menu li li a:focus { margin-right: 1000em; } #menu li li li a:focus { margin-right: 2016em; } #menu li:hover a:focus,#menu li.sfhover a.sffocus { margin-right: 0; } #menu li li:hover a:focus+ul,#menu li li.sfhover a.sffocus+ul { margin-right: 16em; } /** * Submenu styling */ #submenu a, #submenu span.nolink { float: right; margin-left: 8px; padding: 2px 10px 2px 10px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } /* Installer Database */ #installer-database p.warning { padding-left: 0; padding-right: 20px } #installer-database p.nowarning { padding-left: 0; padding-right: 20px } p.nowarning { float: right; margin-left: 15px; margin-right: 3px; } table.adminlist tfoot button { float: right; } /* Spinner */ .joomlaupdate_spinner { float: right; margin-left: 15px; } PKs?\%css/colour_blue.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Color CSS file for the template - standard */ /** * #2c2c2c Text * #054993 Links * #ffffff Background, border, text * #c3d2e5 Background alternate, button/icon/menu background * #a5bbd4-c3d2e5 Gradient Background * #e5f0fa Background (input required) * #e5d9c3 Background Hover, Top/Left icon borders * #738498 Main borders * #868778 Top/Left hover borders * #f6f7db Right/Bottom hover borders * * Special Use Colors: * #a20000 Text Error, border invalid * #cccccc Text (faded) * #005800 Text (success) * #eeeeee Background (input disabled) * #ffffcf Background permissions debug * #cfffda Background permissions debug * #ffcfcf Background permissions debug */ /** * General styles */ body { background-color: #ffffff; color: #2c2c2c; } h1 { color: #2c2c2c; } a:link { color: #054993; } a:visited { color: #054993; } /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat; } #header h1.title { color: #2c2c2c; } #nav { border: 1px solid #738498; background: #c3d2e5; background: -moz-linear-gradient( center top, #a5bbd4, #c3d2e5 70% ); } #content { background: #ffffff; } #no-submenu { border-bottom: 1px solid #738498; } #element-box { background: #ffffff; border-right: 1px solid #738498; border-bottom: 1px solid #738498; border-left: 1px solid #738498; } #element-box.login { border-top: 1px solid #738498; } /** * Status layout */ #module-status .preview { background: url(../images/menu/icon-16-media.png) 3px 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) 3px 3px no-repeat; } #module-status .unread-messages,#module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) 3px 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) 3px 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) 3px 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) 3px 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) 3px 3px no-repeat; } /** * Various Styles */ .enabled, .success, .allow, span.writable { color: #005800; } .disabled, p.error, .warning, .deny, span.unwritable { color: #a20000; } .nowarning { color: #2c2c2c; } .none, .protected { color: #738498; } span.note { background: #ffffff; color: #2c2c2c; } div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Overlib */ .ol-foreground { background-color: #c3d2e5; } .ol-background { background-color: #005800; } .ol-textfont { color: #2c2c2c; } .ol-captionfont { color: #ffffff; } .ol-captionfont a { color: #054993; } /** * Subheader, toolbar, page title */ div.subheader .padding { background: #ffffff; } .pagetitle h2 { color: #2c2c2c; } div.configuration { color: #2c2c2c; background-image: url(../images/menu/icon-16-config.png); background-repeat: no-repeat; } div.toolbar-box { border-right: 1px solid #738498; border-bottom: 1px solid #738498; border-left: 1px solid #738498; background: #ffffff; } div.toolbar-list li { color: #2c2c2c; } div.toolbar-list li.divider { border-right:1px dotted #e5d9c3; } div.toolbar-list a { border-left: 1px solid #e5d9c3; border-top: 1px solid #e5d9c3; border-right: 1px solid #738498; border-bottom: 1px solid #738498; background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } div.toolbar-list a:hover { border-left: 1px solid #868778; border-top: 1px solid #868778; border-right: 1px solid #f6f7db; border-bottom: 1px solid #f6f7db; background: #e5d9c3; color: #054993; } div.toolbar-list li.button a.inactive { background: #c3d2e5; } /** * Pane Slider pane Toggler styles */ .pane-sliders .title { color: #2c2c2c; } .pane-sliders .panel { border: 1px solid #738498; } .pane-sliders .panel h3 { background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); color: #054993; } .pane-sliders .panel h3:hover { background: #e5d9c3; } .pane-sliders .panel h3:hover a { text-decoration:none; } .pane-sliders .adminlist { border: 0 none; } .pane-sliders .adminlist td { border: 0 none; } .pane-toggler span { background: transparent url(../images/j_arrow.png) 5px 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat; } .pane-toggler-down { border-bottom: 1px solid #738498; } /** * Tabs */ dl.tabs dt { border: 1px solid #738498; background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); color: #054993; } dl.tabs dt:hover { background: #e5d9c3; } dl.tabs dt.open { background: #ffffff; border-bottom: 1px solid #ffffff; color: #2c2c2c; } dl.tabs dt.open a:visited { color: #2c2c2c; } dl.tabs dt a:hover { text-decoration: none; } dl.tabs dt a:focus { text-decoration: underline; } div.current { border: 1px solid #738498; background: #ffffff; } /* New parameter styles */ div.current fieldset { border: none 0; } div.current fieldset.adminform { border: 1px solid #738498; } /** * Login Settings */ #login-page .pagetitle h2 { background: transparent; } #login-page #header { border-bottom: 1px solid #738498; } #login-page #lock { background: url(../images/j_login_lock.png) 50% 0 no-repeat; } #login-page #element-box.login { background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } #form-login { background: #ffffff; border: 1px solid #738498; } #form-login label { color: #2c2c2c; } #form-login div.button1 a { color: #054993; } /** * Cpanel Settings */ #cpanel div.icon a, .cpanel div.icon a { color: #054993; border-left: 1px solid #e5d9c3; border-top: 1px solid #e5d9c3; border-right: 1px solid #738498; border-bottom: 1px solid #738498; background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } #cpanel div.icon a:hover, #cpanel div.icon a:focus, .cpanel div.icon a:hover, .cpanel div.icon a:focus { border-left: 1px solid #868778; border-top: 1px solid #868778; border-right: 1px solid #f6f7db; border-bottom: 1px solid #f6f7db; color: #054993; background: #e5d9c3; } /** * Form Styles */ fieldset { border: 1px #738498 solid; } legend { color: #2c2c2c; } fieldset ul.checklist input:focus { outline: thin dotted #2c2c2c; } fieldset#filter-bar { border-top: 0 solid #738498; border-right: 0 solid #738498; border-bottom: 1px solid #738498; border-left: 0 solid #738498; } fieldset#filter-bar ol, fieldset#filter-bar ul { border: 0; } fieldset#filter-bar ol li fieldset, fieldset#filter-bar ul li fieldset { border: 0; } /* Note: these visual cues should be augmented by aria */ .invalid { color: #a20000; } /* must be augmented by aria at the same time if changed dynamically by js aria-invalid=true or aria-invalid=false */ input.invalid { border: 1px solid #a20000; } /* augmented by aria in template javascript */ input.readonly, span.faux-input { border: 0; } input.required { background-color: #e5f0fa; } input.disabled { background-color: #eeeeee; } input,select, span.faux-input { background-color: #ffffff; border: 1px solid #738498; } /* Inputs used as buttons */ input[type="button"], input[type="submit"], input[type="reset"] { color: #054993; background-color: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { background: #e5d9c3; } textarea { background-color: #ffffff; border: 1px solid #738498; } input:focus, select:focus, textarea:focus, option:focus, input:hover, select:hover, textarea:hover, option:hover { background-color: #e5d9c3; color: #054993; } /** * Option or Parameter styles */ .paramrules { background: #c3d2e5; } span.gi { color: #738498; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { background-color: #c3d2e5; color: #2c2c2c; border-bottom: 1px solid #738498; border-right: 1px solid #738498; } table.paramlist td.paramlist_description { background-color: #c3d2e5; color: #2c2c2c; border-bottom: 1px solid #738498; border-right: 1px solid #738498; } /** * Admin Form Styles */ fieldset.adminform { border: 1px solid #738498; } /* Table styles are for use with tabular data */ table.adminform { background-color: #ffffff; } table.adminform tr.row0 { background-color: #ffffff; } table.adminform tr.row1 { background-color: #e5d9c3; } table.adminform th { color: #2c2c2c; background: #ffffff; } table.adminform tr { border-bottom: 1px solid #738498; border-right: 1px solid #738498; } /** * Adminlist Table layout */ table.adminlist { border-spacing: 1px; background-color: #ffffff; color: #2c2c2c; } table.adminlist.modal { border-right: 1px solid #738498; border-left: 1px solid #738498; } table.adminlist a { color: #054993; } table.adminlist thead th { background: #ffffff; color: #2c2c2c; border-bottom:1px solid #738498; } /* Table row styles */ table.adminlist tbody tr { background: #ffffff; } table.adminlist tbody tr.row1 { background: #ffffff; } table.adminlist tbody tr.row1:last-child td, table.adminlist tbody tr.row1:last-child th { border-bottom: 1px solid #738498; } table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td, table.adminlist tbody tr.row0:hover th, table.adminlist tbody tr.row1:hover th, table.adminlist tbody tr.row0:focus td, table.adminlist tbody tr.row1:focus td, table.adminlist tbody tr.row0:focus th, table.adminlist tbody tr.row1:focus th { background-color: #e5d9c3; } table.adminlist tbody tr td, table.adminlist tbody tr th { border-right: 1px solid #738498; } table.adminlist tbody tr td:last-child { border-right: none; } table.adminlist tbody tr.row0:last-child td, table.adminlist tbody tr.row0:last-child th { border-bottom: 1px solid #738498; } table.adminlist tbody tr.row0 td, table.adminlist tbody tr.row0 th { background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } table.adminlist { border-bottom: 0 solid #738498; } table.adminlist tfoot tr { color: #2c2c2c; } /* Table td/th styles */ table.adminlist tfoot td,table.adminlist tfoot th { background-color: #ffffff; border-top: 1px solid #738498; } /** * Adminlist buttons */ table.adminlist tr td.btns a { border: 1px solid #738498; background-color: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); color: #054993; } table.adminlist tr td.btns a:hover, table.adminlist tr td.btns a:active, table.adminlist tr td.btns a:focus { background-color: #ffffff; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Saving order icon styling in admin tables */ fieldset.batch { background: #fff; } /** * Button styling */ button { color: #054993; border: 1px solid #738498; background-color: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } button:hover, button:focus { background: #e5d9c3; } .invalid { color: #ff0000; } /* Button 1 Type */ .button1 { border: 1px solid #738498; color: #054993; background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } /* Use this if you add images to the buttons such as directional arrows */ .button1 a { color: #054993; /* add padding if you are using the directional images */ /* padding: 0 30px 0 6px; */ } .button1 a:hover,.button1 a:focus { background: #e5d9c3; } /* Button 2 Type */ .button2-left,.button2-right { border: 1px solid #738498; background-color: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } .button2-left a,.button2-right a,.button2-left span,.button2-right span { color: #054993; } /* these are inactive buttons */ .button2-left span,.button2-right span { color: #999999; } .page span,.blank span { color: #054993; } .button2-left a:hover, .button2-right a:hover, .button2-left a:focus, .button2-right a:focus { background: #e5d9c3; } /** * Pagination styles */ /* Grey out the current page number */ .pagination .page span { color: #999999; } .icon-32-extension { background-image: url(../images/toolbar/icon-32-extension.png); } /** * Tooltips */ .tip { background: #ffffff; border: 1px solid #738498; } .tip-title { background: url(../images/selector-arrow-std.png) no-repeat; } /** * Calendar */ a img.calendar { background: url(../images/calendar.png) no-repeat; } /** * JGrid styles */ .jgrid span.publish { background-image: url(../images/admin/tick.png); } .jgrid span.unpublish { background-image: url(../images/admin/publish_x.png); } .jgrid span.archive { background-image: url(../images/menu/icon-16-archive.png); } .jgrid span.trash { background-image: url(../images/menu/icon-16-trash.png); } .jgrid span.default { background-image: url(../images/menu/icon-16-default.png); } .jgrid span.notdefault { background-image: url(../images/menu/icon-16-notdefault.png); } .jgrid span.checkedout { background-image: url(../images/admin/checked_out.png); } .jgrid span.downarrow { background-image: url(../images/admin/downarrow.png); } .jgrid span.downarrow_disabled { background-image: url(../images/admin/downarrow0.png); } .jgrid span.uparrow { background-image: url(../images/admin/uparrow.png); } .jgrid span.uparrow_disabled { background-image: url(../images/admin/uparrow0.png); } .jgrid span.published { background-image: url(../images/admin/publish_g.png); } .jgrid span.expired { background-image: url(../images/admin/publish_r.png); } .jgrid span.pending { background-image: url(../images/admin/publish_y.png); } .jgrid span.warning { background-image: url(../images/admin/publish_y.png); } /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ .icon-16-archive { background-image: url(../images/menu/icon-16-archive.png); } .icon-16-article { background-image: url(../images/menu/icon-16-article.png); } .icon-16-banners { background-image: url(../images/menu/icon-16-banner.png); } .icon-16-banners-clients { background-image: url(../images/menu/icon-16-banner-client.png); } .icon-16-banners-tracks { background-image: url(../images/menu/icon-16-banner-tracks.png); } .icon-16-banners-cat { background-image: url(../images/menu/icon-16-banner-categories.png); } .icon-16-category { background-image: url(../images/menu/icon-16-category.png); } .icon-16-checkin { background-image: url(../images/menu/icon-16-checkin.png); } .icon-16-clear { background-image: url(../images/menu/icon-16-clear.png); } .icon-16-component { background-image: url(../images/menu/icon-16-component.png); } .icon-16-config { background-image: url(../images/menu/icon-16-config.png); } .icon-16-contact { background-image: url(../images/menu/icon-16-contacts.png); } .icon-16-contact-cat { background-image: url(../images/menu/icon-16-contacts-categories.png); } .icon-16-content { background-image: url(../images/menu/icon-16-content.png); } .icon-16-cpanel { background-image: url(../images/menu/icon-16-cpanel.png); } .icon-16-default { background-image: url(../images/menu/icon-16-default.png); } .icon-16-featured { background-image: url(../images/menu/icon-16-featured.png); } .icon-16-groups { background-image: url(../images/menu/icon-16-groups.png); } .icon-16-help { background-image: url(../images/menu/icon-16-help.png); } .icon-16-help-this { background-image: url(../images/menu/icon-16-help-this.png); } .icon-16-help-forum { background-image: url(../images/menu/icon-16-help-forum.png); } .icon-16-help-docs { background-image: url(../images/menu/icon-16-help-docs.png); } .icon-16-help-jed { background-image: url(../images/menu/icon-16-help-jed.png); } .icon-16-help-jrd { background-image: url(../images/menu/icon-16-help-jrd.png); } .icon-16-help-community { background-image: url(../images/menu/icon-16-help-community.png); } .icon-16-help-security { background-image: url(../images/menu/icon-16-help-security.png); } .icon-16-help-dev { background-image: url(../images/menu/icon-16-help-dev.png); } .icon-16-help-shop { background-image: url(../images/menu/icon-16-help-shop.png); } .icon-16-info { background-image: url(../images/menu/icon-16-info.png); } .icon-16-install { background-image: url(../images/menu/icon-16-install.png); } .icon-16-joomlaupdate { background-image: url(../images/menu/icon-16-install.png); } .icon-16-language { background-image: url(../images/menu/icon-16-language.png); } .icon-16-levels { background-image: url(../images/menu/icon-16-levels.png); } .icon-16-logout { background-image: url(../images/menu/icon-16-logout.png); } .icon-16-maintenance { background-image: url(../images/menu/icon-16-maintenance.png); } .icon-16-massmail { background-image: url(../images/menu/icon-16-massmail.png); } .icon-16-media { background-image: url(../images/menu/icon-16-media.png); } .icon-16-menu { background-image: url(../images/menu/icon-16-menu.png); } .icon-16-menumgr { background-image: url(../images/menu/icon-16-menumgr.png); } .icon-16-messages { background-image: url(../images/menu/icon-16-messaging.png); } .icon-16-messages-add { background-image: url(../images/menu/icon-16-new-privatemessage.png); } .icon-16-messages-read { background-image: url(../images/menu/icon-16-messages.png); } .icon-16-module { background-image: url(../images/menu/icon-16-module.png); } /* .icon-16-new { background-image: url(../images/menu/icon-16-new.png); } */ .icon-16-newarticle { background-image: url(../images/menu/icon-16-newarticle.png); } .icon-16-newcategory { background-image: url(../images/menu/icon-16-newcategory.png); } .icon-16-newgroup { background-image: url(../images/menu/icon-16-newgroup.png); } .icon-16-newlevel { background-image: url(../images/menu/icon-16-newlevel.png); } .icon-16-newuser { background-image: url(../images/menu/icon-16-newuser.png); } .icon-16-plugin { background-image: url(../images/menu/icon-16-plugin.png); } .icon-16-profile { background-image: url(../images/menu/icon-16-user.png); } .icon-16-purge { background-image: url(../images/menu/icon-16-purge.png); } .icon-16-readmess { background-image: url(../images/menu/icon-16-readmess.png); } .icon-16-section { background-image: url(../images/menu/icon-16-section.png); } .icon-16-static { background-image: url(../images/menu/icon-16-static.png); } .icon-16-stats { background-image: url(../images/menu/icon-16-stats.png); } .icon-16-themes { background-image: url(../images/menu/icon-16-themes.png); } .icon-16-trash { background-image: url(../images/menu/icon-16-trash.png); } .icon-16-user { background-image: url(../images/menu/icon-16-user.png); } .icon-16-user-note { background-image: url(../images/menu/icon-16-user-note.png); } .icon-16-delete { background-image: url(../images/menu/icon-16-delete.png); } .icon-16-help-trans { background-image: url(../images/menu/icon-16-help-trans.png); } .icon-16-newsfeeds { background-image: url(../images/menu/icon-16-newsfeeds.png); } .icon-16-newsfeeds-cat { background-image: url(../images/menu/icon-16-newsfeeds-cat.png); } .icon-16-redirect { background-image: url(../images/menu/icon-16-redirect.png); } .icon-16-search { background-image: url(../images/menu/icon-16-search.png); } .icon-16-finder { background-image: url(../images/menu/icon-16-search.png); } .icon-16-weblinks { background-image: url(../images/menu/icon-16-links.png); } .icon-16-weblinks-cat { background-image: url(../images/menu/icon-16-links-cat.png); } /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ .icon-32-send { background-image: url(../images/toolbar/icon-32-send.png); } .icon-32-delete { background-image: url(../images/toolbar/icon-32-delete.png); } .icon-32-help { background-image: url(../images/toolbar/icon-32-help.png); } .icon-32-cancel { background-image: url(../images/toolbar/icon-32-cancel.png); } .icon-32-checkin { background-image: url(../images/toolbar/icon-32-checkin.png); } .icon-32-options{ background-image: url(../images/toolbar/icon-32-config.png); } .icon-32-apply { background-image: url(../images/toolbar/icon-32-apply.png); } .icon-32-back { background-image: url(../images/toolbar/icon-32-back.png); } .icon-32-forward { background-image: url(../images/toolbar/icon-32-forward.png); } .icon-32-save { background-image: url(../images/toolbar/icon-32-save.png); } .icon-32-edit { background-image: url(../images/toolbar/icon-32-edit.png); } .icon-32-copy { background-image: url(../images/toolbar/icon-32-copy.png); } .icon-32-move { background-image: url(../images/toolbar/icon-32-move.png); } .icon-32-new { background-image: url(../images/toolbar/icon-32-new.png); } .icon-32-upload { background-image: url(../images/toolbar/icon-32-upload.png); } .icon-32-assign { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-html { background-image: url(../images/toolbar/icon-32-html.png); } .icon-32-css { background-image: url(../images/toolbar/icon-32-css.png); } .icon-32-menus { background-image: url(../images/toolbar/icon-32-menu.png); } .icon-32-publish { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-unblock { background-image: url(../images/toolbar/icon-32-unblock.png); } .icon-32-unpublish { background-image: url(../images/toolbar/icon-32-unpublish.png); } .icon-32-restore { background-image: url(../images/toolbar/icon-32-revert.png); } .icon-32-trash { background-image: url(../images/toolbar/icon-32-trash.png); } .icon-32-archive { background-image: url(../images/toolbar/icon-32-archive.png); } .icon-32-unarchive { background-image: url(../images/toolbar/icon-32-unarchive.png); } .icon-32-preview { background-image: url(../images/toolbar/icon-32-preview.png); } .icon-32-default { background-image: url(../images/toolbar/icon-32-default.png); } .icon-32-refresh { background-image: url(../images/toolbar/icon-32-refresh.png); } .icon-32-save-new { background-image: url(../images/toolbar/icon-32-save-new.png); } .icon-32-save-copy { background-image: url(../images/toolbar/icon-32-save-copy.png); } .icon-32-error { background-image: url(../images/toolbar/icon-32-error.png); } .icon-32-new-style { background-image: url(../images/toolbar/icon-32-new-style.png); } .icon-32-delete-style { background-image: url(../images/toolbar/icon-32-delete-style.png); } .icon-32-purge { background-image: url(../images/toolbar/icon-32-purge.png); } .icon-32-remove { background-image: url(../images/toolbar/icon-32-remove.png); } .icon-32-featured { background-image: url(../images/toolbar/icon-32-featured.png); } .icon-32-export { background-image: url(../images/toolbar/icon-32-export.png); } .icon-32-stats { background-image: url(../images/toolbar/icon-32-stats.png); } .icon-32-print { background-image: url(../images/toolbar/icon-32-print.png); } /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ .icon-48-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-generic { background-image: url(../images/header/icon-48-generic.png); } .icon-48-banners { background-image: url(../images/header/icon-48-banner.png); } .icon-48-banners-categories { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-edit { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-banners-clients { background-image: url(../images/header/icon-48-banner-client.png); } .icon-48-banners-tracks { background-image: url(../images/header/icon-48-banner-tracks.png); } .icon-48-checkin { background-image: url(../images/header/icon-48-checkin.png); } .icon-48-clear { background-image: url(../images/header/icon-48-clear.png); } .icon-48-contact { background-image: url(../images/header/icon-48-contacts.png); } .icon-48-contact-categories { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-edit { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-purge { background-image: url(../images/header/icon-48-purge.png); } .icon-48-cpanel { background-image: url(../images/header/icon-48-cpanel.png); } .icon-48-config { background-image: url(../images/header/icon-48-config.png); } .icon-48-groups { background-image: url(../images/header/icon-48-groups.png); } .icon-48-groups-add { background-image: url(../images/header/icon-48-groups-add.png); } .icon-48-levels { background-image: url(../images/header/icon-48-levels.png); } .icon-48-levels-add { background-image: url(../images/header/icon-48-levels-add.png); } .icon-48-module { background-image: url(../images/header/icon-48-module.png); } .icon-48-menu { background-image: url(../images/header/icon-48-menu.png); } .icon-48-menu-add { background-image: url(../images/header/icon-48-menu-add.png); } .icon-48-menumgr { background-image: url(../images/header/icon-48-menumgr.png); } .icon-48-trash { background-image: url(../images/header/icon-48-trash.png); } .icon-48-user { background-image: url(../images/header/icon-48-user.png); } .icon-48-user-add { background-image: url(../images/header/icon-48-user-add.png); } .icon-48-user-edit { background-image: url(../images/header/icon-48-user-edit.png); } .icon-48-user-profile { background-image: url(../images/header/icon-48-user-profile.png); } .icon-48-inbox { background-image: url(../images/header/icon-48-inbox.png); } .icon-48-new-privatemessage { background-image: url(../images/header/icon-48-new-privatemessage.png); } .icon-48-msgconfig { background-image: url(../images/header/icon-48-message_config.png); } .icon-48-langmanager { background-image: url(../images/header/icon-48-language.png); } .icon-48-mediamanager { background-image: url(../images/header/icon-48-media.png); } .icon-48-plugin { background-image: url(../images/header/icon-48-plugin.png); } .icon-48-help_header { background-image: url(../images/header/icon-48-help_header.png); } .icon-48-impressions { background-image: url(../images/header/icon-48-stats.png); } .icon-48-browser { background-image: url(../images/header/icon-48-stats.png); } .icon-48-searchtext { background-image: url(../images/header/icon-48-stats.png); } .icon-48-thememanager { background-image: url(../images/header/icon-48-themes.png); } .icon-48-writemess { background-image: url(../images/header/icon-48-writemess.png); } .icon-48-featured { background-image: url(../images/header/icon-48-featured.png); } .icon-48-sections { background-image: url(../images/header/icon-48-section.png); } .icon-48-article-add { background-image: url(../images/header/icon-48-article-add.png); } .icon-48-article-edit { background-image: url(../images/header/icon-48-article-edit.png); } .icon-48-article { background-image: url(../images/header/icon-48-article.png); } .icon-48-content-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-install { background-image: url(../images/header/icon-48-extension.png); } .icon-48-dbbackup { background-image: url(../images/header/icon-48-backup.png); } .icon-48-dbrestore { background-image: url(../images/header/icon-48-dbrestore.png); } .icon-48-dbquery { background-image: url(../images/header/icon-48-query.png); } .icon-48-systeminfo { background-image: url(../images/header/icon-48-info.png); } .icon-48-massmail { background-image: url(../images/header/icon-48-massmail.png); } .icon-48-redirect { background-image: url(../images/header/icon-48-redirect.png); } .icon-48-search { background-image: url(../images/header/icon-48-search.png); } .icon-48-finder { background-image: url(../images/header/icon-48-search.png); } .icon-48-newsfeeds { background-image: url(../images/header/icon-48-newsfeeds.png); } .icon-48-newsfeeds-categories { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-edit { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-weblinks { background-image: url(../images/header/icon-48-links.png); } .icon-48-weblinks-categories { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-edit { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-add { background-image: url(../images/header/icon-48-category-add.png); } /** * General styles */ div.message { border: 1px solid #738498; color: #2c2c2c; } .helpFrame { border-left: 0 solid #738498; border-right: none; border-top: none; border-bottom: none; } .outline { border: 1px solid #738498; background: #ffffff; } /** * Modal Styles */ dl.menu_type dt { border-bottom: 1px solid #738498; } ul#new-modules-list { border-top: 1px solid #738498; } /** * User Accessibility */ /* Skip to Content Visual Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { color: #ffffff; background: #054993; border-bottom: solid #336 2px; } /** * Admin Form Styles */ fieldset.panelform { border: none 0; } /** * ACL STYLES relocated from com_users/media/grid.css */ a.move_up { background-image:url('../images/admin/uparrow.png'); } span.move_up { background-image:url('../images/admin/uparrow0.png'); } a.move_down { background-image:url('../images/admin/downarrow.png'); } span.move_down { background-image:url('../images/admin/downarrow0.png'); } a.grid_false { background-image:url('../images/admin/publish_x.png'); } a.grid_true { background-image:url('../images/admin/tick.png'); } a.grid_trash { background-image:url('../images/admin/icon-16-trash.png'); } /** * ACL PANEL STYLES */ /* All Tabs */ tr.row1 { background-color: #c3d2e5; } /* Summary Tab */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclsummary-table td.col6, table.aclsummary-table th.col6, table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-left: 1px solid #738498; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat; } span.icon-16-locked { background: url(../images/admin/checked_out.png) 0 0 no-repeat; } label.icon-16-allow { background:url(../images/admin/icon-16-allow.png) no-repeat; } label.icon-16-deny { background:url(../images/admin/icon-16-deny.png) no-repeat; } a.icon-16-allow { background:url(../images/admin/icon-16-allow.png) no-repeat ; } a.icon-16-deny { background:url(../images/admin/icon-16-deny.png) no-repeat ; } a.icon-16-allowinactive { background:url(../images/admin/icon-16-allowinactive.png) no-repeat ; } a.icon-16-denyinactive { background:url(../images/admin/icon-16-denyinactive.png) no-repeat ; } /* ACL footer/legend */ ul.acllegend li.acl-allowed { background:url(../images/admin/icon-16-allow.png) no-repeat left; } ul.acllegend li.acl-denied { background:url(../images/admin/icon-16-deny.png) no-repeat left; } li.acl-editgroups, li.acl-resetbtn { background-color: #c3d2e5; border: 1px solid #738498; } li.acl-editgroups a, li.acl-resetbtn a { color: #054993; } li.acl-editgroups:hover, li.acl-resetbtn:hover, li.acl-editgroups:focus, li.acl-resetbtn:focus { background-color:#e5d9c3; } /* ACL Config --------- */ table#acl-config{ border: 1px solid #738498; } table#acl-config th, table#acl-config td { background: #c3d2e5; border-bottom: 1px solid #738498; } table#acl-config th.acl-groups { border-right: 1px solid #738498; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) right top no-repeat; } /** * Permission Rules */ #permissions-sliders ul#rules, #permissions-sliders ul#rules ul { border:solid 0 #738498; background:#ffffff; } ul#rules li .pane-sliders .panel h3.title { border:solid 0 #738498; } #permissions-sliders ul#rules .pane-slider { border:solid 1px #738498; } #permissions-sliders ul#rules li h3 { border:solid 1px #738498; } #permissions-sliders ul#rules li h3.pane-toggler-down a { border:solid 0; } #permissions-sliders ul#rules .group-kind { color:#2c2c2c; } #permissions-sliders ul#rules table.group-rules { border:solid 1px #738498; } #permissions-sliders ul#rules table.group-rules td { border-right: solid 1px #738498; border-bottom: solid 1px #738498; } #permissions-sliders ul#rules table.group-rules th { background: #e5d9c3; border-right: solid 1px #738498; border-bottom: solid 1px #738498; color: #2c2c2c; } ul#rules table.aclmodify-table { border: solid 1px #738498; } ul#rules table.group-rules td label { border: solid 0 #738498; } #permissions-sliders ul#rules .mypanel { border: solid 0 #738498; } #permissions-sliders ul#rules table.group-rules td { background: #ffffff; } #permissions-sliders span.level { color: #738498; background-image: none; } /* * Debug styles */ .check-0, table.adminlist tbody td.check-0 { background-color: #FFFFCF; } .check-a, table.adminlist tbody td.check-a { background-color: #CFFFDA; } .check-d, table.adminlist tbody td.check-d { background-color: #FFCFCF; } /** * System Messages */ #system-message dd ul { color: #2c2c2c; } #system-message dd.error ul { color: #2c2c2c; } #system-message dd.message ul { color: #2c2c2c; } #system-message dd.notice ul { color: #2c2c2c; } /** CSS file for Accessible Admin Menu * based on Matt Carrolls' son of suckerfish * with javascript by Bill Tomczak */ /* Note: set up the font-size on the id and used 100% on the elements. If ul/li/a are different ems, then the shifting back via non-js keyboard doesn't work properly */ /** * Menu Styling */ #menu { /* this is on the main ul */ color: #2c2c2c; } #menu ul { /* all lists */ background: #c3d2e5; background: -moz-linear-gradient( center top, #a5bbd4, #c3d2e5 70% );background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); color: #2c2c2c; } #menu ul li.node { background: url(../images/j_arrow.png) no-repeat right 50%; } #menu ul li.separator { margin-bottom: 0; border-bottom: 1px dotted #738498; } #menu a { color: #054993; background-repeat: no-repeat; background-position: left 50%; } #menu li { /* all list items */ border-right: 1px solid #738498; background-color: transparent; } #menu li a:hover, #menu li a:focus { background-color: #e5d9c3; } #menu li.disabled a:hover, #menu li.disabled a:focus, #menu li.disabled a { color: #738498; background-color: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); } #menu li ul { /* second-level lists */ border: 1px solid #738498; } #menu li li { /* second-level row */ background-color: transparent; } /** * Styling parents */ /* 1 level - sfhover */ #menu li.sfhover a { background-color: #e5d9c3; } /* 2 level - normal */ #menu li.sfhover li a { background-color: transparent; } /* 2 level - hover */ #menu li.sfhover li.sfhover a,#menu li li a:focus { background-color: #e5d9c3; } /* 3 level - normal */ #menu li.sfhover li.sfhover li a { background-color: transparent; } /* 3 level - hover */ #menu li.sfhover li.sfhover li.sfhover a,#menu li li li a:focus { background-color: #e5d9c3; } /* bring back the focus elements into view */ #menu li li a:focus, #menu li li li a:focus { background-color: #e5d9c3; } #menu li li li a:focus { background-color: #e5d9c3; } /** * Submenu styling */ #submenu { border-bottom: 1px solid #738498; /* border-bottom plus padding-bottom is the technique */ /* This is the background befind the tabs */ /*background: #ffffff;*/ } #submenu a, #submenu span.nolink { background: #c3d2e5; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a5bbd4), color-stop(0.7, #c3d2e5) ); background: -moz-linear-gradient(center top, #a5bbd4, #c3d2e5 70% ); border: 1px solid #738498; color: #054993; } #submenu a:hover, #submenu a:focus { background: #e5d9c3; } #submenu a.active, #submenu span.nolink.active { background: #fff; border-bottom: 1px solid #fff; color: #000; } .element-invisible { margin: 0; padding: 0; } /* -- Codemirror Editor ----------- */ div.CodeMirror-wrapping { border: 1px solid #738498; } /* User Notes */ table.adminform tr.row0 { background-color: #ffffff; } ul.alternating > li:nth-child(odd) { background-color: #ffffff; } ul.alternating > li:nth-child(even) { background-color: #c3d2e5;} ol.alternating > li:nth-child(odd) { background-color: #ffffff; } ol.alternating > li:nth-child(even) { background-color: #c3d2e5;} /* Installer Database */ #installer-database, #installer-discover, #installer-update, #installer-warnings { border-top: 1px solid #738498; } #installer-database p.warning { background: transparent url(../images/admin/icon-16-deny.png) center left no-repeat; } #installer-database p.nowarning { background: transparent url(../images/admin/icon-16-allow.png) center left no-repeat; } PKs?\e8#8#css/colour_highcontrast_rtl.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * RTL CSS file for the color standard */ /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat top right; } #element-box { border-left: 1px solid #1b3f7c; border-right: 1px solid #1b3f7c; } /** * Status layout */ #module-status .preview { background: url(../images/menu/icon-16-media.png) right 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) right 3px no-repeat; } #module-status .unread-messages,#module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) right 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) right 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) right 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) right 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) right 3px no-repeat; } /** * Various Styles */ div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Subheader, toolbar, page title */ div.toolbar-box { border-left: 1px solid #10254a; border-right: 1px solid #10254a; } div.toolbar-list li.divider { border-left:1px dotted #1b3f7c; border-right:none; } div.toolbar-list a:hover { border-right: 1px solid #000000; border-left: 1px solid #1b3f7c; } /** * Pane Slider pane Toggler styles */ .pane-toggler span { background: transparent url(../images/j_arrow_left.png) right 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) right 50% no-repeat; } /** * Cpanel Settings */ #cpanel div.icon a:hover, #cpanel div.icon a:focus { border-right: 1px solid #000000; border-left: 1px solid #1b3f7c; } fieldset#filter-bar { border-left: none; border-right: none; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { border-left: 1px solid #10254a; border-right: none; } table.paramlist td.paramlist_description { border-left: 1px solid #10254a; border-right: none; } /** * Admin Form Styles */ table.adminform tr { border-left: 1px solid #1b3f7c; border-right: none; } /** * Adminlist Table layout */ table.adminlist.modal { border-right: 1px solid #1b3f7c; border-left: 1px solid #1b3f7c; } /* Table row styles */ table.adminlist tbody tr td, table.adminlist tbody tr th { border-left: 1px solid #1b3f7c; border-right: none; } table.adminlist tbody tr td:last-child { border-left: none; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Button styling */ /* Button 1 Type */ /* Use this if you add images to the buttons such as directional arrows */ .button1 a { /* add padding if you are using the directional images */ /* padding: 0 6px 0 30px; */ } /* Button 2 Type */ .button2-right .prev { background-image: url(../images/j_button2_prev.png); background-position: right center; } .button2-right.off .prev { background: url(../images/j_button2_prev_off.png) no-repeat; } .button2-right .start { background-image: url(../images/j_button2_first.png); background-position: right center; } .button2-left .next { background-image: url(../images/j_button2_next.png); background-position: left center; } .button2-left.off .next { /* @TODO check the x position */ background: url(../images/j_button2_next_off.png) 100% 0 no-repeat; } .button2-left .end { background-image: url(../images/j_arrow_left.png); background-position: left center; } .button2-left.off .end { /* @TODO check the x position */ background: url(../images/j_button2_last_off.png) 100% 0 no-repeat; } .button2-left .image { background: url(../images/j_button2_image.png) 100% 0 no-repeat; } .button2-left .readmore { background: url(../images/j_button2_readmore.png) 100% 0 no-repeat; } .button2-left .pagebreak { background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat; } /** * Tooltips */ .tip-title { /* @TODO is there a different image */ background: url(../images/selector-arrow-hc.png) no-repeat right top; } /** * System Standard Messages */ #system-message dd.message ul { background: #10254a url(../images/notice-info.png) 99.5% center no-repeat; } /** * System Error Messages */ #system-message dd.error ul { background: #1c4181 url(../images/notice-alert.png) 99.5% top no-repeat; } /** * System Notice Messages */ #system-message dd.notice ul { background: #10254a url(../images/notice-note.png) 99%.5 top no-repeat; } /** * JGrid styles */ /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ /** * General styles */ .helpFrame { border-right: 0 solid #1b3f7c; border-left: none; border-top: none; } /* -- ACL STYLES relocated from com_users/media/grid.css ----------- */ /* -- ACL PANEL STYLES ----------- */ /* All Tabs */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-right: 1px solid #cbcbcb; border-left: none; } /* Icons */ ul.acllegend li.acl-allowed { background:url(../images/admin/icon-16-allow.png) no-repeat right; } ul.acllegend li.acl-denied { background:url(../images/admin/icon-16-deny.png) no-repeat right; } table#acl-config th.acl-groups { border-left: 1px solid #c7c8b2; } table#acl-config th.acl-groups { text-align: right; } .acl-action { margin: auto 0; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat right; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat right; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat right; } span.icon-16-locked { background: url(../images/admin/checked_out.png) no-repeat right; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) left top no-repeat; } /** * Modal S-Box overrides */ #sbox-window { text-align:right; } /* * * Permission Rules */ #permissions-sliders ul#rules table.group-rules td { border-left:solid 1px #1b3f7c; border-right:solid 0 #1b3f7c; } #permissions-sliders ul#rules table.group-rules th { border-left:solid 1px #1b3f7c; border-right:solid 0 #1b3f7c; } /** * Menu Styling */ #menu ul li.node { background-image: url(../images/j_arrow_left.png); background-repeat: no-repeat; background-position: left 50%; } #menu a { background-position: right 50%; } #menu li { border-left: 1px solid #000000; } #menu li a:hover, #menu li a:active, #menu li a:focus { border-left: 1px solid #1b3f7c; border-right: 1px solid #000000; } #menu li.disabled a:hover,#menu li.disabled a:focus,#menu li.disabled a { border-right: 1px solid #10254a; border-left: 1px solid #10254a; } #menu li:hover ul,#menu li.sfhover ul { /* lists nested under hovered list items */ border-right: 1px solid #122b56; border-left: 1px solid #122b56; } #menu li li:hover ul,#menu li li.sfhover ul { border-right: 1px solid #122b56; border-left: 1px solid #122b56; } /** * Styling parents */ /* 1 level - sfhover */ #menu li.sfhover a { border-left: 1px solid #1b3f7c; border-right: 1px solid #000000; } /* 2 level - hover */ #menu li.sfhover li.sfhover a,#menu li li a:focus { border-left: 1px solid #1b3f7c; border-right: 1px solid #000000; } /* 3 level - hover */ #menu li.sfhover li.sfhover li.sfhover a,#menu li li li a:focus { border-left: 1px solid #1b3f7c; border-right: 1px solid #000000; } /* bring back the focus elements into view */ #menu li li a:focus { border-left: 1px solid #1b3f7c; border-right: 1px solid #000000; } #menu li li li a:focus { border-left: 1px solid #1b3f7c; border-right: 1px solid #000000; } /* Installer Database */ #installer-database p.warning { background-position: center right; } #installer-database p.nowarning { background-position: center right; } PKs?\/͋   css/ie8.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * CSS file for IE8 */ /** * Special Styles for Internet Explorer 8 */ /* Accessibility: css in template.css for slider keyboard * has to be reversed here or the mouse does not work for ie */ .pane-toggler + div.pane-slider { /*display: block;*/ } PKs?\f}H css/ie6.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * CSS file for IE6 */ /** * Special Styles for Internet Explorer 6 */ div.toolbar-box { float: left; width: 100%; } #minwidth,#minwidth-body { width: expression(document.body.clientWidth <= 960 ? "960px" : "auto"); } #content { float: left; } input { border-width: expression(this.type == "radio" ? '0px' : this.type == "checkbox" ? '0px' : '1px'); } div.toolbar-list span { margin: 0; position: relative } div.toolbar-list a { position: relative } div#subheader { height: 2em; } #login-page .pagetitle h2 { margin: 0; padding: 0; } * html .clearfix { height: 1%; } .hidelabeltxt { position: relative; text-indent: -9999em; }PKs?\SDAAcss/colour_brown.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Color CSS file for the template - brown * This design thanks to Jennifer Marriot & Elin Waring */ /** * General styles */ body { background-color: #ffffff; color: #2c2c2c; } body,td,th { font-family: Lucida, Arial, Helvetica, sans-serif; } h1 { color: #2c2c2c; } a:link { color: #054993; } a:visited { color: #054993; } /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat; } #header h1.title { color: #2c2c2c; } #footer { background: #ffffff; } #nav { background: #d5c1b2; border: 1px solid #000000; margin: 5px 20px 20px; } #content { background: #ffffff; } #no-submenu { border-bottom: 1px solid #000000; } .cpanel-page #no-submenu { border-bottom: 0 solid #000000; } #element-box.login { border: 1px solid #000000; } .cpanel-page div#element-box { border: 0; } #element-box.profile { padding: 15px; border: 0 solid #000000; } /** * Status layout */ #module-status .preview { background: url(../images/menu/icon-16-media.png) 3px 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) 3px 3px no-repeat; } #module-status .unread-messages,#module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) 3px 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) 3px 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) 3px 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) 3px 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) 3px 3px no-repeat; } /** * Various Styles */ .enabled, .success, .allow, span.writable { color: #005800; } .disabled, p.error, .warning, .deny, span.unwritable { color: #a20000; } .nowarning { color: #2c2c2c; } .none { color: #aaaaaa; } .protected { color: #999999; } span.note { background: #ffffff; color: #2c2c2c; } div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Overlib */ .ol-foreground { background-color: #ffe; } .ol-background { background-color: #6db03c; } .ol-textfont { color: #666666; } .ol-captionfont { color: #ffffff; } .ol-captionfont a { color: #000000; } /** * Subheader, toolbar, page title */ div.subheader .padding { background: #ffffff; } .pagetitle h2 { color: #2c2c2c; } div.configuration { color: #2c2c2c; background-image: url(../images/menu/icon-16-config.png); background-repeat: no-repeat; } div.toolbar-box { border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; /*border-top: 1px solid #000000;*/ background: #fdfcfb; } div.toolbar-list li { color: #2c2c2c; } div.toolbar-list a { border: 1px solid #000000; background: #d5c1b2; } div.toolbar-list a:hover { border-left: 1px solid #000000; border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; text-decoration: none; background: #e1d3c8; color: #000000; } /** * Pane Slider pane Toggler styles */ .pane-sliders .title { color: #2c2c2c; } .pane-sliders .panel { border: 1px solid #000000; } .pane-sliders .panel h3 { background: #d5c1b2; color: #2c2c2c; } .pane-sliders .adminlist { border: 0 none; } .pane-sliders .adminlist td { border: 0 none; } .pane-toggler span { background: transparent url(../images/j_arrow.png) 5px 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat; } .pane-toggler-down { border-bottom: 1px solid #000000; } /** * Tabs */ dl.tabs dt { border: 1px solid #000000; background: #d5c1b2; color: #2c2c2c; } dl.tabs dt.open { background: #ffffff; border-bottom: 1px solid #ffffff; color: #2c2c2c; } dl.tabs dt.open a:visited { color: #2c2c2c; } div.current { border: 1px solid #000000; background: #ffffff; } /* New parameter styles */ div.current fieldset { border: none 0; } div.current fieldset.adminform { border: 1px solid #000000; } /** * Login Settings */ #login-page .pagetitle h2 { background: transparent; } #login-page #lock { background: url(../images/j_login_lock.png) 50% 0 no-repeat; } #login-page #element-box.login { background: #d5c1b2; } #form-login { background: #ffffff; border: 1px solid #000000; } #form-login label { color: #2c2c2c; } #form-login div.button1 a { color: #2c2c2c; } /** * Cpanel Settings */ #cpanel div.icon a, .cpanel div.icon a { color: #2c2c2c; border: 1px solid #000000; background: #d5c1b2; } #cpanel div.icon a:hover, #cpanel div.icon a:focus, .cpanel div.icon a:hover, .cpanel div.icon a:focus { border-left: 1px solid #000000; border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; background: #e1d3c8; color: #000000; } /** * Form Styles */ legend { color: #2c2c2c; } fieldset ul.checklist input:focus { outline: thin dotted #333333; } fieldset#filter-bar { border-top: none; border-right: none; border-bottom: 1px solid #000000; border-left: none; } fieldset#filter-bar ol, fieldset#filter-bar ul { border: 0; } fieldset#filter-bar ol li fieldset, fieldset#filter-bar ul li fieldset { border: 0; } /* Note: these visual cues should be augmented by aria */ .invalid { color: #a20000; } /* must be augmented by aria at the same time if changed dynamically by js aria-invalid=true or aria-invalid=false */ input.invalid { border: 1px solid #a20000; } /* augmented by aria in template javascript */ input.readonly, span.faux-input { border: 0; } input.required { background-color: #FFCFCF; } input.disabled { background-color: #eeeeee; } input,select, span.faux-input { background-color: #ffffff; border: 1px solid #000000; } /* Inputs used as buttons */ input[type="button"] { background-color: #d5c1b2; font-family: Lucida, Arial, Helvetica, sans-serif; } textarea { background-color: #ffffff; border: 1px solid #000000; } input:focus, select:focus, textarea:focus, option:focus, input:hover, select:hover, textarea:hover, option:hover { background-color: #e1d3c8; color: #2c2c2c; } /** * Option or Parameter styles */ .paramrules { background: #d5c1b2; } span.gi { color: #000000; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { background-color: #d5c1b2; color: #2c2c2c; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; } table.paramlist td.paramlist_description { background-color: #d5c1b2; color: #2c2c2c; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; } /** * Admin Form Styles */ fieldset.adminform { border: 1px solid #000000; } /* Table styles are for use with tabular data */ table.adminform { background-color: #ffffff; } table.adminform tr.row0 { background-color: #ffffff; } table.adminform tr.row1 { background-color: #e1d3c8; } table.adminform th { color: #2c2c2c; background: #ffffff; } table.adminform tr { border-bottom: 1px solid #000000; border-right: 1px solid #000000; } /** * Adminlist Table layout */ table.adminlist { border-spacing: 1px; background-color: #ffffff; color: #2c2c2c; } table.adminlist.modal { border-right: 1px solid #000000; border-left: 1px solid #000000; } table.adminlist a { color: #054993; } table.adminlist thead th { background: #ffffff; color: #2c2c2c; border-bottom:1px solid #000000; } /* Table row styles */ table.adminlist tbody tr { background: #ffffff; } table.adminlist tbody tr.row1 { background: #ffffff; } table.adminlist tbody tr.row1 td, table.adminlist tbody tr.row1 th { border-bottom: 1px solid #000000; } table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td, table.adminlist tbody tr.row0:hover th, table.adminlist tbody tr.row1:hover th, table.adminlist tbody tr.row0:focus td, table.adminlist tbody tr.row1:focus td, table.adminlist tbody tr.row0:focus th, table.adminlist tbody tr.row1:focus th { background-color: #e1d3c8; } table.adminlist tbody tr td:last-child { border-right: none; } table.adminlist tbody tr.row0:last-child td, table.adminlist tbody tr.row0:last-child th { border-bottom: 1px solid #000000; } table.adminlist tbody tr.row0 td, table.adminlist tbody tr.row0 th { background: #d5c1b2; } table.adminlist tfoot tr { color: #2c2c2c; } /* Table td/th styles */ table.adminlist tfoot td,table.adminlist tfoot th { background-color: #ffffff; border-top: 1px solid #000000; } /** * Adminlist buttons */ table.adminlist tr td.btns a { border: 1px solid #000000; background-color: #ffffff; color: #2c2c2c; } table.adminlist tr td.btns a:hover, table.adminlist tr td.btns a:active, table.adminlist tr td.btns a:focus { background-color: #d5c1b2; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Saving order icon styling in admin tables */ fieldset.batch { background: #fff; } /** * Button styling */ button { background-color: #d5c1b2; border: 1px solid #000000; } button:hover, button:focus { background-color: #e1d3c8; } .invalid { color: #ff0000; } /* Button 1 Type */ .button1 { border: 1px solid #000000; background: #d5c1b2; } .button1 a { color: #2c2c2c; } .button1 a:hover,.button1 a:focus { background-color: #e1d3c8; } /* Button 2 Type */ .button2-left,.button2-right { border: 1px solid #000000; background-color: #d5c1b2; } .button2-left a, .button2-right a, .button2-left span, .button2-right span { color: #2c2c2c; } /* these are inactive buttons */ .button2-left span,.button2-right span { color: #cccccc; } .page span,.blank span { color: #2c2c2c; } .button2-left a:hover, .button2-right a:hover, .button2-left a:focus, .button2-right a:focus { background-color: #e1d3c8; } /** * Pagination styles */ /* Grey out the current page number */ .pagination .page span { color: #cccccc; } .icon-32-extension { background-image: url(../images/toolbar/icon-32-extension.png); } /** * Tooltips */ .tip { background: #ffffff; border: 1px solid #000000; } .tip-title { background: url(../images/selector-arrow-std.png) no-repeat; } /** * Calendar */ a img.calendar { background: url(../images/calendar.png) no-repeat; } /** * JGrid styles */ .jgrid span.publish { background-image: url(../images/admin/tick.png); } .jgrid span.unpublish { background-image: url(../images/admin/publish_x.png); } .jgrid span.archive { background-image: url(../images/menu/icon-16-archive.png); } .jgrid span.trash { background-image: url(../images/menu/icon-16-trash.png); } .jgrid span.default { background-image: url(../images/menu/icon-16-default.png); } .jgrid span.notdefault { background-image: url(../images/menu/icon-16-notdefault.png); } .jgrid span.checkedout { background-image: url(../images/admin/checked_out.png); } .jgrid span.downarrow { background-image: url(../images/admin/downarrow.png); } .jgrid span.downarrow_disabled { background-image: url(../images/admin/downarrow0.png); } .jgrid span.uparrow { background-image: url(../images/admin/uparrow.png); } .jgrid span.uparrow_disabled { background-image: url(../images/admin/uparrow0.png); } .jgrid span.published { background-image: url(../images/admin/publish_g.png); } .jgrid span.expired { background-image: url(../images/admin/publish_r.png); } .jgrid span.pending { background-image: url(../images/admin/publish_y.png); } .jgrid span.warning { background-image: url(../images/admin/publish_y.png); } /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ .icon-16-archive { background-image: url(../images/menu/icon-16-archive.png); } .icon-16-article { background-image: url(../images/menu/icon-16-article.png); } .icon-16-banners { background-image: url(../images/menu/icon-16-banner.png); } .icon-16-banners-clients { background-image: url(../images/menu/icon-16-banner-client.png); } .icon-16-banners-tracks { background-image: url(../images/menu/icon-16-banner-tracks.png); } .icon-16-banners-cat { background-image: url(../images/menu/icon-16-banner-categories.png); } .icon-16-category { background-image: url(../images/menu/icon-16-category.png); } .icon-16-checkin { background-image: url(../images/menu/icon-16-checkin.png); } .icon-16-clear { background-image: url(../images/menu/icon-16-clear.png); } .icon-16-component { background-image: url(../images/menu/icon-16-component.png); } .icon-16-config { background-image: url(../images/menu/icon-16-config.png); } .icon-16-contact { background-image: url(../images/menu/icon-16-contacts.png); } .icon-16-contact-cat { background-image: url(../images/menu/icon-16-contacts-categories.png); } .icon-16-content { background-image: url(../images/menu/icon-16-content.png); } .icon-16-cpanel { background-image: url(../images/menu/icon-16-cpanel.png); } .icon-16-default { background-image: url(../images/menu/icon-16-default.png); } .icon-16-featured { background-image: url(../images/menu/icon-16-featured.png); } .icon-16-groups { background-image: url(../images/menu/icon-16-groups.png); } .icon-16-help { background-image: url(../images/menu/icon-16-help.png); } .icon-16-help-this { background-image: url(../images/menu/icon-16-help-this.png); } .icon-16-help-forum { background-image: url(../images/menu/icon-16-help-forum.png); } .icon-16-help-docs { background-image: url(../images/menu/icon-16-help-docs.png); } .icon-16-help-jed { background-image: url(../images/menu/icon-16-help-jed.png); } .icon-16-help-jrd { background-image: url(../images/menu/icon-16-help-jrd.png); } .icon-16-help-community { background-image: url(../images/menu/icon-16-help-community.png); } .icon-16-help-security { background-image: url(../images/menu/icon-16-help-security.png); } .icon-16-help-dev { background-image: url(../images/menu/icon-16-help-dev.png); } .icon-16-help-shop { background-image: url(../images/menu/icon-16-help-shop.png); } .icon-16-info { background-image: url(../images/menu/icon-16-info.png); } .icon-16-install { background-image: url(../images/menu/icon-16-install.png); } .icon-16-joomlaupdate { background-image: url(../images/menu/icon-16-install.png); } .icon-16-language { background-image: url(../images/menu/icon-16-language.png); } .icon-16-levels { background-image: url(../images/menu/icon-16-levels.png); } .icon-16-logout { background-image: url(../images/menu/icon-16-logout.png); } .icon-16-maintenance { background-image: url(../images/menu/icon-16-maintenance.png); } .icon-16-massmail { background-image: url(../images/menu/icon-16-massmail.png); } .icon-16-media { background-image: url(../images/menu/icon-16-media.png); } .icon-16-menu { background-image: url(../images/menu/icon-16-menu.png); } .icon-16-menumgr { background-image: url(../images/menu/icon-16-menumgr.png); } .icon-16-messages { background-image: url(../images/menu/icon-16-messaging.png); } .icon-16-messages-add { background-image: url(../images/menu/icon-16-new-privatemessage.png); } .icon-16-messages-read { background-image: url(../images/menu/icon-16-messages.png); } .icon-16-module { background-image: url(../images/menu/icon-16-module.png); } /* .icon-16-new { background-image: url(../images/menu/icon-16-new.png); } */ .icon-16-newarticle { background-image: url(../images/menu/icon-16-newarticle.png); } .icon-16-newcategory { background-image: url(../images/menu/icon-16-newcategory.png); } .icon-16-newgroup { background-image: url(../images/menu/icon-16-newgroup.png); } .icon-16-newlevel { background-image: url(../images/menu/icon-16-newlevel.png); } .icon-16-newuser { background-image: url(../images/menu/icon-16-newuser.png); } .icon-16-plugin { background-image: url(../images/menu/icon-16-plugin.png); } .icon-16-profile { background-image: url(../images/menu/icon-16-user.png); } .icon-16-purge { background-image: url(../images/menu/icon-16-purge.png); } .icon-16-readmess { background-image: url(../images/menu/icon-16-readmess.png); } .icon-16-section { background-image: url(../images/menu/icon-16-section.png); } .icon-16-static { background-image: url(../images/menu/icon-16-static.png); } .icon-16-stats { background-image: url(../images/menu/icon-16-stats.png); } .icon-16-themes { background-image: url(../images/menu/icon-16-themes.png); } .icon-16-trash { background-image: url(../images/menu/icon-16-trash.png); } .icon-16-user { background-image: url(../images/menu/icon-16-user.png); } .icon-16-user-note { background-image: url(../images/menu/icon-16-user-note.png); } .icon-16-delete { background-image: url(../images/menu/icon-16-delete.png); } .icon-16-help-trans { background-image: url(../images/menu/icon-16-help-trans.png); } .icon-16-newsfeeds { background-image: url(../images/menu/icon-16-newsfeeds.png); } .icon-16-newsfeeds-cat { background-image: url(../images/menu/icon-16-newsfeeds-cat.png); } .icon-16-redirect { background-image: url(../images/menu/icon-16-redirect.png); } .icon-16-search { background-image: url(../images/menu/icon-16-search.png); } .icon-16-finder { background-image: url(../images/menu/icon-16-search.png); } .icon-16-weblinks { background-image: url(../images/menu/icon-16-links.png); } .icon-16-weblinks-cat { background-image: url(../images/menu/icon-16-links-cat.png); } /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ .icon-32-send { background-image: url(../images/toolbar/icon-32-send.png); } .icon-32-delete { background-image: url(../images/toolbar/icon-32-delete.png); } .icon-32-help { background-image: url(../images/toolbar/icon-32-help.png); } .icon-32-cancel { background-image: url(../images/toolbar/icon-32-cancel.png); } .icon-32-checkin { background-image: url(../images/toolbar/icon-32-checkin.png); } .icon-32-options{ background-image: url(../images/toolbar/icon-32-config.png); } .icon-32-apply { background-image: url(../images/toolbar/icon-32-apply.png); } .icon-32-back { background-image: url(../images/toolbar/icon-32-back.png); } .icon-32-forward { background-image: url(../images/toolbar/icon-32-forward.png); } .icon-32-save { background-image: url(../images/toolbar/icon-32-save.png); } .icon-32-edit { background-image: url(../images/toolbar/icon-32-edit.png); } .icon-32-copy { background-image: url(../images/toolbar/icon-32-copy.png); } .icon-32-move { background-image: url(../images/toolbar/icon-32-move.png); } .icon-32-new { background-image: url(../images/toolbar/icon-32-new.png); } .icon-32-upload { background-image: url(../images/toolbar/icon-32-upload.png); } .icon-32-assign { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-html { background-image: url(../images/toolbar/icon-32-html.png); } .icon-32-css { background-image: url(../images/toolbar/icon-32-css.png); } .icon-32-menus { background-image: url(../images/toolbar/icon-32-menu.png); } .icon-32-publish { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-unblock { background-image: url(../images/toolbar/icon-32-unblock.png); } .icon-32-unpublish { background-image: url(../images/toolbar/icon-32-unpublish.png); } .icon-32-restore { background-image: url(../images/toolbar/icon-32-revert.png); } .icon-32-trash { background-image: url(../images/toolbar/icon-32-trash.png); } .icon-32-archive { background-image: url(../images/toolbar/icon-32-archive.png); } .icon-32-unarchive { background-image: url(../images/toolbar/icon-32-unarchive.png); } .icon-32-preview { background-image: url(../images/toolbar/icon-32-preview.png); } .icon-32-default { background-image: url(../images/toolbar/icon-32-default.png); } .icon-32-refresh { background-image: url(../images/toolbar/icon-32-refresh.png); } .icon-32-save-new { background-image: url(../images/toolbar/icon-32-save-new.png); } .icon-32-save-copy { background-image: url(../images/toolbar/icon-32-save-copy.png); } .icon-32-error { background-image: url(../images/toolbar/icon-32-error.png); } .icon-32-new-style { background-image: url(../images/toolbar/icon-32-new-style.png); } .icon-32-delete-style { background-image: url(../images/toolbar/icon-32-delete-style.png); } .icon-32-purge { background-image: url(../images/toolbar/icon-32-purge.png); } .icon-32-remove { background-image: url(../images/toolbar/icon-32-remove.png); } .icon-32-featured { background-image: url(../images/toolbar/icon-32-featured.png); } .icon-32-export { background-image: url(../images/toolbar/icon-32-export.png); } .icon-32-stats { background-image: url(../images/toolbar/icon-32-stats.png); } .icon-32-print { background-image: url(../images/toolbar/icon-32-print.png); } /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ .icon-48-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-generic { background-image: url(../images/header/icon-48-generic.png); } .icon-48-banners { background-image: url(../images/header/icon-48-banner.png); } .icon-48-banners-categories { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-edit { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-banners-clients { background-image: url(../images/header/icon-48-banner-client.png); } .icon-48-banners-tracks { background-image: url(../images/header/icon-48-banner-tracks.png); } .icon-48-checkin { background-image: url(../images/header/icon-48-checkin.png); } .icon-48-clear { background-image: url(../images/header/icon-48-clear.png); } .icon-48-contact { background-image: url(../images/header/icon-48-contacts.png); } .icon-48-contact-categories { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-edit { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-purge { background-image: url(../images/header/icon-48-purge.png); } .icon-48-cpanel { background-image: url(../images/header/icon-48-cpanel.png); } .icon-48-config { background-image: url(../images/header/icon-48-config.png); } .icon-48-groups { background-image: url(../images/header/icon-48-groups.png); } .icon-48-groups-add { background-image: url(../images/header/icon-48-groups-add.png); } .icon-48-levels { background-image: url(../images/header/icon-48-levels.png); } .icon-48-levels-add { background-image: url(../images/header/icon-48-levels-add.png); } .icon-48-module { background-image: url(../images/header/icon-48-module.png); } .icon-48-menu { background-image: url(../images/header/icon-48-menu.png); } .icon-48-menu-add { background-image: url(../images/header/icon-48-menu-add.png); } .icon-48-menumgr { background-image: url(../images/header/icon-48-menumgr.png); } .icon-48-trash { background-image: url(../images/header/icon-48-trash.png); } .icon-48-user { background-image: url(../images/header/icon-48-user.png); } .icon-48-user-add { background-image: url(../images/header/icon-48-user-add.png); } .icon-48-user-edit { background-image: url(../images/header/icon-48-user-edit.png); } .icon-48-user-profile { background-image: url(../images/header/icon-48-user-profile.png); } .icon-48-inbox { background-image: url(../images/header/icon-48-inbox.png); } .icon-48-new-privatemessage { background-image: url(../images/header/icon-48-new-privatemessage.png); } .icon-48-msgconfig { background-image: url(../images/header/icon-48-message_config.png); } .icon-48-langmanager { background-image: url(../images/header/icon-48-language.png); } .icon-48-mediamanager { background-image: url(../images/header/icon-48-media.png); } .icon-48-plugin { background-image: url(../images/header/icon-48-plugin.png); } .icon-48-help_header { background-image: url(../images/header/icon-48-help_header.png); } .icon-48-impressions { background-image: url(../images/header/icon-48-stats.png); } .icon-48-browser { background-image: url(../images/header/icon-48-stats.png); } .icon-48-searchtext { background-image: url(../images/header/icon-48-stats.png); } .icon-48-thememanager { background-image: url(../images/header/icon-48-themes.png); } .icon-48-writemess { background-image: url(../images/header/icon-48-writemess.png); } .icon-48-featured { background-image: url(../images/header/icon-48-featured.png); } .icon-48-sections { background-image: url(../images/header/icon-48-section.png); } .icon-48-article-add { background-image: url(../images/header/icon-48-article-add.png); } .icon-48-article-edit { background-image: url(../images/header/icon-48-article-edit.png); } .icon-48-article { background-image: url(../images/header/icon-48-article.png); } .icon-48-content-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-install { background-image: url(../images/header/icon-48-extension.png); } .icon-48-dbbackup { background-image: url(../images/header/icon-48-backup.png); } .icon-48-dbrestore { background-image: url(../images/header/icon-48-dbrestore.png); } .icon-48-dbquery { background-image: url(../images/header/icon-48-query.png); } .icon-48-systeminfo { background-image: url(../images/header/icon-48-info.png); } .icon-48-massmail { background-image: url(../images/header/icon-48-massmail.png); } .icon-48-redirect { background-image: url(../images/header/icon-48-redirect.png); } .icon-48-search { background-image: url(../images/header/icon-48-search.png); } .icon-48-finder { background-image: url(../images/header/icon-48-search.png); } .icon-48-newsfeeds { background-image: url(../images/header/icon-48-newsfeeds.png); } .icon-48-newsfeeds-categories { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-edit { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-weblinks { background-image: url(../images/header/icon-48-links.png); } .icon-48-weblinks-categories { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-edit { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-add { background-image: url(../images/header/icon-48-category-add.png); } /** * General styles */ div.message { border: 1px solid #e1d3c8; color: #333; } .helpFrame { border-left: 0 solid #222; border-right: none; border-top: none; border-bottom: none; } .outline { border: 1px solid #cccccc; background: #ffffff; } /** * Modal Styles */ dl.menu_type dt { border-bottom: 1px solid #666; } dul#new-modules-list { border-top: 1px solid #666; } /** * User Accessibility */ /* Skip to Content Visual Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { color: #ffffff; background: #054993; border-bottom: solid #336 2px; } /** * Admin Form Styles */ fieldset.panelform { border: none 0; } /** * ACL STYLES relocated from com_users/media/grid.css */ a.move_up { background-image:url('../images/admin/uparrow.png'); } span.move_up { background-image:url('../images/admin/uparrow0.png'); } a.move_down { background-image:url('../images/admin/downarrow.png'); } span.move_down { background-image:url('../images/admin/downarrow0.png'); } a.grid_false { background-image:url('../images/admin/publish_x.png'); } a.grid_true { background-image:url('../images/admin/tick.png'); } a.grid_trash { background-image:url('../images/admin/icon-16-trash.png'); } /** * ACL PANEL STYLES */ /* All Tabs */ tr.row1 { background-color: #d5c1b2; } /* Summary Tab */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclsummary-table td.col6, table.aclsummary-table th.col6, table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-left: 1px solid #cbcbcb; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat; } span.icon-16-locked { background: url(../images/admin/checked_out.png) 0 0 no-repeat; } label.icon-16-allow { background:url(../images/admin/icon-16-allow.png) no-repeat; } label.icon-16-deny { background:url(../images/admin/icon-16-deny.png) no-repeat; } a.icon-16-allow { background:url(../images/admin/icon-16-allow.png) no-repeat ; } a.icon-16-deny { background:url(../images/admin/icon-16-deny.png) no-repeat ; } a.icon-16-allowinactive { background:url(../images/admin/icon-16-allowinactive.png) no-repeat ; } a.icon-16-denyinactive { background:url(../images/admin/icon-16-denyinactive.png) no-repeat ; } /* ACL footer/legend */ ul.acllegend li.acl-allowed { background:url(../images/admin/icon-16-allow.png) no-repeat left; } ul.acllegend li.acl-denied { background:url(../images/admin/icon-16-deny.png) no-repeat left; } li.acl-editgroups, li.acl-resetbtn { background-color: #d5c1b2; border: 1px solid #000000; } li.acl-editgroups a, li.acl-resetbtn a { color: #2c2c2c; } li.acl-editgroups:hover, li.acl-resetbtn:hover, li.acl-editgroups:focus, li.acl-resetbtn:focus { background-color:#e1d3c8; } /* ACL Config --------- */ table#acl-config{ border: 1px solid #000000; } table#acl-config th, table#acl-config td { background: #d5c1b2; border-bottom: 1px solid #000000; } table#acl-config th.acl-groups { border-right: 1px solid #000000; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) right top no-repeat; } /** * Permission Rules */ #permissions-sliders ul#rules, #permissions-sliders ul#rules ul { border:solid 0 #000000; background:#ffffff; } ul#rules li .pane-sliders .panel h3.title { border:solid 0 #000000; } #permissions-sliders ul#rules .pane-slider { border:solid 1px #000000; } #permissions-sliders ul#rules li h3 { background:#d5c1b2; border: 1px solid #000000; } #permissions-sliders ul#rules li h3.pane-toggler-down a { border:solid 0; } #permissions-sliders ul#rules .group-kind { color:#2c2c2c; } #permissions-sliders ul#rules table.group-rules { border:solid 1px #000000; } #permissions-sliders ul#rules table.group-rules td { border-right:solid 1px #000000; border-bottom:solid 1px #000000; } #permissions-sliders ul#rules table.group-rules th { background:#e1d3c8; border-right:solid 1px #000000; border-bottom:solid 1px #000000; color:#2c2c2c; } ul#rules table.aclmodify-table { border:solid 1px #000000; } ul#rules table.group-rules td label { border:solid 0 #000000; } #permissions-sliders ul#rules .mypanel { border:solid 0 #000000; } #permissions-sliders ul#rules table.group-rules td { background: #ffffff; } #permissions-sliders span.level { color:#aaaaaa; background-image:none; } /* * Debug styles */ .check-0, table.adminlist tbody td.check-0 { background-color: #FFFFCF; } .check-a, table.adminlist tbody td.check-a { background-color: #CFFFDA; } .check-d, table.adminlist tbody td.check-d { background-color: #FFCFCF; } /** CSS file for Accessible Admin Menu * based on Matt Carrolls' son of suckerfish * with javascript by Bill Tomczak */ /* Note: set up the font-size on the id and used 100% on the elements. If ul/li/a are different ems, then the shifting back via non-js keyboard doesn't work properly */ /** * Menu Styling */ #menu { /* this is on the main ul */ color: #2c2c2c; } #menu ul { /* all lists */ background: #d5c1b2; color: #2c2c2c; } #menu ul li.node { background: url(../images/j_arrow.png) no-repeat right 50%; } #menu ul li.separator { margin-bottom: 0; } #menu a { color: #000000; background-repeat: no-repeat; background-position: left 50%; } #menu li { /* all list items */ background: #d5c1b2; border-right: 1px solid #000000; } #menu li a:hover,#menu li a:focus { background-color: #d5c1b2; } #menu li.disabled a:hover, #menu li.disabled a:focus, #menu li.disabled a { color: #cccccc; background-color: #ffffff; } #menu li ul { /* second-level lists */ border: .1em solid #000000; } #menu li li { /* second-level row */ background: #d5c1b2; } /** * Styling parents */ /* 1 level - sfhover */ #menu li.sfhover a { background-color: #e1d3c8; } /* 2 level - normal */ #menu li.sfhover li a { background-color: transparent; } /* 2 level - hover */ #menu li.sfhover li.sfhover a,#menu li li a:focus { background-color: #e1d3c8; } /* 3 level - normal */ #menu li.sfhover li.sfhover li a { background-color: transparent; } /* 3 level - hover */ #menu li.sfhover li.sfhover li.sfhover a,#menu li li li a:focus { background-color: #e1d3c8; } /* bring back the focus elements into view */ #menu li li a:focus { background-color: #d5c1b2; border-left: 1px solid #fafafa; border-bottom: 1px solid #fafafa; } #menu li li li a:focus { background-color: #cccccc; border-left: 1px solid #fafafa; border-bottom: 1px solid #fafafa; } /** * Submenu styling */ #submenu { border-bottom: 1px solid #000000; /* border-bottom plus padding-bottom is the technique */ /* This is the background befind the tabs */ background: #ffffff; } #submenu a, #submenu span.nolink { background: #d5c1b2; border: 1px solid #000000; color: #000000; } #submenu span.nolink { color: #999; } #submenu a:hover, #submenu a:focus { background-color: #e1d3c8; } #submenu a.active, #submenu span.nolink.active { background: #fdfcfb; border-bottom: 1px solid #fff; color: #000; } /* -- Codemirror Editor ----------- */ div.CodeMirror-wrapping { border: 1px solid #000000; } /* User Notes */ ul.alternating > li:nth-child(odd) { background-color: #ffffff; } ul.alternating > li:nth-child(even) { background-color: #e1d3c8; } ol.alternating > li:nth-child(odd) { background-color: #ffffff; } ol.alternating > li:nth-child(even) { background-color: #e1d3c8;} /* Installer Database */ #installer-database p.warning { background: transparent url(../images/admin/icon-16-deny.png) center left no-repeat; } #installer-database p.nowarning { background: transparent url(../images/admin/icon-16-allow.png) center left no-repeat; } PKs?\+Vcss/template.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Main CSS file for the template */ /** * CSS Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; background: transparent; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } del { text-decoration: line-through; } /** * General styles */ html { overflow-y: scroll; height: 100%; } body { margin: 0; padding: 0; font-size: 62.5%; line-height: 1.5em; height: 100%; } body,td,th,span,a { font-family: Arial, Helvetica, sans-serif; } html,body { height: 100%; } a,img { padding: 0; margin: 0; } img { border: 0 none; } form { margin: 0; padding: 0; } ul { padding: 0; margin: 0; } h1 { margin: 0; padding-bottom: 8px; font-size: 1.4em; font-weight: bold; line-height: 2em; } h2 { padding-top: .83em; padding-bottom: .83em; } h3 { font-size: 1.4em; } a:link { color: #054993; text-decoration: none; } a:visited { color: #054993; text-decoration: none; } a:hover { text-decoration: underline; } a:focus { text-decoration: underline; } iframe { border: 0; } /* new styles */ .enabled { color: #005800; font-weight: bold; } .disabled { color: #a20000; font-weight: bold; } p.error { color: #a20000; font-weight: bold; } .warning { color: #a20000; font-weight: bold; } .nowarning { color: #2c2c2c; font-weight: bold; } .success { color: #005800; font-weight: bold;} .allow { color: #005800;} span.writable { color: #005800;} .deny { color: #a20000;} span.unwritable { color: #a20000;} .none { color: #aaaaaa;} .pointer { cursor: pointer;} .nowrap { white-space: nowrap; } p.nowarning, p.warning { margin: 10px; } /* end new styles */ /** * Overall Styles */ #minwidth, #minwidth-body { min-width: 980px; } #containerwrap { position: relative; } #header { position: relative; } #header h1.title { font-size: 1.5em; font-weight: normal; line-height: 25px; margin: 0; padding: 0 0 0 120px; } #footer { padding: 10px 20px; } #footer .copyright { margin: 0 0 0 0; text-align: center; } #footer p { font-size: 1.2em; } #nav .no-nav { line-height: 2em; } #content { margin: 5px 20px 20px 20px; } .cpanel-page div#element-box { padding: 15px; } /** * Status layout */ #module-status { float: right; position: relative; top:-48px; } #module-status span { display: block; float: left; padding: 4px 20px 0 22px; font-size: 1.2em; } #module-status .unread-messages a { font-weight: bold; } .title-ua { position: relative; width: 60%; } /** * Various Styles */ .enabled, .disabled, p.error, .warning, .nowarning, .success { font-weight: bold; } .pointer { cursor: pointer; } .nowrap { white-space: nowrap; } span.note { display: block; padding: 5px; } div.checkin-tick { text-indent: -9999px; } /** * Overlib */ .ol-textfont { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; } .ol-captionfont { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; font-weight: bold; } .ol-captionfont a { text-decoration: none; } /** * Subheader, toolbar, page title */ div.subheader .padding { padding: 0; } div.pagetitle { padding: 0 0 5px 0; margin: 0; background-repeat: no-repeat; background-position: left 50%; line-height: 54px; } .pagetitle h2 { padding: 0 0 0 50px; font-size: 1.3em; font-weight: bold; line-height: 48px; font-style: italic; } div.configuration { font-size: 1.2em; font-weight: bold; line-height: 2em; padding-left: 30px; margin-left: 10px; } div.toolbar-box h3 { height: 0; overflow: hidden; position: absolute; padding: 0; margin: 0; } div.toolbar-list { float: left; text-align: right; padding: 0; } div.toolbar-list li { padding: 5px 1px 5px 4px; text-align: center; height: 52px; list-style: none; float: left; } div.toolbar-list li.spacer { width: 10px; } div.toolbar-list li.divider { width: 10px; margin-right: 10px; } div.toolbar-list span { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; } div.toolbar-list a { display: block; float: left; white-space: nowrap; padding: 1px 5px; cursor: pointer; font-weight: bold; } div.toolbar-list a:hover, div.toolbar-list a:focus { text-decoration: none; } /** * Massmail component */ td#mm_pane { width: 90%; } input#mm_subject { width: 200px; } textarea#mm_message { width: 100%; } /** * Pane Slider pane Toggler styles */ .pane-sliders { margin: 0; position: relative; } .pane-sliders .title { margin: 0; padding: 2px; cursor: pointer; } .pane-sliders .panel { margin-bottom: 3px; } .pane-sliders .adminlist td { border: 0 none; } h3.pane-toggler-down a:focus, h3.pane-toggler a:focus { outline: none; } .pane-toggler span { padding-left: 20px; } .pane-toggler-down span { padding-left: 20px; } /* The following line hides the unseen panel (prevents the mouse from activating in IE, so overridden in the ie css files) */ /*.pane-toggler + div.pane-slider {display: none;}*/ .pane-slider.pane-hide { display: none; } div#position-icon.pane-sliders div.pane-down div.icon-wrapper { margin: 5px 0 5px 0; } div#position-icon.pane-sliders div.pane-down .icon-wrapper .icon { padding: 5px 0 5px 10px; margin: 0; } /** * Tabs */ dl.tabs { float: left; margin: 10px 0 -1px 0; z-index: 50; } dl.tabs dt { float: left; padding: 4px 10px; margin-left: 3px; } dl.tabs dt.open { z-index: 100; } div.current { clear: both; padding: 10px 10px; } div.current dd { padding: 0; margin: 0; } /* New parameter styles */ dl#content-pane.tabs { margin: 1px 0 0 0; } div.current label, div.current span.faux-label { display: block; min-width: 150px; float: left; clear: left; margin-top: 8px; } div.current fieldset.radio { float:left; } div.current fieldset.radio input { clear: none; min-width: 15px; float: left; margin: 3px 0 0 2px; } div.current fieldset.radio label { clear: none; min-width: 45px; float: left; margin: 3px 0 0 2px; } div.current fieldset.checkboxes { float: left; clear: right; } div.current fieldset.checkboxes input { clear: left; min-width: 15px; float: left; margin: 3px 0 0 2px; } div.current fieldset.checkboxes label { clear: right; min-width: 45px; margin: 3px 0 0 2px; } div.current input, div.current span.faux-input, div.current textarea, div.current select { clear: none; float: left; margin: 3px 0 0 2px; } div.current select { margin-bottom: 15px; } div.current table#acl-config th.acl-groups { text-align: left; } div.current table#filter-config th.acl-groups { text-align: left; } div.current table#filter-config select { margin-bottom: 0; } /* -------- Menu Assigments ---------- */ div#menu-assignment { clear:left; } div#menu-assignment ul.menu-links { float:left; width:49%; } div#menu-assignment ul.menu-links label { clear:none; float: left; margin: 3px 0 0 2px; } div#menu-assignment ul.menu-links input { clear: left; float: left; } button.jform-rightbtn { float:right; margin-right: 0; } p.tab-description { font-size: 1.091em; margin-left: 0; margin-top: 5px; } /* end new parameter styles */ /** * Login Settings */ #login-page form .inputbox { width: 120px; margin-left: 5px; margin-bottom: 15px; } #login-page input, #login-page select { float: right; clear: none; } #login-page .login { margin: 0 auto; width: 575px; margin-bottom: 100px; } #login-page .pagetitle h2 { margin: -70px 0 30px 0; font-size: 2em; padding: 0; } #login-page p { margin: 0; padding: 0; margin-bottom: 1em; font-size: 1.2em; } #login-page #header { margin-bottom: 100px; } #login-page .login-inst { float: left; width: 35%; } #login-page .login-box { float: right; width: 63%; } #login-page #lock { width: 150px; height: 137px; } #login-page #element-box.login { padding: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #login-page .button { text-align: right; } #login-page .login-text { text-align: left; width: 40%; float: left; } #form-login { float: right; padding: 1.1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #form-login fieldset { border: none; } #form-login label { display: block; float: left; clear: left; width: 160px; text-align: right; padding: 4px; color: #2c2c2c; font-weight: bold; font-size: 1.4em; margin-bottom: 15px; } #form-login div.button1 div.next { float: left; } #form-login div.button1 a { height: 2.2em; line-height: 2.2em; font-size: 1.5em; font-weight: bold; cursor: default; padding: 0 15px 0 15px; } .login-submit { border: 0; padding: 0; margin: 0; width: 0; height: 0; } /** * Cpanel Settings */ #cpanel div.icon, .cpanel div.icon { text-align: center; margin-right: 5px; float: left; margin-bottom: 5px; } #cpanel div.icon a, .cpanel div.icon a { display: block; float: left; height: 97px; width: 108px; color: #2c2c2c; vertical-align: middle; text-decoration: none; font-weight: bold; } #cpanel img, .cpanel img { padding: 10px 0; margin: 0 auto; } #cpanel span, .cpanel span { display: block; text-align: center; } div.cpanel-icons { width: 54%; float: left; } div.cpanel-component { width: 45%; float: right; } /** * Standard Layout Styles */ div.col { float: left; } div.options-section.col { float: right; } div.col1 { float: left; width: 45%; } div.col2 { float: right; width: 45%; } /* Avoid using the width divs. They are here for 3PD Extensions if needed * Use the specific layout divs listed after. See also the th.width entries */ div.width-1 { width: 1%;} div.width-3 { width: 3%;} div.width-5 { width: 5%;} div.width-10 { width: 10%;} div.width-20 { width: 20%;} div.width-30 { width: 30%;} div.width-35 { width: 35%; } div.width-40 { width: 40%;} div.width-45 { width: 45%;} div.width-50 { width: 50%;} div.width-55 { width: 55%;} div.width-60 { width: 60%; } div.width-65 { width: 65%;} div.width-70 { width: 70%;} div.width-80 { width: 80%;} div.width-100 { width: 100%;} .clrlft { clear: left; } .clrrt { clear: right; } .fltlft { float: left; } .fltrt { float: right; } .fltnone { float: none; } /* Layout Divs */ div.main-section { width: 60%; } div.options-section { width: 38%; margin: 10px 10px 10px 0; } /* for bluestork style html */ div.width-40.fltrt { width: 38%; margin: 10px 10px 10px 0; } div.rules-section { width: 98%; margin: 10px; } /** * Form Styles */ fieldset { margin: 2px 10px 2px 10px; padding: 5px; text-align: left; } legend { font-size: 1.3em; font-weight: bold; padding-bottom: 5px; } fieldset p { margin: 10px 0; font-size: 1.2em; } fieldset ol, ol#property-values, fieldset ul, ul#property-values { margin: 0; padding: 0; } fieldset li, ol#property-values li, ul#property-values li { list-style: none; margin: 0; padding: 5px; } fieldset.adminform fieldset.radio, fieldset.panelform fieldset.radio, fieldset.adminform-legacy fieldset.radio { border: 0; float: left; padding: 0; margin: 0 0 5px 0; clear: right; } fieldset.adminform fieldset.radio label, fieldset.panelform fieldset.radio label, fieldset.adminform fieldset.radio span.faux-label, fieldset.panelform fieldset.radio span.faux-label { min-width: 40px; float:left; clear:none; } /* checkboxes */ fieldset.adminform fieldset.checkboxes, fieldset.panelform fieldset.checkboxes, fieldset.adminform-legacy fieldset.checkboxes { border: 0; float:left; padding: 0; margin: 0 0 5px 0; clear:right; } fieldset.adminform fieldset.checkboxes input[type="checkbox"], fieldset.panelform fieldset.checkboxes input[type="checkbox"] { float: left; clear: left; } fieldset.adminform fieldset.checkboxes label, fieldset.panelform fieldset.checkboxes label, fieldset.adminform fieldset.checkboxes span.faux-label, fieldset.panelform fieldset.checkboxes span.faux-label { clear: right; } /* end checkboxes */ /* spacer */ div.current span.spacer > span.before, fieldset.adminform span.spacer > span.before, fieldset.panelform span.spacer > span.before { clear: both; overflow: hidden; height: 0; display: block; } /* end spacer */ fieldset.panelform-legacy label, fieldset.adminform-legacy label, fieldset.panelform-legacy span.faux-label, fieldset.adminform-legacy span.faux-label { min-width: 150px; float:left; } /* JParameter classes on radio button labels */ fieldset.panelform-legacy label.radiobtn-jno, fieldset.panelform-legacy label.radiobtn-jyes, fieldset.panelform-legacy label.radiobtn-show, fieldset.panelform-legacy label.radiobtn-hide, fieldset.panelform-legacy label.radiobtn-off, fieldset.panelform-legacy label.radiobtn-on { min-width: 40px !important; clear:none !important; } #jform_plugdesc-lbl, #jform_description-lbl { font-weight:bold; clear:both; margin-top: 15px; } p.jform_desc { clear:left; } div#jform_ordering { font-size: 1.091em; margin-top: 3px; } fieldset ul.checklist { margin-left: 27px; } fieldset ul.checklist input, fieldset ul.checklist label { float: none; } fieldset ul.checklist input:focus { outline: thin dotted #333333; } fieldset#filter-bar { margin: 0; padding: 5px 10px 5px 10px; } fieldset#filter-bar ol, fieldset#filter-bar ul { list-style: none; margin: 0; padding: 5px 0 0; } fieldset#filter-bar ol li, fieldset#filter-bar ul li { float: left; padding: 0 5px 0 0; } fieldset#filter-bar ol li fieldset, fieldset#filter-bar ul li fieldset { margin: 0; padding: 0; } fieldset#filter-bar .filter-search { float: left; padding-bottom: 3px; } fieldset#filter-bar .filter-select { float: right; } fieldset#filter-bar input#search { width: 10em; } /* Note: these visual cues should be augmented by aria */ .invalid { font-weight: bold; } /* augmented by aria in template javascript */ input.readonly, span.faux-input { border: 0; } .star { color:#cc0000; font-size:1.2em; } input,select, span.faux-input { font-size: 1.2em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } span.readonly { float: left; font-size: 1.2em; line-height: 2em; } div.readonly { font-size: 1.2em; line-height: 2em; } div.extdescript { margin-left: 10px; } input[type="button"], input[type="submit"], input[type="reset"] { font-family: Arial, Helvetica, sans-serif; padding: 1px 6px; font-size: 1.2em; line-height: 1.5em; } textarea { font-size: 1.4em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } input.button { cursor: pointer; } label { font-weight: bold; font-size: 1.1em; } span.faux-label { font-weight: bold; font-size: 1.1em; } label.selectlabel { position: absolute; left: -1000em; } /** * Option or Parameter styles */ .paramrules { padding: 10px; } span.gi { font-weight: bold; margin-right: 5px; } span.gtr { visibility:hidden; margin-right: 5px; } /** * Admintable Styles */ table.admintable td { padding: 3px; font-size: 1em; } table.admintable td.key,table.admintable td.paramlist_key { text-align: right; width: 140px; font-weight: bold; font-size: 1em; } table.admintable td.key label, table.admintable td.paramlist_key label { font-size: 1em; } table.admintable td.paramlist_value label { font-size: 1em; } table.admintable input, table.admintable span.faux-input, table.admintable select { font-size: 1em; } table.paramlist td.paramlist_description { text-align: left; width: 170px; font-weight: normal; } table.admintable td.key.vtop { vertical-align: top; } /** * Admin Form Styles */ fieldset.adminform { margin: 0 10px 10px 10px; overflow: hidden; } ul.adminformlist, ul.adminformlist li, dl.adminformlist, dl.adminformlist li { margin: 0; padding: 0; list-style: none; } ul.adminformlist pre { font-size:1.3em; } ul.adminformlist .button2-left, ul.adminformlist .button2-left { margin-top: 5px; } /* Table styles are for use with tabular data */ table.adminform { width: 100%; border-collapse: collapse; margin: 8px 0 10px 0; margin-bottom: 15px; } table.adminform.nospace { margin-bottom: 0; } table.adminform th { font-size: 1.4em; padding: 6px 2px 4px 4px; text-align: left; height: 25px; } table.adminform td { padding: 3px; text-align: left; } table.adminform td#filter-bar { text-align: left; } table.adminform td.helpMenu { text-align: right; } table.adminform tr { padding-left: 10px; padding-right: 10px; } /** * Table formating styles */ td.center,th.center { text-align: center; } /* Avoid using the width classes. They are here for 3PD Extensions if needed * Use the specific layout table headers listed after. See also the div.width entries */ th.width-1 { width: 1%; } th.width-3 { width: 3%; } th.width-5 { width: 5%; } th.width-10 { width: 10%; } th.width-12 { width: 12%; } th.width-15 { width: 15%; } th.width-20 { width: 20%; } th.width-25 { width: 25%; } th.width-30 { width: 30%; } th.width-40 { width: 40%; } /* Table header layout classes */ th.row-number-col { width: 3%; } th.checkmark-col { width: 1%; } th.state-col { width: 5%; } th.ordering-col { width: 10%; } th.ordering-col a { display: block; float:left; margin-left: 3px; } th.ordering-col a img { margin-left: 4px; margin-right: 4px; } .categories th.ordering-col input, .categories td.order input { font-size: 1em; } th.category-col { width: 5%; } th.access-col { width: 10%; } .categories th.access-col { width: 5%; } th.hits-col { width: 5%; } th.id-col { width: 3%; } th.featured-col { width: 5%; } th.created-by-col { width: 10%; } th.date-col { width: 5%; } th.language-col { width: 5%; } th.home-col { width: 5%; } /** * Adminlist Table layout */ table.adminlist { width: 100%; } table.adminlist td, table.adminlist th { padding: 4px; font-size: 1.2em; } table.adminlist thead th { text-align: center; } table.adminlist thead a:hover { text-decoration: none; } table.adminlist thead th img { vertical-align: middle; } table.adminlist tbody th { font-weight: bold; } /* Table row styles */ table.adminlist tr { padding-left: 30px; padding-right: 30px; } table.adminlist tbody tr { text-align: left; } table.adminlist tbody tr td, table.adminlist tbody tr th { height: 25px; } table.adminlist tfoot tr { text-align: center; } /* Table td/th styles */ table.adminlist tfoot td,table.adminlist tfoot th { text-align: center; } table.adminlist td.order { text-align: center; white-space: nowrap; } table.adminlist td.order span { float: left; width: 20px; text-align: center; } table.adminlist td.order input { text-align: center; width: 3em; font-size: 100%; } /** * Tree indentation & nesting - Up to 10 levels deep so don't go crazy : */ table.adminlist td.indent-4 { padding-left:4px; } table.adminlist td.indent-19 { padding-left:19px; } table.adminlist td.indent-34 { padding-left:34px; } table.adminlist td.indent-49 { padding-left:49px; } table.adminlist td.indent-64 { padding-left:64px; } table.adminlist td.indent-79 { padding-left:79px; } table.adminlist td.indent-94 { padding-left:94px; } table.adminlist td.indent-109 { padding-left:109px; } table.adminlist td.indent-124 { padding-left:124px; } table.adminlist td.indent-139 { padding-left:139px; } /** * Adminlist buttons */ table.adminlist tr td.btns a { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 3px 20px; } table.adminlist tr td.btns a:hover, table.adminlist tr td.btns a:active, table.adminlist tr td.btns a:focus { text-decoration: none; } /** * Adminlist lists */ table.adminlist td li { list-style: inside; } /** * Modal Modules styles */ ul#new-modules-list { margin-left: 50px; font-size: 1.4em; line-height: 1.5em; } /** * Utility styles */ /* General Clearing Class */ .clr { clear: both; overflow: hidden; height: 0; } .clearfix:after { content: "."; display: block; height: 0; clear:both; visibility: hidden; } .menu-module-list { list-style-position: inside; padding-left: 10px; margin-left: 5px; } /* stu nicholls solution for centering divs */ .container { clear: both; text-decoration: none; } * html .container { display: inline-block; } /* table solution for global config */ table.noshow { width: 100%; border-collapse: collapse; padding: 0; margin: 0; } table.noshow tr { vertical-align: top; } table.noshow fieldset { margin: 15px 7px 7px 7px; } /** * Saving order icon styling in admin tables */ a.saveorder { width: 16px; height: 16px; display:block; overflow: hidden; float:right; margin-right: 8px; } /** * Button styling */ #editor-xtd-buttons { padding: 5px; } button { font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 3px; margin-left: 3px; } .invalid { font-weight: bold; } /* Button 1 Type */ .button1,.button1 div { height: 1%; float: right; } .button1 { white-space: nowrap; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .button1 a { display: block; height: 2.2em; float: left; line-height: 2.2em; font-size: 1.2em; font-weight: bold; cursor: default; padding: 0 6px 0 6px; /* add padding if you are using the directional images */ /* padding: 0 30px 0 6px; */ } .button1 a:hover,.button1 a:focus { text-decoration: none; } /* Button 2 Type */ .button2-left,.button2-right { float: left; line-height: 1.5em; font-size: 1.2em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .button2-left.smallsub,.button2-right.smallsub { line-height: 1.2em; font-size: .9em; } .button2-left a,.button2-right a,.button2-left span,.button2-right span { display: block; float: left; cursor: default; } /* these are inactive buttons */ .button2-left span,.button2-right span { cursor: default; } .button2-left .page a,.button2-right .page a, .button2-left .page span,.button2-right .page span, .button2-left .blank a,.button2-right .blank a, .button2-left .blank span,.button2-right .blank span { padding: 0 6px; } .page span,.blank span { font-weight: bold; } .button2-left a:hover, .button2-right a:hover, .button2-left a:focus, .button2-right a:focus { text-decoration: none; } .button2-left a,.button2-left span { padding: 0 24px 0 6px; } .button2-right a,.button2-right span { padding: 0 6px 0 24px; } .button2-left { float: left; margin-left: 5px; } .button2-right { float: left; margin-left: 5px; } /** * Pagination styles */ /* Normal pagination styles */ div.containerpg { position: relative; left: 50%; float: left; clear: left; } div.pagination { position: relative; left: -50%; margin: 0 auto; padding: .5em; } .pagination div.limit { float: left; margin: 0 10px; font-size: 1.2em; height: 1.8em; line-height: 1.8em; } .pagination div.limit label { font-size: 100%; height: 1.8em; line-height: 1.8em; } .pagination div.limit select { font-size: 100%; } /* The Go submittal button */ .pagination button { font-size: 100%; height: 1.8em; line-height: 1.8em; margin-right: 20px; } div.pagination .button2-right, div.pagination .button2-left { font-size: 1.2em; height: 1.6em; line-height: 1.6em; } /* Style if pagination is part of the table (old style) */ table.adminlist .pagination { display: table; padding: 0; margin: 0 auto; font-size: .8em; } table.adminlist .pagination button { font-size: 1.2em; height: 1.6em; line-height: 1.5em; margin-right: 20px; } /** * MCE Editor */ div.toggle-editor { margin: -15px; } /** * Tooltips */ .tip { float: left; padding: 5px; max-width: 400px; z-index: 50; } .tip-title { padding: 0; margin: 0; font-size: 100%; font-weight: bold; margin-top: -15px; padding-top: 15px; padding-bottom: 5px; } .tip-text { font-size: 100%; margin: 0; } /** * Calendar */ a img.calendar { width: 16px; height: 16px; margin-left: 3px; cursor: pointer; vertical-align: middle; } /** * JGrid styles */ a.jgrid:hover { text-decoration: none; } .jgrid span.state { display: inline-block; height: 16px; width: 16px; } .jgrid span.text { display: none; } /** * Icons * The Background Icons for Menus, Toolbars, Quick Icons * are now in the color css files */ /** * General styles */ div.message { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; padding: 3px; margin-bottom: 10px; font-weight: bold; } .helpIndex { border: 0; width: 100%; height: 100%; padding: 0; overflow: auto; } .helpFrame { width: 100%; height: 800px; padding: 0 5px 0 10px; } #treecellhelp { width: 25%; display: block; position: relative; float: left; margin: 0; padding: 2px; overflow: hidden; } #datacellhelp { width: 73%; display: block; float: left; margin: 0; padding: 2px 0 0 0; } .outline { padding: 2px; } /** * Modal Styles */ h2.modal-title { margin-left: 15px; margin-bottom:0; margin-top: 5px; font-size: 1.8em; padding-bottom: .5em; } ul.menu_types { padding: 0 0 0 15px; width: 95%; margin: 0; } ul.menu_types li, dl.menu_type dd ul li { width: 240px; list-style: none; display: block; float: left; margin-right: 10px; } ul.menu_types li { width: 47%; } dl.menu_type { width: 240px; margin: 0; padding: 0; } dl.menu_type dt { font-weight: bold; font-size: 1.5em; float:left; margin: 13px 0 5px 0; width: 240px; } dl.menu_type dd { clear:left; margin: 0; } dl.menu_type dd a { font-size: 1.2em; } dl.menu_type dd ul li { margin: 0; } ul#new-modules-list { padding: 5px 0 0 15px; width:95%; margin: 0; list-style: none; } ul#new-modules-list li { list-style: none; display: block; float:left; margin: 0 20px 0 0; width: 47%; } ul#new-modules-list li a { font-size: 1em; line-height: 1.5em; } body.contentpane #filter-bar { font-size: 80%; } body.contentpane input, body.contentpane select { font-size: 120%; } #filter-bar input, #filter-bar select, #filter-bar button { font-size: 110%; } /** * User Accessibility */ /* Skip to Content Structural Styling */ #skiplinkholder a,#skiplinkholder a:link,#skiplinkholder a:visited { display: block; width: 99%; position: absolute; top: 0; left: -200%; z-index: 2; } #skiplinkholder a:focus, #skiplinkholder a:active { left: 0; top: 0; z-index: 100; } #skiplinkholder p { margin: 0; } #skiptargetholder { position: absolute; left: -200%; } /* Skip to Content Visual Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { text-decoration: underline; padding: 5px; font-size: 1.3em; font-weight: bold; padding-left: 20px; padding-right: 20px; } /* Hide overlayed controls so that keyboarders can get to the modal */ .body-overlayed a, .body-overlayed input, .body-overlayed button { visibility: hidden; } .body-overlayed #sbox-window a, .body-overlayed #sbox-window input, .body-overlayed #sbox-window button { visibility: visible; } /** * Admin Form Styles */ /* For elements that aren't to be seen by users unless the user does something * like clicking on a header to see the collapsed section. */ .element-hidden, .hide { display: none; } .hidebtn { border: 0 !important; padding: 0 !important; margin: 0; width: 0; height: 0; } /* For elements that aren't to be seen by visual users but do need to be read by screenreaders. * Cannot be used for elements that can get focus such as links and form elements */ .element-invisible, .hidelabeltxt { height: 0; overflow: hidden; position: absolute; padding:0; margin:0; } /* Firefox has issues styling legend so this is a universal fix for making the legend invisible (i.e. visually it's not there, but screen readers see it */ legend.element-invisible { position: absolute !important; margin: 0; padding: 0; border:0; margin-left: -10000px; font-size: 1px; height: 0; } fieldset.panelform { overflow:hidden; clear: both; } fieldset.adminform label, fieldset.panelform label, fieldset.adminform span.faux-label, fieldset.panelform span.faux-label { line-height: 2em; clear:left; min-width: 12em; float:left; margin-left: 10px; margin-right: 5px; } fieldset.adminform.long label, fieldset.panelform.long label, fieldset.adminform.long span.faux-label, fieldset.panelform.long span.faux-label { min-width: 18em; } fieldset.adminform fieldset.radio label, fieldset.panelform fieldset.radio label, fieldset.adminform fieldset.radio span.faux-label, fieldset.panelform fieldset.radio span.faux-label { margin-left: 0; } fieldset.adminform input, fieldset.adminform span.faux-input, fieldset.adminform textarea, fieldset.adminform select, fieldset.adminform img, fieldset.adminform button, fieldset.panelform input, fieldset.panelform span.faux-input, fieldset.panelform textarea, fieldset.panelform select, fieldset.panelform img, fieldset.panelform button { float:left; margin:5px 5px 5px 0; width:auto; } /* -------- Batch Section ---------- */ fieldset.batch { margin: 20px 10px 10px 10px; padding: 10px; } fieldset.batch label { margin: 5px; min-width: 40px; } fieldset.batch button { margin: 3px; } fieldset#batch-choose-action { clear: left; border: 0 none; } fieldset.batch label { float: left; clear: none; } fieldset label#batch-choose-action-lbl { clear: left; margin-top: 15px; } label#batch-language-lbl, label#batch-user-lbl { clear: left; margin-right: 10px; margin-top: 15px; } select#batch-language-id, select#batch-user-id { margin-top: 15px; } select#batch-category-id, select#batch-position-id, select#batch-menu-id { margin-right: 30px; } fieldset.batch select, fieldset.batch input, fieldset.batch img, fieldset.batch button { float: left; } label#batch-access-lbl, label#batch-client-lbl { margin-right: 10px; } div#jform_ordering { font-size: 1.091em; margin-top: 3px; } /* Banner edit */ #jform_impmade, #jform_clicks { width:30px; } fieldset.panelform label#jform-imp { min-width:3em; font-size: 1.091em; } fieldset.adminform input#jform_clickurl { width: 20em; } /** * ACL STYLES relocated from com_users/media/grid.css */ a.move_up { display: inline-block; height: 16px; text-indent: -1000em; width: 16px; } span.move_up { display: inline-block; height: 16px; width: 16px; } a.move_down { display: inline-block; height: 16px; text-indent: -1000em; width: 16px; } span.move_down { display: inline-block; height: 16px; width: 16px; } a.grid_false { display: inline-block; height: 16px; text-indent: -1000em; width: 16px; } a.grid_true { display: inline-block; height: 16px; text-indent: -1000em; width: 16px; } a.grid_trash { display: inline-block; height: 16px; text-indent: -1000em; width: 16px; } /** * ACL PANEL STYLES */ div.acl-options { width: 100%; } /* All Tabs */ table.aclsummary-table, table.aclmodify-table { border-collapse: collapse; width: 100%; font-size: 1.091em; } td.col1 { font-size: 1.091em; text-align:left; padding: 4px; } table.aclsummary-table caption, table.aclmodify-table caption{ display:none; } /* Summary Tab */ table.aclsummary-table th.col1 { width:25%; } table.aclsummary-table th.col2, table.aclsummary-table th.col3, table.aclsummary-table th.col4, table.aclsummary-table th.col5, table.aclsummary-table th.col6 { width:15%; vertical-align: bottom; text-align:center; } /* Icons (background images moved to color css files */ span.icon-16-unset, span.icon-16-allowed, span.icon-16-denied, span.icon-16-locked { padding-left: 18px; } label.icon-16-allow, label.icon-16-deny, a.icon-16-allow, a.icon-16-deny, a.icon-16-allowinactive, a.icon-16-denyinactive { display:block; height: 16px; width: 16px; margin: 0 auto; } label.icon-16-allow { text-indent:-9999em; position:relative; left: 40%; } label.icon-16-deny { text-indent:-9999em; position:relative; left: 40%; } /* Create, Edit, Edit State & Delete Tabs */ table.aclmodify-table th.col2, table.aclmodify-table th.col3, table.aclmodify-table th.col4 { width:20%; vertical-align: bottom; text-align:center; } table.aclmodify-table select { margin:1px; } table.aclsummary-table td label, table.aclmodify-table td label { min-width: 20px; } /* ACL footer/legend */ ul.acllegend { list-style: none; font-size: 1.091em; padding-bottom: 10px; } ul.acllegend li { display: block; float: left; padding-right: 20px; margin: 15px 0 15px 10px; } ul.acllegend li.acl-allowed { padding-left: 20px; padding-right: 10px; } ul.acllegend li.acl-denied { padding-left: 20px; padding-right: 20px; } ul.acllegend li.acl-editgroups { padding-right: 10px; } ul.acllegend li.acl-resetbtn { padding-right: 0; } li.acl-editgroups, li.acl-resetbtn { display:block; float:left; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } li.acl-editgroups a, li.acl-resetbtn a { padding: 6px; cursor: default; } li.acl-editgroups a:hover, li.acl-resetbtn a:hover, li.acl-editgroups a:focus, li.acl-resetbtn a:focus { text-decoration:none; cursor: default; } li.acl-editgroups:hover, li.acl-resetbtn:hover, li.acl-editgroups:focus, li.acl-resetbtn:focus { text-decoration:none; cursor: default; } table#acl-config { width: 100%; margin-top: 15px; } table#acl-config th, table#acl-config td { height: 2em; background: #f9fade; text-align: center; vertical-align: middle; } table#acl-config th.acl-groups { padding-left: 8px; font-weight: bold; text-align: left; } table#acl-config th.acl-groups span.gi { margin-right: 2px; } table#acl-config td { width: 9em; } table#acl-config td select { float:none; } .acl-action { font-size: 1.091em; margin: auto 0; } .acl-groups { font-size: 1.091em; font-weight: normal; } label#jform_rules-lbl { float: none; white-space: nowrap; display:none; visibility:hidden; } label#jform_filters-lbl { float: none; white-space: nowrap; display: none; visibility:hidden; } /** * Options modal- config */ ul.config-option-list, ul.config-option-list li { margin: 0; padding: 0; list-style: none; } ul.config-option-list fieldset { margin: 0; padding-left: 0; padding-right: 0; } /* * * Permission Rules */ #permissions-sliders ul#rules, #permissions-sliders ul#rules ul { margin: 0 !important; padding: 0 !important; list-style-type: none; } #permissions-sliders ul#rules li { margin: 0; padding: 0; } #permissions-sliders ul#rules table.group-rules { border-collapse: collapse; margin: 5px; width: 100%; } #permissions-sliders ul#rules table.group-rules td { padding: 4px; vertical-align: middle; text-align: left; overflow: hidden; } #permissions-sliders ul#rules table.group-rules th { font-size: 1.2em; overflow: hidden; font-weight: bold; } #permissions-sliders .panel { margin-bottom: 3px; margin-left: 0; border: 0; } #permissions-sliders p.rule-desc { font-size: 1.1em; } #permissions-sliders div.rule-notes { font-size: 1.1em; } ul#rules table.group-rules td label { margin:0 !important; line-height: 1.1em; } ul#rules table.group-rules td span { font-size: 1.1em; padding-bottom: 4px; } ul#rules table.group-rules td span span { font-size: 100%; } table.group-rules td select { margin: 0 !important; } #permissions-sliders ul#rules .mypanel { padding: 0; line-height: 1.3em; } #permissions-sliders .mypanel table.group-rules caption { font-size: 1.3em; } #permissions-sliders ul#rules { padding: 5px; } #permissions-sliders ul#rules table.group-rules th { text-align: left; padding: 4px; } #permissions-sliders ul#rules table.group-rules td label { min-width: 1em; } #permissions-sliders .pane-toggler span { padding-left: 20px; } #permissions-sliders .pane-toggler-down span { padding-left: 20px; } #permissions-sliders .pane-toggler-down span.level, #permissions-sliders .pane-toggler span.level { padding: 0; } /* * Debug styles */ .swatch { text-align: center; padding: 0 15px 0 15px; } /* Tab changes for accessibility */ dl.tabs dt h3 { padding: 0; font-size:100%; } /** * Helpmenus */ ul.helpmenu li { float: right; margin: 10px; padding: 0; list-style-type: none; font-weight: bold; } /* CSS file for Accessible Admin Menu * based on Matt Carrolls' son of suckerfish * with javascript by Bill Tomczak */ /* Note: set up the font-size on the id and used 100% on the elements. If ul/li/a are different ems, then the shifting back via non-js keyboard doesn't work properly */ /** * Menu Styling */ #menu { /* this is on the main ul */ position: relative; z-index: 100; padding: 0; margin: 0; width: 100%; list-style: none; font-size: 1.2em; font-weight: bold; } #menu ul { /* all lists */ padding: 0; margin: 0; list-style: none; font-size: 100%; } #menu ul li.separator { margin-bottom: 1em; } #menu a { padding: 0.35em 2.5em 0.35em 2em; vertical-align: middle; display: block; /* width: 10em; */ text-decoration: none; font-size: 100%; } #menu li { /* all list items */ float: left; /* width: 12em; width needed or else Opera goes nuts */ font-size: 100%; } #menu li a { white-space: nowrap; } #menu li li a { margin-bottom: 1px; margin-top: 1px; width: 10em; } #menu li.disabled a:hover, #menu li.disabled a:focus, #menu li.disabled a { cursor: default; } #menu li ul { /* second-level lists */ position: absolute; width: 16em; margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ } #menu li li { /* second-level row */ border: none; width: 16em; } #menu li ul ul { /* third-and-above-level lists */ margin: -2.3em 0 0 -1000em; /* top margin is equal to parent line height+bottom padding */ } #menu li:hover ul ul,#menu li.sfhover ul ul { margin-left: -1000em; } #menu li:hover ul,#menu li.sfhover ul { /* lists nested under hovered list items */ margin-left: 0; } #menu li li:hover ul,#menu li li.sfhover ul { margin-left: 16em; } /** * Extra positioning rules for limited noscript keyboard accessibility * need the backgrounds here to keep the background as the nav background * since it is overlaying other content. * Using margin-left instead of left so that can move back without javascript * display downlevel ul */ #menu li a:focus+ul { margin-left: 0; } #menu li li a:focus+ul { margin-left: 1016em; } /* bring back the focus elements into view */ #menu li li a:focus { margin-left: 1000em; width: 10em; } #menu li li li a:focus { margin-left: 2016em; width: 10em; } #menu li:hover a:focus,#menu li.sfhover a.sffocus { margin-left: 0; } #menu li li:hover a:focus+ul,#menu li li.sfhover a.sffocus+ul { margin-left: 16em; } /** * Submenu styling */ #submenu { list-style: none; padding: 0; margin: 0; /* border-bottom plus padding-bottom is the technique */ padding-bottom: 2.5em; line-height: 2em; } #submenu ul,#submenu li { display: inline; list-style-type: none; margin: 0; padding: 0; } #submenu a, #submenu span.nolink { float: left; font-weight: bold; margin-right: 8px; padding: 2px 10px 2px 10px; text-decoration: none; cursor: pointer; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; } #submenu span.nolink { color: #999; } #submenu a.active, #submenu span.nolink.active { cursor: default; text-decoration: none; } /* -- CUSTOM LANG STRINGS STYLES ----------- */ .red { font-weight: bold; color: #c00; } /* -- OTHER STYLES ----------- */ .pre_message { font-size: 1.3em; } /* -- Update check badges -- */ span.update-badge { background-image: -moz-linear-gradient(center bottom , #FF0000 41%, #FC7E7E 79%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, rgb(255,0,0)),color-stop(0.79, rgb(252,126,126))); border: 2px solid white; border-radius: 1.5em 1.5em 1.5em 1.5em; color: white; display: block; float: left; font-size: 1.2em; font-weight: bold; height: 1.2em; left: 60px; min-width: 1em; padding: 0 0.1em 0; position: relative; top: -88px; } /* User Notes */ .unotes ul, .unotes ol { list-style: none; list-style-position: inside; padding-left: 0; padding-right: 0; } .unotes div.utitle { padding: 10px; float: left; font-size: 1.2em; line-height: 1.2em; } .unotes h4 { margin-top: 0; margin-bottom:0; font-size: 1.3em; } .unotes .ubody { padding-left: 10px; padding-right: 10px; font-size: 1.2em; line-height: 1.5em; } .unotes p { padding-bottom: 10px; } /* com-install styling */ div#database-sliders { margin: 10px; } fieldset.uploadform { margin-top: 10px; margin-bottom: 10px; } /* Installer Database */ #installer-database, #installer-discover, #installer-update, #installer-warnings { margin-top: 10px; } #installer-database p.warning { padding-left: 20px; } #installer-database p.nowarning { padding-left: 20px; } /* Spinner */ .joomlaupdate_spinner { float: left; margin-right: 15px; } PKs?\;Ycss/colour_brown_rtl.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * RTL CSS file for the color standard */ /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat top right; } /** * Status layout */ #module-status .preview { background: url(../images/menu/icon-16-media.png) right 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) right 3px no-repeat; } #module-status .unread-messages,#module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) right 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) right 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) right 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) right 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) right 3px no-repeat; } /** * Various Styles */ div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Pane Slider pane Toggler styles */ .pane-toggler span { background: transparent url(../images/j_arrow_left.png) right 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) right 50% no-repeat; } /** * Cpanel Settings */ fieldset#filter-bar { border-left: none; border-right: none; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { border-left: 1px solid #e9e9e9; border-right: none; } table.paramlist td.paramlist_description { border-left: 1px solid #e9e9e9; border-right: none; } /** * Admin Form Styles */ table.adminform tr { border-left: 1px solid #000000; border-right: none; } /** * Adminlist Table layout */ table.adminlist.modal { border-right: 1px solid #000000; border-left: 1px solid #000000; } /* Table row styles */ table.adminlist tbody tr td:last-child { border-left: none; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Button styling */ /* Button 1 Type */ /* Use this if you add images to the buttons such as directional arrows */ .button1 a { /* add padding if you are using the directional images */ /* padding: 0 6px 0 30px; */ } /* Button 2 Type */ .button2-right .prev { background-image: url(../images/j_button2_prev.png); background-position: right center; } .button2-right.off .prev { background: url(../images/j_button2_prev_off.png) no-repeat; } .button2-right .start { background-image: url(../images/j_button2_first.png); background-position: right center; } .button2-left .next { background-image: url(../images/j_button2_next.png); background-position: left center; } .button2-left.off .next { /* @TODO check the x position */ background: url(../images/j_button2_next_off.png) 100% 0 no-repeat; } .button2-left .end { background-image: url(../images/j_arrow_left.png); background-position: left center; } .button2-left.off .end { /* @TODO check the x position */ background: url(../images/j_button2_last_off.png) 100% 0 no-repeat; } .button2-left .image { background: url(../images/j_button2_image.png) 100% 0 no-repeat; } .button2-left .readmore { background: url(../images/j_button2_readmore.png) 100% 0 no-repeat; } .button2-left .pagebreak { background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat; } /** * Tooltips */ .tip-title { /* @TODO is there a different image */ background: url(../images/selector-arrow-rtl.png) no-repeat right top; } /** * System Standard Messages */ #system-message dd.message ul { background: #C3D2E5 url(../images/notice-info.png) 99.5% center no-repeat; } /** * System Error Messages */ #system-message dd.error ul { background: #E6C0C0 url(../images/notice-alert.png) 99.5% top no-repeat; } /** * System Notice Messages */ #system-message dd.notice ul { background: #EFE7B8 url(../images/notice-note.png) 99%.5 top no-repeat; } /** * JGrid styles */ /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ /** * General styles */ .helpFrame { border-right: 0 solid #222; border-left: none; border-top: none; } /* -- ACL STYLES relocated from com_users/media/grid.css ----------- */ /* -- ACL PANEL STYLES ----------- */ /* All Tabs */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclsummary-table td.col6, table.aclsummary-table th.col6 table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-right: 1px solid #cbcbcb; border-left: none; } /* Icons */ ul.acllegend li.acl-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat right; } ul.acllegend li.acl-denied { background: url(../images/admin/icon-16-deny.png) no-repeat right; } table#acl-config th.acl-groups { border-left: 1px solid #000000; } table#acl-config th.acl-groups { text-align: right; } .acl-action { margin: auto 0; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat right; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat right; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat right; } span.icon-16-locked { background: url(../images/admin/checked_out.png) no-repeat right; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) left top no-repeat; } /** * Permission Rules */ #permissions-sliders ul#rules table.group-rules td { border-left: solid 1px #000000; border-right: solid 0 #000000; } #permissions-sliders ul#rules table.group-rules th { border-left: solid 1px #000000; border-right: solid 0 #000000; } /** * Menu Styling */ #menu ul li.node { background-image: url(../images/j_arrow_left.png); background-repeat: no-repeat; background-position: left 50%; } #menu a { background-position: right 50%; } /* Installer Database */ #installer-database p.warning { background-position: center right; } #installer-database p.nowarning { background-position: center right; } PKs?\찓css/colour_standard.cssnuW+A@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Color CSS file for the template - standard */ /** * Main colors: * #2c2c2c Text * #054993 Links * #ffffff Background, border, text * #f9fade Background alternate, button/icon/menu background * #e5f0fa Background (input required) * #e3e4ca Background Hover, Right/Bottom icon borders * #c7c8b2 Main borders * #868778 Top/Left icon hover borders * #f6f7db Right/Bottom icon hover borders * * Special Use Colors: * #a20000 Text Error, border invalid * #cccccc Text (faded) * #005800 Text (success) * #eeeeee Background (input disabled) * #ffffcf Background‚ permissions debug * #cfffda Background‚ permissions debug * #ffcfcf Background‚ permissions debug */ /** * General styles */ body { background-color: #ffffff; color: #2c2c2c; } h1 { color: #2c2c2c; } a:link { color: #054993; } a:visited { color: #054993; } /** * Overall Styles */ #header { background: #ffffff url(../images/j_logo.png) no-repeat; } #header h1.title { color: #2c2c2c; } #nav { background: #f9fade; border: 1px solid #c7c8b2; } #content { background: #ffffff; } #no-submenu { border-bottom: 1px solid #c7c8b2; } #element-box { background: #ffffff; border-right: 1px solid #c7c8b2; border-bottom: 1px solid #c7c8b2; border-left: 1px solid #c7c8b2; } #element-box.login { border-top: 1px solid #c7c8b2; } /** * Status layout */ #module-status .preview { background: url(../images/menu/icon-16-media.png) 3px 3px no-repeat; } #module-status .viewsite { background: url(../images/menu/icon-16-viewsite.png) 3px 3px no-repeat; } #module-status .unread-messages, #module-status .no-unread-messages { background: url(../images/menu/icon-16-messages.png) 3px 3px no-repeat; } #module-status .loggedin-users { background: url(../images/menu/icon-16-user.png) 3px 3px no-repeat; } #module-status .backloggedin-users { background: url(../images/menu/icon-16-back-user.png) 3px 3px no-repeat; } #module-status .multilanguage { background: url(../images/menu/icon-16-language.png) 3px 3px no-repeat; } #module-status .logout { background: url(../images/menu/icon-16-logout.png) 3px 3px no-repeat; } /** * Various Styles */ .enabled, .success, .allow, span.writable { color: #005800; } .disabled, p.error, .warning, .deny, span.unwritable { color: #a20000; } .nowarning { color: #2c2c2c; } .none { color: #cccccc; } .protected { color: #999999; } span.note { background: #ffffff; color: #2c2c2c; } div.checkin-tick { background: url(../images/admin/tick.png) 20px 50% no-repeat; } /** * Overlib */ .ol-foreground { background-color: #f9fade; } .ol-background { background-color: #005800; } .ol-textfont { color: #2c2c2c; } .ol-captionfont { color: #ffffff; } .ol-captionfont a { color: #054993; } /** * Subheader, toolbar, page title */ div.subheader .padding { background: #ffffff; } .pagetitle h2 { color: #2c2c2c; } div.configuration { color: #2c2c2c; background-image: url(../images/menu/icon-16-config.png); background-repeat: no-repeat; } div.toolbar-box { border-right: 1px solid #c7c8b2; border-bottom: 1px solid #c7c8b2; border-left: 1px solid #c7c8b2; background: #ffffff; } div.toolbar-list li { color: #2c2c2c; } div.toolbar-list li.divider { border-right:1px dotted #e3e4ca; } div.toolbar-list a { border-left: 1px solid #e3e4ca; border-top: 1px solid #e3e4ca; border-right: 1px solid #c7c8b2; border-bottom: 1px solid #c7c8b2; background: #f9fade; } div.toolbar-list a:hover { border-left: 1px solid #868778; border-top: 1px solid #868778; border-right: 1px solid #f6f7db; border-bottom: 1px solid #f6f7db; background: #e3e4ca; color: #054993; } /** * Pane Slider pane Toggler styles */ .pane-sliders .title { color: #2c2c2c; } .pane-sliders .panel { border: 1px solid #c7c8b2; } .pane-sliders .panel h3 { background: #f9fade; color: #2c2c2c; } .pane-sliders .adminlist { border: 0 none; } .pane-sliders .adminlist td { border: 0 none; } .pane-toggler span { background: transparent url(../images/j_arrow.png) 5px 50% no-repeat; } .pane-toggler-down span { background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat; } .pane-toggler-down { border-bottom: 1px solid #c7c8b2; } /** * Tabs */ dl.tabs dt { border: 1px solid #c7c8b2; background: #f9fade; color: #2c2c2c; } dl.tabs dt.open { background: #ffffff; border-bottom: 1px solid #ffffff; color: #2c2c2c; } dl.tabs dt.open a:visited { color: #2c2c2c; } div.current { border: 1px solid #c7c8b2; background: #ffffff; } /* New parameter styles */ div.current fieldset { border: none 0; } div.current fieldset.adminform { border: 1px #c7c8b2 solid; } /** * Login Settings */ #login-page .pagetitle h2 { background: transparent; } #login-page #header { border-bottom: 1px solid #c7c8b2; } #login-page #lock { background: url(../images/j_login_lock.png) 50% 0 no-repeat; } #login-page #element-box.login { background: #f9fade; } #form-login { background: #ffffff; border: 1px solid #c7c8b2; } #form-login label { color: #2c2c2c; } #form-login div.button1 a { color: #2c2c2c; /* padding: 0 30px 0 6px; use this if you use images */ } /** * Cpanel Settings */ #cpanel div.icon a, .cpanel div.icon a { color: #2c2c2c; border-left: 1px solid #e3e4ca; border-top: 1px solid #e3e4ca; border-right: 1px solid #c7c8b2; border-bottom: 1px solid #c7c8b2; background: #f9fade; } #cpanel div.icon a:hover, #cpanel div.icon a:focus, .cpanel div.icon a:hover, .cpanel div.icon a:focus { border-left: 1px solid #868778; border-top: 1px solid #868778; border-right: 1px solid #f6f7db; border-bottom: 1px solid #f6f7db; background: #e3e4ca; color: #054993; } /** * Form Styles */ fieldset { border: 1px #c7c8b2 solid; } legend { color: #2c2c2c; } fieldset ul.checklist input:focus { outline: thin dotted #2c2c2c; } fieldset#filter-bar { border-top: 0 solid #c7c8b2; border-right: 0 solid #c7c8b2; border-bottom: 1px solid #c7c8b2; border-left: 0 solid #c7c8b2; } fieldset#filter-bar ol, fieldset#filter-bar ul { border: 0; } fieldset#filter-bar ol li fieldset, fieldset#filter-bar ul li fieldset { border: 0; } /* Note: these visual cues should be augmented by aria */ .invalid { color: #a20000; } /* must be augmented by aria at the same time if changed dynamically by js aria-invalid=true or aria-invalid=false */ input.invalid { border: 1px solid #a20000; } /* augmented by aria in template javascript */ input.readonly, span.faux-input { border: 0; } input.required { background-color: #e5f0fa; } input.disabled { background-color: #eeeeee; } input,select, span.faux-input { background-color: #ffffff; border: 1px solid #c7c8b2; } /* Inputs used as buttons */ input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f9fade; } input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { background-color: #e3e4ca; color: #2c2c2c; } textarea { background-color: #ffffff; border: 1px solid #c7c8b2; } input:focus, select:focus, textarea:focus, option:focus, input:hover, select:hover, textarea:hover, option:hover { background-color: #e3e4ca; color: #2c2c2c; } /** * Option or Parameter styles */ .paramrules { background: #f9fade; } span.gi { color: #c7c8b2; } /** * Admintable Styles */ table.admintable td.key,table.admintable td.paramlist_key { background-color: #f9fade; color: #2c2c2c; border-bottom: 1px solid #c7c8b2; border-right: 1px solid #c7c8b2; } table.paramlist td.paramlist_description { background-color: #f9fade; color: #2c2c2c; border-bottom: 1px solid #c7c8b2; border-right: 1px solid #c7c8b2; } /** * Admin Form Styles */ fieldset.adminform { border: 1px solid #c7c8b2; } /* Table styles are for use with tabular data */ table.adminform { background-color: #ffffff; } table.adminform tr.row0 { background-color: #ffffff; } table.adminform tr.row1 { background-color: #e3e4ca; } table.adminform th { color: #2c2c2c; background: #ffffff; } table.adminform tr { border-bottom: 1px solid #c7c8b2; border-right: 1px solid #c7c8b2; } /** * Adminlist Table layout */ table.adminlist { border-spacing: 1px; background-color: #ffffff; color: #2c2c2c; } table.adminlist.modal { border-right: 1px solid #c7c8b2; border-left: 1px solid #c7c8b2; } table.adminlist a { color: #054993; } table.adminlist thead th { background: #ffffff; color: #2c2c2c; border-bottom:1px solid #C7C8B2; } /* Table row styles */ table.adminlist tbody tr { background: #ffffff; } table.adminlist tbody tr.row1 { background: #ffffff; } table.adminlist tbody tr.row1 td, table.adminlist tbody tr.row1 th { border-bottom: 1px solid #c7c8b2; } table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td, table.adminlist tbody tr.row0:hover th, table.adminlist tbody tr.row1:hover th, table.adminlist tbody tr.row0:focus td, table.adminlist tbody tr.row1:focus td, table.adminlist tbody tr.row0:focus th, table.adminlist tbody tr.row1:focus th { background-color: #e3e4ca; } table.adminlist tbody tr td, table.adminlist tbody tr th { border-right: 1px solid #c7c8b2; } table.adminlist tbody tr td:last-child { border-right: none; } table.adminlist tbody tr.row0:last-child td, table.adminlist tbody tr.row0:last-child th { border-bottom: 1px solid #c7c8b2; } table.adminlist tbody tr.row0 td, table.adminlist tbody tr.row0 th { background: #f9fade; } table.adminlist { border-bottom: 0 solid #c7c8b2; } table.adminlist tfoot tr { color: #2c2c2c; } /* Table td/th styles */ table.adminlist tfoot td,table.adminlist tfoot th { background-color: #ffffff; border-top: 1px solid #c7c8b2; } /** * Adminlist buttons */ table.adminlist tr td.btns a { border: 1px solid #c7c8b2; background-color: #ffffff; color: #2c2c2c; } table.adminlist tr td.btns a:hover, table.adminlist tr td.btns a:active, table.adminlist tr td.btns a:focus { background-color: #f9fade; } /** * Saving order icon styling in admin tables */ a.saveorder { background: url(../images/admin/filesave.png) no-repeat; } a.saveorder.inactive { background-position: 0 -16px; } /** * Saving order icon styling in admin tables */ fieldset.batch { background: #fff; } /** * Button styling */ button { background-color: #f9fade; border: 1px solid #c7c8b2; } button:hover, button:focus { background-color: #e3e4ca; } .invalid { color: #ff0000; } /* Button 1 Type */ .button1 { border: 1px solid #c7c8b2; background: #f9fade; } /* Use this if you add images to the buttons such as directional arrows */ .button1 a { color: #2c2c2c; /* add padding if you are using the directional images */ /* padding: 0 30px 0 6px; */ } .button1 a:hover, .button1 a:focus { background-color: #e3e4ca; } /* Button 2 Type */ .button2-left, .button2-right { border: 1px solid #c7c8b2; background-color: #f9fade; } .button2-left a, .button2-right a, .button2-left span, .button2-right span { color: #2c2c2c; } /* these are inactive buttons */ .button2-left span,.button2-right span { color: #cccccc; } .page span,.blank span { color: #2c2c2c; } .button2-left a:hover, .button2-right a:hover, .button2-left a:focus, .button2-right a:focus { background-color: #e3e4ca; } /** * Pagination styles */ /* Grey out the current page number */ .pagination .page span { color: #cccccc; } .icon-32-extension { background-image: url(../images/toolbar/icon-32-extension.png); } /** * Tooltips */ .tip { background: #ffffff; border: 1px solid #c7c8b2; } .tip-title { background: url(../images/selector-arrow-std.png) no-repeat; } /** * Calendar */ a img.calendar { background: url(../images/calendar.png) no-repeat; } /** * JGrid styles */ .jgrid span.publish { background-image: url(../images/admin/tick.png); } .jgrid span.unpublish { background-image: url(../images/admin/publish_x.png); } .jgrid span.archive { background-image: url(../images/menu/icon-16-archive.png); } .jgrid span.trash { background-image: url(../images/menu/icon-16-trash.png); } .jgrid span.default { background-image: url(../images/menu/icon-16-default.png); } .jgrid span.notdefault { background-image: url(../images/menu/icon-16-notdefault.png); } .jgrid span.checkedout { background-image: url(../images/admin/checked_out.png); } .jgrid span.downarrow { background-image: url(../images/admin/downarrow.png); } .jgrid span.downarrow_disabled { background-image: url(../images/admin/downarrow0.png); } .jgrid span.uparrow { background-image: url(../images/admin/uparrow.png); } .jgrid span.uparrow_disabled { background-image: url(../images/admin/uparrow0.png); } .jgrid span.published { background-image: url(../images/admin/publish_g.png); } .jgrid span.expired { background-image: url(../images/admin/publish_r.png); } .jgrid span.pending { background-image: url(../images/admin/publish_y.png); } .jgrid span.warning { background-image: url(../images/admin/publish_y.png); } .jgrid span.protected { background-image: url(../images/admin/icon-16-protected.png); } /** * Menu Icons * These icons are used on the Administrator menu * The classes are constructed dynamically when the menu is generated */ .icon-16-alert { background-image: url(../images/menu/icon-16-alert.png); } .icon-16-archive { background-image: url(../images/menu/icon-16-archive.png); } .icon-16-article { background-image: url(../images/menu/icon-16-article.png); } .icon-16-banners { background-image: url(../images/menu/icon-16-banner.png); } .icon-16-banners-clients { background-image: url(../images/menu/icon-16-banner-client.png); } .icon-16-banners-tracks { background-image: url(../images/menu/icon-16-banner-tracks.png); } .icon-16-banners-cat { background-image: url(../images/menu/icon-16-banner-categories.png); } .icon-16-category { background-image: url(../images/menu/icon-16-category.png); } .icon-16-checkin { background-image: url(../images/menu/icon-16-checkin.png); } .icon-16-clear { background-image: url(../images/menu/icon-16-clear.png); } .icon-16-component { background-image: url(../images/menu/icon-16-component.png); } .icon-16-config { background-image: url(../images/menu/icon-16-config.png); } .icon-16-contact { background-image: url(../images/menu/icon-16-contacts.png); } .icon-16-contact-cat { background-image: url(../images/menu/icon-16-contacts-categories.png); } .icon-16-content { background-image: url(../images/menu/icon-16-content.png); } .icon-16-cpanel { background-image: url(../images/menu/icon-16-cpanel.png); } .icon-16-default { background-image: url(../images/menu/icon-16-default.png); } .icon-16-featured { background-image: url(../images/menu/icon-16-featured.png); } .icon-16-groups { background-image: url(../images/menu/icon-16-groups.png); } .icon-16-help { background-image: url(../images/menu/icon-16-help.png); } .icon-16-help-this { background-image: url(../images/menu/icon-16-help-this.png); } .icon-16-help-forum { background-image: url(../images/menu/icon-16-help-forum.png); } .icon-16-help-docs { background-image: url(../images/menu/icon-16-help-docs.png); } .icon-16-help-jed { background-image: url(../images/menu/icon-16-help-jed.png); } .icon-16-help-jrd { background-image: url(../images/menu/icon-16-help-jrd.png); } .icon-16-help-community { background-image: url(../images/menu/icon-16-help-community.png); } .icon-16-help-security { background-image: url(../images/menu/icon-16-help-security.png); } .icon-16-help-dev { background-image: url(../images/menu/icon-16-help-dev.png); } .icon-16-help-shop { background-image: url(../images/menu/icon-16-help-shop.png); } .icon-16-info { background-image: url(../images/menu/icon-16-info.png); } .icon-16-install { background-image: url(../images/menu/icon-16-install.png); } .icon-16-joomlaupdate { background-image: url(../images/menu/icon-16-install.png); } .icon-16-language { background-image: url(../images/menu/icon-16-language.png); } .icon-16-levels { background-image: url(../images/menu/icon-16-levels.png); } .icon-16-logout { background-image: url(../images/menu/icon-16-logout.png); } .icon-16-maintenance { background-image: url(../images/menu/icon-16-maintenance.png); } .icon-16-massmail { background-image: url(../images/menu/icon-16-massmail.png); } .icon-16-media { background-image: url(../images/menu/icon-16-media.png); } .icon-16-menu { background-image: url(../images/menu/icon-16-menu.png); } .icon-16-menumgr { background-image: url(../images/menu/icon-16-menumgr.png); } .icon-16-messages { background-image: url(../images/menu/icon-16-messaging.png); } .icon-16-messages-add { background-image: url(../images/menu/icon-16-new-privatemessage.png); } .icon-16-messages-read { background-image: url(../images/menu/icon-16-messages.png); } .icon-16-module { background-image: url(../images/menu/icon-16-module.png); } /* .icon-16-new { background-image: url(../images/menu/icon-16-new.png); } */ .icon-16-newarticle { background-image: url(../images/menu/icon-16-newarticle.png); } .icon-16-newcategory { background-image: url(../images/menu/icon-16-newcategory.png); } .icon-16-newgroup { background-image: url(../images/menu/icon-16-newgroup.png); } .icon-16-newlevel { background-image: url(../images/menu/icon-16-newlevel.png); } .icon-16-newuser { background-image: url(../images/menu/icon-16-newuser.png); } .icon-16-nopreview { background-image: url(../images/menu/icon-16-nopreview.png); } .icon-16-plugin { background-image: url(../images/menu/icon-16-plugin.png); } .icon-16-preview { background-image: url(../images/menu/icon-16-preview.png); } .icon-16-profile { background-image: url(../images/menu/icon-16-user.png); } .icon-16-purge { background-image: url(../images/menu/icon-16-purge.png); } .icon-16-readmess { background-image: url(../images/menu/icon-16-readmess.png); } .icon-16-section { background-image: url(../images/menu/icon-16-section.png); } .icon-16-static { background-image: url(../images/menu/icon-16-static.png); } .icon-16-stats { background-image: url(../images/menu/icon-16-stats.png); } .icon-16-themes { background-image: url(../images/menu/icon-16-themes.png); } .icon-16-trash { background-image: url(../images/menu/icon-16-trash.png); } .icon-16-user { background-image: url(../images/menu/icon-16-user.png); } .icon-16-user-note { background-image: url(../images/menu/icon-16-user-note.png); } .icon-16-delete { background-image: url(../images/menu/icon-16-delete.png); } .icon-16-help-trans { background-image: url(../images/menu/icon-16-help-trans.png); } .icon-16-newsfeeds { background-image: url(../images/menu/icon-16-newsfeeds.png); } .icon-16-newsfeeds-cat { background-image: url(../images/menu/icon-16-newsfeeds-cat.png); } .icon-16-redirect { background-image: url(../images/menu/icon-16-redirect.png); } .icon-16-search { background-image: url(../images/menu/icon-16-search.png); } .icon-16-finder { background-image: url(../images/menu/icon-16-search.png); } .icon-16-weblinks { background-image: url(../images/menu/icon-16-links.png); } .icon-16-weblinks-cat { background-image: url(../images/menu/icon-16-links-cat.png); } /** * Toolbar icons * These icons are used for the toolbar buttons * The classes are constructed dynamically when the toolbar is created */ .icon-32-send { background-image: url(../images/toolbar/icon-32-send.png); } .icon-32-delete { background-image: url(../images/toolbar/icon-32-delete.png); } .icon-32-help { background-image: url(../images/toolbar/icon-32-help.png); } .icon-32-cancel { background-image: url(../images/toolbar/icon-32-cancel.png); } .icon-32-checkin { background-image: url(../images/toolbar/icon-32-checkin.png); } .icon-32-options{ background-image: url(../images/toolbar/icon-32-config.png); } .icon-32-apply { background-image: url(../images/toolbar/icon-32-apply.png); } .icon-32-back { background-image: url(../images/toolbar/icon-32-back.png); } .icon-32-forward { background-image: url(../images/toolbar/icon-32-forward.png); } .icon-32-save { background-image: url(../images/toolbar/icon-32-save.png); } .icon-32-edit { background-image: url(../images/toolbar/icon-32-edit.png); } .icon-32-copy { background-image: url(../images/toolbar/icon-32-copy.png); } .icon-32-move { background-image: url(../images/toolbar/icon-32-move.png); } .icon-32-new { background-image: url(../images/toolbar/icon-32-new.png); } .icon-32-upload { background-image: url(../images/toolbar/icon-32-upload.png); } .icon-32-assign { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-html { background-image: url(../images/toolbar/icon-32-html.png); } .icon-32-css { background-image: url(../images/toolbar/icon-32-css.png); } .icon-32-menus { background-image: url(../images/toolbar/icon-32-menu.png); } .icon-32-publish { background-image: url(../images/toolbar/icon-32-publish.png); } .icon-32-unblock { background-image: url(../images/toolbar/icon-32-unblock.png); } .icon-32-unpublish { background-image: url(../images/toolbar/icon-32-unpublish.png); } .icon-32-restore { background-image: url(../images/toolbar/icon-32-revert.png); } .icon-32-trash { background-image: url(../images/toolbar/icon-32-trash.png); } .icon-32-archive { background-image: url(../images/toolbar/icon-32-archive.png); } .icon-32-unarchive { background-image: url(../images/toolbar/icon-32-unarchive.png); } .icon-32-preview { background-image: url(../images/toolbar/icon-32-preview.png); } .icon-32-default { background-image: url(../images/toolbar/icon-32-default.png); } .icon-32-refresh { background-image: url(../images/toolbar/icon-32-refresh.png); } .icon-32-save-new { background-image: url(../images/toolbar/icon-32-save-new.png); } .icon-32-save-copy { background-image: url(../images/toolbar/icon-32-save-copy.png); } .icon-32-error { background-image: url(../images/toolbar/icon-32-error.png); } .icon-32-new-style { background-image: url(../images/toolbar/icon-32-new-style.png); } .icon-32-delete-style { background-image: url(../images/toolbar/icon-32-delete-style.png); } .icon-32-purge { background-image: url(../images/toolbar/icon-32-purge.png); } .icon-32-remove { background-image: url(../images/toolbar/icon-32-remove.png); } .icon-32-featured { background-image: url(../images/toolbar/icon-32-featured.png); } .icon-32-export { background-image: url(../images/toolbar/icon-32-export.png); } .icon-32-stats { background-image: url(../images/toolbar/icon-32-stats.png); } .icon-32-print { background-image: url(../images/toolbar/icon-32-print.png); } /** * Quick Icons * Also knows as Header Icons * These are used for the Quick Icons on the Control Panel * The same classes are also assigned the Component Title */ .icon-48-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-generic { background-image: url(../images/header/icon-48-generic.png); } .icon-48-banners { background-image: url(../images/header/icon-48-banner.png); } .icon-48-banners-categories { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-edit { background-image: url(../images/header/icon-48-banner-categories.png); } .icon-48-banners-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-banners-clients { background-image: url(../images/header/icon-48-banner-client.png); } .icon-48-banners-tracks { background-image: url(../images/header/icon-48-banner-tracks.png); } .icon-48-checkin { background-image: url(../images/header/icon-48-checkin.png); } .icon-48-clear { background-image: url(../images/header/icon-48-clear.png); } .icon-48-contact { background-image: url(../images/header/icon-48-contacts.png); } .icon-48-contact-categories { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-edit { background-image: url(../images/header/icon-48-contacts-categories.png); } .icon-48-contact-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-purge { background-image: url(../images/header/icon-48-purge.png); } .icon-48-cpanel { background-image: url(../images/header/icon-48-cpanel.png); } .icon-48-config { background-image: url(../images/header/icon-48-config.png); } .icon-48-groups { background-image: url(../images/header/icon-48-groups.png); } .icon-48-groups-add { background-image: url(../images/header/icon-48-groups-add.png); } .icon-48-levels { background-image: url(../images/header/icon-48-levels.png); } .icon-48-levels-add { background-image: url(../images/header/icon-48-levels-add.png); } .icon-48-module { background-image: url(../images/header/icon-48-module.png); } .icon-48-menu { background-image: url(../images/header/icon-48-menu.png); } .icon-48-menu-add { background-image: url(../images/header/icon-48-menu-add.png); } .icon-48-menumgr { background-image: url(../images/header/icon-48-menumgr.png); } .icon-48-trash { background-image: url(../images/header/icon-48-trash.png); } .icon-48-user { background-image: url(../images/header/icon-48-user.png); } .icon-48-user-add { background-image: url(../images/header/icon-48-user-add.png); } .icon-48-user-edit { background-image: url(../images/header/icon-48-user-edit.png); } .icon-48-user-profile { background-image: url(../images/header/icon-48-user-profile.png); } .icon-48-inbox { background-image: url(../images/header/icon-48-inbox.png); } .icon-48-new-privatemessage { background-image: url(../images/header/icon-48-new-privatemessage.png); } .icon-48-msgconfig { background-image: url(../images/header/icon-48-message_config.png); } .icon-48-langmanager { background-image: url(../images/header/icon-48-language.png); } .icon-48-mediamanager { background-image: url(../images/header/icon-48-media.png); } .icon-48-plugin { background-image: url(../images/header/icon-48-plugin.png); } .icon-48-help_header { background-image: url(../images/header/icon-48-help_header.png); } .icon-48-impressions { background-image: url(../images/header/icon-48-stats.png); } .icon-48-browser { background-image: url(../images/header/icon-48-stats.png); } .icon-48-searchtext { background-image: url(../images/header/icon-48-stats.png); } .icon-48-thememanager { background-image: url(../images/header/icon-48-themes.png); } .icon-48-writemess { background-image: url(../images/header/icon-48-writemess.png); } .icon-48-featured { background-image: url(../images/header/icon-48-featured.png); } .icon-48-sections { background-image: url(../images/header/icon-48-section.png); } .icon-48-article-add { background-image: url(../images/header/icon-48-article-add.png); } .icon-48-article-edit { background-image: url(../images/header/icon-48-article-edit.png); } .icon-48-article { background-image: url(../images/header/icon-48-article.png); } .icon-48-content-categories { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-edit { background-image: url(../images/header/icon-48-category.png); } .icon-48-content-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-install { background-image: url(../images/header/icon-48-extension.png); } .icon-48-dbbackup { background-image: url(../images/header/icon-48-backup.png); } .icon-48-dbrestore { background-image: url(../images/header/icon-48-dbrestore.png); } .icon-48-dbquery { background-image: url(../images/header/icon-48-query.png); } .icon-48-systeminfo { background-image: url(../images/header/icon-48-info.png); } .icon-48-massmail { background-image: url(../images/header/icon-48-massmail.png); } .icon-48-redirect { background-image: url(../images/header/icon-48-redirect.png); } .icon-48-search { background-image: url(../images/header/icon-48-search.png); } .icon-48-finder { background-image: url(../images/header/icon-48-search.png); } .icon-48-newsfeeds { background-image: url(../images/header/icon-48-newsfeeds.png); } .icon-48-newsfeeds-categories { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-edit { background-image: url(../images/header/icon-48-newsfeeds-cat.png); } .icon-48-newsfeeds-category-add { background-image: url(../images/header/icon-48-category-add.png); } .icon-48-weblinks { background-image: url(../images/header/icon-48-links.png); } .icon-48-weblinks-categories { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-edit { background-image: url(../images/header/icon-48-links-cat.png); } .icon-48-weblinks-category-add { background-image: url(../images/header/icon-48-category-add.png); } /** * General styles */ div.message { border: 1px solid #c7c8b2; color: #2c2c2c; } .helpFrame { border-left: 0 solid #c7c8b2; border-right: none; border-top: none; border-bottom: none; } .outline { border: 1px solid #c7c8b2; background: #ffffff; } /** * Modal Styles */ dl.menu_type dt { border-bottom: 1px solid #c7c8b2; } ul#new-modules-list { border-top: 1px solid #c7c8b2; } /** * User Accessibility */ /* Skip to Content Visual Styling */ #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited { color: #ffffff; background: #054993; border-bottom: solid #336 2px; } /** * Admin Form Styles */ fieldset.panelform { border: none 0; } /** * ACL STYLES relocated from com_users/media/grid.css */ a.move_up { background-image:url('../images/admin/uparrow.png'); } span.move_up { background-image:url('../images/admin/uparrow0.png'); } a.move_down { background-image:url('../images/admin/downarrow.png'); } span.move_down { background-image:url('../images/admin/downarrow0.png'); } a.grid_false { background-image:url('../images/admin/publish_x.png'); } a.grid_true { background-image:url('../images/admin/tick.png'); } a.grid_trash { background-image:url('../images/admin/icon-16-trash.png'); } /** * ACL PANEL STYLES */ /* All Tabs */ tr.row1 { background-color: #f9fade; } /* Summary Tab */ table.aclsummary-table td.col2, table.aclsummary-table th.col2, table.aclsummary-table td.col3, table.aclsummary-table th.col3, table.aclsummary-table td.col4, table.aclsummary-table th.col4, table.aclsummary-table td.col5, table.aclsummary-table th.col5, table.aclsummary-table td.col6, table.aclsummary-table th.col6, table.aclmodify-table td.col2, table.aclmodify-table th.col2 { border-left: 1px solid #c7c8b2; } /* Icons */ span.icon-16-unset { background: url(../images/admin/icon-16-denyinactive.png) no-repeat; } span.icon-16-allowed { background: url(../images/admin/icon-16-allow.png) no-repeat; } span.icon-16-denied { background: url(../images/admin/icon-16-deny.png) no-repeat; } span.icon-16-locked { background: url(../images/admin/checked_out.png) 0 0 no-repeat; } label.icon-16-allow { background:url(../images/admin/icon-16-allow.png) no-repeat; } label.icon-16-deny { background:url(../images/admin/icon-16-deny.png) no-repeat; } a.icon-16-allow { background:url(../images/admin/icon-16-allow.png) no-repeat ; } a.icon-16-deny { background:url(../images/admin/icon-16-deny.png) no-repeat ; } a.icon-16-allowinactive { background:url(../images/admin/icon-16-allowinactive.png) no-repeat ; } a.icon-16-denyinactive { background:url(../images/admin/icon-16-denyinactive.png) no-repeat ; } /* ACL footer/legend */ ul.acllegend li.acl-allowed { background:url(../images/admin/icon-16-allow.png) no-repeat left; } ul.acllegend li.acl-denied { background:url(../images/admin/icon-16-deny.png) no-repeat left; } li.acl-editgroups, li.acl-resetbtn { background-color: #f9fade; border: 1px solid #c7c8b2; } li.acl-editgroups a, li.acl-resetbtn a { color: #2c2c2c; } li.acl-editgroups:hover, li.acl-resetbtn:hover, li.acl-editgroups:focus, li.acl-resetbtn:focus { background-color:#e3e4ca; } /* ACL Config --------- */ table#acl-config{ border: 1px solid #c7c8b2; } table#acl-config th, table#acl-config td { background: #f9fade; border-bottom: 1px solid #c7c8b2; } table#acl-config th.acl-groups { border-right: 1px solid #c7c8b2; } /** * Mod_rewrite Warning */ #jform_sef_rewrite-lbl { background: url(../images/admin/icon-16-notice-note.png) right top no-repeat; } /** * Options modal- config */ /** * Permission Rules */ #permissions-sliders ul#rules, #permissions-sliders ul#rules ul { border: solid 0 #c7c8b2; background:#ffffff; } ul#rules li .pane-sliders .panel h3.title { border: solid 0 #c7c8b2; } #permissions-sliders ul#rules .pane-slider { border: solid 1px #c7c8b2; } #permissions-sliders ul#rules li h3 { background: #f9fade; border: 1px solid #c7c8b2; } #permissions-sliders ul#rules li h3.pane-toggler-down a { border: solid 0; } #permissions-sliders ul#rules .group-kind { color: #2c2c2c; } #permissions-sliders ul#rules table.group-rules { border: 1px solid #c7c8b2; } #permissions-sliders ul#rules table.group-rules td { border-right:solid 1px #c7c8b2; border-bottom:solid 1px #c7c8b2; } #permissions-sliders ul#rules table.group-rules th { background:#e3e4ca; border-right:solid 1px #c7c8b2; border-bottom:solid 1px #c7c8b2; color:#2c2c2c; } ul#rules table.aclmodify-table { border:solid 1px #c7c8b2; } ul#rules table.group-rules td label { border:solid 0 #c7c8b2; } #permissions-sliders ul#rules .mypanel { border:solid 0 #c7c8b2; } #permissions-sliders ul#rules table.group-rules td { background: #ffffff; } #permissions-sliders span.level { color:#c7c8b2; background-image:none; } /* * Debug styles */ .check-0, table.adminlist tbody td.check-0 { background-color: #FFFFCF; } .check-a, table.adminlist tbody td.check-a { background-color: #CFFFDA; } .check-d, table.adminlist tbody td.check-d { background-color: #FFCFCF; } /** * System Messages */ #system-message dd ul { color: #2c2c2c; } #system-message dd.error ul { color: #2c2c2c; } #system-message dd.message ul { color: #2c2c2c; } #system-message dd.notice ul { color: #2c2c2c; } /** CSS file for Accessible Admin Menu * based on Matt Carrolls' son of suckerfish * with javascript by Bill Tomczak */ /* Note: set up the font-size on the id and used 100% on the elements. If ul/li/a are different ems, then the shifting back via non-js keyboard doesn't work properly */ /** * Menu Styling */ #menu { /* this is on the main ul */ color: #2c2c2c; } #menu ul { /* all lists */ background: #f9fade; color: #2c2c2c; } #menu ul li.node { background: url(../images/j_arrow.png) no-repeat right 50%; } #menu ul li.separator { margin-bottom: 0; border-bottom: 1px dotted #e3e4ca; } #menu a { color: #054993; background-repeat: no-repeat; background-position: left 50%; } #menu li { /* all list items */ background: #f9fade; border-right: 1px solid #c7c8b2; } #menu li a:hover, #menu li a:focus { background-color: #e3e4ca; } #menu li.disabled a:hover, #menu li.disabled a:focus, #menu li.disabled a { color: #cccccc; background-color: #f9fade; } #menu li ul { /* second-level lists */ border: 1px solid #c7c8b2; } #menu li li { /* second-level row */ background: #f9fade; } /** * Styling parents */ /* 1 level - sfhover */ #menu li.sfhover a { background-color: #e3e4ca; } /* 2 level - normal */ #menu li.sfhover li a { background-color: #f9fade; } /* 2 level - hover */ #menu li.sfhover li.sfhover a,#menu li li a:focus { background-color: #e3e4ca; } /* 3 level - normal */ #menu li.sfhover li.sfhover li a { background-color: #f9fade; } /* 3 level - hover */ #menu li.sfhover li.sfhover li.sfhover a,#menu li li li a:focus { background-color: #e3e4ca; } /* bring back the focus elements into view */ #menu li li a:focus, #menu li li li a:focus { background-color: #e3e4ca; } #menu li li li a:focus { background-color: #e3e4ca; } /** * Submenu styling */ #submenu { border-bottom: 1px solid #c7c8b2; /* border-bottom plus padding-bottom is the technique */ /* This is the background befind the tabs */ background: #ffffff; } #submenu a, #submenu span.nolink { background: #f9fade; border: 1px solid #c7c8b2; color: #054993; } #submenu a:hover, #submenu a:focus { background-color: #e3e4ca; } #submenu a.active, #submenu span.nolink.active { background: #fff; border-bottom: 1px solid #fff; color: #000; } /* -- Codemirror Editor ----------- */ div.CodeMirror-wrapping { border: 1px solid #c7c8b2; } /* User Notes */ ul.alternating > li:nth-child(odd) { background-color: #f9fade; } ul.alternating > li:nth-child(even) { background-color: #ffffff; } ol.alternating > li:nth-child(odd) { background-color: #f9fade; } ol.alternating > li:nth-child(even) { background-color: #ffffff; } /* Installer Database */ #installer-database { border-top: 1px solid #c7c8b2; } #installer-database p.warning { background: transparent url(../images/admin/icon-16-deny.png) center left no-repeat; } #installer-database p.nowarning { background: transparent url(../images/admin/icon-16-allow.png) center left no-repeat; } PKs?\wc--images/bg-menu.gifnuW+AGIF89a!,;PKs?\M&images/j_arrow_down.pngnuW+APNG  IHDR 2ϽIDATx^`#@lm۶m۶mo۶m۶m!9Y6 AVk3OU{u c1H]n\GFmA+a B2He9IV\@ Ұ'1`PG|4 "Y w%:0ABcIENDB`PKs?\y2NNimages/menu/icon-16-info.pngnuW+APNG  IHDRaIDATx^ka1` J@좴ZtGRE];qM46i}ׯ Cl,6:~[l\Θ%LC TxZṀ 1Oh߉D U-$bQs+ sze/~-;IENDB`PKs?\Nۻ&images/menu/icon-16-help-community.pngnuW+APNG  IHDRaIDATx^%Khee&MMLFm#jWƂH-\ ݔn׍H]+BAJ(BL-I^R5It2Nw}]9px8OR:G)UuA]SWEmd/adInu?jIPdUiJ%m08;vo;9HN C][WhcEa/OD{%WnqYqn e* 9(wXyB͎}|.*H۲dy{`t0?9ܒ*ZXI _2}1iMIU]n̼h-aG/}GXBqFIp"8$A7G-<9\3 T1ƺc=ϝ0D[qIENDB`PKs?\Sʪ#images/menu/icon-16-newcategory.pngnuW+APNG  IHDRaqIDATx^ҿK`ۤUSu MR[KMåGQA(8tHj EB~mӉ 4-8˸R+^~J=^<q)wļ"uu4hN`ޜe6P!g]߸0[U=?U@^W~MlAv I o~GXs qVkP!0egqp>{W1 "U{Fy`;ԿOhZb4Ӂ Eisg+5 QI/ix{pajIENDB`PKs?\#images/menu/icon-16-article.pngnuW+APNG  IHDRaIDATx^ϪPƿMZ؋raJqwG(}H^(ؕn hVDә!=4 ?fNNfΜ/QZk$B|u Q*'[E>t:0",XVfAdCSd2x<M`0@RO_,:3mȂyZ _^utFz8_coxO!^h9Z"p8uA^,6V\.b$ Ex .}UΙLFNJ4TU>3sݞbl^Ez;OHt0nrNLj<,yV.m&ި q0&"E(j@WNyB1P*p\^x B6P hU>=AƶRqqƧ]3ƚr'>n6NIENDB`PKs?\ywimages/menu/icon-16-archive.pngnuW+APNG  IHDRaIDATx^jQ;iIW_K>GB@P LHHfYPI4 QDf!$bɴ63ҩsafs83\JJT qu]'Y*'^'dj۶v2pLZv_.E/_j Ð0 pΑl׮q̐N'!CV σuӊfxhܓ)2kPٮfn{Z~B%X`˲{-ytc;ْ4M?b^F"Ūl@6+(BLu?Ng"ѿeJ%լ<9y8g\F}8BUzfԨUMxeQUH77q%"F@XTqu,k @odGFj`betu6%v!_h3IENDB`PKs?\LVV images/menu/icon-16-messages.pngnuW+APNG  IHDRaIDATx^MkQ|75M*Zԅ$.tYܴw HWq.ܸхl6( a'&`BTJL\ze(݉/<{ϽùcB_dV6 RtWӴ7Ē3iN3hCcrT1,#:5 ePBx`ٸ khG%<] hnY| km<\:`PbAFwyAI+ܹ4zt\Whcv%^,"QMCׇwK KaRcuVT_e3gHNS)01L8^)j On]cG(,9Tz|]kdbBX\ j}M0ĩj*ZwDMt]snZ&bP(F i>>Z.=!"L&cD:ib8IDP`8LĎ5J,9[l}BXfܧ?EIENDB`PKs?\*images/menu/icon-16-print.pngnuW+APNG  IHDRaIDATx^œ?oPOZ"7R!,0.,L2 ~,V1D000 ĉ!VDU v%z%"RIw9< <,3y*_}YRm9-DQNΙEsWB 8w/G(b|Xk}oϮYvfj!j/*D5UU} BDX6q !0KҾ X%IrҸab!)D'60Fr1`#&>.шin?<f4 TNG}2 V5#_[K&PYJ__?9M<=ec\1AyDP}^ |[EޅP$%LvlEDžFRUiVː9FPniȲǸi6EEpnn_v 9p' L$,gН^8vCx;!r#725{ ހBP^ Ub +wsF-^Oxb & ʠNMJ-EؠX$BtɈI#kG<}ʉ1C_d _nz:[mu juuP&#_lx9PBvɧ<v IENDB`PKs?\@; images/menu/icon-16-newgroup.pngnuW+APNG  IHDRaIDATx^uohUu9޳{vvw?wM7"~0,"J,b២/a>-\ؔ( H5j Af*Ll{ݹo.B橗"|3ulllo.Nz= wW&r sp⵭^ONN~u1U<\;59 _n.;TSVTj5Z)Ipk;VUAd۶L!mwݡ麾I.Ԋ rNM_L:Y:rvu]e[0 O{D/+|̂7R T6A%"Xh$)JJ&ypKļ vÅ@4]#9e޹eYx7 ,j@8}|w%)~׶(C0]NA@-iwow(H (Ցt> 911q`￴hJDUsC-MZ8 |L(P=~1ؖ2?9A~B@&P544322` :RIENDB`PKs?\Yژ%images/menu/icon-16-newsfeeds-cat.pngnuW+APNG  IHDRaIDATx^MkAlYkU eoBA LsEǂh*Ux9(xzUW+ZzЭ4BR10? O[@0iTK? Z@.*7YULz28"i 9c߉4oeB+W 7L)ݡt@hc4F 縲q,nj#"A#~n)V'9rV"(E %YMyyff3tl3}!5%:`c 2q ,}η| s׍DaMB >6'GRFo+MXEѧDU7Vt}Qn7Pr 7RRaHA_C[i~\zn5pckg_~:^m犖HF?k4ӫaaRoĸ8匱#8Þbz48\{5=g<1s,gի7Fg2nW)"Zvc1)O% 4Pܜnp?ѥԭZ(IENDB`PKs?\"@!images/menu/icon-16-newsfeeds.pngnuW+APNG  IHDRaIDATx^MKQįj"fa)dtqlܵ$W)P\͸uu2cƴIHB2zN@ȁ;rx#!"S>syAX.n^{ (,~ZТYcR7ɘt@{`yoH&QᇝcrH3<1P N桧LM'^I+J*e2 ◕rp]̞]x#+:7Inht!pc_p:W$7?u"SbF a@[ل!OYV́9n.L*Qq 4B p] I [p :qҡp:<<&1FXIENDB`PKs?\M images/menu/icon-16-readmess.pngnuW+APNG  IHDRaIDATx^kQϝG:M5WLԪCA?E J)jĥ Qqa7JDȢb}\t! .BX1:Iʹ$~j.J.s"N/' kuK(knn8Otӫk>$߿cppHfttONN;/^^)N:hHRx6 DH$:Cj atHXb2 _'|d@DBTuWMYHܯZ6&p@çpALs+&=bGw89?9J޲I1 s/%@h6IRp\t!L QWQĨxyŻӌ(`Uw$V*ZUyqP:˘+:hx$䏲2u (J (V3\o3|>:麂\˹f+[Rzmq HS@ Ԁ|9~Ӈ&Xi֧_ĩVϞ?1Fy^ʞ>nG[F- -{IENDB`PKs?\.images/menu/icon-16-new.pngnuW+APNG  IHDRauIDATx^œ=KAg/`,RN++ V1`u?! be%WYbbecq! VV~]PI!$7k6\rIٽa"4R`J0D%=Kw 3z| 0yRVe+j@}#FOpn6uP,<)9lVyW E\_zwtj;EHɻSFW֩Fu F24A\ NrE x& {_,Qf0ז FdG,CLӊR"#gG#>{: 3OMW !h2^vJa,8%Z 8 7b| IIENDB`PKs?\(. images/menu/icon-16-language.pngnuW+APNG  IHDRaIDATx^mHSareV,!L"+ 0>hP0)RXR B3%A6Ӆ32mZY׻; va=+U 7T+(ZǖYuS ]DΰIX!2`~b̂Fy4a+! i7 t*jq.V~yF<ĂO vx 6ű\$T;lLbPկW 2{mʄf,h1[=gFWQM{Vl7t0;YsH |~$n!).  > (6-H=1å DG[=JSegҍǗ2:Dr#\x)z6|X@zᕷsFF eBQz="ś9g[ql݃AZV}ipܛT^?m .,{%gP^'Tb먶D7'$/ڄ1b' #gFl@#ܑ?'Rd5 :>&Eْ !̘=VQ{,QHFLIS;J/;ц1VWtEuqy#/<[8DKSx|IIENDB`PKs?\ xlimages/menu/icon-16-user.pngnuW+APNG  IHDRaIDATx^OhgƟofg%H͟MB%h/-BKbKU!dwۦ(]$Jh7ɥ$6AmQݙ^1`oy9?灇qVߞq>>mK8s "u ?N ^aE̞{knJX o OrRK6m 0pM٦mEî-(`{,S6@RX?|٣=K (d4a1Co6mTaKO]?w#澇.49"{,$/ފ]=([ ZeU Vn]^(`']`#q0ɐu.rw,JƎ!JE5JfVD !| @ Q L n} bB~)Y0AR13+uJ1* 8r\6l$'fyp.3r28 '8789nv[5_"DMs~O@47|q.U ВnYet DS9xU幃:Vm!h/5GCTIENDB`PKs?\iimages/menu/icon-16-help.pngnuW+APNG  IHDRaIDATx^[hY3)lSXeԢxÇ*^"dUo"ThZx6 n1nn۴d293F>|pheGLS(QF!̓\W_ں:QL}h&7P,(l2Ai0>u;Cpgt8r:>cꪛLR.dAtA{rZ,& A7[IJ{*mM,v$c!Hb3XȦ#o̞\Nb=yJLX S (eU7ZyWlc 1j?@p k|ZY #% n 3&x˟+r #{yT:XT'Cx[{Y = 0jLf`5X׮A e!Dej iгiHV MSFWu7~*0 *? hjiCOf{6:y$`p׌i'2yAd{uõln5 w+SCi8+v(] #px$S)L xuH류?~=#xTl]]Y~$_/V9{IENDB`PKs?\ .'   images/menu/icon-16-help-jrd.pngnuW+APNG  IHDRaIDATx^}=kQf5+J@C@0`@/(Xh!ZXi!AXE ~q?f{ hra{ t]D߻.!%AA 䋥Ũlji!_B64^'$Q !< K̠o{`fu ԞX8A @q>QضTVA OѢ6̮umTVT q$@"{Z;a -,JYjÓLϯN^f*/n5" rװV& [9f 436io W 71m}u}9pd27/π*:KjNc aa images/menu/icon-16-featured.pngnuW+APNG  IHDRa(IDATx^MKTQF))ZHK۴O[h&zhKQHR"Hi0Bf\IbLBrI4sa< 2Fpι9} a?A VV4e5 B+! C"J׍q|A$\ (TnLI<͚ᬎ'(omY^#]gB:,DeS<+qWy:LY0:uO}^w+q9׾, | {+6tBG|؃k?{IENDB`PKs?\w)images/menu/icon-16-inbox.pngnuW+APNG  IHDRaIDATx^OheɬqgvT#tA*ŃS/? i$ɹ@ *T(XMDЃRAE/1&fwgwvgu;o};* ]-V'-c :h/>Z08 O,...u˟,+7uʊ.|.]_ҏ]zo ^|.Ͳ] !Yڡ^T_t(>q#~x~+"ӮFQth4bvvA#QXAUO%{ۓaXy8ae|ҷ[ 5Z>sf X7LL 9p ͎"(V3jۛh)`Y)VƂ:Z̆ 0ă&O>~GC>+\i^ ];6)?ӢWGDPq ʀ"7Gz1Zg -ll7YgډRx868M?a%;Ÿm2|BZ` M(.JՎ[JTR}Hn1AAIQ rm l[~NFȝ Ys0ppETiB3QzWG˼Y)q;/P 褴y_(8=TztSSTIENDB`PKs?\!images/menu/icon-16-deny.pngnuW+APNG  IHDRaIDATx^=kQgvWP"-"X,A`!6Z*"VB+n!VB D$sa<̋ܝu}0ykyA` e寑F ^=1(@rU77kSrb:=;H i)wzkTf"ti.& ֜:O1mb4n3 юe7biڹJ3&YHh*" =X ̣C = §};y@/!{c^Hbs'W pOَ݅N60@[N'm!j $QQ_H ?+7 F-;b.ݝRo4R`/BИ@IENDB`PKs?\a ÝXXimages/menu/icon-16-alert.pngnuW+APNG  IHDRaIDATx^?hSQŀkCE:8*RFkH', ⠢(:tQDK`XŊ)OJ޻~H&yp/tKN.0!ˆe}ax />k4hlOddl>x;ҍlLlful8ޘcXt5ϔ҇Gy݇=Wxiy#@(L(>A*FShJRh\8 dˆ QڠKhtb} F^W|4' /'Gj @HKAGmqm-G`"F:-̅,a >xQ GEǑQzkdQۜօP3o҃h{26@5w3.*Vff2 rxu;Cؕ34Pr\4\Քg&cH%7 "v&)01\6:[^㓁Io0D)?g_IENDB`PKs?\yP images/menu/icon-16-search.pngnuW+APNG  IHDRaIDATx^jQqtHY @Yt߾A'hޠ0Q\, $'Q|pqOqSdzh4fT7ݕnoߙO_顗뷇f65lmJ/!2lx< DOzs*a; r=AH<w@ӅeA3 bv|Z^0[|G 9.3$I_<g7a020'?Sq퇠OV ( f.] V,* Z-T*dt:&mVX,k cC -@S&~T*e˲(MӚd2i-%+xW;KBIENDB`PKs?\" images/menu/icon-16-category.pngnuW+APNG  IHDRaIDATx^1JQF'Timdva". 4.!Y.!m,!;KaoAqwd+eK``֊/@x  e;FDH85S4!]?H9"# )2}k51TeqyO^lh? >5AIENDB`PKs?\A7ttimages/menu/icon-16-links.pngnuW+APNG  IHDRa;IDATx^MHTQ;ST`1 @i&h\m . * vS5h T1Kщ4Gk̽g13z}q4!ڣaӻb!@ 8 :ph>4 D@I qO? ߂V %Ȗ BK0טQVLeh"i 2^6ktK }gѱd)PtAF'g%:clo'0#Bʉ|YDOõvA*G݅&UW7>{O%c*S`!^w!SJ|vaآIoel2&y & ;|˙%<}.W^s6 'XW玔dŕ ,sr-e\Q vJ/E%%It]gpzCۋ"!FR+-S3.x\G$21)Ȅۇa[!3#D$#}=nIvnmBC+lpn-.^'ps>=[mB]_9jQ$IENDB`PKs?\ߓ_images/menu/icon-16-apply.pngnuW+APNG  IHDRaIDATx^O`g&ɶiMA.<RêW+ |=EV²tZI2cH/.{c^yIUq0N:)Sa@iH'ӷ7|vY߬\t>15ZI@(Jo]qï\&8T| w'_&9\>tk9tU!{txm~1n7ۖi&lE{9^Ɯo, V?h%ɏT6R@o)1N+MbH FxH5\]<Ĩ 2QĄ)z6 A"DuWH/KÃ痽߶1NIIENDB`PKs?\YQ!images/menu/icon-16-unarticle.pngnuW+APNG  IHDRagIDATx^eSKTQ޻=͏PDк] rЦ4DH?b 9T8{;^}λ|;{Ǎi fv '@~$I!R}!@iWoMM.4w `} ӚO1$4<f(L!B)jA ?Ck@  8.W$ lԭVLLzV*'Zކhc 'drEyB04";4~fT,t]4MczT`AX|l"grICChbwoϜD./J PM{l1R""NJbIcFpqh2֢(e߯ 8`>7yO,V޿˥3s#y.Π3:2p8VoL\/{b l t5M& x󶄭mL^̳莘 :m񴝫0S:dU& 8/>8#Q:I[@V V(d`[0f,.?У @Q,a/ IENDB`PKs?\!images/menu/icon-16-writemess.pngnuW+APNG  IHDRaIDATx^S_HSo~vN&V'J.t$A*F^D A AIlE("Ⱥ͊3y?s~m 8>|8ǃs0X׼9n0Lb/  XB$AjZ4z#D1NNZ嵷-~-~_~9]3/Z&JtbȢaL}` _X,]B:u2szo3NEt* 5j,T˃tl+XZ- AI |..mBF1 mrrhfttYt(k,aa [phB@9,O$IR_F^u cx~\^8}~`2X,3`cd :B4V\m qE3P(arJJ1 |>FB-wl[qD#0bqq1J&EP3f=yf%LE$ =ͬ]hx@@^YYQ tx||npXO&j k4Qg(R]b'X, tC* ""+B؃}+< =v/IENDB`PKs?\F[&|%images/menu/icon-16-banner-client.pngnuW+APNG  IHDRaRIDATx^œ1K@wMڴ-BD~ ?D?.SGfskEI.<#5*E-Lj?Z-.wkhTUGv{k6пu " ˥t!.{Iʪ<9N *6(˜y #H &u"b|qXX`0gWtMzj2HI:X&C~HSWw9lˆ`V; 1B:`<@4 pQE h~ AHR!Ryq<;/ y IS7IENDB`PKs?\ގ++images/menu/icon-16-delete.pngnuW+APNG  IHDRaIDATx^K[Q DA!J7(fr :KN:5 "vwԠ(CK 澽9J~|9ǒ[FeGr xy{e<48pN4?/9(--I33R<]@/!G__pawagazƜZ[=><=AP.`s"^OJIssT(8&WctT PHjj6--p{ bX_ ggprR1z2ւ7IzG4̢=R~qe_xM5a2Ksr7Յ="\uk{9I)opAruY+я|#H1yŻ00ќﯾjGoozfIܡ#e#ӷBo18 '2ыxUss8(APq'|E'㷧vp`'1Tg * YOpj]*pl<끁wd:[IENDB`PKs?\!images/menu/icon-16-help-docs.pngnuW+APNG  IHDRaIDATx^?kA3k.6P`',,-YZ B A&("'{wח`=L$&0@*JޕqyRR*AWP ,TIIArIϒOO?wPfh[n֯@֮gO 6yY \ӁbY ] ~lB z \-Np= נ$ Pf/#Sp*W`5 WD.(>q> YX=5i-fp6{ J<|W_&i1 >I ؇Z&`TX@B@;ӂA_9c `da&:Mk~qh6pR̚w'clD=o/"ZSpAB 1@K`ПHq8z}K\T^DJ]IENDB`PKs?\ ΃ssimages/menu/icon-16-revert.pngnuW+APNG  IHDRa:IDATx^JPO`]H#)O#TpAphtkM.! {! GMMn_ yulhb8M_=d7 P@aY5M:^9~~+L_m#%S>7Z@J! :#^ @ RYG&gX(T@>^9ͫ1$܌[ab ~Bi MQ1 *Z4~|@UZKA%*SPGBYv1K;L52wA}cIENDB`PKs?\B__!images/menu/icon-16-frontpage.pngnuW+APNG  IHDRa&IDATx^mM@BXZc%jI&~k< M7'o rZ-t],ZvMZɲ!#ɰl6CP@6u 6O:r"RJnޅ `} 0l6n1|G?o}(ۅiov@!DD[{ ?@tl}{;; z۶|bG(ae@Ցoc| ߁aZ-&cvyU`_-ñLX06i|vX" C!_9s /Ƥ?>?ƋucZ49|w\ RJzUT8qc\ַ/mŋIENDB`PKs?\images/menu/icon-16-config.pngnuW+APNG  IHDRaIDATx^]H{Ϟ={u"v!1,|&2(vPs,y2#H8Ŭu87G{1#*JHZ2SsiԶ9_F7_}ߛ/C& ?>RTĹ''Xi&!*6a=H7\kƟs=7~NRSS_}Z\yԊTqh=?6t9BD}k!:238g9O[;t6;joŝF(?x^j0 CV*6';6@2&bR26[Iq1lA H.NFqhRrEHҟx4j47)U/P*0fAh?nK)'<gVg8@(.؎j- /;|I2G+`e@V?Ü^B=ٜu \. R"@~m|S0;Aor} E!ͅQ^D;[C{qv#W)% clތ@_g-_WE)8bԥSni-iK*#[Xk8i|)CC%a3O[ctD'e()͆5!Fz{xUɉNKVT?h F~br`1ˇ=bPAFy C6IENDB`PKs?\aimages/menu/icon-16-purge.pngnuW+APNG  IHDRaIDATx^Qwfd-8Ad!jfj#؈6~""jT&kei+ KSm{!!λ^A0>oԀ%gwYI$sO)bM"Q;=9qMduZSp͔@E͘rbDJP bh3Z!"q(!ËoDJS MfV 0|q1Ŭ1O `k իL1e,!G<",s}U\^|C+%a= ȊPIؐ8!P͏UgBX,oӿ['ܦ!N(;_K$|ׅ5IENDB`PKs?\)images/menu/.htaccessnuW+A Order allow,deny Deny from all PKs?\A images/menu/icon-16-banner.pngnuW+APNG  IHDRa]IDATx^_HSaƟLAx3֘H]T ˆBH kPt ,u"Ɉ,HCжIَ?xofJ|/>?da6?nj§3:.10婶jǜE; _9#t[DduEv~%Jȹp4Ε2 `oZ G]-*_tk]H#_auƦP^|7NU _#x6½%<lVx!q eu9%ER(ɐlhx5k &m~d9PRnO3B.xM5]"k'N6ߥ>,j%y6|4TmQ$xQ2*f-D2]hnix$ Y2,E"y@Ѯkp =Vkl2SeE%0h)S0ѤԹ `225UeLS7 )GH&ɓ6q (v-,dݼeC9 S_FzOZlȨIENDB`PKs?\×"images/menu/icon-16-notdefault.pngnuW+APNG  IHDRa^IDATx^_HSov65ͅa좮 $Ů!nb^x.Z "Mt "Լ37rhkBZ`ns 9{{7܉y}A!F d`*:)4s *=Fib,tKu`bhE_Ù`XEgع8Ԍ*(wk _m6c182>'8\.wB_؅ѐ/Åzswȇ`$?as$ND\1y|$JE?a;VMn-erJٲ0]2~.on-A;GhPL$Qh:b#`۶} ~}Pʲ %2k6R<7MA˕ԁdnlQtZ;]  uIENDB`PKs?\$io"images/menu/icon-16-help-forum.pngnuW+APNG  IHDRaIDATx^}jTQ;懈ƟQI 6 A,RWF v'DAP"JN= 907́Yz;.5N5KwRTXD<8>@7΃9(. ޛP4{I8dkC+59 `k ?AV&Oe0!˵0 PKs?\P=!images/menu/icon-16-help-shop.pngnuW+APNG  IHDRaIDATx^OKQLH ?.$զVnŠ^BހV!I-"DP m"heM`2::m.lF9=fq{*Cb $5VIxXiՆ(O`m?tA6GG5 UC2G"1'b !O,>ǶY]Pl:Ol)h줝?87O*ˤiQ)Q[U%Ǚ+6J9[,}`pWE F,b}PK AyӗY|eb3ՎR$|ax*c/i_eZ ߡU!k@ŗע"Ք| 8ϩab=<R{Rq*:zR@|F^%8^?(w G ,M}8,D08cń%E@q~v DTPV@D^ٕJtѸRzV<@fNu~^zo=ĭo/缴7d/K6\*=5{h[x5`<"}p( > ՋTΝ3`?9A8Y4!xAFPKrjO #IdDCAYB!܌@J c;+`l7H$HZF~pl mϒ;WMWJE|v}& HӀuF@D QsX̌tMIvw, :y[+t}^~ocQQ0 FYPP1LҲ`IENDB`PKs?\ H__ images/menu/icon-16-download.pngnuW+APNG  IHDRa&IDATx^OkQ̛df҉dM6'h tKZ.*c DQƔVB;@`h5T6{;F\wνseF!"DEQhkQdԺѬ3B/{QaT#6s"z-BY5Nf;ݍz%j4ZXM*-x~|QpH~u93[D-ZS½u5Ō=%ΘqvaLz]~x~a1cLP`17H  s1,fqATk@gcD 0,fq<  ohOqڵ6;PBTr5ڟ71,fqJ"@r'f+qFZLVx|6Ϛa@"mQijk|`xPEv5˨<}pq0H@8{pa~´eWHz|OyWCy>9and!J4w*iND1]ofd=!#2fvfn%j;V ` IENDB`PKs?\ images/menu/icon-16-module.pngnuW+APNG  IHDRaFIDATx^œJ@1M]o@;}B"..j%mmd&c:6v 9sPJL ptIuiX8i?Lgsw 99>:'S$u< 8 $x,~׷j:s4mF YJQy!6x]HPJI Ã޶1 td2ya:kvh*Ӳ(hRʴF7 H).jLӢVڃ,˚+Eɞg{7FiR-BGQ?WWOܿ_~:]IENDB`PKs?\^׮ images/menu/icon-16-help-dev.pngnuW+APNG  IHDRaIDATx^e?A[b]#B x6~{+{|?VbBD !h)B8/DS#lf7ݝ_xe̻̾CW*dJn#ly?!] YaBmTF'5D-FA9m4Jo[/F*'MxJՍMnsa23&uR5ݣs8 Dk]n_S8 Ç'Pe([5T+8| ߆p)\ 7A0#($dS~BAq 0䕛u , `~x˯r8xDl *  NZ Ri@lêNu%ր-T/|+*}C5ٻ{w3xMF6Zv}jKIENDB`PKs?\<+images/menu/icon-16-read-privatemessage.pngnuW+APNG  IHDRaIDATx^Mh]$I&M&HR .Z"X]ȷ XpFb)إitn.5EubiOҦ?͌ ށ{.^A[?#4 E0C*5-e2m}}][\\\y@&X íCOMM|~ L&h4rvv A5`0xizzM|nu7y7111X*X iȕ'l(TU@D6.0G(˕7g!r& "UaE8N/S㸸vMv& tmf;͵Z ( P? в,\Ǭkk'qe&%k'5&x|м^vaHA'!_,*Fb-[Ǩj17}1.;ӨX,yX% !m=$~(ʬI68H)7(QTtI᠌ oK)eT`Mm4J>Q]Ȳnl l7~lêQ+(ASY ׍4ZҩS( 涒r٩V3&4q3F$MNNKpZ:>}1^0b78vt:JN,Ɛ\Eڗ`bζH=[ uL_s?4q°:AOS3D3  1ZsO,Ziud@g76n{Zz3';D0ڇ4Sһ(H .$ZrCQwF`vz({9j"1Jk-/2>̞ u1H|@*G{7 DF6gp WtA1N( Vʻ?*Ay-0z$t >ڸǟs)an~dJC>IENDB`PKs?\(Uqpp"images/menu/icon-16-help-trans.pngnuW+APNG  IHDRa7IDATx^]͊\U߽a%A8Љ!Q|cp*%8S0Q%IauJWWWսmA{bfNnk%jWZj+ꪨ#rRU.D&GraG.o˅n]k׈QID?@t*F{6dCGD"yΔn5gv@Dө\="uK~)Wpxf8!:ȗ/킦Xc5Smb6A\DΉ )=jBShbK3*agGegr9,jE_d x@x>FpuPɉ M@G.[[py pppw^mY.*+&ݳ=bwCxyn6 'z V%: B>1f$OH2S׀p))MA - l؀ x-*@Ji[MK<<@݂&3H}nnZ=pQF>7.. OZXD;w2%wA9NWGY=/t F柈N5M9*71 [Ymnʲ<) dE1rkIENDB`PKs?\]շ+images/menu/icon-16-contacts-categories.pngnuW+APNG  IHDRaIDATx^?KAgrbPLLsVibBl`kh/ Gm`wKxpòW[3_XFL(N;xU%GӻIQSy/ekWv(PTUIޒ}B5:,R*GUaG *&{7iI~\TE(` |`y=!0lo~0t_0C( ''~0O<3[0sOVqۋ'X 6Rpz%uZD71>!ib{k@kj[w=kҏH~Nm@$xTM4^71pҟ<p _ovGgIENDB`PKs?\images/menu/icon-16-upload.pngnuW+APNG  IHDRa`IDATx^]HSa{>+B%APFB@Œ#(0R 32[(kRE2sο9;yyGr( )!*6YH#,!1n6gZ,߈i`^R_xn̞0-"37Ԣ(X%V%yX@uaSh؉fl䁇e}bZgY߽^T 9ݦ ֿ)g2> 1Sl:ӭ~1mhn<>s)R!'gr6UpwoŠPu/n0\0=ښIuIY2ν8'̳ZH@ҵnhI(9 "- *tbH*vnN&)X41;m"o"ESbT 4Pd!\s>jEջ B]2<NHUK&طP׶G7{!dYJ*|OL]tKBX^$$4$Wg^Ee_idR<%IENDB`PKs?\h.:::images/menu/icon-16-groups.pngnuW+APNG  IHDRaIDATx^eKh\u5/bFGL&0iHƊ]E TWvKʅl,XP!BbhA.DVR4MҚ N3c2$3{oy`p~Ob$`w=iZKHȀ⧏5t׃&ͼ]$FSi-_UN}uTpE%9G|bHTx;Tw%@뻐՟o:5r6*x ?޾bDZU3Ygzzt:ޕV;LM4 .\TsE\uh[T*uznn]@$9:(Q^"_V} EKG,í*L,<99T"hei/A0 <'`˰Y?`9_<$h7t=VȍZ?')~AL|æ'R9c)b@j uɊCc(bں+lX< @wa)/f=Ǚ)_7j~_Wmn,I@l {T+Ipe)CȪL&koSWit`B?}ռI!+I !+fff4d{{;/pX ?vâ*2qJn\@0??$Iq )Y\ۤn ÍYqvx<~>`Z6244taHullxvvÝ_?>Z).IENDB`PKs?\images/menu/icon-16-install.pngnuW+APNG  IHDRaIDATx^=kQv͸FڈM!NLk+ P+ SK:md1 JT0HMfvw>3ܹlO{yx_.xlň@inmI\*:#Vm`{ˣvu֪ 1SY³,dBYמm6z÷ rt oTJ" }+ӹYs?: ߏ`"TK f%Bhq.O\>2$HDYk~O $%"ٯy8f\DF8^@D6[87umy?M hN: "Oсk֣y%@" PeAx>onm,r>~Kv_Ёpi)ѕJE p. 0*a_݆z_2IENDB`PKs?\`iimages/menu/icon-16-default.pngnuW+APNG  IHDRaeIDATx^N@Ol->e!knx غD dCL 2g҄Ih0$_;OLЄtȪ;1%@c$ O}NsbީO_1ΉAL nZ\(Z'cY^j N$nޟ-@43bZsRN^tيNYKSo!'6KKsDה8p3 iۦ=~ F@jFH0(RA2"nAEX$d-d֏-BȳͳQ:,E0 WK*y>ڛҳ%ATd*Wο [CܥIENDB`PKs?\Eʽimages/menu/icon-16-user-dd.pngnuW+APNG  IHDRaIDATx^=hAI,V=!\m"XFSX %bHZA(@@!9Hrw;}!Y|Be:Ͽ[<^oP"7CpEUE? R&@%AEe:i*Q~[ sŠhIa_#|Z77p1n}63 ;)P%8{;|}}үFwn|[A44s7["? 2PIENDB`PKs?\^^)images/menu/icon-16-banner-categories.pngnuW+APNG  IHDRa%IDATx^]hRa=3%("F "mEPU}\ E5W7]Q.*E- ٰΪm.vNk˕gBAOݷ㳷_W³emf|h12n/z#$em>a&;ya_u7:Y"O8G{"t* \g 3LoƨO*RW`j. 3 $ZÔމoVД2c8;$KDK¡e(7՚a0w!$.T4$"[*[zl6ѼZCB\Ԓ-vs i (1hV'R_ރB m'[qbqtZxVnv@!r w뀏9s^bm{$>Zlu0KduAo8\;< EPEkI~ #Sc~ `0 xm/.vDe]gpF IENDB`PKs?\U))images/menu/icon-16-newuser.pngnuW+APNG  IHDRaIDATx^Kh\ese&[IimZD .H,$R ]Xt#^ ݈@)oHŅ "-dfΙ9_fS>.틈knڹtp0y6L|ARݏ~''s@,4v6>瞻2M=_e΃y 8EwލUtA>݄$6jiM ~kN OW~Y#t|\w|6D&fUGl^?Q4K>'ITAWۄ S(.JS KvJ,=0vfVv~ϰ0YT*0UJEZ2={7;yJOYy}z~p@:51ϹJ'O47uXq a/Oz:T氞xEL%Jyv7זz/yL{BcBHo,b:(E-E7)$AP*fAP RF1ҥUˆzq6uukD-t}}65wRZ夼G;ƴN}dtO|!{ƦYxyFOB AVyu@.g5 P$ HS/ 0L=mȮ ,Ոj(f[s65#5"'˗^13(ƴnIENDB`PKs?\P0$$ images/menu/icon-16-viewsite.pngnuW+APNG  IHDRaIDATx^ݓAJ@@_鴱ؽ1ĵ^Rx^]b]hĦf! 2B- ?!ofWDb)<7"9>[fsbnOS5&=$m/( D  nx>*xu =CfaA[ MNeb%UmE?]b{.^rpLlVZ-IENDB`PKs?\Шͫ66!images/menu/icon-16-links-cat.pngnuW+APNG  IHDRaIDATx^kSaޛ6 łHQďtݕF,BAZt1UA[VĠ`$ ic{{l(I ]9?AU_Zuj'kUɷYպ?880FP]Owhj wRG;|yIʆ.W}2cuUKdDZ$iw.OG[Fbˤޛ';\\o _LY,U<"=!K "pc/(RRb wy$ڢ|>5 8^HdN\.bxnw_A1~m6x<,qzzzncCPk:IHh"zSUo?jEՂ`k*y eY!&,vHmCt:0L|d3dOO̵"nh*b:δm](r :w)L~b/?[IV*8p(ܦOz !D""y3WzwY\ɧG L!"5q+17##6^ IENDB`PKs?\~?images/menu/icon-16-menu.pngnuW+APNG  IHDRarIDATx^K:AuwIUC-ԩ<= "PFTK t :\BәiV۬yߙ(Ћݻ}b.`DaaBR6@7Ic &@1&]{` {]Au (ѡ`:LSK3,˲lonmsDzHM R-'9KjAiNB7ժv4XFBU<}.qSauBQTyDvD;(j-_ ȟ!8.2E̬r8cW*F0h'p\_]"ǣcf[it)IENDB`PKs?\U1 images/menu/icon-16-menumgr.pngnuW+APNG  IHDRaIDATx^MhAlf?_h#?U<zHM/"أ7RLxA/+4$/Cjn73$B<'ܳAo{9gQOo>95}:YR:X*5V*}WPr i\9Zc!n×pHXeBw vd1x[ 2&9\@r }\?x}|V^-U<=#}(IPJ(f_D35,#̖g` @Oջ™׻uDOnţ^\k= xwSK[n|7lBJ"6?[XX/{ϺnyRꇐr/opLJ7c4f;4kM58uX ,g"ohٞkIENDB`PKs?\ɾճ~~!images/menu/icon-16-nopreview.pngnuW+APNG  IHDRasRGBbKGD pHYs  tIME .!0~cIDAT8˥J@$ **œ^|*o^}O>oЛ=Ճf%6iYE%m:o?3{.X@}A,.s)(ZJz=ދYխ~g,fXSdBȜ'?/}]Ň.cƅd1̴ǣމ~rtZԠCYt raTuF!k" s~wJ׬ՙYMHoif7I&;0PΝs=g@!Oȋg7|tW&CLE(0&osmjn,0> KS7}M2:wCF,O&4plA1XWlt(ݹM,&` M(ͅi@c/ Y̹/y;I&CMaRp0x'ޅ/:>L&_-}@y4/z5 ňU*`ggKc/~CW4M&Ft: h "x5X 岳嬭qccn^ZuCxN?>8:l6rm.L$h4iw_غn6!H kNNN!>$OKlHpW˵Z=(HRёz@6ۃmnq]#ݞ҆?˲ڕʶjPB]n!Q Ri h)_ B_X$N?|_ޟpG*onnV}@49kşVVVmLOz uqVEX"+Έ ^x[ xi~y::3IENDB`PKs?\e images/menu/icon-16-help-jed.pngnuW+APNG  IHDRaIDATx^}Q Aa#BFfml|}+ A,l!b#kaAA:;Lfٹ7->s3!d;dxM>vW=In4c%~09ft+D^ ; AS`:iYy2l_?7&cH8Xΰ%jzIܦcedOhrHa6iͨ M n> /0n<N@q*;{.nRD3j`rs89?ý% +ty/mo`0)+ . ޅuؽ.]Tl=][C8| $<Yz1sMn Nyc<F})SZIENDB`PKs?\7  images/menu/icon-16-notice.pngnuW+APNG  IHDRaIDATx^=hQ;I4f]PHB#X`Z0V`,*M@EA"n Z(+[.b7;;3ÅMw_DUE &(r=%H8q[J^1o5SEW+;˨NUs/ s)c $cOpjBAp{iG =fGq#'Px, I<__SuK?Wm@  Hݝ1{B ٨l4 l %C>xk,jV*% %bB | Ý:RP U/kȻT 87a-Z <(_3{G6 c;`ciOfY;.̅bk@a&(aQadE2lOw@ģD7`>¯l;_ IENDB`PKs?\/** images/menu/icon-16-contacts.pngnuW+APNG  IHDRaIDATx^EMeywn3M9V"4a.#(ZT"(\D0LrhQY#5P(*AiGҙAq~&.q/爪5$RhHL@c@ZK[̅99N.{WJ,p5A)hh蠈HQ]n~somc`]Q0@`X%K'nifEmwʲ}l5x`M:-i ԉ$ _"fؑgvdZCl}6u'< n*fM_ªŮ\TJxVALyJ})n Q]x6::=C[̒ Hm_p! VTUWh!]f [,Jǘa\FRx8d3DܞВQF@U1W5zyHFhy !_.o.Ea7;xKۭv߼%%NxtC+Z ( $<}J|0&'ϿkWY8w%e12}q90 ،`2H]CyOcPDD4+!u0;si`;{&7$ V!A04UgnްP0?srgHXtզNģ=?Լ JޑrG6mUMsf)GSYZIENDB`PKs?\ll%images/menu/icon-16-banner-tracks.pngnuW+APNG  IHDRa3IDATx^MhAlM6iHՃ P@Xq[lz C"$mox֘QJLN66i~쎳,T|~3!@StEj6Ks8m~r>%`Mt0am7hج|WGR1۸lW6,=Zd6"ş H.peA$NgsP񐐆xsey["}/Vɠq8|Oț{/nXPPPb@gOG쉐Ă" Ebk}u@nVWE-E[ r ;I A6n #CQx ˟3X/DQX(ԣ]p?mrfes ۶71ݐ@u^ \S$`jjщ' |KrסBwT~4{L9DJ5 u^.,m^KlVټ* A?ySx6IENDB`PKs?\C images/menu/icon-16-newlevel.pngnuW+APNG  IHDRaIDATx^?haIPAB.fOPhB-ҡhP(8:v@YJzNDAAZkzJRkB<8N9rv%b.د,7gӴ fW4rմ8sGʥr{<+U`_3t緉7|p רJn*mX {kXhd[L$ܣ~9\J}= L<ͧ :Z7S"875= ` 6E\C±,Y*k?~PZm@q=1$5SG?FЙ pZ$p2 R@Hӝ2O>h@dΗ!@(7v/)j htJ:uIENDB`PKs?\t MM images/menu/icon-16-calendar.pngnuW+APNG  IHDRaIDATx^MhQ$c&Q J]ƖR\)t#\ԕ,ڢ+AZ…bJA"(Jɦj Mg$rͻCCE?ý]01y{'Bqpw v[Ȫ%!$aC4MC['i q߇T n8KoLlⲍrĒvޟCTU.Z^ Zš-z+X,R:͐fYBX܌fIJ7t$L~TOtzt2M RV# G_ӷ\=#<玫QZVXT AW맠U;{vѺUն!hnLmgNuFԾ+N^5>w^ͣ @la_q"C$^~Jqm%Ub{WBz1B;@VSjX#, 0-pwkضAs+x2V=$麎+ύ㒮Yl[\<Iٟ#IENDB`PKs?\$Mr)}}%images/menu/icon-16-help-security.pngnuW+APNG  IHDRaDIDATx^KTQ3^FLmtZ,U( ڴ,!hVB*I$ [43:sί2T ^&[$\EAsd-0@g (;#A/0ɓ@ ;,eA$Y&r@Pb(lL{YH,,G7"B_|p|"肛oӄz4AvpCC!(09(ëQgٽrJ[; DcQFn&4aܻ%"T\X*MtVXQ(LmWp^oԩ cbY+/םK?kjfMÛҩeЦ{;]=l"]㍊esL4$W`0fXhWgO1~ӒVW%jSDh'6dHيxpou⇶ |TfE?bmL]4c3RcΑWA 肠It/aID\g~üۤpy!.n 0/!H%3 1{]&*F JW\n.@fFJP_my Huգ(Dd7 H8H$ܞw!L.ב)"po1e<4z[:l!IENDB`PKs?\39!images/menu/icon-16-back-user.pngnuW+APNG  IHDRaIDATx^Mh\e͝dRj$iQZA`mvQtTōk]ق ` BRAP?Q,.NZ36M̝$ۇ{xEU ;<;_c6ז>zNÙO~BO \ `\ڝOj(҂ ҋ~a; +FcܼݫE'6 Z0RsǠXvw.<;{;<9&3@;*3O=7VcWUN4ɗrۯGs<#÷SwQU yP\_k6`Wػ}{DPd3Fƭ/6V1[M(@gUzmW R.q*VjlF7h\ =G8T\+d)ZA+"*X_0FD]r=!οbv޻j7V0 /r[p2U4iWw`Y|:[@FalQUj:8}p~%(<5 7!R`ZOSo=fVSkNdqX:(>@Mp@{#'n.{>H":u{TlC NרɳP ' ݇rƲ,M0p!_jz F]יbEjR+fC龍_xZۄ=ۅ# >@Y>/F0 t:eKmE^wF\f7ח볏8x˰bE 0ly7z;j@2i*F%΅ywK\߽+uݗܟ1=?aMB'&r X61'?_UtE(QIENDB`PKs?\ ``images/menu/icon-16-media.pngnuW+APNG  IHDRa'IDATx^ϊPƿ{Ol?#ՁdtEA|_@}ץНPvbB@PIܛxM,ywɹ7b4?hF&pĄf¼`2Vbټ[.wJҍBofYo*QhTEXamr9qw$ Oj/sH!̏uT@QMg -ڡ'8NǐWL&_=;NH JkyAp`&gR+{r*c8{kr(u؄06;C+'xƎ!ZV_qxinR Zido:o}_7 s }ey!iXp f*"qSǫI,Y o:~}GݼNfVBd vxA@#N?Uk68%>" #Jĥ^j8  =?+o)4:#IENDB`PKs?\,DDimages/menu/icon-16-preview.pngnuW+APNG  IHDRa IDATx^?K@JAL߂E\;b\E`,Zp!/hJ(.w98ADX<&VX[ncez+Xƿ֐_?Px!Q5lۆ8Wj(ȲLJ۸LxIzo3-fiJ&tpC{W[|b"I2q|L>u[qL^/yQ""GoP u]49, @Zk,z<ҕلIENDB`PKs?\PFFimages/menu/icon-16-stats.pngnuW+APNG  IHDRa IDATx^ݓ;N@EXII<@شv*X+aHHTO,3)I(8ӕnq+=a7l_ }8XŞN + `<~&I<'MSшt'edp{ M x8\~)>0 $[!2 CB.JChM߂ӚkYA=3jʛ1Lŋ;]-(J7:U;9@e°k:bOf@O7cpQIENDB`PKs?\ images/menu/icon-16-massmail.pngnuW+APNG  IHDRaIDATx^AK[sg4/Iၘm.޺B!E7TpUܔnߦߠ]bWTS-ԖEh-X[&I&@??w+'g $.⊢$}>T$ Ts\񾾾0YϾqcZF[z1+x$ IL?JMw!`0h]tV6 giJFB9p8 sY #>{QXD݈#KȗTVN'f8 )?) QOmkH[G#w#mFj j?^, @f0 | 96ݭZZrJǀ"hZ.kj-찃aT6_ dD")+e.7wm`z~~'`4VK+A]^ ;O#"71D\>6WNSCC5UJ(IikV&L&w:offfn}Sbp8</cccsPFBkzB/ѪIENDB`PKs?\ 66!images/menu/icon-16-help-this.pngnuW+APNG  IHDRaIDATx^]mhSW浩}Qh?45Q9qBucne"PQ탐BE(Ёc}hbF4&7zN(߇?/9 ʢpK' 슑"B?h۽5w^}sPs@AX= ۿf'ͰZ,܅6@&xp`?Buhr;016|@ç+x  ᰸1 ɳ & y`Q#{i=2i/ܚSQՄzq2wɹ/uItY(<t=g$}Ej' 6~SJTպ@JY@ + B!#x< 0tRȨ ANơQ9ܣ9ގ2 }v񦧧/> (t.ޣgW\ݞ%溁n ^q7Qw`~z(0Uhmu_)Go $ 6Z+='9%-m%/ wfr}Un\^V5?p)2sBUUXyޫ$*d0gJ,gg=1g(*EmױN9mƦA=e'#R.xRĪEq?/}Īj9P`aw)aO=3tKg3 oH7,|C[3IENDB`PKs?\^images/selector-arrow-rtl.pngnuW+APNG  IHDR t^Xo'"!G6qmgIENDB`PKs?\uimages/j_logo.pngnuW+APNG  IHDRnQIDATx^X PTWO8!VLʌC"*}Ȏ"" La XRܢ m6i0,Ⱥsv,a:>W;ns݃zUWeЫ^*RaSolldtM?w64w0ugHe9]O(?lml~LQUpiw|;.SdMrfBx0w8`1)p~#$ƋϜ!0/*^l\]+hhZRE-n};ۆ/Cn[z>6p8Ax W p?G%h4M]Mr9pS&?[g*ٔC'b~]~SfP8g ~-<=& $f^>4*lw^Λ7ڞ|zv Ėӗ(~va>sfϊnaέ@TPːU^o^{|ma=^U+ H "دQ JMr_3Ig  m~/JX|6nM$d]ɟ{ yEU[n}5D+y+%(N)[vEj[: W:7-\w*JM 6IeJǠtyDI!y8~Smp h'S~[P=G DNJP(11)v 2J/jE|;sԦezXB %*Uʪh-C+ <_%${;M3LE$IzeTb8A͞m4)5022A8$\5@ 40p\$iE :k WB` pyW^5&ֹ=^`Ylʲ2Ir25 e&ooob"'_+ph^Z/iȹ[cN0yE]e:3nO$H䊢ZApXda֩t]qUK?,)UԂE~4?AQ5hjԬŕ΢r#2{74#`J̲{+ 4gO pۼ61*6(*@\F gݚYQ%)+*`$$|8+{w]w-h| | 'VQ{.}wJj@^{/=%}VVVNoF;( l>Ϊۤ{^Exv!H(X*zwc65_t3#5 P bsP,IxL9r:dZO+ǽSh6a ,&]1„/m]wwj oV>bX=$(U6gڼgA힟'鄝9`nhq>vb3!!KQ]WpC  ‚њb?Pd@kOb;svq- {)DyC+ MWwtx8Z8Ԑ@ :gGnA˦$%-b0hNfùYpY_΂4I^;٪!ܴ>1sm|T@MJQӝ@h6,d6mitطs9f1 IENDB`PKs?\!images/header/icon-48-checkin.pngnuW+APNG  IHDR00WtIDATx^{lSǿ׾?ha !8Y ]<Z44v)Ж6H@C'u[B0 TB N€&aIBC~?Wrrja||u{{A(#c & L0]rR6 0mUqp^i"Qnd.YfB$_(68#w¶ͦV?H!X!  9=X)t^Cc̋,Ew1mhY駈 !Lrb:%W%frF;Z&gcfDSr^ áBe&U@zъ&0qNp@ːp.TX4‹^؄z"+ i@a\O3̀nTȖ~0*/ot6^X|HmAQ<⪗l[+lx>҅xG`(.kx-f<'..Kl,W#-p_Q9ʋ4Q$F,^߀1p}S}uo;o[ӒhUIqh \#,^\2wY2I1HNBfK*2j~EsfkT-Je ` H'?o#Ih ^F:·FzΘkd/,l pxE@N KV㦿M1]=s~Zm|Ԏ!4(W(W<1B努72 lkZ-x~씥Hf5D=5smAveuFb}벚aOnrR@% 7Ը6[cLY1 ,19&N<3]q+jK_u60Qt_^)Ii }Ֆ@KLm6⶿ xe3r )D 25ru`SdոvgMquk ^%r}Sji\EHE|0XGp\ǥD)+6)o ׅ99EVGRaҍBCߨw:oZPHU@ !骲Vq[h 7Y[ZS׽̞bk Yŵ;!·0M5۾27 QbAI_[\',41U#r<`0F>:u qu+nL|Xq>IYœtYXW!I3Rhc74>@1BC>@e8tMIENDB`PKs?\r#images/header/icon-48-user-edit.pngnuW+APNG  IHDR00WIDATx^]hILljKΖXr.Em\^TbATx҃Ep7M+&C==mM?iy'qLeGL Q&LBWXklLSB"6b T? K 6"ccnQаH4PBt: ;4녦Cv^ tevw'b8 ΧoVHhՅv(-;Qyv i W=MQ dTW[ ʝxvE{EseJFwV3NO&y^^\3Ֆ o/3J x#!A}5BLm5m~M:Z6Cނp_ %`ܢk:H-Ӭ3$A1}ah\.k{^ k28|b$1@=*ACV>niW<*44qՂFMb@:-_UAi @3=XiAo]SpFx(f Wz9udIW 'ŕQ%`4*VĨHl *5V{{am;tQq9` !"6E%]*j|hiP溼6BtzC`ďŭ_Qm5F98ec6?)̦K_m1L2#͇oq[=Fn`u0_?0̾8}z_ɇ0:tU\how@}yl!B ==9hHh@/l# _AyE5tOeiQ?K |t BP@p"=2ذV΢#9>{sӀïz b~M1+D$",W> GF sПHJ YDN3IENDB`PKs?\V8Y   images/header/icon-48-notice.pngnuW+APNG  IHDR00WIDATx^ՙ]Y眪d`vDP AvIύ(BW {֛o'X ~$ tD|Y{UYQ:Y7If23=RuΣX=tMK"/<>̡Gă?E.p Pq@ʀC,G΢X@Z2s@롄kP] J@@Tͪ SpGEZa) lZFcpiIP0@>7 [b44v nJ[n߃5%y/9-" "Rw7y"l@h i[ r|AzL  5"X{MI {|*Kt;Mu݇Ov =6WcC;s]~a#ۇjOz 2y lr\λIO$&l&N'ͿhŠ蠪  07Bj5 FACIG`*4N= XOn9wnh&a)U(V@t!y%oZJZـF3媦U2-r BXRGRH~KKGK6}x6GWTr*v^=2@5\wZ!lO{ X!~~ʟ;GpL}B _A ))\7/1` jwC&)[t5S' \E9O63nA@0Vkv nT?И4}*fpXCk,xs ߺBU ޸Ʊ6=߂OF_ ӌmO,$! 6)l!:CCPӏqj.YcxF+> e\lXyE^#5.2Qh `e@e9,6{vxWF @UZ ΃doY Fj3 P'x~M:ח`] wm@L=-ъ W5#۷Fw4xfwh{kkkΨDY\r.jL\CzxG7wxV:c eb֙&Ibߨ>[UO?6# rV~b,` =& H3s%eucpå3T{~ҵ~m[5x[X(鐩O<| ]D@9Y,DWևھߤX< jMbQ$$Bpe*ӣ;pU7CrX,)6f> ? oxbQL!v?ӷz"@Un.,tdRQao9#J@Hh=RZ+ԙk# \ބFE}??2]Lf9o-e/g(\VBߊGaH BDH3S5Q>ae)K%y޿$ A(3^$Je|y.sH'(ҋs-2YE b|+)d/J- 8 IP?*Q yaHd؄c [k V`nG<; cYٮ՜]\XE !89Ƌ\J@J&åȜl8>NU謞R 񍒉b4YR-`DKh;ރqM] E"X>[${:ǢJ4X7+E5t|I]eX"D0AtM*?cts0= ʒIx-G5=ݫW'Yؔa!7 P?ReN[{>;&N5Wi .f'l=hj]{,^_r{uD)ݹμg 7-XDS6A_ډvԬkοշRd%@PT2GJPʽcsڒ>(J.6mfFBS1s&*)XMK]E^Nw7auh`p]c9G˹ʈAr.Ez™XF$/8ߵw+R P qr4Tb2JS$TqFftY_WL_gVO ZcV$4 e *I@_Yt9av}:ttي/Dӗ>ww[CB̹:UQW,A!$h$8\`LǃK)Nv7/)MDK5W;-IJ:k@ ֈ^vnDKtifAˋ X Zym.Ai4 F F@ q!BP9& G@  @uЂgb>4 h<(X6 [l8_- :sC3.PZP<2\.$¡[*`>.q[IENDB`PKs?\uuimages/header/icon-48-purge.pngnuW+APNG  IHDR00Wh}n7sjֶ%G(euNw#4|u Ѷ@ ʢda =`JpM t>B/`j٢g(h3!(Yk/c9rNOý ;@+zXHAi I}<H ; =J zX0$A"@8Y@[-Rq$R@u5_y_j y1b,wH(&$`F!Y(77gJ@/rxH9@ Aѝh ^-jDU]p盈6$<t6`Tm]ߥX&/_1b U('X^kfTmځ֟ޣ"3!M6s Oֿbe<#n13y`P4L/u+! `N9*n*0 R&|G]rJ@hyQmE 3i@Tǔkh3?Ӆ x@|y'S-z_ڧ^ŏ4Μ[/FCPM;KvcHU l2 C9&A L>~봤~i5@kWkRJ,} @)x||wO@j rQ5&Y ˝6`xma Ɛrث`bRR(AKK{}z Fj3A]DeWF%A:zY*!@^(7(:JGwm?y=iIfX-BJ T2w=n6^hDw>9 âO6twu-JyP6^ڜaDH&@c[UȄY=/΁8/ aRΩl3HM`#4B`CރW.3=)_<| Շvopd w&2?~G" ݟ>rF 2'l+7 ?*mIGvLADEB^^0x蛫ٿv) ussM,6cŻ8$̌Y>5V˚'0`O}DR؄g bzɨ80* B(D p!ll4&PA@04lan5`!pEC0I&J !F|)IMNVၒc**)ŃQkIENDB`PKs?\   images/header/icon-48-user.pngnuW+APNG  IHDR00WIDATx^՚{\U?ξ۲[ (! `U &4 $E BM THВ"KRvvwfwf=죆O/ٛ9sϙZ>H>q^IZCe=o_sZsFA˽ K@ ]8t%fLũNaGײ‘KFcE˶2na< n?iuՂYa0%M/~!>P|;kYW3zuA)&d}=0==GIX ֮ʶ}9CpXY<i|[* ITccM0>fݽvkR 램9{ӕ-Ⱥ:l.Gam9?e=<(OqW[֠; h8j]bqIلN`~G>';X0Jpj9Ϧ ٓ ,+u?Gye X -^ RZ^o1BUU+VuJ.zEMOpTt8 Y7i>=i"6m30e叱yzz2aX%b4lԅY:/Ł/|APv89`JU˯KxOυpD/d{SWS2Ն6\F|n v s+է麤 m,dMoڪA]8r ǡR¶T׉Fj[.&"օp߾[ԯL4 ]x]{$w۶=ߜ -k׏WS+CwÛ05,#FKzU9Ϯfi+7$].R aҧ ad(twa1AW0 y+/n]vAS>j=]DŽJ^ZZH&/}܄Ah2Kjs#O-}=P:dv΍Ud]DuH 8!,#a.l'a4Okm pMUu*XHap&,0jnkj}Hz Kňg(`Z]_zBiCҷ(uY~ŌMXZJ8&O:kN $a̴x\փ{ijf(5t~`,b#aqH+A3n7 q=ȇ RȍJ@` *BsmLina0NZ-@k V[iF0^2sQ#z5!7?d=ݣ "Hs~x{O39pIA(b3v`fc3{vkAQ\G *xஃtSIVUyJ"Õm"RF)g=Q[*̈'a OSʺPݹh yY`DL8B"DQLuAya h!3L6Bm#ך ԘnYp&!I/@{/[ZcEz?1pjSUUT/'l^(eIh~KHs&d0r9 S Eyr@ D_tݴ/غ*[p`1Ĺu-\ 3. Zk@]EUa4MȾ>Pǎщ Ys1K,Di~~O$)\?9B8Y=fX4/̙33ww]B)3Pǘp;ߠ:cD)Pb<-#a֜RbxC+Z  SGN%eİ|.]{kqZa!yЉ6]yùc̉vuc`a9tϘΩ9F(`Zd H;q!1 jKQx$w j @ӥ1ʼP*k׮]Rfa q1ChxE@2$@;\-p)FNgOc DŽ fFtPг IGm .h"X>9 NmB`%7@(c=(D&'3tyM0 ' pnyyl˻4xKvXnCI6-B=u CG[ZH-nUV,ۆ$IL\6? OBF V^a6=9О.!oM2MB!(-<;S@A8KC%db3`ڵt4o&(R#J[>UGGD7Gfok J:w~;vx5vtY,2+QS t6\½}Y"BCB*?}pe~x"0=Dͭ3 D GϨd 5@d%qC-G/\dq6bޭ0@L7SS kЀ)EGl )H*ie0c @Cg⮜ 8P,PaabyPK7&ndj%ظp藂`<~+Y} _@^~_wc$Pn0vFU{ ֮Vq'Y rTgj@5kVוW] ÈnT NhoQЫZƉȫV:Ƚ hcO 9O:`NVK7a`l!^R`"71sk* B|2_}#X׎;!DEm€T3#TKkܭ{N`ތ{=-JP:+sM깍4wj&7 fܾ ,!Tw `J@%Ё;< @ zZn݊ӧO7`[etHk~#n[SUBxɽ|fc濼=r&"Тaxg@:TNoٲe/( VQ:at\]ϘA-n@UUG HY(Wi0 2hʡtdEqHHI`,dY$'b"Pdlo'L`d}[8$y嶧.-2}*J1„J%QD 7l hĄ e_Fm2 !6d ;FE+Ɨu P(&U /0)0-]&. B|aа ⺳z?E5X&A(,Ԫ$X…*8($AmI;f2-\fJP;8ŋm=Di4>2lC45 87Xxxb?>f͚;6lxhRZ$)-hI*vl.FC f׻ދwgf ^ne_g1|;笢iPnLan$U0 L]Ν{!:ɤsөz<۷o|b$+,\= YzR)2R:yd~YMRHpg2KJo]4:qK" ~"m۰|uu5JJKXMm-,Y gŖ:?ND CFzΗ[ZZvAq&A8kB}MƗOvu]u s irJ__M*dL0KTaSB{\.W'9d|wh0GXY_G!E |?ۉW,f' _|B lg':Og&y[ `0SCSE( зV}uwq1yZ5I>HEb30E.8L8{AýIHP'HAGc1wƧ׎rEUnkڢceG¹r o4O{qVQ:0{h3e mI)9^x< i ]0u@Z B*0oj=?p8YE3\ڌ5kְ80IAmS>DUZbdw>!Sȳ FJj54(I u!*^e.A3!H"*UU<6/>l%ҳQT&z i*,p<궾YZ@I\PLtbeBF¥\>H Nb:e$lBlv4^TMU z>Q%b~ki~tdxvL$3wzCRO)6nI,ׯTX&ذq"4=|oQPs!/iQ%D jzoy |UI'yU5-":XYMf\U68~%AʟQ yR_C!"^vL$[" *SX Sn"ϞYz!@v۷oUXVx\Dl|Vj /µ5 y#m旕CωQ\zlilV4>UߴK*$" ;-{ epݓ*//s;Sʠ">XH"nt$`/.GEfkWQnq]p$4\){_H8@os/@vġiCF _٥vJ~{nٱeSFcyBЏp8R< F"+䷞/ԐyJ E+* TUc1,׳X>qQ =U"πP4G ŤeuXu4=,Im:/End'ɤ9L I9*Ƴ;sO e IY,n9r,s4Yl,]̆NY#p>/ҸzIENDB`PKs?\6!>> images/header/icon-48-levels.pngnuW+APNG  IHDR00WIDATx^1ka%>98B^ B*dt1W,$7uң潤^C rxkqx@pV "">[{ZΉJ7PU $/ Ci x4a(J@-i|<&~|-RzBw=XTGJ.>YV|(H_; 7`袿;<-'+J +x.!P& XK!z.Batbbxx#>Atg?}5(;d `G7C-F?Zʚx1/u:[Ujܫ;X j{G[L`{b?v>qnV߼^s5P~pM~nsT슮;6~ߴBpsOG@ [͗m=2,hnhhٲipiժ{y-X]/OY) N33p4OLu@aj6^R7crаg5OQУ6!QȢ"EQ*0j+|Xb  @@eE$NfP&m6j0(}6[LրvRcv Ȅ &! 7‡99;hBK1;\.^;o5H${nB29W#x fR2~xIENDB`PKs?\6<<"images/header/icon-48-menu-add.pngnuW+APNG  IHDR00WIDATx^}lU?ޖBit R\(X)` hb,l̙lE.&-,aX|(`[K {{^g7'd˅O͓s~2@W\-V*-2c:ӊGQpm?Xv?2)4Iy'v,wXTZ@iobgT?\} AGk_/Fsͭ)? #/@Y\cU?ID';ǹFqxh`_SRV`~ 4M%|t wn!7eB93*C펏2 p4zBY0 BBIQ0M?ċB?3&O …#a|68U奌G<gmMls]"L|7<7j|GҲ0? au']uʜV&գa"Xc-4C4|8݉-)=(qw$%,nRvN +ZR` >{[ u9&eXd#V9^rpxQ*SCH>q6W:A}ťf )lĥpŕA+2*rU7S % g3IENDB`PKs?\- %images/header/icon-48-help_header.pngnuW+APNG  IHDR00W ^IDATx^Y{\e}13;3۝B[Pp5QZh(;[Z51btK<AD\ ADZ5HI)JLlWWmibKݾ@mEy{9'_Lߞssw^!ؔR8];Ý4F7K)t)(@OHC_rCsa/ۏsw0;x%z^kڷ`6l˂E !FI:@uNì%N8 `=!o>l&-dgdm?$ {iBNN@Hl.h-k2]0$RiC7B裊fV8[8gN"Nf3&Z8it^2.n8WjdAQl;8MA6jU >oXv"ABf4odDg,R9 2VE@XC bYx/)B\ T@seRim9(&nH[SuMQjy:yx m#>!L:o'RHI+ٲVlzᬰJ:FB1}#4gNJ&9O1g֟4~MJYumuB cfo C%wg!%MpC3N`ƞ_ZI[)51>'e:v7\ʜNPU:yDZ-_uMiɼAʁBɅйr}b!ɅK.AV<b-ěL93?7#z^i(m(|Fb`±tH,:Ө7M`xy7#S9BA@Gv`&TiO.}suVS+W!M[%|Y @GHZY7nV7ǐ^~;¹ִ&7CrD1%ruf`D: gw 03 dG%x؆%_|L˘ƣ0?ۘx47ItNa?[DJV@6X\3;w!PJ|#3ǦT ,hӇL2B81 >owUy%Z95xMߙ, Đ:@d}凾Χk=z٬\ЎޱͿGmwzᨅ6ཱུ'~_]ғ(RcҲ`NZOcd{!Ź-d t`x(=; rEuW?tiG #Ȥ\DXw_M$$b"+myw-?F@f\c_>~ }RZBX 9Rl*v- }ns&ɹR-B F;5 Px&Tg'?zm7!O`B\E+(minm,;kŝ|mUmrйBEd!- ;F譏lCL:B}^ @IYBC\aތpWe]rd"={a.=qK%H yX 8ɓ '- g5CmqHΤs܋@&E6/Z3)AS.03ׄ5{r+a=Y ܨ}ɩ¢鄬灅W%Œ`]Kk[\dD_KI~4Wa-_Qvț &h0B_p2O>c]ß3c14: g?Jny˯e $R] dX,gNͶqRK̿ [g4# &D:#$R8qr[zh^.&σW)#JgO{^7;?90~ yW)I _]v9AfZӤ T[;DbzSi%9=9Ğ={ X Ta5K6[-R0èMӰ,|> {Cؽ{&]B+QSS9^\x \tQkbm joOl4 e[Q#;5;`l32K)I$ @7jkkb_l g=q?A`}z$ud8vBo^]rDE9Nܹ= =ܼrQWTڄ5@$0 62%w"ɩQ{ ѹs8{lUA>]@{{{N/ f)5)D*48r_q Ld-***dbenY7oL&?7668\iBϜVFɕdH4tˆnaq[3Mz8ax4U3T%D='J6}f9۰QY@h˳B37 ZktL%*/v#?I]y뵪֫S{3#%LMnYvUut^us([҈ks&.U|l/yC:RicT2V7 VHhxb*W`` m8SbO,o5bhd s[hRy,A&eflQTv6"l`h}ߝBES^⢛A%-`QUTYY&`|f>'= " pg&aSiUVLԱsY 0(EHs7ua"6r%`Ѓ9yl$+9b )Ao)8Qw~qQ0h9+ p8.šMwxHXEJ.IBL@嫩c1󅂅zhuiT`ے|\EI1RRc \T0JYTn\rD&0 @>|S^!o5h.])WRS|&WՁ[v~*C du5 *T*0>J$òP YzrVtp #`aCm-,@g9Fooo(m{aև`T y#!pm,˅T/}j{Fh\6Ma<΍72,@#86mWoJ YpC`;@:$ 7ßVh7† hN&:9{ @H)O5yy.Bt5d b@`K\.uqNkIؖ7,XJ~y [;2QWհ?T#]uzJ))I)'@58iy)@lBiEǝZ4D խ K[ `9xޑ#GkRB]F OȟE l:Kjc0''{0LHk9CʹZ(XjzdJ4.GP Rexh>,f2ˑ+ŝCPB@%qE]gA6!I|a (z-TKqEОz^5BYZ bjjc/5.5 uf}hҼ r*ʠ>$*I&i{6x~&1 TuT>[{z/cLp6'$[󆾌&!  p=+U_|϶%hFĖ IOW<839Քuy3MsDzu.nހK{$V-H@{aVuDk&f-m-|}6dϻ|_w݉㎤v(慠>ߥ# t煤Th~VuC^$Kn5ky&ϟbSꗾU|| N(f[D!ƙs!5L(|ehhY`;#e{ؔm kq;s 񾾾jFTzY[k;952XQ# )'hkcYcS@9: ^5sJTR{ɬV<=Ko%1p\D;\u|b!:`%K.^!ۛg͛F814$wN a0W }=s.z`~iME0{ZX@.7P>DvlWJlsc8R"flO5L7~ }l/.yc!>D[MĶasM.|y1Rs=1?@ ۀ{R5O jlՅ3p쬮X6 Q]tU^lU7P,iRVV6T7>d2^? }/X| C&hz!};+> ~ )$IENDB`PKs?\g g images/header/icon-48-alert.pngnuW+APNG  IHDR00W .IDATx^Y l~fwvnvl8 Q}BZmZ5P~Z (P RI(jZ J$( $&Il۹Sc%#?[kyYFD9;rLR]1V+~zoռ?Ұ  R[s𡵗oAS䀮D %@>w4s)7~MSO޳v>XwP{C 4pV.+ "oFS}ݸxf(FH#,(;b$W&&GҊ50M]uf,^yO};{v.JXAC8?0`߁ߌ>b#50J{ Ќ";G/T " ?{E x|.ѷ#Zy UW/AZEFhg毹f6u V,QqWs(W O1Hi"`?qsD ϠaL( ?ј: q43cw2z]Ax=iGR  ΁-  ERҌWFZ~U?ݶbtgœpiCv4Tc IbAXNݺj\}ǚUQ1+A8 3'B,?܏&P @W;զ \Կo3L|{ `O/C)؇cFj"p#`2hPo_&%3Jaj `}A;B,|WZrzM8gc- ~&HBh c(:>"2vPLyM@~xgۏk!+ pp䃽0Al\t0\4dݳce 4fo&Mf!P F{6Uu3 nTg+kE=C^Bc9.$,7Bǎ͐$&Z)d}hd,hmIÄ$0tp_Q^B :Vf NRj4`0BhX~p| 5@` Դ+G@Lׂ@ 7 ֗lо"+P'8ָ5Vs 0E}<9[B渼-@a$jGMKЮ0Kce $H @5Y}P+ H&}]AgeHh;#@Ow7OP, H ^{o5$ A5%Q-tD{i6O/P P7؋@$jNKSבD-ܒu,CwI$ #"3 ȠȼȥٮױSumA3h\9 ߊ f4 ❺Go}eԵn<HA370cL+ŎڲVar5@SU;spB ؕB6U`Ss̵tZ` u|nk-kJU{\?牦Dٱ1dDAHzyg#sc(+ ^<hzWnzLփlG 3Adt ;ۓRӾ/lk/D#r 6-H-ԛQ99 '3ܳc:h>W&t;}Z54 `(}L,$Mqtz?-';e;l>weV4@/Z5Ŀ"iID^%#ߜde}o}IT+a8i% sQ3\ Xa(t! ;8|Yqk)qUhq!EƗ S)G(58bAĠŨM N'[~u C qDgtot\%~"\!zS<8}PݬeITv׮^:ڷvsXF8[, ) =3v%O__RxX1.ʗښokʦ81g0RwdЌvxN43P ^Q8M8㜌B"&,P" CT)A͔0QG]E:QQńbdHׂ뤢Yh=>v!`76(JT ]Ԁ,sj`%SgrIm&5 )K+ֲ *""dE ? IENDB`PKs?\ $images/header/icon-48-help-forum.pngnuW+APNG  IHDR00W IDATx^Y{pU=% "qZA$AV>q$8TNۙ7 әQѶ`V-AAP In:ݵ9CM.޻Z{7l$\j? `8B* v-WMkfMT& z KtlD:F*6]Yillwo: `醺 8BA }/G[fނjPV"O@U xwW\Kv mM"E])G~0!uԶIG?(iO\ru\liJg@Yx3Nr<tawafzH4ˆ""HlKU7Wkp!C{Zp)<6COPsf$I\D{[wlB5WXE@[%NtwܘL"/  Bh1(57ߠ@ֶ_4TE=1jb w1$x3Ud篘Ōo`6xK('ŦmZ&4 ?=tFB8RykFC \_|.}og x-mLg6&?J,0X/V@|÷$ YlJ, vE,7Z~PToG*Uierk192z]Iܦ*#ܺX ng>]]۲T !YY+ZZnG 29#W~ p; ThGד/@ 8ykߎ}x?TlC `r8OcKp d3{+Brl$S]8TECѷ'#J gA 3Pyx7][`g RTd 3VvMr|V}ΖL,l ~kf+ŒW<smXa pm73pagIfiGW;gK Gx8> VBi|ZۨI&x7h*9pgejzލӟC؀ [.E2V cBؗ=v<.7oE;,xPgi@VUo,iA\ڵ I\H0t\H;ק[ fԨޱ$$M3Ň]QU̼dBG\+"g!12M# LEkaoL9oCWRFc2>D\=irwy,巹",b@@ 1]ŕ.UO[|kcgdtt=tqee3]Qi;fe"7 Gs?5<c<@@AXLCSsƌ;M i]ኛO(#-妤 =kBRD#a5Lپ؇MZ$|{.uH۵pdfo&҇FqFE)hQVVU껗M%JeΣOz{q"VC(M[Y?KK6 JH/ n`_@anq>I(MN0vJ6=@Q~|E'DAA&,}0AZugVIENDB`PKs?\mL 'images/header/icon-48-banner-client.pngnuW+APNG  IHDR00W aIDATx^Y{pT}nv&! y(Kq3VG[ kZ`F83V0&-CPC ` !a$ٽ{v7 _wO~s]( oVq-%$@#dIeS50OCBpC#Tᜁ((\B C5CăEK",q8_ypḾ͕ b8G;/4PGb\ <Sme9gaM%0͸xgp|i8 w:QzؾFg <~l\8 7ΝV_FAGXw5tPZ0`ۻGzTFe0eNn|͟tu]~=N44v6,TPoE/ 4q׊[<?Voir4z5ɃGO>yaӏ1ׄg.εxs+ '5jwdq]˳Kc\;v93 %-(Al=hOÏV`Sm^ZQ0MlڲD^Daēg`}yFΗk`|e`, qA7lfSwcge0"3P8F 7NKcv%Pdlv!j*zUwQlͮ,̲AEm"p_bK 񄄸(edkN*ī&4 q"5ּᮁ "TxTLh @W[.% $YFtFj "GpG}4JqIp2T5PZrL-2`۲rNn4qz0 $Nʞ^K4 LvΈ~<씡ZɅ6L>:{el7'\<9ǁ {D !F$cxB@eRT*XџSk2Bl[뻻x{A6ep;HψyDVtjݚjX\QK's jTaTg̱h!mAI N7Ch b$boOD&Ws #n:FI&_$РPT2!= n(gYݱEᠼv݅6 4gpR0љ'$(P^HYjS'i*poU~WɎg_*!p5q㞟fK!!#KFj2[5!Sk"{r& ^ٴت2T8*pme=4CqzO{T {P4$)_6 R_~<XV:( V >PSo&֮13vNnsHV4 l†;Ǽzc7v 8`HuJ4 W;T&\ APE&hL@5\a Эyh;0v`=bWU=޲}'l,]`tPoJ X F4s+"ZąKz%2UuRx YONb0`3./(.7 /nD{c;g"h! BHG $!(H(`Hp"n@^(|7v OBˉ#ica0"/&"H5r ]bB^Xb#T(rxB S?}y: !(tHG$F| g!_"^jxIxhR[* #,dyuP%u\ ,3^d[O,tߏ/vq:0 ϵ1? J@PXDP0!!L$xaL&S B6M0|l gAO2|8sota8v(suS8 :Qڛ}t9v;fN#-S8$AzG#1vyu3Lc':9J] ]Oe3š"h7RQɥUHi̡̦4k,ts;'-:q`f>< BU4WJK7$C>*ƣ'??se!`{+l>d2kk`e7t3|X L)QڛGRnIt2iiZP1Ey:I[(A!E_LP "\E4i)kԑf)Z(U{ IENDB`PKs?\ͫNIO O images/header/icon-48-links.pngnuW+APNG  IHDR00W IDATx^ՙ \U߽/([V+5 ad<,bPhFU5jxBjX@kPb)V}t۝;q 3kg- _Ϲ;I~q{E)Ň9,>o:svD)Pȋ@aakJ"P׬VKt}},:-B~`](D}خn@V]bhBVMS!@^jEGŀ<^aD1U) ,@7G̀<ili#dOCT:5@( De \< 㻛ؖ/mNIA44@B2pdhz򚥮8mT Xyxp\ S5A6Ƀ\Z{dqS=?a~k<6$r,Djt¬qW@۵ 1 _ijl PJղ,(e{u b ru͉6 `f4<|~E::w1g4kk c >5W]Z(PUFG3?0lf 7)Nmfiih-y܀<ô@fr!=<{W>⍠#Qhki79" /䮊 [ <3tXb&BmLv}ʛU0 ۀNPWNp03 hz@3&i90B, )ޤ>= qP,wx[xዧD/@nߜ^03NC5JP4^0ښ!ړ`v, r<#V S"xJ&yw qٳH~N 7  DhCRz=d sſg? Y8 3'rY3uE nwVh)= *1(뀛5Mq/p/8d`53yh+\X ,0UP xz$9>NiaVDD:O/?3JGiXՉ+Zcz92*-z =,E475,ze a3?urMǰ?]+]R<;Kd"7.|AL̗džKU #h^l6 U uAg^ q(emS"[*5@ f-?C@7](GoW]/ǽma0SVwH{.8)f}ӕڛ㺇;SF궚 Œ/@UPo#~p-sgO# NgTה-C߿.x |53E3Sl~gn]8eN`}n  3b[!HW#N<G)fJLozw^/߷Y_A>T o 4B&ӭ~~|2%ي hcYzW?O޳'QHG G8 b zHA.Ӄ#pz;F,cʛM 9Gj!7&sz@.Q=^ރMl@vj'`߅ll T.q5^2 ~u}ˀD d@S/kxFАZXQ`*8zr)WLYj1buhUg d㦮%߷u-@nn }-YJ*(x Bݹzp Unhu9DsӴ`Vy[! R)#f@cQ 5 jd1$+okgV13P/ÛI@#Pc`TUPy}N 8 Hf  8: R>:uiˀ `Z \dimages/header/icon-48-apply.pngnuW+APNG  IHDR00WIDATx^KsU힞 C(5&-7ƭ FJ6,g_7.BD,T$xCB٘=Y412V π7 :7j?(ØP]}5?^" w-%SrCf |p,Ivx~ Og<KNCw>3R'|b5&g~_8ɬ-v8{25bbTٸm_%b߈4hE=r胲;}[q;vf#fr6lEkhx ?}Gs&2fcWb͏(I0d dFƙi/L ~w%|h1Qvͻ)P &AZӧ?5GѼDhoS%p̞b"hgMy.6ף>w5OdNV&eZ&MpqYuM^f/+^_׈jaH8: AqP̌BI)|fD+_Ԫ+gj)'ێ KT@=c#c;cE62|cuP/VL왇f0AW 唇:[3Yzy4/_+|M!xڂ;$Mz w&v,G Z΄rVyBy2A/8V~9$!%zo DDjj#&, mi{ o t7aC*iB!n2=ng ν7qm* &Rx$5if^;w\m副ǴdZącRǝX[6/MҠ-v^c徽r*#xAD 1 S oXe'MA)+냈3HPrJ ˘0x7:Wˉ"j@bݦ̀1/Me\Zڳ~0  |xbb5`7#i@9h˹eIu ԄP]Cឯ-zmYw0`dW@@-͗1M@!4|.҆Sk|o}}K+f`d\N5.a=IENDB`PKs?\pL "images/header/icon-48-massmail.pngnuW+APNG  IHDR00W ^IDATx^Yil~fwz_`cB) ) V#$Fm?U9$Di ?Z)*RQ[@(PڠP!(I#&^_s}*ȳ36E$+53߬o>?K<$zX1CtܠZ +'lMM f̘b=s 7뺾|̙GEEB(huuui53 D"p._ի\r=,>Ē%K---5k- XO{@f}Z8d`叆~nG/a[Ra"K@Lk<ӹMr2Tda|H.Uh{8;IHb37,wTZ$," U Ѣaݎa֐B8f`ttt @V[HPkkkvhlldl+\=4 8T|Tt|3e2C{PxHB0.Turxe堿1hT`Yeo_'yGX<ЛBܻU$~ZZPsW{{)B9!2u?B>nEthPg֭[d)0e% e ` =!^3GkAW$ ~/:|ȑvuPgɚKo"p4jDnhBBJDxђ!wb1Y$Њ=1z'[ $kX^2L%q3#vf{mUxFnoz`ƍ{ /tlw˲-z<Mfk!hp i WDD\81fxX%4e<ÜZ 0 fհYB7`6t1z#I<@T%|aB/C8# U("b@y4A8&LK ޤJD<JD2V[E4GKH&4h)_b='udNM36 qb"оd5 ]tŶ ,D>еgX I e`dRɁhD䎵HIՒnA{gz W">_6Ii*@m&^Ҥ^nwZ8ę/X2i:< LF8ն@UBg}PzV:axQg6l=%zXEkݖ ~`!/s\P;*n`R[xq+"S$ |ޱcGN _ZcDqJ֭{\&(zMpPh ʕ+m۶ړԚPsbuDDn&gF]}}&HxN@u v<}ʕQ$@}ܹgF.- T[-6'_zZA@ogVQaۦM.\Mu5-2@otsn@:}7p SdndIENDB`PKs?\}images/header/icon-48-info.pngnuW+APNG  IHDR00WIDATx^ՙ}\?Ϲ/33;Yc"5LJ HQJi6J`JG } )-Z* ]? Zkی4jVMiɾ۽ffavgf7)/g{犪^g opPDH7T<LɺZHzGG "xz9i3B{T&˦7JJx00F[+@9%4O_tya7CC`TINN!n/b99Kiˁ" #L!RL|2>kF["X:XP?;`|&3k#Ho@:POmk(`rkEœB. $8nיVj|gl\ '΀՛([@{5|SȦ}*FBtG<[vRt4%6)ز d} ږp3.FUg ÁGRĎUmBw-hH1 [לa߰`뤀sS5 Ob.0čV=|* 8mf95X %Zk[dWkJ_km: 3gαgm nFH‚4}ۧ,1s7g,݈,BjX=/ wTB( ,&oboؿs3-cOso1lj~SV TKkۮKuCߣHP @f?ǫAT@4g>*K5`{%N ƸO3Ǚ@f~q Xڪ-s}x[Y=ɿTת"V-/2}~3oP2~.:ɧC`Q?Nq &a!K];xS|OpN-4ǾQ,OC10:80P]`5:y6k;Oյ ؘ|ǯ{|2A~8Va|(ݘ)ں ku&}sv:)|zgY[?sŁZZ:o/Bf5AH>\XQ4Mm};7эco@~ aq=[@t%C1@Kt2s̚4@Dp^OȏbMAC=̴|l: Jq*k=t2}m$xʀ a**xZ}n{bM5Jq#VQ*:)ʾmУq۷ax^d1hmCkؒ?x8lٕÙѻWNc0r Nx1*΀G7X?5=Ju脅]񺕋Uv ٍXlohwиQܼ֟k;svw2w,+FT+[4}Sɧcf[g.hahx~fٷFefsE}8$8UZ($1*Ш4Tk0nBe4.π՟+_ܝ7bzt3DqDcVCΒ΍aOըΝF]R[vy>s{&KA sQհq \r0LnD9Gmm<7\GLe `0 ic].JqIzQ}M_|?bV;K7"ACxx>/E@ژQ%*$D(wQm o Gd'"M?ɩ,گ/sbY`ik_::Y^hۑHb]a $B ԁ*DW -I kCXLGU@DBoK,e)m{vW5 1KUZ-y\kˮ4*= MHY /^5m+OIENDB`PKs?\_F images/header/icon-48-upload.pngnuW+APNG  IHDR00WcIDATx^ՙ}\?9Ν]w&Ƹ$4[6Am-"Ch[i/T(ҿj-_6H,fܹq؅,3ٹÅe9{U哌N `.]t[^դSޒ}`'/=yr^#d/.v,<;][hJl3e_Ox m{2u`.3J+S ]/M=Kru%JDFt6C/_%snQ+$٨SGgsljrw~@sG= ,sd7T{i&MSܟr}V_8# P #Q6TIÛZ )Ya37e ]bݝt̻zNxX ,t-WǶԐ<$՗^O~?%FH! U@؂F5O⦕=²WZړ VHxƺ!Q>$ayD63z}ۂ9Ѽ]W6/%xRVE0$EcH; gcS˟^ݲ䞹TS!<(ucVg<"O<{~>-˶\] jS0S_Ir6)ƅ;r#&\Ȗݝ= ߼(_jB%v`(zr?O> >[R޶i7˷ԡzo=Nߎ zVΤx`±=u\ zթH5 h ˜=W72dK"0 T=_<D [ @<މp@1KԌM6t̍/::Ѭ(6(3Vrљ8~İ9 te5* @2x:%u>{RlXIENDB`PKs?\e images/header/icon-48-groups.pngnuW+APNG  IHDR00W IDATx^řyl}?o=\^%$i#GD "PiiF MQ8]-­۲ |Mm7RHĒeɲ+H$ryٙy}o,|pww@=hbdΰ0{&`eYb1jR.u^`7*g@8~R[B{*~-h"\|w-[ [>63ܡvƤ}{5B~D+Bj:7RJ,/^Ԅ!OKR_oM|DSD4`ƣ(_ëۀy0;nccc i|C\7;w\F_X4`s]ѥ#,C($7ك}7={3gd#`0ߩ5v#MzdJIB"Ht2~ Aww7}}}mci?[jUK{{;9ĺ;!+.s=v o42CD(">qؒ%KU$YTRK)[.H$(J4^W yDՐ8Cyax muKSN\s (֝*pys_Ғ:ӒI*¶0GFř[YY, [KqOOOgkk+L)~~<*dy"C17A,+X׬Yc;vY7|oTWAK|M(|mT&fR_$㣯sn'kN\+OeGVXXկ-xoI'ɵ`IYi6S; ~+?U/揟/vhTvMvMnd(~ѿ" !,p\_)#}oΐN97$!|H\ti#J%\d91gȻ8R@~D!Ziw @\0W"a bE-[`u<V%,b2/1:'XI33)%6^_)iڃ*FH&ڢs0(&YYO"P+tU- io7uq%6lS)B%t;<`CPqgW~]qS "[|>\%`}xڊ$jgQ*RFO/ X"@~z[CnPo8pp]w94y FTY[ w4s?NoW#w%n0 wOԱYcƍcj4Q /@`x}IAT̪iR,YEր)AM@aqR*@@@hrO NuFs]DdN p@Zv_K TêSvu3Miw޷)x|5{@Xv̦.LYӡ;U`*!䦮V3+9HÇmR:,l׍\vH)z+ NScvNc9VxW%fmh{'SV6_?GC<:| R0  _:G)# R$fS!m'M%X4+ۂ`XX,p[G#mKR xwtK9Uh1{jrn)4INKܑ)dN.F#2n!!p 00Y=DJP,;-~v iTt xHt޺aďeG4~3 $~1˞J_hESaA(L3C=S}UF {*eb۶H|S;M_f^H ,H%ϟ\SՏVvHUUhN4!@'W @5G /]v@Pxd>)HPr]<|Ze6KnW3tL(>zk ed}IENDB`PKs?\ӑMss%images/header/icon-48-newcategory.pngnuW+APNG  IHDR00W:IDATx^khUNII6mTZ 6 ,TZ-T[-D?P/?DHhR􏕦H@{U*"f۴5q{fMw. Nb"es΁a*700P4nw@Ł~` }D0@N`(<|dfvpi ߄eW:Q <(nJY]وW=U O/ cRynAjG27eDzDz!R݊h(4 UX?_˕#x[} TYB'TRʙ* @7UETB,#XD:D@UIevfMvO6) xAko;1R^U6{XpYEB lo'Y\a[k\79~EG]9|q6iqwZciHZe ;EOYBYr'*m!la4wv'YQ@"SA1[[0ĠmDH&a_^Isg}Qj"V#z3Z>/ D`inܶv*^B?'csk#,Ǚu9:q>r||}onGLv@5yw'@@׭_S (;O;nwQ`wrϋ}8*'r9Ҋv܀ZIENDB`PKs?\pax images/header/icon-48-inbox.pngnuW+APNG  IHDR00W IDATx^Xil\=o}׉ɆBH $@HTEDJRPj+*T*~TR҂(I4JHԪ*jBA LKB`[x؞[zS{͑w=wg4yٳgWx #f}N/f$|/eyo}}=wa! T_ąK4688;8о*EB!H!ݭaDQ*xLpф'1sid Ed&77@Yx^xȑ#y_Ih ,!ucw@G_7 fR< / {P(C@]uC"87T$8M]l^bwFqxwO~D Kz]Ǐ_{{X,Ve(Xjgh xdD28\.9 QTAM73gcBYd (Pj+AQ2E[ vST"{&ü2pԩ=,@"S JH,qP2K鲢5bhEQ$C4ck?L<ݴ(d2$Kmy[x<;$Hؙid/^ WWqlZ1W70992$-L%$0 RēXZ0 3$]15|.og2KZ2-R}'N߲m6#g2@xf=2ZO~Ds(@Thiiڙ*5B"LV,[j_ѯדtȢB2jF1g̀Y(2 cع" xn5DD"!*fK5g@` 1Çx\ 1ÄFұ 5@=J椅9`v{_A@sр#Znx1ŤpŒ#5ahM]G$G -z#TݗM߆7_JYU/jxؾv/k ܾ&JmLBހgEr3yi:WyAχ< l( "}_kpd['Xȫ%ԣ7>_`1CSDžg *|._?Cцk08[ڑ]8ᛱX@TC**0.0LȒG7&aɵWƱn ,6t`4:=p1pnVӱ`39E2`gc"7@]bÎ{> @JAbYx|2^#E D)DW )9i.t D8 p'9?4mNCILD4N-"Pp>=+T ^DaRg@D/κRX r $'MY7UߏNPymq9ćش5xcsύCɕ[BgPS7kbt 8]VapZ1&'/uu.L+Ee < Lw4 %)2z9PwS6̪LSyevgyߴ2м B_wQ۞3*$rjF^ &4)&5Ic+j%Kߧj@P䢣@g#1WM^TnL>p&JMvع_ f"$M3躜@2-=ǍD"2Οa 7L[_f/Ȳl[1 KD<֘HXǖJsc۸OYã܂N>p(nFA I@sņa8|߫8j,ۆ7,)ge"`aƐwZDvjⴿkYfŒ1QcTqT!EyʶrO1 RkQibĜE>F島"֜:7eFlᕰ״iR+Q$N BhXBӛ3n۰"bIv;bHJLaX<=3/`o:{vylh'y^7ߍ` pfqxZø b;k*cͻWb9LE'^=)c`)uF ]''-z{bd^jEЇ 4Ʀ7t(dBaen<+L$00HD^]Rݨ_Í[8I/ލ#ߋ= {+OG/.+/@d "W±ȭN|tAV8S 8ĝ)cpxRTھDH7(uD 9*Ôa"u!irL&z4p0mԞȀR[DgE;L/ ںق\V idɪ*ƭ-D4wB2*=*nǓ)b]&0т[e- AY wTf܌PsDCM~=e [ )K0>k]. ݴ榁 2Jěyđ{y.a:anP, -`IE1NG@"yk@h!UzpićǿI4 &x o%zazyI҉ߍŚB\Pƙ`3An/8lc8cؚ#rUz09騙c&PxT.S7>Xc唇۩[8p{8&B&"e'D fnMڨa!Y Y@M[.Ǧ14C"*bh,3cri{vJ$ZTum:h\4s8( (]&<*O}A)΃餁##3։@ta -* sKC(YCe ARbؿ 6=~ f03\j .Ɩ d 2鲝l;0dZ(&lnO#IENDB`PKs?\!+r  "images/header/icon-48-download.pngnuW+APNG  IHDR00WIDATx^ՙm\WϹ/󾙤V-E(@foٔ,J@?tSEKcDEtK}#jKAn/T)%`KM3y8 3lρaΜ9WTw3w9>,g "Z,ׯ2!(k'.E˜E|#zm'WI@sgSTQBŝћ~p& o៽@-\plWqOЊYI#|!7l`F,_bl7D y);˄T ,C=r?LZL@gM* {X|<$|Clo }X[x{c\.Vbqp6.3{c{g) 4پ, Nv+zĚl]-w8"K_ͻ),y#gE.'Ơ _ݱʃO,dp4tt'-! h\/8{B{ѫ?/f\-%B/?FwjNx2gg_*⦋Se m*/ϕD;UDfvp}+N}FaHШ_UTr6+=L@G rllqQQ__o|X˖A sQq \;0> \OAW"&qk >|k髏VA_ E\):t%.n\&jo+&a[xFd6B0וk =lukcN8j`` <@J[(F#|aU=óu@돺/?z'̦phI1e4@h7.@@h@@@Rs@Tbh `t@C>}-@2Gp@ oL_C8lnۨ!mH̳@?"vV~V)IENDB`PKs?\5  #images/header/icon-48-help-this.pngnuW+APNG  IHDR00WIDATx^Y tUՙ{#M ,(0*XJ"8BY e) tPTZ3. vK+2,źlH0 /I=7%pv#9n$V۱ e*hIr\Hh SWOs1_1w_* 9P,C&WvmeWXc ;g#G=nɷJpFB~@ gxsB0'4^ 7ԛ$^[[@jL [q]3b퇦alӤ W:+#O0<gF Gk2s̃<\<ύ{CAlWbEk <bbEAf]= 1i$\_[K3Ray>'  'ϐVI@K dVt .2,zEӡ{b7y I琰tk]q15NofݘIX.)Irz$ojm +vCw$;{ۆϤpa;8mUpT,|6l;!$BڊX,Z5ѓYX2DzE .V#tVKhpO9{ 1W "pv;bI4К6aCh' <Em ] p_FB%$ +H[4­I4ॏx<7H3Z  @K2FG Rf/b^" 9 M|lvA6S;ZiF4F !LUaKic_S l,,eiE0Җ!_נ H6bQDDXCCMlI(JE%hXׅ,2"LD# QoZv#ky­7M/v%7DH<{Y}e қ$ 0a/vp—vM"eiayA>mZՄ;ZHxP%=[R1Q niÀy `Ȯ;:GIV Y>|w +B+Ք*z2TFU@.MT?5MMG#y#p̋6oox[.Je)Ц.@pШ.+ZeE|Yr9G@.>g-Jzdu,,y+K| Nρb겉͐ !?yX>ʡ7: q(E$qT a L  AӴk e <{:; -ĉ\KJJ!N҂&>z o.GF$v5v߈Y\7noϑ={hnnM23gΠgcE݉]RS],e@7V._M08rϟǃe0vXYUU3^W^йV5/!]W<Ο3gΛD~baa!"ּ"^O |^q՟XH3ǎ;Obҥ㚈92;y ौD 럕syp-۶m[ѫW\w}ѪU,zB) b@=z)dfc":u*Tt^ݥk};D~<vkN4Bb~ %w+++GE"4ų_m?NZA iӧɤש$-^"sDEGk+«*UT<ؖ!oW[~=> 1azzy}!2LbZ0u\ӑwpXd+V,-rxrm@ɈBհ^U {X7&qGDS~?<5k֠ Q<f? 6b`gΎgՎxz>4˺^)CTaڵ" ճ(!.Jq5z8W"l%1#dk8Δ)S=V:-1L'8Ts<$l{0?xT E^o^J)lSѮKYmU\{Ӊ8 A؎C,6mi ^:-ЉZ"a'~ (s,Ƴʈệ\^)6kG'=l2.\dtl 2n+w .TYFP^ )>z ]xw 7]T: Ow!i(,KEz#h͗8[ŶŦeMԩS =s^&k)qn &p_q(\L iv e KEOF VoI+d  {|e-յ'iN$$yIfa4/) !:D 8iZhiMBσ5( p8BxÉ75@f:IHQ dabcbEc3+^ѱI "3$8B|$ Jc/Ț#P`/󣤤gqb׻ZI-L%D j:$ٶk:'$:h '?fKг_9{45b*9sD>/E{9Q1 |(T#o YH64EA1p@6q+0]],PcF` dDFݕɁ6N$%IFׯ(Ҷoh=CqT~GQ,"/xFN\I#xţH9s& {.7rCi&AHD<Nlo^a]LWaEAU=:LAL` ݏx{e݆ގwo5iӦ1ϟ?6?\?B)DD0ѼeXlHHjySrȫ &hذߡw,9*D(=3hV؎KʙH… k =z{g#;xƼ@tU03D e:-NUttʕ+q#`poI-(aEt~r4,5JSOp.?pB%:K$p>?y3 `=ѣG;wӧO+%){w8bp3ZB!ßU#[n|cǎͣ{Zdnz+!Nlqk Fۙh$gbCg/xC I'"ve >8^\rI<9w\,@rіRWB6AGM%@8dR"0 2,سgv-ʃD" 8BΘ1'OƄ gxM0EPv!e\1.eke#KuK2#4RiQ(rܮExdXIs?lһGhXyjPHI}^[~eUm~eQb; ;X+kt_t3rʚV oX?NH4`TIbG(y`)+ 5Xk(n:Z]U2N1;#|dUR Sc<{ю!’;kWJ8-1XũT ɊF`lJ_u+Ɏky lLj@B6'NY3֔uʃQ/˻an1pu0шpȲUCAy$xaWq{D(Ṕ [L>NE&$*XQYW? P#0t/) ((o/^*, ,P6x8jo!"0Q'(vc¯g.7)UˢP2ʶ@Jq'1kԧ'_E f/)Nl}]7$6f7a>SXʝ I$]l)%'J)O ?4Vh*pRy>XJ"i2BG. 2hZN ]-`q@tw'K)Nh-2LQOU憽a'01)_:SSz8p<SJ[kCDW{u֟RʇJ {e o-vJ{~of}+>UBĊooO2chX/|ꕣ("r>}q6eH?W_KN>EqzpE*p:Y zsWӟeQ@y9mD]3/9 T)f._@#0??\jTEu * Th-F@ȾZ)NȒ=dOځvGޫ]}M<@3 O] @&Л .Azך|ۗ2\_~Hy:D_IENDB`PKs?\ images/header/icon-48-send.pngnuW+APNG  IHDR00W kIDATx^Z lfw]{}m &@ 1 V-QpHSR!&mJi*Re*҄M\I]6naccz4K6mO0?{(p0g(s&A= LA,RC` kBh'҈g I&!B Db 1A}ov؂ĩ0 ^fKzĠ&;OѤx+VϟoٲVkfRRR!hdlF__Bb?s$4:n瓈xInX^<AEn!V8mT 3˹)OgNE4E,#  D2Br{ *d5gGh|anS7Qދt 1`„ ٪BV5裏~r?VD :#"%RQQ>gR i;\d' rֈ!$[0=1cia֎BZ^GB{r1LMMu"uo 2HM=.(...UD;ӗYuN\IXh2tuևDGvHx}8{v7ޯŎĉdX=$AglM!$H[v"6@{ naQ8CGfYID[,<p~2 XԨ6]B,dU ~Hѩ+MpR mfLJÎՏċO +ŎYQϟB~?rZɨ| ^8 b-(P`T d'pΪظ!Ϥvѥ*S85389V>WߩsN4N\뀶V*A_݉"+ϱ)N g:B{p8~e3yX,Ծ$v]$D[YTHDD"tilg]?HԵ8JB<_G$b'/(Q-[d'2BuL$fW@Gp+kG9dzR̛5lPMLS toOGgΡl=?W[`m1̞< ! ;MơN_F(;q1EhL'.v&JY0-;]-6b^lZ1Na|ormG5FB0۱%l[VYZZx 3F^-SH9 SIRƲwEZ/nZ2fΤZ:#_7b:X:H/ y#zb%㥌Fݷoߎ@8$WNJnLNs-Rw]xߐ=F,P3iۃe 9 :Q;NGCB=9Eԁc#+RýVXI Z \z***jG~ڋ[#^G9{l#uҥOE1*x=ch_ (z\TS ё"G={RRRuxN9]NjFe)SJӦH}~/17ibo!ګYXB%P AIeb~`A'Bh 끅'vv0 jr J2t*;c.($qъz r{-0 *^ F%M{9=AOFMEʀ&izBIENDB`PKs?\D ,images/header/icon-48-new-privatemessage.pngnuW+APNG  IHDR00W OIDATx^Z{l[l_?c;vĉ&m*iGZ, cN&1:MۤI6`QMݦNZ!`@ech״$M7/'}wt.]a?ӹ><70 |͎}"]n '4I!_+׊I|W[nYBEa%ZL{キ/ 65vp8 Zh.ͼx (gK ŊիWW_v"D#I*INUU,!\f%|]n˵[nYF!oFW\qV"'OG%(O<<?.|>bƍw 0!#aX~/_KdDIbtZxNSd2x{,ݱcdzwu׭RyIlZ"@,êU`ۭ<}]۶m!IЬ5"* #$ZΝ֬Yè9Q, @DˢHѣGF" pQ2ǠEeeD|hjjuֺRN1^f :t;bK"AڻlٲjYhT1 "ih'EKj<NAn nD= q{'wF wɋ=:pS`Ŋ}eiVf(=??O>ZTL ut$Gde=nQBTx~=IÃqͅTu,'#]QrsγgKK,g0ᜟ??A| g#1 ͪ&9RpZv I{~RC`v".:׋fL(ߋ {]IՈDm"i=G @OFBy4L?HTJB >@_Ƿ^ǵB5d7|i"A-ȕ J<|F)Xh/츿׏0/3gffS,__׭ țQ8T *3sbv_s4{^g+R-"ᚖpu!z$yN%z_Kzdjcvusdiq#A9)DȘi]@cCË9 LJ9\na߀b$%̽ɦR)P-Ũ$k%$:H19zm\Wj7pNmvpTQj|4y8w khrϿ`@ P 'oQ"(a kJ{OOѹh*!uw\pQ\(a8 @9T*n㺆d|qeUx& !BtӦM78GO^UUt8)&VL9/?Z0@`sn4;n,Ew>@y(!n PB5 "dsE[yФ%7n٘n]ۗc^98\4qGS5S+W~=so9X# \E@pZB!5IR|OF)ABu7<zLwW/N5|sӡGW =bg$FMlWRa)YQ Joz 6 w[Dtծƻ|-K`S_z|b%(d4(LJIx.ӛV!0k!Bh#\M)ڳ;_w|-{ވt ld)eq]r{NOJ]F^^7.BE܃$җEQ_0.!/R1et4q IENDB`PKs?\q@@ images/header/icon-48-module.pngnuW+APNG  IHDR00WIDATx^ZneNZa("Lp?o@mpG.BHܧw WHU-J$d3ŻZ˛Jig5:I&99)]0mFM&P ~,|a,bi DZR1=J>=,x/C$۲Ȳmm 5cB" C2-,"H!)'+ŕHQk?()"(BGDx9nuFDR Mf3˖#cC {IbR%rR:941 @?@TCv;4 @ouukk]N%Q (5'*''\˄RB yqN`Ipd:9$m0 Y\qD LJt}E/AO-k~vV%ĕ~DFy^Ykn9g%666ٳ?a%`%t೛7oPEC;\Ju'U 5&P JT9288;?ӃPT)b3['vs'+Jx|럗//ZF m#dզ mO_# zO0H&Hi4e5Sť;G/Q.ŵdvL( U`Ġ mX]=^WNq6m+!;Q}+.Ӂ/EUcL*b*k!+@M`>U9Z> J`` (MOk:* 2. H:MF.oGsE1ܠ7 z >'_t墭87_ j5kriVQIENDB`PKs?\E!images/header/icon-48-article.pngnuW+APNG  IHDR00WIDATx^ՙoWƯ!&4DB@zIv-W/M ;6$`AҤT-%!*iEp$vqfbb؊hf<39wr{Zi =/d2NޔNuur__իW'D $H#B;9J.{H.mj $%l&PCCC?ܽ{D`~~ZmgODb.ZYYQ'fGVL&X %IԹXCrpǏGmC`vZOw[RJ,46>>۳gO $i(94W@VrQr˗/_`btʹdxژw5;c#_Nz*[YJ A͛SSS-a588/_{w|JFGFTz,א~Oe/˯Bh~<#nI ZU#yx>Dq-ܜjc~]]G BʶQC₽MpAu;|fi2qǤL lE %{.^}O€[Q#R34On߾qa&P\&6* Tj,*<"b(sXsIs^NFm1-*X 6<}?,rk'Z櫢J%|al?mĩ7n]~[*@ysNAj-L3Fe ,c/xFv8ޥ.U&=a|$Ei: E-P1BՉXL%S) _j#²4/Ϟ]w js)b@FiC#*9t(y$[X4=:ݟIgم,&~1([F2 +"u$0́' QY 3+6{ t 5@MG` xemm5JL &5==IޣN ZPm(m.i[G izܳEM(XTP̙nMM*T[B-TCP+b@KEL&F#AIq1PI y=1D8ĉN#Ӳ #h,3ؽg*++p:aĄ0fnw``"Y=86S2"c`{{5Ea#aTudxiV\hiMS̙fd7xc(Z=euP 3==A_o/'æM݀H8Of LaxӰY,"^ݶmY|ey 0/Axv[ ͐y1% 766^cfl O&V C$2Aj尩A`pΝdQVa  M5kP\R;!RBg| M}^FϷlQ7=tMMMxu{).؉? /zޭۇ\wos(*,L"Zص~zzzrply6́PpVcZ$wz e>sR> H'F(y6 S7s#KH]9}ա,E}yyTV#[5ăTQ J :1򙁝;v`g⫫t/y *,i2`Đq(,<ʪ+I'(#|_{{3(Ť ICV-ʊX61$E}V>ʉųf"2bQwy=^/EYZD<}~2vcffl-(5(}~nSqi+B!122,f e/>Ysrrr蹹9ָ dIb&~%$I/6pp `ll ~"0 x2QPAhI5;۫݀(I4N';Xƥh$S3QXF5R32t(s.l$2b2_zg30!N왟 Ixk@"\DQK۶|0=5EIűu)Ś\L ]Na(/?/YX=, K cvbi v#VB3V":JgBޮ1:>IENDB`PKs?\)images/header/.htaccessnuW+A Order allow,deny Deny from all PKs?\2 images/header/icon-48-print.pngnuW+APNG  IHDR00W VIDATx^k\Wuk3p8vmbZ@[F$5BVT跢&H6"|jTH 4NH'qΝs^D^B_ZsgkC#Oj] p 'yV 1wA0A9 bz;?tǟ<3ӏgfz\sxAt =Nx #t zoniy^ x .^_A(x/pK @ˍЗ7]1~>YX䬛Y3p 9㎨#+P?sf\|(B#1[+ Чѯ/FJ&k5$ Ap`w0>]:{}ǻ ۶n0shlB|…(T0-\u0" jf]`;)pAf/v~!3{߾)e4k@u|Fp6ARChD$`n(TN MYӞh& ꑴO%cX?*PD/ +)vﺑNCD_$SCq SRh4w#eDg;.2V&:ޣ1UN#n hhbeQ(#g[0p`%0w܅$ j% wǣ#UabkY8Rȋª(@F-ur P(*`0 /rV@, Ya** hUQ0&&;ClAoPjFA>}dY ՜} Y1ԯ:@*^JqD%Ǐ 2 *,2ViVQDT!d{Zj0<#C* VM]"`"qF !?J3ǎwvZ|5Skҏ.$͉&fq8v۔s *ADPHr^0,:NP')m,FOP}p1f6n@}) ݋7w~1 _ Uݥ%8>qQ|@O`BiԅdA:bێmAgfsα~f8goؼMgmcAk~K#ӌIv.޻ygPB ;L7,q-%|k> 'ܙ3|o|z.nQeq~_H-w;Nڱ}(?P~6sϺOI^~8Ѭri54qj 5ʑ9۶'N@,7.-W/,Йw 8/'!]caak?qS_?s׍[72P gGp52 ,/^C;3wN uX` 3ܺVڛSCkEN|ڼ Jp0={>˾} )iySg_Cc#pkՁI-@2DTA Te4CYvš'۷3KTvAƊx3K 'MFi2/S^, ,ҺK}}DTPUBe!Kn 4jZr C@ hHQ"0u $@ѬՈ),`QiX-jqčjHeDeJАE;#*ƔB*j#X,Z+ #V F+G,r L]WW\_0b'IENDB`PKs?\zH images/header/icon-48-static.pngnuW+APNG  IHDR00` PLTE̵씔٪”˜ϥXДRNjԗծȚťdZίpKˎcÅۣ֛۟ѳtZԵv˭۽~ɪi̬l羾ě͏ŕǮ{f˓ؤͤۦ]]]j}~׸zþ״ܽzzzu{ػ|ƪrͲ۩~f7llk֥ΚħpӤ؝mk:s5P~pM~nsT슮;6~ߴBpsOG@ [͗m=2,hnhhٲipiժ{y-X]/OY) N33p4OLu@aj6^R7crаg5OQУ6!QȢ"EQ*0j+|Xb  @@eE$NfP&m6j0(}6[LրvRcv Ȅ &! 7‡99;hBK1;\.^;o5H${nB29W#x fR2~xIENDB`PKs?\#images/header/icon-48-links-cat.pngnuW+APNG  IHDR00WUIDATx^՘ lU9붷R(_A :fXat#ZI .6e%-dACnӈ7Nٺ aߴ~{y5pro{=79.!*643(p.P&lop, 4zZ?x!Zt&w"/UHYE={Qoi://.%(@O  @QT⹎GV/Y.FPAK~2R$X10 `r' 4}X:~c7P @$j  NA9 焘y_#P+t>DL`!?"}Eg1()Bxl™lx n/EF1Qnt;%^'/vSqQTXʮpdwK-l>R6"49Jy80 {~h8{`?d#CKH?k1_Kl HWš (XB $r$͍wuuf<\x;l璧t3F IT>{8|̀HOxY8P0{cW;GWTvy.'4HBT:O!K:fǁ|ҹAd$¹zO!G(-=vYDrJ ;,@˹Wv@bYsNXBC̍p;5`0ŋC -mU[#W<wvJν\pہZ>.3 qhK⁝)+ΧnͲctI9S6H#pN6fSفqGEϋVܮ*d,1:a?X_Ƭ|Sq8iۉgխD+wMj}^v7P5ؠ l{?+0 623VPw_S{ G nȝ X0枚[;r4X :XQgR&sS4[7Zֲ,6^- 3]w:Wy" @ S,dW|P.ZX_-w++yo x!G,P1[FLLs^w}NR:/-@J˃l~8ȃl7h T Fig?@w/Nkμkzu>nYT3}C<Ώt@ /4-VHǟ=%V]0# QY Hg<@^hp[x ˆ;}lȜU4рL0BgaCapuB8 ضşcWNs0 (2tBt>|Jc4И# "We hYog1S]8Ju!63UQ5LELB@1zbt?cr p`: S :Bd|^5ID~\" Ұ̥TpRBԾ[M" (9R6uad,J; IX\J߹Dw};WYL g벀"`Ʃ?_4C}S(uЁ} @?O=BB`M gS_Yb./E7 Wˣ@0+;P x| l3),{( פ]ʩv  +Ί;IF$AL{UI%m<ĜrP΍ۀ: $#+INK*絝FI3bHZ-dr‰p;Ig B2IENDB`PKs?\qF'images/header/icon-48-newsfeeds-cat.pngnuW+APNG  IHDR00WIDATx^klWKlǎcǭs8]RJgh ӸlK #F:I B8C-|@+R(uڤIv\_ޗN,r΅fH{cBQ>c@|ߧ+D({([  d$<=GW$'t$a.|OPDLΰ]𗾄.= *z6jl6\Uv򙉄yO,W^$im֊]^Nxa@*Y@>o(v@pW?ۉ۵]&f:捣{^#_2ua|nYJ7% ^s(YWS;0l6KkkW&xt+W4\hqX*0I`7=:[L35V+Z"pN\WqԚ4v9QDt0߆PON'b1@vv}jjs2T'(tv1d,fXfaHi'GRy|gF4l|O%hW#/ IENDB`PKs?\ V V images/header/icon-48-plugin.pngnuW+APNG  IHDR00W IDATx^m\Ungw },- j tC!~%hC%$@tBLcLj-%UiyHE[v۲o}{9۝ء̌7O3{9`vܳgO uZ=Rx|ګnvlt:."D"kiok#='4$pɫywttE/z-=K%::sEZ+DLg5/j~*Ėg#?)<ۖ;0sp.+MΎl=_|xSpih {s@>I5؜Ko=Iq͟q 4``K, rVVLѧS[9!]wc.]š5kKmd2 wg``rCEH^s;vFbX ^™!m7F?DG=?b4eDW!uHXR-B0Qx(vIH sc/Dz&m Y].qvCNW$TX!-XKdyOus/"$7wՇv?NBKbpPKD_p>uLAf  0ėtFr. FԼ*j(YDrNcI"P烧tsTfȏh hs"nJ90`5 _|ɣKBqZE$[ˏ * k[)2-U8ݷ<v(z1Ip<+{x7X-QuHAA9.lh?0g%à(~t@H`3#,i2/Ѳ.$?d/P/5q]wv2 SW3Nv ol~'r+sb靝"L^ (f.@*{`3Q0G\ޣ<À(zh<4t$gkdHJN?,g_4~8в p _ 9aѻIENDB`PKs?\mޯ϶ -images/header/icon-48-jupdate-updatefound.pngnuW+APNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe<hiTXtXML:com.adobe.xmp &^IDATxZ]L[#|@ M YI~ dJٴ~, HUU2R7a&U{0%ڃo"%넝S~fmצISC iRL 86ms._{ .#=_r9~?p&+D~Cd7r=mD˹upOH&4%b'oiB"ԝHG?%\6?=@іtn.g7k*`""S Į]1xgr90-{|,񹢁[kpղ>; _jַZ6j Dk30N~"Rx0ϗ ,G|uj{sqOu8#8_B)y Ek~΄K 7cpO?cZ+غ[((+[1 8*]51 pԬ U.$L!8LCk@!BB|DA#En(Hh`/`mQTĦ- ыM`s5T|LJW5e@ng*yI \%dώn ʚ̢i6RiMn, l)Uʈ/Cl Iގxfg1E!L-7ˮ| 9UTI^%X)e6+3clTe3Dg"X)Mflomn#LE`+ڀ F6wz?6pmV %?:T|)%/nWlQYKUY1"߳y/R.E*XeHSaj#yI!t śyݞ+LH|tV,9  U>8=,{)^׉]ԏT:{ ?2:s@$J煅(%ľ}8( ;nx?؇ 0+(5r $d)QP X]Dy8$Lۗ_/,^ڗP}'-'+m' lBNtz=G "ϯ'$KA,ueGuP`B1F*B\J%i|q"!Ի#:؈r1t*L$oR_cYYcE 註d_?[OGMqfN\Zk"ZB[o$D5_G\'LmեW=l\N&$"u HUz=~(:F3kM2tk!ըӉ1 rͥ2c'<IENDB`PKs?\82C!images/header/icon-48-section.pngnuW+APNG  IHDR00` gPLTEIJBC:;޹Z[ABնRSEG״YZPQKL>?NOϴ@A56)a)𚛟12ٿuv&[&jkrsrs䚝JKRSSTy{𧬼)*ְ1t1[[Ӱ`a56IJ$z!ghDELMWXGGUW)j*abcc^_߼34AB78)})Z[Qdeuv78hiѿKLӭ֐rs--fgOfQccffijOPDuDZ\[nnr:b;y~|~ܶBD.l.LPQŪfjg^_ffѯ޾Ҁ٠e{Z[cd{|:8ddkkQ BJLMuvJK X!FƛJRɄؘ͉RZoutðB^tRNS@fVIDATx^S$I4˶mǶmk۶m{FFDfv<]U<홧bjD ~&NHccpt )$ { X02%MAL Hy:3)s ~2qFF*++GFs&|}C8Lnq?r?@H-`<.5-i=RAe\G &]`mUW'5 s`hZCQŇ\`boXR.۽f 5@k yޣ܄vA!Hb>ݧ !c]UX@au=k1Q1.OD= 2lfsIЊ7J*1e~U~%/{U9Πof@ГtWK}8S~~Ёy>G1~. 1FΡ-~v/c'(ie#Z֞tdXZN *YTwڢEG68KE0hF lŠ^] Oٓd,b'D0bZ+*~^=4 =QNTAtyhѭE{y#=q@XU@"p6rF 4#V]K/> @`S\>`/ 10J| _4k̕?>F_t桧{_bYfoX8A(g[hȳ بyq9x4v(=Ayޣ'˲,0$xe"^ӒP~O<^ྶ҂ × Q6>/˛ꦁ!q}HB09 IENDB`PKs?\ > images/header/icon-48-config.pngnuW+APNG  IHDR00W _IDATx^Z pTݻww>n6%% lY&J S@Ngǖqt:*VmǪZI֖ @ yl{\F&B)SN$F"c:\o.˟pP/z~a*E 8_.EH%W2.9mH%xC0EK*T/XAG_lYܼ̆_}"~+V܉Z_B^\`ٕPJ P]3>-3B`h[$@5BS?].g NT>Y$^rq ٸJ ԯ鳗,IVPMh$ Z:#sk jN gΝ;:7%PrVśD` !&tU)rwW8ZÚ-#,_5k !9JlLL& XW8p04s'Sk8 IEwٿ<^Ӱ&,7-yIm픣V T^+y{7NII=,H|N~~hgʼn`f]:+?-`klHd<6"z:.ux;HߢhABԜXXoռA4g9 a1}y7ge߽nh^ӧ) OދMNUV/0FF5PxC5îlHM$&%-aEĿHg7!&^%$ uUOEٖaQX^qɼbF!55e,>?_SSrߒO,+ (` Xc"n\Jܖ3&&fKڋvdd+`%T8Q3`gLqj^À$QdU7To[erll#<ЦE$CwNJsymx5.'OU5i:{Y1'Y6yp;膐&Xnf<\;?O6>|+?i}&]6/$ FZ5' G{b}0dX\]pD'h-zb'}[iځQ(HN(}^Bt|v#6,Թ 6k&\4,x9Rݿ'&GO<~@!+L00S>~X.U鿃OKSDx`~bűjUOĬ0jpi ծQ_Xs3R{!/ 0j MuAO7aPa>h @io?Xŗ'0*2_W_J^0W(P"l-b_/!O^;&0b+o)gnZOV-0 uM~ffaнI| uZ!fJ֭tT*6,Vkk{s1͙Bj 7F|i%/s_ %0+\.i{/ўyb WMhe1+(SK_]5Ѫ2T(4A Eyɚb/23Wzv%~F CٱyO̴'qI󹨅YJ8kPcL@pc^=?TVЈg5T.@+bB6V׆$Uaڬ}TS"q@*2xK<B4O9B_}HtBxO&!3I] H@ЁvxǷ951@MY6dj:@"R|mVp(} l Q!P=px&בwlB4Lcjb8v0Ï(h?;d xG}U'!PGc" 0T Te7Ȕ{>!zyfNpq)o;b~5{xڣ !Vk v]$9 ,%0 2@PN],?J RxQ 2$c}Ȥ`%L L#|=_4zsڽ,_r+Z)5:} & .޶Vm佰 ~ďτgE߀bV"p*t:Und~΄͇f}B:==<|VlzQIENDB`PKs?\Vimages/header/index.htmlnuW+A PKs?\:KTT images/header/icon-48-revert.pngnuW+APNG  IHDR00WIDATx^Y{L[UЇrMnQpCC"00 ,&#I4SsY6e&dfb\$iFLT!lsLml2f0>hpXp#/n(7$|#҉0I1NoOP7зCMFgY~^| ?Te(QMf婥'94{H8HBxԼ;lteOZ:$-lgGמ(KɁh1'Ya2 f.4~p%ls%cҩʲCQ)4Surs^ΕEjc,%C 9&zr4VtJ xgpѢd1j$ 6RF4p45J 8~8O,!8!fRL A[nz/o9]!x IgX*!@ԩ]}-ULh$R?FJ?|xרU(HSٯKzZnr}}]@G@>P'_؅mSE{}.z>`؂Ur#sLE0Gެnqw]uw#cu6_ȧFHV&mkPF96>ݖ?>_e(1Z $Gwrst9$R +4>E#h\obWv홢KcK׏*|#c/D& HjA72DWN r"n0'Bc x?F(AL|z?R |,DcR!]QOa6uPRfӈccH"fN!N&y % 0:D-yd 8  q$ IX,L6Ю f0KD_RԂJ+ph# %.~R5>Pϫ<%DijOlr0B pt/`\jHJqqqU.zIENDB`PKs?\"images/header/icon-48-category.pngnuW+APNG  IHDR00WIDATx^AkAoԓQփ"x"~AAE~&HAAiPPpi"iCðۤYY.,U%d@O'qB! 0 ؞H2JM!`ex ؗm1Le”,Ƴ7čjF :gHYjLd-7D&wV3uܔ'jxHȪ-zXX_C"“=Tp&kVC@pHP`a xM"%`%Arn*d W10L&Њ:@! @+D -$d ȍXT~f0(% }เPHDrsE<"W?O}@u + $3g/q2>n} s1rTqh]\cA\>dx`0;LMV/v)?D<$3 .`)oMN}xQ)Z=xy]HJVzA^? (Ȩ:- Tن{pWג)UNAL˂8<:JȀO Ǘ#0@lmCXoSI̓}ȐMJt<0X/9,d]`8=qi`?x#  RdiTyZ];whHY>PIIZLCK3х,tzGpX.xS\C5k⚯+uB6Pxyv }0:(j !1k((KE E”5902"`(m 0 ׉ +2P0JrsB0ԑA)ѳlN uø(|jH&P>9^@%L,MhCJ?;=]Rś.4M= >,b䓃`8ܝjg<ƨDl ;Ch]֜2tZ靶mR$^I`B[w޵J! ),P8,j>4taVS#í]t|Sb^{ϳ͍`5jH/QhЦ@ ¹viڶ|l.!u7- qVuD3Ҷ.0LI]XԁBTSD-]95FgY8i4/H! yzgznZ ,Jl D߷A9̆~ް OF;!$;H8j#Q I(mհ,x^@+h'o)Օp:DX.Bw%t\yxҳV:1 _NLߖk_6<~ I61&@Ntڻ`-@`גn [n8!N"d@l-@r3l[kT޶]d8(mѱ8;w`&,x/k-BTj;یC Am$a0},n<nMz~`V _C!CIENDB`PKs?\S#images/header/icon-48-component.pngnuW+APNG  IHDR00WIDATx^KGܙb{8vX! .@"# #qHx8Kd$F\ J (1F1g7>zgvfZSt7F_=#1=9pρ߾yXN l7Ɯ>RØPakC m?̀R۱2롡Y)Fmb)6&'ېU:iҙ9u>%; yX+o|Ώ".7Q6P [ vwv@R)7.{uf⯑OV/Ra;xʼn yymir ԚTa+BrRRc]: 0_ V3j n ߁I=J!L CVXg"mGjڭ3v]Z5Sf٩qhUsLǶ\]W!fsBΩ)=OhՖ}RtO5&|Xg(`6QgA L+¨ ؍v)DFC 90sZ̵#9|sCf홙U%CBr3 )1Rk<&zWWYTӑ kϬ(ml zHmP›-HjG#YZ>IPzp3U~5.ߊ25e^fRg_fSnՉ ŗ]Un; xc3o wHNh" A XJt0%sXٍX3֡jg&?=[6H⍐?ȦF6hZQ<:qA=ZY=` Z++4*?_58 O1;g$FklTz=t"eKVZ* ?',/UХtG!q-q%d: p7ɤ#/2"?lI H2`KhȌ:+N5R2 :WBdDv8cN-}K𓓙d۞{B$(jb3z) tr?/H•P23DgC2}1d@QBl ,/7F ^%!/b3ȤO0!䠄^%[==>^m稑["+7i2)P6Tt~WN/ ; 6k׮ӹK'-<\V*E1ۧݽ@tRVq䣇;>.ѠcidicNc9#\.yZ (v=d]'&&tO;vVU$1bC :ɜ]A+7@V^ :9ڞc[{/h,d/.xfnΜ9/`: H.2Ij@)a[ aXhgCX@V{Ck'[}Ω\GLyeW齩s S甓 8 gzyց !D^.]5$ހ[I-Ktߝ(C@ L L ;h5 h"!MG8Kbkj):d{e3៮f a/rAlx7͑j* B4@iq ,"!J% BeѿȎϻ$)o\]P% ȭ#pYg5l {X= d{ C}Tfpj5_VV|jd {7,p&%g ?@)m/_n`qU]Bhd xUs*\3"bgm l ̓</~ȯkA̍>Vxky`}\x/|hOU0fd%OB0DEaRs`YkEYDZ(hDzR_쪮cP9~Ǯ@rXBe8ؙR 믾 &nϼ%JX8PJ 9ysM]qܬ7WPAjMtm6Ödd܉\ی@Q׼T n\N0UN}ˉl2@5+;"-?|7sX j0At>ƒ#`nMmܾn[+e'Gl6bM:Ts^њm:L Kxmvvy^݅GϘ]@y⵵>l?10|i{[4X4tY oKݬw۰P(0Vtn f|IENDB`PKs?\?22!images/header/icon-48-generic.pngnuW+APNG  IHDR00` PLTE՜̮sdžŦkˍMÄݾ}͔ߢλTٜΎƓո{έjůŤcZεѲsW|bɑДJƍeƫtͼܜQȋƶHӖȩjЬeԿlδ} _{¶غ{Ž̽ޭǰ{yμɥšr·մs她ػʸAߦҲʦ̮ [Ģ^וYɵvƼʪǵȺţ֭cʵ(ļtRNS@f]IDATx^C@M۸m m۶:Tw1y|ϩZo~~^.7=vP@P|$UgXg _}w1AkJw^ү*\'JTq> G+fHMzJE)Lz<˄<Gs%iI1ȝͲSIG)Le <~[Q/ԖL&"uqZ MTvH]1mֱ, aHuM,S, O8.iz #0c P*%$t7BYQyE6݁a\s oWCv6'lx9{ȪjN@;` 64Y,Rwhx#ެ}K-(FE$RB~ֲhCsƽ;l gl< ֹR> x/рSϧy \N GA#2b7t7h$\פik'$n`)E)BP.?bN\:K{!])*TE/2PZTtBw@ET(? }>IENDB`PKs?\-,ܴ!images/header/icon-48-menumgr.pngnuW+APNG  IHDR00W{IDATx^ohUe?Ϲg{뜛ͭ-%+pJ^HZi^)iiQ%$FaDTAg$e9sMss1rs{ ?r^sssRBsKBGVhlj iNKe O@`6]ev8L$3]9N!bQq)-Zǁ9;p1%5Z ĨՖNLC_< 6@)VE5l81́6B& hU9V!RSI7ecj[ )lS?cVd> MDXRUFWae'3=}Ƴy?m  F,gRsc608.ϰqH(6~<,Ȃ顱ǏkV2{I̸b"~KQzϝ"g6!(픖NcF`hFjJ<^ ˆIk.RAd0^ԕs -/ÍT:ͅ{b5ULiu0kl^ 9jp~(.mPJ/rj+`_TYpjRT2ūum`ClڴJV~#;of/j~>ܽ_zp8_S:^ Ɓt:aq${g55pO4ɤҘG,(u`vx du iNѣ\sFQ.;Gj mɖ͛bMMMX{;]tDG~Q(-eZDQ|s X%{+DXhAs B ^|n#]:0eRd$W3ĈށmGbRr{3-5Q(l\[_#ƗcٙѢw?|mI"C),-=/;2/ڛ? b%P)D sބzۯq}ta#JT @IR׀rbg, (`9 ^ u-DV dXdAM rC82~Ϫ&x OIENDB`PKs?\8 images/header/icon-48-search.pngnuW+APNG  IHDR00WIDATx^Z{hT{yg2IF5j\VWv+XDCAE*-*vh ]tͪA֭(Tk6+ %B]6G$3;97ߌ҈;;Q, _g57^$IR|?+S B $ Ы8[n]*..~ t]׺D"Ξ=7o!dXk ټycǮeG2@Qa3AGG"H&ړ'Or̙oܸ/q`.LXhь "+&N1c J Px)oC:_|G @73 .@D>f͚͛wT2eWW uwiAHE#H?n!,"Ν;1.QSȷdɒ555FN6 ?ĭn@].G[FGp7~r ڻPAJ0a„7n\́ %"lٲCC QiW= CrKEb,6Q;)~ ۋN- k:i*ơcyP ̊ۆ=0u\ٳ?P9w ?'eÇCD#z9~rڧ@̐{ \؂,hUZbŏx ~j߯z>t$uC xeQrc{C(G}Y4iO5jGO,=4EIrMpјO"7#\/*-Yη/UmZ߰av $`C88$x)-ʕ+P-@@M0E97;Kl `HA,xox8Ftk{1'2⚆PvD 1 9˽heH9-H9i Ȋ,:6r,xm.lM3`8Yg:AWW"3 J^r4< e`ô(œN ;ˮT% 'Z"xN[@/;CƴYh`Ή3xw=~Kt=?~?ͷ!IƐ2i"D'IA aΧ݁ϟ7g<}L&̟RqtG"Вi$ )(b'腞 iH~lbHb… ;aEG]Ģ:EB@^Fi>9ϗa~ wb>L12(#Cǡ%SM&&♀iXCBw] ֑'>.L{ ]j>u* ōxѷ@F!Vdȕ3 !HQB݅}4sfMӞ5778p| `6mz.6ϊ`$|%0!(>UTχɧ$Si̤;hmm=sԩW\''t!.AZwjP(TY˕v IXD|Hm~=_"|a'OR9pQuΝ7PcNQ1R<%-yY Go۶WlooG÷;on<|˗W/^'pgSN@3ld[*Y,XP FN[5Q˕9r䣪UDnK1cǎ5q%?$;q[Pb G34Sl"X¥K)[v"ܿ\027}8n(Jyyy-Q=m"",BK'(Zu1*γ[@!1K$k׮ 2Js̩}ǘQ3AU?LϘ16}0S;Ç{/^\ [ɹB4@scBሾ}y#99|;;;qСsVVVz%_~j.իUTTw޽oo^"`js5Fg tIENDB`PKs?\zzimages/header/icon-48-media.pngnuW+APNG  IHDR00WAIDATx^Z[lT]'(m0PߤBBHUjQ*ROZ*U!&VNM Ʋ<y9]}LH3h^G箵\mH)U%`K1==Fbbb3<*l 󆛄۷o'p_(:hfG0|0)??FMt)$955uD$$H$X,@ VP,<}i7xdңI&IN&'<- BdJ5|ÇgI^#IMb oJҍB۶ahE({c0>Y ާ kX@߼yͱtww&v"_DzSnhe`|sssضm݋\.uJܥI%H#z=^GF SIҿQJt ׍Rl6L& KQ ?䠶Nbs}_}MSؔd,KacHV122rS?@x?Ep% !\A(U #(U-uر .\g@ojj529<6&FGGf/sY5Dъ17 BKKHܭ'^6qx/&G0F>2/i%v W̘\o `lWw-XYY[~`=\6F˽kNi قjG3m =d]r̗=A=j"V1 F@XXm0-g%Vj3>)L%CgY@HbJL܈-.؊1 йVX\\dppp4F0 KP h*>%'vEL|w"/,4!MQZsoSJfJm@ D>ԏ,%aΘe5;xc\CU"y{pmo7s `c#G,"=?U=\=!/Z3Lp{jvǬGO%uHUl yBK·Z}#G.LX^^<PU)vδsä -+PGx'vDzggMI\^n&$*F^@y}zP ҟ͗Ln&@ݗ߈H|'ذX[Kami ]jյP#=$ (M:0@Zմ~vi9H{?Uĺ*G(Y'6Zv \ٳg=NJU=9`WQ.T9B#8zs|3-D|NZT~t"j!sOD2;9(}f*bZ WW4Oˢ݌s@l0}H{F*Q(<@}YOM$-PBzZØ莣uq5DkR \K@X7|X,y6L'n鏿[>#y8SkR,?KMΎ;=x uUax A$fj Dً/Ԛ("zXWZp'*ծndjf n$fշD`**T 4Qeͯ[Nq҄o!bK$5axrBDc-cM s>}S7ҵkDw$cNݿz[. Z@0 'N`hTM䈕3gh,QrR$!b԰t(zB$euƛ!@:/㗄~_֟l CirIENDB`PKs?\T ++images/header/icon-48-stats.pngnuW+APNG  IHDR00WIDATx^=o\؎i'y Zh F`P10!V`E*(Rg`d і~*BIɱX|tAJRn,[Hcaa5h$"S=X(.A1)ǔO{k7lq5#sZ-Zٴ?\57^pHq}cAWz!.oV)oRyi{ `w0aDoy P!Kj b(iX,047h_8=VD mQٜu:.Z-Kg_btRIUŷ}紓3fw)ם&,w5+f"!ص:. <&(ĢM8ٹOw )°qF|룅gng+_AA gA6==G>h~}- Z3:׶)O)v=aULfbŚˏ{Gq=wW>t2ƥ8)ʹ#/džm~Pϻ Rq8}~q P[fē峰)t]ڮߕchĶw/r9ٞmNL3̼/l0tӽntx.ăt{R9()'Ξ>b,')- @;''m&#EbjVH4,<\⢈(~4܎MhZ0!X u\UbB50ghmL ;^Y.q5%Y&Wd;f9,h !lpN(I(qofJMtS^}l\,MY>D{3AaXL\Tį8|%N|hJpj0s$ CFDfX Kgg](C1߶_?\G*8}39PTUAstyjWOW_ 0"{qU ƔaU2O&JpZ e PLK@ !4*5C<W' 5x&J>~e|GaG iq`0#2jHĐ(k)iY%|' fR1 qS} QL5$Ӝ$P^yȄQ12"qc,. ֞c1,seI3XU TB_Bw$\#g@F"lOG"+lFK@&=Hoϐ)M@Mc(,_UVVYb$VYk(G $P̨~U" iXlY%A<cʕe4ƈgJ TXu L$1~T.)%K*dd P / J.*E R7e zH`T e 'ӂ=2ch XxM l e*)0]D-SГ%fD'Nu!wzd$e{.F09 BK2p}.u+DAfJhG2>[7O# sε;>',F{2t3~N8V'Gj#4z![:i#t d1JV^I9Y&d`s05ی3hݥ|)9W5 p`߾fϞKyŀZRJ@\PW@8!c!g o.*\ Zzcx5<?KPqUrC}>Fgˇ&##,L)6Fuʔ*eF>@HGl?^@tD<>ɺUu}%?t]\eU>f`04l@ȩ7l;t9g>XQOwbO0~{߉$I¥K ;YKL)҆M!=9T_Ш&uDlY/oii_6>zwXe dfua7q yJv6mDvP=%뗄3=۷ HvWp#WNv6{N>^S;qֈЃ(e.~2K"ةNAvFz/OLf4Eӧc fމ,ySӈoé'NhF&M%fӈH$`f3c[uy^EOP8Dd3g>Q8$70Q1`x{GW:{}k#C pPKl 8hmD&בcL!IVsIЄ% 3@Ӣ4 AfJoB։ "7%aj>,5fz8IENDB`PKs?\gs$images/header/icon-48-levels-add.pngnuW+APNG  IHDR00WIDATx^]he{fwI42ZBVj Z*́ҭT,'$X*zRtZĈt V F0jE m4Ѭ ̧,eho >hMJI-өq~<]@ҥJ@q;5|lmإ$@$'(d)V,*@X"DeJb4=J!/$B7q ǏQ'>jKGyS3EʺP-i R +\9Vv9`Q#1&^T[nz#fc[r'r X8Qe%qsx鍛@6^tD50WFμ̅s2J;Қ5b>=> .(ZÇxI)^Jz3~#Kcj_p1mo#-AG[i@a;L=I z~ q6ZnoJ+L;J#SL8E}OŮB{a,2EG ?v+AiIENDB`PKs?\r"images/header/icon-48-user-add.pngnuW+APNG  IHDR00WIDATx^]hILljKΖXr.Em\^TbATx҃Ep7M+&C==mM?iy'qLeGL Q&LBWXklLSB"6b T? K 6"ccnQаH4PBt: ;4녦Cv^ tevw'b8 ΧoVHhՅv(-;Qyv i W=MQ dTW[ ʝxvE{EseJFwV3NO&y^^\3Ֆ o/3J x#!A}5BLm5m~M:Z6Cނp_ %`ܢk:H-Ӭ3$A1}ah\.k{^ k28|b$1@=*ACV>niW<*44qՂFMb@:-_UAi @3=XiAo]SpFx(f Wz9udIW 'ŕQ%`4*VĨHl *5V{{am;tQq9` !"6E%]*j|hiP溼6BtzC`ďŭ_Qm5F98ec6?)̦K_m1L2#͇oq[=Fn`u0_?0̾8}z_ɇ0:tU\how@}yl!B ==9hHh@/l# _AyE5tOeiQ?K |t BP@p"=2ذV΢#9>{sӀïz b~M1+D$",W> GF sПHJ YDN3IENDB`PKs?\4{"" images/header/icon-48-themes.pngnuW+APNG  IHDR00WIDATx^YkQ HMK[l9ɛPy@uX}na}܄X{mmMн؀~^1vlkk ƐZ>sРηy0[gdtQ0{t`ڿ 0 c@8`J$" `/All 4=9ZummŸ E7)5 H wnCPɂa|'p_g4ՊP꤭ct̥:ƽOj %260zfM3>r(0 c{~((1zrLpOON<.y$41)=2D5$q8! 'ƽAw4Fc1.h4;0yDGZz}+q$lrB &Cq cԀtk&ok-qBTA+1J+0'f?%$sb6Dbr4`B9I“I@/ bs8#[T $s`>ASTc9F?t#d 5#x0HW u#0y_; B)IENDB`PKs?\eŢimages/header/icon-48-edit.pngnuW+APNG  IHDR00WiIDATx^ՙ{\g9sK215IL'mcҦ7,vҍmPV[(b&^ъR"5Be'!K5׹{`ݙݙ-s}*fy ×@ fR&|iiQ-b؆Ћx 7*h=w4V@㺅IcCC]ТܬN_jun`ݣ/1+wRd 2#xZ 'z쒡of@K*J[$/ݨ@^L'm+-Wb<s!y`>rPkۨj?FJUX)bY:y"ߍ"i8p ¯80 #P1 O GJL0e;@ɺ>9?'⥱P* q'>ݲ"7X݉/` X^' ES(@C50h>֓k*j!n7PڢL]ĢwUB_.x1= :"!nT8灵m?EtG=.< ]a. >ur,(UCSwj!:|rQ`ٿ"o J, o~ylB OwLq͸ĭï (0#;?.z݃w3AD[]H5*|ϣ7/@>vJ0hPJm&U)>5vaל4wBX@@uf~WUҼs}vO  6]dHfP 1=;f~݉xYvd:2e( c6Kj_1gnz&ñ-ZA8nA!È'skV< >fOߋu7]wtS'# $ܵ6@H~E{VBI kf3js\&\Wuǀe VՀgEƭ#8Pj5@\s@ R$Rl`kn>ke]z#<8L}:j;C9" 8I;@S6ZQbHh ը3 IENDB`PKs?\Eϒ images/header/icon-48-banner.pngnuW+APNG  IHDR00W kIDATx^Z pTν&lHHB4"M ʴAQ v@v:jKc;L;uU;ڑDiQKl Pa6`@  {gmB;$YKl~wΙ09_0{Ըͭ5P ^U*ީQj\ j& <誆ζnD1`= YxP+ܮ|h <؝@4áqo-p=juw.M{|xL\ΝhuE̹OtbK|Њ#?2:AcScY6Ξw3n1>49/_@8ga۱M8Xe`5 UJ?8αua5hP%X1UĮ7u \5kƎgNWZ-GÀk\.>2т}mu;7=lz ttcQ힇=I^s"߁N?݋@Wg= {.ttBD59s' φ64eՁ?jstgǿ1'/݃H1Rbܑkf.se|Wh1u8-71? d%mCSG?>~ u ĩrHYC)hm'7փ0f9`R+ mf7K0˙i PӰJp[15 ̀!jpfH(NN 5Dܔ0{zϑ8n1 l06)tZ¾684]G̈́9(2S(@51tuth@U-"I4F;}I3`~1l]Rnw҉1+SqxgqڨvFTUSz.CmSIEvL ;|u1 p4OV8vtF`W*F4I fD`jdHyj\_P9щ #zQ6j$$FC%!Õ)s9$0 Hk-2Ye6kDFۻA1 X=CO BҕN i\4/ gCNl="1f"@]jG15߂2 gy6lM'o0&W:=}]mٹn1Lt`z:wŰНtAp:"QMT'b("{<ҀO5nn`L'`?cŴl#RC|@WLA0@II1ێAe9woEq}Z<_ak{#ZgVIg}a;KM)R,Bo# ;ǎls;ZߦgT̫L5ꌥɒ :id 6o/ow9"@}g]qdRJlCt I1@ J(1C'BON}wgA7hG"D=QC]0(KK+Vwϟ:]{,RT5Ӳx!jsoY 8m 8#0rrD_X,V^}QخӜy!%7gF$ [)cY2,!0ˈl`,1BITOח(*.A*V+dYh۸j mg#xf6S+@͘Wd L˵ "AU@>Lp+5 l $ rٱb߁}~͜FV0蕻=(ɒgQG" :2dEZdQM(CuMU5M(ՠ:~8x7R,"P3=a}_|ThĽ1?en4^aS#$$(5b| s 8'0PI6U2ƶ1R ۳p?=3 /y1 j=0[Z53SO9v;r@~UQ!j'BCTvz՗}!t]d0\ h X̻U|q{'^Џ7UeP!]! @6g֌&@vK@cm#(pc\zt,MSXl=-00Bk2Agt:_e5Ɖn<9b8@$#]E9h$AAIP3 w,[9o D(+-E(\5 O[^TE]˅ $#kfp!fS@ `8,x/vc b?hH"$!C.:u#m[pW4FPU SoB~c%FώUF6p`՚ r6/wUM0H.#Oţ1$  +Mő6tѪ `Fʂ[or,~ZDPׂ'\PȂ$6]h0HabM . spu4~M3Nh,1?VWOc(Daw䢤x羥۶@vՉ,@D#F2 @'j^yM;o֓?,QdBP``e>Wr7z!6D7 QQZ\BWA5WI1à5AՋ]_ƉSD1ZX>޳kx. 0̫zi].ZTbO&z:esps,@q-;tbp0H [@|ȋta~ޔ\c4QY QeE8 $Gb7`IEPd,IѸC_Km*U̐z4b51Omz=5.` ~'0N"V1N[Bϫz@7N+3]m[3?BFHG4MGW*$EM>Yx(+b`?@6CE]XzlfYx%@os=o|?yoQ ($FNb@X,]! CHO{J7JrJP}:g@ZeYIsnN܃|Gȶm$b7EẮ)1>L&vd' \nxr ڗ*G.;BZHE]ė_Fq`8;iǰX/H_ώ̵!сYozwC{y`!&.EP͝u{9oټyΎr 8FGGqΝ{,!O(4^Ü̞|9!cǎ6mڱxbX,1>> .{}ԩr1X+7\Pe|ݻrGTfYy! "+W^8 7H(2^5{㎻-ZĈ4McE"z{{q5*_u$*:)*,:ʕO>˗FX,C8T/)xݎlHc {gŖ-[[~?nQTX={-h?~|@Nb1$>G3#UQ4Llфk@jN¾}GHk_|'ׯPu!I5"dDp2QeY'sȚ5k6B^{gk׮꺉&Eyf$+S=CqKg#O@KKJ2Xjپ}[WnNcYY"iHkkQH>jYENZê'x_󭊢ԢiaFZՙ"0 ?|OFc}+#- [p%O=ԃ&' -0L4kGD& 8P_7<hH?,nD+V7}#UQpQj&6 Ң@d!Z:&n^4lQx|ҥMMM-7zdF^ f!L To$ocu٥*`[Bq)46-3]S}lkfMO)y3uL KMzSg0du"(Xr0 S$ ]WW8E2!† VƼ&4Tepy@݆ Rw.d ]ن'Oi* /}{l1ÇD f7f~cmȦ &)U2MC}ygO_p[v|caXٌ]xBۻ@{|7cb(rм-M.kp"2@䑍bՊ[m8Fw<eB=ݟ7}*Y_q;{MsEqbb"FY;6o<dc$2E LME@ ֖E6y6. vUPdld X&h8rs&9u? !BHpС{`cA `|7zPK$28s h$@,l2~nX@k&J= R(H˅&[m+g?()8YCCCp.*RZ ER dFPӊeP=9$Emh2_#Q~Δe\ȷ1Hʃ^||Zm6#`U t3\j)?V[*Se*++E_KKߌDj3䤧&@Ba3aaa"X_W;. 2gt 1Y/HZY[}*OBL@G@cd _4AAq%NZi,\f^YGt4FC|獳珰;W^ӈSg9Oiz.Vo%[yUEBy#@0,/^#cJk !6ȕM9CJ@ R 6JXNC4xe .nMMKa->6,_;$Um~ᛔAYِv- ,&.f-"9444F!׿{~_& B4*!믿CjH7R MҰ7HsOǩ"T x<\ý:zXKG}œǽѲ!~̞kB0BB 8O# tyM* ~NGv~W7Nm{k9GdBxx?Vi *  gϴL*[wt/9˜}SFDQ1Iغ .GX( qPBB"h]-d/WT'1Et oNn Cf.\>5`Bb67Z(D䲐ҦoSOǢh۳g@6Ȳ ˒R e:qmD5on, Uog,܂W&U3x|'`` 8dC*(xaNw")5R 鐆(.D,˂&Z,яֳQ*PDLo fȅNX#i::l;zPuXnӗ h!"Xd_{<QfK dcɿƥ-o!, evP50MU@a-4×:]ӱ g {gp0U1꒙9\5o ,U#+iadG/ oXNp. \uB\ڑ MUc܂)h~~O::ce`w!=x!qf@b/ lN8A6`VE?49YE [0.@56㛦v1z>o1@B@a5Phnv7Wu0#"C:sĸS>S?b;tVjH .+$zU# 0M&s$Dm[\+ (#$u8UN@2u!SBS3u0E^_P9`΁ @_~>1k x 0L7Soޱa)9 Rt[(wBH_NCE5W^D_*mZL6J>XhEp?0 n6`BHLPM XAIĩmڱVGvmGE@ &!@6!n;sx$$t;s{}s^%] ˆq`# >0!8Z`$`zIZ΍wc3l}>@𿔐.x!@s+Ǭ|]Kؑ}0%rl3yrHzIޢ^L!2$] no9Liө Y*ir P4wLB.KK+q0*Ī wŲoGi3ת Sk. {v|cMlIby9Cx:/pg-ӛ}){nG|o6G6:#`v!?02Ѕ?\$V&A C;9wd lt"z0qrDa`8~|GnBp" IHHDې_ u0`|پN2`,R:JD!$✀β®o}BxzޅM)*aɋGyD%E.m5i'ċ: "S$^U #P(ĥͱD؀Xche 6 ^Lv|~[WM#a )B:EJD6ֻ]%@㰨p+wDROFBz[FrJADs c1$H1cM@DZRNjQb b͏*1T6+5/)! #&Qz *hYOmԘ  ~O0^2"<< 2)YZZz?p   ! bxxhnjYgEg#~o۱%X9HPz^p322WWWot:FGG (Buz{K&wUw\ Ę4G[zJJ  y5:MMM?0' A__: L裏nNJJD;::0|XVtuu zzzDko|*z/0r5bŏ|F@ڷ{%KdTx^mmm I-pL{_ #HgáW0}yS3-A&Rd /<`ϟbv\,61>sq=&qJ31tC ,!$db vp<&͛E]ISuWZZZ[oJWdΜ9LLDbƌLT%-}'U0Q @߳gx"-quc?wgoTl4B={)ϝ;'qB4B62 &ωsiM߷M86lPN%s~{{; J$ֵ8ZmDNǃF7{Y%bJ>k ӧO/b<6B•W^O%s KC;w\."t ZZĬY(q9s 1ʡOQRr GwLD8KJ^s@\m8 r3 J! 9>}eeeZs re$4?EfI+Np2V!W T,X$meHOgO3yKiCt=XRSJg'&9-q4c̫XF4IOX"`s!j1c&qAOstf UBHg2X=t`&ekOii _U$yzj"3#8:mP'3 r!;Ÿݞ.~ " BWi!c59؀Q|`#~8geeH$ayP7ƍ#0c1}o}-VtO{jGw**Wdgۤ "hhcCsL˾XQy|,)1Av2s!zSwGy1ټGapR#*y,Zf"Hag)En%#P P$" _ڰa}]wg˖ͷR2:lnnas~0|A7LՠHVs (#,Gxjj<ߣp%srg(,,d$r3~'Og$-Kb#vdݩ/|X[{VaZzͺ חX,f՝(((W=HQr0Zs|ښs]Ltr@"D(*X߃ꓯI`}ޛ~@4[ZN?ok!?u" +NK(L)W;BxWA H#P _$I:3nd4qV&2bn֐xqXߐ.-BZI,#v w[{9\=r&N<8? <ӄfcBYQ@;b r߉T]H܊Ȁ6F6!/"=[@Ͽzw@U,\$ `xy瑞!1qt^Ev46aFB_% :2`} g1zߣ|)o4jh xD tm'~<79Nriи|.|з-E' 9]h= t O`؜ޏG1q-?B^@E_90.#6cga&v>-ƺ⍃r YT9w6oWf{E|w:jo Y0b 00q)ҏ}j{gQ0^jȎG@8!I=3'Lz!i> =qM ϊ0YT(>F|2\p>?4g{N"CР/qK@^G$h4mxD:#r o:,J+8/hR 4 &4߁lm-Cfv y%*wCWB6v`= zWDCD=3 `Ok{1($AMBK@i%(-Uh)J"񐶪ZU*mA "UUC4^ZXMe9x|}}gs]4M(42AYndRd2*<$4(**9rd c%^4H[[IX#VUUu yd$ѵ ֐ݽ{0: ,G{^F9sSXCN!xi"1SU_ ʋB>?kɲ٬&/$@/G%xPUU`"k׮ K$ЊB:zѣ֑"$`=*I)Э;555Hbm0M0A Ч{zz.B(rVJ%-HsDuk ()H$eB6Okqkt TJXO) ~΀I$Q L')al#<^~eQhvbI bKQD%5I5rt++*8b@%mtu]p$<ɃX"NNGa 'F}GZ> ֭[RVv眘3%նs'z΀Hb(!XQs iªD0 nMÃ~A$ _#D@4ssYܔ=`| 8h7~ӠTBJ) lA?W`FGƨFmRB!9D۸! y^GQނ4Bm M߆FE 9ҝ@2/|9PY <rAwE'wl~ j gc6vy(#'R78s ށVei]J*b`0 |{,=0Ru{8 (K/~˲ x[A9A8 {?"(sS0x4>#9=Ylmჩ7[=sbv,̭\+II P7<'-3 n axD =C62-xs= 5es\}u 7YA>~Ygq ]iMOt}S fϋl MyƊ,/h~ T=7>tS MHhQACOL'nr64|,u0㠔5N˨\*%6au|iLNCd\ҳ0NTUG.J%F\w'_^¶Vn?\ST ^F.+o#x$Π[[AX%C7#m(/zR֡36yU'޷_u4+o4xA(sͿ_ ~0}`=h5IENDB`PKs?\ꛋ::"images/header/icon-48-redirect.pngnuW+APNG  IHDR00WIDATx^mh[UϽ7I&M4iڴ͈ (("2&8T/P&Be8Q5}YӤi&08rt:ޙk| n7 ttp7o"ĭ{N;#^eJx{v7"1~?e3#o`<hid&x`|_w? ;?+ic#}/68týXD6~wj 0601s=A/6]_1[Ja\O;oTz~bll%& jFmwZnU/q9?> M >Gʓlv;='I&f~ ixt21G¬a=ӄ~t^OIj Q(|_̀Lp}`|^Crc1 ߓ5D7`Z.7ucbn6?~  {R`"4LW]096s;cH+ʸ[qԙ(0F6iޔzte쾰!#-FIR؄KdT0^6&?W? ]G6OчCE뉡Mt#kV?BYZ"W߃3 d6P@ ~0{] 5Xӕ3tPԩ((1%i컉 f냭xT5;sB':dI7@+-n,ORJ5.:Dd*ƆBa< cpxltCr:0s+xL<d:<qRfl=` =u[XL1[34MۨO(k't"T.'O[ru|J,'MnnNR4MZ0,UbfYebP\e AkX488/?W\W6 ;'xNB (I R@eIۇZtPꢢ e"2Fេ bx ub5o%:&>Rſ&fWIENDB`PKs?\}&images/header/icon-48-user-profile.pngnuW+APNG  IHDR00WIDATx^ՙ}\?Ϲ/33;Yc"5LJ HQJi6J`JG } )-Z* ]? Zkی4jVMiɾ۽ffavgf7)/g{犪^g opPDH7T<LɺZHzGG "xz9i3B{T&˦7JJx00F[+@9%4O_tya7CC`TINN!n/b99Kiˁ" #L!RL|2>kF["X:XP?;`|&3k#Ho@:POmk(`rkEœB. $8nיVj|gl\ '΀՛([@{5|SȦ}*FBtG<[vRt4%6)ز d} ږp3.FUg ÁGRĎUmBw-hH1 [לa߰`뤀sS5 Ob.0čV=|* 8mf95X %Zk[dWkJ_km: 3gαgm nFH‚4}ۧ,1s7g,݈,BjX=/ wTB( ,&oboؿs3-cOso1lj~SV TKkۮKuCߣHP @f?ǫAT@4g>*K5`{%N ƸO3Ǚ@f~q Xڪ-s}x[Y=ɿTת"V-/2}~3oP2~.:ɧC`Q?Nq &a!K];xS|OpN-4ǾQ,OC10:80P]`5:y6k;Oյ ؘ|ǯ{|2A~8Va|(ݘ)ں ku&}sv:)|zgY[?sŁZZ:o/Bf5AH>\XQ4Mm};7эco@~ aq=[@t%C1@Kt2s̚4@Dp^OȏbMAC=̴|l: Jq*k=t2}m$xʀ a**xZ}n{bM5Jq#VQ*:)ʾmУq۷ax^d1hmCkؒ?x8lٕÙѻWNc0r Nx1*΀G7X?5=Ju脅]񺕋Uv ٍXlohwиQܼ֟k;svw2w,+FT+[4}Sɧcf[g.hahx~fٷFefsE}8$8UZ($1*Ш4Tk0nBe4.π՟+_ܝ7bzt3DqDcVCΒ΍aOըΝF]R[vy>s{&KA sQհq \r0LnD9Gmm<7\GLe `0 ic].JqIzQ}M_|?bV;K7"ACxx>/E@ژQ%*$D(wQm o Gd'"M?ɩ,گ/sbY`ik_::Y^hۑHb]a $B ԁ*DW -I kCXLGU@DBoK,e)m{vW5 1KUZ-y\kˮ4*= MHY /^5m+OIENDB`PKs?\ڸ *images/header/icon-48-jupdate-uptodate.pngnuW+APNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe<hiTXtXML:com.adobe.xmp IDATxZ{L[Ixqh0 IhZw!ݲLcKc.26ڴjkWeɚ!L|۪SՇ0*u 7Mn# ( 46cc ؾ׾"Ot=|wwε G$уDqH/O"Ǵ=ehV裸eӑ''5)_!DwEMn(-$ՌF9,ٗH em}[Q^c0B+Ed+ F];O#0lے2f@D](ɹ$Tj|pa% 81 .M-ק}^H $), JaݭOGP #D Z@"i3=֊m"g)Y;!y$ PZ 5Ճ a`(Nr?A\ۓWzwvc,4uO+p^>|)% ^-׆lY֬g{`hu "E9,b$xτ\j1@t#% 3ZkW  ۇ KHP<{qjk, ض텣w\n/˺,`76dYJ80;uMT¸# ľb4֯Zf[$=)B m<)=,E;Ȕޘ >I:K)ktJ>?IGm;sc4Q]7az A-lה루g>29 QMs_fw?#$q+3Aa\Ƞ[b [f ?!F=ǵU׺aFEhSoܷ\kdDF&3ׯ\hrd}Vg-P/ ^_@r,ozaKosV_@/p:SלO[Rn)5je~ =: [ӔA5#g.wepm^~`}3{.TuC.:/{x00 >nR hX) .Lhï2-+tk~:̼o\L+L,UA,.<\o #a~Q0א?#p*r~$r⇌8P֏Ü:P_ÙIռ}w^wwG?2s xȮrqAX7V*BUzM.bV|pt|\N ?o07KTnj4xf%ۘ6|%H08Ƌo1v{?S/&h a21f hu`W$3Cӯ,Bt? fQ'GJ@Iϡ L l}rB \¬x}\:Yd6JL/5S]"KBENvOJZ_ 1BJ֐-}bANA7^j`.IENDB`PKs?\5Lib #images/header/icon-48-unarchive.pngnuW+APNG  IHDR00W IDATx^ZiG}}αǬ񱱳-8NBrğ A" A@$""H"(BDE &)ʽ=]_3=Th?NYuuu}GUu-H[;]ߌ1)Q{Mx5D^vtVn x@@Un+l}$=w͖m,X.,%CqiYrj'Oh^op<8.<υJv ն,q#90 \7|b3l;* Ǯ-!du{D&0\._^daFi3h(ص|FbSm6UQ(Gk%aɩ~ݙ0t,DJ\#7`ۅ(_`+ WC,V 4 a4#K|V$v8߇ġԑfHcR%T 8MF'5M>Ǯ4 '6`pp9";ߏl&" 36;XXit-oK( _2,g!Ej,gWW(r!ɯn%Mq#?c=. IB/BBȂ湞V!޵{wq'&c+[1&HI3rNJGFn!3,!۵qExܐ"4n$s"iYo&m땙Yy[w%wZ?S躗&},HB"w+\塡ޒ8Yv1N6bQXˑmaؔSB;p=X[[ߋ,oZIⶾt$!LR1$[wG. .fg_>׊veI+j$֙XXt$$/cxpyaNKVfF<|J%/$\ &Z@5pŰm_8]|{?tXX\YRC܌p5W:=4eR$ < go>9 ROaR,$JUo W#*K XQ{vn?&AO 5WmZ7ڨ=02Ģ2>l)cbbxg,!z="I:z% L`GdZ(bVe~^+*{O\qPưb!O H2n1ږ\c. ZbȊ+ֈF!,nh6byzC9CPhs Icxs usgGJ -8`;-$-0iȆ M1͛Q*\X8 Y[@$&Ip9Ш0X#2Hd_)mj0dsg1ߏO_s-C/$u/~.AہxXH2E7Ws3 @`f*BВXZ!I7$饦$Ï>JgLI_^3Xx)059 ŅL8T+#V"˃7:~O=O*1TqƁjK2Zqf׃ݰYa2րmtiۉHb$l" %ʾݡ+b(Q%Up,G x1>8QR_ƔXTYY_g$lDH`+e׶{nL"9@?8"!7 j?Z௔ZcǏgmP $ m?莄(:%!ܿv*?McN5N=ESZw9>>?;AM$VcZDQe+M :TR$291dZd@vJ~NIB>i%bw%ش >|EZ v}~0͋FrT0$A[XO&䝄@)n,Y].Bom;cF|KrC+Hz̟V#.-}MM`fgcbbtdV6G2B1 HLb,z@Gcf! XgEz"a#dmGxՙP^Ecp]H؉D礌*d"hf@5t("p{H"!waf I j9&DQ 5u(y&XVT(Gl=&qNHtpv}[zVpOH8r߿#$qެCIл`贄૎VOw=Ao0ƽV1dvzimm*``ܨohl2c<_*px!.\#_/E#fC;>9 ~>o.vr#v/cbqK).JDE3 D3"Hߤ<98sZ7d+2OƟƉj74 s1,6H0y+3+JvBB@4bѽd\I|8ќ)*^̀vo~} Et)VgBe}RfOAv,2 T3,^gʫCfvLT~=)ȪT~u|^qwczLԁtLZ PUU啙)CCCb?P͉M89VT%-Vsr!ĩTfS(YH} !`fNqњ'tZ T %LS`V\L M?='UHզ碩 ۺuXFD3Rv>8qbjTT05J?mUEJyK*Wz\ijCծH_6IENDB`PKs?\ "images/header/icon-48-language.pngnuW+APNG  IHDR00W gIDATx^ tTΞ(XPl6S.sCmK)R~QZ+X6A$-"G1aIȾ/L&u_}$f&y]y:2"%*ɮ/Ċ~9'1N)Rɠ>= w槄p |`+LT>~ 2Q-&$+?huJuy%|pwa^#D 0E2F!Ȕꝷ7!:I-~Obl EGe?y̮\L)J7d[u+h.YαV/^9@p`xPDP$Ue=8wϷ4ߑ=A %U! QK' h,] 6DQZxoImD%{ Ju:(}:iP Ysx O -A|:wʌiFRIv~:k4x.wd82 C3Gkp(]؃ Ō$Lqzڄ$ ]ey`gk)h1x1gL;t=bQcvw΢t1X(^lLfx)aœuY qތ6+DANLƃ534P\eXݻbf RPY@ cdc 7b e6ܿ@b< Xz}>.W~e'VIfw B[ HZFD,ߨi(ͳ8GNEC&B=@j}P qbln? R[ހ+f=}g0gāJ :_;wX:Vc©3"BΗ:֖xZR5a,*\u .>c1A/O֢Im{z'6[xWJqY $bL/>|&DufCLd&gWd IZ`^?8tqcڣYհCDˏt9Z}5j.?J$z_Izc(~PJeycz\>9׌fOMxP9z Fc O,>Roy0z%B&,c_yK;6=!NxW:6҃Dx#sW 8 J 8؅`82M4#V^/ /,@0"ᔄ^v 19'iع|.2:?rH *MsM#P$b6y3}IO\{Z@.U&;tL1\T a[e;t餿W#{qD 2҂U܉?R?ȌaGPet=4Jr[p \$E`C9  ;$C=y4in!o]*}GO:@bX|*E{ekWMn : ^M,&ND9ZO($&}}`Lg2c/K+:y9>uU>:k_3 'v6F ,`WmP IW51iE߆L;Zk.k@ca!8"2hQKlp3t"KIENDB`PKs?\Limages/header/icon-48-move.pngnuW+APNG  IHDR00WGIDATx^;h_<|`V"lDUdl,dT"6-X.B)$im4B`V,lM 5QIflL=qLg9]b 0` jMʡDY[F{zPiKF\ƒBP]y/jVf2>>;fċΞ Br$rpv7#+ ¼z02JW i0=>odw=5^< QR9+|e>#O ) u9[ "bI|!<0)ٺc9 H %ޟky%4] 0s{c!9+p "F]"M"eN~U~o[L)Ђo{O{MRPS_w`Va5J ț1L;3t ij!x %OBǼp<.mw`.`IId~MgBρw 3g@˃CE8"ѿܸ-"Ļ>~p=?t9Go|IΔ/|[.1^h4EKK"|YsNWHVB@zG 4­/LC@E]Q]Е׶,ƨn Y??8VMsszZVTձp]D24IĚfi/'4;ȆBrV2gYe,JM˓CwGC _fTky$X5 ͸&a?W=|D{)IENDB`PKs?\rZY Y "images/header/icon-48-readmess.pngnuW+APNG  IHDR00W IDATx^՘mlչ3;}:Y&CB8HT&RV%iA-H R({BTUr{oB)@4H8N$k/Y}gvTk9,Q'g43*ir-H>bغu+A[HQСC,v;Ҷm۞lĚ{^oO$ 0B?fj+V`ddq`i$0ڭ"MӰɖ c96uhooglllǾ}ڽ{wߕxЮvWW~߮6SOpd^޾ω<_.w 93,[Ll ߦ8z!Sw]M~^=>&]kBx\`6⫽CӴlCBm>ʦʮۮ#v~>>n78pۏ4-eZI¥9UUw,sUK0OrjxT*(fFLvI~/_>vo àRH߬pn,o8ШrQV ΍oRt8[f̬5 #­cO-e'W5bEE1(R7~ylȶC `rrRC0Ϫ[bH9$"BH׶pZ(D\뺈r̝;tx&sq)Ҟfz[RѶ0DxADey<Q99IN渮J&0NfE$ T*K-/MDKG<L$ ( '<^:eed.Y:fX,WDRIF2BXZLs_2Ư2̑ezf@2o Coo՚,TwEPH|}%YYl٫2k,<şBO u| z\q=;~(^wXsa?#&Lͬ߿ } s*m޽lذƍҤ:*;u͚ )$&Fgg'NѣPī! Xtݷ7^`||ԡ-ec8q=55E{N;IN }144U6t=uM"jiTbORJRh̍Q{6{tAaB׎[x BT;ɠ"ˣq|F"GeD򕲺kVRO@^Rm-t ~ǻgЏ䋔fȞ%Q_{R> xyTUM;%2 |MGgqic1w%ը&S- .#S.*ďxy}k={L |B|6Pt-–]n* pa2Aok<Ήw/›hً~1bKTuBU4BX,BĜlf7u8~4I||.O o3g1%+Rjx@O2}=|7z`2=2^`V$ d&rTp2N6UB0x4LlTRabz ߉׫@`ҿe-ĩ(ٴƁK#YpMbVziDS#$Eͩ'=Ts 9Hk2^Xޑƪ?~-9 شZ;T x*)&6&1g}9nߟu 4CD\ L9nNMA˛4.ws%d~|kEOft|cTPK ^@*Klߓ`ἕH3Ō$8sUѡeNJZzx=HZ!qGg%XXpaߗkVB٫ν~JDHFhJMu*4ϫ%ƴE('&ˀ)X"c9k\/c\ @A(yCi4MkS.vUL'qTBEb1͡yL If֠wXbƛ=8aX\:n"&Ays^u`y_J=Ε::5k\pv !6i ݪF8d U"u.k27Xc\lпލ),ıd;WPJ٨NnqK,U}Z$WZO'Cڭv^Rk511n29]_:+ktZSJ'RY}up-W/F4{WTav)rj,%D&FŤX2Θ}_YIaힰHs2Ft.?|) #~p̀o.V Tr I,ܒ T]zK":,9IENDB`PKs?\R!images/header/icon-48-install.pngnuW+APNG  IHDR00WIDATx^՚k]\f23f'`k&?ED4E[҆ b)Rb1"Rѐ&M0qlۤL\N23ܓ7Cl0gmw[y[߁x θd{T%,-#ƮMMLU'^xKqu|`(jPoeH2p)k0_9c}|g/:>vP_6('㗱mD_?7rIE#bUϗ |\gIt, hbAaelol>߈EԊ{ 1X!B9~A1R]:Ɩċ\r!PPI? @9_c?5Q:,gQAa@ڏQ飵8|Nu[Vp h<ZaĤl@-~p2;~\<,& o@ dcTĀQ Q("uSWiQ]HPn 眛j.Dkv]h5FH-pO^O D7kZ;ob{5'GDtՁ Jܱb.u!_i@ x'ޑ( (DbquPyn68.(1H>(Z)rElzs;2iPD%nr jZҫē㓓/b3J0a|813 <#ꋏLH@~~{˕}9צiq6'{[bfw^DZΞ=HU9uҥ3G=}ç%</W\qZ} @y@{{{ )2A?~ tF8!"wQd`rrrittN\F.þ} wF2DEbSSS}pp۝()'-=z4322aRJRhkkdӐ{ܹ7; `gyؿ{%A}@XGb?{No^0s166no>f~:@6-@6mm=]|{"#U]F$@kP e,Ma=h7BZlv~~d@12Z[[ 7;chdA ͟𮀗i5i)F* ,EFl̓rim+/JD]/tCA&yeTn?Ƈ,׏o8} ζQ0k@k| dCQ `F̼_} @mDy0tTRm Q+W.ؘRvg{~< paRB)!R0b}?@ !HHL"$l†taQ|2|*8h {P,P2q#qy RZ(i nL;$A axA#bޯ tu]hك:+\<1ckGh YIlX,1>?SE,_+W7Kzv"։ls*"W5*# -"0ZDSWOM%XkfdD M`A3a\ fyx W'ؤ7-~dh&m:jҖN6@\Bg]g3#+R@S`77UBF @6 ˇ f]a&6 Y#3M.tWL;vFU+ǰ̥@XgPp欲~iDϻŰ^13;ۏXGgܹVxLns!Z񅓩ʌPy]}KǾY'VxLs L.UiR9c.[՘:hOrϦƘCxC^(tRNS@fIDATx^UJQ9 t~og&u:W*ʼn?$GYr juįN?Yv]*?88+.]KFFR/M/##dKZ5bDj|x;] dۊbDJS ֟uڰ qGfqv?fzWF.ȨUQss}u\ߏ ɲBIƳ|3$@N t]AWa{6R!dnbmg<[0RԼсaG?,ҾRttվ{h7M۟x/&~y`jj۶gadT"T3FKAk@$LH tHa,$dHxRt5:Nf\+ 1cWA\݈[՜h..dBMZĹk^Ixy{*#ƾ y+_T@U ~YEйCA<̑bxlX~ns_& wRY0 \Q=_HUUSQtkҾcktk!(&!ռ[iА]ZIDJGB}q]yXE ɩk>No52+cXCEP]ua{96 x3 a{L;W 0'?89jig}O2tpQylVp-ncMYB8$$!XZcK}QS+ztn&kZB+uml|b'tRNS@fLIDATx^S3;ɰmwӶڶmۇm۶yN&vOk_u~WI3;f]s.Qd$;c+x<.aI+T1)mF`n5s p9E2&UmVt78 Pg<*``G@|v,wܳӉ&#S6Dϧ8D7{4cWx^e81`w gvD"B?Ņ#_1G{F30pF⦖>V10l_ǚc>( C(mGjo߯_3"ݗV{ӏ.vX 8Q X?y7EtKv1ǏKx=)wU3+_h뮮ڎ Gh4~*{\v~%m;aOt9y9ѶEm骫; s_rEf1sqضlU7x )O ։.7\dχA`Jkk;'0( F:##o$!쳪'p_^D,A 3J MAL X`o?[u +Sq-@Q`VU;|Ѓ7uӷ B h$@;T@rQlK-}v+B$%$yW64m i9jC m2(:|182DQeJlJ,4,JHRLY𰉇#2n $#Uh{Fi<ϣKKxSVU xU? E/-9IENDB`PKs?\+*w "images/header/icon-48-featured.pngnuW+APNG  IHDR00W IDATx^YL\;;ˏ NP5ڥPƚ5&:mY;WXv-.KuӹM4smײU"(LC}bOy<}>_si U7IyfRB; v=mضm mE`)//{IkT1C)S"< lCkK ^"Cz^6u?p!@[k+?; ;=#v?t yZD'{ i~p~__M#>Ikt!F/E NM(_|l֯u^|93BL~v2=˃YgK$$!BT.'Hv6x\f->ayĸX4659/$ u'J0ꄱ`BS'ĵ`;;c U3 n%e +)pק(D"'!hv$WfS0NCLVVIhsS4@NnZ*ޖQX[qPl90&pڼ/d^rڏ ĄG@Bvv9lp6GWO/s S I;~1?Šw/K p ގB*.];ckz1'_b:Dh7g4Ǎ?3%>جtewt4&eB~K~I* Nv?~e)Ӽ~vepi eJK~; U07oO#磴Y++08k}xT' 4Eyn,&eͯ1G(9Lq!<_(ԋ(wpwyrM #kp|r! ?m7Oc0~/^y9`B+vl_dԞ]rgqQhMhru[T GtXS Ydgߑ PID/v]$tDFP::}}}SĎAQ`иl̄nC]Qoqյx9yw9X FJ< `]N݅%5Db|h?m46n\"a(v{cЂ~L74 Rrh܉tx -7+ysR0[mhշ֗+0>pֺ񍗕(de Zt !vCu_*()2@2XCҢ?/u@<mhcA{IENDB`PKs?\Khimages/j_arrow_left.pngnuW+APNG  IHDR ?BPLTEwwuܶQuhTtV_͎Tv~S[/7tRNS@f PKs?\=9images/required.pngnuW+APNG  IHDR {DuIDATx^1 0OȀZ*(`B@*# lH.À.yiO\BCin9\ kU_a_rU=֕`{3c࿗NS+IENDB`PKs?\ images/j_login_lock.pngnuW+APNG  IHDRH IDATx^kpTe%r Eit\8#f)ZZvS~?Yuo3k(A(pwy9o79J+P]/yo(B\-FE°` 0,Â1,ð` ư` Â1,8acEh'C)a2J8죴qBvXRPV3@UfztN {‡`mפlUBWm#l̽~Nۗ`&)STf|y)a;-$Z;wX[>_w,-E}+ptS|0<`6kKCvt+0}>/u1b_?)Z$ EN,)Qwٺ˗AU0.+/#Dka&\aź ?xR)6xnvd[9j>akC}]#p:pQNp8o-lLu˵pm/_&pcx>/ /^?T7?]סq\.I{ػ| Nٙ[D7׵>]v="LY4e:|^/ʑJۋ;oD71lτ̞m꧐H&1rdzVe-7BEo_[m|x^H&S8}wq6x- fcYl㴩SwMI_aJM/-ڎ2?yLx ]/ 57^ 桧ߔK#\)|e- (d )$onYf f#By7 y=9*Dg Yrӂ()YwO"&ܾyM.X׿0uNu8u\L<e薅DqS>lihX0[t745BQ^([;E<7,n(Q!D6u t{ 6 Ku3gԙ"\h/;;ܝ ! b/ha0ZkkrkLo h]w6O$ \wMtɧ,B53Aʕ.0z-^gqHrvcNFl xu]0Dk9vI񧻷 E,w:wlK`" JƩ3g@{vKκv)2,NeL.p9`C̻GјF!TWk&1;XSkf=E.Ѩ&k]mm'W7bacA섽i?ىB>/kӬ@`c@hR}=4]G!z`/rEo_ߥLYl#?0Pt3(Â1,ð` ư` Â1,Â1 ư` 0,Â1 >vgk z}py<8U7U@[/WzE0dh,cCX29P%^4QUU9# U*?d {[fW(4MT?v>\?w?XAxpp]d@].pk B$B&M51R3Ys͐Ud0!kn`a *(*h@EɎLTUDzR1#{1ő8t<>FErBL&N"{uM[ucQ! ӦoHuCOI-Lƒt܏LHkdnd~d(˗$%daFP (Y eDlD,PUD)";S(KV86+-5Ap 8$EC4Z H.ٕ`x֟wMaÎ@8T?‚MQ(*JäSP/Ia䄾/7|>?tf M^3^8=^u`BV#[)0 U|w! !+p %5ǪٱJh,*ۮf*e0ɤ|H%H'#kHh1JŬ|4NL1 V).P]u|>Yl9#^wa-:R)`#>#H2oRV>%F |yA0QF%O6+5oQHR?yQB2jy&c\luN||fVZ*@0;5"EK%jI {dcMLd,O-ɬVƺRT6QJ*`EhPe&VX F8Xȥ&*Y%NE׹rkw2Q;XqGDVF*QwL9[+wCP}Oe fJVBTr`#g*onX±`e+Ouhq=rIENDB`PKs?\images/notice-note.pngnuW+APNG  IHDRVgIDATx^?\U{gw "2(֙O B6 YADHb!v| \;|`(7b?#,q3{^vf.9ÝL6GKT"3OdIu6$ePBQG\O=KL% U3RØy.(ЊZBaM\h iP(,n. [),jd.vwR9uP `⃘z>LK2Jܼ nё~d/T6yPu8`=VJ`q>aDhiI$QK 7z+P: + :$_R%yPic0>;`uDrg} 5咽x&g, v3mm^j F?lY m/-}={LACQ VDxZ)*\ŕzW:u od/4SX⧙ ;8{7tF(X , tktDId4)xD}?h?ܹ7s '0k xky޳ⴰ.Lk5:sa&/l;sw!XW8GIENDB`PKs?\Y0||images/notice-alert.pngnuW+APNG  IHDRVgCIDATx^k\U?;3/YԖqQB(T*AB?,*R(Ԃ (QeB܈n4Lf޻h[<1&]}?y{qxʫ@1Hh'=YǗT8c MSl?u'|*DT'Iz|d~^zFyI(Iv[8\Cw Bs{OLJrK|J @.İECenWiR*f{}#824l{y*i69CغyxWk!/J7jU i+;LYv{C/P jrfى/άnOۨt>#YFVNGkˊNQRO>Ψ_y/au PHU_UR2T!Pt:@0M<,!iJ:բSլ ֮ǡ'i{|>I"0,M) ܽv`OFp 9kITYЁмrDq8YkHWnx,\& (ͧvO.i/?`K񺚁*AGT \7׻U y镍֎3+KzhLli:H+/eBAV.45q]"VafhgLhA)uo~m"-hNm, r"j(""LodNYY_سc55[{r2i\}y F|C5D.^f7[ gşש 0@IENDB`PKs?\@*images/selector-arrow-std.pngnuW+APNG  IHDR  1.?Xo_@T Hwi 09/S{$n\d 'l9%>@i:/ {ћ7#)\u gdqeY#2$[qnIENDB`PKs?\TVimages/j_arrow_right.pngnuW+APNG  IHDR 2ϽIDATx^u aƟH'+xɟan_YQnqs] [D!sE#.lH Bbzú$}Yҁ7괤HLLa$C#CɲhՆ4'ƃyF>R0NcbAZr. /XOKdIENDB`PKs?\P=qimages/admin/disabled.pngnuW+APNG  IHDRaIDATx^SMj@N4ܹaAƕ4l+'H@]d!1EW"ddʹIMZ^7o/"TxbՊ&\./ E1Ri"P1(zt]\׻u%I?) vx Fn~Ǎ2;ğL&ϲbȋbWmq(4_%ovƇu8d {!!,Z>!꺮0Y@keY&҄1SUn"JQhT-6Lnx<^ 8J%IG-@(2d?.OXj~"IENDB`PKs?\images/admin/expandall.pngnuW+APNG  IHDR r|IDATx^! Agd9n4 &6; b +]0)6AE.L=]flOu["vovǏy$́H("hui( |yJ@FtҏrY  ~zSO5hҵ Yh*.qIENDB`PKs?\܉&images/admin/icon-16-allowinactive.pngnuW+APNG  IHDRauIDATx^œJa@o!1#C?6* vV˜mYpQX'YDDD$!FI3]L 0~-@3B4A|!V͚)1݋ynn҅+}L&ʯG\عлY[E|7P6XL!% ŷgHDEV>1ZyBGh_=R#!\&$,`(΍3:@: '^JE20Gΐ0\:,'ąѰH5]rOwM2 3JQ|PQ=$ߡVx FUV7X .-2Qq!;cD 8P&, !W Y/j$sZ56~3IENDB`PKs?\x>images/admin/sort_asc.pngnuW+APNG  IHDR =. PLTE񙙙@tRNS@f#IDATx^1  +bs1՜l:w٦IENDB`PKs?\ GOimages/admin/downarrow.pngnuW+APNG  IHDRaIDATx^S1 AQFRnר2IMRϨ,RÛt}޽,|tިR*1? $⾤A.`3yv$Wc]M' `9 Lۨp:))yP8`:O>e< n]+_3n nis]#= `Iց]9#uU1]~IENDB`PKs?\G%images/admin/icon-16-denyinactive.pngnuW+APNG  IHDRaIDATx^MKP7M0*tVXt]PWd@wf_uYA)v1̦ ii-Π.դnY9/$u juAA~6Q40`ԩ!"\nm$.aPFS7 *v$+(CvPs}#q=< H?Lج 6(ы}X(T"S@bh^XxZuPe3yrj{ʅ캅z6sBZDufdNOErFhX 0D+TK m\_ͳOSix[f);c1ka8WB9<+_S4GG$t?O2IENDB`PKs?\]images/admin/downarrow0.pngnuW+APNG  IHDRaIDATx^1 1EUx ;JAl,,S#.Ma+!$ n N òIu]w 8F(8G vE,e 0g9 xchO3ڄ `.xY*k9 6\'x 9ߕRc@Ji⥔57pZIENDB`PKs?\}images/admin/icon-16-allow.pngnuW+APNG  IHDRaqIDATx^œ?HQ_ rG,D{V ڊ2B*"nh%(0 %!됇C_{{u!PKAvH|4ZT:V%X=g9SS;}!C R8b6.uܿ]o_M"r"5$Hvd/ZQYY4-=WЪ!mdâkiW3XF !r/@.'UB%&pp9" aVdUg4% +DyW*D܂B6"q*RIENDB`PKs?\ Vimages/admin/tick.pngnuW+APNG  IHDRaIDATx^_HSasv ']xE7C"*"2hctouEE?1PjsYO6iСgo71V8y{yyS\/_yh+*(j6>_xM5a2Ksr7Յ="\uk{9I)opAruY+я|#H1yŻ00ќﯾjGoozfIܡ#e#ӷBo18 '2ыxUss8(APq'|E'㷧vp`'1Tg * YOpj]*pl<끁wd:[IENDB`PKs?\"Cimages/admin/collapseall.pngnuW+APNG  IHDR r|IDATx^-@Y&\_OIEUm"i 8/YΆgf7-I 8GO=MgӃ/ϢђNa9 ila2o&(?UY-Gy<@'4 XS0bq\un!)BZIENDB`PKs?\]"images/admin/icon-16-protected.pngnuW+APNG  IHDRhtEXtSoftwareAdobe ImageReadyqe</IDATxb?0m&=s~b,^*VrԙL k<@=蠢e>X- !uFA, \͝ ||`6!5(AP?=\c"ArL03Tk(55G8H=f ~baxHjX+?|oN6vvGM @9o־ p nPC~XH@í[,Ln$#ܛO*rR޼~gTG`^> / f#\@UH- PTSQx=ūtp׆`>G dKWOۏ쌋.+Xk#AlX~Uz_2QANNݏp/h;h_ %Px0;0al,.vEEeB >3<,efa ? ^>^O1lg؏(3!j IENDB`PKs?\r images/admin/publish_g.pngnuW+APNG  IHDR(-SPLTESQϿm@Uޞ}VKv~c"Iv5gߟʷ|ヴb^(MuftC8Y sZ˰SwFʦHzG ѸSXtRNS@fIDATx^M1@wd;=w`@ S$Ywul4fAJJ1}n o' <r!i$'ˎ {[s@u}/Ю+fr7ui.C(Њ/x }y(IENDB`PKs?\,7%images/admin/downarrow-1.pngnuW+APNG  IHDR(-S6PLTE}}LjKKllbbXXttWW^^͋itRNS@f7IDATx^7 @N/˃i*sja 6qEp!kb3_IENDB`PKs?\s1EEimages/admin/filter_16.pngnuW+APNG  IHDRabKGDIDATxՒ=N@Fŏ"Q!!EB4H T A H ' rbA SCl^;._3y-|֊*ekm[T7׉c·1Qcfb=9br! љ K؝x{|P#Ĥ`WFJ6O/\_7+Jw v"υfK奷"LTDduDumv $J N܃$x6ȌʵOV a6zrw( QlGrWxrJ[(:q֏*  Z#JS%Ibi??쒑%S%m.5K d~kh};<_Yݝ(ُaZ7Gk0WGq{i,-Un[F"8_3H&('^P?R[PjL  V\Z'y{a9jX@S:Lq!ft}8v!@ؕbI\i =`[@GhtByV'/v{4=mPM||3GQq|\GrXYh;.`f2Ţ.Xs EJA @3IENDB`PKs?\D!`XXimages/admin/menu_divider.pngnuW+APNG  IHDRIDATx^A @fPD!-ϡV}1IENDB`PKs?\((images/admin/featured.pngnuW+APNG  IHDRaIDATx^KkSAs*G#)J$ƕ $.'D&E$qR+ 1EZŤHi1iofŐpsΟϪa N0,,A4JT̨ܖēլN H ,-ʸ:5+Yϐ0dv&ę;/'`E2 "uD߶xctxRtm軄QDo'}dv_dwP{ב)w>*nwUә[¦zrrlERXn`.2b::2HIؾp2jMGb У3Jf.RqV~=r\W\?7Z:ߝ'SLFיRЮeFn8;t6@L @( vN͝L_sYo4{Phy7s?Pגgi @pﱿ~GZ)QIENDB`PKs?\H1  images/admin/note_add_16.pngnuW+APNG  IHDR(-S /iCCPICC profilexڝwTTϽwz0z.0. Qf Ml@DEHb!(`HPb0dFJ|yyǽgs{.$O./ 'z8WGбx0Y驾A@$/7z HeOOҬT_lN:K"N3"$F/JPrb[䥟}Qd[Sl1x{#bG\NoX3I[ql2$ 8xtrp/8 pCfq.Knjm͠{r28?.)ɩL^6g,qm"[Z[Z~Q7%" 3R`̊j[~: w!$E}kyhyRm333: }=#vʉe tqX)I)B>== <8Xȉ9yP:8p΍Lg kk Ѐ$t!0V87`ɀ2A. @JPA#h'@8 .: ``a!2D!UH 2 dA>P ECqB**Z:]B=h~L2  5pN:|ó@ QC !H,G6 H9R ]H/r Aw( Q(OTJCm@*QGQ-(j MF+ 6h/*t:].G7Зw7 Xa<1:L1s3bXyeb~19 vGĩp+5qy^ oó|= ?'Htv`Ba3BDxHxE$Չ"XAP44077&9$An0;T2421t.54ld+s;# V]=iY9FgM֚k&=%Ō:nc1gcbcfX.}lGv{c)LŖN퉛w/p+/<j$.$%&㒣OdxTԂԑ4i3|o~C:&S@L u[Uo3C3OfIgwdO|;W-wsz 17jl8c͉̈́3+{%lKWr[ $ llGmnacOkE&EEY׾2⫅;K,KhtiN=e²{^-_V^Oo§s]?TWީrjVQ=w}`嚢zԶiו8>k׍ E  [ly邟~_Y53rW򯎼^{7so}x>|쇊z>yz?dPLTEF Y.KPb9N R [yTZ ZT@XbIŨc,\/ELϞVZP3ezNVҔ?cg눵zqe~Mܼx[g pHYs  tIME &덟IDAT]G0c{ `綳ƶ)u/~acF5xyb-\̄\1a&Z( [ 2Bopp|#@oW3͏Id߷8 y=no@RR"0 /ڞFQ4oeTJ7+zYIENDB`PKs?\$images/admin/icon-16-notice-note.pngnuW+APNG  IHDRaIDATx^=kUYgsnb"AD# "`TAAH}`B@((6FXLxs5sϹ{ ^N1eb+l "E?Ҹ$-X5N&U|BBeld cz^)M6q)}Ar01]wFuQ@B*;ԨP9kDsJD lA6@/{'ӸJ›l"qPGj@51Y_MNpU}U,;zey ˠy PY4OUávé=R)uNWD̃FvW~;0|,|Wk9 VD+E_9*Ů|5$1Y , .&؅!Isp&)DυPi6" Ut[l+N!IENDB`PKs?\3images/admin/uparrow0.pngnuW+APNG  IHDRaIDATx^퓽 0#UPpqȨCPp|)89 :dVpȘ18 Ϡ k|r 7U}7 ( |Ӡ4m1,`Dse6oq.vOQ]K`A*{` 6Xk'5(:R3فs9_<_¦tG}8l"p|IENDB`PKs?\w wimages/admin/uparrow-1.pngnuW+APNG  IHDR(-S9PLTEKKУffե__\\TTttUUӔddVtRNS@f8IDATx^7 Ġ( Jӵ/o~UbnX~hfZ53G=μ_*sWȟsyVTZ-50'+,끬a $)SKpYA; yƸIENDB`PKs?\simages/admin/checked_out.pngnuW+APNG  IHDRaxIDATx^͓=HBQ=_MѠ[ȓ6kdDR>lɖhC,t*5,7i04^^x4 9={ι\L$h23a6|[gsiWעnAR@MkH/Ժo}xqaGi{{v>*oQ08t ;3MyM]'BNWہb:>B#AQ&EYFۘT*2$9IJ,ee ~>qjw #_7PХ ài4; p):hj 8xA匁6@xK2+4q.I "bEHLZ_IENDB`PKs?\}images/admin/publish_x.pngnuW+APNG  IHDRaIDATx^MkQ…qbbAQ[(tr[7R4T\Ŗi I2s:CB8\ᜳ:G(d0ou#0ʢ6|"J5|´VDHXS1J Fb}@T)6BP@T[BٕIJ+a7tD "WnؓBѥKα( PUk(psᰏU7sjGlGISwHE6):b,Õ2yy"E빚"ɮ9Y\,d6{_9_iRՀ瀂l^ vnOF?Cz<ƃƥ(0@_~K3ۃzOſba[x4Ýh6_V9K=[FXSt~|IENDB`PKs?\fAggimages/admin/blank.pngnuW+APNG  IHDR%VPLTEtRNS@fIDATx^t;RGIENDB`PKs?\Yimages/admin/sort_desc.pngnuW+APNG  IHDR e}XPLTE񚚚btRNS@f&IDATx^ AagL|G%dzb\GyWIENDB`PKs?\0Ʃimages/admin/.htaccessnuW+A Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] PKs?\images/admin/publish_y.pngnuW+APNG  IHDRaIDATx^SOK2Aٝ-L%u+X+~m|AIENDB`PKs?\Vimages/admin/index.htmlnuW+A PKs?\MY>>images/admin/filesave.pngnuW+APNG  IHDR tEXtSoftwareAdobe ImageReadyqe<IDATxڬUKOW>sg#txH, Xb]D[EQj+%_P"Y,X"UI%1bcsM'В̕)/B/IBzCs]7(̾zU'O6烀Y['?:\}3/˲ƘevlǁGí[A W a^K?pU0 0 SȀ>ʗ!۶y.J%< aeձLbTZɉ+:fЂh4JnaD,QA diHg0'000|r3 j婙#Ð݃$t|<eA$B5hsbD/.=?_†'{H(c8z@b ~EqQb 87Oӏ?ijNT7_dxo߼Aڇ^ +~b&Q@"%4jOǻift]/S{H& d´X^r.pЇ%FYd6-23ιbɬ5mVW0M3つȻxIE5mV]ס>W_`yy9uYA=P;@.KOOO- vttTCzk0=D 6,+++٬X?XNOOap,C%=F1@5allL8NLLu{{`0?ͺLxGp;zaW0n\xJ\?m ]( MR1ʤJIdڒ:~PE[Cz Dr=X[[z4`ThjQwqz&t &8Om=N]=S<&YIENDB`PKs?\ wrimages/admin/icon-16-deny.pngnuW+APNG  IHDRaIDATx^MKQg2c "8H"L`jptJ캓?O`BW I$EL|`Mμ,t,ιy^‡z Ӝ{p2l<_!];^'8[^Gs ]*d nL5Q1AO><eKrQei4)KmO;NI-۷?ѽMvf^P \ZkO3@ۆR7qt˃7BY< O)-`и%T”F˳N)*ǒZզ>g'foS>g)ѵ'23vjxz{nDA?+8#3P817@}@ $&,Uɻjz.FČ?2 D]l7e5@Hϗz)M^̌=Dy +G?]O6{?hW {7ǣl(Ry*fS7 "W#UzB'Y+Kqc,»e1P)eR**^ rw$c iW&.e2#| ԘzK Order allow,deny Deny from all PKs?\F6pimages/mini_icon.pngnuW+APNG  IHDRTPLTE  ѓr9*)\*Bv '?j`wOFCev(Q;%0 sWc]IQ7-`W6?`Y!_<5!)3D{&jep}fJ?HA60+NQp)֊BR2\/ |Wב Q O8+~\9y" mcFg6rYK# |#GvLbݨq\+Nl:T-Uks=O`mF$"EC_&cuh7|C5Kf c}O`,('/ ]u=Hz' m 0K$lR%XJS [  ];!w*6+5a u@KGVb-'IDATx^]CDA[شmضm&fӹ;&CmU`vεr ϱR`zq*6oFIR ѻ~2ܙ#U/C|v?̈́#[`}1y0[>($ߡGbZ>=?GC _ˆu8Ā.j Q6p"GV/IENDB`PKs?\ R !images/toolbar/icon-32-notice.pngnuW+APNG  IHDR @{uKIDATx^mh\YνM:ID+jim/` * ؂_~j]UٸTQYZ֖LlIۦi}{<^.x;ɝ;i ~?x9kpl#hu8 xS _WQ\ՍmG40gufV%mw8EF,糐j]@sd,Mu2|#|(|7Ȧ[!L)<"0"O  !VQen5xc'^ bH|(w}!y|ۙ}kxKU2fB_$Y Eǒ5`e d\P\:[ p;X G0Kd[LRc2zq}:R`͔9q1{: 巘@X;.`ClkR[گKҰX3Ʌ7 HiYXxHϧ18T}]'|@.G)̪s\[KJ<0!,N ۼ^dWߏ ,`DB>Y P l4$2t] X@: H$ pCaTTHDd$2bi#l"p K(@]=rΝ\|Ij^9 `a(wu g4ׯ_qBB!Gh4QVejjJn‚C1fD4h"xzPꁊqZM4[;߮`Y3334'`8Oh4@zN92 bxF;,@pf/-RXa mceY(}I`HP q}}}ضM*jG@ II l{ E'$N@+++\v-hnv{iR*X.]"Ͳm۶8P:4==رczittt ptd"Bl wO4xܹsOCm5mW^=R*HpCcǎܷoߓvnpSOSNcqIHC'N C KF#QϊCxb!oj}IENDB`PKs?\yZ1  images/toolbar/icon-32-move.pngnuW+APNG  IHDR @{uIDATx^OkGgWR`0+\ RNEbImz*-r)|k?|5ݶJPBiuEƠ=IkY,qekma]Ɋg@B`^]Fz}fw$R&o2d !@!)|5p=HU,d (:d)-`DI(7*T| iR}ϣVC Ê~\?Plʭnt|u\BĐ%2 HYFf x,vsf`=r{ʯ|uWg_G<(pwgmzUMnv9g"g"w  0;n=rLCw>2cn"tDg"{w_ {@+( .0#,_>"Χ@!@vwwսr^opOyNj, +s'''6 fs y&Z} TCag|hw^' 'S7U 0-Ic٘6X?`[@ .9nndemP!gq?C^Py::Znx`ZHhM[JlĉHN~=kg"xyyY{+K n}gAjr^^T *= T>\C@$D+iOV pA.*&V홄ן'r5 % 2}D`u#гZ`~~~]R'gփGo؉ ;M>|궶&$4dvv63G.s@-?Xvpp_[%jyB]ZɊ6n_=ׯ_c_Xͪ>Boo/dr`uuQ'-h/һcHɄΜ9s\@dNL$dEZ 4wJDg&@d@@Q8ЖkPqq]< ?2?D{o˨A,pe[u:>/`H7+= ʧCJx"PXXJEEmp [GZ!p+x!2= }fK `Nʻ%lmm·܁ǫ]1^`mϜ)k)z/_}#5(DbF3555F^xׯz &''Q__OXXXE#s/_:*++iî;fn8) 3v<666bDqKK˨XL{|^@x͎}\<Ώ'j{@ěߕktiOϥ{^`brCA A|, M(s=x^J j񂦦]]]::: 3aΦ]s4AP9E"e[Ge>jisJѥ'wSeeIENDB`PKs?\88 images/toolbar/icon-32-error.pngnuW+APNG  IHDR @{uIDATx^XO$E~3 f Dœ0ٽyތ`^M8xq1dBvlƌ0@߄a`fT^{H8K^WuM6e9IRko_9z[K(Io@]xTTU,~~P1u*V_7wh=~J1E+$)MQ{NT'b册\􂤦)^~NM. û2vXMRxNWl2ϼ\sr%/*"q!Y2O|J{4l}pcL.,aP(pGIXR= .=ɀ#x~Vd6%zRc pqWStEiJ-p/Ж&y /C WAq<(9g Π y>66F\8ONeoⶾ^NA(fgsxP,07nKJP񨘃s%,+a44ߑӘAY9IENDB`PKs?\ images/toolbar/icon-32-inbox.pngnuW+APNG  IHDR @{u IDATx^Yklfg?^c[ۘ @ A)ETi**TQ[??P lʂ+ nRʞ^L&y+=Wq?+aNa<{M l\g;~mLط5>4*替|ـs݆[xncǵV܀jr/ ?jvBp7`&{;1\2J><=TG 1·=A`&GQo2<G^=X*[EhB9L[.R?Te~`q zf5pK7j}4-fmMߋBdL'KVڄԑMT)#Kw2< [s߇5#XW^hD1h(><7ݘGitAHjJT@1(QT#b`4a2h/`i#R,2ہ2 &KKQIo- cnSr)>!``t(%>AF>"8Ba"p9,\;w$C ߚLڂ{4T, Ԧd@D\GtM( jx5&r."<+5G ,@BG_ e>DW4x]>9GB!Do &b0݊~RM^/-~gDc& Zd07FUXff `ARе L悛7Zv9A)!-LRx`cxa>0PrSL$ k~ExЊ`# s7g.olDKOYBg,8Y8fL3g3y{gW̃dpw2}v؜`F5GGzJ2xdec|^.?|jW̺I"ӯ a4N`YIπ5 .^zu-+`0}]VԞ*zK ӧQ)FX4??466H$•Kodm۶ .'5,@gig@@U\]@|;Y˨4eH0I;G ʶ!?1 E%KM#M9p]=֭{x`d =vg($Sؼg;8/{lrh.I2w ̘A"3G sϞ=VnXlϐy-8gjͦ1nT͛7o613ƂҊ6Z4mPC^F*Ei ?+[7`;Tp@prp 655i Z˗/wRt-_ ;bь\\u NڥԒ#T"irN={F/'O5QD|ْ/ ^(زu޾}-b-jJb?Tt1E[N/"¸Pf8uE"TA|Wγx{2]c1oax >4AՔi ے|l#V$BR8!Ӳ/"S;7e :fwUӂKEDSR#P֒##5<Yyu/gF P%$3P()Tn)k]*?HN8qIW ZH۰Va̩>D6lx @Ɋ@ o̙3oZ6XRu9}080KE= TYNWq ~Α z#c@o @vzIENDB`PKs?\images/toolbar/icon-32-save.pngnuW+APNG  IHDR @{uIDATx^OlUǿٿ)"-Bh b9 hBlR &W FhPc",)mݒvgqe3iڙi؃I^~}{^$D%PaU>:uz  @gww:5DZ,d>U/ʨ8qc#ifciB͓'HrHR# W8tX4Jm_(`CC҆-n<(hT7n( 9Akny[KFBBt"#!4NDth 0Qz D'Cpdܟ`!& y4#n[3C rSo0YÐYQuxQddhy] C㐣M,ɻ,FǨwi44F~|(1uJ1 'ҽ^~:}=ΏL7uHbRyq7 +=6<1kTKBdžWjšnU8jggݙZw6jatpjӤk^ \I hyaj JV]דigiEm[@(r9gӯh> hkkkOFkk+b@"&ѣ[n:)vq"0 ȑ#D"T*J?,BbRH&jFƍaoH|sѣiGI sPaALթ|9pرTGGG`yy0 q"H[nׯ#`hhh>wGALR)1r^%d^iҖwvvKKK4W#611Q @RB.ƶmd8w-!3HR4" ZVVVB{gΞ=+/;~8.\ѣGa&dv' wR)ă KHd,(R*Сcff? OL,`.F2U"mcmmM4LMBdpl O["x'ǏGNk׮U=x7OݻWߵkWm4ry >|$|nJz>\qZv3)b5r]+Ϟ= ]3fSc@3>0 IENDB`PKs?\`*BBimages/toolbar/icon-32-menu.pngnuW+APNG  IHDR @LP)PLTEžĺűؙơÿƸދkyd尲Ro܅uɓՂBi퍪ͨ՞Ǐ]}s9cͦ`~OrLngǾuϘΘϓԉʝziDp>tRNS@fIDATx^ՓŮ6@=cv>f ?Q;QowU)h:qȿş/-77/?7;E[v0w AM(Cl Eb^#)g0 u3WHf>L})%&~C c4YG8!D Km+5r+Ahqh nr^j8 >ʪcCO*6~0Ot +Qql ,](a*q,ɺCy$@RſQ9GI9NzAy`ww [ER<ţe>nʲt,P !i1J!cI jCI#PiA%AO`LXRfvB P$.YqB-(D[P$ir Fll { 2[g,|M!׫&3cst!#Q_? a^jRK.JM'4]"n( }AYAk3JPp) X)o:ʿ!%eHJKQJɒiW XD(EB%HGF*iIENDB`PKs?\˪  $images/toolbar/icon-32-unarchive.pngnuW+APNG  IHDR @{u FIDATx^XMlY鞞{lǿĉp%֢BB-K.r8rBC" + dPI䍼' 8ctS_KzD*_}UgfI8,n(Plz,mKdX2CB' ʚ,u 18\(^Z`1w:edl5I9Tul"˶~RNJ).OmզVE;;!k:ݾ߼ @L{alLx!dZRyw, }bR(T7=&BcЭkveGY$J>>9AIŲfEZ.zQI9s 7<5M&PFAOӧOq /B*hLiS$0ЫC*Jr!zIlvw2pe__HXUmѱb#J6m5ԣjHH<&88kW1!HtmKc#4>6) |DO,v\-D; Q/Bv[$;Cx}W6=t0\Ԯ*e TJ]%m NCC^(OZl-ЗZAZ|L*{aD6UW'>پ-|'K,}G;MU8-*H*M}v7X"bZ.G$H7T,hS5۝C+ U6sIuEI PM~B/ÎP.>3BƽSnjϭ⁋/Ç"D!n:V# 4Y(#Ӻ@W@zTAR5*"(UE&*b.Bhb1P8(hݰ/tgа @&镁:>d~4%䟒P*#qOrp?F q{Wޝ {98-}Ύyl uYh  $ဢRwĈjexx$4͹g\A$웊T6(ף;J%(g:йDb$?@B@pCf,'pdF ȎQ ރW fm>BI HL'H%{422b~񴏁04rD, \B*ә3gQܽ{ܹ,uoA2gͱXz+++4??{PR/_,:uR _~/NNNґ#GLgff#W^5‚(ދbl 1p{(ejݻ'q9x@lj"SH@:GX,ҭ[xW&+y!5dvF)EϐZOMM&Ƭu#e֘ pmt<p A 4FYk:F‰^x jEU DQw# t%PQ݊ \]]EH|G|@Q#Q: <qEq6t{byIENDB`PKs?\N  "images/toolbar/icon-32-adduser.pngnuW+APNG  IHDR @LPPLTEֵŭ楥Jރ{RXb1kKiSf,Czzzk3QQQ h)Z&T]hN^+j,h%`͍0hW LlS=kÅ:I{:TcMy淓!!!ƋB\lB~a"qJεs,l϶ų뭓d&{V06ĩt#_S"%k7h9ԿGG@4}F.ɱ{W!ѯ4fX`WKߟIhHj{zkt9=@bIIIqл@_°ϠwU,c޸Bпz!dzQr#zLߤVb(Pʴ؇y>ϐ4Xbɕ{a=LwLl&ܦtfffхV$lmX~DŁ(mXEd+Ր-ܭ@1W>ы*Ἶ״"GեLFgZ$u+u.e=6d2Cj7C_Օpo9sƌEN [9]Q9|ѻЮAHjpӦcg>՟A;g\j/?0q?:mOz ]222rb_?3%KnP{ZO\d;bz}Cwo?~LDy5Ϛ5{_xʕU'v@޷m|"mzӫN姝;i=MM'pNwQok]pm:1YzviQ{3 H 5-S]Jx~@%$׃2C^r% g@)g Q Wb -'H@a )e1B!JHJJHb('FVg8%!+Ą$|&!HDPHT*1~rA#Bfa;9R*V؄b$˖qJ-jiDŰYOM` TX+R _VJ 1sJN˘j{XsP"#Z pĂp,o>N0 *q=.+?~_ 2C/ 2ֵwAIENDB`PKs?\ 6"images/toolbar/icon-32-refresh.pngnuW+APNG  IHDR @{uIDATx^kof',,hP L 13,ட9f=/%kED-T!D%bSK*ª 8{'CBX7Θ?xyO5qJ2MNjcs`ܮʡkBe.(I8@ 2 [TIw}oj|XnytDPE4848ca Fd*'1<*wH5&Bd#6]i?9|6Yͦ$H@n=Q[E ӽ2V8d߼1_T`"6偧nlyteԸݤ=sT^wʹ5B$UĐ dZ%) ?l4 v`[̺^]$Y㈬$;Ԗ^ٽb ts&1iN+o(pgCMg`m8ˏtݜC4obX8f%'u\@i#2 5$Ľ^x=5zܭkpL}v_N'>*JOF?]-/fTQr_l\ئVg֩s]P$LdNq@ĢC;_;y!ZF|7}'4ԋX2hqƱ,!pɘh_{Rw0qnBfRz@%}tg8@~C]hG;-}UX[k J`-,g0趀]`f)O V5uLɚσG@CxT3ŒPR>PY)X ֫Ixˁ<NW"FE clfL@Qf(075p lw71fn1Gn)nf ,[Ia[ fs} +ij ,:AR="+̈Z`Q{ o bL@5I啹ׅyGCp7qpJdx3ɉC*{<Qfqx,4%Ӑr-`.1YdV103;hGΗuHܛk+&@5<FH_&2)[nJFyUWIҧwolNqӤqdA ByD"$RRT/ykyJ@",SP%*(&MRčw2;sν#Mu,;'9;Zy6 !s_i лcdZF 44A>tt&L^@i t7yN~OֶvtG IcHc43}6qC}plF9YꬎS.%'S@Ci6*x.5u u{ɏ:NHLӀ4|uЦ(wu5 LMI\ bHvv}A8>1mWY0nD>w5yǥOSlkpkሶ<涉[3{jN7Ig+/(Qj̦9U?D]<;a߷zdɿإ/5Ut{6 ~{ b# P*5YG:hmi}uC3guzSo/V2^޿X$"ZioCJ* UsYiIJ !Ӣ[tٹDngvQ@}m5|/z,!<4La]թJΐGbzH,/` S2[| ʅN.{`MXu#wK8\4斨 d{HDyXp) *+SxP(l=aj=ePm @҉bUd:E! Z1YkZDQ(cdr]*M6qq/B`ߧPcP!'A,-oS6\S`| *j@ĉBs4Z5<"^t i K+ $c; vz{fq04aqIw@pVu]ٜnDkklXQŧ,F##\ &f+f-KB\:J6"eGMQ]ёяq6Qp MJA/~ᩍ-Oj9{hR!Trjg[֐N~_ ԸI]kiJQKO\1x%hhp>,0>:p"jBT7ιKV \lRCb 02 Z8y'hNr+bb 3555S(V? ., ٧(l,y.+eAiТX@7 *YBFT0T( ;Cz%"n1;NT~{LiNirr }`Sp, hjXٯ5:-@x7"FF|WK[bwܱ2@y=l2* ^Ysxqg1I S\ wC=!2-"b04+w-Fbj>D9TR,Ei0 ni^#=wĉU*di,8W@5-i3k׮R͔P!”fff 4xYu@I`ʥ1Z|js*R}ee%NG\ٌ|`FF]$joKK _N8a5+`F?1|s~~-qÆbFe lCC},oqq\ `Aa͛iy[[[СCǥ>%y.c'NyΚ%(ć??:u_<ʾZXIENDB`PKs?\images/toolbar/icon-32-xml.pngnuW+APNG  IHDR @LPPLTE̾n|˶f^dōǹ؄bؾ隺uƱqɆqc}֕bm⤿nItRNS@fIDATx^} FOvdH&C(`l`%@ D/ ~s{q;u_)DjßGw_g>?v^}{w(jn?7WE9adsِ@LH89dz(_#(:ETg"]F@J@PAՠBPBH+K X< hB!}AhFp6HHfLDvqP[& .]8 5VQT Cd?՛rt-T"HMq4V"C1x2d5nbkUOAgJIAX !4;d~pEs҆mx.(wPR5dGx2='*ƳS^y~X(A$vG|f9] 5GC{./n?YSkw?{.kdC3Yp97qB|߽Cy|%.`/Gg 3 _6I)5d9C)ի }ӹCOi4|L<'_0|iL'$h(}D

5$|Xy\sKS@Ym. m;sy1pw^5_\Wy&\5󷗃no0"zJP]n771wgv.̀ϚnmC *Re0bBBs 0?pXZĐC·ښvjop=n łղҴ:}~c@}oSR`I!H_ EDC@>OzG9i-~+$*N47" "%hZ49J\&Z0NXs.豨MRƺgY HnHc(F!vHβYzԎ8G ʉ#ķרNEBCLl;_VF _)7CX2JaZ_P(puuuhjjB(B:F6E8մPB<ҕlݺ. y. @J"T#auuH҂9`0X.x&xIF!Axxl$^NrO9wP-TU}2tS-}(!"à"=BNiOZZ}>O?rlM"tL3AuX|9c^ (S {bm%1 ؿw"1jDDYPYc=N۬Fޞ<0>>~Bё%ic5ps*7olyg481:::{1Fцd7niΏ6t$o Iy$BooW^=D] f@{ QKNNB=$~&M&ϟuIE( `b#k 92 +%/)b%oʀ׭LeNIENDB`PKs?\疜 $images/toolbar/icon-32-extension.pngnuW+APNG  IHDR @{utEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp `mIDATxY[lff|6 &@SxK䁗 EBQVjTK"%J" i!%%&(`9몖xƻsnm89L<//ߔ_93Xf>5b;s}NV2_Ͻmi2Յ>4 Z9eMIuGcjLܔL eәƗq]>--9p!IzY>_HU@ 5@cnVTH5j"h} 5HB*{p] x5Fb&y"$޻=q_m2l'i>,WFI:V]'RFCF \eC.X_y]:#m hy^InŤ.'4`*\f1{]~]Zƪ0%TCp䟺@eios5Fxo#~s<H&)4/n\O1+Cc !I;TFhBQ*%HjԖ#){؍p1&v, } ؈8; ͑x-Z !_O8&N!ްࣂd"0W ZK/Rw(ay2 0t쌯 "!w~5Ɲ1 Hӳu n Jmy8?7n]etmjÓ$i#J <cf:f Ƿֈ;'BIuNPGl*Pt:dtBbȘgtu:8(hcH1*BrՔ(J]H'OTAi󛱽^F NFd,j+ԭ%rUeC%$_өs_HS~D4-m$ [EDax/SZƬ*hEg<$O;?\GVz=ⰿXn}٩"3<-\խaZqaC0iN(n2v֝TGtFN`c>GE*AU&DtuPr80LSSڄ) oݒ_kŽK7P9>k#];ޱcYI kGL,KI E"yi=ӧOT6ncJtww#uDpP4<~cBe(%P(ZA `bbB𨨨Y o%p,J/q͛7IWc&Fc@'^c!bs^{:f"iE6uኹ! ѕK` O% F %TPMfv}x31wLMMaxxXٰa pӥ{0 033[b޽ɓ'q+w9spG~OEW~=\:tHr qȭTRT sŗ {2T T  ($ܑJ/^J*t:;;~`rrRTX a? ccc8|0_.=x<. THAe@,yayoCCX ]Zm@wsr07'AH[7%cP"v*:y T}XJ{Akk8+ ْH Uٳ%C o6=gZSN*G NA\wSwnjNq8qD(ᳺY1!`⪚o9rDp^WW's)~@8]W nET[c$1ԖI8k]P!9F'9ķ;Ol2} {CB}2wE*5#j?óIENDB`PKs?\images/toolbar/icon-32-copy.pngnuW+APNG  IHDR @h!PLTE,ztRNS@fWIDATx^1K@ޒ|B9'ؽN-( 8&n,Sz]4"DӖ]ۺniLeƘ×i,&@~- drOU?’<@6p  X|-wp`(h? NB *xUЃ.ڗ7qSջU9p $r7 "}ŀy7$k", U -=|m+L IENDB`PKs?\iQQ!images/toolbar/icon-32-export.pngnuW+APNG  IHDR @LPPPLTE߭ŽU MRJO_ Y W BG\ F̾ޤ뮰y+S!b pwuX#Ӿlea ɇghp˪q6u"RLc-ŒUW\UV\eB&&(\\0b&~~~w'̉!sx{jɅ{NnWĕ~gy_=҉L{}慔4@܌GtRNS@fIDATx^͕Ղ0@'\n:}Fᒴi;oښ]XX>&֫BK'I8D3Beg`1BMAp ES8/<32`f"IENDB`PKs?\hc"images/toolbar/icon-32-article.pngnuW+APNG  IHDR @{uIDATx^XoSׯؔ$H!o 5m0t:kbͰ!a]]]]jD)a")ݺuGyxx>bd2V{Y:g ~qeeRf㰂 K)i&n6˲v]%n޼T>vs߹sgacccUnUAF$" ###joCCǃ4Ƚ{ch~fTx⤁7^z5k 8\6i8{VWii 2w:Yi,[u+W}G>FF; C! ccc_gD\'+sQli4޳g "gTW70w>DzUKxVLк`/k*F ԥKfS,CxC jok6_v``,m<s>'*:qg&v xX3>ޝx]dIƞ Bk`9Y0͒҅Ht v>ronK؋)ciag۲Vs!WPFYrf`,`V$T<4P Trb&x Ķr c0AWSK` F8@ Jٌ`N2 I33&''fV)PGL=͘XBGx^c-In[B-dZ&a:7= O*ˉb0%T_>MG}[pӲs━ꀕ`^9#d@}"d}*3/U,y=:8Of^V~8S-1\Y%U`x*?䤬'  бǝ`K3 0 M9L^`5bəE_s<٬=0  ;,Ǵ9V5 ,Ƀe}j\"cu ȱ "gk2`7eYF:J o-f$|˿@,P4  P^x<:JaA$'ZˍHo/^:N(2,EZFq(αH6` [)Rb(D\ #,–/`$X(V t+Cx( ~@7b9@5j(c1=k a Հ(@0@-Wrr]p$Idؿe)B(p;ZWfjr/W/_2ϣoS!|vK5{ܔS$wVPfK'X ˆ?TF0]@ X?[g j-.b Ou@haTEg6(h04$!HLP$e1i%ȒaxX M&{nS9zB4'a>tH/* zB+#܇ٽGȝ/P|u@,P4 E@7ƹ܀"IENDB`PKs?\]images/toolbar/icon-32-html.pngnuW+APNG  IHDR @{uIDATx^XMhEIqn?lkǂ~Ѓ'O)P*k{=yГxR$R[QYRInfl4q~ppfؗX܋^ޛ7_7yQJы(`jsbGGHuRuW=-L&SDL>0AP|&!hy Ѩ Ҟєdע\ ,O=^;(=!`ObŌ B:}RX,F,,|Xnoo۷SRm*[[$eaMζ l#*3:5t =tL?=AUsG DRzo%(QX$*J?+ѫ; #m+:@R۞O}>@>R\~|@~ɪbhBPОuƘ@PP(@)}>>~W^{E_AcLAT&_颏ߙ$lҳO4?=u!xhei6`+Whz+\B=tu ]ҭX(#ԕ|^TnOJ=)RlN=%ׅb\9Mdp."k]tPyԛhb ޚ"\.֟|4RVg,Cy<`tww; 3,%0Y8D[ 3|1ip2|rzq@C2b.`.DaV9}wI1gsݩwu0Ijfmj!|KjKKKhn fRR1e; )6@ XF:<<\Wf pjxxJ@VWWʊ}::pm' c^yx@v%oh ̉ ߤL!1Yr*)h Ą =衪^sˌ 8=M_Y1$(띄vȜNjoB=0H@| F_9KA$2LXGXG+m?:lȈ@'0^<vC}ppCu @pPqg}S6%6/C_sps01:@ifffY: Ar9m3_bh7s -{d||6dxt O=؜:< 8=PXϛ$옹9az>00-h@X"`pɯcL,If'iʅ$/>?={\: /鹙AR/4:\9}wdǻ<=ܴs!YyyzNBB{IENDB`PKs?\"images/toolbar/icon-32-archive.pngnuW+APNG  IHDR @{uIDATx^X]Hde~xDS]]̥hdj )ًG\@2$Bhsv3LYCşYq8sιIg |`|ut/Z 7*$Jߏa h?^C}}=~sdxYBM&|LWWW' H׮="<1ix*d`{Y *|X&(w`n$¸0,}0YXXQtFvM (#0P[Wwd:Ѕ ataaaQ^5& RS0ׁ@MqJeꃈ;|x#knZV/Uܜ]w PjF"nJeb)2fZلBnʵm6>|cB{jZU՚0*M}A{ioY~*g,ATS̕.**⊼<@J8G"c{{5FrJgaVtnyh4F@0JP:(fc!Lڙ@ii)<5= ۢ\Mӄaaqoq3uN ! pYX{5M@\dRM&S4(zl.{&BxvbrrMMM skP젬8p K 8XǠฝsoPpEE[ lX!̽Atr柯A!{>- S1(Le444H3(jjjP\\s1(898 Ǡrqޠhll0̐ M|{'1,{Y24(x1ܠ`HǠQ lBތ7(`mP\ŅAqaP\pNIENDB`PKs?\P8#images/toolbar/icon-32-download.pngnuW+APNG  IHDR @{uIDATx^]h33!RCB hE!EZ` ^ERB!H Iڪ+Q 8X!$JunBqI\Y%Fq]jTݙ;;h43#rQ𲠝93ΞRJ|J\(t18d,ly>ĕtmp(N2Kb ɋ7o DS4SM|[ p5n0'P.ORd@AO~{.x2 CKa( n,jqaJR;} C)-ɧx*S?&3a5BR)_l{Z ;;dN8pӘ<M~l hո\-pR[PpqL2Je-d3؀+Em\GS5ЁH;j` $/]1(bN F3 wS ր{d5;E\0wKĠ2kPMqs޻e;ԆW2|j.ql P.f!rźF>;/[vU[漧T IکdcH41.f&s chJGIr ʒ3y *ԟd;pUr:@8 -;H89=e^MӔhWbn?H7۶|> 4M孭-md&䠔[vvvP. 71 W!A w_iT*)7O B!4(N' ~T}spP .d'ڠ#l+.a,)[V5ΥѣG X,27҆u]af*P!Zmmmhp`~~tttK}}}ʬ7o& w-?~\?sX?6r)WVVP(000VZ]]ݻw֌9?FB .Tp7?h4۷o!bU[ﳢRyHa1ݩB/IENDB`PKs?\Y>' ' 'images/toolbar/icon-32-delete-style.pngnuW+APNG  IHDR @{u IDATx^Xyl~G_A GKXWRqHickD]Z%MmȀ%Anӈab#€48$$r|;٪ql'Z4y߼(x K lMGaM/OJ@d a e[ez幐5qPx!҈.jE8XBh_RɅÒ'yd,|NDŽ+4(ifŐo8P&~prm B ՁA=J&ywbE)J)7v $(l@rB4_ S"> p1nGT$(`4jFWÃh8T)gAfQ;O!(MtfQwɅ"Åv%ށ>}  h ^tG$ x^2sNt\K읍K$J 9m1@ZoѢ]-5{ &Eb#`,0t_%Ix;_;u|} ,b@кUw8qŀ?]Qt0Yiybp8Ȋsn/ 5/hW~y3J:O8VU<5T~bԥ,Zg/ zv 8B{@6<( O@sJ26˽o#t=> "8IET ':`Y lUGmsja@rIE‡\VIğc7xXlǙ ޭfa-(Y{z&&^8 1ƻ_Ń/8?`-Հ8w3(,e}ZXD[Z?3m+@%_` ;\ @1pEgD% 1[3@$s i@Z^K" :Xvq!dO/^Gd᝵,Cp$>n?ʳ_F$#E%U@!C`}&iC3!և.Ҹ C(Jp7b ;"߮ gyj\j\bRm(N\>\DGK]MMpmy1h۫r4cz~<>\^?i|v=p<"nz )p.OJ}UNK꿈%(%eYa]CE]䆿 ~pܔWBUn[ N/Tl8)ћ| 0\5jA\Pg* );a _~+p8leӆU 4xŐ2! D'77|~bppCj yInREBFHOgpYR"`&O7f#Ȑܶ82HelKnT==ێW\ K z^IR4z>666 v +F9pӭ/_f`Lvg%DwwK.q'(ai&iEnd ܹS Cxb*a\ Z[[ܼ<Q鯦 DKK ˵ܽ:###a>bwڥ*깛߷͎zN`>󳮫jkkJP(p-r9Q :4Y@Hcl޼YUdxUoܸl6 {sj*8kiiI?H׈ yoooǖ-[V񸚃uza{y:CZٺuwZɄ|jj"UW*wT* g{J!`qG0D>]`W۷okU΢#G M^p!FiLσ:ʵᔇ  C'~nŢ*N& |niz{{c"HܹsG=zvv*g1gX T ۰ :z3g(PEV3ʏ;ӧ>'aa ~'3ǏdsvW Hz@ 2XXX:33ɮwy?[w g]8IENDB`PKs?\ƭ!images/toolbar/icon-32-upload.pngnuW+APNG  IHDR @{uIDATx^XmlG~fv|vmNIc$ND@MH@[HAUTTHH-I P*BJDmB?Hd[Ԏ]ljlnw烹Jٷwv%~Gznfg!RJ/A =wm2X4:k`4³W ;= 'H \uk~x;h2zEM  !qdsbR:GD gZ붙UB`܌TA0KBĄIBڗ+ř=;akbuEI8u2$,!k簒p% iAzF6EYj*F;w?ZW?38uDNg[ Y-y~~8UCT5 aŸ^[woeGOuߴK #&9x'ᅯb/Fz㳨9JOe4܇u͋wPGkQws\[s@g6[#ߢ@ DlV՞ LsOƯ5xŗ$HjmChNQssp&,þ8/?28&-º_ 4u9:{_K{Q P/X~>Mh2Z@@W=y<'8^-WX"Bq4b3xМy;h@J!Ć!$6JJ".`R4l@p_UlYQIP !K H 4@9Z jqd>@FmBpZ$ei\IA!'kÁR39z4JysX s ex970!7#Eѥ&&0|I; >%8#9#CBQ?8[RCͅj \Rd$u)}O<5,k75nZΓ9wv\@2xf(Y.;_:?TXqk~e=K0ywpy鹫H?ugמhlԌ4 LOM@Ԋ!jٌCL}_po:kZƩӱ.8JȐ?oeD8x@qb@`Hq@ oT AF8h_@^` Pp)%"J XuгY(n۶bhhh@"22ox*33]ZZBcc# À6FA)].Ji\}f&fqfLMMZuuu*/ڱ/{KK M(!"%ceh@\oڴ baa^$P]*EC%S zeRWzLNNBxh qc]DkaddDD":1 TETHPJu:J@S⺭j@7~7YcL 2;^N\ Am10((+%r 5@qV{}RBx[[[s--⺮)\-jxc,[{9g4zvH| hF{s9RJ/" p F$~IA\a8Eq _v쁷wHpE4dHY;7~95Ck4jݦ-y7)dN8T'",j> % ČT^),$Y_EEE| Z&Q 6@dGW!ܮkI ;v ()eq3r="._Af}QZ0w<~x7.0OVl>HxUVjDO,pn/j 5<Xm.ٮӎ ;Q"Nm^9|jR'3b(t//R#j)ct9Db̓*s.tB맀8E擼6/Ÿc(u\s*L_}]x[s@֚o *xBjHtNAgQQbdͷD +7C>`F(/ "0|#s߄lʝ59(3X^> X12"r9r_Adv3^4Xk#j9^+yH9tD@)Gb~cXt< Rfz'j;2(:i8_ |-.`!"RɟkeohsZr'"oڏޜAaֈmܟ:ίA<0X#!®ƓX%o|;K;N"A$[ Oh!4w/彭_J!BmxjXBMĐWt+#nfx xz^*iTr. b ռAT.åD ,6ʓ$MAVD2Mg`nҟN(M: Qb>mQ*0o* gCfFpr'%CbܸxGe: "GL#BcďnEO8щiF}6m?^^u 尴p8 QssslTR1Ђt:iݻbqPa].WqQLdfgy<@$ 8$Wy^pf٬N6{ni`'G`D"U`mmWZ,2}/죐mdr+!"JaaaA͛7u̔mF?c+dS WWC^mttr[f9.ՂDz`0RHC:0UG !އa㷢Əvb)h|sIENDB`PKs?\d//images/toolbar/icon-32-back.pngnuW+APNG  IHDR @LPPLTE̥R ͔ꗁ'sN ƄM艪DؕJ ݷuSϞNY.;΢e N b9lבݜ[n5x!z/yTg@a>LY"njGJܸҫ\td-os~FQgO+-j={v)>P~==W !M.oc}v3Z+2{ M(&|N~BPb Teen Va6nyom ;3VRPXXx:7ӚD%+$U B? ÉH(/4ZP6Z4+tE6{΁Lepmy~v.Z&җ+']+ζ ۻO=u{mV;J׻^w:~St9*̶=OB !g۾F9!0#VZJx0Q\ FdeTi\VL!8$% @sڜiÎ Gw1\O# !hD:P .D# "!Sy`(g<6,4\)(f$a*\+csdj1XC9~$\A4-ԃs\J %3ه?8lIENDB`PKs?\]W W !images/toolbar/icon-32-module.pngnuW+APNG  IHDR @{u IDATx^Xo\Wfg/48Ď BmJiq B@!Qxx@R@Qm8 C8Ӥ6vw{pgtQN <~s9m7cj(aG 'Ll R3|$Ci^O}gB>7$_>g @3KXB:z=yh>_|W#_y!: ^]( CWGڝ#MQ # 0$ޚz{ d +NJHt(Xt6Б)hEa5twAq) h(Bv|C?cRс-jd # ހl ÀKqq&<:ҙxshltuvZ-P7t>6hk չkmCk4@0> v7fvlizCذ:۱I|!}nT: v@;^x%(E{ 7gt 7us5^!qP(okp{xI!݊)fB~2:2 -Uu=BRĆ;L@)xWϢX* s AbU4 FYPAMV8* aᖖc---HkѱZ]qR:y 7SBR2WVƾͯO4$o~l62enjlH'jG?xuµJ\ jiksshyb 8^/9L5@ C@b~a5Ç"BUӷfGJ\!8_yGLALsB Ʃ׎㓟9>F>5Z/HxpI; ((t"27B[Gpi6\: ilpbcO'=Zė)\3/4ŏ^{|,H~٤"yGD|\srTwARJE͔ ݼE[4jM5A([qxnSgũ'_b)߿t́G{jb \BF`X,܄@4rlkL|!;~}*U lCkC!;bu"3OF#cmmũ٬=Xg3(>Q^9\g-`0j0jjH]ӡOl!y:\.8> F8}m6=isV5-UR]ZĄ Hw܈u[QH*t83.Wׯ |ĩSF)Mn?p:8q"y6͆o( =z`h + [JچGFFR LMM B!!%7b˾7a<޽{'H$†\.`0 G&D>kGVommE %XL62%_[ڵk A$̐fc%ε&I^>sssdNS M ƜIPLD\p[lsxj`pp/^V@_Hfw&z<1NpmkNɚF<d>gqq$A+#%Q@5}BM9aÆ ېvVMq3H;SdZ<="$-M<*NTk,--%C&i ɘRڷZAWW~=k 5!s} .Fb!1df3t($cI!EسgΜ9ݻwq fc6e4q]$A~&q]wBYI5kK̖42z<;py'OH099KDž+0} cjNj4q۶m;w(ٗ'Ɍg:3% X'_4U2MMBltOOOJLqn9SS q󨽤?(L nNg4,4PLt$Tbm}}Oɫc\\~c.Dμ8?/͝Į]蹌J7$KU/ C ap4U1noJD oߎiFM0$zw8HիW9"._G<qNԞrj2ٚUYP$>sfgg100@"܌sN%| 4]0*& nr&!!Y7a>!Q̍9AnŠPi\8+d T+[lK HJ IK6B /9 ,HQ?] ʢ0vWCa&PeUHxwW6:*5H)C9,eJXd/,ocP/홍` U}ht43(|폗{ubO4;Ώחonϯ m#>['w}Q"l>B7 kkM 6!l;I$|oޘ|z*0)WHz,+7yR<+qzrh zx(G}ʆ}ydXrml uJNob%$I_v9,o֣QWx Rhz%ޗ~eZ @>QaWזpPbrw7s/{6d}{r ʼg(j*tUwk 7G ӀxII2Z4<$Us*@)e2"Dq̼(uB2+ʎi`TW84P"8w|]?8{lMDZV\DEU[^Vܹ_W6Јn4"EX`cbV_>p̙**"ucLpc&idi[q+<>J5^>p&/k:qGvu _[],@B|cx@T5X}('N ,?| WyۡxNYЍ珗{H:@U ÐrT=""rTA& +fo([$~ѣG| Jv T98XqW2رcp|X<Ǟ/+OwpNV2ر[ Iz1|09?olhIENDB`PKs?\>(ܶ !images/toolbar/icon-32-cancel.pngnuW+APNG  IHDR @{u IDATx^ݘ l3w/>rS)%PRIy4%!( BB[ *E mRJ, m@ 4ԄXS;Nvwfoz|DHIdf"7 7HɹHwBNEZ*p ۏ;!&Jd=:ЭD@) Y_W릖ME"H Ae@6JAȠ!f@BRW\Zl6yGcqA)338HYs|HQ+h9~ӳnϧ?J&J‰1.?!/ [7`"+2k2g0$;ǢӀv a ÔPB&TA&j< s۴T4-qrHHV伋A}>X=d ,`e, *KE좪8ԊOm-K D*'[^&Y<}O@gDPfx(D6K=C Eko 9|~HgEg (s@5YqNJ67C͇nRV pXlr4$ӜVZLE\B!4WߩWY;\vF{:{f_+\g2uICpt.MV`_Eu||pd.1Cp7b={J'M4X{@X5#!=t(K/ŝP!! >ЗɭS mN=EG+@ wu.B9. A6I0 F;y!#*RĸX"(#8걨5ŏ=Kp5tCg8 dax^C^M7$nF + /c<7o@`)[b8ʜZ]{;%~ ]} ,GNHQB#I㴷<Z i?!2 $B!D *$ݎ.L}[/h5&Q$! tODcq@ -+DK!  ԤefG⅜NbhFLmфNMׅ:}dUV|0ɄfژaaX'`[ &cB~OiDP= 2zCa ` Re/S(LAejk$o ;) a혆4- Xef:bGZ(*_\]6\w<:<^>?PYz~Iy?Ba2 uZ%}Tn Hvxm)}gBC >w>'nϓ١a6b83 !36}H? a)%CEΈ HևLYpg8"#cӋ0r;VC/p/p ѣV8@5jHRXQʓ7O@#^rU'O[gE_ԈcvM hnnYe_Ν[y>C^2n?λcf@c,‰! vk׻SJPXXϋD"i161d .jlt/Z\otLؠXz{eD sN{{#VY.CA sZhyEyVܑP0nfCwwuu0ZeiΉ6V͇͛Jz@Iq(v4"YVL@4EKK|c;C ڈ/#G1}…La]չ7k/z8y|+<+@e cB[ˈ ?XqQ7[V|7N,kWxsxG]֎ubxwե.@."_ZБlAdٚ5k=ۖGUY+<:-[R8GMnq5WoƛyYg Bb L}殸O>sFl&?p,YZDN$6fhww?;w/[<ѡx_]IENDB`PKs?\m<"images/toolbar/icon-32-checkin.pngnuW+APNG  IHDR @{uIDATx^{L[b buXy,+JYhiSh){I v.Aƴ4%(i,H^ᙀc6`1k|}_ttl_ax"9kw4P?VÇU!FoJ~h'j/ Nqx)$K $ mY5H@K _h:JdW^<'+k̒A(J \7XAJffO3Y ̈5 q~{+.Y;E zV6Yl˹:`} \|pZGn `~Jf9KVk߀`]#Su \rZ7.#R%oksrrOOfq M cw_LȔh/k,kʃ3fD4nOUm;Q,E58O.[^7C}R{Y VZ@>6@5#߂0l;Ww3*LZDRX1}WBC^wUt$ |9`ЯP0V  W:ZVƚ >>>kw D[ra L/H1+Jb<q tA}{o7SR* @bݿ£WW6jo==ۻ6є-}) ]ؖYSnD,`f潏~`je&URث#Z%دࠁ`(E2ޙS ODnE7j #?038񎣀+ WL za"`tc (;y0 qv,3qΝ;We _^pAJA<]]]Gy<^ڦM]A"ҒGtIIIixp\@$e jv@ldvvC͚Rn 0? bի;'&&[l33\zz uкw&''r8zύuu`*^~Ν"cγGT:dnChΟ?_8vw^B|>Xp> eee=9sF~#&''Mֶn߾}6 \oѰl:;E\a)9x<~2L&-G>zn8!:t3fɓdPbD"yGGQ`d*CŦ :z6Uʊ"ε5JfZu+JUBa+//7źbًB T`Ű1M}}=lݺmxxX<==؊v) |' CpD ! N|uKKKX5$??߄CNbk.@{{7Йğ7)Z)fx>|տ :?|XIENDB`PKs?\m#images/toolbar/icon-32-calendar.pngnuW+APNG  IHDR @{uIDATx^XklWffߎY;T&@!V#T HTR$ ?ʏ6$"/B"()yJNl'~^{ߞ0Wx<; |͝ssw9,kCHC`c3$:l̔'yXG; y uowG=lEa-A(j.9i3;H/CNW$` &:5T!B_|PQÈEl !(&22 qy=RNBݴ) Mm>׃mu_!!(ٿ% TP$8@BhqZsssV-E Jڦvqj{ʕ+Xd@0M;Ĉn=d:k0M|5JH.-tn= :S8poiQ/~8ߟwGVCKxh=~8.>遟|enein7Q?39Kz[aU<`< 8[?f .k9urArwOu|ASş){qy! BZg:Sm.axhL20noFV1H8kp4WQ"c1xIRiY8)H>HRbd3&;v}#݀aߎY"4|µg[Pxg8W8kU`->JӤhȇ`>}q ڷmE^1^Z"~5ЉW2EtIf^H 5b5tr;3MMeĚH4d M!ڭU~מχy0 uIz1rDs@SUBZl!r*g_[j_υP2KK n5EU( );Rnz,Y lɚ>|G@4q@UU\ ;N*T*B?&aY)=Ct\.#~QP3 8N @Z"+C}*gq9"MiXjfVF?WUXV k+C )96_EȜfA0oP\z$IG~?8&ZS]&d8pAqڵhmBtz ܠwf @>ģ<nho.g\T*ayy X\\6Da|\.B0dD#5O!`BPտ  [y7(-w93,b!M^̳AAF-L&c VyKu&(^ 'FFF`wHP+H G{EpqB7ddY,-->u0 CCCun޼Ieϟ‚;6@ׯ_gs0== hܹë"3k^J6ŗD*y^Nf+c$&&&ݻw##JUkT}\߱X mmmeޑͽDqGxP:::h8dv] #̼g }^toNk=ݢqbMIIZWiPxxHKŘœ\JƻyHE9Bsmz َ;jD"A;#}^)Y>q2F(s/Yҷqr;NMMw===tѠvSNB 4x#*rd//_OFg.wبJ)n/p#$!*XtH5RZtcDWOڵՠ=m|{7(n>n'MgmΜ9ɓ'ymPp4(<埕XQ0IENDB`PKs?\["ٶ!images/toolbar/icon-32-remove.pngnuW+APNG  IHDR @{u}IDATx^Xkh~vwIcL.ͭnB+b7(م R,*ͿCHQEBHX<*r@?R`663}lf3;MD>0̾3|;ǷG4O<lqvN04$p#gKnBO**SIRٮnFZAYf sWՂmGjBC8]} pf27Ny.l |^/LG 0^-Wfq"6 @Qud(N+G-Ι2:A!4^)π lk]=4"Dxz{$g<drjaN0䬊n 5E'ٻ&>}b"Ee: df F<\1.aMEan!qn 6ƶ5WnCd_ 8MvL+.0'knƳTb8u3.bM)D41CiFW施޿{P\pv(@EZ9bbff&߿CD#P0D]5JFt&3.PX|r0BFj#&X.7ŘS38XMPxʼnPUU(M)v~? XSSSq$<1WP\ZnCך q)"y%wH9 ^/wF[[Ͼ81o"B `t: لYfǷ?)$I#xǎpSC)[(K'jǖ[ZZ­[`|>ZYܥ5ݻ", paf=^ Jn ٨:IKP"y&_KLp id25*|1 X`yyEŧtq_{؎ RKK˸"arrK%IҗU Vd8@M&8/,,Heej0$ܹhR͊:` QI#&rtS+! "`DY?}Q7,Z;3zpʕ+_J@|ilIENDB`PKs?\Vimages/toolbar/index.htmlnuW+A PKs?\w #images/toolbar/icon-32-contacts.pngnuW+APNG  IHDR @{u ^IDATx^Xkl>3fXm @ BCZJ!-â*BJHAJK%T "%" iQKBBEHi\h c 0cl㵽ٝWϙyx."Wܹ;u/u|8De7l)ֲcu ^sMs|/ pQ@+ʝDKkcvƾϡ_0W*XIʛD֭[Wڂb9Cc#! \{4+/|{Nxm۶s5oc_]𓑉zʤtTop[\gQrС ݐofAL!)vv L:/uZ@ioohR(  ܻus nkМN=xRzj88yy:&Lat!TTȯϘ`NH{VwO@ר%8 u{䣏^|ԣfԢן;!c%؊*zdAiIصv|2mMǺ@s|M{B~-MkW!"0~rg\*p)=r/Nr[[Qw#K`Ŝ ~,{q M"=j RE|$, B 8NcS˶9$A^^82ē)$*0ܛ4D`!Vƥx)."DeJ=H!p6 e%%邼l_ti. Jgq1XB_ݫj<ӛϘdU&ːX9y%j1!ޥK̇ag'w^ 1$I@=83- gv]v-wv; Wu8R ,_͍΃M#So@Ȓ63UT14(p8,k[KB3;.0m|6pÜ͂;#:+&m~ܽjd( G)MyWM©-@#LBрj*}4?\(q|x- ۇ@'@$'AxJ$"a\P`X M8&q~$rOL*V|,5Ha/x J4HgyIFqCU9,V|(ŠkULز=1Ν;}rا1 *?C`s[$ 1~ѢE~kɒqpQ3#h! ߡ>rxp$#H{MݼH@G];Pgl/ Q~oNPTCxWy6q{Y ႳQ̀ˠr6tM@ʁTkOJl 6{EqX$ 祫'tVF:U!I7ވӋ6dt޽{={|Hr0sxҥKTo߾MŅ'WVVŠ+Z#$9Fca>g 9;?FVN6drfl8npN>F5Dbӧ0YPGiB,GGG >}:Qr eOEEEYi)]bk$@LaYIAcewޓ(>hD={3/vBV G1hD笠FB$!j(`TXf5+6 CO!i123Nn=eqFAh0<_%`!c>P}}}/ g>}`9W ,Z7!fMmxw@ N@E?6BL !}y|M5 ii:=х"TN  Qa{ -' IENDB`PKs?\VE$images/toolbar/icon-32-component.pngnuW+APNG  IHDR @{uZIDATx^XnE=]388~LY+  Y`Ő} vH`B!c@I("m"GvW3WwW3%TO%dk.rޮj!1 /_&J;h` @0_{±MŐʹDu3z R4J^`~"{q}qQ!ɀW38< C)X;VFEJ?^΄}?y(I՛@)pRIWJLmE||=§%2Q}<-*5Oz)Uc ({)uEdL' GcrŅ~Ammqd*0碕}Y?TgkYW܉5.F:[V9Uq"aVDb.~06o$R_;D `t$FEy &qlɤGd 4K 21c [!#aM#}fBm2HC2Hp5^CG(O\ -M)"t&p0QVS X+_|fPTA7KH-CoILG:N  v{xvv?`7^87FI5GQ˼ٌ=W,rhVɷDm"9jg ED[,EӣTU9* z{{ uxKK vvvP.1<<,ÚFNahhR'ORm }wtt{Ojdl foN6JӧĤB>rk){19ߗ@TXČSTW/D)022By>eL*tuoE[[$:X<MbA/cj̔69?h"Rp  @˲_&իW  H]Z-%\[- HUtuqqTmL1&Yb1urHD܄ˇ"3ԡ ϥb4:񜐊K\IU5`^$-D&@3c\tuuf$ ֐ҷ G3?I&/FGGPNH<ϻQ'3W՜J![REj܂DqYFjTT).//7>!x'$\>PXuSOH c @LIENDB`PKs?\S (images/toolbar/icon-32-banner-tracks.pngnuW+APNG  IHDR @{u IDATx^X L r(NөMWFWm=l]eKesKŤs[ŏGX]VlTGb8=ϛ7.qdOC_Sl{]ψ=1StFJۋv'NU SbⓊԸX6l~}"<[Qk0-B>EYĬ4>mĿ~JEϧ>\Zы /8[qm^~kG?Ձ/vCY>΍B DMI ~qyu~(PM-պzJ?=bO)=~qc$ˊ$ַ@cdD*w*?:!):ڪW(%(lҩM+ʿS5*{א:W8P OPSp׏UOds-j0MXΎ5.Ne n#s"K Q8j9JO¬u;iZ}~Ī0N&} 9J}fBBZG}fD`67 ۅ kE痧MgdFD6lHf;L9N#(1:<GҨu8ÜňL Z =(HA @oG@a_>wk~IHpFu *@I)84 A)(DDƯDO$8x&`o w[RgUu`pMZehJeqmʕV:z&<>@gb1 C@0LK!+a@ +Vs"PTZ]K@KՋ\6& !ZBA.rB6 ;?I3s6-]ΏJk~yUe6Le5Ju[ձ͵y-Zh/mH_'yyH6,>me\;~u͸į">$L'lZ  "$… }a^ضfph213üa6=&+ zkC ]nyHNN2cb{J1C}ܲcݓtXi ƫtROXe۷F[6cF;ss,%d ._ Cpz`844N8q]"CJ)GJKdRe +t˫ /c iU 1H@ L0!Ȥjg~gn& 'OΈSTTGaxx###@u)%PWWjWt:>>>`cގJ"SFsf111sZZZ+kJyG#P|YYYL>yyyhjjj-D7yڴi{Xw^蕛'*-))zWV$&&Z%zwwwW_>, Bvvv`0H烎… Պ}t޼y6:tH(D@(č(4 SN)F[.זS2ϕ7+=(,P~kLF-)޽k̰͆fF!x\#ߦg@pc2x$ 2@AxP,?TI)qK(, bNJN?::ʛ @ &-PyNO oZBl\"Te;vOXJx (Pp(Pܹ3lgm>vX5 Ҽsx Q'b{h*;@Ac{'(PP ؤ?)$P0|7iWѣG7'Pp db'P466[(8\f x DіY+: ,Bd|߿3|~?鎁tv{YE-R= ZdrP:?Zsn<0~Z_ʰqv -j7) .F`{npǃ-=8-:|%6Za2pbQkH/| 2zQc/s [^yGb,&DPފ$"Bx$`Hj3Ԕ#T WcZC~~z;P*i smA8fm`?{0@IypSyⱦ,x,+Ȓ%yĔᡤhD!I"_ٹ3XRcc}xr!`U 1 )%׍Y˰=>XN'Vݲ*F[I=ĐR P*\j_;jѴhH%%%?𦹰\E#84)0<$ݟ4fFFFS/9p2v H)H% *.jr".pkXr|51k%X ž0 VیXbxs^Hp7Z^~ݞJR$q!2F20t@3]u>KEzmtGY  h%!78z(t?VḤzkی,gta|>Aa2,999i>X- g pߏ+##U5 u*DʕSX0ͪldN~e^Y|hdek zD8F398F`tvE4F͜91MD"v ` o\td?6w2;;;W\ٕtcG ;Fhxsnd?ĪfWVsQQ^Y/[S[RI0"#Z]-/^ 1KUBѠ , ^ʲ,~xi6 XPGU|1#2d;\<ϣNcVοWVVN]?@f-AM8.S544J8qea5V F3m^·T[4<;֮Z?s9z]l(0epy*o ,PnA!8D.RLW=xC48Gn~>28qDja߿?DﷷׯbU`_ϋlS8;Nljze{cR g=1QɴĻʌF^*n.(3\R:::NR- t8plr;q$< 6 䟎VE?H޾$K.EY;)V8z["VQa9q?77yyy`ц ^!<ƫѽ!hʉѺqƙ^}Uq$ M gAl~};nڴvpoU_KN4Ql{@zz:V-_|UYYY}^kh\ ye'A@6c3ٷ?"L K?;2>*ǑIENDB`PKs?\yggg images/toolbar/icon-32-apply.pngnuW+APNG  IHDR @{u.IDATx^Kh\Uǿs޹3y47ZEoq Bڥd^Q.qqe >҂dEK^mRڍ"(Gi5&3cft1Ӫ ;wq\h v;珏VxO?u?d-(C)3:xezT':dX:9ċy1dhS?,F[w8X ˫Dapl Ҟ)4$1E"F>|a 8*'חdp-ݛ>W5 ˨]o/Tx mt˶#Qxr;c=#x$O1+.9G*ͼ(|c{ܶ1duevoH433]K89"},>ʴrW_*v\#Q|OrFqXUb\+W%ZYYr2IGw 5 gPg_.! *"\0AXw204aJ;I'z7ꂄTD!N ]@},"Lľ"fÅaNHOpyl}HSXDaGq̜P%B"~S5pNNKy 9GWx^ '522g_2,5~a#&v5|r;k:D'@"N>H$@noQ@/D{vRI :7׭|߾}B@V@c= !, P~ PU=P;;3vf%rӘ-`]zCtukO"1VswӐaҢ5rS{WMj6RO $[Z 7+{9(9Γ^XmA+_(b~*k` 8S[ؾbECwA~ۊGedFˀ@U?}ZQHAU,{DB-֎?Au+N|/`T]B~XqM:Kn*j]yRMJEl˨ֽ$!?Cb @`>;QR#R,{ͺ>JIԑw L\8`s-"%dD]Њzr+bZ1e9  i" 'F`h~pa,$X0h&hA^ l*J<"R 3cuND6"О8s9Z3CE0K)ƜP,8o'g61zԊ%]BR < 1o0r@AUc*gXɀ`h3 Lyg Gщwܻ%gC@X b(*^2_),qBk.`8;bq#K8kV38T *`:یz>J~FpN e%:GB>a*` J%Ep7rnFXzl'p\օe|oV̔* ԫW m;{ٹ+EXCvz  )1(B7_Gʒ0J;6U)*_36|j{*^>kUAG(Chu$'$5%˕ks#{ON-[Ү[Ʉ%,KEXA@* {J͗1yrIOB+[Y:?26b+)"fDH|%3' Yåk+mZ cN0#QPҾ= aU5 :FbX6 5&6QۈW *p[u<µ_{vv&`POXNRjtڵkt._u|ߴX2@cf=fgg199.twwcڵH$A=1s=gF<>>εG#Ə̀Y:H) P+z"wAEHD'4o R89)d|` x5RgJ%T+uD:CfЪP|>o'`nt:=X@)ՋPQ5P;-312cd#s߾}+“7`YV#hdS&F|bzө.\H)n'SB&mmm^;Hv#"ŋL&a|0}*ܹc zj0jjjB!S|f͛7?]pu'_fMVH\6j6ڌ@~hHE=#١a<<00pt6!S&aQhP90UM32V~0_DCO`a:bVn&_3ڰaSN}I'D4y7o~M_m_Ж1hСCk֯_u v[&&=ڧ36uH9B(1F?+Z!j)a>C?  IENDB`PKs?\~j~!images/toolbar/icon-32-revert.pngnuW+APNG  IHDR @{uQIDATx^X}hE}匽mhTJ!/h/5?- A҂P"Tm MHZAШXm%Z&% -ibb}eIv:hz xfޛ7oV2Yo$Ig H)=pQKW>ѼqfE#=n[f]OTJrm0`:У'~'mͶ'8(!WÿU<@r Q@G<@4y.7U 6okZL2bgbe V%A@-޴yoqk~sFMJ;d J}=[T6 =zW#?״.BQx|sŝ6 ɜ][5}|v=GL4N79rj xsutGVjK\ Inٖ1 #Gra/1*KYs(Z 2?aRY‰qZXgF Q= ǃTe&a\-V6ɥ\(32Ր~*cA1No whͭ۩ttC.딄5A0Wx€fCNM#ݲ[IENDB`PKs?\)images/toolbar/.htaccessnuW+A Order allow,deny Deny from all PKs?\  $images/toolbar/icon-32-messaging.pngnuW+APNG  IHDR @{utEXtSoftwareAdobe ImageReadyqe< IDATxXilT>3fx2).|P<`xZ?VG2>\ LvK+d1B=~< 3-_=7Wsրz[s΁bq3GWGtDf0zOЅǰt%'`p54='3Dt00_UۋG$JTof+v!цO~3&7;/ j>fC}_&*)P퐎y̙/ x^3g̝;]bxPv7 Ac2iܶ0  \=%ߏDg d^p 5ieLb ~4[yx3ziVu֕l޼yC__<~m<Ld, YD1 :/w լ 'ڳg/Nǃg`DTo 0׏9I|ϮE+kk̝ya/Φ;EZ9&z͚5oxnn./^8S3?}7sٻ6~^/ٞH$oܸׯ<~& '@YzFӻ$tJf+m8VTo9G?䌻0c| Z"xǏA;YѺA+ B / !QYK?ynne˖>,KtB]22VozѣGSZ$.]YY@ڳYmPXXh: h4jCv(rYE!G+!97o _`/ʳ5ms1J"bOJ$ PУ&wٮȭ[N:E=xY0B-$g㉢(dCm{^/Q6EEޫ:GjKKKNJ Q[DB7(A v,g47ˮ4WNAAA^@)#)YQ"%Ӓttt޽v D$6"r'~]NBv?>,\X/ȌP#5CN|Z7ׯ_2 = `*!pQy q7r1ˀBmm픴OIBrAD0qmPL$hgiE/5o3%%B 7?xp6+/ qքe9J\iwF^@݌$ =6 ~#8UzO3/!(DLDLtC~.fg$$"$W('dMilfkT;-p"1x ۠Fh'TߘW2!pСCKq8Y۽{n V.$N~aۏ` Fp&} R"J 'lٲ2++k1nvBEtww_ OVZuFEU]])הG`pbΝq'܁kT(uTM},d^iu"c[n]RZZz Z&V hW$!` )G$DǍ7$Vw. ;d.&-[9Њqf 4Vkto߾}7ODĢENe|Qff&X#aimM9dt5Quر_cg|uņF+D޽{|lJъ\.ב$>.]R*NWYYɆ e 'aUNpB&0Ź &kS$v؄x8AڡFTY(_zp |8A AVO\'@?FE"ۑ#CD ԊLIm;%{hpf{82pB䁂NG fm8!pB)Ngj}V]I ~d (2$6D$-pxz>|}UW '𝰎'pB]ȅd8:NL3RwpbaLjf8 8 #images/toolbar/icon-32-featured.pngnuW+APNG  IHDR @{utEXtSoftwareAdobe ImageReadyqe<IDATxX[l>{66) [bVT@RBQ_Z)jRZU<ЋDR%ԗ*l^Z-`^}3?{OI}bgv99sf鴰\./6HxɤGv677O18@͠ Sq… zzz׿.,h66@q#ب$Yv51^G<TmۭMr8-8KV] `@m%*ii ailj`0(>;&IUUM<{{>1 pG,>x cc3danNciZ+D` 2??1xWr&M1vP-P(]3p&mmJcϧ5%E_WW3IBJ8afrvp#5k3F>lO1]Iaxxg1\lX'IijlThoϹtZ"GG^UH8p@AKS-h?EP71,+nPSiX |J7{Ssͧq]5lCBz8{W'?rMlm)-;J*_Z-(tҶ],) qcsoSÇS0PM!8p`09% NTȊ]bXTOWVVU 蹸Y63mJ(̩] Q^%CլAh{nYXXP8>|ɚr&L']]%@[#UZ+iMq={}' ֈe[b[.gFJ1HDiHD"ОC%epڒduDZڟf LЂ6-BsjX2me{ O1e宁Kp-ꑷM$,@ i Ԗj[mJ,%!GEQ'A~*Ȍ54{gE[YmПem=Ėwg_Wzr' >JP;o촼eGyޜu\ג.@9-SRJǓ vқcK?7̉&EL2Z>A![L[fnwyY݈xQh*e*S㣍ӑs~!2[ 2_cέe>3d)%Qx<-:;.9ڔDfqcyg|AV}2k:xǁz}?3{D|n]?cc॰_ۖҫ?o2_O3Y,}#֌pG'OCM.&ųųųEN%WouurN/1uEOO>q@%K8[ű^șh4Vr4wK)$=Ua#5^̯=%ŠկϕO0OuaM4=Ѡ/߅>0nWsUvuKi 60ob,P]혃9%t@ @t/HP 'nӾ! 71PK"dď;~/)S%(v >:BC7cw 1.($(zlGUhH'3)@@Dp2vDCHe-!vh.J;S+%f&7Oah0V4T-@;p<~<~lE,O|BC͛7_z|+(4~5 0&IENDB`PKs?\n!images/toolbar/icon-32-config.pngnuW+APNG  IHDR @{uIDATx^YkeMv7$mV(-بZ_X4AK(H lSķ鋨`hMbe4f {a2|~;|haaƒ h?g/`04tݧzmjg~r"H8sN"oݥ(Lqcff5Y=VDP,1:ǝxbv%sx^=O" c{-`p->ڵ\6+Wb4cv0ᑿ&n#@Й_|5tw[o3"FWW_.^}O= !0nܺ}J͎XPN +'&p=:xL._~8vp>Ek8~,( PNv`-`x5ciykI6cp0C6(`7xHRw/n74E$dQ,`r9 }:Uw1D*0$(TYS4ZM|>3J%RSSShll#_( J$^{ӞPنVI(ɩ |Œu+++<9"ELO'"A@_bd>(a:'nܼp8 _CӁ@љ@6E{4Y6> h 7" UjL$.s@~LI@gff HLMMeb+ P 9Լ-! 56٪Eܾ]FI/d2s)0t( `=%UD"HfRZ[Ml_b`W~Ԇ4nlj;Xk&a7Ĺ!ɓ ?@(z^晱zF^}$d*De۶nA|lnH(`Pe}LNNCn$[ɟ9YõkWA6 00hV H"? >EH Tj6G6.lU zq+/lG`{3PҗNz6IH$| Pz)5B` RkN/}>Y%%,;+CWiAzvybb4ZPPVdD$ԨhkNm9* 2W.!dDԚ'&/QH BݼLKR4Q )x_ӞA?_^+s3>aI122{3sV[[k[)-,,|(&b1zG46yVQ9Ҙ82Dm QU j*qYIHR¦rP+P|/m_U9 wBR=W$6yA" ŎIiC*~+q' -A2h*XSUI@(cF+ʰj4TSq  r[Y  B^lIENDB`PKs?\Ȱ  !images/toolbar/icon-32-search.pngnuW+APNG  IHDR @{uIDATx^kL;  EAݮk$N^BEMv1FmkX~аn~pW3ږML% im .t 0KgxO2qL$ryswH$BMӁ(TlKB$0,޵k׎֎g ttt >}oGdݺu5DLQ[O<٦M>޼ysջkX7ޢ*{睲;{B0R`|ΝmŊ5 z'wb 2Gg7߿v"zmV644atg- ){V1[Td40,oMZ9?v'thR mٲE޲ 4UDF 4xy626ըz.t2`طo_ܹs+0M)rd,4VE;/'Vے%K(TW\#BOC``*dRcLUQy'9rrr*6lذw5kw|^E2LBzxL7m&?WDleee߃ӧ*@h4㡰Ɋ  @zeVb+,,\B Y䦀CbXJ:EADS&"D&G|Wd@'8~_W^WPPPaqcZL~1-, }5z\XJ0j`ŋwa q06\1sI&+"grrGD^ IeGO{{{c pd&cJ|A`OwIћaׯĉB44L88õkV.iA?E Qq[v/ϟ?IDY@M̙3?.--ٳ+gԞ?}yҥVL0R&BP߹s׸$|L$ ^ , WZUzȑ/xLݞ={mݺwf(FQ}6.cyΝk]p2X&&&pzM^^' };kW\TK`qԩʀaA稇&ݼ*N SE|-ÌpBիW.AE[x2*@MuQ}P t9uU~4aS7QqƍɦfKW%;i \02ێ9aXWWק۷o"?TN ,$BTژ)=3}!n~ZYYYJc#<+`"ľ] Sކ; o/_>H[p:e8D(bB1nIQZ-\.xa>;֫s\zf0X nyC!xSFV[ lvZ.Ea#pB n2ĞkC!xxAK=u,/ S杏eg>"K& QJF4t.$R߅FE̠Z-3Vv޽{hK1Ɂ\*9Ȑgl$Ko@3)aJƒNA&(//ozJv!7A2ex ƔKi x ɛ j@Юd;)Ljxe K75ʝ"K{#.2qm>;bq1Cp~%_d37Q7.])ֶsXd=%TbTu={mPc6rJ>0_z@ǰ{4UY]ߍY,&7BE_ YE+MGS#/*42N#vYqUQf"|`OTdy-G IdC"mSFQ%f6Xc3`V<%Ed8فJXGtu1FmR*bO,m95a)D,e}a`B9LhhTiDl3/^PD"Rbq&80lL<CW7`bDoZ1ք?[A;^::xcz3ZT l_"Q8rXc[p ɵҡQf9L};Y8$7p]x=# uY `2' T.ct]'6Q!8;6%{6 ZE,Bw{bqz"*ovu3NR}>/d0@|+ۛO_\ת0&6W?7cn}"A櫍( IB *# rX c"@YP g ͚SĠByw> _bެ*ւ?Ф 4c~"% Uy >P*! gG~Ow ׀asѭQm 3m(Mntt3tJTdclO>"ts>"Y$ڈZ`BiD\gϞnD9@|jzތF4Tv5F$a5t`0@*RzRXe.|16U~G:!RS ^3M纮*tw?d2i8%&͵5۳!9?p,k|_x]IENDB`PKs?\3//!images/toolbar/icon-32-delete.pngnuW+APNG  IHDR @{uIDATx^X]l_{Zحo@dTQ%hi^T*A)RF :TX 1k{?3WZ{gQ>Hfv=ιg\&r AX|28Vn|xȑ;:: }Z3gTy_wF`7 &M'` 7(ƴ6 lacT~0Zax^n}] Ch7v6~Dࣣı?x0 lX*N||nﺟ.K L[B8)PE?"??%-_iN,!ۙGw4Ppr0D㕨'kX?.r@NH/ކQYR6f>z{%ﶄ"`:bTT!g ‰㪀lX»fYGXeբ_(t]4>PdQם ۻO3f4'&Q@@aBmkzrdA;weM:ͩ[RB q"Px0²sIp^OO>o׵D?,| R, 鞋C_VD>^s;r;-"3 BxvGځI)ZF xӾ_j2ΫdΕ9sv%' |f0>>?Xz۷ɊΆ455eYP(hkk||-g,R)ܽ{{PbF2|  ֭rtu~n޼ 2 j?" hT>ϩznZrt^Ň) )|f:\v͹j5{RƄa(%fLNNƼѤcS4$s V|GT OFԭ$oYtR5y6o-[t|4{m LQ RƈHj?m*OJ!pI38k?vBm"2?)Μ*gOzR@צq*?5J02>} IKOj@Zիד \z5U;_J*Sx_!F@qN. "^pztgR3EW饉x5zQ7mҦ7-wYwYݚfǐ_YO=1E4p8q<j9vR3 +#s<jǛ=&|90f{چx1.\({>5^ Yu˘ޮnڟ;{'O;8|pz۪T+@/H]QzYAAIENDB`PKs?\(7cBB$images/toolbar/icon-32-save-copy.pngnuW+APNG  IHDR @{u IDATx^Y]lUnw-$BҮ 胚ȃ`6ٔ7T}`ȃFFA-4(b1tlwfg:' siws{ͽw98x<dx1C!&1& %C^0eӰAkE#p8/IRudUUapczjtX 0  dEh) -\.n Gbͪ nߏ_.]Fs +_X)t0(8xx:Ossj nB,YUӜudI ).gYd2irz!C7YO?Q5\!H$UVK%@ E=@ Q[WG0!pTWnLOhRQJw Xt< V&mi :mmzp90QBˈ:!@ކ/>?O bBR NWS(@M"/w C܄+(賚/M7bo߻T䱊 LBYY3x\N[ 2WTTHv2UH* 9oY#qRNVqa N[d@,4KgT"gPTz"-Gjy[e2 3 .RsB۷oH$B|oR6#YIJS?x@xO.0+mbW{NRİ4c sh %}D;w'OVH߁/DLMM4i)W]w6#o1ܛrS  ہ=j[Y*7& c=roGhRpBn܅bٝjcno7OEA ǯh?'Pj( ;rb$دKZwavb:^ʁ`2/䀕!m$Qڷ[DI4M0;K>H׿JȡP2G7C&))єR$3er×n2.HlTw-4@!e0)Oڗz!_S$0"s>|CQixrAn8ɁhD} ̕tP`{UyE;ojߗ (_)?2#V7m@ȺYu|vtG^jf?޵kx dqJy6(?0}ͻF6TWz`jػ@2  AxBP'9.s,L$X|K/a~8J*b1.A16:@$ʙi#jH +DP^2"vcOCyEPh߆ (j.}l2lxfj ;{Ù.Ox<)tROr8GuUE<#͸u6x<)B K/$(M4O333HD>n靇 fc*:N49R=fk*Rdn4A, [IJ8BD )ze ,Ti؝"Ge1 iդl1ӏKPa$jfiKr|An.񴲲h(uܟPn76b+ԍM(L+W ~&(+RMIQ.ܒp`;vLM'(@X7Z9N-"r؁A,)'^/ A7(0iKm3aHɦhLH s'ʁ̶8:9F&FϢ7@rJb\`QcK[0F\8ik8k{`l Ш iZ TWJE*$TDi !e1_zߏ>rE4OG:w9g[2f;#X,$)qH@Xm^xa Ncǎ/V>/;f͚^ѣG # ҥKǏo߾.^،H!@pv˖-}H[2^?ܿgϞ1EJ KRs]-UPP E"|/`Ix 3#o/-\pp[Mj4xf {WJP,%TZ" Mx4D:#6-)u%nIc2q{sZŏ}z38sW|Xv[d1ˋMHsk,^t5P ߵbŊJfQa`d5_2"Ɖ.ȺkbF]-`h"Ũ# [on5f(ްau=a ëHnnrSH@\ZZ*"lɔtOF%7Hjw8o}VQݸqCx2z<t:V&^J\WJ{X),3O*CbI$֬}M'ZI@;{l|ժU?tfЛ{zzY׊Fq]^e],˕2) !&G5dIŗN[\΂W@UࠟctM+%|!i*(C~TH4!`.U+mxb/U @mmWi@y(KʨQ}BB}R*f$ 1H\ILB؂Jt20 9  C +-$&t*8.4h'Z Mh2<e2fS|\ l"$xXJrҥY$ KPV\I>Ε+4y5^Ʉ`ׅ:3> dxAsڐ9!jW޽{?x'RzYd3E~] qq\ge@&D%aqKrJQw)O,~H/1%to9ݎ ^:w6XohzX v!A`Akqy奧70}'F!qS2,sȑ 2+;vț˖-0{E䫐zXH^19Sl.d}#kx'5.Z_+\\ ˺8 i=sϨOfІ)d8OA݃ߟ%GG;~ns/:VIPi:q lݺuDs!ņ$ y{iӦijz Y٧zeʕ͛ ~;[@{R^^ظxҥC]iӦ1͚`Q3fr?hhL&MԀo6BC̟?#s>d &{q֬Y?⩨Ma1[YY"g Jøy )/s 5<_11An7QXjjjyĉ뛄rʦϙ3gG~Fb1pGƐHnp2~h$\1i5fKƚ0??_p(y 'O^6s?@yV J)('T-H"*!^Plnn̸a$= ?ѩInɧVgbCp5'A ̉,0ՊL)dDbt }݃|JCp@jܧwl8 Q,pn#Wƨܒ7&BT@uR#H"+3;`pK;;;Y=qJё P2fü!EħQ F27Y;n9s +޾ͳ¸qQzU^b(Qce̖yEKPq+pL3d"$>fU{hs\X% 4CQsһHs<ׯo߶m؟VDRݴ ocZZСC| %*Ayy`۹cnnHHH:&YGjD!‡Cؼ"[S;6xNtEhbb{8։aNfӟ%|O4^¬r]^hE$195 [~OAJG{oc<4~\f|D%U~ce5fe/a 7F?̅xbX'vൽRH+0$Son` ؙ_|a<խS  6ދq#+7aPUO :np;8ZYx7IQw)qI6Ygv;QwEȕ L0PM"U+}"A1bt|(CN2t~Ї_h8FLY&# $L- 9RQ7_YE\g[jd]C?=3﵈{|b; !wat+]- ? 2'[)1CB $ xbPnispj.AʝY=ivAr 1./Rtʇ4p^ d\xh5 w+ObLMr/`!g;lvM6.fG+h;1xU(z8V.?S<<09wY24~~ry9"f@<<|giX@'4HeGãܿp_k3>Kl߾=_΀Kcީ>Om۶4й,M濟<-osI$UlxQR?'رQ!ʔ*٦yF @OOP2Vxe:&eNDRx6u!<^~9Br Or@jj*A{>c:h*jnϟǥKxE0@0c wsga=ٴilق\֮]j&Zcq MZZaewoݺżVߣD~ ``H1 B9pT"c\xw (PLJZ(RIJBJ-6l@@Pmg& l0pؼy3 ɑݻ4?i TUU,=q`>fѩp%PWWG2Vikkh\51nj|> dE"㡵 Ν3Gt0cLuE3ATsooo$)"x`\(sqRc|ƍ'`is-į.h`$sU"h$Iss3-AP|\).}' E0 ANNEx\` z *rOnA>:"]]]t\$VDxh5 w%?Mf*m9 d$bafdRcDii8]v3,mD4hv-e/|"rmYD,|N6BdYY]IENDB`PKs?\tU~ ~ !images/toolbar/icon-32-banner.pngnuW+APNG  IHDR @{u EIDATx^XkPSg~O7&`J;uZ;eZ(nݝG,2ݝ֭5´3NY/ucUd 2%Iȍ\=̦ Eqf_$}cAi X@[_y\5>^?` !&yfO|ֲO侬]vi;kM]Wױ ʄW6je`k^\#}V8w}NR-V׭,w{*88Rÿw~km3{ 75y5́ph+aMJ,`]S>3QnA<ƾxY{0rs0S? 3rm#.`Sxǃ' cNF Fn2 \sGb2FPrtc) 鱇+Lx B$A3G~AXqXcbIw^]`PFD>͏=F)) Xb T{KƦ L=Щ%?PD#pp 2 FGQ]ol`&ߑfqz=ʑ9 Ue0AzJ`C(d aj2K[{]f$$0\"r@T@P~a3Lب@෩^[#g(R!IPk`:+c@ٯJ (ƁI0 æx9r?o%K1tu5+L U\!'"ʺ77Uc1b ~oͯ'/'v ,`1 6llZybM| ) +fdQ2Gf a% J[l(ו raݫիJzy՚?b0.+/ûggL@ȟV (b񍶛}a/X;}.ӽ{f1L8?rm@-م$+KJ֏M@J}09[)$r3P&%DD 3#htp3T= ^zqź$=OKu\|$ϺTA/+alDfK!F%X /j^xjKyfF-8p;~K U T1 .\ЂTI0$6nܸf1L8Ar E"pWz-[0 C!(CьYlA9ٳxqX[) ̏cǎEv>գb!șQݻH$jT|ΈRTwUg ]h*1Kk%#G":EֽJ ?| ==}Vy@rPBu"8) 0 Ŝpej*-󁯾s͝Jq.Ş0̉o0wRplPDv>ȱ~9AF ü8p`NoǴƳ(c/*ܹs6>-tE|YsIBxn/aC5bIENDB`PKs?\855 images/toolbar/icon-32-trash.pngnuW+APNG  IHDR @{uIDATx^XMh\}oHGv*pi*taU)إP/IENoZK cL)ŴZxӍdj3v%,if{\a*i %]§43|" C4;. eFhP7n|x…O< T'Gڵk=?<'38/sDU d"e#Ec3*JEuA>j Ǒp\/Hm \$DD3ѿa%BzRR AvtV7 \ E=B ^,hE2?)&a2rX,Rt+.Q*m롂ʭ"qrG><%)( q@7xM'X}PHRAnHx+&xݯl CHaG@TA Rt B% A>A 82m( H[J (!˥XpؙE0 0PvD=P̱PMڎ뎫*)A_=@-tp‘l0iE$|66 XC1V PvMP^a epq RaWC `Ȋo; lMʞ@6W@P_1[7.ޚ p r![ !+uz;rvW̶^yuiA)@ ʰ!!$8`JuD  *O}qGpB(Qz1'k/=哐G>39 2r-OxA(NZz7P8,㯠iC@sZk<剿U|nbbթAw[!eBWa`;wm%2_Y`|gp ߟ|>pd{{(oȾ <`pppT*'O !wO:UTt >]vvuP(U KKKx!ҙ yDQd[;PWWWYY\ _"SSSjY!M,);v`yyv"6-J< 3&854Mgg&k2Lޔ'N$_>hD7:c8kϔy&`q> g[ٞK!0n ζ6e8[ɞ/Ʊca+$L"&<5Rf0޶|mE~FM=&AuS0Iܳ%0mHX8~xYPW?5@"dq4m [-T3 - 8rHS& f#7u=NzaZD t^Oٳ&4dT2xlz>077'ȸ=Mּ۷o/kM5{vR]YY⃱һ" hJ4})_0qѺYG;÷FTGE_IENDB`PKs?\ɑƕ.images/toolbar/icon-32-contacts-categories.pngnuW+APNG  IHDR @{u\IDATx^Ok\UƟsܙ̤LbcԪTۦev7 DiqBvB ( Q)bW.lv.44CSji󗘙Ƚ7s&MtaxsΝp= ")(IӲ!, dƶ@,މ7?>(ust kJ8C l)t-.:iq'5?,XT_ gsyu V]?:ШN$ $gNc'$8'TF 4RA+>t}#jE ɞ(_@@{SP2\=y"^s$S4AX<@'E^{ ߼{p:@ {b YZ)^^+tQ 㨝O¦ae?$E{#σ~ 4@J[ΒB@ I("%Zpt@0@XX:ZG @A=?)%RlO y*H*o9lS߀&ܟ+6p.~\QP҇| Qmr8HJ CQV?z zu!{O@6Nd`\< TEqJGO[AzCq'o]Bϡc0Ī(0Bz/cإ۝"J)C^~%^<8F}Ģ ȥ 5D7,Ozd i hqtg rY 6Er7S?QeADiγ/16v-M$D;R[Q Hf!iFtdKl ;~իBD49::M'$R%"uo;vl[ "]ڸq2Yl!iy^.Q$Cdðw^ٳV$޽VUrJi `xx;JY4/e,--Yf 9ϩ8é8VVVL:vJGdc E&g򤄶;T*WApQ\@y+f4LعS.b(hLvQ,'$bmmVJ-|@pΦk@Ip8o+EJ9 Vf588h[v ]477g@mzX*BEfavTMB&}}ya? sAT'$쎁̌pνݝHi:cn$sBbԆf޴&7nhTU߬t{n.])Y21Om^<=!aAſtBHmecIENDB`PKs?\W#images/toolbar/icon-32-save-new.pngnuW+APNG  IHDR @{uIDATx^X]lU~l-eEҟUHF$؏$DUʕI^5ċRpe)kbY~JIvw3'ӵ.[w&-r'9}}<=eevBm%21vx @?hikkEaL$؇>uEW>I{0 P4 4T2D"P(xP P1梲J,Ki'p. L Yl)WP+ƛh%`< IPcx}[P'` _<0= kt ˆ  աFIjJ¼rO?ԖN1`;|ked q,*ӓ=wM1w a Hw=HSa 8pbGZy 0 0+09R5ia694ůzl+`.j,$pA0G *a\L&J jor'#5o&3"+ܿD R& 1#v =4␤0dL>ƍL&s1L Nlm7X';7g>y7\Fy`9董_~9蚆 .`[ *lW7?RAg+_ 0'k׭ӫfTCťi}:MuOF2S,+-ipxǫc;\`6m: `@Ibby3dhҎ˜?AD/OR!9sjÉּ 8IƘb/(r23Ꚏ@4UeZ`IxPMhڜ .\p^A93NEA=DZD::З+J5 d {Xfhlz_wzmIkɞ/ ?*IENDB`PKs?\o images/toolbar/icon-32-stats.pngnuW+APNG  IHDR @{uIDATx^X;LGncA #%Q$P`&+E(4SТT(PR"Q$I)lEBq L(|r}NYq]]{Ivo!aNBPӐyN I1Vlhڝ ƿ?R@h ޜ7egw?L|8h HF?Ҍ CpPnF>n>[ &S솉n 5`v%RKz$N2GFܝ!Id|>Oe.eFGG!C^3ׯС54o7. q!F IC {y8"{b`n G^4drpËw$Si]v#L!>F6t*lu v` ͦ: / ^s[%hZʉZz /jujպ h)@8-x⬦ p p p p@G1$uq )9XKiYf;f/ ;@ZaX%vK/߿H8axb޽?X]%yJ0M-^zu!"9‹b5/3<~wp8!UxL?Py_84:\kik Ƙ͐ܭfdY?.$p!{z{{q{&(Zc t kkk766~ Ų,t m<-P_- >䊘szkEozMXqurnk?3QOPHS Im 9u໐Ŏ::oOP%R'^w`wwwgeeş|:?33s, !]K8yT xD">J,-- Ƙ#>ϩ3$ӭ#NV' 6IENDB`PKs?\q!!"images/toolbar/icon-32-forward.pngnuW+APNG  IHDR @LPPLTE̥ޙR ꗳ艪D΢N ͔slݷؕMb9S6ϞnϭYS 'e J ,g@rn<[,]븮|j[I:h 0zH9쓾q}"PJ/^1]R8F k:ip@NKœ?@y8RE2n_'vMa~MtRNS@fIDATx^͔S8mo۶mm{>4iڝ/<M~Oެdx*=)-v+jP(9)h*jiQR>UrgG+f癩~HW~ꛘ42/{o|Ռd>@|b8 -Uj}κ}1沖 oKuQ35TnX&\oudddq$skdݗgZZf.wo޺ߪcNt tϝ ~]of8 wA1wqNB@`@m8ISڔS)6t9P0@Ua2gh@(ef`3Sǎ!.ɐpan`XzF0ef K1!zb  A}-@Jr:*( $)%#QB+;tH $ Ѐ2vQU:]Q6,2^QV%%,YQ#P "FvSh6t[i2{46 ޝ{~λ>BJR g7U1LL$R,"kC%E{@v@̘0Lb-WcU! X< WDQyHyWK ~qBL!0q]YPm@‹3X.  @[g@e G=+p n{ GHg ^ 5oM-T@_"s}[|4cT 0'De}W>B增Gg^$k='3o݁tna.lL4g]e &t3:L;B" ^PP[^. %q7E2y iӪ? ~#&%`ot"Q+s$&fuícfmՏ;&!X ՕI3Ů?_+cUDZuTc̻RYH__:xiK$ Ҿ#TDzt?XXA`? d XHUyBegBW7]k^s)%!F^:^P+&Raϑ؃ F- vU +狻: _āv_b$ o[n|ـxQG Ck?Y@lV? x@ P@+.Lv_h O dE8}%5dKw ^b+-2`m,=1c8Wf"p A$DSuqx|XZXXhVZ{#GZ'Qlʑ^vj5 @kbqqQ^g(BIs]r8@ ֚o@@ zZ5:d @1 @JرcbiiIY#4 5`,$tx!Bn9~xt)ܹS4M,"AHG9lNN> ݻwՙ M8q5?<777L"ѣG:dr:t%Ҷτӷoߦ B;u]h(ϟR(!J26K"H0&r!Tx: UI5zJ56=D(z2г;PRׄ!"8z[_zikŎ3EPʻ(0ߖN؀r"m(8JF$+-\8O?/q>%wK{i'\UMD_ˁZtIs$֥uvV^@٠jθU[osDW2?G1A|]fkB[ruA"i"s2 *dy2Ww@ :=vZE OM,V_WחM 1&VMlƻ$ a.*ϼiq7}`E[]`BExxk1wpMQxj+(-&>U :j$ܽ72l~,Ͼ4 'GaP~Pr)t;A/먀bsClyeԟ % 0@JojK"BPǻi @2?q@ǁ;/޲˿}<7h~L5E܆lpqlJ@ X658~aC+;A(acO<:x8gΜIJa7 q@X,6ldR'OF<!mxbҎD2SϘEADM.'Nj"@%[)z-$ LMB1 Iu޻wow&Bd! u!9}}^6р%~>q>ԩSzd>322(&+ӧSu@;۱^ϙ"ͳGGGp<{G]8@P7ٿ0B>0!w|AióN:::V'3@vΝ>;aWW*+++=ܹs|zHx sX6rR,ɔJ%ہ(0$viiIZp>q F?~xiIz;4B+IENDB`PKs?\uRR"images/toolbar/icon-32-preview.pngnuW+APNG  IHDR @{uIDATx^]h#UIf&vbMRjmS*Tlf) z! {J[As!Pa/DaAl٠d{UMi IIdqXr1 {ϙo;eNOOa& C*ªDu*mBT-P%Fkwg耷T(*x%,R,+{g`J +Ѓg HJG"]!p8<<$oF0\ƚ{~n ]= =s8U ^ :hPU8.q?G,R}K5b ErE+~݆#*eYBiԫ0 _z^X)c{ 9.M## С/{ M^œΡ3u:ηcR;aU*@R:VT.+N(r9lmmh8+"HʇB###sʏ Dd|e"s'#Mt@@K@+!i%$`pE//O:ds{@e2 2 h4H>@o˒TXsc@ 9ڌ ٰ cjj nD#lT+67!aYV$ X6!ظ9>>ޔ$wVB7t&iIENDB`PKs?\#^,images/toolbar/icon-32-banner-categories.pngnuW+APNG  IHDR @{uoIDATx^X}l~q t֖(ѡR60+[BLBc$ ҴNM*TT&:ʴ-+mq(b(9! 1?w{ߛmN{Gs~~MYi@6}Asl #>w8A-N8A!"MwҼ^m u/b~[^{e\6XֽmS3=VQ [1 d8>~Ҏ-ru~ A4vCƇͷ^0)Հe[& &QIҐ PNdA I;, WʿzzrQW :oωykGO)na }Z_1)ʁ>PQm7wކ> Wmw(3G| ({J\zq\C ۻ81{=1oQut{7;v׻fM>cj|a  00PRBT]ˮ#g^3I!9!Pu(I*xr.~(E4 LCED8B$86MDfQ&KgC@#*Ib0 ="%W\>]-E#e^ qg2ʤJ fPeu#"VzJ[^k=#3Ħ2=Ջw"4V@G!d+Y,q,.8&Qw6GkC(ƿ&P-Ţ,ˑ؄@~#dZ?ubWIkP4+'c*޹8 F9/G(F 'JQkD>7\+~9% [x.ԅ_<%ax/͘Aຯ&@{R3 c ^hQ[ ܋żqL ISceXSEZ ^|{y\N>R'V  %1{\r7 NĂ `K_rͅz;qA @'܈A,hkM_A"ד ޡ fTП]ٙf$~0n344LӑMc?k~_UNȈQ cֽ@`$dN!+1"$ BP|\Fd24 0c2I[O-PH01PMyI -@׀U6FEQ̙VKU;ؽ{wz.]M&SseeecMMMêUeؼyΖ(N:5<^F:cڵ3իWZ.]j(Hp,^~NMsY$ rnn.DQd0 I$%%% rgg'^~FF000q۷&|;<!yAPˀ"8j »eC:+(EEu{.>,s<]_Fe68k5X"+^#mBxV9+/\Ȝ]oӠ"f-; DDxw?\UXs[Mb8,`.(yՄ)UZ"r Un֢oh19BdP6F#,+c6cƝ?9uWg^`cy8V7@;ܫɋhOƿ'$$"S,x4LBIa#Xf"aЉ,sC|hk)gVf=ˏ>CP?~^2!@;3~찑%O/}w!°BC$ -YЋm_ }LّmDB0 ړ 3 ld{eų @P`9&joOR&_/?yl(@jsEsxlYNڎX7QզZ-4Y "J Tʀ1Xi4v"'n_w6.j[Dڥڤ_=쎹ɟ=x[}R)cTC`yQ#Fr;>ɇg.mUVKjzfLtcG^{~}I`cnrӶ&0A?FW/cUs-!uYm:LDͩZ0`:zouڪÙ6z*HtPPȖt J/~mU&M5PTu̩?K?#^x*MdzHR?#9 ͪ. &S OxF}T:\M̓+q1jSX[__hۓ ̉l\Dg~6sn8K zTJMz Fj:*zì`hhX^^FV랞l6~z Q*&>w Kvvs4RNKs/~IofF?6# rC(d1[cԜj[ғ,CJȐ@\(K;`Bt00WWuR 5f ^. VUZ%e ˱PWܵ1Iߨ)/4  aa`Y5gv-P=@@G|5E{Y0\/, wJ怢%aoTM^'=f@ Lb ??=E 8s$\nv1Fs"lX+!oIA}Ȳ qHHLM%5*R\A QvԼ^Wmdʲ)f,ςp;sH| NF}+4:y7j\AO OҧnLv|%{KMkNנD.qI`UXSfS$zbwƤKdљyiiAׇB#X7sU)X2y!'"Iv踚=Hp'lfe]6r+07'(S|mJLY;Y)|F;4 Hַ04wį8R#\"f Nvy!Hݲte{ 0 D&*RNYJݬKzAd@z."bT/4,LKšL0<4]q:#ZY aahmmX6ܩ>xt /rA4~4-9rJkfo9ik `Pm$CZNZ}Ҡ0h 뽎lZdD" f+YNݡ]AuFz^dIaUԂ] .,ऊ}("qhw\ n=[~ M6EF"LVF}8ߺ,m} 6ǮuvL۰&p@Ow7Yyn>t2N{ >kB4nPNsE%/Exc˖-ad❝VZD3+gMm۶oė'ĝ 'ɏ~zcYu>-sϽ+_6m;/aaa,A$EQ<ɓ'oشoG}Rz:b{p<\Y9kEQŵksؿ\x#JѲϓf:o8&0@8~e5#-exn{>60EӼ0煨!(IENDB`PKs?\͗t t (images/toolbar/icon-32-banner-client.pngnuW+APNG  IHDR @{u ;IDATx^Xkl=3zw?lp歔TD[iR*#T@h2TMq M^qblQ6cϙ齣hf-6HGz,={oEWwQ F %O뽈AT5@X(8 GUAz$aoNՊͥ9V!iе[(,m:>z8֐4?:taukr1s]dInxm{uؿwB=gꉇ J 3vl[ &C[y584$UK.;KrӛV髈( &oCv ^5xrڂl{ߞo9ۣ7Rp=c).0<4aI*ɳ|r$`(zr]3?͂.6Y΁eIƣe0|sӳH65(Jum/3Ǡ?_8W&``:#~ Oz0-G2# JE |܄5F`0ێ)7HD^@E|~;(JE""2FÒ1lz\sb*~$xsN_MQE@@aEbAD'+uky]ǜX}04(Bs`Y * IY31.Z]x25@,2Ls;!)|N!M~^w㱵ٸqy 2oK5 Ɠ7rΞ KjpL;f2Me5cx*ٷ ]W"|2Saz dy\eEҡ`:"a~UV Ϝ9Sk2v{ cX|ʕԲD05Y]P>}e4Ů+V`zz@hd3X 9(b1sx+**Jqzԩbׯ__ܸqpq }Rm!4ؾ}Wg{'8 L``Hu@<55@{9T .%F8GGGZj@[N;#6s.7\;p 2X\+WԳP Cs$<5,`ߪLEt Rp?T. @1ߴi!݁Վ2;3O^ M'5%/(Xm#l3;+N'#,v,~`˖-N/Y 1&%~U7ېMՉEAcM F^Pad/ט/:5s Zعs'򜳐 K^P!jF x&}ݯ <`FxV[Ƚv6.(MƠIENDB`PKs?\"kssimages/toolbar/icon-32-lock.pngnuW+APNG  IHDR @LPHPLTEŻkkkuts{{{fff~ȴtRNS@fIDATx^n0CCM,i;#Ox@*Mģ$( )~ iey}k9-U3*:!R񎾤E&l~u'b+&`TGP=-wd/ݖ:.DHB=bmM%.Za@к欓Iv$m&Irt$FiF'% $x)rz^WM64,kN{^\.o/WNQ1AM`0?h%`Z ?c=R`OMӸ"G/.>LyHPTO>88q0 >-L,N( F|a I9Q:eDX=kJ)uƈ[Ot‍q{l>&IENDB`PKs?\g g $images/toolbar/icon-32-new-style.pngnuW+APNG  IHDR @{u .IDATx^ilT;g^1x h!42VGV&Q[%UPZAMV*jҦ645jH BSJxߥC\i@PԤRy{9z?Ͷm>Kxo>E4hQ" ޖ,, Ot!H^w `Oq%G6`yK`gZmL|'&`4 v`37̟?[e]hJUG`ccp063Rav)UaC3;b~!L*Ai-uX߻y _k?>FSwq{Is62-XehR8>H>\2Ĭ߶zxc"_+gjg![ XlJ47o(Hy!]c{~5]!;8239s&p h>BV\v!P=a ^ KKYo/Cx=Ybesulv2B~dܴhYM?\3ubZV8ɄSc)^o4͒U4 ! enj=e 7Wל8<߇9Ϫ,/Ro bGx4TBtt:ejؖCs u FAiǼ)h  )((ui"1M ˶ӺlFEdCFC qxx= $ڊ=(M(w8oA|0,8!"\&pgxsJ022 '@b Tb\Û&X#Zfv'4 u}}}e_}}====BJ1נX.1L (WjcǎUgz1}tg^"kxypٲeq"*`UjѶB]9QߤMkB>Dp18ĤNJt5ߡVXQn!sW_}Zm;5I?yR+O Z!"H\N&keOXlQW 8 8 vwR!VB,!H$k7(9{6.80WrBL!XP^tI\Br}h4 $\cC4w{sD0s̑~ vK[̀.n+S.9nra>444F`)BP;';T^ebbǎa寰D~,vaKR*P<սF>44TUU&Mo߾=8 DHT ۩`'pșF QDRrR:Y#=BGm#j8>W=2D՞|,ݻo6(Xx|3IENDB`PKs?\OD %images/toolbar/icon-32-messanging.pngnuW+APNG  IHDR @{u IDATx^X{LT?se^̃Vh"ج6V[QZ_mR5Ub\6iDcפfY\P_5` HcPT!{zΗ^onMޙw"gGBæ[Ds(F%G"A~} s2ŒrX3#`!nF"DS1X+̂U3AY܂#+``Axd_z#JFMԍf1 %Fj2HK@2$DzC[yH2 ")>J0E6rOQfs Ы%У^ @`p147g{{D G az~HV2D``$Bul| ƫ#)r H~p-'9U m0rYaG15+j"pñ TfQY^o#S` kDPG1 1kśBS >E/dFBa5\IR͆BO7,;7a#$'W>R^Aadr\OAL:R\\~ &L)S`HE= )讠#@ fʱFZO}}}K A>}:HO>3wL)| j#L|+VYfUoo/tvvY`ҤI 9k!j@"~8E?dV>Xe"+gϞߡD.P afz PajRFC:j{ @F A/L<9(@GT~O;qĮ˗Mlg&B&b6ھ \/ O*߷og~IYիW/Xrse(ʈJN!rNL`ZA\y'8p`w09s F `zzzOTAT+B230N:d@kG rP^/0?.t {)0C!9ܽ낼i$_L&"twu H1#lkk'S*&P|Pփ+d"&3,].4 `2NB<E#x^Bbnݺ 9g^4a}r5o. I8bXb6=[AnZQ^ *KHܻ`A/qe $Z}Ff1AyyG eͽd$' dP5xĠ'HO+ A9n7\].^ONJN1cFbHF#'3rzDJXy1/]|8C?يlۺpӦMDNqAԚW!%)F[{[Cƫ7n-=dqیˆ " QSͭ#}T6u]` %9IBjBżҢG .W*shf9:!Ԉt"~QRa^p჻uj<ԇ PIBloؕ*޹sVZȤ77mH4"$xяx_>z:9%\Hn9BrS]͜9 Gc/W\K7KX|̙M6j gYf}.cpuS}L,-Wd'OtܹS8׵5 '))a喖$'a܂JqBmuh޽{rqMQ@]]݈T.Bɡx@x1'(au . ^qQ}FFv4'4yA@$,' ^qOjDAA +0gPOIE9o1\K#: xqB~x'Ƴ8\8AjG((ˁ'OGM,N0Y`Ʊ8|dWqYg]U5VV7obMgϞ"EԏKHi6?A.0Wq &&AN(Ivqk/'pI&Q'b089>WYy޽{#*N " sCEcM  QIENDB`PKs?\s)R images/toolbar/icon-32-help.pngnuW+APNG  IHDR @{u VIDATx^X lU~mo{ۋm6wVӵ i1l*ZeF4RlpFB04A6GpA* fĶ1mj;J %?ܳrW6ɓ{yTU$ͤ7 m۝d_7\Q20NϚ9b[S++?L&2$IE"*)R)2>a$Cԝv;E%cJdvh#TѣѦ)$UH5# x XlݑK6ԶF >—cೞy ċ$Ӓ kV6Lf 4xN|]WX39W$n]{&x FLʕO)2Gjg?3|+b DG`'ӚE&uHPksEpG$C,8e0H%ܹ )`jT9sHB0GH޿yWziۢ~2Ɇ5N5%#1DAECcLmAosx|h|#bIH!LnSq *b#tuxƼEz9NѸ) gܛXP#bqZ \v%c1 8~aŞKP:pM~-wEzqŭ'MQܝ¼[j]%|XqUwUϧB|JM7@{GG+WԑuttTS΋_+TY؞ =`[ꈧ_иM7:X\^c), B*r=@i,(+/޹6LNuqG"C5oHdE&i1ט߀Ď7hHpZ,>_X!~j0c61.XA(ݧ)XzaNw:;T;C^!k4'e_R<4ȻnxLmGA!;SY[3dlOM4)xԱa(݉?ڸ<.уHv.*eəaط0lw ʲ;=ɷiT)yZA..\kcgI0a  dUd۬]ɓM#[̰83_hKp?|[+1ݛF{%Z/d9Do=yVM|39fVgrجa}qE֠qp2Hu%{W؈h2c L ~@fW`8;Hî D01'V_&^>.Sp}pԇM6a6{h_0F@9Si/$r0@HeU 3Lg>6ƛ MP/b+8 t I"pp!ђYJ o̡"bt/a{P2|~߀Kr8P)sD/0h;?6FD~a%' '&@NܹsXxp0&>bxxW.D}K.}@ҏrq֯[. ĩ[LF+nRFFeffƽ}{;-⤊8IJ!wg ySVVŋ ~2bX'/I-v]l6a?sLB"v| dIH 8Hu pQWWc`b =0"X_p?oq~\ΕLS mcٳgիW`u|lXT#PX(xAs! MMMHmNpC#Q(23g:zab1x˗/Yc>>vk(UWWxU\.#iʔ)HϘ1;fR3k,G}fϞ-*'oL&zN< ,'x-ZDӦM]ފ'ΦR=K,Ԇon71+%,SAA={!&4$}՞8DLXhq H>@.a:@:Ї;X`˗;҉?Epmjk4.'z*Ӯ]8N9T˖-̓g}F{%N5FVŗ'ݻ8q` {@?~#ydꫯVohXp f7Ɲ-qqbNu/i܈2ۈ.y]-'s!D˰~4(P3Ecę t It l EOVɓu?ĈX=_ZnΕ+W3ۊ81EEE q}!q;v~m۶yh~W|Oo;'rEqRYĠ9v f)_}>_b[ZZ srr|h ,̉ pLѣG_~q}_DIENDB`PKs?\ -images/toolbar/icon-32-new-privatemessage.pngnuW+APNG  IHDR @{utEXtSoftwareAdobe ImageReadyqe< :IDATxXKlS~R Q5DS $".ZUŨUa)UXTEW]j@À*-*SBA&ay;8DZc~ RY#_JwC 1B $dtĬ\- t6V7.٤B&Q41$uWVV466Vرc{qqqΆ EEEpFsxU* 5HZmVd+ eee1d2rinn6ꇤ _s! ^r#G`rGMMmFNN ;s,.. f(x ǂ^ѶǏ-3j]U@k)1,%AL4ݼy$`صkWǹs~VQQQ$.Fڣ1 k`0f3~M2G, BPϭfB@?46 Z:Y΂ݮXoo`0(LƦ!N'^w^/555 ,H%!/L&% a:~p8c7/g)d-_dN|a?bj/BgHe2<<,&B!i޽8u v]!jQ<~aQڼyx6>>Nߕ{0SA' FѣG_v<zqsq, P{0R4A `1ݻw?_ܜ+ 4\,: `w [Y*J-_%Fĭj#QD&HG2@ *ɰVB8Ԗ+٧4杧hJSH#z*!O| xؼ@QJ eL@Ȅ1of-Ǿ]ة ":e#wIEJ %S ;}5+Wl:;;E [Xr;?3Cۙ3g޼?s-6uۄU`#&nã?ơC`[^C[4v>}z7[@nݺ`\u eW_c`%+?qDg< a!DmzzZT=F>MSLմ*Y"\bL]Kܾ}0 &D&pxg{*͜y@g1f>yca.P >ur0,α#ܐi(tԩS\~> lPB?>Ǐ? gL[hB< `{V۱ണtcq!`?:0vw/uH>IENDB`PKs?\@ images/system/selector-arrow.pngnuW+APNG  IHDR 0PLTEޱ׬)tRNS@fQIDATx^%ʱ @`蔮QB )$"L9~57*[SV` 0;ФIENDB`PKs?\Vimages/system/index.htmlnuW+A PKs?\)images/system/.htaccessnuW+A Order allow,deny Deny from all PKs?\5kkimages/system/calendar.pngnuW+APNG  IHDRa2IDATx^SMkQ=3~j"$L@q!(B(p'(҅ n PHk?BH!j|P[y^%$ygsxU#̸,X3CH* )(yґa׀]v일0R$g86pg?oƛ$  $th(f \#$:akeI'!IdBP[`f Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. PKs?\)#html/com_weblinks/weblink/.htaccessnuW+A Order allow,deny Deny from all PKs?\z +html/com_weblinks/weblink/edit_metadata.phpnuW+Aform->getFieldsets('metadata'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
  • form->getLabel('metadesc'); ?> form->getInput('metadesc'); ?>
  • form->getLabel('metakey'); ?> form->getInput('metakey'); ?>
  • form->getLabel('xreference'); ?> form->getInput('xreference'); ?>
  • form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\V$html/com_weblinks/weblink/index.htmlnuW+A PKs?\/"html/com_weblinks/weblink/edit.phpnuW+A PKs?\gY)html/com_weblinks/weblink/edit_params.phpnuW+Aform->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-params'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\)html/com_weblinks/.htaccessnuW+A Order allow,deny Deny from all PKs?\V%html/com_weblinks/weblinks/index.htmlnuW+A PKs?\)$html/com_weblinks/weblinks/.htaccessnuW+A Order allow,deny Deny from all PKs?\|""&html/com_weblinks/weblinks/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_weblinks.category'); $saveOrder = $listOrder == 'a.ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'a.ordering'); $item->cat_link = JRoute::_('index.php?option=com_categories&extension=com_weblinks&task=edit&type=other&cid[]='. $item->catid); $canCreate = $user->authorise('core.create', 'com_weblinks.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_weblinks.category.'.$item->catid); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_weblinks.category.'.$item->catid) && $canCheckin; ?>
items, 'filesave.png', 'weblinks.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'weblinks.', $canCheckin); ?> escape($item->title); ?> escape($item->title); ?>

escape($item->alias));?>

state, $i, 'weblinks.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> escape($item->category_title); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'weblinks.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, ($item->catid == @$this->items[$i+1]->catid), 'weblinks.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'weblinks.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, ($item->catid == @$this->items[$i+1]->catid), 'weblinks.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> ordering; ?> escape($item->access_level); ?> hits; ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
pagination->getListFooter(); ?>
loadTemplate('batch'); ?>
PKs?\Vhtml/com_weblinks/index.htmlnuW+A PKs?\Vhtml/com_finder/index.htmlnuW+A PKs?\6html/com_finder/maps/index.htmlnuW+APKs?\)html/com_finder/maps/.htaccessnuW+A Order allow,deny Deny from all PKs?\8 html/com_finder/maps/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $lang = JFactory::getLanguage(); JText::script('COM_FINDER_MAPS_CONFIRM_DELETE_PROMPT'); ?>
items) == 0): ?> state->get('filter.branch') != 1) : ?> authorise('core.manage', 'com_finder'); ?> items as $i => $item) :?>
id); ?> title); $title = $lang->hasKey($key) ? JText::_($key) : $item->title; ?> state->get('filter.branch') == 1 && $item->num_children) : ?> escape($title); ?> escape($title); ?> num_children > 0) : ?> (num_children; ?>) num_nodes > 0) : ?> (num_nodes; ?>) state, $i, 'maps.', $canChange, 'cb'); ?>
pagination->getListFooter(); ?>
PKs?\)html/com_finder/.htaccessnuW+A Order allow,deny Deny from all PKs?\6%html/com_finder/statistics/index.htmlnuW+APKs?\)$html/com_finder/statistics/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_finder/index/.htaccessnuW+A Order allow,deny Deny from all PKs?\6 html/com_finder/index/index.htmlnuW+APKs?\6ǚ--!html/com_finder/index/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $lang = JFactory::getLanguage(); JText::script('COM_FINDER_INDEX_CONFIRM_PURGE_PROMPT'); JText::script('COM_FINDER_INDEX_CONFIRM_DELETE_PROMPT'); ?>
items) == 0): ?> authorise('core.manage', 'com_finder'); ?> items as $i => $item) : ?>
total == 0) { echo JText::_('COM_FINDER_INDEX_NO_DATA') . ' ' . JText::_('COM_FINDER_INDEX_TIP'); } else { echo JText::_('COM_FINDER_INDEX_NO_CONTENT'); } ?>
link_id); ?> publish_start_date) or intval($item->publish_end_date) or intval($item->start_date) or intval($item->end_date)) : ?> escape($item->title); ?> published, $i, 'index.', $canChange, 'cb'); ?> t_title); echo $lang->hasKey($key) ? JText::_($key) : $item->t_title; ?> url) > 80) { echo substr($item->url, 0, 70) . '...'; } else { echo $item->url; } ?> indexdate, JText::_('DATE_FORMAT_LC4')); ?>
pagination->getListFooter(); ?>
PKs?\)!html/com_finder/filters/.htaccessnuW+A Order allow,deny Deny from all PKs?\6"html/com_finder/filters/index.htmlnuW+APKs?\DWW#html/com_finder/filters/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); JText::script('COM_FINDER_INDEX_CONFIRM_DELETE_PROMPT'); ?>
items) == 0): ?> items as $i => $item) : $canCreate = $user->authorise('core.create', 'com_finder'); $canEdit = $user->authorise('core.edit', 'com_finder'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $filter->checked_out == $user->get('id') || $filter->checked_out == 0; $canChange = $user->authorise('core.edit.state', 'com_finder') && $canCheckin; ?>
total == 0): echo JText::_('COM_FINDER_NO_FILTERS'); ?>
filter_id); ?> checked_out) { echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'filters.', $canCheckin); } ?> escape($item->title); ?> escape($item->title); } ?> state, $i, 'filters.', $canChange); ?> created_by_alias ? $item->created_by_alias : $item->user_name; ?> created, JText::_('DATE_FORMAT_LC4')); ?> map_count; ?> filter_id; ?>
pagination->getListFooter(); ?>
PKs?\) html/com_finder/filter/.htaccessnuW+A Order allow,deny Deny from all PKs?\6!html/com_finder/filter/index.htmlnuW+APKs?\Vhtml/com_modules/index.htmlnuW+A PKs?\''$html/com_modules/modules/default.phpnuW+Astate->get('filter.client_id') ? 'administrator' : 'site'; $user = JFactory::getUser(); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_modules'); $saveOrder = $listOrder == 'ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $canCreate = $user->authorise('core.create', 'com_modules'); $canEdit = $user->authorise('core.edit', 'com_modules'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_modules') && $canCheckin; ?>
items, 'filesave.png', 'modules.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'modules.', $canCheckin); ?> escape($item->title); ?> escape($item->title); ?> note)) : ?>

escape($item->note));?>

published, $i, $canChange, 'cb'); ?> position; ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->position == $item->position), 'modules.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->position == $item->position), 'modules.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->position == $item->position), 'modules.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->position == $item->position), 'modules.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> ordering; ?> name;?> pages; ?> escape($item->access_level); ?> language==''):?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
authorize('core.create', 'com_modules') || $user->authorize('core.edit', 'com_modules')) : ?> loadTemplate('batch'); ?> pagination->getListFooter(); ?>
PKs?\)"html/com_modules/modules/.htaccessnuW+A Order allow,deny Deny from all PKs?\V#html/com_modules/modules/index.htmlnuW+A PKs?\)html/com_modules/.htaccessnuW+A Order allow,deny Deny from all PKs?\V%html/com_modules/positions/index.htmlnuW+A PKs?\)$html/com_modules/positions/.htaccessnuW+A Order allow,deny Deny from all PKs?\i8$html/com_modules/positions/modal.phpnuW+Aescape($this->state->get('list.ordering')); $direction = $this->escape($this->state->get('list.direction')); $clientId = $this->state->get('filter.client_id'); $state = $this->state->get('filter.state'); $template = $this->state->get('filter.template'); $type = $this->state->get('filter.type'); ?>
items as $value=>$templates) : ?>
escape($value); ?>
    $label):?>
  • hasKey($label) ? JText::sprintf('COM_MODULES_MODULE_TEMPLATE_POSITION', JText::_($template), JText::_($label)) : JText::_($template);?>
pagination->getListFooter(); ?>
PKs?\:eM(html/com_modules/module/edit_options.phpnuW+Aform->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MODULES_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
    form->getFieldset($name) as $field) : ?> hidden) : ?>
  • label; ?> input; ?>
  • input; ?>
PKs?\dzXAA html/com_modules/module/edit.phpnuW+Aitem->module) || $this->item->module == 'custom' || $this->item->module == 'mod_custom'; $script = "Joomla.submitbutton = function(task) { if (task == 'module.cancel' || document.formvalidator.isValid(document.id('module-form'))) {"; if ($hasContent) { $script .= $this->form->getField('content')->save(); } $script .= " Joomla.submitform(task, document.getElementById('module-form')); if (self != top) { window.top.setTimeout('window.parent.SqueezeBox.close()', 1000); } } else { alert('".$this->escape(JText::_('JGLOBAL_VALIDATION_FORM_FAILED'))."'); } }"; JFactory::getDocument()->addScriptDeclaration($script); ?>
  • form->getLabel('title'); ?> form->getInput('title'); ?>
  • form->getLabel('showtitle'); ?> form->getInput('showtitle'); ?>
  • form->getLabel('position'); ?> form->getInput('custom_position'); ?> form->getInput('position'); ?>
  • item->xml->name != 'Login Form'): ?>
  • form->getLabel('published'); ?> form->getInput('published'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • form->getLabel('ordering'); ?> form->getInput('ordering'); ?>
  • item->xml->name != 'Login Form'): ?>
  • form->getLabel('publish_up'); ?> form->getInput('publish_up'); ?>
  • form->getLabel('publish_down'); ?> form->getInput('publish_down'); ?>
  • form->getLabel('language'); ?> form->getInput('language'); ?>
  • form->getLabel('note'); ?> form->getInput('note'); ?>
  • item->id) : ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
  • form->getLabel('module'); ?> form->getInput('module'); ?> item->xml) echo ($text = (string) $this->item->xml->name) ? JText::_($text) : $this->item->module;else echo JText::_(COM_MODULES_ERR_XML);?>
  • form->getLabel('client_id'); ?> form->getInput('client_id'); ?>
item->xml) : ?> item->xml->description)) : ?>
loadTemplate('options'); ?>
  • form->getLabel('content'); ?>
    form->getInput('content'); ?>
item->client_id == 0) :?>
loadTemplate('assignment'); ?>
PKs?\V"html/com_modules/module/index.htmlnuW+A PKs?\)!html/com_modules/module/.htaccessnuW+A Order allow,deny Deny from all PKs?\V%html/com_messages/messages/index.htmlnuW+A PKs?\)$html/com_messages/messages/.htaccessnuW+A Order allow,deny Deny from all PKs?\ND&html/com_messages/messages/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : $canChange = $user->authorise('core.edit.state', 'com_messages'); ?>
message_id); ?> escape($item->subject); ?> state, $i, $canChange); ?> user_from; ?> date_time, JText::_('DATE_FORMAT_LC2')); ?>
pagination->getListFooter(); ?>
PKs?\)html/com_messages/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_messages/index.htmlnuW+A PKs?\Vhtml/com_cache/index.htmlnuW+A PKs?\M  html/com_cache/cache/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
data as $folder => $item): ?>
pagination->getRowOffset($i); ?> group; ?> count; ?> size*1024); ?>
pagination->getListFooter(); ?>
PKs?\)html/com_cache/cache/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_cache/cache/index.htmlnuW+A PKs?\)html/com_cache/.htaccessnuW+A Order allow,deny Deny from all PKs?\)"html/com_content/article/.htaccessnuW+A Order allow,deny Deny from all PKs?\tG((!html/com_content/article/edit.phpnuW+Astate->get('params'); $params = $params->toArray(); // This checks if the config options have ever been saved. If they haven't they will fall back to the original settings. $editoroptions = isset($params['show_publishing_options']); if (!$editoroptions): $params['show_publishing_options'] = '1'; $params['show_article_options'] = '1'; $params['show_urls_images_backend'] = '0'; $params['show_urls_images_frontend'] = '0'; endif; // Check if the article uses configuration settings besides global. If so, use them. if (!empty($this->item->attribs['show_publishing_options'])): $params['show_publishing_options'] = $this->item->attribs['show_publishing_options']; endif; if (!empty($this->item->attribs['show_article_options'])): $params['show_article_options'] = $this->item->attribs['show_article_options']; endif; if (!empty($this->item->attribs['show_urls_images_backend'])): $params['show_urls_images_backend'] = $this->item->attribs['show_urls_images_backend']; endif; ?>
item->id) ? JText::_('COM_CONTENT_NEW_ARTICLE') : JText::sprintf('COM_CONTENT_EDIT_ARTICLE', $this->item->id); ?>
  • form->getLabel('title'); ?> form->getInput('title'); ?>
  • form->getLabel('alias'); ?> form->getInput('alias'); ?>
  • form->getLabel('catid'); ?> form->getInput('catid'); ?>
  • form->getLabel('state'); ?> form->getInput('state'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • canDo->get('core.admin')): ?>
  • form->getLabel('featured'); ?> form->getInput('featured'); ?>
  • form->getLabel('language'); ?> form->getInput('language'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
form->getLabel('articletext'); ?>
form->getInput('articletext'); ?>
item->id, array('useCookie'=>1)); ?>
  • form->getLabel('created_by'); ?> form->getInput('created_by'); ?>
  • form->getLabel('created_by_alias'); ?> form->getInput('created_by_alias'); ?>
  • form->getLabel('created'); ?> form->getInput('created'); ?>
  • form->getLabel('publish_up'); ?> form->getInput('publish_up'); ?>
  • form->getLabel('publish_down'); ?> form->getInput('publish_down'); ?>
  • item->modified_by) : ?>
  • form->getLabel('modified_by'); ?> form->getInput('modified_by'); ?>
  • form->getLabel('modified'); ?> form->getInput('modified'); ?>
  • item->version) : ?>
  • form->getLabel('version'); ?> form->getInput('version'); ?>
  • item->hits) : ?>
  • form->getLabel('hits'); ?> form->getInput('hits'); ?>
form->getFieldsets('attribs'); ?> $fieldSet) : ?> label), $name.'-options'); ?> description) && trim($fieldSet->description)) : ?>

escape(JText::_($fieldSet->description));?>

    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
form->getFieldset('basic-limited') as $field) : ?> input; ?>
  • form->getLabel('xreference'); ?> form->getInput('xreference'); ?>
canDo->get('core.admin') ): ?>
    form->getFieldset('editorConfig') as $field) : ?>
  • label; ?> input; ?>
  • form->getLabel('images'); ?> form->getInput('images'); ?>
  • form->getGroup('images') as $field): ?>
  • hidden): ?> label; ?> input; ?>
  • form->getGroup('urls') as $field): ?>
  • hidden): ?> label; ?> input; ?>
loadTemplate('metadata'); ?>
canDo->get('core.admin')): ?>
item->id, array('useCookie'=>1)); ?>
form->getLabel('rules'); ?> form->getInput('rules'); ?>
PKs?\V#html/com_content/article/index.htmlnuW+A PKs?\Vhtml/com_content/index.htmlnuW+A PKs?\\.u))%html/com_content/articles/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $saveOrder = $listOrder == 'a.ordering'; $n = count($this->items); ?>
items as $i => $item) : $item->max_ordering = 0; //?? $ordering = ($listOrder == 'a.ordering'); $canCreate = $user->authorise('core.create', 'com_content.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_content.article.'.$item->id); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || $item->checked_out == 0; $canEditOwn = $user->authorise('core.edit.own', 'com_content.article.'.$item->id) && $item->created_by == $userId; $canChange = $user->authorise('core.edit.state', 'com_content.article.'.$item->id) && $canCheckin; ?>
items, 'filesave.png', 'articles.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'articles.', $canCheckin); ?> escape($item->title); ?> escape($item->title); ?>

escape($item->alias));?>

state, $i, 'articles.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> featured, $i, $canChange); ?> escape($item->category_title); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'articles.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, ($item->catid == @$this->items[$i+1]->catid), 'articles.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'articles.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, ($item->catid == @$this->items[$i+1]->catid), 'articles.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> ordering; ?> escape($item->access_level); ?> created_by_alias) : ?> escape($item->author_name); ?>

escape($item->created_by_alias)); ?>

escape($item->author_name); ?>
created, JText::_('DATE_FORMAT_LC4')); ?> hits; ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
loadTemplate('batch'); ?> pagination->getListFooter(); ?>
PKs?\)#html/com_content/articles/.htaccessnuW+A Order allow,deny Deny from all PKs?\q vv#html/com_content/articles/modal.phpnuW+AisSite()) { JSession::checkToken('get') or die(JText::_('JINVALID_TOKEN')); } require_once JPATH_ROOT . '/components/com_content/helpers/route.php'; JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html'); JHtml::_('behavior.tooltip'); $function = JRequest::getCmd('function', 'jSelectArticle'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : ?> pagination->getListFooter(); ?>
PKs?\V$html/com_content/articles/index.htmlnuW+A PKs?\)html/com_content/.htaccessnuW+A Order allow,deny Deny from all PKs?\Wl""%html/com_content/featured/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_content.article'); $saveOrder = $listOrder == 'fp.ordering'; $n = count($this->items); ?>
items as $i => $item) : $item->max_ordering = 0; //?? $ordering = ($listOrder == 'fp.ordering'); $assetId = 'com_content.article.'.$item->id; $canCreate = $user->authorise('core.create', 'com_content.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_content.article.'.$item->id); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id')|| $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_content.article.'.$item->id) && $canCheckin; ?>
items, 'filesave.png', 'featured.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'featured.', $canCheckin); ?> escape($item->title); ?> escape($item->title); ?>

escape($item->alias));?>

state, $i, 'articles.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> escape($item->category_title); ?> pagination->orderUpIcon($i, true, 'featured.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, true, 'featured.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, true, 'featured.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, true, 'featured.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> ordering; ?> escape($item->access_level); ?> created_by_alias) : ?> escape($item->author_name); ?>

escape($item->created_by_alias)); ?>

escape($item->author_name); ?>
created, JText::_('DATE_FORMAT_LC4')); ?> hits; ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
pagination->getListFooter(); ?>
PKs?\)#html/com_content/featured/.htaccessnuW+A Order allow,deny Deny from all PKs?\V$html/com_content/featured/index.htmlnuW+A PKs?\qT<,html/com_languages/installed/default_ftp.phpnuW+A

message); ?>

PKs?\J)  (html/com_languages/installed/default.phpnuW+Aget('id'); $client = $this->state->get('filter.client_id', 0) ? JText::_('JADMINISTRATOR') : JText::_('JSITE'); $clientId = $this->state->get('filter.client_id', 0); ?>
rows as $i => $row) : $canCreate = $user->authorise('core.create', 'com_languages'); $canEdit = $user->authorise('core.edit', 'com_languages'); $canChange = $user->authorise('core.edit.state', 'com_languages'); ?>
 
pagination->getRowOffset($i); ?> language);?> escape($row->name); ?> escape($row->language); ?> published, $i, 'installed.', !$row->published && $canChange);?> escape($row->version); ?> escape($row->creationDate); ?> escape($row->author); ?> escape($row->authorEmail); ?>
pagination->getListFooter(); ?>
PKs?\)&html/com_languages/installed/.htaccessnuW+A Order allow,deny Deny from all PKs?\V'html/com_languages/installed/index.htmlnuW+A PKs?\)html/com_languages/.htaccessnuW+A Order allow,deny Deny from all PKs?\)&html/com_languages/languages/.htaccessnuW+A Order allow,deny Deny from all PKs?\PvTT(html/com_languages/languages/default.phpnuW+Aget('id'); $n = count($this->items); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_languages'); $saveOrder = $listOrder == 'a.ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'a.ordering'); $canCreate = $user->authorise('core.create', 'com_languages'); $canEdit = $user->authorise('core.edit', 'com_languages'); $canChange = $user->authorise('core.edit.state', 'com_languages'); ?>
items, 'filesave.png', 'languages.saveorder'); ?>
pagination->getRowOffset($i); ?> lang_id); ?> escape($item->title); ?> escape($item->title); ?> escape($item->title_native); ?> escape($item->lang_code); ?> escape($item->sef); ?> escape($item->image); ?> published, $i, 'languages.', $canChange);?> pagination->orderUpIcon($i, true, 'languages.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, true, 'languages.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, true, 'languages.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, true, 'languages.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" /> ordering; ?> home == '1') : ?> escape($item->lang_id); ?>
pagination->getListFooter(); ?>
PKs?\V'html/com_languages/languages/index.htmlnuW+A PKs?\Vhtml/com_languages/index.htmlnuW+A PKs?\)html/com_config/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_config/index.htmlnuW+A PKs?\)%html/com_config/application/.htaccessnuW+A Order allow,deny Deny from all PKs?\2html/com_config/application/default_navigation.phpnuW+A
PKs?\V&html/com_config/application/index.htmlnuW+A PKs?\V$html/com_users/debuggroup/index.htmlnuW+A PKs?\)#html/com_users/debuggroup/.htaccessnuW+A Order allow,deny Deny from all PKs?\X%html/com_users/debuggroup/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
actions as $key => $action) : ?> items as $i => $item) : ?> actions as $action) : ?> checks[$name]; if ($check === true) : $class = 'check-a'; $text = '✓'; elseif ($check === false) : $class = 'check-d'; $text = '✗'; elseif ($check === null) : $class = 'check-0'; $text = '-'; else : $class = ''; $text = ' '; endif; ?>
escape($item->title); ?> |—', $item->level) ?> escape($item->name); ?> lft; ?> - rgt; ?> id; ?>
pagination->getListFooter(); ?>
PKs?\)html/com_users/groups/.htaccessnuW+A Order allow,deny Deny from all PKs?\Xf!html/com_users/groups/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); JText::script('COM_USERS_GROUPS_CONFIRM_DELETE'); ?>
items as $i => $item) : $canCreate = $user->authorise('core.create', 'com_users'); $canEdit = $user->authorise('core.edit', 'com_users'); // If this group is super admin and this user is not super admin, $canEdit is false if (!$user->authorise('core.admin') && (JAccess::checkGroup($item->id, 'core.admin'))) { $canEdit = false; } $canChange = $user->authorise('core.edit.state', 'com_users'); ?>
id); ?> |—', $item->level) ?> escape($item->title); ?> escape($item->title); ?> user_count ? $item->user_count : ''; ?> id; ?>
pagination->getListFooter(); ?>
PKs?\V html/com_users/groups/index.htmlnuW+A PKs?\t$html/com_users/debuguser/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
actions as $key => $action) : ?> items as $i => $item) : ?> actions as $action) : ?> checks[$name]; if ($check === true) : $class = 'check-a'; $text = '✓'; elseif ($check === false) : $class = 'check-d'; $text = '✗'; elseif ($check === null) : $class = 'check-0'; $text = '-'; else : $class = ''; $text = ' '; endif; ?>
escape($item->title); ?> |—', $item->level) ?> escape($item->name); ?> lft; ?> - rgt; ?> id; ?>
pagination->getListFooter(); ?>
PKs?\V#html/com_users/debuguser/index.htmlnuW+A PKs?\)"html/com_users/debuguser/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_users/index.htmlnuW+A PKs?\)html/com_users/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_users/users/index.htmlnuW+A PKs?\ html/com_users/users/modal.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
state->get('filter.group_id')); ?>
items as $item) : ?> pagination->getListFooter(); ?>
PKs?\)html/com_users/users/.htaccessnuW+A Order allow,deny Deny from all PKs?\rW!! html/com_users/users/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $loggeduser = JFactory::getUser(); ?>
items as $i => $item) : $canEdit = $canDo->get('core.edit'); $canChange = $loggeduser->authorise('core.edit.state', 'com_users'); // If this group is super admin and this user is not super admin, $canEdit is false if ((!$loggeduser->authorise('core.admin')) && JAccess::check($item->id, 'core.admin')) { $canEdit = false; $canChange = false; } ?>
id); ?>
note_count, $item->id); ?> note_count, $item->id); ?> id); ?>
escape($item->name); ?> escape($item->name); ?>
escape($item->username); ?> id != $item->id) : ?> block, 'users.unblock', 'users.block'); ?> block, 'users.block', null); ?> block ? 'JNO' : 'JYES'); ?> activation, 'users.activate', null); ?> group_names, "\n") > 1) : ?> group_names); ?> escape($item->email); ?> lastvisitDate!='0000-00-00 00:00:00'):?> lastvisitDate, 'Y-m-d H:i:s'); ?> registerDate, 'Y-m-d H:i:s'); ?> id; ?>
loadTemplate('batch'); ?> pagination->getListFooter(); ?>
PKs?\V html/com_users/levels/index.htmlnuW+A PKs?\)html/com_users/levels/.htaccessnuW+A Order allow,deny Deny from all PKs?\ !html/com_users/levels/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_users'); $saveOrder = $listOrder == 'a.ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'a.ordering'); $canCreate = $user->authorise('core.create', 'com_users'); $canEdit = $user->authorise('core.edit', 'com_users'); $canChange = $user->authorise('core.edit.state', 'com_users'); ?>
items, 'filesave.png', 'levels.saveorder'); ?>  
id); ?> escape($item->title); ?> escape($item->title); ?> pagination->orderUpIcon($i, true, 'levels.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, true, 'levels.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, true, 'levels.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, true, 'levels.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> ordering; ?> id; ?>  
pagination->getListFooter(); ?>
PKs?\Vhtml/com_users/notes/index.htmlnuW+A PKs?\(O3RR html/com_users/notes/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canEdit = $user->authorise('core.edit', 'com_users'); ?>
items as $i => $item) : ?> authorise('core.edit.state', 'com_users'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time); ?> escape($item->user_name); ?> escape($item->user_name); ?> subject) : ?> escape($item->subject); ?> catid && $item->cparams->get('image')) : ?> cparams->get('image')); ?> escape($item->category_title); ?> state, $i, 'notes.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> review_time)) : ?> escape($item->review_time); ?> id; ?>
pagination->getListFooter(); ?>
PKs?\)html/com_users/notes/.htaccessnuW+A Order allow,deny Deny from all PKs?\ᵁ*html/com_contact/contact/edit_metadata.phpnuW+Aform->getFieldsets('metadata'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
  • form->getLabel('metadesc'); ?> form->getInput('metadesc'); ?>
  • form->getLabel('metakey'); ?> form->getInput('metakey'); ?>
  • form->getLabel('xreference'); ?> form->getInput('xreference'); ?>
  • form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\)"html/com_contact/contact/.htaccessnuW+A Order allow,deny Deny from all PKs?\Og(html/com_contact/contact/edit_params.phpnuW+Aform->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-params'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\V#html/com_contact/contact/index.htmlnuW+A PKs?\\w!html/com_contact/contact/edit.phpnuW+A
item->id) ? JText::_('COM_CONTACT_NEW_CONTACT') : JText::sprintf('COM_CONTACT_EDIT_CONTACT', $this->item->id); ?>
  • form->getLabel('name'); ?> form->getInput('name'); ?>
  • form->getLabel('alias'); ?> form->getInput('alias'); ?>
  • form->getLabel('user_id'); ?> form->getInput('user_id'); ?>
  • form->getLabel('catid'); ?> form->getInput('catid'); ?>
  • form->getLabel('published'); ?> form->getInput('published'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • form->getLabel('ordering'); ?> form->getInput('ordering'); ?>
  • form->getLabel('featured'); ?> form->getInput('featured'); ?>
  • form->getLabel('language'); ?> form->getInput('language'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
form->getLabel('misc'); ?>
form->getInput('misc'); ?>
  • form->getLabel('created_by'); ?> form->getInput('created_by'); ?>
  • form->getLabel('created_by_alias'); ?> form->getInput('created_by_alias'); ?>
  • form->getLabel('created'); ?> form->getInput('created'); ?>
  • form->getLabel('publish_up'); ?> form->getInput('publish_up'); ?>
  • form->getLabel('publish_down'); ?> form->getInput('publish_down'); ?>
  • item->modified_by) : ?>
  • form->getLabel('modified_by'); ?> form->getInput('modified_by'); ?>
  • form->getLabel('modified'); ?> form->getInput('modified'); ?>

item->id) ? JText::_('COM_CONTACT_DETAILS') : JText::sprintf('COM_CONTACT_EDIT_DETAILS', $this->item->id); ?>

  • form->getLabel('image'); ?> form->getInput('image'); ?>
  • form->getLabel('con_position'); ?> form->getInput('con_position'); ?>
  • form->getLabel('email_to'); ?> form->getInput('email_to'); ?>
  • form->getLabel('address'); ?> form->getInput('address'); ?>
  • form->getLabel('suburb'); ?> form->getInput('suburb'); ?>
  • form->getLabel('state'); ?> form->getInput('state'); ?>
  • form->getLabel('postcode'); ?> form->getInput('postcode'); ?>
  • form->getLabel('country'); ?> form->getInput('country'); ?>
  • form->getLabel('telephone'); ?> form->getInput('telephone'); ?>
  • form->getLabel('mobile'); ?> form->getInput('mobile'); ?>
  • form->getLabel('fax'); ?> form->getInput('fax'); ?>
  • form->getLabel('webpage'); ?> form->getInput('webpage'); ?>
  • form->getLabel('sortname1'); ?> form->getInput('sortname1'); ?>
  • form->getLabel('sortname2'); ?> form->getInput('sortname2'); ?>
  • form->getLabel('sortname3'); ?> form->getInput('sortname3'); ?>
loadTemplate('params'); ?> loadTemplate('metadata'); ?>
PKs?\)#html/com_contact/contacts/.htaccessnuW+A Order allow,deny Deny from all PKs?\i#html/com_contact/contacts/modal.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : ?> pagination->getListFooter(); ?>
PKs?\V$html/com_contact/contacts/index.htmlnuW+A PKs?\%$$%html/com_contact/contacts/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_contact.category'); $saveOrder = $listOrder == 'a.ordering'; ?>
items); foreach ($this->items as $i => $item) : $ordering = $listOrder == 'a.ordering'; $canCreate = $user->authorise('core.create', 'com_contact.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_contact.category.'.$item->catid); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || $item->checked_out == 0; $canEditOwn = $user->authorise('core.edit.own', 'com_contact.category.'.$item->catid) && $item->created_by == $userId; $canChange = $user->authorise('core.edit.state', 'com_contact.category.'.$item->catid) && $canCheckin; $item->cat_link = JRoute::_('index.php?option=com_categories&extension=com_contact&task=edit&type=other&id='.$item->catid); ?>
items, 'filesave.png', 'contacts.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'contacts.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?>

escape($item->alias));?>

linked_user)) : ?> linked_user;?> published, $i, 'contacts.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> featured, $i, $canChange); ?> category_title; ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'contacts.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $n, ($item->catid == @$this->items[$i+1]->catid), 'contacts.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'contacts.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $n, ($item->catid == @$this->items[$i+1]->catid), 'contacts.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> access_level; ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
loadTemplate('batch'); ?> pagination->getListFooter(); ?>
PKs?\Vhtml/com_contact/index.htmlnuW+A PKs?\)html/com_contact/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_search/.htaccessnuW+A Order allow,deny Deny from all PKs?\)"html/com_search/searches/.htaccessnuW+A Order allow,deny Deny from all PKs?\"$html/com_search/searches/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canDo = SearchHelper::getActions(); ?>
enabled) : ?> state->get('filter.results')) : ?>
items as $i => $item) : ?>
 
pagination->limitstart; ?> escape($item->search_term); ?> hits; ?> state->get('filter.results')) : ?> returns; ?>  
pagination->getListFooter(); ?>
PKs?\V#html/com_search/searches/index.htmlnuW+A PKs?\Vhtml/com_search/index.htmlnuW+A PKs?\)$html/com_installer/default/.htaccessnuW+A Order allow,deny Deny from all PKs?\X*html/com_installer/default/default_ftp.phpnuW+A
ftp instanceof Exception): ?>

ftp->getMessage()); ?>

PKs?\V%html/com_installer/default/index.htmlnuW+A PKs?\V$html/com_installer/update/index.htmlnuW+A PKs?\)#html/com_installer/update/.htaccessnuW+A Order allow,deny Deny from all PKs?\]p!!%html/com_installer/update/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
showMessage) : ?> loadTemplate('message'); ?> ftp) : ?> loadTemplate('ftp'); ?> items)) : ?> items as $i=>$item): $client = $item->client_id ? JText::_('JADMINISTRATOR') : JText::_('JSITE'); ?>
update_id); ?> name; ?> extension_id ? JText::_('COM_INSTALLER_MSG_UPDATE_UPDATE') : JText::_('COM_INSTALLER_NEW_INSTALL') ?> type) ?> version ?> folder != '' ? $item->folder : JText::_('COM_INSTALLER_TYPE_NONAPPLICABLE'); ?> detailsurl ?> infourl)) : ?>
infourl;?>
pagination->getListFooter(); ?>

PKs?\)%html/com_installer/discover/.htaccessnuW+A Order allow,deny Deny from all PKs?\n s'html/com_installer/discover/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
showMessage) : ?> loadTemplate('message'); ?> ftp) : ?> loadTemplate('ftp'); ?> items)) : ?> items as $i => $item): ?>
extension_id); ?> name; ?> type); ?> version != '' ? $item->version : ' '; ?> creationDate != '' ? $item->creationDate : ' '; ?> folder != '' ? $item->folder : JText::_('COM_INSTALLER_TYPE_NONAPPLICABLE'); ?> client; ?> author != '' ? $item->author : ' '; ?> extension_id ?>
pagination->getListFooter(); ?>

PKs?\V&html/com_installer/discover/index.htmlnuW+A PKs?\V$html/com_installer/manage/index.htmlnuW+A PKs?\,html/com_installer/manage/default_filter.phpnuW+A
form->getFieldSet('select') as $field): ?> form->setFieldAttribute($field->fieldname, 'onchange', '', 'filters');?> hidden): ?> label; ?> input; ?>
PKs?\)#html/com_installer/manage/.htaccessnuW+A Order allow,deny Deny from all PKs?\o=__%html/com_installer/manage/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
showMessage) : ?> loadTemplate('message'); ?> ftp) : ?> loadTemplate('ftp'); ?> loadTemplate('filter'); ?> items)) : ?> items as $i => $item): ?>
extension_id); ?> name; ?> client; ?> element) : ?> X status, $i, $item->status < 2, 'cb'); ?> type); ?> version != '' ? $item->version : ' '; ?> creationDate != '' ? $item->creationDate : ' '; ?> author != '' ? $item->author : ' '; ?> folder != '' ? $item->folder : JText::_('COM_INSTALLER_TYPE_NONAPPLICABLE'); ?> extension_id ?>
pagination->getListFooter(); ?>
PKs?\)html/com_installer/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_installer/index.htmlnuW+A PKs?\)html/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_redirect/.htaccessnuW+A Order allow,deny Deny from all PKs?\^vv#html/com_redirect/links/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : $canCreate = $user->authorise('core.create', 'com_redirect'); $canEdit = $user->authorise('core.edit', 'com_redirect'); $canChange = $user->authorise('core.edit.state', 'com_redirect'); ?>
id); ?> escape(str_replace(JURI::root(), '', $item->old_url)); ?> escape(str_replace(JURI::root(), '', $item->old_url)); ?> escape($item->new_url); ?> escape($item->referer); ?> created_date, JText::_('DATE_FORMAT_LC4')); ?> published, $i); ?> id; ?>
pagination->getListFooter(); ?>
items)) : ?> loadTemplate('addform'); ?>
PKs?\V"html/com_redirect/links/index.htmlnuW+A PKs?\)!html/com_redirect/links/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_redirect/index.htmlnuW+A PKs?\Vhtml/index.htmlnuW+A PKs?\Vhtml/com_banners/index.htmlnuW+A PKs?\)html/com_banners/.htaccessnuW+A Order allow,deny Deny from all PKs?\)"html/com_banners/clients/.htaccessnuW+A Order allow,deny Deny from all PKs?\f $html/com_banners/clients/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $canCreate = $user->authorise('core.create', 'com_banners'); $canEdit = $user->authorise('core.edit', 'com_banners'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_banners') && $canCheckin; ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'clients.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?> contact;?> state, $i, 'clients.', $canChange);?> nbanners; ?> metakey; ?> purchase_type<0):?> state->params->get('purchase_type')));?> purchase_type);?> id; ?>
pagination->getListFooter(); ?>
PKs?\V#html/com_banners/clients/index.htmlnuW+A PKs?\r html/com_banners/banner/edit.phpnuW+A PKs?\)!html/com_banners/banner/.htaccessnuW+A Order allow,deny Deny from all PKs?\V"html/com_banners/banner/index.htmlnuW+A PKs?\V"html/com_banners/tracks/index.htmlnuW+A PKs?\)!html/com_banners/tracks/.htaccessnuW+A Order allow,deny Deny from all PKs?\W}%%#html/com_banners/tracks/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
state->get('filter.category_id');?>
items as $i => $item) :?>
name;?> client_name;?> category_title;?> track_type==1 ? JText::_('COM_BANNERS_IMPRESSION'): JText::_('COM_BANNERS_CLICK');?> count;?> track_date, JText::_('DATE_FORMAT_LC4').' H:i');?>
pagination->getListFooter(); ?>
PKs?\)"html/com_banners/banners/.htaccessnuW+A Order allow,deny Deny from all PKs?\V#html/com_banners/banners/index.htmlnuW+A PKs?\VR|(|($html/com_banners/banners/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_banners.category'); $saveOrder = $listOrder=='ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $item->cat_link = JRoute::_('index.php?option=com_categories&extension=com_banners&task=edit&type=other&cid[]='. $item->catid); $canCreate = $user->authorise('core.create', 'com_banners.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_banners.category.'.$item->catid); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || $item->checked_out == 0; $canChange = $user->authorise('core.edit.state', 'com_banners.category.'.$item->catid) && $canCheckin; ?>
items, 'filesave.png', 'banners.saveorder'); ?> state->get('list.direction'), $this->state->get('list.ordering')); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'banners.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?>

escape($item->alias));?>

state, $i, 'banners.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> sticky, $i, $canChange);?> client_name;?> escape($item->category_title); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->catid == $item->catid), 'banners.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->catid == $item->catid), 'banners.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->catid == $item->catid), 'banners.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->catid == $item->catid), 'banners.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> impmade, $item->imptotal ? $item->imptotal : JText::_('COM_BANNERS_UNLIMITED'));?> clicks;?> - impmade ? 100 * $item->clicks/$item->impmade : 0);?> metakey; ?> purchase_type < 0):?> client_purchase_type > 0) ? JText::_('COM_BANNERS_FIELD_VALUE_'.$item->client_purchase_type) : JText::_('COM_BANNERS_FIELD_VALUE_'.$this->state->params->get('purchase_type')));?> purchase_type);?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
pagination->getListFooter(); ?>
loadTemplate('batch'); ?>
PKs?\W o html/com_banners/client/edit.phpnuW+A
item->id) ? JText::_('COM_BANNERS_NEW_CLIENT') : JText::sprintf('COM_BANNERS_EDIT_CLIENT', $this->item->id); ?>
  • form->getLabel('name'); ?> form->getInput('name'); ?>
  • form->getLabel('contact'); ?> form->getInput('contact'); ?>
  • form->getLabel('email'); ?> form->getInput('email'); ?>
  • get('core.edit.state')) : ?>
  • form->getLabel('state'); ?> form->getInput('state'); ?>
  • form->getLabel('purchase_type'); ?> form->getInput('purchase_type'); ?>
  • form->getLabel('track_impressions'); ?> form->getInput('track_impressions'); ?>
  • form->getLabel('track_clicks'); ?> form->getInput('track_clicks'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
item->id, array('useCookie'=>1)); ?>
    form->getFieldset('metadata') as $field): ?>
  • hidden): ?> label; ?> input; ?>
    form->getFieldset('extra') as $field): ?>
  • hidden): ?> label; ?> input; ?>
PKs?\V"html/com_banners/client/index.htmlnuW+A PKs?\)!html/com_banners/client/.htaccessnuW+A Order allow,deny Deny from all PKs?\jhO html/com_menus/menus/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : $canCreate = $user->authorise('core.create', 'com_menus'); $canEdit = $user->authorise('core.edit', 'com_menus'); $canChange = $user->authorise('core.edit.state', 'com_menus'); ?>
id); ?> escape($item->title); ?>

( id).' title='.$this->escape($item->description).'">'. $this->escape($item->menutype).''; ?>) escape($item->menutype)?>)

count_published; ?> count_unpublished; ?> count_trashed; ?> id; ?>
pagination->getListFooter(); ?>
PKs?\Vhtml/com_menus/menus/index.htmlnuW+A PKs?\)html/com_menus/menus/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_menus/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_menus/menu/.htaccessnuW+A Order allow,deny Deny from all PKs?\cu $$html/com_menus/menu/edit.phpnuW+A PKs?\Vhtml/com_menus/menu/index.htmlnuW+A PKs?\Vhtml/com_menus/item/index.htmlnuW+A PKs?\)html/com_menus/item/.htaccessnuW+A Order allow,deny Deny from all PKs?\ӂe e $html/com_menus/item/edit_options.phpnuW+A form->getFieldsets('request'); if (!empty($fieldSets)) { $fieldSet = array_shift($fieldSets); $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MENUS_'.$fieldSet->name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), 'request-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
    form->getFieldset('request') as $field) : ?> hidden) : ?>
  • label; ?> input; ?>
  • input; ?>
form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MENUS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
form->getFieldsets('associations'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MENUS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\,X((html/com_menus/item/edit.phpnuW+A PKs?\Vhtml/com_menus/items/index.htmlnuW+A PKs?\)html/com_menus/items/.htaccessnuW+A Order allow,deny Deny from all PKs?\R `,`, html/com_menus/items/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $ordering = ($listOrder == 'a.lft'); $canOrder = $user->authorise('core.edit.state', 'com_menus'); $saveOrder = ($listOrder == 'a.lft' && $listDirn == 'asc'); ?>
menu_associations) ? $app->menu_associations : 0; if ($assoc): ?> items as $i => $item) : $orderkey = array_search($item->id, $this->ordering[$item->parent_id]); $canCreate = $user->authorise('core.create', 'com_menus'); $canEdit = $user->authorise('core.edit', 'com_menus'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id')|| $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_menus') && $canCheckin; ?> menu_associations) ? $app->menu_associations : 0; if ($assoc): ?>
items, 'filesave.png', 'items.saveorder'); ?>
id); ?> |—', $item->level-1) ?> checked_out) : ?> editor, $item->checked_out_time, 'items.', $canCheckin); ?> escape($item->title); ?> escape($item->title); ?>

|—', $item->level-1) ?> type !='url') : ?> note)) : ?> escape($item->alias));?> escape($item->alias), $this->escape($item->note));?> type =='url' && $item->note) : ?> escape($item->note));?>

published, $i, $canChange, 'cb'); ?> pagination->orderUpIcon($i, isset($this->ordering[$item->parent_id][$orderkey - 1]), 'items.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, isset($this->ordering[$item->parent_id][$orderkey + 1]), 'items.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> escape($item->access_level); ?> escape($item->item_type); ?> type == 'component') : ?> language=='*' || $item->home=='0'):?> home, $i, 'items.', ($item->language != '*' || !$item->home) && $canChange);?> image.'.gif', $item->language_title, array('title'=>JText::sprintf('COM_MENUS_GRID_UNSET_LANGUAGE', $item->language_title)), true);?> image.'.gif', $item->language_title, array('title'=>$item->language_title), true);?> association):?> id);?> language==''):?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
pagination->getListFooter(); ?>
authorize('core.create', 'com_menus') || $user->authorize('core.edit', 'com_menus')) : ?> loadTemplate('batch'); ?>
PKs?\Vhtml/com_menus/index.htmlnuW+A PKs?\u#$html/com_plugins/plugins/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_plugins'); $saveOrder = $listOrder == 'ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $canEdit = $user->authorise('core.edit', 'com_plugins'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_plugins') && $canCheckin; ?>
items, 'filesave.png', 'plugins.saveorder'); ?>
extension_id); ?> checked_out) : ?> editor, $item->checked_out_time, 'plugins.', $canCheckin); ?> name; ?> name; ?> enabled, $i, 'plugins.', $canChange); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->folder == $item->folder), 'plugins.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->folder == $item->folder), 'plugins.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->folder == $item->folder), 'plugins.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->folder == $item->folder), 'plugins.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> escape($item->folder);?> escape($item->element);?> escape($item->access_level); ?> extension_id;?>
pagination->getListFooter(); ?>
PKs?\)"html/com_plugins/plugins/.htaccessnuW+A Order allow,deny Deny from all PKs?\V#html/com_plugins/plugins/index.htmlnuW+A PKs?\)html/com_plugins/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_plugins/index.htmlnuW+A PKs?\MU' html/com_plugins/plugin/edit.phpnuW+A
  • form->getLabel('name'); ?> form->getInput('name'); ?> item->name);?>
  • form->getLabel('enabled'); ?> form->getInput('enabled'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • form->getLabel('ordering'); ?> form->getInput('ordering'); ?>
  • form->getLabel('folder'); ?> form->getInput('folder'); ?>
  • form->getLabel('element'); ?> form->getInput('element'); ?>
  • item->extension_id) : ?>
  • form->getLabel('extension_id'); ?> form->getInput('extension_id'); ?>
item->xml) : ?> item->xml->description)) : ?>
item->extension_id); ?> loadTemplate('options'); ?>
PKs?\)!html/com_plugins/plugin/.htaccessnuW+A Order allow,deny Deny from all PKs?\VS(html/com_plugins/plugin/edit_options.phpnuW+Aform->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_PLUGINS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
    form->getFieldset($name) as $field) : ?> hidden) : ?>
  • label; ?> input; ?>
  • input; ?>
PKs?\V"html/com_plugins/plugin/index.htmlnuW+A PKs?\cX6html/modules.phpnuW+A * * This gives template designers ultimate control over how modules are rendered. * * NOTICE: All chrome wrapping methods should be named: modChrome_{STYLE} and take the same * two arguments. */ /* * Module chrome for rendering the module in a submenu */ function modChrome_xhtmlid($module, &$params, &$attribs) { if ($module->content) { ?>
content; ?>
PKs?\V'html/com_templates/templates/index.htmlnuW+A PKs?\5W!  (html/com_templates/templates/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : ?>
 
element, $item->client_id); ?> name) ;?>

preview && $item->client_id == '0'): ?> client_id == '1'): ?>

client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?> escape($item->xmldata->get('version')); ?> escape($item->xmldata->get('creationDate')); ?> xmldata->get('author')) : ?>

escape($author); ?>

xmldata->get('authorEmail')) : ?>

escape($email); ?>

xmldata->get('authorUrl')) : ?>

escape($url); ?>

pagination->getListFooter(); ?>
PKs?\)&html/com_templates/templates/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_templates/.htaccessnuW+A Order allow,deny Deny from all PKs?\)#html/com_templates/styles/.htaccessnuW+A Order allow,deny Deny from all PKs?\o$|%html/com_templates/styles/default.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : $canCreate = $user->authorise('core.create', 'com_templates'); $canEdit = $user->authorise('core.edit', 'com_templates'); $canChange = $user->authorise('core.edit.state', 'com_templates'); ?>
 
id); ?> preview && $item->client_id == '0'): ?> client_id == '1'): ?> escape($item->title);?> escape($item->title);?> client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?> home=='0' || $item->home=='1'):?> home!='0', $i, 'styles.', $canChange && $item->home!='1');?> image.'.gif', $item->language_title, array('title'=>JText::sprintf('COM_TEMPLATES_GRID_UNSET_LANGUAGE', $item->language_title)), true);?> image.'.gif', $item->language_title, array('title'=>$item->language_title), true);?> assigned > 0) : ?> assigned), array('title'=>JText::plural('COM_TEMPLATES_ASSIGNED', $item->assigned)), true); ?>   id; ?>
pagination->getListFooter(); ?>
PKs?\V$html/com_templates/styles/index.htmlnuW+A PKs?\Vhtml/com_templates/index.htmlnuW+A PKs?\Vhtml/com_newsfeeds/index.htmlnuW+A PKs?\V'html/com_newsfeeds/newsfeeds/index.htmlnuW+A PKs?\)&html/com_newsfeeds/newsfeeds/.htaccessnuW+A Order allow,deny Deny from all PKs?\7&html/com_newsfeeds/newsfeeds/modal.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : ?> pagination->getListFooter(); ?>
PKs?\/G^/##(html/com_newsfeeds/newsfeeds/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_newsfeeds.category'); $saveOrder = $listOrder == 'a.ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'a.ordering'); $canCreate = $user->authorise('core.create', 'com_newsfeeds.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_newsfeeds.category.'.$item->catid); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_newsfeeds.category.'.$item->catid) && $canCheckin; ?>
items, 'filesave.png', 'newsfeeds.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'newsfeeds.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?>

escape($item->alias));?>

published, $i, 'newsfeeds.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> escape($item->category_title); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'newsfeeds.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, ($item->catid == @$this->items[$i+1]->catid), 'newsfeeds.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'newsfeeds.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, ($item->catid == @$this->items[$i+1]->catid), 'newsfeeds.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> escape($item->access_level); ?> numarticles; ?> cache_time; ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
loadTemplate('batch'); ?> pagination->getListFooter(); ?>
PKs?\X-html/com_newsfeeds/newsfeed/edit_metadata.phpnuW+Aform->getFieldsets('metadata'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
  • form->getLabel('metadesc'); ?> form->getInput('metadesc'); ?>
  • form->getLabel('metakey'); ?> form->getInput('metakey'); ?>
  • form->getLabel('xreference'); ?> form->getInput('xreference'); ?>
  • form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\V&html/com_newsfeeds/newsfeed/index.htmlnuW+A PKs?\@@$html/com_newsfeeds/newsfeed/edit.phpnuW+A
item->id) ? JText::_('COM_NEWSFEEDS_NEW_NEWSFEED') : JText::sprintf('COM_NEWSFEEDS_EDIT_NEWSFEED', $this->item->id); ?>
  • form->getLabel('name'); ?> form->getInput('name'); ?>
  • form->getLabel('alias'); ?> form->getInput('alias'); ?>
  • form->getLabel('link'); ?> form->getInput('link'); ?>
  • form->getLabel('catid'); ?> form->getInput('catid'); ?>
  • form->getLabel('published'); ?> form->getInput('published'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • form->getLabel('ordering'); ?> form->getInput('ordering'); ?>
  • form->getLabel('language'); ?> form->getInput('language'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
item->id, array('useCookie'=>1)); ?>
  • form->getLabel('created_by'); ?> form->getInput('created_by'); ?>
  • form->getLabel('created_by_alias'); ?> form->getInput('created_by_alias'); ?>
  • form->getLabel('created'); ?> form->getInput('created'); ?>
  • form->getLabel('publish_up'); ?> form->getInput('publish_up'); ?>
  • form->getLabel('publish_down'); ?> form->getInput('publish_down'); ?>
  • item->modified_by) : ?>
  • form->getLabel('modified_by'); ?> form->getInput('modified_by'); ?>
  • form->getLabel('modified'); ?> form->getInput('modified'); ?>
  • form->getLabel('numarticles'); ?> form->getInput('numarticles'); ?>
  • form->getLabel('cache_time'); ?> form->getInput('cache_time'); ?>
  • form->getLabel('rtl'); ?> form->getInput('rtl'); ?>
  • form->getLabel('xreference'); // Missing from schema! ?> form->getInput('xreference'); ?>
loadTemplate('params'); ?> loadTemplate('metadata'); ?>
PKs?\B^+html/com_newsfeeds/newsfeed/edit_params.phpnuW+Aform->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-params'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
PKs?\)%html/com_newsfeeds/newsfeed/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_newsfeeds/.htaccessnuW+A Order allow,deny Deny from all PKs?\c}html/pagination.phpnuW+Abase : integer * $item->prefix : string * $item->link : string * $item->text : string * * pagination_item_inactive * Input variable $item is an object with fields: * $item->base : integer * $item->prefix : string * $item->link : string * $item->text : string * * This gives template designers ultimate control over how pagination is rendered. * * NOTE: If you override pagination_item_active OR pagination_item_inactive you MUST override them both */ function pagination_list_footer($list) { // Initialize variables $lang = JFactory::getLanguage(); /** * Fix javascript jump menu * * Remove the onchange=Joomla.submitform from the select tag * Add in a button with onclick instead */ $fixlimit = $list['limitfield']; $fixlimit = preg_replace('/onchange="Joomla.submitform\(\);"/', '', $fixlimit); $html = "
\n"; $html .= "\n
"; $html .= "\n".$fixlimit; $html .= "\n
"; $html .= "\n" . $list['pageslinks']; $html .= "\n
".$list['pagescounter']."
"; $html .= "\n"; $html .= "\n
"; return $html; } function pagination_list_render($list) { // Initialize variables $lang = JFactory::getLanguage(); $html = null; if ($list['start']['active']) { $html .= "
".$list['start']['data']."
"; } else { $html .= "
".$list['start']['data']."
"; } if ($list['previous']['active']) { $html .= "
".$list['previous']['data']."
"; } else { $html .= "
".$list['previous']['data']."
"; } $html .= "\n
"; foreach($list['pages'] as $page) { $html .= $page['data']; } $html .= "\n
"; if ($list['next']['active']) { $html .= "
".$list['next']['data']."
"; } else { $html .= "
".$list['next']['data']."
"; } if ($list['end']['active']) { $html .= "
".$list['end']['data']."
"; } else { $html .= "
".$list['end']['data']."
"; } return $html; } function pagination_item_active(&$item) { if ($item->base>0) return "text."\" onclick=\"document.adminForm." . $item->prefix . "limitstart.value=".$item->base."; Joomla.submitform();return false;\">".$item->text.""; else return "text."\" onclick=\"document.adminForm." . $item->prefix . "limitstart.value=0; Joomla.submitform();return false;\">".$item->text.""; } function pagination_item_inactive(&$item) { return "".$item->text.""; } ?> PKs?\EX""*html/com_categories/categories/default.phpnuW+Aget('id'); $extension = $this->escape($this->state->get('filter.extension')); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $ordering = ($listOrder == 'a.lft'); $saveOrder = ($listOrder == 'a.lft' && $listDirn == 'asc'); ?>
items as $i => $item) : $orderkey = array_search($item->id, $this->ordering[$item->parent_id]); $canEdit = $user->authorise('core.edit', $extension.'.category.'.$item->id); $canCheckin = $user->authorise('core.admin', 'com_checkin') || $item->checked_out == $userId || $item->checked_out == 0; $canEditOwn = $user->authorise('core.edit.own', $extension.'.category.'.$item->id) && $item->created_user_id == $userId; $canChange = $user->authorise('core.edit.state', $extension.'.category.'.$item->id) && $canCheckin; ?>
items, 'filesave.png', 'categories.saveorder'); ?> state->get('list.direction'), $this->state->get('list.ordering')); ?>
id); ?> |—', $item->level-1) ?> checked_out) : ?> editor, $item->checked_out_time, 'categories.', $canCheckin); ?> escape($item->title); ?> escape($item->title); ?>

|—', $item->level-1) ?> note)) : ?> escape($item->alias));?> escape($item->alias), $this->escape($item->note));?>

published, $i, 'categories.', $canChange);?> pagination->orderUpIcon($i, isset($this->ordering[$item->parent_id][$orderkey - 1]), 'categories.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, isset($this->ordering[$item->parent_id][$orderkey + 1]), 'categories.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="title; ?> order" /> escape($item->access_level); ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
pagination->getListFooter(); ?>
loadTemplate('batch'); ?>
PKs?\)(html/com_categories/categories/.htaccessnuW+A Order allow,deny Deny from all PKs?\V)html/com_categories/categories/index.htmlnuW+A PKs?\Vhtml/com_categories/index.htmlnuW+A PKs?\V'html/com_categories/category/index.htmlnuW+A PKs?\~~-html/com_categories/category/edit_options.phpnuW+A
  • form->getLabel('created_user_id'); ?> form->getInput('created_user_id'); ?>
  • item->created_time)) : ?>
  • form->getLabel('created_time'); ?> form->getInput('created_time'); ?>
  • item->modified_user_id) : ?>
  • form->getLabel('modified_user_id'); ?> form->getInput('modified_user_id'); ?>
  • form->getLabel('modified_time'); ?> form->getInput('modified_time'); ?>
form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_CATEGORIES_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
  • form->getLabel('note'); ?> form->getInput('note'); ?>
PKs?\!;q%html/com_categories/category/edit.phpnuW+A
  • form->getLabel('title'); ?> form->getInput('title'); ?>
  • form->getLabel('alias'); ?> form->getInput('alias'); ?>
  • form->getLabel('extension'); ?> form->getInput('extension'); ?>
  • form->getLabel('parent_id'); ?> form->getInput('parent_id'); ?>
  • form->getLabel('published'); ?> form->getInput('published'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • canDo->get('core.admin')): ?>
  • form->getLabel('language'); ?> form->getInput('language'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
form->getLabel('description'); ?>
form->getInput('description'); ?>
item->id, array('useCookie'=>1)); ?> loadTemplate('options'); ?>
loadTemplate('metadata'); ?>
form->getFieldsets('attribs'); ?> $fieldSet) : ?> label) ? $fieldSet->label : 'COM_CATEGORIES_'.$name.'_FIELDSET_LABEL'; ?> description) && trim($fieldSet->description)) : ?>

escape(JText::_($fieldSet->description));?>

    form->getFieldset($name) as $field) : ?>
  • label; ?> input; ?>
canDo->get('core.admin')): ?>
item->id, array('useCookie'=>1)); ?>
form->getLabel('rules'); ?> form->getInput('rules'); ?>
PKs?\)&html/com_categories/category/.htaccessnuW+A Order allow,deny Deny from all PKs?\)html/com_categories/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vhtml/com_admin/index.htmlnuW+A PKs?\)html/com_admin/.htaccessnuW+A Order allow,deny Deny from all PKs?\) html/com_admin/profile/.htaccessnuW+A Order allow,deny Deny from all PKs?\#=html/com_admin/profile/edit.phpnuW+Aform->getFieldsets(); ?>
    form->getFieldset('user_details') as $field) :?>
  • label; ?> input; ?>
name == 'user_details') : continue; endif; echo JHtml::_('sliders.panel', JText::_($fieldset->label), $fieldset->name); ?>
label); ?>
    form->getFieldset($fieldset->name) as $field): ?> hidden): ?> input; ?>
  • label; ?> input; ?>
PKs?\V!html/com_admin/profile/index.htmlnuW+A PKs?\ & template_thumbnail.pngnuW+APNG  IHDRwPLTE|2dDdh;t͘drOBBBgwTAżgpp;Ճߪ6R@]nt(Da9|sNI{觧6j-tⶾ]udTi8M`>|888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~u.tRNSS% pHYs  bIDATx\b:d]`z1-"d ?Zsc'L$e|;BK<8jdYƟ&ad+EIDiݔZ0(I0!i}1Ҍ\4J:gf#TKA)(8#G])MM)utթtGu*eB W;}S,p:oS)e$/8~ t8`GّާLo^VK[Vx?|4acLaf7F-NƨgSͭT@A:8;/w>G JrsipE Ðdd+/:HMYA FbcWWpipeBP nrf8j*?Շ$>/tB3=.,,mGCf@!XBڽ 5háU+ima MsDz@Tm؃޽::-LԮjpYKΎZVuV\|AxCd"9$kl=0C!# p4t|u 0]C9{ٰ-_ZJԂlVF1!_e49z&9, `dܨ.ep$UMvú CR8QJ,U%fPq0ˇkW@vX]rp<7g xHNrp[pb$nVփG&*pWᷗ $WSɀbX sk:b"X,w@ Fjg'|},Z`M8ˁ{5XQx87B>XxkYe^, f4QsGp=*r #x^#&ؓ>JU#/aN|Q΍23M5ͯe@E} ~̾Py6/k~Z=rZ})-8fC|xVǦpFEeCR ,e^ N>JCըEO'5u)JQf݀cpGQ*mNnb&EMa<.4 <2LoJ'pJvVh(,qjcYh+#'7,̋vcp`Tȋ&  gض(b.Pn6Cx*fYm Ȇ;~grºr|qRXùPnl#Nkve,21BK}u!ӼrQpL~h;̹=Z ֹd>٦&%7pL{\1|LcX Νk)E 8Ϣu4- D8\:#9[H.~~e 3|Rf 9 wZoYqi1\LyWƣ=*eA" t>J>v!v4vvoջs (e3>;̬fߞhόx߁g~pLn6EQ֗p̒iv68&'0aY!Su]O5T"g5gKP0U) |TS 35V~%DP3,>~rcsVH𖅍hUa^}P:A8=}rnfx' ko5`Lτ7}0c3KMdIG92Mw:Dx7JP-ͅlԡ1[6|RhY8f0ɤr 2(l7]:հ9 &<]A$drp W~g+f0.<_.ToN 7J"q`.lVi@ bマ38;lm8:<{ yc+ 9&oq-66+2LvYM8£uzFާF7Gy깸6KcB`i^8]:L1ǤgWw $w+8 weczwwf:A{d˹6)6E[MQQc!nہ;F.é N##jA]lzD:+ ɰ̈)g&{}1VX;n 1prQS釅,Iaq3?u`&,6ZWK2k8}JNŬr=־¯W4J~qlhM4[ޤIH<};j'o/YtO`koRŮ¹9'BE6¹¹¹19 JIENDB`PKs?\5L fftemplate_preview.pngnuW+APNG  IHDR 3ϛPLTE}K4kU*Z~;ssI76t~dmiզ>?Zk>ת;DJv$lo@3eADc˸y:L}R|m6k1?|僞;K\dHR9?ɖ888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~etRNSS% pHYs  b|IDATx cJr(@@IP"{jh3Y&#POWU r3YX~,,?]|a9(rUftv[~O}&0EzrDcB]rs~ I6 ~Xkڢ\:R$SxϓUC.{m= XY+ t|Z;4Gk*W"tdqeJfI6H<ĥΔFhN˕H+1;Pӧ߯aRfZ_!ZQsnH: ?ϫRiRw3Pʷ*t7ҽw[;xrkM+G|?=?s;jI|\roZ8rJR(W$h 0 a Yqܲ2_Rlw$uJE>ƚJMlB=Xt+LH˅TcT#,)Nbvӥ gҢ3+Y?HEZ9w8KRK3ҵoW}DB9.HiCkPI |vlІUMSZ&&)M/iQ}[*qF 7kf6i?}]bݻ%0Hw_*| {\.mc`]\p}ͨcO]Rmڊ @h쥞Vl1m5T";%;ZM+syh/yA'Xk\#'Ԇ;-H֋ҶСZ?#A]yGUp8B)oiK%[_t{=7]%af<:B6_ƴYbZ6$N(U au{N|toek k @iFRKC4b E"ҨDuoSq?; .?5#J f 䛀姱B OTveNVwYsBpIܴ q,FӪS݀t>V,3hu:@6R}7ŲC)t׀SC|mpDSqjn@;4WjȕGke $Fh6[h-jcR@ܜ!k%AR ^+%}0=݆ -;rdT2\4l@@"qBrUZ`:AHp(V`Qb[ sreE"m,J@]!|2:mQ D= ~c>wMրvεb-`=-vH\S7T8kOZ]B}*-^b{w7 @  'R#@ZB ^HZk@`\\oP[?vqy*񫴭|͌/v⣫_t&ytsTl{A0lrZ2Xሉ>]AD}2D LBjS2FeϤ8vAG(\,w.[5Zrv.h4PSړztswJ"mu'A5uMl!W`/ yT}-E__JEL(QGO XvCk9^ ;tғ%?)yECY&_BbDNؠ=H9,lG5T&EOt;'xtReHe k+@9Dgk^o7%@DvOR~jl ބ!,"F畝*b>oq/ K(O!t{%"p _ր,EW&`J,hQGlrA)?n2:Wm.d>ZDd k4b!yǂ؀$'܌37\7lzRFa^7-zFn bAy[7A+Aj4MkfjaxQ/J̘V5ϰG#O۰]VhIX#=qS:\> fb]{e׿Z1~B9l InW|@T%O۳{8_ǏQ}^,"`I£yYX_J5_].ܚɹiB]ɗQsu]7j˭] EoXzK+e\}~Vݼ_t~ + €0 €0 €ǀ bODґΦE HǔƟ[Ӕ3?$^g@k(H Nfq=E|.Ds0tژ_ QlƠ_m' IZ2?HSV`u6 Brkvd@hn4Nf rsg@#(_쏑ztUk7 <,c:.C#Bb^5?-A=wE[ {uDsqIb|3bz7SV6^݀9ucm9 %V"ictRy9)PRq54켊(7k$ȱt@^RF,f2=d(cr}Yh4KVOĊqM4&d<+I (ȢU[9}d@>J*86yX % -Se_:@$J(-?ÀH:A (uJTN*J"x *HSP1i:0}YEbd*fJD3%B8\)?O%4D9թt_pEMy'"QZXT$ x%R/e7 moIգMbAVuxK kb7@eK@^płIe$E ڕ@.o^\8\GD/KVb).MjG^Gf5ǴGZ4@/cŒ1@Ypa@)" YrES:nx4My!5/]ITX&iRkbW \,| ?AzSa.( wA,ا"HhzĪ#<~B{hS|wwf1("HSK4L9 B ?9Pԝ*c b5 &W VfA:6Ab'Ҹpu% ovy?wQXWZˀ|~ C?5a@a@\$[ZU.b WaNus x< sXXa@Xaaa@XXaaa@XXaa@aaa@XX8 YLL͚ɺK?]N[cd@/ۓv7fzwg@U G2z,hhYh+ynj8 X]%R^("߂'ҩ,v;}?޽Rqx$%EЩԦ \L{l߂'-b^ozoeFR&Tʣ3LKs-X~ ^ς3/Z}_.==o W: 2&=] XNK]R+Ȁ4ZE]ȧFk< "OyF ]kpXywfv{$W`7S^`]磧5Ep@O<4KmNjj)bڎ_l qimYX> ,, €0 ,,  €0 ,,  €0 oYX~3KoH Y~maa@aaa@XXaaa@XX~9 7#s7|M4%JoU;Vg9U4oH,u5Թ3 ȭ0 :{yΚaa!1 Od}{D$ZjR}$S|$;b&aV4@d2)vhsx?-lqNhmlHzWNH~E@6'g%m>S%E\xNl RVvS ̀F`C;À|$!䓀$'ӻy;9Kw*G >TC)wR)"Xy;b`:* 4O%w(D-p(| @|3Q6 +˱dKɊ15}@e+,_dh:Na@r ~&8 C)M8 Gv{!d`)ه%9N)li}:Hz=<]USQ+ A1I B G@@D4|^rK .8!"Q:~U3~/Ȼ ӢV!H Rr !^|:Xyp] !q & n[ ke4l / $_b\u=]ǂsm.‚ċ#E0 Ү_7]*ino$|m Q$gu ^)N{vLNŎz7΂ڛŐ¤UT6[0OX}t@D4^0fu ٟp4t 4 Xde=.ZKyoAFĿCUe }a݋5[g 1*ZdﯷכT{-iI H3v |$T_j#HіN Zqe TqH;PklzpˣT@$$)fNEv]n$r FLjd:vd*Lta]XqxLeɣ\Mh$5CBVK6x/PG1z=%ՎePki[pKkPSD$G)d}{B!~_pl@c,D;" QVfK %)$U< xC)ck'IT-<~գ{ kR: 尅qǓ%z:*'PkBq"8O [ޑ޲ct2}O*::ZP%Zuq!\1@Kr ё?Qxf $CEb|1Ⱥyߨɗk T,vG@3ojAm{r9 0: Эm@5 <bboA_ =!9bRo"^ &dSDZEn,TUR;D;Yk@n- A:q"<#2@M aF.$;r+$ü i!\Ef@~3 VˮS_ +a6oKa@|s.hz^z4lۏrvRL|v3??-j!jiNfAn~Vv  K̓ ;or{0tLw"nsͥnIkśEj2șdI9B@½Y&)K["ֶG/G>wY#ҋ$H)>YT]%/w>pnNi@ai]%XCyn). x#\?Y䍼r0 y F\cڟno(A00㴥 +mX< d=0C+ȧR)ui@.qPZĂB_@:[]\"hJ_ߥ!#>H!1%dLs+5zZIV:K']I--hh!g(H"g 33;T8J-Zܢ--ώU&@Y"SJyJ+f4Bז vT @Om N'>ÊCas(|7)%qމ[sy6>wkyͼc2OGKT;!^)49͵C!uԷ"Ct]8Y 8;d]ZpNId@тIu€$;d@a@a@a@a@a@a@[01̓ ,İ|e1 73Š7d.0=c]%1sT*uY;#U1+T0B9[rܕQf(yeL-$K]Jhm ~?n@HsǓ1{w7w#}ilzc}p7>T^)FQwh?Ɍb\añcy5c bvs].r["@Qԥ$K>vcAyw)5әI3 ? G3SP*S9ƣKђ&F.4{ |:R) =u85B;dBZ`ÌP{HAf>IMcJ.Z.jj-AX'*i "VNg LZˋOkDH9BTXŒ3=-rE~}7/}}DGvjĽh~3MR 8m܎%N7 O{I>' oDc9GH=c9YlA~ńVeol7sO  K/;€F@kBd0uY6u~ӎN %gv?u3pa@~ kBd'@vNCq0; 1 rI#6}s5D04uȜ],ҿ !f=`="$ ťs$-hJ.p!ye\& -Ok?UYZ_Wv @<Rf߹@h~@8  _k+_K&Qf [9 6`@ _ua(h^泜*ڏ{+7+ދr}}a@X, I=YN7R<a@|@'{w}ͳps]yE+ö^ZVP*€|m@ۆȔfbC`ljVMIa\/S2^% I>Qe)}g@/ HosO$NѫUla ̟Z/R \ennሤw0](1u 0-ffH : Z" )"ѯ 0Pi;zѧÍ;7]>+RqM$1 _ de_'7] ,>V?.h5Bc^ 1@ q8j( Iwby0 L:bn Tm@Ȑ#X{.IJ^8}$@0({~|y@F4KҰQHf&H Ruu1(NXaJHŮsZ^dApdd)d΀Hg  <<="e,7Ѯ/S K>d$I.:_ -9.Ksſw@`(7"I=_kmB?0GC b>?"@rR ⛟.S Z_;<@UJ[r,d*KǺ_9"m\ÂpN(83 nEQBN$ UaPv t@6?0H ^ \ 8`@S+jCP̀|1f8p2ή[Prv&E"ſ  Buy"r/\𰬸e1 /}t~.&DHEϹXo1Z  Hŀb@ėЋ2@Fy‚Эd[_ HuU@Mb * W}*"x^" -<6i/M /|H~%@m>T Eq0`I.i3 6 Կ M„4ŀl V\ Wdwր1 5 pP&W$OR)ڥww7:zhh`f .k<7+z67Q!7bGA"!FXi d.R .51 T.a@IEw+gU-\,`Tr%@X BܭILwQ{/Hb}DJ]!@_uGJ{CүHJzR Ճu Ҝ? :^Ε8  [o;/'WoB€r@Pc,]8/ 龌B1+QP:$᥀WfbLJazHr@5Azo2@i/a/? H";ctL ʆ\ӻ|R@"?; MyG>1V@ٟWvVNyN.J@|G}s[~ι,? 1?a@Xa@Xa@Xa@Xa@X`rλO N~\'";9ޒV>A\^HF\ڪzedi.&uSYГERׅ^~[W(v% 1W_4grcoY'fѸӍ(ͽni="[ʻzMOȞL֥mӹlbK9;Ʋ>ϺJSxFkQOIXBŋ'AC*EDVvwukWJ*U-eO1mX㺈ML(>]Y9 i(ۊgS [ZoK/CP^ ӰC t.YÄ iԌ"Ki/ԍzM1hnz\ZV<){ hG =25m)\LQnz4_iaqIpŎkgHd.\T*DF]m-pO[E%Ǫ'OZq# $^S_rjiI+Rm]@]IR=(YD9ޠ ӕ`/MܓtI\w2 v< m[ l!EYڭJ,>4R|o>#Qxu./;`?:ihjcwiGa?)Yb}:C{-hx X(۵Ҿ0`8,$?ALq& Y`/Haa \xŬŹHS:- zߩh7Zy-Id]D$F.h4yP̈́ܧS-FWVn~f. anIWǧv~F4xB)XH&V?WֹS9:YXa@Xa@Xa@Xa@Xa@䳀ߊ?״dEt'eͅi'v >/7@Rw*㽝k57M]۞b 6vڮn!ɵ>"K9R4 @ypZ[4:J0wUelZyh #eP+YY/&VK9VL9u,Qhg>v${n*0\-ZEYÒR)M%Y[Xܳ<+`[cc3ǴGϠe$8ƳOF <8ȤOra|$dGwt/zd,5Rү;V=`QhnH[GVKj|e F'׉e HF "Y w.T"`?j*.i%R3 | (h$+Kn4v w,A5pǻ,/Qրh< 8|.d4Zı0NƎ~pVkqےS9 Em :H/ @'k@w-_|b4(u{|;@F7E(TX2bbЅp)KaF"zۀdp&QzDݥ \b>:vo .iyá&<酄gg}WWbUTt@f@ldώ:PjH;ƔjM(< f,URf4nY]4G?c@&*/EE&׿r Rt VH&JXScx5(y!cQ; Uè8'%@*} .e jP{ 6< w4)Cxʂ *j|J^df? TI_T_S?łNA RcaA躎NI(-H?XUg[0OJo68!CLAE5~zv"GC;*GEe$CIDT+=IEԶDpPAH_`H9[Խ."6\ ŢwFuhFc:b0ˇ4 Ņw(~R/ :'bǦcfыE1=IVcϥw{3ɝo@`p-֜I7Zh"f)*/h4'bMD3 _k@O^Uc%* ;r75+9wN['E>zw=-}grt5pμQ(F|<^ 5j€f@& r觾 ͫ|/@nrUd@>`Lڣ`V=>ch@ @ׇ'@PGs6@Opc s2((y-5&q/…!UMOh=<aX ,A jw`.;t #y%FKctދl lxP=X-^ExB6zע #MS#[aaa@aaa@XXaaa@XXaaa@>䑅GH&4k,,?BbG@a R{zHr0 ,kX|iYa@Xaaa@XX7r!4}XΑ ~G jOToTy?l15 MgruLy"@nPjܤ ,'ɤ) [r}) -|$SeȀ0 ,{ɀ0 7 )zHjꓭ6X74mvt,͘8coqGXI#=P; , nk{a3)eac2i@a@+ ! ؃\U=ÙjܱW إ$/=KU:d5f$hfXxч46,Ȥ{F 5tPʕ}agl2#[;e r@1JGYqVdŚ SѢQ"?fܑ i@D -qr^~ĕW@d ]ML81vZ[Gs;fdr'N:ImN3 %Iqb0 7d4Cg9(@~ö1; bӪوDx*XL]Z>}8V< 7F$2kϋI@?Ca@T"gLV9aNrӽ!V4)pr%R.%@t^.nl\s6l+gl j^6HGr/DTBvoޡq@]S{XwIIk= d 5KџWr!Gq$~z}ڑԋ`ge$9Ja@M OUйH@DK e~( n7Lr4ȸ:x䈗 @ eMr9cWi&4o| Yj:7U$pY'}> n yN]ȳ~. Oj:`Fߪ.s+B|:Rm H<r؂Cq0=^Dm{yQy}7Qv|y=qKq;GQuVy"Ɗ}g0Q> 0"s+Pir@EbNk[âŻK"|7k<<!Uzg /qkSZV.Fr}a0mf^^`xfGNVu6C]Qw@^һx!3&WkPR_f؊MAJgi*?zU EF=<hp } E^3XSXxVd*G<>ȓkW QzEmaۃ*j{@PATs l螨qYegm8mAPBu娢0YC0REmg;jA`+T>a>k6|y Udӄ6%~89?\@zf q# C#dTdAF&|04[aT*j >HT%ss! TEa6X@J3RkpB F%"r[ַ1ؼ䤼ry}q@Iz# I ֑3-p4࣬jh;!Z-^yN+@ Q;@VW\;QK OG'BAT2{dAD54`5 b X/-}+Ȋ \@&7>K Qr``a 8h7+gυA5zHT*>G `T^*]y1HR!-@dDs(GVE|ѫ'z?i"Vjc}jv|? o_đgBA mQBE|SX!sX%!v鐉5R_;H_UUj/| "?}:!1@{KKcA[+(vL[ d|Wr(|rTVw J)>ΎvȤ>Eq+/׵ Vn%8aگ2q9㘏U Me}HP:p'57ƺ/*%ݼt|dbgXAx$; a;g@> := K,$\3Kd#]jŹ`< T|ԡp@6yhK"@*< ـ4C/o#'$ܾK- .$4 _G"{* A@*gbIz5f@~ 9u`1@_ H`,ID:cM,R1Ȧ`DC<pbﺲd 2-dgxрX?K\Hy#d<^{*D?39N1}Å)ýW&]PXg4mod#?}OD"@MF%bHd 9T4}gO%$uG;;>(Iڻ-zS{[ HIbwi:5.Y`} gQ@0ufkmi0Cxd}֗kV)JC1uzE0D2ǁSJ#QiQbmrj8 phL$@Ͽ0YNJd6ЭV{Z6 0!NkLkFEX @ :ݮP#?"@ HX Azbv_<~nH^1"Cd*GFQ4q8i%/ęG=G"@Bu P{iUphbZ A 6`9& ; #Jʥڿɬ'A~9 bo;${ 6ZҞA?vN' Eѯ3€rdG) ض^sl=W!Ҩ(+ҘЯ^JB6PdOQ̀"iڽC}bȂRy1%t5qRoخ]XmE9NbڶT#"iY(\+P`P=^srz(d@ŀ0 €0 €0 €0 , q>:pvg#Ư Q/~ggq4۔WS՝h6jq]w>H[̄Sz4בs ?T9wl&Nm ՑF@^Q{8cn9a@ڀt& FgXkb aRf GFCk6pxG6 @^.4!=(0?cIXB;q r p$-ŀ<  cݥ:o<Mk tҫ+^m&!uhQ^*>Ǯn`4bLpZyqvJ6 89 n|ޭYw.i@ ji!AC K`%Ơ"ic-HoqR(~̞M^/9P-?;,.Lqfd5_]! Mhi}@~> {CRqi+KNk[.'ӸIzjOe>m @.OׇAn^19A.YPH0  8נ-@wc@<h !b!d:mR={܏F#>A, 9#!2 pBtAz-+y XkW:dTXňHv2>jg~f @ ٠ۆy+qxdT>_ V&ݽX SFo?v!9 L'ii9~9Vl5^;ę+ٮ&v/VN<0$5<Ƚ MID S'cMnw½0lx;MӳZ* @ Igv62@-1w@y>;|$"7z׃p[wrCq9˲7 甼W| doҼ)ǀxmt@nImp5{&b}Hr!I.y @n 3  @ @     r:J!őI$ M-ړúk*Eű&cYWQf~ #\?ed0* UkmJxf]{7 A@T@$ˢµO$J7g1ɘեe =FS1Aʚ$#:I|$#c F{ ֱ Ghq/J/&aǴgQd~>* 3%aB/.zK|󇛗TAd}=@O٥4]T<3:΍\LF{T䞴6VfMbWZ@ Gi_W [8}M&))=P:ur=bA|MI0+*OQ=DA"MLWK&I gT R2ȃDΈ`8 cDQAIb%1SU 曓.9%Roy.{[՞233Zc٬.Su-]u4^[3SMEyT"3ZFT)!ɦqZ,'+}f<%&lprÀ؛aNg4W \JV*) ĤX.})^u *@lXF%xIc`Pkk 8TܵFDL.y,XKSE#n,tSMdYIP4'[ qi7/Sj*bDم:Si@25load('tpl_hathor', JPATH_ADMINISTRATOR) || $lang->load('tpl_hathor', JPATH_ADMINISTRATOR . '/templates/hathor/language'); $file = 'language/'.$lang->getTag().'/'.$lang->getTag().'.css'; ?> params->get('colourChoice')) : $colour = 'standard'; else : $colour = htmlspecialchars($this->params->get('colourChoice')); endif; ?> direction == 'rtl') : ?> params->get('boldText')) : ?> PKs?\<[A~~ favicon.iconuW+A h(  #.#.͐PK͑Q͐P͑Q4@5@5@5@_͑Q͐P̐P͑Q̐P͐QҔ1G,5Q5@5@4?5@5@5@͑Q͑Q͑Q͑Q͐P͑QГ;ǑOz7?t#7C4@5@4@4@4@͐P`͑Q͑QΒQˎQƇNɊQԖ*.$1;7C5@5@5@v͐Qy͑QˎP_ŅQיv0;4@5@l͐Pe͑Q‚O?ćB諜_ljUԖ $5@4@DɊQ'ĄOƍQZyB|DrMgOѓ+lטaCN*,505-[DcvA~Fd?Zx_ Order allow,deny Deny from all PKs?\T error.phpnuW+A <?php echo $this->error->getCode(); ?> - <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?> direction == 'rtl') : ?>

error->getCode() ?> -

error->getMessage(), ENT_QUOTES, 'UTF-8'); ?>

debug) : echo $this->renderBacktrace(); endif; ?>
PKs?\{ login.phpnuW+AgetTag().'/'.$lang->getTag().'.css'; ?> params->get('colourChoice')) : $colour = 'standard'; else : $colour = htmlspecialchars($this->params->get('colourChoice')); endif; ?> direction == 'rtl') : ?> params->get('boldText')) : ?>
PKs?\cv index.phpnuW+AgetTag().'/'.$lang->getTag().'.css'; ?> params->get('colourChoice')) : $colour = 'standard'; else : $colour = htmlspecialchars($this->params->get('colourChoice')); endif; ?> direction == 'rtl') : ?> params->get('boldText')) : ?>
'.JText::_('JGLOBAL_VIEW_SITE').''; // Print the logout link. $output[] = '' .($hideLinks ? '' : '').JText::_('JLOGOUT').($hideLinks ? '' : '').''; // Output the items. foreach ($output as $item) : echo $item; endforeach; ?>

PKs?\V index.htmlnuW+A PKs?\)language/.htaccessnuW+A Order allow,deny Deny from all PKs?\Vlanguage/en-GB/index.htmlnuW+A PKs?\GG#language/en-GB/en-GB.tpl_hathor.ininuW+A; Joomla! Project ; Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - No BOM HATHOR="Hathor Administrator template" TPL_HATHOR_ALTERNATE_MENU_DESC="Use the alternative menu which integrates mouse and keyboard. JavaScript Required. (The regular menu for Hathor is accessible with or without Javascript, but leaves the mouse and keyboard independent.)" TPL_HATHOR_ALTERNATE_MENU_LABEL="Alternative Menu" TPL_HATHOR_BOLD_TEXT_DESC="Use bold text" TPL_HATHOR_BOLD_TEXT_LABEL="Bold Text" TPL_HATHOR_CHECKMARK_ALL="Checkmark All" TPL_HATHOR_COLOUR_CHOICE_DESC="Select the colour palette to use with the template. You can use this option to select a high contrast version or use it to create custom branding." TPL_HATHOR_COLOUR_CHOICE_LABEL="Select Colour" TPL_HATHOR_COLOUR_CHOICE_STANDARD="Standard" TPL_HATHOR_COLOUR_CHOICE_HIGH_CONTRAST="High Contrast" TPL_HATHOR_COLOUR_CHOICE_BROWN="Brown" TPL_HATHOR_COM_MENUS_MENU="Menu" TPL_HATHOR_COM_MODULES_CUSTOM_POSITION_LABEL="Select" TPL_HATHOR_CPANEL_LINK_TEXT="Return to Control Panel" TPL_HATHOR_GO="Go" TPL_HATHOR_MAIN_MENU="Main Menu" TPL_HATHOR_SHOW_SITE_NAME_DESC="Show the site name in the template header" TPL_HATHOR_SHOW_SITE_NAME_LABEL="Show Site Name" TPL_HATHOR_SKIP_TO_MAIN_CONTENT="Skip to Main Content" TPL_HATHOR_SUB_MENU="Sub Menu" TPL_HATHOR_XML_DESCRIPTION="Hathor is an accessible administrator template for Joomla!. The Colour CSS files can also be used for custom colour branding." PKs?\#% Order allow,deny Deny from all PKs?\Vlanguage/index.htmlnuW+A PKs?\T5 templateDetails.xmlnuW+A hathor May 2010 Andrea Tarr hathor@tarrconsulting.com http://www.tarrconsulting.com Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt 2.5.0 TPL_HATHOR_XML_DESCRIPTION component.php cpanel.php error.php favicon.ico index.html index.php login.php LICENSE.txt templateDetails.xml template_preview.png template_thumbnail.png css html images js language menu submenu toolbar title status icon cp_shell cpanel login debug footer language/en-GB/en-GB.tpl_hathor.ini language/en-GB/en-GB.tpl_hathor.sys.ini
PKs?\7:Z cpanel.phpnuW+APKs?\) js/.htaccessnuW+APKs?\-  yjs/template.jsnuW+APKs?\V %js/index.htmlnuW+APKs?\?{S -&css/theme.cssnuW+APKs?\+]g=css/colour_highcontrast.cssnuW+APKs?\Hcss/colour_standard_rtl.cssnuW+APKs?\@images/menu/icon-16-newsfeeds-cat.pngnuW+APKs?\(66Bimages/menu/icon-16-clear.pngnuW+APKs?\"@!&Eimages/menu/icon-16-newsfeeds.pngnuW+APKs?\M gGimages/menu/icon-16-readmess.pngnuW+APKs?\!Jimages/menu/icon-16-component.pngnuW+APKs?\.Limages/menu/icon-16-new.pngnuW+APKs?\(. Nimages/menu/icon-16-language.pngnuW+APKs?\ xlQimages/menu/icon-16-user.pngnuW+APKs?\i0Uimages/menu/icon-16-help.pngnuW+APKs?\ .'   xXimages/menu/icon-16-help-jrd.pngnuW+APKs?\>aa Zimages/menu/icon-16-featured.pngnuW+APKs?\w)]images/menu/icon-16-inbox.pngnuW+APKs?\!`images/menu/icon-16-deny.pngnuW+APKs?\a ÝXXbimages/menu/icon-16-alert.pngnuW+APKs?\yP neimages/menu/icon-16-search.pngnuW+APKs?\" gimages/menu/icon-16-category.pngnuW+APKs?\A7tthimages/menu/icon-16-links.pngnuW+APKs?\ߓ_kimages/menu/icon-16-apply.pngnuW+APKs?\YQ!mimages/menu/icon-16-unarticle.pngnuW+APKs?\!pimages/menu/icon-16-writemess.pngnuW+APKs?\F[&|%simages/menu/icon-16-banner-client.pngnuW+APKs?\ގ++uimages/menu/icon-16-delete.pngnuW+APKs?\ VTximages/menu/icon-16-checkin.pngnuW+APKs?\!zimages/menu/icon-16-help-docs.pngnuW+APKs?\ ΃ss}images/menu/icon-16-revert.pngnuW+APKs?\B__!~images/menu/icon-16-frontpage.pngnuW+APKs?\images/menu/icon-16-config.pngnuW+APKs?\aɄimages/menu/icon-16-purge.pngnuW+APKs?\)images/menu/.htaccessnuW+APKs?\A ۇimages/menu/icon-16-banner.pngnuW+APKs?\×"images/menu/icon-16-notdefault.pngnuW+APKs?\NpPPimages/menu/icon-16-send.pngnuW+APKs?\$io"Dimages/menu/icon-16-help-forum.pngnuW+APKs?\_vimages/menu/icon-16-content.pngnuW+APKs?\VMimages/menu/index.htmlnuW+APKs?\P=!images/menu/icon-16-help-shop.pngnuW+APKs?\G images/menu/icon-16-themes.pngnuW+APKs?\y##images/menu/icon-16-trash.pngnuW+APKs?\ H__ Ximages/menu/icon-16-download.pngnuW+APKs?\ images/menu/icon-16-module.pngnuW+APKs?\^׮ ԟimages/menu/icon-16-help-dev.pngnuW+APKs?\<+$images/menu/icon-16-read-privatemessage.pngnuW+APKs?\E|SSiimages/menu/icon-16-edit.pngnuW+APKs?\(Uqpp"images/menu/icon-16-help-trans.pngnuW+APKs?\'eʪimages/menu/icon-16-logout.pngnuW+APKs?\]շ+images/menu/icon-16-contacts-categories.pngnuW+APKs?\images/menu/icon-16-upload.pngnuW+APKs?\h.:::images/menu/icon-16-groups.pngnuW+APKs?\images/menu/icon-16-install.pngnuW+APKs?\`i̷images/menu/icon-16-default.pngnuW+APKs?\Eʽimages/menu/icon-16-user-dd.pngnuW+APKs?\^^)#images/menu/icon-16-banner-categories.pngnuW+APKs?\U))ھimages/menu/icon-16-newuser.pngnuW+APKs?\k]Rimages/menu/icon-16-plugin.pngnuW+APKs?\P0$$ !images/menu/icon-16-viewsite.pngnuW+APKs?\Шͫ66!images/menu/icon-16-links-cat.pngnuW+APKs?\[}}*images/menu/icon-16-new-privatemessage.pngnuW+APKs?\~?images/menu/icon-16-menu.pngnuW+APKs?\U1 images/menu/icon-16-menumgr.pngnuW+APKs?\ɾճ~~!@images/menu/icon-16-nopreview.pngnuW+APKs?\]ppimages/menu/icon-16-move.pngnuW+APKs?\'gg!images/menu/icon-16-user-note.pngnuW+APKs?\!images/menu/icon-16-messaging.pngnuW+APKs?\e images/menu/icon-16-help-jed.pngnuW+APKs?\7  images/menu/icon-16-notice.pngnuW+APKs?\/** `images/menu/icon-16-contacts.pngnuW+APKs?\ll%images/menu/icon-16-banner-tracks.pngnuW+APKs?\C images/menu/icon-16-newlevel.pngnuW+APKs?\t MM images/menu/icon-16-calendar.pngnuW+APKs?\$Mr)}}%Rimages/menu/icon-16-help-security.pngnuW+APKs?\f}$images/menu/icon-16-cpanel.pngnuW+APKs?\39!ximages/menu/icon-16-back-user.pngnuW+APKs?\ysHH"images/menu/icon-16-newarticle.pngnuW+APKs?\ ``Himages/menu/icon-16-media.pngnuW+APKs?\,DDimages/menu/icon-16-preview.pngnuW+APKs?\PFFimages/menu/icon-16-stats.pngnuW+APKs?\ images/menu/icon-16-massmail.pngnuW+APKs?\ 66!*images/menu/icon-16-help-this.pngnuW+APKs?\Ximages/menu/icon-16-levels.pngnuW+APKs?\^images/selector-arrow-rtl.pngnuW+APKs?\uimages/j_logo.pngnuW+APKs?\6՗  images/header/icon-48-cpanel.pngnuW+APKs?\!images/header/icon-48-checkin.pngnuW+APKs?\r#images/header/icon-48-user-edit.pngnuW+APKs?\V8Y   images/header/icon-48-notice.pngnuW+APKs?\e*&images/header/icon-48-deny.pngnuW+APKs?\uu4.images/header/icon-48-purge.pngnuW+APKs?\   4images/header/icon-48-user.pngnuW+APKs?\:."L>images/header/icon-48-calendar.pngnuW+APKs?\ 1&& & "Fimages/header/icon-48-contacts.pngnuW+APKs?\ں A A &-Qimages/header/icon-48-article-edit.pngnuW+APKs?\6!>> [images/header/icon-48-levels.pngnuW+APKs?\zH!R^images/header/icon-48-content.pngnuW+APKs?\6<<"keimages/header/icon-48-menu-add.pngnuW+APKs?\- %kimages/header/icon-48-help_header.pngnuW+APKs?\{vn n $wimages/header/icon-48-groups-add.pngnuW+APKs?\g g images/header/icon-48-alert.pngnuW+APKs?\ $]images/header/icon-48-help-forum.pngnuW+APKs?\mL 'images/header/icon-48-banner-client.pngnuW+APKs?\ͫNIO O {images/header/icon-48-links.pngnuW+APKs?\>\dimages/header/icon-48-apply.pngnuW+APKs?\pL "Fimages/header/icon-48-massmail.pngnuW+APKs?\}/images/header/icon-48-info.pngnuW+APKs?\_F Zimages/header/icon-48-upload.pngnuW+APKs?\e Fimages/header/icon-48-groups.pngnuW+APKs?\ӑMss%fimages/header/icon-48-newcategory.pngnuW+APKs?\pax .images/header/icon-48-inbox.pngnuW+APKs?\w2+images/header/icon-48-banner-categories.pngnuW+APKs?\!+r  "images/header/icon-48-download.pngnuW+APKs?\5  #Vimages/header/icon-48-help-this.pngnuW+APKs?\݃images/header/icon-48-clear.pngnuW+APKs?\ images/header/icon-48-send.pngnuW+APKs?\D ,%images/header/icon-48-new-privatemessage.pngnuW+APKs?\q@@ 0images/header/icon-48-module.pngnuW+APKs?\E!5images/header/icon-48-article.pngnuW+APKs?\~11!=images/header/icon-48-archive.pngnuW+APKs?\)kEimages/header/.htaccessnuW+APKs?\2 1Fimages/header/icon-48-print.pngnuW+APKs?\zH Qimages/header/icon-48-static.pngnuW+APKs?\#'Ximages/header/icon-48-links-cat.pngnuW+APKs?\qF'aimages/header/icon-48-newsfeeds-cat.pngnuW+APKs?\ V V shimages/header/icon-48-plugin.pngnuW+APKs?\mޯ϶ -rimages/header/icon-48-jupdate-updatefound.pngnuW+APKs?\82C!,~images/header/icon-48-section.pngnuW+APKs?\ > images/header/icon-48-config.pngnuW+APKs?\Vtimages/header/index.htmlnuW+APKs?\:KTT ۏimages/header/icon-48-revert.pngnuW+APKs?\"images/header/icon-48-category.pngnuW+APKs?\|۠#images/header/icon-48-newsfeeds.pngnuW+APKs?\S#images/header/icon-48-component.pngnuW+APKs?\]-Dր&images/header/icon-48-category-add.pngnuW+APKs?\?22!images/header/icon-48-generic.pngnuW+APKs?\-,ܴ!kimages/header/icon-48-menumgr.pngnuW+APKs?\8 pimages/header/icon-48-search.pngnuW+APKs?\zzimages/header/icon-48-media.pngnuW+APKs?\T ++fimages/header/icon-48-stats.pngnuW+APKs?\Q Q 'images/header/icon-48-banner-tracks.pngnuW+APKs?\gs$images/header/icon-48-levels-add.pngnuW+APKs?\r"images/header/icon-48-user-add.pngnuW+APKs?\4{"" images/header/icon-48-themes.pngnuW+APKs?\eŢhimages/header/icon-48-edit.pngnuW+APKs?\Eϒ Ximages/header/icon-48-banner.pngnuW+APKs?\v?7))!Limages/header/icon-48-preview.pngnuW+APKs?\PcQ Q -images/header/icon-48-read-privatemessage.pngnuW+APKs?\zq#t images/header/icon-48-extension.pngnuW+APKs?\(  images/header/icon-messaging.pngnuW+APKs?\&//-images/header/icon-48-contacts-categories.pngnuW+APKs?\/ / %%images/header/icon-48-article-add.pngnuW+APKs?\ꛋ::"/images/header/icon-48-redirect.pngnuW+APKs?\}&5images/header/icon-48-user-profile.pngnuW+APKs?\ڸ *>images/header/icon-48-jupdate-uptodate.pngnuW+APKs?\5Lib # Kimages/header/icon-48-unarchive.pngnuW+APKs?\g #PWimages/header/icon-48-writemess.pngnuW+APKs?\ "aimages/header/icon-48-language.pngnuW+APKs?\Lnimages/header/icon-48-move.pngnuW+APKs?\rZY Y "Wrimages/header/icon-48-readmess.pngnuW+APKs?\R!}images/header/icon-48-install.pngnuW+APKs?\0a)images/header/icon-48-trash.pngnuW+APKs?\Lܨ!+images/header/icon-48-default.pngnuW+APKs?\Q$images/header/icon-48-menu.pngnuW+APKs?\/###timages/header/icon-48-frontpage.pngnuW+APKs?\+*w "images/header/icon-48-featured.pngnuW+APKs?\Khimages/j_arrow_left.pngnuW+APKs?\V*images/index.htmlnuW+APKs?\=9images/required.pngnuW+APKs?\ {images/j_login_lock.pngnuW+APKs?\images/notice-note.pngnuW+APKs?\Y0||images/notice-alert.pngnuW+APKs?\@*images/selector-arrow-std.pngnuW+APKs?\AEimages/j_arrow.pngnuW+APKs?\TV˼images/j_arrow_right.pngnuW+APKs?\P=qimages/admin/disabled.pngnuW+APKs?\images/admin/expandall.pngnuW+APKs?\܉&Nimages/admin/icon-16-allowinactive.pngnuW+APKs?\x>Rimages/admin/sort_asc.pngnuW+APKs?\ GOimages/admin/downarrow.pngnuW+APKs?\G%iimages/admin/icon-16-denyinactive.pngnuW+APKs?\]yimages/admin/downarrow0.pngnuW+APKs?\}images/admin/icon-16-allow.pngnuW+APKs?\ Vimages/admin/tick.pngnuW+APKs?\"Cimages/admin/collapseall.pngnuW+APKs?\]".images/admin/icon-16-protected.pngnuW+APKs?\r  images/admin/publish_g.pngnuW+APKs?\,7%images/admin/downarrow-1.pngnuW+APKs?\s1EEimages/admin/filter_16.pngnuW+APKs?\d jaaimages/admin/publish_r.pngnuW+APKs?\D!`XX;images/admin/menu_divider.pngnuW+APKs?\((images/admin/featured.pngnuW+APKs?\H1  Qimages/admin/note_add_16.pngnuW+APKs?\$images/admin/icon-16-notice-note.pngnuW+APKs?\3 images/admin/uparrow0.pngnuW+APKs?\w wNimages/admin/uparrow-1.pngnuW+APKs?\D[images/admin/uparrow.pngnuW+APKs?\:#2images/admin/trash.pngnuW+APKs?\sdimages/admin/checked_out.pngnuW+APKs?\}aimages/admin/publish_x.pngnuW+APKs?\fAggimages/admin/blank.pngnuW+APKs?\YGimages/admin/sort_desc.pngnuW+APKs?\0Ʃimages/admin/.htaccessnuW+APKs?\Nimages/admin/publish_y.pngnuW+APKs?\Vfimages/admin/index.htmlnuW+APKs?\MY>>images/admin/filesave.pngnuW+APKs?\ wrSimages/admin/icon-16-deny.pngnuW+APKs?\@bimages/selector-arrow.pngnuW+APKs?\5kk~images/calendar.pngnuW+APKs?\~K, images/notice-info.pngnuW+APKs?\񟍄||images/arrow.pngnuW+APKs?\Y]images/selector-arrow-hc.pngnuW+APKs?\)images/.htaccessnuW+APKs?\F6p^images/mini_icon.pngnuW+APKs?\ R !6images/toolbar/icon-32-notice.pngnuW+APKs?\yZ1   images/toolbar/icon-32-move.pngnuW+APKs?\*)FFc images/toolbar/icon-32-css.pngnuW+APKs?\88 &images/toolbar/icon-32-error.pngnuW+APKs?\ ,images/toolbar/icon-32-inbox.pngnuW+APKs?\6images/toolbar/icon-32-save.pngnuW+APKs?\_w$;images/toolbar/icon-32-unpublish.pngnuW+APKs?\`*BB.Cimages/toolbar/icon-32-menu.pngnuW+APKs?\˪  $Gimages/toolbar/icon-32-unarchive.pngnuW+APKs?\N  "Qimages/toolbar/icon-32-adduser.pngnuW+APKs?\ 6"Ximages/toolbar/icon-32-refresh.pngnuW+APKs?\Wm m Haimages/toolbar/icon-32-print.pngnuW+APKs?\limages/toolbar/icon-32-xml.pngnuW+APKs?\ ]"Woimages/toolbar/icon-32-publish.pngnuW+APKs?\疜 $wimages/toolbar/icon-32-extension.pngnuW+APKs?\̃images/toolbar/icon-32-copy.pngnuW+APKs?\iQQ!images/toolbar/icon-32-export.pngnuW+APKs?\hc"images/toolbar/icon-32-article.pngnuW+APKs?\]ȑimages/toolbar/icon-32-html.pngnuW+APKs?\"images/toolbar/icon-32-archive.pngnuW+APKs?\P8#]images/toolbar/icon-32-download.pngnuW+APKs?\Y>' ' 'ˤimages/toolbar/icon-32-delete-style.pngnuW+APKs?\ CCIimages/toolbar/icon-32-edit.pngnuW+APKs?\ƭ!۶images/toolbar/icon-32-upload.pngnuW+APKs?\@:images/toolbar/icon-32-new.pngnuW+APKs?\d//images/toolbar/icon-32-back.pngnuW+APKs?\]W W !images/toolbar/icon-32-module.pngnuW+APKs?\KNN =images/toolbar/icon-32-purge.pngnuW+APKs?\>(ܶ !images/toolbar/icon-32-cancel.pngnuW+APKs?\m<" images/toolbar/icon-32-checkin.pngnuW+APKs?\m#\images/toolbar/icon-32-calendar.pngnuW+APKs?\["ٶ!images/toolbar/icon-32-remove.pngnuW+APKs?\V images/toolbar/index.htmlnuW+APKs?\w #! images/toolbar/icon-32-contacts.pngnuW+APKs?\VE$ images/toolbar/icon-32-component.pngnuW+APKs?\S ( images/toolbar/icon-32-banner-tracks.pngnuW+APKs?\9ݟT  images/toolbar/icon-32-links.pngnuW+APKs?\yggg T) images/toolbar/icon-32-apply.pngnuW+APKs?\͆v11  / images/toolbar/icon-32-alert.pngnuW+APKs?\~j~!7 images/toolbar/icon-32-revert.pngnuW+APKs?\)g= images/toolbar/.htaccessnuW+APKs?\  $.> images/toolbar/icon-32-messaging.pngnuW+APKs?\y>8 8 #H images/toolbar/icon-32-featured.pngnuW+APKs?\n!#R images/toolbar/icon-32-config.pngnuW+APKs?\Ȱ  !sY images/toolbar/icon-32-search.pngnuW+APKs?\T88"b images/toolbar/icon-32-default.pngnuW+APKs?\3//!Rh images/toolbar/icon-32-delete.pngnuW+APKs?\(7cBB$p images/toolbar/icon-32-save-copy.pngnuW+APKs?\&hw images/toolbar/icon-32-article-add.pngnuW+APKs?\\J J . images/toolbar/icon-32-read-privatemessage.pngnuW+APKs?\G,C C 1 images/toolbar/icon-32-send.pngnuW+APKs?\tU~ ~ !Ö images/toolbar/icon-32-banner.pngnuW+APKs?\855  images/toolbar/icon-32-trash.pngnuW+APKs?\ɑƕ. images/toolbar/icon-32-contacts-categories.pngnuW+APKs?\W# images/toolbar/icon-32-save-new.pngnuW+APKs?\o % images/toolbar/icon-32-stats.pngnuW+APKs?\q!!"6 images/toolbar/icon-32-forward.pngnuW+APKs?\Hj images/toolbar/icon-32-info.pngnuW+APKs?\R# images/toolbar/icon-32-user-add.pngnuW+APKs?\uRR" images/toolbar/icon-32-preview.pngnuW+APKs?\#^,s images/toolbar/icon-32-banner-categories.pngnuW+APKs?\Aw images/toolbar/icon-32-deny.pngnuW+APKs?\Uɉ "| images/toolbar/icon-32-unblock.pngnuW+APKs?\͗t t (W images/toolbar/icon-32-banner-client.pngnuW+APKs?\"kss# images/toolbar/icon-32-lock.pngnuW+APKs?\g g $ images/toolbar/icon-32-new-style.pngnuW+APKs?\OD % images/toolbar/icon-32-messanging.pngnuW+APKs?\s)R  images/toolbar/icon-32-help.pngnuW+APKs?\ - images/toolbar/icon-32-new-privatemessage.pngnuW+APKs?\@ % images/system/selector-arrow.pngnuW+APKs?\V& images/system/index.htmlnuW+APKs?\)B' images/system/.htaccessnuW+APKs?\5kk( images/system/calendar.pngnuW+APKs?\PEE * LICENSE.txtnuW+APKs?\)#p html/com_weblinks/weblink/.htaccessnuW+APKs?\z +bq html/com_weblinks/weblink/edit_metadata.phpnuW+APKs?\V$ew html/com_weblinks/weblink/index.htmlnuW+APKs?\/"w html/com_weblinks/weblink/edit.phpnuW+APKs?\gY) html/com_weblinks/weblink/edit_params.phpnuW+APKs?\)% html/com_weblinks/.htaccessnuW+APKs?\V% html/com_weblinks/weblinks/index.htmlnuW+APKs?\)$c html/com_weblinks/weblinks/.htaccessnuW+APKs?\|""&6 html/com_weblinks/weblinks/default.phpnuW+APKs?\V html/com_weblinks/index.htmlnuW+APKs?\V html/com_finder/index.htmlnuW+APKs?\6W html/com_finder/maps/index.htmlnuW+APKs?\)ij html/com_finder/maps/.htaccessnuW+APKs?\8  html/com_finder/maps/default.phpnuW+APKs?\) html/com_finder/.htaccessnuW+APKs?\6% html/com_finder/statistics/index.htmlnuW+APKs?\)$7 html/com_finder/statistics/.htaccessnuW+APKs?\) html/com_finder/index/.htaccessnuW+APKs?\6  html/com_finder/index/index.htmlnuW+APKs?\6ǚ--!F html/com_finder/index/default.phpnuW+APKs?\)! html/com_finder/filters/.htaccessnuW+APKs?\6" html/com_finder/filters/index.htmlnuW+APKs?\DWW# html/com_finder/filters/default.phpnuW+APKs?\)  html/com_finder/filter/.htaccessnuW+APKs?\6!} html/com_finder/filter/index.htmlnuW+APKs?\V html/com_modules/index.htmlnuW+APKs?\''$V html/com_modules/modules/default.phpnuW+APKs?\)"[( html/com_modules/modules/.htaccessnuW+APKs?\V#,) html/com_modules/modules/index.htmlnuW+APKs?\)) html/com_modules/.htaccessnuW+APKs?\V%g* html/com_modules/positions/index.htmlnuW+APKs?\)$* html/com_modules/positions/.htaccessnuW+APKs?\i8$+ html/com_modules/positions/modal.phpnuW+APKs?\:eM(= html/com_modules/module/edit_options.phpnuW+APKs?\dzXAA $C html/com_modules/module/edit.phpnuW+APKs?\V"W html/com_modules/module/index.htmlnuW+APKs?\)!&X html/com_modules/module/.htaccessnuW+APKs?\V%X html/com_messages/messages/index.htmlnuW+APKs?\)$jY html/com_messages/messages/.htaccessnuW+APKs?\ND&=Z html/com_messages/messages/default.phpnuW+APKs?\);j html/com_messages/.htaccessnuW+APKs?\Vk html/com_messages/index.htmlnuW+APKs?\Vpk html/com_cache/index.htmlnuW+APKs?\M  k html/com_cache/cache/default.phpnuW+APKs?\)9x html/com_cache/cache/.htaccessnuW+APKs?\Vy html/com_cache/cache/index.htmlnuW+APKs?\)ty html/com_cache/.htaccessnuW+APKs?\)";z html/com_content/article/.htaccessnuW+APKs?\tG((! { html/com_content/article/edit.phpnuW+APKs?\V#= html/com_content/article/index.htmlnuW+APKs?\V html/com_content/index.htmlnuW+APKs?\\.u))% html/com_content/articles/default.phpnuW+APKs?\)#. html/com_content/articles/.htaccessnuW+APKs?\q vv# html/com_content/articles/modal.phpnuW+APKs?\V$ html/com_content/articles/index.htmlnuW+APKs?\)< html/com_content/.htaccessnuW+APKs?\Wl""% html/com_content/featured/default.phpnuW+APKs?\)#T html/com_content/featured/.htaccessnuW+APKs?\V$& html/com_content/featured/index.htmlnuW+APKs?\qT<, html/com_languages/installed/default_ftp.phpnuW+APKs?\J)  ( html/com_languages/installed/default.phpnuW+APKs?\)&7 html/com_languages/installed/.htaccessnuW+APKs?\V'  html/com_languages/installed/index.htmlnuW+APKs?\) html/com_languages/.htaccessnuW+APKs?\)&M html/com_languages/languages/.htaccessnuW+APKs?\PvTT("! html/com_languages/languages/default.phpnuW+APKs?\V'= html/com_languages/languages/index.htmlnuW+APKs?\VD> html/com_languages/index.htmlnuW+APKs?\)> html/com_config/.htaccessnuW+APKs?\Vx? html/com_config/index.htmlnuW+APKs?\)%? html/com_config/application/.htaccessnuW+APKs?\2@ html/com_config/application/default_navigation.phpnuW+APKs?\V&D html/com_config/application/index.htmlnuW+APKs?\V$SE html/com_users/debuggroup/index.htmlnuW+APKs?\)#E html/com_users/debuggroup/.htaccessnuW+APKs?\X%F html/com_users/debuggroup/default.phpnuW+APKs?\)] html/com_users/groups/.htaccessnuW+APKs?\Xf!z^ html/com_users/groups/default.phpnuW+APKs?\V {p html/com_users/groups/index.htmlnuW+APKs?\t$p html/com_users/debuguser/default.phpnuW+APKs?\V# html/com_users/debuguser/index.htmlnuW+APKs?\)"n html/com_users/debuguser/.htaccessnuW+APKs?\V? html/com_users/index.htmlnuW+APKs?\) html/com_users/.htaccessnuW+APKs?\Vn html/com_users/users/index.htmlnuW+APKs?\ ܊ html/com_users/users/modal.phpnuW+APKs?\) html/com_users/users/.htaccessnuW+APKs?\rW!! ę html/com_users/users/default.phpnuW+APKs?\V  html/com_users/levels/index.htmlnuW+APKs?\) html/com_users/levels/.htaccessnuW+APKs?\ !ռ html/com_users/levels/default.phpnuW+APKs?\V html/com_users/notes/index.htmlnuW+APKs?\(O3RR m html/com_users/notes/default.phpnuW+APKs?\) html/com_users/notes/.htaccessnuW+APKs?\ᵁ* html/com_contact/contact/edit_metadata.phpnuW+APKs?\)" html/com_contact/contact/.htaccessnuW+APKs?\Og( html/com_contact/contact/edit_params.phpnuW+APKs?\V# html/com_contact/contact/index.htmlnuW+APKs?\\w!? html/com_contact/contact/edit.phpnuW+APKs?\)#n html/com_contact/contacts/.htaccessnuW+APKs?\i#@ html/com_contact/contacts/modal.phpnuW+APKs?\V$# html/com_contact/contacts/index.htmlnuW+APKs?\%$$% $ html/com_contact/contacts/default.phpnuW+APKs?\VDI html/com_contact/index.htmlnuW+APKs?\)I html/com_contact/.htaccessnuW+APKs?\)wJ html/com_search/.htaccessnuW+APKs?\)"?K html/com_search/searches/.htaccessnuW+APKs?\"$L html/com_search/searches/default.phpnuW+APKs?\V#{[ html/com_search/searches/index.htmlnuW+APKs?\V[ html/com_search/index.htmlnuW+APKs?\)$V\ html/com_installer/default/.htaccessnuW+APKs?\X*)] html/com_installer/default/default_ftp.phpnuW+APKs?\V%a html/com_installer/default/index.htmlnuW+APKs?\V$ b html/com_installer/update/index.htmlnuW+APKs?\)#~b html/com_installer/update/.htaccessnuW+APKs?\]p!!%Pc html/com_installer/update/default.phpnuW+APKs?\)%q html/com_installer/discover/.htaccessnuW+APKs?\n s'r html/com_installer/discover/default.phpnuW+APKs?\V& html/com_installer/discover/index.htmlnuW+APKs?\V$2 html/com_installer/manage/index.htmlnuW+APKs?\, html/com_installer/manage/default_filter.phpnuW+APKs?\)# html/com_installer/manage/.htaccessnuW+APKs?\o=__% html/com_installer/manage/default.phpnuW+APKs?\)t html/com_installer/.htaccessnuW+APKs?\V? html/com_installer/index.htmlnuW+APKs?\) html/.htaccessnuW+APKs?\)h html/com_redirect/.htaccessnuW+APKs?\^vv#2 html/com_redirect/links/default.phpnuW+APKs?\V" html/com_redirect/links/index.htmlnuW+APKs?\)!l html/com_redirect/links/.htaccessnuW+APKs?\V< html/com_redirect/index.htmlnuW+APKs?\V html/index.htmlnuW+APKs?\V html/com_banners/index.htmlnuW+APKs?\)o html/com_banners/.htaccessnuW+APKs?\)"8 html/com_banners/clients/.htaccessnuW+APKs?\f $ html/com_banners/clients/default.phpnuW+APKs?\V#O html/com_banners/clients/index.htmlnuW+APKs?\r  html/com_banners/banner/edit.phpnuW+APKs?\)! html/com_banners/banner/.htaccessnuW+APKs?\V" html/com_banners/banner/index.htmlnuW+APKs?\V" html/com_banners/tracks/index.htmlnuW+APKs?\)! html/com_banners/tracks/.htaccessnuW+APKs?\W}%%#` html/com_banners/tracks/default.phpnuW+APKs?\)" html/com_banners/banners/.htaccessnuW+APKs?\V# html/com_banners/banners/index.htmlnuW+APKs?\VR|(|($ html/com_banners/banners/default.phpnuW+APKs?\W o html/com_banners/client/edit.phpnuW+APKs?\V"*html/com_banners/client/index.htmlnuW+APKs?\)!F+html/com_banners/client/.htaccessnuW+APKs?\jhO ,html/com_menus/menus/default.phpnuW+APKs?\VAhtml/com_menus/menus/index.htmlnuW+APKs?\)Ahtml/com_menus/menus/.htaccessnuW+APKs?\)SBhtml/com_menus/.htaccessnuW+APKs?\)Chtml/com_menus/menu/.htaccessnuW+APKs?\cu $$Chtml/com_menus/menu/edit.phpnuW+APKs?\VVJhtml/com_menus/menu/index.htmlnuW+APKs?\VJhtml/com_menus/item/index.htmlnuW+APKs?\)0Khtml/com_menus/item/.htaccessnuW+APKs?\ӂe e $Khtml/com_menus/item/edit_options.phpnuW+APKs?\,X((Whtml/com_menus/item/edit.phpnuW+APKs?\V)lhtml/com_menus/items/index.htmlnuW+APKs?\)lhtml/com_menus/items/.htaccessnuW+APKs?\R `,`, dmhtml/com_menus/items/default.phpnuW+APKs?\Vhtml/com_menus/index.htmlnuW+APKs?\u#$|html/com_plugins/plugins/default.phpnuW+APKs?\)"vhtml/com_plugins/plugins/.htaccessnuW+APKs?\V#Ghtml/com_plugins/plugins/index.htmlnuW+APKs?\)html/com_plugins/.htaccessnuW+APKs?\Vhtml/com_plugins/index.htmlnuW+APKs?\MU' html/com_plugins/plugin/edit.phpnuW+APKs?\)!Ihtml/com_plugins/plugin/.htaccessnuW+APKs?\VS(html/com_plugins/plugin/edit_options.phpnuW+APKs?\V"Dhtml/com_plugins/plugin/index.htmlnuW+APKs?\cX6html/modules.phpnuW+APKs?\V'html/com_templates/templates/index.htmlnuW+APKs?\5W!  (dhtml/com_templates/templates/default.phpnuW+APKs?\)&html/com_templates/templates/.htaccessnuW+APKs?\)html/com_templates/.htaccessnuW+APKs?\)#fhtml/com_templates/styles/.htaccessnuW+APKs?\o$|%8html/com_templates/styles/default.phpnuW+APKs?\V$html/com_templates/styles/index.htmlnuW+APKs?\Vhtml/com_templates/index.htmlnuW+APKs?\Vhtml/com_newsfeeds/index.htmlnuW+APKs?\V'bhtml/com_newsfeeds/newsfeeds/index.htmlnuW+APKs?\)&html/com_newsfeeds/newsfeeds/.htaccessnuW+APKs?\7&html/com_newsfeeds/newsfeeds/modal.phpnuW+APKs?\/G^/##(html/com_newsfeeds/newsfeeds/default.phpnuW+APKs?\X-&Ahtml/com_newsfeeds/newsfeed/edit_metadata.phpnuW+APKs?\V&Ghtml/com_newsfeeds/newsfeed/index.htmlnuW+APKs?\@@$Ghtml/com_newsfeeds/newsfeed/edit.phpnuW+APKs?\B^+&Yhtml/com_newsfeeds/newsfeed/edit_params.phpnuW+APKs?\)%^]html/com_newsfeeds/newsfeed/.htaccessnuW+APKs?\)2^html/com_newsfeeds/.htaccessnuW+APKs?\c}^html/pagination.phpnuW+APKs?\EX""*phtml/com_categories/categories/default.phpnuW+APKs?\)(html/com_categories/categories/.htaccessnuW+APKs?\V)html/com_categories/categories/index.htmlnuW+APKs?\V^html/com_categories/index.htmlnuW+APKs?\V'˕html/com_categories/category/index.htmlnuW+APKs?\~~-Ahtml/com_categories/category/edit_options.phpnuW+APKs?\!;q%html/com_categories/category/edit.phpnuW+APKs?\)&]html/com_categories/category/.htaccessnuW+APKs?\)2html/com_categories/.htaccessnuW+APKs?\Vhtml/com_admin/index.htmlnuW+APKs?\)fhtml/com_admin/.htaccessnuW+APKs?\) -html/com_admin/profile/.htaccessnuW+APKs?\#=html/com_admin/profile/edit.phpnuW+APKs?\V!$html/com_admin/profile/index.htmlnuW+APKs?\ & template_thumbnail.pngnuW+APKs?\5L fftemplate_preview.pngnuW+APKs?\rk ;component.phpnuW+APKs?\<[A~~ Efavicon.iconuW+APKs?\) I.htaccessnuW+APKs?\T Jerror.phpnuW+APKs?\{ DQlogin.phpnuW+APKs?\cv 3aindex.phpnuW+APKs?\V xindex.htmlnuW+APKs?\)xlanguage/.htaccessnuW+APKs?\Vylanguage/en-GB/index.htmlnuW+APKs?\GG# zlanguage/en-GB/en-GB.tpl_hathor.ininuW+APKs?\#%