PK xT8x1skin/classic/global/about.csshtml { background: -moz-Dialog; } body { margin: 0; padding: 0 1em; color: -moz-FieldText; font: message-box; } #aboutPageContainer { position: relative; min-width: 330px; max-width: 50em; margin: 4em auto; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: -moz-Field; } .aboutPageWideContainer { max-width: 80% !important; } #aboutLogoContainer { border: 1px solid ThreeDLightShadow; width: 300px; margin-bottom: 2em; } img { border: 0; } #version { font-weight: bold; color: #909090; margin: -24px 0 9px 17px; } ul { margin: 0; -moz-margin-start: 1.5em; padding: 0; list-style: square; } ul > li { margin-top: .5em; } PK t7G( !skin/classic/global/appPicker.css #app-picker { width:320px !important; max-width:320px !important; } #content-description { font-weight:bold; } #suggested-filename { font-weight:normal; } #file-info { } #app-picker-list { height:225px; min-height:225px; } #app-picker-item { padding-bottom:5px; padding-top:5px; } #app-picker-item-image { } #app-picker-item-cell { font-weight:normal; padding-right:10px; padding-left:10px; } #browse-button { margin-top:10px; }PK 0, skin/classic/global/arrow.css @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .up { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .up:hover { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } .up[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .down { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .down:hover { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } .down[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .left { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .left:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .left[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .right { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .right:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .right[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } PK ^8&?QLLskin/classic/global/button.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== button.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* :::::::::: button :::::::::: */ button { -moz-appearance: button; margin: 1px 5px 2px 5px; min-width: 6.3em; border: 3px solid; -moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; color: ButtonText; } .button-box { border: 1px solid transparent; padding-top: 1px; padding-bottom: 2px; -moz-padding-start: 3px; -moz-padding-end: 4px; } .button-text { margin: 0 !important; text-align: center; } /* .......... focused state .......... */ button:focus { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight transparent; } button:focus > .button-box { border: 1px dotted ThreeDDarkShadow; } /* .......... default state .......... */ button[default="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow; } /* .......... active/open/checked state .......... */ button:hover:active, button[open="true"], button[checked="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent; } button:hover:active > .button-box:not(:-moz-system-metric(windows-default-theme)), button[open="true"] > .button-box:not(:-moz-system-metric(windows-default-theme)), button[checked="true"] > .button-box:not(:-moz-system-metric(windows-default-theme)) { padding-top: 2px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 3px; } /* .......... disabled state .......... */ button[disabled="true"] { -moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow !important; color: GrayText; } button[disabled="true"] > .button-box { padding-top: 1px !important; padding-bottom: 2px !important; -moz-padding-start: 3px !important; -moz-padding-end: 4px !important; } /* ::::: menu/menu-button buttons ::::: */ button[type="menu-button"] { -moz-box-align: center; -moz-box-pack: center; margin: 0; border: none; } .button-menu-dropmarker, .button-menubutton-dropmarker { -moz-appearance: none !important; margin: 1px; background-color: transparent !important; border: none !important; min-width:11px; min-height:11px; } .button-menubutton-dropmarker[open="true"] { margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 2px; -moz-margin-end: 0px; } /* ::::: plain buttons ::::: */ button.plain { border: 0px !important; margin: 0px !important; padding: 0px !important; } button[type="disclosure"] { border: 0px !important; margin: 0px !important; padding: 0px !important; -moz-appearance: none; list-style-image: url("chrome://global/skin/tree/twisty-clsd.png"); min-width: 0px !important; background-color: transparent; } button[type="disclosure"][open="true"] { list-style-image: url("chrome://global/skin/tree/twisty-open.png"); } PK 0FT2G/ skin/classic/global/checkbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== checkbox.css =================================================== == Styles used by the XUL checkbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: checkbox ::::: */ checkbox { -moz-appearance: checkbox-container; -moz-box-align: center; margin: 2px 4px; padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 2px; } .checkbox-label-box { -moz-margin-start: 2px; border: 1px solid transparent; padding: 0px 1px; } .checkbox-icon { -moz-margin-end: 2px; } .checkbox-label { margin: 0 !important; } /* ..... focused state ..... */ checkbox:focus > .checkbox-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-check { background-color: -moz-Dialog; } checkbox[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .checkbox-check { -moz-appearance: checkbox; -moz-box-align: center; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } checkbox:hover:active > .checkbox-check { background-color: -moz-Dialog; } /* ..... checked state ..... */ checkbox[checked="true"] > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } checkbox[checked="true"][disabled="true"] > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important } PK PA2Ph[@@#skin/classic/global/colorpicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== colorpicker.css ================================================ == Styles used by the XUL colorpicker element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: colorpicker button ::::: */ /* colorpicker button */ colorpicker[type="button"] { width: 38px; height: 24px; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: ThreeDFace; padding: 3px; } .colorpicker-button-colorbox { border: 1px solid #000000; } colorpicker[type="button"]:focus { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; } colorpicker[type="button"][open="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } /* ::::: colorpicker tiles ::::: */ .colorpickertile { width : 20px; height : 20px; margin : 1px; border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; } .colorpickertile[selected="true"] { border : 2px outset #C0C0C0; } .colorpickertile[hover="true"] { border : 2px dotted #FFFFFF; } .cp-light[hover="true"] { border : 2px dotted #909090; } PK K>f5 ˀ(skin/classic/global/customizeToolbar.css/* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Mozilla Communicator client code, released March 31, 1998. The Initial Developer of the Original Code is Blake Ross. Portions created by the Initial Developer are Copyright (C) 2002 the Initial Developer. All Rights Reserved. Contributor(s): Blake Ross (blaker@netscape.com) Joe Hewitt (hewitt@netscape.com) Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. ***** END LICENSE BLOCK ***** */ window, dialog { padding: 6px; } #instructions { font-weight: bold; font-size: larger; } PK 2TN6B<(&skin/classic/global/datetimepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== datetimepicker.css ============================================= == Styles used by the XUL datepicker and timepicker elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); datepicker, timepicker { margin: 2px 4px; padding: 0; border: none; background: none; cursor: default; } .datetimepicker-input-box { -moz-appearance: textfield; cursor: text; -moz-margin-end: 2px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 2px 0 3px 0; -moz-padding-start: 4px; -moz-padding-end: 2px; background-color: -moz-Field; color: -moz-FieldText; } .datetimepicker-input-subbox { width: 1.6em; } html|*.datetimepicker-input { text-align: right; } .datetimepicker-separator { margin: 0 !important; } .datetimepicker-year { width: 3.2em; } datepicker[readonly="true"], timepicker[readonly="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } datepicker[disabled="true"], timepicker[disabled="true"] { cursor: default; background-color: -moz-Dialog; color: GrayText; } .datepicker-mainbox { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } .datepicker-popupgrid > .datepicker-mainbox { margin: 0; border: none; } .datepicker-gridlabel, .datepicker-weeklabel { text-align: center; } .datepicker-gridlabel[today="true"] { background-color: darkgrey; color: white; } .datepicker-gridlabel[selected="true"] { background-color: Highlight; color: HighlightText; } .datepicker-button { -moz-appearance: none; min-width: 8px; padding: 0px; } .datepicker-previous { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-next { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-previous:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .datepicker-next:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .datepicker-previous[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .datepicker-next[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } .datepicker-previous[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-next[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-previous[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .datepicker-next[chromedir="rtl"]:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .datepicker-previous[disabled="true"][chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } .datepicker-next[disabled="true"][chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } PK 97,س/ / skin/classic/global/dialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Original Author: Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== dialog.css ===================================================== == Styles used by the XUL dialog element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ dialog { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } /* ::::: dialog buttons ::::: */ .dialog-button { font: menu; margin-top: 6px; } /* ::::: dialog header ::::: */ dialogheader { margin: 0px 5px 5px 5px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 5px 8px; background-color: Highlight; color: HighlightText; } .dialogheader-title { margin: 0px !important; font-size: larger; font-weight: bold; } /* ::::: large dialog header ::::: */ .header-large { -moz-box-orient: vertical; margin-top: -8px; margin-bottom: 0; -moz-margin-start: -8px; -moz-margin-end: -10px; border-left: none; border-right: none; border-top: none; -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; padding-top: 12px; padding-bottom: 12px; -moz-padding-start: 25px; -moz-padding-end: 5px; background-color: Window; color: WindowText; } .header-large > .dialogheader-title { font: inherit; font-weight: bold; } .header-large > .dialogheader-description { -moz-margin-start: 12px !important; } PK -`6{U  "skin/classic/global/dropmarker.cssdropmarker { -moz-appearance: menulist-button; width: 16px; height: 16px; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; padding: 1px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; } dropmarker:hover:active { -moz-border-top-colors: ThreeDShadow ThreeDFace; -moz-border-right-colors: ThreeDShadow ThreeDFace; -moz-border-bottom-colors: ThreeDShadow ThreeDFace; -moz-border-left-colors: ThreeDShadow ThreeDFace; padding-top: 2px; padding-bottom: 0px; -moz-padding-start: 2px; -moz-padding-end: 0px; } dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight !important; padding: 1px !important; } PK 0FT2׿ۀ skin/classic/global/expander.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ .expanderButton { cursor: pointer !important; } .settingsContainer { padding-top: 3px; padding-bottom: 5px; -moz-padding-start: 20px; -moz-padding-end: 5px; } PK PA2 LLL"skin/classic/global/filepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Brian Ryner (bryner@brianryner.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== filepicker.css ================================================= == Styles used by the File Picker dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: column widths ::::: */ #FilenameColumn, #ContentLengthColumn, #LastModifiedDateColumn { width: 100px; } /* ::::: file/directory items ::::: */ treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 32px, 16px, 16px); } treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(16px, 16px, 32px, 0px); } /* ::::: button items ::::: */ /* up-button */ .up-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 24px 24px 0px); max-width: 36px; } .up-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 24px 48px 0px); max-width: 36px; } /* home-button */ .home-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 48px 24px 24px); max-width: 36px; } .home-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 48px 48px 24px); max-width: 36px; } /* new-dir-button */ .new-dir-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 72px 24px 48px); max-width: 36px; } .new-dir-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 72px 48px 48px); max-width: 36px; }PK 8Z" skin/classic/global/findBar.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .findbar-closebutton { border: 1px solid transparent; padding: 3px 2px 4px 2px !important; list-style-image: url("chrome://global/skin/icons/closeSidebar.png"); -moz-appearance: none; -moz-image-region: rect(0px, 14px, 14px, 0px); } .findbar-closebutton > .toolbarbutton-icon { -moz-margin-end: 0px !important; -moz-padding-end: 2px !important; -moz-padding-start: 2px !important; } .findbar-closebutton:hover { -moz-image-region: rect(0px, 28px, 14px, 14px); } .findbar-closebutton:hover:active { -moz-image-region: rect(0px, 42px, 14px, 28px); } findbar { -moz-appearance: none !important; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; border-bottom: 1px solid; -moz-border-bottom-colors: transparent; min-width: 1px; } /* find-next button */ .findbar-find-next { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); } .findbar-find-next:hover { -moz-image-region: rect(16px 16px 32px 0px); } .findbar-find-next[disabled="true"] { -moz-image-region: rect(32px 16px 48px 0px) !important; } /* find-previous button */ .findbar-find-previous { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); } .findbar-find-previous:hover { -moz-image-region: rect(16px 32px 32px 16px); } .findbar-find-previous[disabled="true"] { -moz-image-region: rect(32px 32px 48px 16px) !important; } /* highlight button */ .findbar-highlight { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); } .findbar-highlight:hover { -moz-image-region: rect(16px 48px 32px 32px); } .findbar-highlight[disabled="true"] { -moz-image-region: rect(32px 48px 48px 32px) !important; } .findbar-highlight:active, .findbar-highlight[checked="true"] { -moz-image-region: rect(48px 48px 64px 32px); } .findbar-highlight[checked="true"]:hover { -moz-image-region: rect(64px 48px 80px 32px); } .find-status-icon { list-style-image: none; margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 12px; -moz-margin-end: 0px; width: 16px; height: 16px; } .findbar-find-status { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 3px; -moz-margin-end: 0px; padding: 2px; } .find-status-icon[status="notfound"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } .findbar-textbox { -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); -moz-appearance: none; border: none; margin: 0px; } .findbar-textbox[status="notfound"] { background-color: #FF6666; color: #FFFFFF; } findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox { background-color: yellow; } .find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/icons/wrap.png"); } .find-field-container { -moz-appearance: textfield; } PK 1n6j "skin/classic/global/formatting.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* inset areas */ .inset { border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; margin : 0px 5px 5px 5px; } .box-inset { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } /* formatting */ .groove-top { border-top : 2px groove ThreeDFace; } .groove-right { border-right : 2px groove ThreeDFace; } .groove-left { border-left : 2px groove ThreeDFace; } .groove-bottom { border-bottom : 2px groove ThreeDFace; } .outset { border-left : 1px solid ThreeDHighlight; border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; } .outset-top-bottom { border-top : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDShadow; } /** separator rules **/ /* standard separators */ separator, separator[orient="horizontal"] { height: 1.5em; } separator[orient="vertical"] { width: 1.5em; } /* thinner separators (50% size) */ separator.thin, separator.thin[orient="horizontal"] { height: 0.5em; } separator.thin[orient="vertical"] { width: 0.5em; } /* groove separators (50% size) */ separator.groove, separator.groove[orient="horizontal"] { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; margin-top: 0.4em; margin-bottom: 0.4em; } separator.groove[orient="vertical"] { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; -moz-margin-start: 0.4em; -moz-margin-end: 0.4em; } /* groove separators (0 padding, for dividing effects) */ separator.groove-thin { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; } separator[orient="vertical"].groove-thin { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } /** text formatting rules **/ /* label (with margins) */ /** Reduced Margin for some UI **/ .small-margin { margin : 1px 2px 1px 2px; } .plain { margin: 0px !important; border: none; padding: 0px; } label[disabled="true"] { color : GrayText; } description, label { cursor : default; } description { margin : 1px 5px 4px 5px; } label { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px; -moz-margin-end: 5px; } .header { font-weight : bold; } .larger-text { font-size : larger; } .smaller-text { font-size : smaller; } .monospace { font-family : monospace; } .indent { -moz-margin-start : 23px; } .box-padded { padding : 5px; } .spaced { margin : 3px 5px 4px 5px; } .wizard-box { padding : 20px 44px 10px 44px; } .caption-text { margin-top: 0px !important; margin-bottom: 0px !important; -moz-margin-start: 1px !important; -moz-margin-end: 2px !important; } /* class for text with a 'link' appearance */ .text-link { color : blue; text-decoration : underline; border : 1px solid transparent; } .text-link:focus { color : red; border : 1px dotted -moz-DialogText; } .text-link:hover { cursor : pointer; } .text-link:hover:active { color : red; } .text-link[visited="true"] { color : purple; } PK 638/I I &skin/classic/global/globalBindings.xml PK 48 treerow { background : transparent !important; border : none !important; color : -moz-FieldText !important; } treecell:hover { text-decoration : underline !important; color : #000080 !important; cursor : pointer; } treecell:hover:active { text-decoration : underline !important; color : red !important; } PK 88<skin/classic/global/listbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: listbox ::::: */ listbox { -moz-appearance: listbox; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } listbox[disabled="true"] { color: GrayText; } /* ::::: listitem ::::: */ listitem { border: 1px solid transparent; } listbox:focus > listitem[selected="true"][current="true"] { outline: 1px dotted #F3D982; } listbox:focus > listitem[current="true"] { outline: 1px dotted Highlight; -moz-outline-offset: -1px; } listitem[selected="true"] { background-color: -moz-cellhighlight; color: -moz-cellhighlighttext; } listbox:focus > listitem[selected="true"] { background-color: Highlight; color: HighlightText; } /* ::::: listheader ::::: */ listheader { -moz-appearance: treeheadercell; -moz-box-align: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 0 4px; } listheader[sortable="true"]:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding-top: 1px; padding-bottom: 0px; -moz-padding-start: 5px; -moz-padding-end: 4px; } .listheader-icon { -moz-margin-end: 2px; } .listheader-label { margin: 0px !important; } /* ..... sort direction icon ..... */ .listheader-sortdirection { list-style-image: none; } .listheader-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .listheader-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: listcell ::::: */ .listcell-label { margin: 0px !important; padding-top: 0px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 0px; white-space: nowrap; } .listcell-icon { -moz-margin-end: 2px; } .listcell-label[disabled="true"] { color: GrayText; } /* ::::: listcell checkbox ::::: */ .listcell-check { -moz-appearance: checkbox; -moz-box-align: center; margin: 0px 2px; border: 1px solid -moz-DialogText; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } .listcell-check[checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } .listcell-check[disabled="true"] { border-color: GrayText; background-image: url("chrome://global/skin/checkbox/cbox-dis.gif"); } .listcell-check[disabled="true"][checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); } PK X8\GOOskin/classic/global/menu.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== menu.css ======================================================= == Styles used by XUL menu-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menu/menuitem ::::: */ menu, menuitem { -moz-appearance: menuitem; -moz-box-align: center; color: MenuText; font: menu; list-style-image: none; -moz-image-region: auto; } menuitem[default="true"] { font-weight: bold; } menu[disabled="true"], menuitem[disabled="true"], menu[_moz-menuactive="true"][disabled="true"], menuitem[_moz-menuactive="true"][disabled="true"] { color: GrayText; } menuitem.spell-suggestion { font-weight:bold; } /* ..... internal content .... */ .menu-accel, .menu-iconic-accel, .menu-text, .menu-iconic-text { margin: 0px !important; padding: 0px; color: inherit; } .menu-text { -moz-padding-start: 1.45em !important; -moz-appearance: menuitemtext; } .menu-text, .menu-iconic-text { font-weight: inherit; -moz-margin-start: 2px !important; -moz-padding-end: 2px; } .menu-description { font-style: italic; color: GrayText; -moz-margin-start: 1ex !important; } .menu-accel, .menu-iconic-accel { color: inherit; -moz-margin-start: 0.74em !important; -moz-margin-end: 1.35em !important; } .menu-iconic-left, .menu-right { min-width: 1.45em; min-height: 1.21em; } .menu-iconic-icon { width: 16px; height: 16px; } menu.menu-iconic > .menu-iconic-left, menuitem.menuitem-iconic > .menu-iconic-left { -moz-appearance: menuimage; } menu.menu-iconic > .menu-iconic-left > .menu-iconic-icon, menuitem.menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { /* reduce icon-text crowding */ -moz-margin-start: -1px; -moz-margin-end: 1px; } /* ..... menu arrow box ..... */ .menu-right { -moz-appearance: menuarrow; -moz-margin-end: -2px; list-style-image: none; } /* ::::: menu/menuitems in menubar ::::: */ menubar > menu { border: 2px solid transparent; } menubar > menu[_moz-menuactive="true"][open="true"] { border-width: 3px 1px 1px 3px; } menubar > menu[_moz-menuactive="true"], menubar > menu[_moz-menuactive="true"][open="true"] { color: -moz-menubarhovertext; } /* ..... internal content .... */ .menubar-left { color: inherit; } .menubar-text { margin: 1px 6px 2px 6px !important; color: inherit; } /* ::::: menu/menuitems in popups ::::: */ menupopup > menu, popup > menu, menupopup > menuitem, popup > menuitem { max-width: 42em; } menupopup > menu[_moz-menuactive="true"], menupopup > menuitem[_moz-menuactive="true"], popup > menu[_moz-menuactive="true"], popup > menuitem[_moz-menuactive="true"] { background-color: -moz-menuhover; color: -moz-menuhovertext; } /* ::::: menu/menuitems in menulist popups ::::: */ .menulist-menupopup > menuitem, menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { -moz-appearance: none; border: 1px solid transparent; padding-top: 1px; -moz-padding-end: 30px; padding-bottom: 1px; -moz-padding-start: 5px; max-width: none; font: message-box; color: -moz-FieldText; } .menulist-menupopup > menuitem > .menu-iconic-left, menulist > menupopup > menuitem > .menu-iconic-left, .menulist-menupopup > menu > .menu-iconic-left, menulist > menupopup > menu > .menu-iconic-left { display: none; } menulist > menupopup > menuitem[_moz-menuactive="true"] { border: 1px dotted #F5DB95; background-color: highlight; color: highlighttext; } menulist > menupopup > menuitem[_moz-menuactive="true"][disabled="true"] { color: GrayText; } menulist > menupopup > menuitem > .menu-iconic-text { margin: 0 !important; } /* ::::: checkbox and radio menuitems ::::: */ menuitem[type="checkbox"], menuitem[checked="true"] { -moz-appearance: checkmenuitem; } menuitem[type="checkbox"] > .menu-iconic-left, menuitem[checked="true"] > .menu-iconic-left { -moz-appearance: menucheckbox; } menuitem[type="radio"] { -moz-appearance: radiomenuitem; } menuitem[type="radio"] > .menu-iconic-left { -moz-appearance: menuradio; } menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon, menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon, menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon { /* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064) XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */ display: none; } /* ::::: menuseparator ::::: */ menuseparator { -moz-appearance: menuseparator; padding: 3px 1px 4px 1px; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } menulist > menupopup > menuseparator, .menulist-menupopup > menuseparator { padding: 6px 0 5px 0; border-top: 1px solid #000000; border-bottom: none; } /* ::::: autocomplete ::::: */ .autocomplete-history-popup > menuitem { max-width: none !important; font: message-box; } /* ::::: tree column picker ::::: */ .treecell-popupcell-menu { -moz-margin-start: -2px; list-style-image: url("chrome://global/skin/columnselect.gif"); -moz-image-region: auto; } PK vkL7P( skin/classic/global/menulist.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== menulist.css =================================================== == Styles used by the XUL menulist element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* :::::::::: menulist :::::::::: */ menulist { -moz-appearance: menulist; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } .menulist-label-box { -moz-box-align: center; -moz-box-pack: center; margin: 1px; } .menulist-label-box, menulist[open="true"]:focus > .menulist-label-box { border: 1px solid transparent; background-color: transparent; color: inherit; -moz-box-align: center; } .menulist-icon[src] { margin: 0px 2px 0px 2px; } .menulist-label { margin-top: 0 !important; -moz-margin-end: 0 !important; margin-bottom: 0 !important; -moz-margin-start: 1px !important; } .menulist-description { font-style: italic; color: GrayText; -moz-margin-start: 1ex !important; } /* ..... dropmarker ..... */ menulist[disabled="true"]:hover:active > .menulist-dropmarker { -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; padding: 1px; } menulist:hover:active > .menulist-dropmarker { -moz-border-top-colors: ThreeDShadow ThreeDFace; -moz-border-right-colors: ThreeDShadow ThreeDFace; -moz-border-bottom-colors: ThreeDShadow ThreeDFace; -moz-border-left-colors: ThreeDShadow ThreeDFace; padding-top: 2px; padding-bottom: 0px; -moz-padding-start: 2px; -moz-padding-end: 0px; } /* ..... focused state ..... */ menulist:focus > .menulist-label-box { border: 1px dotted #F5DB95; background-color: Highlight; color: HighlightText; } /* ..... disabled state ..... */ menulist[disabled="true"] { background-color: -moz-Dialog; color: GrayText; } /* ::::: editable menulists ::::: */ .menulist-editable-box { padding-top: 3px; padding-bottom: 3px; -moz-padding-start: 2px; -moz-padding-end: 0px; } html|*.menulist-editable-input { margin: 0px !important; border: none !important; padding: 0px !important; background: inherit; font: inherit; } /* ::::: compact menulists ::::: */ .menulist-compact { -moz-appearance: none; -moz-box-align: center; -moz-box-pack: center; margin: 0; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; color: ButtonText; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .menulist-compact > .menulist-label-box > .menulist-label { margin: 0 3px !important; text-align: right; } .menulist-compact > .menulist-label-box > .menulist-icon { -moz-margin-start: 2px; } .menulist-compact[open="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } .menulist-compact[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .menulist-compact:focus > .menulist-label-box { border: 1px dotted; background-color: transparent; color: inherit; } PK r8~  skin/classic/global/netError.css/* * This defines the look-and-feel styling of the error pages. * (see: netError.xhtml) * * Original styling by William Price * Updated by: Steven Garrity * Henrik Skupin */ html { background: -moz-Dialog; } body { margin: 0; padding: 0 1em; color: -moz-FieldText; font: message-box; } h1 { margin: 0 0 .6em 0; border-bottom: 1px solid ThreeDLightShadow; font-size: 160%; } ul, ol { margin: 0; -moz-margin-start: 1.5em; padding: 0; } ul > li, ol > li { margin-bottom: .5em; } ul { list-style: square; } #errorPageContainer { position: relative; min-width: 13em; max-width: 52em; margin: 4em auto; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat -moz-Field; -moz-background-origin: content; } #errorPageContainer.certerror { background-image: url("chrome://global/skin/icons/sslWarning.png"); } body[dir="rtl"] #errorPageContainer { background-position: right 0; } #errorTitle { -moz-margin-start: 80px; } #errorLongContent { -moz-margin-start: 80px; } #errorShortDesc > p { overflow: auto; border-bottom: 1px solid ThreeDLightShadow; padding-bottom: 1em; font-size: 130%; white-space: pre-wrap; } #errorLongDesc { -moz-padding-end: 3em; font-size: 110%; } #errorLongDesc > p { } #errorTryAgain { margin-top: 2em; -moz-margin-start: 80px; } #brand { position: absolute; right: 0; bottom: -1.5em; -moz-margin-end: 10px; opacity: .4; } body[dir="rtl"] #brand { right: auto; left: 0; } #brand > p { margin: 0; } #errorContainer { display: none; } #securityOverrideDiv { padding-top: 10px; } #securityOverrideContent { background-color: InfoBackground; color: InfoText; padding: 10px; -moz-border-radius: 10px; } /* Custom styling for 'blacklist' error class */ :root.blacklist #errorTitle, :root.blacklist #errorLongContent, :root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc, :root.blacklist a { background-color: #722; /* Dark red */ color: white; } :root.blacklist #errorPageContainer { background-image: url("chrome://global/skin/icons/blacklist_large.png"); background-color: #722; } :root.blacklist { background: #333; } :root.blacklist #errorTryAgain { display: none; } PK 5SC!skin/classic/global/numberbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== numberbox.css ================================================== == Styles used by the XUL textbox type="number" element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); textbox[type="number"] { padding: 0 !important; cursor: default; } html|*.numberbox-input { text-align: right; } .numberbox-input-box { -moz-box-align: center; } PK s8$$skin/classic/global/notification.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { background-color: InfoBackground; color: InfoText; } notification[type="info"] { background-color: -moz-Dialog; color: -moz-DialogText; } notification[type="critical"] { background-color: red; color: white; } .messageImage { width: 16px; height: 16px; margin: 0px 1px 0px 6px; } /* Default icons for notifications */ notification[type="info"] .messageImage { list-style-image: url("chrome://global/skin/icons/information-16.png"); } notification[type="warning"] .messageImage { list-style-image: url("chrome://global/skin/icons/warning-16.png"); } notification[type="critical"] .messageImage { list-style-image: url("chrome://global/skin/icons/error-16.png"); } .messageText { -moz-margin-start: 5px; } .messageButton { margin: 0px 5px 0px 5px; } .messageCloseButton { list-style-image: url("chrome://global/skin/icons/close.png"); -moz-appearance: none; -moz-image-region: rect(0px, 14px, 14px, 0px); padding: 4px 2px; border: none !important; } .messageCloseButton:hover { -moz-image-region: rect(0px, 28px, 14px, 14px); } .messageCloseButton:hover:active { -moz-image-region: rect(0px, 42px, 14px, 28px); } PK eS7II#skin/classic/global/passwordmgr.css/* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Login Manager code. The Initial Developer of the Original Code is Ehsan Akhgari . Portions created by the Initial Developer are Copyright (C) 2007 the Initial Developer. All Rights Reserved. Contributor(s): Ehsan Akhgari Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .contentPane { margin: 9px 8px 5px 8px; } .actionButtons { margin: 0px 3px 6px 3px !important; } PK U7+n skin/classic/global/popup.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== popup.css =================================================== == Styles used by the XUL popup element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menupopup ::::: */ menupopup, popup, panel { border: 3px solid transparent; -moz-border-top-colors : ThreeDLightShadow ThreeDHighlight ThreeDFace; -moz-border-left-colors : ThreeDLightShadow ThreeDHighlight ThreeDFace; -moz-border-right-colors : ThreeDDarkShadow ThreeDShadow ThreeDFace; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow ThreeDFace; padding: 0px; min-width: 1px; background: Menu; } menupopup, /* auto complete popups don't render well as vista menus */ popup:not([type="autocomplete"]) { -moz-appearance: menupopup; } menupopup > menu > menupopup, popup > menu > menupopup { /* align submenus */ -moz-margin-start: -3px; margin-top: -3px; } /* ::::: tooltip ::::: */ tooltip { -moz-appearance: tooltip; margin-top: 21px; border: 1px solid InfoText; padding: 2px 3px; max-width: 40em; background-color: InfoBackground; color: InfoText; font: message-box; } .tooltip-label { margin: 0px !important; } tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -3px; */ max-width: none; } /* rules for popups associated with menulists */ menulist > menupopup, .menulist-menupopup { -moz-appearance: none; border-width: 1px; -moz-border-top-colors: -moz-FieldText; -moz-border-right-colors: -moz-FieldText; -moz-border-bottom-colors: -moz-FieldText; -moz-border-left-colors: -moz-FieldText; padding: 0px; min-width: 0px; background-color: -moz-Field; } PK y93SQ #skin/classic/global/preferences.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is the Preferences UI System. * * The Initial Developer of the Original Code is * Ben Goodger. * Portions created by the Initial Developer are Copyright (C) 2005 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== preferences.css ===================================================== == Styles used by the XUL prefwindow element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ prefwindow { padding: 0px; } prefpane { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] > prefpane { padding: 0px; } .prefWindow-dlgbuttons { padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] .prefWindow-dlgbuttons { padding: 0px; } radio[pane] { -moz-appearance: none; margin: 0px 1px 0px 1px; padding: 1px 3px 1px 3px; min-width: 4.5em; } .paneSelector { border-bottom: 2px groove ThreeDFace; margin: 0px; -moz-padding-start: 10px; background-color: -moz-Field; color: -moz-FieldText; } .paneButtonIcon { width: 32px; height: 32px; } radio[pane]:hover { background-color: #E0E8F6; color: black; -moz-appearance: none; } radio[pane][selected="true"] { background-color: #C1D2EE; color: black; -moz-appearance: none; } PK m2Z~۱&skin/classic/global/printPageSetup.css.portrait-page { list-style-image: url("chrome://global/skin/icons/Portrait.png"); } .landscape-page { list-style-image: url("chrome://global/skin/icons/Landscape.png"); } PK |w2Rq55$skin/classic/global/printPreview.css/* ..... page navigation ..... */ .home-arrow, .end-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif"); } .end-arrow, .home-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif"); } .left-arrow, .right-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); } .right-arrow, .left-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif"); } /* ...... scale in/decrement ..... */ .up-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); } .down-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif"); } /* ..... orientation ..... */ .toolbar-portrait-page { list-style-image: url("chrome://global/skin/icons/Print-preview.png"); -moz-image-region: rect(0px 16px 16px 0px); } .toolbar-landscape-page { list-style-image: url("chrome://global/skin/icons/Print-preview.png"); -moz-image-region: rect(0px 32px 16px 16px); } PK A2 E E %skin/classic/global/progressmeter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== progressmeter.css ============================================== == Styles used by the XUL progressmeter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: progressmeter ::::: */ progressmeter { -moz-appearance: progressbar; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDHighlight -moz-Dialog; -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-color: -moz-Dialog; min-width: 128px; min-height: 15px; } .progress-bar { -moz-appearance: progresschunk; min-width: 0px; background-color: ThreeDShadow; } /* ::::: statusbar progressmeter ::::: */ .progressmeter-statusbar { margin: 0; border: 0px; -moz-border-top-colors: ThreeDHighlight -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDHighlight -moz-Dialog; min-width: 96px; } PK e2E>skin/classic/global/radio.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== radio.css =================================================== == Styles used by the XUL radio element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: radio ::::: */ radio { -moz-appearance: radio-container; -moz-box-align: center; margin: 2px 4px; padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 2px; } .radio-label-box { -moz-margin-start: 2px; border: 1px solid transparent; padding-top: 0px; padding-bottom: 1px; -moz-padding-start: 1px; -moz-padding-end: 0px; } .radio-icon { -moz-margin-end: 2px; } .radio-label { margin: 0 !important; } /* ..... focused state ..... */ radio[focused="true"] > .radio-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ radio[disabled="true"] > .radio-check-box1 { background-color: -moz-Dialog; } radio[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .radio-check-box1 { -moz-appearance: radio; margin: 1px 0px; border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; border-left: 1px solid ThreeDShadow; -moz-border-radius: 50%; width: 12px; height: 12px; background-color: -moz-Field; } .radio-check-box2 { border-top: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; border-bottom: 1px solid ThreeDLightShadow; border-left: 1px solid ThreeDDarkShadow; -moz-border-radius: 50%; padding: 2px; width: 4px; height: 4px; list-style-image: none; } radio:hover:active > .radio-check-box1 { background-color: -moz-Dialog; } /* ..... selected state ..... */ radio[selected="true"] > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check.gif"); } radio[selected="true"][disabled="true"] > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important } PK 88 #skin/classic/global/richlistbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Richlistbox CSS. * * The Initial Developer of the Original Code is * IBM Corporation. * Portions created by the Initial Developer are Copyright (C) 2005 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Doron Rosenberg (original author) * Simon Bünzli * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); richlistbox { margin: 2px 4px; background-color: -moz-Field; color: -moz-FieldText; } richlistbox[disabled="true"] { color: GrayText; } richlistitem[selected="true"] { background-color: -moz-cellhighlight; color: -moz-cellhighlighttext; } richlistbox:focus > richlistitem[selected="true"] { background-color: Highlight; color: HighlightText; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { outline: 1px dotted Highlight; -moz-outline-offset: -1px; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { outline: 1px dotted #F3D982; /* TODO: find a suitable system color */ } PK `4@!!"skin/classic/global/scrollbars.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== xulscrollbars.css ============================================== == Styles used by XUL scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ /* ::::: scrollbar ::::: */ scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } thumb > gripper { -moz-appearance: scrollbargripper-vertical; } thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } scrollbarbutton:hover:active, scrollbarbutton[active="true"] { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { /* XXX -moz-appearance: scrollcorner; */ -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); width: 16px; cursor: default; background-color: -moz-Dialog; } /* ..... increment .... */ scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif") } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { /* ::::: scrollbar ::::: */ html|div scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } html|div scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ html|div thumb, html|div scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ html|div thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } html|div thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } html|div thumb > gripper { -moz-appearance: scrollbargripper-vertical; } html|div thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } html|div scrollbarbutton:hover:active, html|div scrollbarbutton[active="true"] { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ..... increment .... */ html|div scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } html|div scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } html|div scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif") } } PK _5nKz !skin/classic/global/scrollbox.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* * Scroll arrows */ /* Horizonal enabled */ .autorepeatbutton-up[orient="horizontal"], .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"], .scrollbutton-up[orient="horizontal"], .scrollbutton-down[chromedir="rtl"][orient="horizontal"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[orient="horizontal"], .autorepeatbutton-up[chromedir="rtl"][orient="horizontal"], .scrollbutton-down[orient="horizontal"], .scrollbutton-up[chromedir="rtl"][orient="horizontal"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Horizonal disabled */ .autorepeatbutton-up[orient="horizontal"][disabled="true"], .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"], .scrollbutton-up[orient="horizontal"][disabled="true"], .scrollbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[orient="horizontal"][disabled="true"], .autorepeatbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"], .scrollbutton-down[orient="horizontal"][disabled="true"], .scrollbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Vertical enabled */ .autorepeatbutton-up, .scrollbutton-up { list-style-image : url("chrome://global/skin/arrow/arrow-up.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down, .scrollbutton-down { list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Vertical disabled */ .autorepeatbutton-up[disabled="true"], .scrollbutton-up[disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-up-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[disabled="true"], .scrollbutton-down[disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-dn-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .scrollbutton-up > .toolbarbutton-text, .scrollbutton-down > .toolbarbutton-text { display: none; } autorepeatbutton, .scrollbutton-up, .scrollbutton-down { -moz-box-align : center; -moz-box-pack : center; margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 1px; -moz-margin-end: 2px; } autorepeatbutton { border : 1px solid transparent; padding : 1px; } autorepeatbutton:not([disabled="true"]):hover, autorepeatbutton:not([disabled="true"]):hover:active { margin : 1px; border : 1px inset ThreeDFace; padding-top: 2px; padding-bottom: 1px; -moz-padding-start: 2px; -moz-padding-end: 1px; } PK #72c\ #skin/classic/global/spinbuttons.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Hkan Waara. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Hkan Waara (Original Author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); spinbuttons { -moz-appearance: spinner; cursor: default; } .spinbuttons-button { min-width: 13px; min-height: 11px; margin: 0 !important; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; } .spinbuttons-button > .button-box { border: 0; } .spinbuttons-button:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } .spinbuttons-button[disabled="true"] { border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; } .spinbuttons-up { -moz-appearance: spinner-upbutton; background-image: url("chrome://global/skin/arrow/arrow-up.gif"); background-position: center center; background-repeat: no-repeat; } .spinbuttons-up[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .spinbuttons-down { -moz-appearance: spinner-downbutton; background-image: url("chrome://global/skin/arrow/arrow-dn.gif"); background-position: center center; background-repeat: no-repeat; } .spinbuttons-down[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } PK *8;maTT skin/classic/global/splitter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== splitter.css =================================================== == Styles used by the XUL splitter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: splitter (vertical) ::::: */ splitter { -moz-box-align: center; -moz-box-pack: center; cursor: ew-resize; border-width: 0 2px; border-style: solid; -moz-border-left-colors: ThreeDShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDFace; min-width: 6px; background-color: ThreeDFace; } /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { cursor: ns-resize; border-width: 2px 0; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDFace; min-height: 6px; } /* ::::: splitter grippy ::::: */ grippy { cursor: pointer; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; min-width: 4px; min-height: 115px; background-color: transparent; background-repeat: no-repeat; } grippy:hover { background-color: #CCCCFF; } splitter[orient="vertical"] > grippy { border-top: none; border-right: 1px solid ThreeDShadow; border-bottom: none; border-left: 1px solid ThreeDShadow;; min-width: 115px; min-height: 4px; } /* ..... normal state ..... */ /* vertical grippies */ splitter[collapse="before"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } splitter[collapse="after"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } /* horizontal grippies */ splitter[collapse="before"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } splitter[collapse="after"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } /* ..... collapsed state ..... */ /* vertical grippies */ splitter[collapse="before"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } splitter[collapse="after"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } /* horizontal grippies */ splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } PK э8Ծskin/classic/global/tabbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tabs ::::: */ .tabs-left, .tabs-right { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; } /* ::::: tabpanels ::::: */ tabpanels { -moz-appearance: tabpanels; border-right: 2px solid; border-bottom: 2px solid; border-left: 2px solid; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; padding: 8px; background-color: -moz-Dialog; color: -moz-DialogText; } /* ::::: tab ::::: */ tab { -moz-appearance: tab; margin-top: 2px; border-top: 2px solid; border-right: 2px solid; border-left: 2px solid; border-bottom: 1px solid ThreeDHighlight; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; padding: 1px 4px 2px 4px; background-color: -moz-Dialog; color: -moz-DialogText; } tab[chromedir="rtl"] { -moz-border-radius-bottomleft: 1px; -moz-border-radius-bottomright: 0px; } .tab-text { margin: 0 !important; } tab[selected="true"] { -moz-user-focus: normal; margin-top: 0; border-bottom-color: transparent; padding: 1px 6px 4px 6px; } tab:focus > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } tab[beforeselected="true"], tab[afterselected="true"][chromedir="rtl"] { -moz-appearance: tab-left-edge; border-right: none; -moz-border-radius-topright: 0; } tab[afterselected="true"], tab[beforeselected="true"][chromedir="rtl"] { -moz-appearance: tab-right-edge; border-left: none; -moz-border-radius-topleft: 0; } tab[first-tab="true"][selected="true"] { padding-right: 5px; padding-left: 5px; } /* ::::: tab-bottom :::::::::: :: Tabs that are attached to the bottom of a panel, but not necessarily :: a tabpanels. ::::: */ .tab-bottom { margin-top: 0; margin-bottom: 2px; border-top: 1px solid; border-bottom: 2px solid; -moz-border-top-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; padding: 2px 4px 1px 4px; } .tab-bottom[selected="true"] { margin-bottom: 0; -moz-border-top-colors: -moz-Dialog; padding: 4px 6px 1px 6px; } .tab-bottom[beforeselected="true"], .tab-bottom[afterselected="true"][chromedir="rtl"] { -moz-border-radius-bottomright: 0; } .tab-bottom[afterselected="true"], .tab-bottom[beforeselected="true"][chromedir="rtl"] { -moz-border-radius-bottomleft: 0; } /* ::::: tabs-bottom ::::: */ .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { border-top: 1px solid ThreeDShadow; border-bottom: none; } PK `F8I skin/classic/global/textbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== textbox.css ================================================== == Styles used by the XUL textbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: textbox ::::: */ textbox { -moz-appearance: textfield; cursor: text; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 2px 2px 3px 4px; background-color: -moz-Field; color: -moz-FieldText; } textbox[empty="true"] { color: GrayText; } html|*.textbox-input, html|*.textbox-textarea { margin: 0px !important; border: none !important; padding: 0px !important; background-color: inherit; color: inherit; font: inherit; } .textbox-input-box menupopup { cursor: default; } /* ..... readonly state ..... */ textbox[readonly="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } /* ..... disabled state ..... */ textbox[disabled="true"] { cursor: default; background-color: -moz-Dialog; color: GrayText; } /* ::::: plain textbox ::::: */ textbox.plain { -moz-appearance: none !important; padding: 0px !important; margin: 0px !important; border: none !important; } /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input { visibility: hidden; } PK 7p8' mskin/classic/global/toolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== toolbar.css ==================================================== == Styles used by XUL toolbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbox ::::: */ toolbox { -moz-appearance: toolbox; background-color: -moz-Dialog; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; } /* ::::: toolbar & menubar ::::: */ toolbar, menubar { -moz-appearance: toolbar; } toolbar { min-width: 1px; min-height: 19px; border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } toolbar:first-child, menubar { min-width: 1px; border-bottom: 1px solid ThreeDShadow; border-top: 0px !important; } toolbar[mode="icons"] .toolbarbutton-text { display: none; } toolbar[mode="text"] .toolbarbutton-icon { display: none; } toolbar[mode="text"] .toolbarbutton-text { padding: 0 !important; margin: 3px 5px !important; } /* ::::: toolbar decorations ::::: */ toolbarseparator { -moz-appearance: separator; border-top: 2px solid transparent; border-bottom: 2px solid transparent; border-left: 3px solid transparent; border-right: 3px solid transparent; -moz-border-left-colors : transparent transparent ThreeDShadow; -moz-border-right-colors : transparent transparent ThreeDHighlight; } toolbarspacer { width: 15px; } /* ::::: toolbarpaletteitem ::::: */ toolbarpaletteitem { cursor: -moz-grab; } .toolbarpaletteitem-box[type="spacer"], .toolbarpaletteitem-box[type="spring"] { border: 1px solid #808080; background-color: #FFF !important; } toolbarpaletteitem[place="toolbar"] { margin-left: -2px; margin-right: -2px; border-left: 2px solid transparent; border-right: 2px solid transparent; } toolbarpaletteitem[place="toolbar"] > toolbarspacer { width: 11px; } .toolbarpaletteitem-box[type="spacer"][place="toolbar"], .toolbarpaletteitem-box[type="spring"][place="toolbar"] { margin-top: 2px; margin-bottom: 2px; -moz-margin-start: 0px; -moz-margin-end: 2px; } .toolbarpaletteitem-box[type="separator"][place="palette"] { width: 2px; height: 50px; } .toolbarpaletteitem-box[type="spacer"][place="palette"], .toolbarpaletteitem-box[type="spring"][place="palette"] { margin-bottom: 2px; width: 50px; height: 50px; } .toolbarpaletteitem-box[type="spring"][place="palette"] { background: url("chrome://global/skin/toolbar/spring.png") no-repeat center; } /* ..... drag and drop feedback ..... */ toolbarpaletteitem[dragover="left"] { border-left-color: #000000; } toolbarpaletteitem[dragover="right"] { border-right-color: #000000; } PK <<5N _%skin/classic/global/toolbarbutton.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== toolbarbutton.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbarbutton ::::: */ toolbarbutton { -moz-appearance: toolbarbutton; -moz-box-align: center; -moz-box-pack: center; margin: 0; border: 1px solid transparent; padding: 3px; background-color: transparent; color: -moz-DialogText; } .toolbarbutton-icon { -moz-margin-end: 5px; } .toolbarbutton-text { margin: 0 !important; text-align: center; } toolbarbutton.tabbable { -moz-user-focus: normal !important; } toolbarbutton:focus { /* -moz-appearance looks redundant here but is necessary. Without it, the outline won't appear. */ -moz-appearance: toolbarbutton; outline: 1px dotted -moz-DialogText; -moz-outline-offset: -2px; } toolbarbutton:hover, toolbarbutton[buttonover="true"] { border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; } toolbarbutton:hover:active, toolbarbutton[open="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; padding-top: 4px; padding-bottom: 2px; -moz-padding-start: 4px; -moz-padding-end: 2px; } toolbarbutton[disabled="true"], toolbarbutton[disabled="true"]:hover, toolbarbutton[disabled="true"]:hover:active, toolbarbutton[disabled="true"][open="true"] { border-color: transparent; padding: 3px; color: GrayText !important; } /* ..... checked state ..... */ toolbarbutton[checked="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow !important; padding-top: 4px !important; padding-bottom: 2px !important; -moz-padding-start: 4px !important; -moz-padding-end: 2px !important; background-image: url("chrome://global/skin/toolbar/Lighten.png"); color: ButtonText; } /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { -moz-appearance: none !important; border: none !important; background-color: transparent !important; padding: 0; width: auto; } .toolbarbutton-menu-dropmarker[disabled="true"] { padding: 0 !important; } /* ::::: toolbarbutton menu-button ::::: */ toolbarbutton[type="menu-button"] { -moz-box-align: stretch; -moz-box-orient: horizontal !important; } toolbarbutton[type="menu-button"], toolbarbutton[type="menu-button"]:hover, toolbarbutton[type="menu-button"]:hover:active, toolbarbutton[type="menu-button"][open="true"], toolbarbutton[type="menu-button"][disabled="true"], toolbarbutton[type="menu-button"][disabled="true"]:hover, toolbarbutton[type="menu-button"][disabled="true"]:hover:active { border-style: none; padding: 0 !important; } .toolbarbutton-menubutton-button { -moz-box-align: center; -moz-box-pack: center; -moz-box-orient: vertical; } /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { -moz-appearance: none !important; padding: 3px; border: none !important; background-color: transparent !important; width: auto; } .toolbarbutton-menubutton-dropmarker[disabled="true"] { padding: 3px !important; } PK 89g++skin/classic/global/tree.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== tree.css =================================================== == Styles used by the XUL outline element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tree ::::: */ tree { margin: 0px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; -moz-appearance: listbox; } /* ::::: tree focusring ::::: */ .focusring > .tree-stack > .tree-rows > .tree-bodybox { border: 1px solid transparent; } .focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { border: 1px solid #000000; } /* ::::: tree rows ::::: */ treechildren::-moz-tree-row { border: 1px solid transparent; min-height: 18px; height: 1.3em; } treechildren::-moz-tree-row(selected) { background-color: -moz-cellhighlight; } treechildren::-moz-tree-row(selected, focus) { background-color: Highlight; } treechildren::-moz-tree-row(current, focus) { border: 1px dotted Highlight; } treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #F3D982; } tree[seltype="cell"] > treechildren::-moz-tree-row, tree[seltype="text"] > treechildren::-moz-tree-row { border: none; background-color: transparent; } /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text, tree[seltype="text"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; } treechildren::-moz-tree-cell-text(selected) { color: -moz-cellhighlighttext; } tree[seltype="cell"] > treechildren::-moz-tree-cell { border: 1px solid transparent; padding: 0px 1px 0px 1px; } tree[seltype="text"] > treechildren::-moz-tree-cell-text { border: 1px solid transparent; padding: 0px 1px 1px 1px; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { background-color: -moz-cellhighlight; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { color: -moz-cellhighlighttext; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { background-color: -moz-cellhighlight; color: -moz-cellhighlighttext; } treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { background-color: Highlight; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { background-color: Highlight; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { color: HighlightText; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { color: HighlightText; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { border: 1px dotted #000000; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) { border: 1px dotted #000000; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) { border: 1px dotted #C0C0C0; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, current, focus) { border: 1px dotted #C0C0C0; } /* ::::: lines connecting cells ::::: */ /* Windows hasn't used dotted lines for this since XP */ treechildren::-moz-tree-line { visibility: hidden; } /* ::::: tree separator ::::: */ treechildren::-moz-tree-separator { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } /* ::::: drop feedback ::::: */ tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn), treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: Highlight; color: HighlightText; } treechildren::-moz-tree-drop-feedback { background-color: Highlight; width: 50px; height: 2px; -moz-margin-start: 5px; } /* ::::: tree progress meter ::::: */ treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDHighlight -moz-Dialog; -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-color: -moz-Dialog; color: ThreeDShadow; } treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); } treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } /* ::::: tree columns ::::: */ treecol, treecolpicker { -moz-appearance: treeheadercell; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 0px 4px; } .treecol-image { padding: 0px 1px; } .treecol-text { margin: 0px !important; } treecol[hideheader="true"] { -moz-appearance: none; border: none; padding: 0; } /* ..... internal box ..... */ treecol:hover:active, treecolpicker:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding-top: 1px; padding-bottom: 0px; -moz-padding-start: 5px; -moz-padding-end: 4px; } .treecol-image:hover:active { padding-top: 1px; padding-bottom: 0px; -moz-padding-start: 2px; -moz-padding-end: 1px; } /* ::::: column drag and drop styles ::::: */ treecol[dragging="true"] { -moz-border-top-colors: ThreeDDarkShadow transparent !important; -moz-border-right-colors: ThreeDDarkShadow transparent!important; -moz-border-bottom-colors: ThreeDDarkShadow transparent !important; -moz-border-left-colors: ThreeDDarkShadow transparent !important; background-color: ThreeDShadow !important; color: ThreeDHighlight !important; } treecol[insertafter="true"] { -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; } treecol[insertbefore="true"] { -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid ThreeDShadow; } treechildren::-moz-tree-column(insertafter) { border-right: 1px solid ThreeDShadow; } /* ::::: sort direction indicator ::::: */ .treecol-sortdirection { list-style-image: none; } treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: column picker ::::: */ .tree-columnpicker-icon { list-style-image: url("chrome://global/skin/tree/columnpicker.gif"); } /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { -moz-padding-end: 4px; padding-top: 1px; width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.png"); } treechildren::-moz-tree-twisty(open) { width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.png"); } treechildren::-moz-tree-indentation { width: 18px; } /* ::::: gridline style ::::: */ treechildren.gridlines::-moz-tree-cell { border-right: 1px solid transparent !important; border-bottom: 1px solid transparent !important; } treechildren.gridlines::-moz-tree-row { border: none; } treechildren::-moz-tree-image(Name) { -moz-padding-end: 2px; } treechildren::-moz-tree-image(Name) { margin: 0px 2px; list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; -moz-image-region: rect(0px, 16px, 16px, 0px); } treechildren::-moz-tree-image(Name, container) { -moz-image-region: rect(0px, 32px, 16px, 16px); } treechildren::-moz-tree-image(Name, open) { -moz-image-region: rect(16px, 32px, 32px, 16px); } treechildren::-moz-tree-image(Name, separator) { list-style-image: none; width: 0px !important; height: 0px !important; margin: 0px 0px; } treechildren::-moz-tree-cell-text(Name, separator) { color: ThreeDShadow; margin: 0px 5px 0px 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: HighlightText; } /* ::::: editable tree ::::: */ treechildren::-moz-tree-row(selected, editing) { background-color: transparent; border: none; } treechildren::-moz-tree-cell-text(selected, editing) { color: inherit; } .tree-input { -moz-appearance: none; border: 1px solid Highlight; -moz-border-top-colors: Highlight; -moz-border-bottom-colors: Highlight; -moz-border-left-colors: Highlight; -moz-border-right-colors: Highlight; margin: 0; -moz-margin-start: -4px; padding: 1px; } PK 184Tskin/classic/global/wizard.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { border-bottom: 2px groove ThreeDFace; background-color: Window; color: WindowText; } .wizard-header-box-1 { padding: 5px 0px 5px 0px; } wizard[description=""] .wizard-header-description { display: none; } .wizard-header-label { -moz-margin-start: 23px; font-weight: bold; } .wizard-header-description { -moz-margin-start: 44px; } wizard[branded="true"] .wizard-header-icon { list-style-image: url("chrome://branding/content/icon48.png"); -moz-margin-end: 5px; } .wizard-page-box { margin: 10px 44px; } .wizard-buttons-separator { margin-bottom: 0px !important; } .wizard-buttons-box-2 { margin: 10px; } .wizard-button[wizardbutton="finish"], .wizard-button[wizardbutton="next"] { -moz-margin-start: -1px !important; } .wizard-button[wizardbutton="back"] { -moz-margin-end: 0px !important; } PK e4j{ $skin/classic/global/alerts/alert.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Scott MacGregor * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== alert.css ===================================================== == Styles specific to the alerts dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .alertBox { border-right: 2px solid #7B969C; border-bottom: 2px solid #7B969C; border-top: 2px solid #7B969C; border-left: 2px solid #7B969C; background-color: -moz-Dialog; min-height: 50px; } .alertBox[orient="horizontal"] > .alertImageBox { -moz-margin-start: 4px; -moz-margin-end: 6px; min-height: 46px; } .alertBox[orient="vertical"] > .alertImageBox { margin-top: 6px; margin-bottom: 4px; min-width: 46px; } .alertTitle { font-weight: bold; } .alertText { -moz-margin-end: 6px; } .alertText[clickable="true"] { cursor: pointer; color: #1455D6; text-decoration: underline; } .alertText[clickable="true"]:hover:active { color: #424F63; } .alertBox[orient="horizontal"] > .alertTextBox { -moz-padding-end: 10px; padding-top: 5px; } .alertBox[orient="vertical"] > .alertTextBox { -moz-padding-start: 5px; -moz-padding-end: 5px; margin-bottom: 8px; -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */ } PK oB8 b55&skin/classic/global/arrow/arrow-dn.gifGIF89a!, b);PK B8gp55*skin/classic/global/arrow/arrow-dn-dis.gifGIF89a̙!,Db);PK B8k55*skin/classic/global/arrow/arrow-dn-hov.gifGIF89a!,Db);PK B8.w;;,skin/classic/global/arrow/arrow-dn-sharp.gifGIF89a !,  bЃqRv ;PK 0 l٪(skin/classic/global/arrow/arrow-down.pngPNG  IHDRF3@gAMAOX2tEXtSoftwareAdobe ImageReadyqe<`6<<-skin/classic/global/arrow/arrow-rit-sharp.gifGIF89a !,  .`mѥ%(;PK B8`@@1skin/classic/global/arrow/arrow-rit-sharp-end.gifGIF89a !, .`LԍvZ;PK B8z"#66&skin/classic/global/arrow/arrow-up.gifGIF89a!,bQ;PK B8qY66*skin/classic/global/arrow/arrow-up-dis.gifGIF89a̙!,`P;PK B8Em66*skin/classic/global/arrow/arrow-up-hov.gifGIF89a!,`P;PK B8 ;;,skin/classic/global/arrow/arrow-up-sharp.gifGIF89a !,  41Z ;PK 0O.66+skin/classic/global/checkbox/cbox-check.gifGIF89a!,@ |"[ TP;;PK 0q<</skin/classic/global/checkbox/cbox-check-dis.gifGIF89a!,@ |"[ TP;J2[+;PK ^8Yb'skin/classic/global/console/console.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== console.css ==================================================== == Styles used by the Error Console window. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .console-box { background-color: -moz-Field; color: -moz-FieldText; } /* ::::: console rows ::::: */ .console-row { border-bottom: 1px solid ThreeDLightShadow; padding: 4px 0px; } .console-row-icon { padding: 4px; -moz-padding-start: 5px; -moz-box-align: start !important; } .console-row-msg > label, .console-row-file > label:first-child { display: none; } .console-icon { list-style-image: inherit; } .console-error-msg { margin-bottom: 2px; } /* ..... error rows ..... */ .console-row-code { padding-top: 3px; padding-bottom: 3px; -moz-padding-start: 3px; -moz-padding-end: 0px; color: #0000BB; font-size: larger; } .console-dots, .console-caret { height: 9px; } .console-dots { background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top; } .console-caret { width: 7px; background: url("chrome://global/skin/console/console-error-caret.gif") no-repeat top; } /* ..... message rows ..... */ .console-row[type="message"] { font-family: monospace; } /* ..... selected state ..... */ .console-row[selected="true"] { background-image: url("chrome://mozapps/skin/shared/itemSelected.png"); } .console-row-code[selected="true"], .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { color: inherit !important; } /* ::::: icons ::::: */ .console-row[type="error"], .console-row[type="exception"] { list-style-image: url("chrome://global/skin/console/bullet-error.png"); } .console-row[type="error"] .console-row-msg, .console-row[type="exception"] .console-row-msg { font-weight: bold; } .console-row[type="warning"] { list-style-image: url("chrome://global/skin/console/bullet-warning.png"); } .console-row[type="message"] { list-style-image: url("chrome://global/skin/console/bullet-question.png"); } /* ::::: toolbars ::::: */ #TextboxEval { margin: 2px !important; } #ButtonEval { margin-top: 2px !important; margin-bottom: 2px !important; -moz-margin-start: 0px !important; -moz-margin-end: 2px !important; } toolbarseparator { min-height: 1em; } /* Toolbar icons */ #ToolbarMode toolbarbutton { min-width: 57px; padding: 4px !important; } toolbar#ToolbarMode toolbarbutton:active, toolbar#ToolbarMode toolbarbutton[checked="true"] { -moz-padding-start: 5px !important; -moz-padding-end: 3px !important; } toolbar#ToolbarMode toolbarbutton { list-style-image: url("chrome://global/skin/console/console-toolbar.png"); -moz-box-orient: horizontal; padding: 4px !important; } #Console\:modeAll { -moz-image-region: rect(0px 24px 24px 0px); } #Console\:modeAll { -moz-image-region: rect(0px 24px 24px 0px); } #Console\:modeAll:hover, #Console\:modeAll[checked="true"] { -moz-image-region: rect(24px 24px 48px 0px); } #Console\:modeErrors { -moz-image-region: rect(0px 96px 24px 72px); } #Console\:modeErrors:hover, #Console\:modeErrors[checked="true"] { -moz-image-region: rect(24px 96px 48px 72px); } #Console\:modeWarnings { -moz-image-region: rect(0px 72px 24px 48px); } #Console\:modeWarnings:hover, #Console\:modeWarnings[checked="true"] { -moz-image-region: rect(24px 72px 48px 48px); } #Console\:modeMessages { -moz-image-region: rect(0px 48px 24px 24px); } #Console\:modeMessages:hover, #Console\:modeMessages[checked="true"] { -moz-image-region: rect(24px 48px 48px 24px); } #Console\:clear { -moz-image-region: rect(0px 120px 24px 96px); } #Console\:clear:hover, #Console\:clear[checked="true"] { -moz-image-region: rect(24px 120px 48px 96px); } toolbar#ToolbarMode .toolbarbutton-icon { padding: 2px 0 !important; } toolbar#ToolbarMode .toolbarbutton-text { -moz-padding-end: 4px; } /* ::::: Fix Error Console toolbar button text spacing ::::: */ .toolbarbutton-text { -moz-padding-start: 0px; -moz-padding-end: 5px; } PK u8<$<$/skin/classic/global/console/console-toolbar.pngPNG  IHDRx0o pHYsHHFk> vpAgx0-VbKGDC#IDATx XIBl!0⊢ KokEnVŶ.ZZqߥ"T@ADA"ZA-=9I2 `m{=3y#}g&3UxN?a Fid)Ly So}f|?$$KBdR)W=!2~{džb]ӎD]~ hj#VD=&Xi{Fd$%-:k;N?yr>L`,vb I[t巾;+}=u (/ksX o%0oKz̮:t]/3ֳ㙘>k&?;p֘l=R  (Dk7rHqqRi x#.ɄGu^KX;Gq? Vg 6W{@e[.qV|>_%>718HQn.3 _z7P|ˉ(޽{L/ bH>_wGΐ.zFBCЎ:boTg!w!G yaap38ncP,DLƝ$ŲBى:L+ssvxIpo[ߖB5) bu  ^kc6Pv. 0 x镠XOvE OpVk/(颉 ffG%IUuqfӸv>>np6P WB$BnӧC^P_R E1Ղ;aT)ށA괫rVR>\SDn~ qRYR質t|x e݌Lp}6a|K[.R<4)@C]'ᇱo _{, (VE*NڒϞm"`fPHK NAwX|zuaB,FUOr;>qFeo OWgA(Z0]G'NP%N wvfN.$qS U|}p{M:dž8O4~r@e&f+eOﳔjAK3|~!5 A%PSV E5(P'e؁er0l)<-6v¼ٯM I9\{X7gV.4064Z?=0;?41'uAEXf ӡXuQԖP_A(Z0tS.B^8K ~T x a n7py2}8|?"pWP⟚yι3xX>1sA0,BYxw|ax'/@+8`w]P/w rY+h``P.EPL!RZlQS{ jnVdT3QSS 3&~s'O>deQN2Pq%g((g@ś* W_oze!H܉Zr/ܕn~XEfQ XS-z{y+k)R_?iB444,ڣ;@ǎSNйs'肷W0~I'^(omvm}z--gyR0}xG=0u{!ڣv@xUPc9FPam M#AJReDE< QqjȐ&rs̓Z/|%wH{L1(4;TaYN3f@NXXO!Eqs bQL` c`8K;vd܉v._vݺ)<`w@E?;)9(Q|\rʟg\sns n=\pRUsf+9KsmA T]7T!7XX`.65-צ GA{q+7c$8uFG9s[## 3zopE>g%\.Hoˁ+^6JC})ŢjJYRðHU.]X]" ""w=z` fN~B, ^+xF0S  xvwtmTޙo"%"0`Hf1JZ15|7C8oZ7^'Ycc6(iR}Zb:KYq$x UcHq/rptw5C}-c[ܣc/s,vQEBz/smfN 9b}bĬ#a~̠>bi=^G,Ri7{ UJ %zE^߆Yt3OpyIp i0p,!|9 l9Wf@nhPc&o耝[iz'x"G?j(QSaN7FYb(!M*҄ Ӭ`,v}<ٌCi67_͕kԕ!w.cOh5DU|C,."6oUD jx%S_Aˣo $9&BgBY7 hzri0_N!kFPv伒*.({+u^jA.]>$~v%oH4P2ؿMs ?uQ!]^t}2 oi߮f^?qꝳwQ3){|H/gftc¿sFU+X7 Q&bٗ(vHt=D^ϗ8s"wYQ0|d|d4û>PTFuԆR'BĈq!})jXSq |_)5nY{ymNC9bCZ?/l"Q\gpQotHĩ(/)-Gm Sޏ[gUكNH)bX'ocء%$H4$#,lIvY?H\@u1garż/Ǘ OeTGm-M q?I춲napPLݯI!IHnط5\ 9(3!X<I:cu#PBezvْ'vH_=* ]lcB]7%tHM025QBOѥ~1 1z1R>l*OSQjK}/Ɛ5, VEX)~ Yl^ %J|y4-ej?R칶Qfk򒁂ײk~e5z .Z@L/΋?rSER8\85ɋ^ xȝ]"S|f^/~4`{ATFuԆRjAԂ\1>/# &1JښB[7A1U*%wB'0l} K=g˭A+[I&o(a*ch2j#̨4#><|E:3s=%ғ 3TU:M_8' MڻU 5W[6SXfj1XM,wɄxr1N2AP̢6`mXؤ~0\"Y61 ߿jK zm:HKc˗/2J>O`9q޼y3L >Ӻ],s$:S20Kr;BS ,D**ފ ̣KDŽ0bV0#gI eT +\΁K)7{mp]P6(ar+Xf h7' , HJS,;>=s=@̬(>< Py}JQ̑N& b/Jѻ䊊lLxOV%XEg!wŽ W1dK~B*k /ŠXS-NМr9f9+B)Tl%Y!kroKY^ IwvmAm$v|>P8/Eo9Y" kƛ^+ƬJҿ ` AO Q p﵂x=8rT P-y߾&r3q ?`i|V^Sr{Mv9Ua:/g!O,{\fWg\CPE)Ţj$O UB̔]F(bK#B%6ԗbP,jɠ*(T%-#r))8+تWRs >uq -ģs'6*dfU4 TʰN2:wZ Lj.G1We+F.G(x^s  ΠP1O ʋm%ppdvEXf.M~(b]ߔP2c#T [Yʬ0D%b4պ%`^K]lQ"`=:܀u/9+XJA= ٻDwX҂`5Yg$CIf _yML#;_b^t_oFr6s Wr*JtAS|/Tl`YA%(ʝk)+ĺ(6CJ0ŢjL,]F*g1P'vݒr\͍]apיD|"eXY Ťܯ} OU : ݘ.^7yWExjNJVUdJ%Ti>``>_fI`ҝ}xy.;oQ]L+7VxdJQ o|V^tM!x3qrWaYvG2!Iud,l N+u?PK1(T Z\K%Rf,e)wf%8-`7g߈kH& z |0%r >6ƃyW윹S R1y@+_wO 59X0b63DK0}"ׇu(h nu֓DXGQ\>멧$zԡgya]u >*z8nP?\Rmt*Jbs̒QJ U\b4WQF*-U/wb fN=ݵ: vQ r'fݪP#ז=YW'BVkE>@OoхtK(=WrXՇHL;IS& Qx>AGŮFI_!7O5$e#Grǰj`EO6KZ;,Ķ7.c} ?pp1b(D"<<ԗbP,kza[;7fw҂4vbOlX^%jҠkPWxR)fp:lU@hpH_SfEo& zzk|aX͋_YV,Qp3PqXa=JNĸoҠXfń&yLake(5/skmŅX 1 p- 4(ŠXZ*uԕ]2ʬggB5T0|kT_t3;KI i˰L?KwCFI=/(E@F"}(ټsEηxP|XC q+f1'%_܌k4ARtV k6/UOw,d9_~. ͋olA;*YMUx4pUT-:>Y\D,{<2CqJ>zԗbPsoE$$y%pN0!n0RfAJB͋>P )9HA%1[EPt?a/'x@6/ArX|uG=EmmEF]٥k}> j6L IXFuԆRȋI ݀Tp) y(Xt܄4kO"˼h^X{o>?kpӝ;GCM/b^uCx6n\#ATFuԆRUV%^KM̂W Fyrݦ0AL|^H#Ӗ Hrh=?F"`f6 Q]<YA&=:pG!2;%.X:uG.'2sˀ\|Ɗ-ENq]ls"ޮ@Ae)p~ h;g=:D_*bE++ㇽu T`! Jxk1. cA{0)3D \@R::ߙ;#!T(5-@@",B"\S2,'+N|Yg.,˿)lj%E0P(flfR3o>5 R rd()Eۼ }f˘XΖ  )n|g}NwqvRxhdGRQU;ُc=;$PSĥ4rp K0aQZ1ڶɪ(`A,ogߞjS[,[T6|IENDB`PK t8Yx,33.skin/classic/global/console/bullet-warning.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxb?%D,+&'`r_ n,Ύ[VW_?6J\=v6[p@/ʥ _`0e cSrAyD:Ăpwc_:xo/`sA.&&&T Y+rXo0fcgcP6gey/'2K~c0s_˨3( B߯@%=9, P6/)X_A1pq}fеEFV-~o 0PL4XβrWBv>Ÿ/6 ?Cb@e0`G+9-zO1(иX001 0$~0 /3J7F/C =P@!0F!llIENDB`PK 0X”773skin/classic/global/console/console-error-caret.gifGIF89a Q!, a U3z-K;PK 0&002skin/classic/global/console/console-error-dash.gifGIF89a Q!,  _;PK ]8y )skin/classic/global/dirListing/folder.pngPNG  IHDR(-StEXtSoftwareAdobe ImageReadyqe<PLTE_EZ޾S˟2ѥ6Ө:ժ:ٮ<ް>ߴADktEs][k[bcbcklkrpyopz|ztRNS&j#IDATAJ@?"\Asn< gڞ P΅GsHg୮ Ƽ E\^G~Zms)I9Ne]g'褺2r5y HT%\Q/xIENDB`PK &8QQ@(skin/classic/global/dirListing/local.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<RIDATxڤSnP=8󰚴D$BQUuXXfϡ?mI@m[Ju4ڞ3s+Ya%xkZo7?YaH8CEN#w]~+wďCea#ѓf@ qrrA0zA6kevu<߮ɣY|LA0yETZKayZR 3 NeO F4j]J X-f\v&e0jL,?"2s5KA*:H(Y2sL A]A g7c|}ND0P*m6P+ž V菍,l f et//[BTI vv:.lp>kN>u(ИA$aW#IҸrB(äaZxlo+pp!C[E~lIENDB`PK l8j__%skin/classic/global/dirListing/up.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxڌKTAǿsvIjID~@/>=F/KGA[&B=l+Ba! KŦ33wS93#18Ldd$@ "6CHw;p/W00}X??ޖxI:\>eT ?}h뉢s(/cc%MIV߅u\ޤ+i@}2uގS(%H rgBp}) 6,,/. S0G4%-Vh& EsMk0Eүù;LQJ߷ f]AMRl1yFI5/YW)mP!V4>Z3ì @V`Ce f]M{;PvU=cp`m4H@@wnW!yrPfEѩ֏-.[ q nIENDB`PK ~~1O"H!!"skin/classic/global/Filepicker.pngPNG  IHDRHHUGgAMAOX2tEXtSoftwareAdobe ImageReadyqe<!rIDATx{w|TUwzϤFB =RT . .( 6DU\".EqUV\@ED :d&@.'X;OM%Mӫ_ϽP|"&㣳 c"]p7be(kJ[hshx?+k )K(ļo+Ry3$&F#@ /-a8z*Uyh$r3:&_@t(fw;:"ndoE}Ȯ}3&*8aOJ$ |>6M>:ZM,kXv }aΗab$9}3>PR~0I28Q' !B KHan*8 QUڂyyn8ZC 7!V|_Ƀ74].gI]b+)G7bтP3Qϐ< |`2k?OB)Uz BԨ Ƭ;fŞ=NtiSK1֌t;AV)ÿW=sHI$or=4YX4 F-tLWYUle%w.jtdžW߅Eg7 xE'鉩G%S⩳׻w-{ew=<k)$/T+Xr|&ƽBnݳk;:uph5|a;|ǂKPy[ ya3oABLxP07M݊aHMƎ6y1L^~}( B:2>z qߘxۧW)B"ރnѓF+m51,\y%#9)͈5AL&(]ۣƁ*9)|ɵg4K.O?J% Vp׶)P*Բ@: ~?\0woOHfQě?m>zn g[SޞX7ɜΝ%MP DxK<'w=ۓbÊ#$E=23`4ir|JU2ݻd@'o`1rKd!hp}{TCR>zI^C0j9s>b3k8 B=!L*M|'QQ.MV+۠R$ݐE,V"6N7 Fӄ[kf 7fARvTW7]/1VFXu8<,Dc+l.8n\e x`'8/Au'i\"cw@A5.k48?5TP3e:qƭcG`ǐoD0E.3c.|:wH!wWAϖox_kU$҈#"9iW0Ai(4FqXeJyb0рPʐgJҀd[I$G]cn#;;))8u,1I0CCG^rL P]S#;q a՚JTlbP].nGI8mB$X+k:qd'Tn9̔^l1⋄IR\PkAp2K=Fw"G\!A- =KW֡f= IcO@i#,:M𑑼{ϿkӃ2_%*+јŁ-[F)ފ 5$Aߠi>4"C kPx0{Ш\頠eX()hk^L0Ha !A7 )]{RVDխ/ڄ_E_3MYO Cni-9APoԅnVC *dh'5hӒe"xMCmqV}hkޘFsR)(L5#IFTMk_Z%-Es84fki76a !7.Jy:(pCVJbyHb8@ SQ{|^?Bѓ.Yaw"VEMzar#BF @uh$G*Am]M<'d%{i#~} Aj=/z 1}H$Gˆ BDzуjRJAвZXβ 8WTv'-&%IƚjKчf]4Yiҭ !ϐm1e{fbn()q)Y9ELD ZZh+7LxܦϿyFCv 6aZH|ͤ( Tbm!Am!u р,%Gq&ًͳY1/;v$IM ףxrkĶ"{Bmk=wdz#qܣPh_+UQ ɘp-rOC 91g|%Am{=i٦ ۸,[Ȗ?zP&LV +}F$s%II=2ӓr;9lL&Vo9XSYZՖuEyyE[᧶AܰWJ1Pmd1dvO}N]fY?5,?X~"B|6QNނ-KfW$'#=ߌ_T:"ӡWΞ{[v2;$V=*Ttm8J{h^^yFRԬ@~9;Zۏӹ'c?z2v*[OK;/Tƛѻ'd I r毾1F\%)EK+3E^LmE.+Fuqݾr΋}xM^OƷs}'m~Σ!wR'㲻J#XD͹܎Ys &Ew8u৥Xf1bJ wK o휏ɅJM3xe y_ZvPA)Q1M;0bp^Ʊ/>SLN^t+ԡri# H&5/?3B]'#e3mGy,::p.o^ JkE$-A>Ew`CEc7cا7~rL)8%8ޚ޵̱4ZUڂys~<2dH2G㗭y [?gͳފ\!0{9w_Le/ |643?S?R`stjO>GZKxpWL=eg}yb2◃`4Ɛc΂m8yve rQg#;(X~d7ϔBTaJ^X!?w"/{d+L)0]b)6鏓mn"h]::i[^~h?:dۀu/z)];cn?w OU!IQ & E:\L #g@>u5;굘2C$9/\ʼWrcm-&LBBSU(X.-+e$-H{+LhzOӽoe|<!^%T}H/bܧȗ; &u(аKnW#&.β7-ޞ=E\jG#I0Ð 9Lꄲ ;UYPwž/y)9ҘԄ, C6Jў 8Ht MCW{m}{5Nz18|wGJr3@+7Acr`Opqٯȋ-mbs&"P01fۦdA M|^u^~()6"^ d?V=1/f REMЂEO/'yB><_شx}3\MXM5rxza ;7lMt 5٧ZB1)RLY Ebf ;ǹ3x:(X|0xiI.*$)$얉6W`˥𷶎 g>d!R1l*? Y*"g5~g%CM7ep^7\zii:RS!9IKvE 1[vRǣ7k,6g?7#~ |fI=ET%d 9+)>Sk"6ŪX@[Hr,lM"^(QpImArGJ^NJ3Dbe;upU:uH DAgBbdo)ث;ߞZ}>/&ʋiuzL2]2/vEur|<zǧRr\Fpc^L}0&Cd$Xg8ltCKYD)(tS;`EH8哞f:zTz[ɋ *rhzL&#V/k+ѵPV"G0F Ky1:5\K3Vz ^#H;ҀZ,:V]ZrycTrFze^L9y~LO'&Kڀ?P˃HOҠc}$B^KP/_HPMR}N$tl( 0De3. EB'*܏wPp)y߰Ie?b?E^8Y\j^L)לa피rWZZHP[_Hx^Y3MJ 9g :ӗ#;>)/8rbqDt^+y|J FzuxE"uRST)UjCZix/o|)HMIhHMi${҂5^kOJdHؾrΪY6'ܭ﨡1]z]܆2P^UYi) F9WJ53 mFb쬬QlQS٬nGVKy}u:JE)Ť놨oJ="gED*Qy1o1yk";L[9K{W\ "r'$$̸)XTS_&|2ϝ;'REEEhhhXJA? ~߽bŊxFZ \"gԩcUVVS cu: iǎr*((wbӧO>|̙XTΰiӦ)iK"gIm܎%r^QZZJ#G:YD>FrlݺuzVVV "Qo=xWp8P]]ݢ6 ܉Pۍ^z ,bAJJ}UV:SLNvv;B{/jjjęUJ"INNg}tA~l߾B}nj ~%ϖÇP}}=:w9sO?4nv >(V\)Ȫc†QiP ѝHsL.c}짥 Տ,u]DŽ&ڵk#qEgO|'=ƌLA4ev:v( ]@֭C=0a!E\Κ5 >hz,1] 8rzݻ' 1q .q%۷xR㏅*If[¢ވ q|r*A2~z;hÆ bCELL0<2R;v@rBr={,{칏хR&'v՟믿θdF"0WbP mۚtds=w>-ǝX H:ꤨy׮]?PoV;w>ۉTA=#&$V'H2߼ c)mr<<q$c\O=2b%cEXhQ|7Dns I#p]KbS |ע/~%)uyÒŃߋɄr\(g%΋o%h^K{Ae<?F1(Ԛxp.Ğgó hM7k+bN^ =UUg6gϢO>$D-\ݗ?:,`&p%gu^*ƍ@b0QZ:Cy< ٔnam$b/vFz]H9c0. $( y xիq$$l " KFx5ڊ?1B`a KǛK;7Vj~0` dyyy3’B3W=_|q9VZ)DknW p\im= #H߈1Pd6d+#0xEgfO.em?oqm5W!'y ,YlT8(Zڂb{NgD߱f͚K.`/0bG{j~pAM ]0nѥ,&:$Z PߋmX:z->}ZH+T}v_^sR'6͞<'#QnH"O`߾}yZ&>KR0p͛RAuo_"H_hQ6l$壡5dIj'y|:(ث')Fb+Ef\lP솢G[c? $UNIENDB`PK l8  (skin/classic/global/icons/autoscroll.pngPNG  IHDRTTbJ pHYsHHFk> vpAgTT\obKGD#2bIDAThoL_7,Q@*TUHMVUCLukױ-i]H/"CI̩* ՠ.dhC &C&c0l !`c9g&l~p>{>?#[w>dakR5l-?ͣ%D".i" @-phAF7,ӷ\q-e淐b-ƨa`ï0F _:8vynݜgZyfk솻q6+$X?z ǂD*b9ޡۖp׵A3Zm9;} -W^Do]1G;y_+@3>ڹlX'FOC˥}9A qcU۾8{[B&NZ~_/q-郦e,ږT@'0y<.v.5P|~p,!#4PCAbwH! ,Pw%>wk,bj qX;Vti1M] nzC3FO,E9BoD/CI^a}>K zkxW;bG<AoonLf̣{'pZp{=,dzzO߁g ;3\Ae qX5iGN3pޮ:y$Xo19Yjj;F6PHi@Uxc gqL81摳CIB^ZZ f&@yctHwsnK%z6hv9>ebﶞ5MsDCeuTX5(!k讬HO2&(|KHE:{W5,F4!C@hfJUXڄ/js*9=u1-iW(Fc 4`>|ߡ-J.[?}y?yG¨ixO>9i<~=ڃ32ϐe5*;eJlOeMXK6}ڻeozsq4~Ľ=sFGq<1OOv}Wy>j#cZT8fQrG.]1aw[0޿Fr놐NDhb?8'wx}$KZD)! Uٵ,uX H{5 ݭUn7; @~E D #x @$MW@&!@4=D'4'-kzwwfg[z{#{9swsEF;ݶu~_8Ƈ߲mۢL&qn8!\}o\k7˶ύZeeRI G8O=s=db@B+:ٶ?^2w.Eg&7-x{{isGYx|!NX)DNi_/YBišXHBzҿwL&Kpyf< b4y39_Jr zz\*`WUsgw Ym Sa @pЂ9E0Uc ?_l,! w(-kZ)UybqX~RO DQo/剉[x55\O#b?ɷz5~[]5<x_V 0 zE VY sx:?m;n X~$.> {!}AO]s _{-U?S[   ˩]23K "KP81ڏxuuuQpZv(^6 Ȝ+B-yxQ p8p{2ۮ|pvwA}M6J] L\`v $ XfSbbݺ@Uuniۏ?R_Rld$5i> aP1%jIN|9,i^ۈl1j`>~Eɖ(CK-3<&9;\{i. dL> y$>jV#Z_ )< lyO<znQ{2d{zhˍ7Rq !Pi:WnDgg!wdɱ1 ߦ瞛0Xp J#j:$ 0\\$K~JGcE_t87(88;c{_~Y ?9cK+yG. /< _PB}Q믩o?A蒾 $'(/sE ؃ )x% 3b0A $JC9 aQ mԶ]%zi~SOcF&X^h9 W\A3)E 0b%)lk֬e˖D-.b_#v؈Hh[S\=ivC9p~ܶ6?ub:|5.Xaﺋ͒ !=NU$E1cF~A 0 Mpg!eS2AɅy=?Lz'RJM֕WoziQgxϧFq2vWl*oKO?MȒ,!q547S2U1sҼ7 +ޛO8@1q3^ykP.Pyl+e+Sל_ ?pCq 0QmFygI,,~fu1 s.Wf`uVU͹<D+k>dž_2^ LkA5X%9ԊRlđ5.BpyRu -IQWB<3AV@ȯR7PEO9|V* c6z 3# J*']4o=PP.QuBiS op/Js>믴ih95k Fxjja)U>|Q?kQLfVhR/v+kO>- Dک V gKKPByT8?3 b~?.fj<찔 S-EECiYUjf!Z(ynȧicAUUe?iܪ^=SglW E~\x!-":_`v<1>b^*(5w0?>0 7`Al\?h\ <!Ôs wI?tH5&W!(Uq>\0IHޛuwM}~§.k!lq @3w SX2 (rTtA=;|58Z:56m|Ijͬa%̍Lv^]_ijjhoJ"N ѹmB3LМL y&juJ7$ mw";Pud+0ʥ [Gkt~0)dHDWUPԤQć"2$R 3Gr98M>(;ҍ+`>ϴ @o#0 YǕlDk1<? o`9o*`edk)Ң@lpUH>=j?gR\Igxmݢ+VPc%{T[>c+N«dJP)@6wl]cڱ-ցR:S@.pZzHZ Dr\gQkI ٨500 BF>a 1ϗ R)kwC@%9&V16MJڮ ( JxIzxvm|wq0|lS\F,V}?5;48BQ@gKƅS"T( \GdE|aR/9.Gy,kvXtਅOV7N"BBtd*\)+0+R(,J*HSaEKU l4Ӝ^2R_[f*~巈8XA-NfigIPFʛ=^ +wn2c9;?zwfMKr=:'wd݊ 6CCW1b_\vʺcǓXܭB(!&L$&]ky?ko:Jp>P@~80Wa- f4->绹β _XYlc _9us x_m׮THPޫ02ǖB+()Bs7n_k&IENDB`PK 0py};;#skin/classic/global/icons/Close.gifGIF89a !, k˔{p{0;PK v8:Aaa#skin/classic/global/icons/close.pngPNG  IHDR8M{/ pHYsHHFk> vpAg8cxGRPLTE[[aPl!)v 9D[[a]]d[[aaagddkhholltqqxuu|yy}}ǀPRk (l!)v y"7B9DPTVX[]` c"e$g%i'l!)v |%(!+$.'1*5-80;3>5@9D>@VYadNQptނ::@@!!12$$46++!!00,../LL$$FFAA%%&&XY,.--//PP_a**..23ZZbb//00mmnnoo686644<<||||]]--`aij77kkƓXXuuǓȕTTZ[--^^ffː˒hhmn͝oouu||--//<<ӥ44::զ>>@@LLFF::NN@@WW྾ww描llhhtt ^tRNS))))BBBBnnnnnnnnnnnnyy[bKGD^aIDAT(SUKqg>9Y9[J):1$?8t K:֥[&aTdCf30|Z^+:2eb:άkOm@-T7_Ү9[vݳd%G٭@ JEjt9$VK KGO# |t6Hd5*$p0l St R2DIt+X~k%1/ϑc;H!ꓙ5cH衍,E8ߨ1qAlH6&䪍dy(!,ٸ - .:0RΫs(D (I8JDfUM  XKO*o>h :lX_,`u=oQ)WSj ' -h"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK '8^*skin/classic/global/icons/closeSidebar.pngPNG  IHDR8M{/ pHYsHHFk> vpAg8cxG PLTE[[aPl!)v 9D[[a]]d[[aaagddkhholltqqxuu|yy}}ǀPRk (l!)v y"7B9DPTVX[]` c"e$g%i'l!)v |%(!+$.'1*5-80;3>5@9D>@VYadނ!$,!%-"&0"'1"'2S[oS]qT^tU_wVazVb|::@@!!::;;DD$$==++00RRVVWW[[AA%%II&&PPVV**QQRRUUbb//gg00116644<>@@FFNNWW>$=;ctRNS&))))3333BBBBnnnnnnnnnnnnyySĪPbKGDc\-IDAT(S]AK@7 餤TS\JTR^C^eanM,"4*EkBh,ԙٙdEG$I_vOYWS*dE w~v2Tnʥ/q??njy'9bv7KI$@Șl.xl[nb[i.+{ V_Z.-x7iŅ4BZ a=I!,-z":h8ajMlX Z@9$\rGLzxXwy|':l#dcJq-'r8\fзG}Uҁ{JCTwF=J2ޝr~ftG#CeٌJt6CAB'(wwZ>Ckg~9ٙd׋ˢ/rK6Mh*⿧M?ܿ"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK '8?0ab/skin/classic/global/icons/closeSidebarWhite.pngPNG  IHDR8M{/ pHYsHHFk> vpAg8cxGPLTE[[aPl!)v 9D[[a]]d[[aaagddkhholltqqxuu|yy}}ǀPRk (l!)v y"7B9DPTVX[]` c"e$g%i'l!)v |%(!+$.'1*5-80;3>5@9D>@VYadނ::@@!!::;;DD$$==++00RRVVWW[[AA%%II&&PPVV**QQRRUUbb//gg00116644<>@@FFNNWWg`tRNS))))3333333BBBBnnnnnnnnnnnnyypbKGD`ŷ|IDAT(]SRa@6~.i,rXk% Wpskm(?6 W$k̛Μߜ};sva=>"}.NFT?S(v~?fBo3Z~@3ZK9X 'b):S$D&R~bAy-Zkb)JI$%'(KDDaU[ N'ф<8=&ӴܔfPב~byÛi/G4a>-=4R:<ßGQVf3ek/;Hޟ-<3-iJ5L֓ ZZ/Vq0sQӏ1sC;u dϼ9Fv4eEdzt}ǝjǦY Y"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK m8k &skin/classic/global/icons/collapse.pngPNG  IHDR7tEXtSoftwareAdobe ImageReadyqe<rIDAT(cπ2PYe HzbzC]  DUnxhT@l/ʧoQ *h Q?6P5́"@59 )-IENDB`PK l83:#skin/classic/global/icons/Error.pngPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<gIDATXŗkLggf""@-BHTDQ mjJLSjbz3 FV&jL4QkBr/" qQD-bRHOˏ fgVO3g~ߜC "I2-YcErUUVK؍;{ $آ8 HX=0ZTyt- :%84+=΄J))4t)Y>IIt \^j""FVHg YV  qѭ ϙ3CQ> d6̛GҨ?&B>ms8Ɯw~/D6lMl,b5 YD T}+(C?ľJ&JKJ5/WlӊTl]Ɔnn2νs{8lFvνww~.(mD"R\w$m)J5 (F/B ./V;OjEpLU[{z ~@u)!XLfϞ*@$?\LUx6 \~zOzPWw ss/P:*A0x@0|'8c+t98ڞH@IW[AwM ]SUM]+!K%F4%,Q Ch̶;nl ɓ;Ǽt q($6 H[0 tZ䍣7|e~ua}x&1k)e}}Gl\3߯]ۻ oa%(aNzJ?b1{ba@C?pItFJ:"̸6w/,H(:x&ّtT'"I\!I ~Kv0L?ݻaqso~=4O?oiȱ͛g1cqpw~0+֭cN- Xڃ0u^=<0cL|:mΧGwRo0F횦]KUjHHHXKOel19ŐzSQhSvo hV| co?AS1EO'È,jN":gR=bD@_'!qY~$$M%N\@z0"7Uܞ DE+D0*w ]/W NYo(IENDB`PK l8Sr &skin/classic/global/icons/error-48.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe< "IDAThՙmPdzww nTLƗNiib$mf&&I_R6TFP.gFw<{ce=  ߯x^CLAue5mG^ohgw4핵(%}eayc[t`^R@I7N RxdjM@` ډڊ[VP.[ 7!k'OWE4^Mu7ڸGQ)*-0b:$歫VY7#*P`WbShFoA"}}};w Ba*jaƍo Cb,s;֜9FI& фpN|Od>vf@x [`U(IJ=njD΋EF hRy3Dlu2( 3u ;(fmmA43|tno?#F%(w\=9 2\':DtnbN X`._@1!Ձ=c]0?QHLU03fs Yܺt).D=nJ`4|1@! 5stOLv_jP6CX*P#'ջD"q7|E͢A񕲼>v;Uԥ}bR >wp:ֈ(s{!K>S  >vP@0 1YEQKM->_C}Z?n<;:̓pƅJ~^U`~y"wi-Vh`S6:vNݻw9Z̐%b ; *U9M6،t[ Su':v N$UaީXATy0qI TA*L: C0/B|E<<(y9rP.ĮB0Tf4o7(*ǝxC+dw9ʮzV);q+EFe.Ԡ Ĺ FC_p'%I?ݍLO]QFV*y+B' D9 NDhuNQ5Nc.qC%.l9L{SqH;,ɔNdyV<ar<_~ /sA#~gH3츜q$YKaxL} N*iQ}>ybX>Q9x ?#D`9EXQWbAt&Ik|:~jG! :?3 h0`)uK~B^׻4]JU?߁Q8iLj}u( [VTu#up탗%3-"웘@;:=RqDυy )|Lpڝ(Y[@|(7 }B](G QoϕWqVި(%K~)EdtmlNpT磊w`H~ lz >.j8SIcnظ}Go xVQj7 Ѣ qB{іSy}Zpo@Si}4ק>Zc5r@ރ\&ivQHb(ቒMF}1d&74#C^ u&a*(s`tc|߂[8?XذaW* f#^z$z=w<(kUU,^l-I?7j{4yC@# Cӡ9|#-ҍepc=NAF|Xl&bDG3Lgu?4B<uK}aIENDB`PK l8JJ&skin/classic/global/icons/error-64.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<IDATx[kl\wws؎8M($ PKZ UDy ?J%PS~Q! PDBBAVT<@pBRH$Nǯ$ם;εouJE4}3gr.__yB'u55[f 17 ͩ[l5pxi !=8vl O4p?`Mh<)%*hJEřhuhԨDX(f:aJf[h:͆t_&mYrv۶{T6˘Ɋ]|2)uu-zE++Y` <(`e۹F$P)`4l16<2z6YֺJ_|o(mr9D{Ss3WU(ertٙLnsg~jO0b1qвsPv蚿)'D_ \H2!;=8etV-mZ@jO 8qM̊mmm0A}Hrd9`j-hACCOV1ZPLfY &7F| q,MMab`UR> %d!!0nwݻYOtCH)Ԛ:u^||m?C '-i.~iA{IYi&'I Kn{ ؤx&lcBkkjksa\5,nL xܸR [[L29 F٘lLY9 BS9="J++bH% 1.uL&奄q Hog5kX(0eF#Ni2(StJ]12͆ ~zŜ?LdrID\As1X}S:;ܫb=|ӏ/~P>\}> ΗєT~xwknY7,H~ 2X6*b}"<<(L&Y#2K{ cnZ9՝"Z[٧>!z}睬kCˤ>`pjTOإ m̍F/|)qWL?8[e =5=5?k~4;$4hwNI$4<i6L9/cڋLӼQx YT4l"}!ug폂l0sB3/)uQGMM{M5-la_x#X$4-{-տz5yh=}bJTX4”64HR7440Ekxs#R7`ۗ. DB'H@Ȃ}w|snoFqbA%n7~v>f4bXg q[g]cöa 70y8 M A½H ৖~'QalDB!78JuDm!gδ'=i"Z}d!9/H6i8\ćn$;.Q\/řDºulk@ 0jUMQ{=glJ  .cGpH @%6(%>B${9Bϩ.0 / P}~"ڢ'4GѨDvH8t$mϻ^+K̔|0^rMEa?Iۛ @ $lzfa+R47rBˋŀr7ŜJ|}[ Xs|)&lD02^QРݑƒT=\r Z#4/_86e*O$EvyD3}*0hHrfbiƌ>2h嗳((td4ST|H{K^A?˳ S,,@BиD1RJVR31o@C0K`( lTCxʋ||IH:$r=^@ H{:&#wdڏGG@s$vJGs.β= lW3D"!h<ϾKvTxldvd(n:)\>f$K =B` aF(T@nr`e}.kucۇY/M, aHI.w>:Rؓ'*׼˶߁H,>nQ ~/oֹ=׹I$ Y*M˥~ #Zv&CUZ *T곴k-(9c#H6e24cpV@-kt~oA|+\( x7m.(PާpңBtWj3ft (MZVmcxq%ئeXA;-%H 5uAjW9CQʕxGrR{>f?eqJ Eѽb`?aze !}: OQt,v}u-k_@ s)_ GfȨ^Y8}~_@BC<ߏZ{"o}@Bo'ULp\KLg3,a} l>AF)O>{r>.cZ^ͮz_'X>" ;D"5# R8AC2= "]}1@Jz-kj!EItK z}!^>i$#u(>ö/x[n)l.:m?bb1P,TՁ)p ,*<}:.g7 #Du!F؄8A :$/]a/L`4 R>Y(w w+g=+)1@;+q9ӋNr(H^@5${-ZzصE:'bFM?0??ZD`#<;9[ 0FiܜsN@ x MPh*M؀_ K=!(:dz/bG^qOzcZH_` -i2P'q:K޹޶_ڛ5c7pVؓ(E5 켜3  #B2JD% Ùڄ^ҦuZ][|{ozG'KTj"0.4-=08ګjߡh="찔ǺtVN#W&7CwǍS;jX8 ц`PwI,0Gڇ*Ξ>b)_yRK=}]I&7C-H :Ǜ=5&Q0G^ǧГ |2žf6),'(, ZXx:P"ƻQ-oZM!m:#t IENDB`PK m8`)skin/classic/global/icons/errorBar-30.pngPNG  IHDRp<tEXtSoftwareAdobe ImageReadyqe<GIDATxb" @.`0@ M?P6j&MߡG` U?Sd,I>S7oww8@+찂xIENDB`PK l8NI玳)skin/classic/global/icons/errorBar-60.pngPNG  IHDR< tEXtSoftwareAdobe ImageReadyqe<UIDATxb" @.`@>`@PyuC0FSبaha0y'!=ڣcTQ߿k~EfC\~pIENDB`PK l8˛-skin/classic/global/icons/errorBarIcon-16.pngPNG  IHDR7tEXtSoftwareAdobe ImageReadyqe<{IDAT(υ XDԭC`))fAqHj~Li<ށfo`҉J`a$eb $ l$}|үD\(k/ݗ&:jڍM~y)HIENDB`PK l8B}-skin/classic/global/icons/errorGhosted-64.pngPNG  IHDR@@`UtEXtSoftwareAdobe ImageReadyqe<6IDAThoTuǯBt&A7+X6.DF7(+$Vqc |BcbBBa:3ޙiiGvh)Jx?.Ja91&ٝι  [[nTw'5> RuK?zjn BC慙114A)j4[iT2ǒZ,͎z }r14-ҢA5jTѠ MI.7)‚>=I6-LQBGIJTѠNn\Mr<|EMЙYЈ\UOnD, 4Jw[*U_ 0Ҹ2,Ӯ׭L ԕC,FJiPB|tщ.v 0?ҮЦ6ڻBrMWOkeT7,vt.s ɫ=udťG1|itf:r:jT:ysIBޱXOWhuI~([ y Pfek؃IT[OO,숨U==9Bg,.ТҵFk G:jXѳ*f tF6z_Ca`.683%;y ޓ&ѳej Av%o~-4)o@޾^xp>!(faewFp&"b[0i\!gv#DʆK8&#r,i`pta4:ʮ WėMK9BQVy2h 1.J|34f]=FEQ1F-JU&<,_L|(ZfO,C:if$mKe,kp=U2鞇m_NC+ys vpAg0PbKGDCIDATh LWj[MԤ`JښiW4j۠A[k=@ >AQn-Vbw!jFUYq~-?& `¿u ,f)c,d$)J[—T@v]O)8{^K .߂|nOvW6N'QX6&u7<k+ P |;v>֚\x#LxP(5 S#2mklc!R*@(O+Bm ^ >> *w, (+op r$D3 Š\H|8 ^^1GB$TG0%0F b}RJgi2xU/}9 )թ4Y _Ŗ"xc)0rXo `JJ&11hwԍYj`щ*/J73+CZt:'رc|Ɂ#GXItׂ_0w!RkAQ qR>{,H Soilgoik.(>$k@62XUp |E s'gxe -֟_Tg(m]IB㖜F]=1vt$}}:dw XYYŲUhjT=hf*zK!W \OGSzYL⎥~5th,N)$op r$D3ըHJx8v8G󹎼.bHxIqq tda$&sG>`"q~4~gxsϪ0D:ݱ8F (JInJ3;|r~P*mck§DxAXhN.]* Dѐ([puq܈LT*ٸq#Yp\*|[[inn&d6֭3:t16oL<<<\*|]])//'DiW&˖-#R1<==  2$77E <;ƪUx% |Ox\4%7C`LP=x5  5qDQSgCXS& >>>/++#EEE$'' F\,<#x\N!$H 4xB^yoy =ݔBB}v^_ @z Q0~s?`0j9 ]lI."zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK v8{׈A)skin/classic/global/icons/folder-item.pngPNG  IHDR 0pxo pHYsHHFk> vpAg 08bKGDCvIDATXíX_H%UfܫW&FZ D,m>!QB=Ջ +>Ek!.QX]nYs}gfu͙sw~3sFɶm_V 2$D!Hł")5C:tob4ܕ0|Õ&5~ z5n޲f_鱏cbiJ%5= (EPnxl~;=y͟ܩGla󯋰}bT= 蚖&a9$ҒiS:׾].?`hoWϠJg*O0'yMgPt,j@?\Wn~G!`{",M@bDXOg2b,XlXUUE]ׅ?777G%]F Lk*M#;;;/cccc' 󫩩YORWnI@QωIJ]wgSFGGoS;3 ˝ ]"$iZ\1چkER@Z:VjC*ே P Ṿ(WF#orr8Յ===l yB/_ǪQZKݫBsssɖE UUUI^sAu155?uG5EHsRtr9݅cuuu<7 W؁7*@Jթf S;L}L͝|6DNRIؕ8R !'rx7w<}.S38} s ҩEBg&">:^L羑^"0>> X]"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK l8t" ,skin/classic/global/icons/information-16.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATx|OHQ͛QWwVl5A!lh!"hf nnHuPBCDHu"C3{ozo1ki}7CCO !䚋iICjڎl:?7T59ϩף#+_^M Z{G껓}YK^ pO*Bį[Wg>rh=?F"`f6 Q]<YA&=:pG!2;%.X:uG.'2sˀ\|Ɗ-ENq]ls"ޮ@Ae)p~ h;g=:D_*bE++ㇽu T`! Jxk1. cA{0)3D \@R::ߙ;#!T(5-@@",B"\S2,'+N|Yg.,˿)lj%E0P(flfR3o>5 R rd()Eۼ }f˘XΖ  )n|g}NwqvRxhdGRQU;ُc=;$PSĥ4rp K0aQZ1ڶɪ(`A,ogߞjS[,[T6|IENDB`PK l8s:,skin/classic/global/icons/information-24.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<~IDATHǭKhTW;3LL5F|5PHҕVK RB1tB)6 t)J+&ɶTQ' Lf|_wf2i)p?8QU4s~`0z0\C0ث%2̓>rhA3'7r['فD #K%ʳ(/]_gF:w6,(+J YC&aZ[}2zC``xlcR,:J-Qπ(ؔOGZr_ b ؿ}cn6dB%U_Ow,VDPLQ(b|;Hk` 铮-,.DAس-O*v(v "Xq+!qauwjxo 8aNS.,< Fɘ57#~ 0&ecT0px{1*oTٕyOR g.,Ƃh]GA`@B]T~~ࢽevnLq> 9U!(Za2]WeФ2(O`rzn]y EHafz".H h I@8QōGqfv|':`&N#EXE\LLʮ+ Em'S^*_D A :f(V Z!:D F|IڥbM|8^uܒ j[^)KqXw&KTqI|wA0Cdɰ<ުJ NP䵕2Ң FZW.2 `o;|1j"FibU$b5:F2;gDs/*Z\2i$ "A AaFTKJ~sQʏFa$k8Jň{,7ЙV$'BҚ~Ʀ8<|DUG5/فQo &s2)K c<0t Fu'ZPFTl.Y%<0>,̈ǀ=Ly)dunϴc 3yMrGه1${[Lӗ[9efIENDB`PK l8n;II,skin/classic/global/icons/information-32.pngPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<IDATXŖyPWhPe(b+(&eBMV[^<@\b:Vj :VUi*^K 7[_߆ܱUg|3_6c`N~s3lffGVPl6p (HaQud28 0oټ[+0'+@M7mFoL.H!ޔЫ0'𫘓udpzod3\Y5D`%:}I}L]7II4}]LK,G爀0@[LNtAp\<UC uL+b0!|ޡ@ ~bxq4mDT**8Ե+H!ғhmZؚdRl׈\dӊ*4Ix xJ|Bڶ**-LŒD<jVQ#vm? )H}*j0Ari 3a>* Jj?I QЎ$"-)jJp1n% <[J£u9ESZs':*萷 ˇ0$! mft>Dqp]?'MÍh#$PcFD&upڥz|Czz*B]9F~nց:8G*Fw+H+)1۠+TqqY5vz~y_s .恲ĀS7ŐUD\6A:5݁1/괊ǯGUe[HUNNqOS\}0t\D}X~G~.[(Fĉmr~/"]~ `/ҸLwbܷBPIB @[\,S!L%ǩ@[I0t l(SA_fZz!緢ށcϑwX <7Z1R:!i$+Ջxo*24ZV E^̦GAY1MUA M$"PBXMa9 5^Jez5yn(Bq=9_PIZS^@IW% _Cq|[I@pFed-@(my%:[uGӅmnYCljY{oȴʃɾ]=E i w,trZ$Z ǔz1O@z5hV.ρgBň1>$4Rѻ*$8KB! ! BAV柆tύ.# LGd=(dC&DԨPByriUINrfp0I󆁉ԈkcRm} [Lؾ|R̸ʑ.N &> ~ej%cAJy (%3LW!\t 睠Wu/vRAz! cIENDB`PK l8!E& & ,skin/classic/global/icons/information-48.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe< IDAThZklW!Ie9[@mxad!I-PJVe 76S8 W`fYba (h5 I z`2?❳2|Vwyj'%k5+c4(rW?x@{b {:;= KWj]Bb,z:%1؇j0W>*jr&@MrY겯1](xz:=U/ZZPSHfϽ*R@:ub.@$ ݳ1{כ_B@=#[%}$'Br[Qh9$O^F^!zMx#{V_h'7x53Jf搜8$F?vUN~!?4o;n#Q n@jggȧf1?q6{1n"χl]) Qj&OT0nkޒ^{w=jm z K)L]I d&g/-ef-Qu,Á m^O/J _p/N/SSfrhMYp+,P@c"ط] IH B@xp)eh,|Zzx>q:uoTIjަJ28?z45+E9%xq1 F)3+fnjRy$H#cgXso"-c+lu }辕J#,$U9kI[t: KDIENDB`PK l8avv,skin/classic/global/icons/information-64.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<IDATx[iukwfr<[B4$ *IMOpf3׭2[7|=&Q)HuP)76B['ҝܮLn!D,e-8z^tJ'Nqb5u ɤDMrߞlW -BesulBl\tY:nO{wO9 d*'|ߺtҐU.(,rpY#BUT!b`J 'ʥ ǟ/#/Xů M!H۷7[nwpj2ӥ(@0Lzd H$2V9dn8Wĥ ©4gNZӸ&9"oڎvdց =5 KU"GE`7! = !B% $ȥLY*w3O[p,X*2p7"R@?% "M:-kW}oP(=|X>Ⱦ^,g\XXQHD@&.'p& ǀG' U8dq1ß_sn9/vq`]p7+s §{R {J}DWJ)~7K$vWP#͑fe\8vy|Ÿ?+j$n3<(ऀ+aj, ?:n{PR['8p6hΟ=l@ dCYiW}cC]s.;DT|ٌ`O mL-HHۺpV#x Bٳ/{U ljݮРF^\.ss ր:8obd:4ԕ}?MB? ðd8Nsh[r=ߖi7ѣ;톏ޙڼ}* !@8@Z'˧$-f cA.PeH9ܗ. bHfiu|gQ.ϸ-D6xzFP0e'hЩǜaF"f 0XsϷ$sC;, Qy;߉v>ڂ}HDؤl'MmA8qAai7޴Q+~GW @2ӕKn<ȦAM ڤոQ^8=ߚ0<|=o")#^m< r6;#Z}om4.0p;ްw":Ko i(J&dzgL> !_(P6 *}{?gOx-b&UUeZOD 4p=] S H e Ċ %Gjc'_zWh1ch|"\hvN!X^G Gh2RTW=o5fyLqB$H ܸGoj+lxpA3ӹh˯FBjyZ~P6awg!$Y]溳(—[ﲶKGdlep9^~< `+[L,-y@̭-?3J`Vg~X-4ϸ$g]+ c+WJё cN0q1 PD)Z#BDVE yLFY>P` k齳< p sF I弻e*6)+>Ə ~"\Þ9uKv "^ٿ! EKP)m=~,tOo_8G>"y_V+(H5+ ;~$YPYE;ZyǾkٰ2Y,{|? __-mmwkN[[rZ:EKJnݓk1$µ0+Ef. y?Ĥ/|l ML|OˉTe4`Ai{%-ۄmTQ|Xeٟp,lwiz/2ۓጚBI$!)*('u ! 8pmV 0eWzu_&Vk~D5wv-۟T,$E$޶Hh 8p2e'oN͹3+g?.NRj~D)%:7&:7=TIvB)JVp"5nua.7ͬ„S?íI?7|WU|zdO;A! \[}!MYgl-P4B5o4X-a~@=$Q9 q|~zQIENDB`PK m8[/skin/classic/global/icons/informationBar-30.pngPNG  IHDRp<tEXtSoftwareAdobe ImageReadyqe<VIDATxԑ 0 )xL]$@żT d:0t8ELm9U,seU9qm>[}{t`;SOIENDB`PK l8yI/skin/classic/global/icons/informationBar-60.pngPNG  IHDR< tEXtSoftwareAdobe ImageReadyqe<wIDATxA w_O҃"e6`vCb -{ŀ;,v4Ti7=lĴ4 D6osЈpkKPPwvT& wp0xY4(9L Wp< CtmW]Y#o \m]d ܒ^0[.?mhu:=Bv:FWa!4R)ހ*:׸cP %nٞ\41 GO#@#1@!p*1NjGTsI;4xMкLKP?`d]Qܧ aLai{bt0mDlf6kňi(`8ZM%(jJ>)+Y#@ѻMK-Bg!oc1t{CL& +:1s~y)_:֞[kϵJC4M׭4M׫~QfcTL*fdAT81oA/H d@+Yv,74ĕ}vBܸ+7V: MRY;J-hD)κ}>L("iQѢB1ƦO@x&8l2%R{Ox✋WBjsk+BJ)PJ!b_'+89sK/n!*!zޙL&~2˲Fݾ$ɨ Ger=DķnG$QZ{W'XVH]z2l(vR/k`R~RH)iK(fsnG )R`0jfYv+{ZK%2lƘ͢?3CfcTLu fdAT8K#AW_!wŒ~eXhL]#Aү&3RHVSftWȡ`#X]s`#\cúxDA}߿}2z\<!b=*fqMvu]뺮%Xkkpcc90ƞcQ}#x JEV|oa3ƞc󽢏ۈs94U(Y,څt:]gtݕ$I~i:z2|D>"vRNqO$gUx׈ Vk+H),-"֯rQZάku2PRj P)V6\L>fcTLvvfdAT81hPO8IYYOJN]*=At05LC,/]y3u)t)dy]6285۶Gmǩ[+4 ÐaH4RJ x9Gy~4KƘdI˲i5M\V_8oz16b9T*g @eeyy޽yG+"@jie˲]}-8t:jIJUc8ݿV(~iIJ?LD̲L(. 0 ?l bDtKDmqv160 C!cjJ)g~T*msrί={Ywc#بhlSJ_Bd\~Rps~mu-4m" !RzZ9y%o4mT*E)yt:AzoáVԕrSEVe0 A| GKD@wJp;B,!("p+zQUr  tD8I$Ii8?#%,I8'?prEA.`<pB+%ּ<[EeYVC8̲j#^fcTL fdAT 8k1/8)IqE9SAp 7dLI6:/N 72l :du?o>zy a(Q[ޭT$xR(zZ_4WBOBg!sZ=/ۜK@)uEwԣZ !#)^qO|w1snB)>s1cs~R`S/J!cN$~a8m۱ֶ44yqMsbS:U}lZm*m1ڲskj'hYc"0eYKD1YZkf;"/`LD]c&6=1fsrl34fKcyiZ 3":KӴl[xfcTL 6*fdAT 8kAW9Dzp 磔NUnREJҊ[}TJq5nrwAb籕Ȑ"&tn ]H 6;~3o[ 60<8e}K9,ISs~9B&;7t:}99q< ðj @);[!ĹQ0~1 z]'{kΖϢ(:0MO,7 벭j/zlt""YZk6D4@{. fDt `ey^#"ID21[h0Pk]0 "0ZWWΌ1Ki\iueYGD'DtehL(#fcTLX fdAT8?A] Ikl]HDҜ3Luribe&ZhbcLKq^wA5LU,A$gR3q6JJy"BJ)O~PJTJ =0!B;!]J11WC~*nQVۗRK)>Rz_.3`Ruyg>RRz"jjF)E0NrΏ㿆"ֵ֭tl[WTj/}t bqm۶?g0ɄBaeDliF(ml6{UDc s~E9]xeٕz<B !R9;[/"QeWY}Z(jq2n0<(JZ4M_E6E8w1{SB6"yZnPJ?QJ?6u /q UJY^/jFq=jU(j4=DķDBȃ |GYsLj 7g \-\-|?_88`0x=MӍruqs[yOZ L`2?B=RT^Xkw߹ֶWfe)c"!fcTL:fdAT81kAׁ8 |J?AE*eBԈM)\S\ : ۅylR WraH]I$#oc0DZZQEQhkZc4\Zkw*B~Y5c̮Z{5v{3ԑR, ":!o!Z kp<oH):Rʳ؜R[RRk,z6c+~qE)[00 !<ʪj !>eY>a4sS"2U,ˎ7BNBnpc[6c[uF$Ib$s~GL&u"2Ddfz^N4&I40埯콯]4M?77UY1uνʆy9ֈhsknRp9IfcTLRfdAT8kA_f%[hu3U66u; Aܾ@n9=6ET,DllFcXT{?},QekƘ=c^ek*sj9?#Qy'_^ZZ_cy%WDZ[ƘgƘ=kҰn["zeك#{Ԡl hDD_h;((>ZvG=v: UTh4SV[R7RRʶ'Irr`HEO89GJZo)+{#c3|z$ɉV=-*p|0) *cEYEgqMsD]GfcTLwffdAT8kA7,(avb~ jfkRhs (\u\p)#)%b4/\g6`#Ar,~5Zo>kͭ11>pBD.RP)u>N脈>XXk_fm"D${RʯJ/J>Y' )k `>sncwm(+֛7z@Zn,qQ=@ud(y[Y+ G[M%zw'˲]!v}m:bss~mGO0< 1eYs~9)+?_93Ǝ pA0 zރ4M𦮼(*Ƙc($iq|Y$us:HfcTLfdAT8=h@O8IYY' S.^bȜFR<;i(%C;i/]y3u)t)dy]_[,˶ ,˶VͭLMDAě<ϛkxp6"n= %IJ)uz K(F7L8>VJ%IY)uLp3DFăyxSJ^L Dl i41mYDvQ;뺪At0|j6"v~=:Ao (._x&u~8?'<6c0#Xi~锤罰m{s3]3H42 1ϥ}^H+Jcr|>|9j})}B *s]?1c9qɲFQB$BR>[ZdY֙id&Yut_q]8qUs?M!fcTL+fdAT 8ka/B-iAL{O8 Nkt DKK(bKB=n!~y s6" .Э.Qlbg}hiZ#8JӴ)QY ,k"qe%D؍!NQ=\|AĹd2  B_cD#'D[$ُrf[RU_)Uh?I#MӻBĮml6wz0 t:m -מ 0 A)eW)F[/RXlgY-* ?᜿j۫F) (BZBn󼧎_{FucTRE)}h43ƌq^K58kT*Ǻ^TULTaݾ8=Jcqc c0*˲mc۶ǖeM_|A fcTL!Ϫ}fdAT"81kAO;vJjW]WHp۔‚FI@RT?;-?.1r"";74 wWTo JӴJDDtiuFcnck1;DtODƘ"XXk "Z$˲"(βZ{`EDwD``+v^{+"r )ss59di ``+$y7=u+"I|{ߦ`8l2z/UcgzyA\Ek}Ef@_3cq}RRAk}U1|wNs(K)BCVJ=DQS)uSh|9j{VRk={ &We]yRs!ģQJy^+ A0ݴFfcTL#YyfdAT$8=oP4P>: ckHaCO>JSQ KN+;9CU l]*qYRI#<{G DDQs9'"#xE`)y!1ƺ%Ƙr|߶eŌGEL&8~qOJy9#c1flX$N$I&I%MwqO%9c"z;Mӿ'0 6zZ`Y.c^<׭VkcT*_ ?@ 8ZssιuvTqyޓ~*Q}Ax9]=jB_-089 !=ϻ"^"b? tq BGkD<B"TJf0+D\I)iZ0q+CWۛk0#PJyJZ.ARyZ.C0>i,WQٌq.I'eY_t]W+0>CEߣ(ܝ`GMӬN(cc)=rH\>m4zز3j M=h4,2e۶?(ɫ?ࡂmgjVX,Z?E3[;ؓ͠1$|#6}%s#h6I/I|Rnќ{q(Bnj<_[vѮ^zW }{~ )婔z2.ڊ !|߿}NqTT ΃ 8ð.P"r7fcTL)v[fdAT*8?h@ϒ.M!![TRKܔ1]AFW{rd Yj'zcoBqlY ] ]En|޽"ӈEĮmu( An&fls*z'UUcO&[DE[": Dt)|6YQό1*^,Cx<ޓR" TUfD"4p'D%n"L&Dʦ|"H}6=crTTzYRٍJJCD'D}_cryB1="G??`BX"+Us+]hkzycgeզ+D#✈v"qwc*wǸkl~X,6qdr+gDtxiؙu]S՞}"zHD Zl0^eS) g_F}n[_w<Q_)UIj'8"CUxh46O)qoqS)14MZ^6oa~[qe, K0 σ Z@9G`pNQ{Bk!5|Ok!izoݭ,!s~%Y(KJ$I2Nd,tV5y-CvfcTL-*HfdAT.8?k[1BƄƑ@~łD䨪U}qnQι 9W!\̬U}jW3B@U; kgھ+0OUf@_fo Ƹn@RM.Cn1!"3{Z{j3DP== 2ݷ6?Sն}FSy8&K IENDB`PK 0ݾv55&skin/classic/global/icons/Minimize.gifGIF89a !,  ퟀhRS;PK t8t" &skin/classic/global/icons/notfound.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATx|OHQ͛QWwVl5A!lh!"hf nnHuPBCDHu"C3{ozo1ki}7CCO !䚋iICjڎl:?7T59ϩף#+_^M Z{G껓}YK^ pO*Bį[Wg>rh=?F"`f6 Q]<YA&=:pG!2;%.X:uG.'2sˀ\|Ɗ-ENq]ls"ޮ@Ae)p~ h;g=:D_*bE++ㇽu T`! Jxk1. cA{0)3D \@R::ߙ;#!T(5-@@",B"\S2,'+N|Yg.,˿)lj%E0P(flfR3o>5 R rd()Eۼ }f˘XΖ  )n|g}NwqvRxhdGRQU;ُc=;$PSĥ4rp K0aQZ1ڶɪ(`A,ogߞjS[,[T6|IENDB`PK Wnz8fMf"+skin/classic/global/icons/Print-preview.pngPNG  IHDR w}YbKGDC pHYsHHFk> vpAg Xn(IDATHǭ?kAs;rbu\(N-F+? Qi$ ҤI 2Adwst`vo=;+Bol?+|80FBG,rmKs V_-8{z:ipǁxpuړ~}sgk+g iy!`xf;n{w ,B7%V5&"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK Wnz8Wu,EE&skin/classic/global/icons/Portrait.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<IDATHǍOWq TwnDIJQ% .ЍC0?! .&.D"8:COuu{*SPW9s}7y3\ۼx1xf TEP|TaVYJTӳ?NH{{~YyCm_ip@(znO/]~_8򅢛@} F^ɇc%_[xo z"*(y/a%/ oߺ$lbh((b<$^s3Ik|%rIm;{ge$)#\K=&Z4d!7;z$Ly=`'bKyH( Cl-esϖ4) $IAp {k Z9PV?;QkH%[A@HRGR͒%6.66OD{o f3MmO<կfuSzO  fl5잦Ē F3VK"+Q!3ksiNUX,ۢCI D$զ3΃ QZi,'e] GH^1>}kw& Az048Jt,ܻٹ2EeiN 5F;:lLkTrI6? J';7.٤r'# D ڍFf< 8oy$@M|[?ok*%jb{N0RE4-qA%vV˞$$h& LYDjsOQM཯#uτ~,atCtU$(;'x+%8{M ΐa~{M#FJQLm# Ea۞z 5`#/;vSl;M"p#.2wGZb{$u "qVL}N߲mjJz6.6dY6TZ<*oSufI}]'^JSvzvz{9&'t&潹s{}^ևCG1pNp!Vѡ,#dSl.xzpkgx,r2pz YNE,$#oqm8܆`%>{&0&)LUbp;t p=Sj1aG,eVYȻ ؄o:5D?6mLF7Bc\R!̾N;MLFM1h#D{HIu'R3Iҍpg=&UbD`fۣL"i{&$⋴j!HZ }R R)Je+eeg1omkC5,2\kos6ewSn#>`ㅐhnnƛ7@ k@PbqL#LK0zp{ Ȕy=08 PRiB[hyxI(?ĝU q \ƭ#}#]{K!Val*^< ~|Uh6fT2)UwqaSv' ȨpOcR \݁s x h"\*}ɐo*4kCGCGKl$ UX&eZv+B$K KBg'2 JIwAc=H m莮"N =]&I?5ZI}󹧨@!>)'R>J!Zp\yPFLhln-/28־Ǯ|F2ThҐW ?Vۣ[?o5F6.E3Y S Q^Z շ ^mW/i7Wcశe],RԒGMorsu36J恆])~Tnσk=-`OOṗhu A"P= gۓ>TeI_tb&%L: "o&n۲I`cHRýSbRIzwH-p^{_yEY 6lWq1+_HS*&؅<.QBv9&CL=ۯ̇O8F.b2c_òlW蠰54CF++ʋȹ9;HA!e6o1B"&ѿvSd?8_à19}cp 헮q0Y(y |(y!zHADh;7`:ióOsC K"Gx$ Y%,KUDsXALd5ߐ_6;+$x6󖚻S /BtKs4ȑh-X< Wm9] ߞh HQ[as.[U3"{޷o#'GzVߍ&c u]c1XzT|$ tXq;3Էg{6]E *D4|L~څM= |H,V7hIENDB`PK l8JzVV)skin/classic/global/icons/question-16.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATx|S]HSQsݦm6fه=h+"ɰ",ʂA z@0 )#*ɏP Ѱdsk}87wNх9>sa!g79\@>r1MG%pV+>b)qUaIc??~\/-&sYNWm`%LEB&lf_W/hJ"bUmk/7z<pނŔ_fk9Έ';ՔG+oATzAqnl[V&&8@CO# eK(I+O7qT$Kve^y) |aUtҰ-`I!d*bnb#E40*5;Ut7ha%J&Y0 EpFMV@DlYqƎ"g_p8L"h0C~%<7oa8Xucf]ÑdPsM++Hh  ƪq~x݊q%fSxtk9) #M[E!3* 't+ϻ;>?hp(ָp\XWzU&Doo+jqP@ێXB(фo̾id-ɭ8l+ڵGsԸ-Z$~{vW 5q1ŷKKGrw1n"IENDB`PK l8۷)skin/classic/global/icons/question-24.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<5IDATHǭ]h]Yk}sMoUͤ4tt`(v:3eY.cDAp@ T;(} >hӡ6Ԛ~$sZ>$mRl8kxPMN!`E`q O yS'[ 8&)kwIuip헟z(pw7{GK3zjFmXofDN N7oXKos069]?GIR /J7|dsldSp9Og[ + ~WAWrFb 5]xzğc4IeB<8ašacߘ~?*+匥 U-5wh[YYt¯f"ADظ;u>?Opc/N=Z(/&hʥ|$r6yg>c#b/>V?TH3xaى_~G=G$S^HXPՌ}`µ7|vv+7cloXS߷Q?bj𑮁=.5Q%2. R\]gF݅e(9*h`v1.f+`W5v˷R,rEZA=8TC,  -ٲ$*t?䙃hjSO$a ! f>Ҧ!;`<1q`{JZ R%dJ؞W!ج6/BhH,gOZ!8'A43[h3 #&u7#doDP[_\:)qO+il͖܏YC/ ZbB/D2CRR]¹U V_PQ݁ΜdFN>k S0Gq ]:BhHeZ@)/v|':}B@tsE ;3Dp.}o}iNQEE]B@]m|z|n>eВU✚ٙ瞭l{)1NWg[f; $PKt%%#f*O8qzŇg~6]㉮},s033KkasdiF"pj~旷^ZYsC'M{]؋vDpQ/:~xi~%K,!ii֖He\=w1;qqZgW\.Ξ?*oVҽg0IENDB`PK l8Rxc! ! )skin/classic/global/icons/question-48.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe< IDAThݚ \TLJ5q@6\ceR%1K-AQ*TDYDPJ_nbbj)4Zdv'6˥ua2YS~f;3=s=3;6c166O☛sn>8ɩA_~\.Ԉ<7"}=}}}g]-{4q},CCCy'fȰgq؅nQqAo%DJ? @e{#BP>&RlGG |e6bLJFGkxqD`_)OBmls OtbN`O;jkz1z_2;0%Ao7^mL vLSLKWxp#t`BVĻ"!7m2\(;sJJ܉̒wUˮ厉FegIWb6"} ~RUա"`=ĤD"`LE@_bE9Yṛj; a%XLM622%&@2f¥FNm#b&2#?gy;s*pBTTT ƥ5'ܜ]zzz <=|ɶL9$[ z܌)Jou7nUaJ5y9r&xD} d"a6A0P<|m9 =NjEhjj WE*Ѓ\3%g`&+olB!^8$6Yx9@"r_/@ը4Fwue Ql%d?9^14F;1fixm5-V89[Ud~.å议x%L)f [3%JHUgqV;ס"<9]??衭.fF*rbna#.ULɁL33 FnidVkЩQ؇'r羜F \5sh3۞Pᾥ15u j]7]ZY.%v,ST9]A R5r8X{Wu 66OTM@ڞl"fgf6.M^)t Cַ}kJ I:ӁIjbK!P[ U*x(/'GsR*E/A]Yl&l[A4 &v֫pv0l>٢Uat@!.d9.!q|_4Wp;;r>-I'y(M@jI_]{}XA XJ`5U7uofX~Nlw qE$= vB2k넀WfS&Z*A9, lEcs{H1}.%LX龐t7J!ZY6FT^N`3ϺS, lM ZqHCJE+UX!Dwm#˻V!xbh$`fLqz)^/@:X`L)>Pj nxW8M7$@&H(i].h8`;]ȇE+L:Jr;̛uZێj| y>O d%%9}ihP<¿8*C "e5*.*`E1_OA"EV\2~.+xUDr$^_H+;j~6J.de~ y{1ss \z%쬐GsBohH˻,vuz3g^Gϐ$rq).CQr9aIvN",8Io!W0Ӧ;MoŖ^CAEeE=DkX+"0<柅ߎ.cYxݾn3`=t~_ "ZDDe)ҊxiCS3a9:Tl~pal5ٓ-2KBW8Ɂ;\y3f.&>4rz&\^<_Bw3 <)2hX1yM2/a|OC? >*m5 )b='AMM_7@ڧ&6'ᅣpCN?, \~ 1-'MGL#Cwxَ t GSꁄQoCsM0e WGL[{FM!Z;&q(WĈb*3\93ϟbY3@ϴҘynWq?{]}&@MxIENDB`PK l8wll)skin/classic/global/icons/question-64.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<IDATx[{p\Wy{ծ-ieKK$$$N4HôSJ 3 )0iSС- Ph ! v?!?XZվ9c]ŦIܻ}Kcx3o@Ci:Q yGxr3?<ɏA|07 FG??MxƥBDtnk4q@!=Wz o 7}ng0=p҃I%`aBPsL695:Q<P0.,p`ϯ*5_^JRuĪ|DC{>4zh*lB20/Eހ; :cgqR뫌1] ;zG}I(e ( nLx@R u<=\Ҧ=mC۶co.m[cOn~<\Dc&2XHV?D IWQz8V  O0K1W;:mE%,uEQ<* e/BNZ#d#Ίx7Pc2UW,`xMtړiBkj|6w{Rl, p&BFv){q |N1$_0;\m0᭎p+d[7`xAX>T}LfCQvDT. \16y[[к?޸%Gn=`]`Ď+ ݰpdh >(JLf͋>@)toUx\%t%II0 cf3)c ` @Q+n` @d%w_Ӌ q[`:@NoO 6cdf$3Kp&GakV ede^? ⸁b->2"n]b83Vv1o?PeЅ(C1{OQ^ObOsi}C+f:GTik5{M|}W'%w^޾%*/n=ҺU^kf ĔH't ߨ;/b>c?*׹Z +ALQ88BH sѨ(FRNs05Zo(c+QNԾWXbK?_톔 @.$ԝCȗ꼾KćDItp3E%x` G>8B0)ꗆt!i r\,T W)@)j[̪*EdX&K;lj2HbmvX*p AnJ$c(iy/4W*d{oKQq`b8uh4*rPX+}Oths]E\>tjE!5 X3@0낑H ӨKz[h5*{c02z⠺<4x H 9qq?% 0mj֨׿#>j"0|ELdb\\=e6:<"x9N &XL`NU<6Uh!&QxϕVy " x@aZ L3;cwo-b<<5=AWy8^! ni[5gX-ì锷 i2hSY~/ Ug$;cA8sOWj{lT]nd 3i |:jE3!m(mAۓ,DSxف >X-'2:cW|4LHD:~\挎djd٢<ώ'mi3-:~4}ch0y`g:Qg_6ɽ}3M:>r۶O+bԆa[{5C@`䨾jCM:! -:%yG~ jm%_\j}pw ;յϒҎm>n'.B$h=?ntt sl} d XmWo!B&X?yQÑ _aMb_ ܂y: }1 Ǩ6:_z=3c`բAU'LٰyJ$q#:`wPj0J PsӪvwv9j(jW>[͝Ju^;J[6$A,:0+-eP;M:t<*D\-ۉ( J>QPYZ #OQT)ln(Ooy9Q D?xILeC(>?vjN)T}nXt Z~)rPS:qrZ! j`^ir xD.3 [_fHSVCiZ>OP+9(i{W;CX+9]7,׃좉|ota1_-Giv ? `v˸!)2@z_GJ,ARq{)sOƢ)ʼo]W*^BqP _2s@-P .JݳmdbcRl@85,)Qr($_f"̭˄m FSϛ{gꔧNXtsꁉK ] a8,ǮxZPzyQsbhBBE-cUU[˟OZ#Y7ܒ&7 z :0.)nvi渪lV.>Aޣu. .@]rr]:xImF3;|487;zF"s IENDB`PK m8[,skin/classic/global/icons/questionBar-30.pngPNG  IHDRp<tEXtSoftwareAdobe ImageReadyqe<VIDATxԑ 0 )xL]$@żT d:0t8ELm9U,seU9qm>[}{t`;SOIENDB`PK l8yI,skin/classic/global/icons/questionBar-60.pngPNG  IHDR< tEXtSoftwareAdobe ImageReadyqe<wIDATxA w_O҃"e6`vCb -{ŀ;,v4Ti7=lĴ4 D6oƦn_Œ'﷿v]]?ddID=<Rʃ.|SxN%SE(403:u.ƥoM4iH^ vXNcYLÀYQ Th PQ@r9~x|5` _LܙB& Q=UhQmMLR:na` cj@t?}2"mil dDUG[ L\_DI,f1J]"污FСX(ABJ2!#x5@HĬ„F={ -tн:hFB\@V "UX6U[ dD? ` 2 lnQd*z ]sTp^V"?0ԏG6fSR jh8l썧0uTy  fSNjB_u ! ["5zDlRNBc|@;)@Zc 6PDixE^W$d,Fu|V{N.[%]% c~L%$^@J| )d^p@W%27)bnYzį1&^>$7EpqJt4kZ,! % @l6]Y|%Nf-s}7_4PJ L0] ҨX 3@K0Lm]&s%0Hw<ߞ'0D=ԐZb"3@s[HLrH ) ,wm#nْsC. xO xjswM_"2 JeHD^L|P`[2@ ͈O fXw %˞/†uA{A ۸{go" {+p##n4mZ}WUVMWC*Hp 3-qqogӶ54'*?jPɿ/&w{/$UУZF1i3{nsZl&sQBIwd\Ͽ(C! wxpG?N,!"֔Wp EA7r9O6A9?7C "=YdB ª?=y[yj@ɡJh>T Ɂkc#W?/;Z IENDB`PK 0==%skin/classic/global/icons/Restore.gifGIF89a !, L vin"rmQ;PK '8pJJ*skin/classic/global/icons/Search-close.pngPNG  IHDR0gp pHYsHHFk> vpAg0[jPLTE XVBsoW*+1rNSVFKBkogbW\+,-/|0w1r?T2o X?sT*2oNSVFKBkogbW\+,-/|0w1rLϙ&tRNSnbKGD&ZIDAT(͒Y0wS0 '>76I/H)P՚K˒dh1|h,ٮϟjxGLDnh4feQ8=nk|(/|-P0N=ٸs܉'Sȶwd[>x|'Im:.qW˔RL&ڭ]5aNqa>xʿ">c뀂(4Gd;F}_ PHJ,hZ/aa@`uL Ny3?IZ4 ^ߢ>c0,:ٟ`VV<$ @1މ N)̖6[ ]a8|GPW0b~'"#57xuCBA[ز`Rt~slF)0tEŒĘkm*8xP?e|]% "* [c\0'K{[ }-[mZ)R|Cs/aN;dArpj.(Ӊ9f?yJ||7zN:(|a`,Ȉ]0`"~%m"̳%^{EsrtQ!0=3X+QRP3u5\δMuXyoݻ‚$Z=Le^+NjbpMLy /Rsq8]¼E~+Mm)A@Sll/ zfzAPPW5\SLaM5Q*_/e r.]'5+ץvNF<%nىt(@Iy{LTQq}FhZHjcDQ_mCw-)Rc@2p ֵ𙓌`"z=:R?HB HuShĬ3#]qDYgNpj40 ̓ %xI X](7SUQadz@)u .ȘPִb^tvZ?I _H珧1z咃?ep܀ŗ뢉 pWhIXpתB"ʕ2|B`qc4lъ{GV&=#×1U^mҨ;~Ʀ-v[`X' iZMяyfw7 pk ?aW =d}D'2nXy-vM->z$,QP<hQn{`5 zVXx]78TqX'-ZC (0tpŵWd97²;^P6NoJDR0;ǎaCAtw/m~V)S*C <_q JGW̞iҖSv|+̗ ;/2<wa+W ?;n*QZh1 iGX^b`SD 3 \aP{U}6iufek~S5vHkyRUU ydue8(܋v}Lpgu4u5n&q?+-_܅6e&cG߳!V!xX~$V9"n;Ln:*fx#.0}LJqB Tpe?:IG-0{HcJkO^̿`YNK?>؞[X6\6dL]^i9{ǞP.qǛ2:-$ DҜ>?}΄1+VYz0SOkB6O켸^q=5R%hU-FjyA7 n6è bϾ>q&#'?h9L:Vc ]C]o|.aB@y?kE"1*Uw%juh,09gepŢ/;N%ZfG+d(w|@cE@=^  t`TʄAgL8cz&ϯw!q 7.2}w~eYASf~rp3 ]fNm7HY6υ_Ry.~dmrY. 0r+[\tiOĜ4!~3[}Ѳdvٌo/6h^^SN p3Lŏ5PW'jtU+D TaГ`.D);1ReD3//uDA6s4n/Q;bEthr ?;,ז/Qf$vVԁOY)dAvaE:zJɈ|64d Xc/RPy.6wS9S,#:F'F34@P .IENDB`PK Wnz8W,MM+skin/classic/global/icons/warning-large.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe<IDATh PT.²RyF$&1TVLlSjIBDjF$Ac5h"k+6m5*y)P^- ,.jw79PǙǺ'3J@*>0T)9BP(4M=ף+;92uя"p:YOiA)g/WYq3]>+0Էý;謏ĹdYYG&`nn@e%;i_{fОeshl П|9rCp@(ؕmG<XGUhS~88lhL%ZC=~&Eߧg!Bw/,Dy0ž֞E{ҐbvZ4Zh* Ň8tIS;jWw:h#~+&9 5Lo; 9"$V fNNNcQ*7:#0!m[\a ggg,X,ꆗHs1fL[̛7-ˋ^ ۲(=/ CkhsMB @ Kz F fϴ *i-TpV4 Qd%٨{_D,7,õK2`Fm,_,JWp9R/u |||F Ǘg%G#t,#ɱW|D‰$JR0tX9-,PA_ vBal}OEjn詳d魳%Up???ukj"DV] _*5%V+@Yu|$Ks =H>,-|r"5ٻB%9d´lmmi{D%+ݛj^TW,eg tHGVEi'CA::uto6CS%0>킀DFFUR-㥉TkRw U\.רX5Y`JsE!KJ2 h*$4իWGX]e ~1j'-A͜ B].FjBKۖ\7(Nڿ~ OqX=@@ů3>j M d0+t )Rv =:|M5]2Tg"5!2d moMO"N$88}U*6,=NC副%x9;ij}x=?=K"\7ץd"%"V!ɗYVRJҭUS;vp9<6''BespUc褍Me.ԆŶvPKƠ<ƫ8]PNS jEꎊedjm~Lksi$,I {rWzթ8_~PyJ]-o9RGW8$"kqLULd2yd0GWe"1ZsZr'Җ+-BXX/^P$v4J=hi3.Rcx9WHb<\of(S8 PBQgp>.։UK裵tdN9*#ZxZgSL)bT+cqчx'c鬛=qx63h.qɘ ?ġ $ 9C' $B4 D4rQƱO%4sQE>G"wvr(FzdD#0k9d|.GNW+%# d@ꍘԛL&xM͛1AT,+LvqG,{÷H;!{ uODV2YgIENDB`PK l8Yx,33(skin/classic/global/icons/warning-16.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxb?%D,+&'`r_ n,Ύ[VW_?6J\=v6[p@/ʥ _`0e cSrAyD:Ăpwc_:xo/`sA.&&&T Y+rXo0fcgcP6gey/'2K~c0s_˨3( B߯@%=9, P6/)X_A1pq}fеEFV-~o 0PL4XβrWBv>Ÿ/6 ?Cb@e0`G+9-zO1(иX001 0$~0 /3J7F/C =P@!0F!llIENDB`PK l8bb=(skin/classic/global/icons/warning-24.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<4IDATxVKOQ>NHeZ촖">Аэѥb  !FB411QP  11.4эQ b@bH b,)ә{wJZDJ org=@]+Fҙ8<v:{>^rD4D _zP@ukԖAFNEƖs7 9̸t;Ye|V; HD9cPy@Am.+,W0">ת?R`3d.ix̂Z- Ͷy'>-iԧݰx_pD= BUk}V56]01:,t_PZF|KS/"&,xb!YNb X3wnF[9"qؘb+qI`I PsCh&dRhį)Bu"TuPSc[<٠ E\\cb0`%X(%8ELd:MtZ*7t"0*SZ}b,P̾}sr+tCI\;ieE0Y؄z pǘ?*|Ԭni c 3? S%gfvq7~*hy([6{̑, AZ7YI(3b0qFN$1 m3 S~OŲrE0H53̪YH z#V ЛWKw&' Ld:fSMF'2 xјad'ѴixV/U`巛5+\IENDB`PK l8^) (skin/classic/global/icons/warning-64.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe< gIDATxYl\y{g̐DR\DQDek$jei,ٲ,U R5A%R$hi<>Y.E nHXX6s=_fE#{ι}K_Ox˾R4Y,r"Bv,ʆw&F8R YnZwhzȐwUH"A{dcXƁkVoZ6+!5z篧d7*C-d}WvHymBL[)_E< D"kY8?\{w?T- E΍sV)^hcccnd5+ʫ6v ^(+G1.5*#ʎnqzA3j] 6J)z+5/@M]ugۉ:|0,r]ӝR.gȝk"`4ZJvc|,T0  ׷_o~r>EDifjkTVWGÁX`@:5Aon} Hs6:1\E'ttD03;>to{O)Ă|(VʱغZ4"C-{P8gk.~SPʠ F U(>Χ)̧ѣl[9xjYWMh͋/&?/㵿(AiA .N&Mu賶ege@Gwmq*E%C(4DoU1( .ޝ|< XҢvt|cIe!h,Kx]i@Z!>])JYyl:ua|$hWd@EuXåA0^?qigGò,"Ä]<]eZ)Yl_sBekSXˈ7 (oGQscgD(]Zűá?MXD@PKx&=σ(b1ڪq2 hnoSj d=D2OQZ\\of]ѡ%1f& &>r:ki+ ̀+b[y7O%;sl578!Z8.g 8 5 \oWbӝd}1[ ]Tk{ksKpG%%G}-1 jBNF:vtM^2dʒp]hjHcܦ~7f[?/[$Tؼrs[x9 m~MOo &= h}Y@95"cdKF9z p$#ggl¤.#~gys7BЁR`4B0޿@@?L0:N;8eرo˚qAT+gEnE7 ])">(hK9Xe|2Dk9/{`_Od{O*'4I}W䔂8gMׅeK]J)X%lo4QDÆ ҞÒL+ޔ2h7@&E8lQY6i{~i2hĻI$DϑM%XpBuGkXGiř/cׅJxP x A1@ic/gV۽سg}pq]S-5c `&^ t6ʵGAqUKȟbI+r/`ESĄRUzSo8_%VW3\ pgtU?z4g5:syrp(w+t'4BcWm=漥Tn`]n2J'~/4 ڠo2NUCzRvm{CY\V5WZя[bZ¼ԵmA# o ȿflL:(p> mEwۺMUkvk˂y?܎N9FkFI{r9M/ ۆdqKV wnJ+Pgg% yɰ XϾ=|oR's>ppC5+ڂJn Ȍ_A+7UoR^QIeE1R\[^\JrD̒ԂAfzhA35Ūc18'{̑5JFx# +SnRrjXZţpmKck^1ol4MB1͊D [bdġ#_hoǤ?ZbUB%AmC` w_[nRMaV3yٻ=od1xa[D XYNcZ̘crG)Lz %>r}=ޱㇾpJ}3|L G2:an:)GLDደs}G&(42(sH '^ 4Uak|a9=s4^*fUEz>9Mi@I^5iM%R2p==Dwv|1Aj M`e޼ 0_:V[ v@ *W,vĂ}ŀHRL5VzyFNUjX3"VI\jg.C2Oy? PaIa IpʶB:oς,S9Q40 x! BɐzzKC0IENDB`PK n8J+skin/classic/global/icons/warningBar-30.pngPNG  IHDRp<tEXtSoftwareAdobe ImageReadyqe<vIDATx@0V%BT\aЃf/|9_ulD||!U>&+WB]=f(6 `7>IENDB`PK l8@+skin/classic/global/icons/warningBar-60.pngPNG  IHDR< tEXtSoftwareAdobe ImageReadyqe<pIDATx앱 0 @ D4HrEd=[~_|UL5T` f.mѦ"F sO̵Kf0:ކşL=/ 8IENDB`PK l8+ /skin/classic/global/icons/warningBarIcon-16.pngPNG  IHDR7tEXtSoftwareAdobe ImageReadyqe<IDAT(cπZ Z6 11 z&Fzd1T`ƀSM`[A&`d8xa n W@ASt^28UxXY~oۛD86ⶂ ,8d3t)"r|zIENDB`PK l884LTT/skin/classic/global/icons/warningGhosted-64.pngPNG  IHDR@@`UtEXtSoftwareAdobe ImageReadyqe<IDAThnVdw@E[[E_t]!.1vl%kd˲]&Jr(k0  0E4PD9Y ^@^9`H-b""dhvǍ13$oEzwJ3:tyFʌ/ c:EJ4ЈʢsxAF ,la`TD,)ʆ.:T˫!? ?'"d,Ѧ4J +Q2ݼҦnRItZ˫T8bcU&8ABߏiwy>c?i\tRNS@fIDAT1@E;D;)L 5ֺ+m4I/ _ui& rYLbx@a䢣g,NHe$'+_RJ)ȎqAAٶ:Z9$4Ё H /Kz$XvIENDB`PK 0N..)skin/classic/global/radio/radio-check.gifGIF89a!, `Q;PK 0J..-skin/classic/global/radio/radio-check-dis.gifGIF89a!, `Q;PK 0i-C,,(skin/classic/global/scrollbar/slider.gifGIF89a!,D;PK .6+|/skin/classic/global/splitter/grip-hrz-after.gifGIF89as11c!,s@>0j8ͻ`YרJprMsngXbI00, D1\:fɜXDجv";PK .6[0skin/classic/global/splitter/grip-hrz-before.gifGIF89as11c!,s@=0 8ͻ_$ik,lYY `@H "rl&LsI1جvˍ;PK .6B/skin/classic/global/splitter/grip-vrt-after.gifGIF89as11c!,s@J0f֛%a_R)Ųבbלk7gٙ%&|uVONqBO;f]/+ss%;PK .6^e0skin/classic/global/splitter/grip-vrt-before.gifGIF89as11c!,s@J0 8pܝz$EUYyv<8J YbfVവv/6=ɍ;PK B8 99'skin/classic/global/toolbar/chevron.gifGIF89a!, D$yꠒ;PK B8$99+skin/classic/global/toolbar/chevron-rtl.gifGIF89a!, j;PK 0F4ռ'skin/classic/global/toolbar/Lighten.pngPNG  IHDR7*tEXtCreation Timem 9 dec 2002 16:20:35 +0100xVEtIME 3& pHYs  ~gAMA aIDATxc010*9 7.5}IENDB`PK ~~1Pޫ&skin/classic/global/toolbar/spring.gifGIF89a TLRmfk]V[OGMЃ}ibgz~|vz!, @{ dihT01\HĬ>8]1XvǞrl6qRj1 &tlg0n|>Kuy[K /A:X 9W`Z_X# h1 E);Tt#!;PK n8e¸&skin/classic/global/toolbar/spring.pngPNG  IHDR stEXtSoftwareAdobe ImageReadyqe<ZIDATHKNA?qCb3zDD+ gbлĸ@$1NP"h,4  ꟪WW57?\ԮN|UK@(I W/t1\ی;(bevYP0/+X5-uB$5+D@( 7%<M~|ZS}xDс/I_ƞ NFԇ O |OXaoP%׈rشi8-gF~e3f XHCLk.+OSgmd\IENDB`PK 0JJ)skin/classic/global/tree/columnpicker.gifGIF89a 3!, kR8I%ݨ YLeT9#*;PK 0U͏@@%skin/classic/global/tree/sort-asc.gifGIF89a!,@o{b.;PK 0??%skin/classic/global/tree/sort-dsc.gifGIF89afff!,@v}N K;PK n8׺(skin/classic/global/tree/twisty-clsd.pngPNG  IHDR #gAMAOX2tEXtSoftwareAdobe ImageReadyqe<'PLTE]\]\]\jR tRNSeg ;IDATcbRRRb`Zjý @zJLr@w@%#y7{(#IENDB`PK n8J0(skin/classic/global/tree/twisty-open.pngPNG  IHDR #gAMAOX2tEXtSoftwareAdobe ImageReadyqe<'PLTE]\]\]\jR tRNSeg 8IDAT[cbRRRb`Zjý{ի30SR߿()30ٳgx~IENDB`PK \099/skin/classic/global/throbber/Throbber-small.gifGIF89a333LLLfff! NETSCAPE2.0! ,HɉZgՆ}HIl ta ޭpe0 &|.Q^ڭ"'N! ,HBZ}HIl0tq<ޭp@ &|.BQ^ڭ"'N! ,HZ}HIlAt<ޭpP&|.Q^ڭ"'N! ,HƠZ'!}HIlTQtS<ޭp`&|.Q^ڭ"'N! ,HZg) }HIlat <ޭpp&|.Q^ڭ"'N! ,HJZ1}HIlqt0<ޭp&|.@Q^ڭ"'N! ,HZ9}HIltA<ޭp% &|.Q^ڭ"'N! ,HΡZ'}HIlTtSQ<ޭpE &|.Q^ڭ"'N;PK M}2e^-/skin/classic/global/throbber/Throbber-small.pngPNG  IHDRRPLTE333LLLfff1tRNS@fbKGDH pHYs  tIME&47IDATEM 0b]7oAKMD P)ң4aNEkX.f cD$tD"Q[aIENDB`PK 8Myr$skin/classic/global/autocomplete.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Pamela Greene (pamg.bugs@gmail.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: autocomplete ::::: */ textbox { cursor: default; padding: 0; } /* Used by autocomplete widgets that don't have an icon. Gross. -dwh */ textbox.padded { padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 2px; -moz-padding-end: 0px; } .autocomplete-textbox-container { -moz-box-align: center; } .textbox-input-box { margin: 0 3px; -moz-box-align: center; } /* ::::: autocomplete popups ::::: */ panel[type="autocomplete"], panel[type="autocomplete-richlistbox"], .autocomplete-history-popup { -moz-appearance: none; border-width: 1px; -moz-border-top-colors: ThreeDDarkShadow; -moz-border-right-colors: ThreeDDarkShadow; -moz-border-bottom-colors: ThreeDDarkShadow; -moz-border-left-colors: ThreeDDarkShadow; padding: 0; background-color: -moz-Field; } .autocomplete-history-popup { max-height: 180px; } /* ::::: tree ::::: */ .autocomplete-tree { -moz-appearance: none !important; border: none !important; background-color: transparent !important; } .autocomplete-treecol { -moz-appearance: none !important; margin: 0 !important; border: none !important; padding: 0 !important; } /* GTK calculates space for a sort arrow */ .autocomplete-treecol > .treecol-sortdirection { -moz-appearance: none !important; } .autocomplete-treebody::-moz-tree-cell-text { -moz-padding-start: 8px; } treechildren.autocomplete-treebody::-moz-tree-row(selected) { background-color: Highlight; } treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) { color: HighlightText !important; } .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) { max-width: 16px; height: 16px; } /* ::::: richlistbox autocomplete ::::: */ .autocomplete-richlistbox { margin: 0; } .autocomplete-richlistitem[selected="true"] { background-color: Highlight; color: HighlightText; } .autocomplete-richlistitem { padding: 1px 2px; border-bottom: 1px solid ThreeDLightShadow; } .ac-site-icon { width: 16px; height: 16px; margin: 0 5px -3px 3px; } .ac-type-icon { width: 16px; height: 16px; } .ac-extra > .ac-result-type-tag { margin: 0 4px; } .ac-extra > .ac-comment { padding-right: 4px; } .ac-ellipsis-after { margin: 2px 0px 0px 0px !important; padding: 0; min-width: 1em; } .ac-normal-text { margin: 2px 0px 0px 0px !important; padding: 0; } .ac-normal-text > html|span { margin: 0 !important; padding: 0; } html|span.ac-emphasize-text { font-weight: bold; text-decoration: underline; } html|span.ac-emphasize-alt { text-decoration: underline; } .ac-title, .ac-url { overflow: hidden; } /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input { visibility: hidden; } toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input { visibility: hidden; } PK &8ϑskin/classic/global/config.css @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #warningScreen { background-color: -moz-Dialog; } #warningBox { background-color: -moz-Field; color: -moz-FieldText; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; margin-left: 1em; margin-right: 1em; } #warningInnerBox { max-width: 50em; } #warningTitle { margin: 0 0 .6em 0; font-size: 160%; border-bottom: 1px solid ThreeDLightShadow } #warningText { font-size: 110%; margin-left: 0; } #warningButton { margin-top: 0.6em; } #showWarningNextTime { margin-top: 0.6em; } #exclam { list-style-image: url("chrome://global/skin/icons/warning-large.png"); -moz-margin-end: 3em; } #configTreeBody::-moz-tree-cell-text(user) { font-weight: bold; } #configTreeBody::-moz-tree-cell-text(locked) { font-style: italic; } #configTree { margin-top: 5px; margin-bottom: 5px; } #filterRow { margin-top: 5px; } PK vkL7#skin/classic/global/global.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== global.css ===================================================== == Styles that apply everywhere. ======================================================================= */ /* all localizable skin settings shall live here */ @import url("chrome://global/locale/intl.css"); @import url("chrome://global/skin/formatting.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: XBL bindings ::::: */ radio { -moz-binding: url("chrome://global/skin/globalBindings.xml#radio"); } menulist > menupopup, .menulist-menupopup { -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars"); } .menulist-compact { -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact"); } progressmeter[mode="undetermined"] { -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); } /* ::::: root elements ::::: */ window, page, dialog, wizard, prefwindow { -moz-appearance: window; background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; } window.dialog { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } [wait-cursor] { cursor: wait !important; } /* ::::: alert icons :::::*/ .message-icon, .alert-icon, .error-icon, .question-icon { width: 32px; height: 32px; } .message-icon { list-style-image: url("chrome://global/skin/icons/Message.png"); } .alert-icon { list-style-image: url("chrome://global/skin/icons/Warning.png"); } .error-icon { list-style-image: url("chrome://global/skin/icons/Error.png"); } .question-icon { list-style-image: url("chrome://global/skin/icons/Question.png"); } /* ::::: iframe ::::: */ iframe { border: none; width: 100px; height: 100px; min-width: 10px; min-height: 10px; } /* ::::: statusbar ::::: */ statusbar { -moz-appearance: statusbar; border-top: 1px solid ThreeDLightShadow; border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; background-color: -moz-Dialog; min-height: 22px; } statusbarpanel { -moz-appearance: statusbarpanel; -moz-box-align: center; -moz-box-pack: center; border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; padding: 0 4px; } .statusbar-resizerpanel { -moz-box-align: end; -moz-box-pack: end; -moz-appearance: resizerpanel; padding: 0px; border: none; } .statusbarpanel-iconic, .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic { padding: 0px 1px 0px 1px; } resizer[dir="bottomright"] { -moz-appearance: resizer; cursor: se-resize; } /* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */ sidebarheader { height: 25px; background-color: -moz-Dialog; -moz-appearance: toolbox; border-bottom: 1px solid ThreeDShadow; border-top: 1px solid ThreeDHighlight; } sidebarheader > label { -moz-padding-start: 4px; } /* ::::: miscellaneous ::::: */ .toolbar-focustarget { -moz-user-focus: ignore !important; } /* :::::: autoscroll popup ::::: */ #autoscroller { height: 28px; width: 28px; border: none; margin: -14px; padding: 0; background-image: url("chrome://global/skin/icons/autoscroll.png"); background-color: transparent; background-position: right top; -moz-appearance: none; } #autoscroller[scrolldir="NS"] { background-position: right center; } #autoscroller[scrolldir="EW"] { background-position: right bottom; } PK W64{KKskin/classic/global/scale.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: scale ::::: */ .scale-slider { -moz-appearance: scale-horizontal; background: url("chrome://global/skin/scale/scale-tray-horiz.gif") 0% 50% repeat-x; margin: 2px 4px; width: 100px; } .scale-slider[orient="vertical"] { -moz-appearance: scale-vertical; background: url("chrome://global/skin/scale/scale-tray-vert.gif") 50% 0% repeat-y; margin: 4px 2px; width: auto; height: 100px; } /* ::::: scale thumb ::::: */ .scale-thumb { -moz-appearance: scalethumb-horizontal; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; min-width: 30px; min-height: 15px; } .scale-thumb[orient="vertical"] { -moz-appearance: scalethumb-vertical; min-width: 15px; min-height: 30px; } .scale-thumb[disabled="true"] { -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; } PK n8r -skin/classic/global/dirListing/dirListing.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Dão Gottwald . * Portions created by the Initial Developer are Copyright (C) 2007 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ :root { background-color: -moz-dialog; color: -moz-dialogtext; font: message-box; padding-left: 2em; padding-right: 2em; } body { border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; min-width: 30em; max-width: 65em; margin: 4em auto; background-color: -moz-field; color: -moz-fieldtext; } h1 { font-size: 160%; margin: 0 0 .6em; border-bottom: 1px solid ThreeDLightShadow; font-weight: normal; } a { text-decoration: none; } a:hover { text-decoration: underline; } p { font-size: 110%; } #UI_goUp { margin-top: 0; float: left; } #UI_showHidden { margin-top: 0; float: right; } table { clear: both; width: 90%; margin: 0 auto; } thead { font-size: 130%; } /* last modified */ th:last-child { text-align: center; } th:hover > a { text-decoration: underline; } tbody > tr:hover { outline: 1px solid ThreeDLightShadow; -moz-outline-radius: .3em; } /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */ td:not(:first-child) { width: 0; } .up { padding: 0 .5em; -moz-margin-start: 20px; } .up::before { -moz-margin-end: 4px; -moz-margin-start: -20px; vertical-align: middle; content: url(chrome://global/skin/dirListing/up.png); } .dir::before { content: url(chrome://global/skin/dirListing/folder.png); } PK xT8x1"skin/classic/aero/global/about.csshtml { background: -moz-Dialog; } body { margin: 0; padding: 0 1em; color: -moz-FieldText; font: message-box; } #aboutPageContainer { position: relative; min-width: 330px; max-width: 50em; margin: 4em auto; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: -moz-Field; } .aboutPageWideContainer { max-width: 80% !important; } #aboutLogoContainer { border: 1px solid ThreeDLightShadow; width: 300px; margin-bottom: 2em; } img { border: 0; } #version { font-weight: bold; color: #909090; margin: -24px 0 9px 17px; } ul { margin: 0; -moz-margin-start: 1.5em; padding: 0; list-style: square; } ul > li { margin-top: .5em; } PK t7G( &skin/classic/aero/global/appPicker.css #app-picker { width:320px !important; max-width:320px !important; } #content-description { font-weight:bold; } #suggested-filename { font-weight:normal; } #file-info { } #app-picker-list { height:225px; min-height:225px; } #app-picker-item { padding-bottom:5px; padding-top:5px; } #app-picker-item-image { } #app-picker-item-cell { font-weight:normal; padding-right:10px; padding-left:10px; } #browse-button { margin-top:10px; }PK 0, "skin/classic/aero/global/arrow.css @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .up { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .up:hover { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } .up[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .down { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .down:hover { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } .down[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .left { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .left:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .left[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .right { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .right:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .right[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } PK ^8&?QLL#skin/classic/aero/global/button.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== button.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* :::::::::: button :::::::::: */ button { -moz-appearance: button; margin: 1px 5px 2px 5px; min-width: 6.3em; border: 3px solid; -moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; color: ButtonText; } .button-box { border: 1px solid transparent; padding-top: 1px; padding-bottom: 2px; -moz-padding-start: 3px; -moz-padding-end: 4px; } .button-text { margin: 0 !important; text-align: center; } /* .......... focused state .......... */ button:focus { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight transparent; } button:focus > .button-box { border: 1px dotted ThreeDDarkShadow; } /* .......... default state .......... */ button[default="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow; } /* .......... active/open/checked state .......... */ button:hover:active, button[open="true"], button[checked="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent; } button:hover:active > .button-box:not(:-moz-system-metric(windows-default-theme)), button[open="true"] > .button-box:not(:-moz-system-metric(windows-default-theme)), button[checked="true"] > .button-box:not(:-moz-system-metric(windows-default-theme)) { padding-top: 2px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 3px; } /* .......... disabled state .......... */ button[disabled="true"] { -moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow !important; color: GrayText; } button[disabled="true"] > .button-box { padding-top: 1px !important; padding-bottom: 2px !important; -moz-padding-start: 3px !important; -moz-padding-end: 4px !important; } /* ::::: menu/menu-button buttons ::::: */ button[type="menu-button"] { -moz-box-align: center; -moz-box-pack: center; margin: 0; border: none; } .button-menu-dropmarker, .button-menubutton-dropmarker { -moz-appearance: none !important; margin: 1px; background-color: transparent !important; border: none !important; min-width:11px; min-height:11px; } .button-menubutton-dropmarker[open="true"] { margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 2px; -moz-margin-end: 0px; } /* ::::: plain buttons ::::: */ button.plain { border: 0px !important; margin: 0px !important; padding: 0px !important; } button[type="disclosure"] { border: 0px !important; margin: 0px !important; padding: 0px !important; -moz-appearance: none; list-style-image: url("chrome://global/skin/tree/twisty-clsd.png"); min-width: 0px !important; background-color: transparent; } button[type="disclosure"][open="true"] { list-style-image: url("chrome://global/skin/tree/twisty-open.png"); } PK 0FT2G/ %skin/classic/aero/global/checkbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== checkbox.css =================================================== == Styles used by the XUL checkbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: checkbox ::::: */ checkbox { -moz-appearance: checkbox-container; -moz-box-align: center; margin: 2px 4px; padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 2px; } .checkbox-label-box { -moz-margin-start: 2px; border: 1px solid transparent; padding: 0px 1px; } .checkbox-icon { -moz-margin-end: 2px; } .checkbox-label { margin: 0 !important; } /* ..... focused state ..... */ checkbox:focus > .checkbox-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-check { background-color: -moz-Dialog; } checkbox[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .checkbox-check { -moz-appearance: checkbox; -moz-box-align: center; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } checkbox:hover:active > .checkbox-check { background-color: -moz-Dialog; } /* ..... checked state ..... */ checkbox[checked="true"] > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } checkbox[checked="true"][disabled="true"] > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important } PK PA2Ph[@@(skin/classic/aero/global/colorpicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== colorpicker.css ================================================ == Styles used by the XUL colorpicker element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: colorpicker button ::::: */ /* colorpicker button */ colorpicker[type="button"] { width: 38px; height: 24px; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: ThreeDFace; padding: 3px; } .colorpicker-button-colorbox { border: 1px solid #000000; } colorpicker[type="button"]:focus { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; } colorpicker[type="button"][open="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } /* ::::: colorpicker tiles ::::: */ .colorpickertile { width : 20px; height : 20px; margin : 1px; border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; } .colorpickertile[selected="true"] { border : 2px outset #C0C0C0; } .colorpickertile[hover="true"] { border : 2px dotted #FFFFFF; } .cp-light[hover="true"] { border : 2px dotted #909090; } PK K>f5 ˀ-skin/classic/aero/global/customizeToolbar.css/* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Mozilla Communicator client code, released March 31, 1998. The Initial Developer of the Original Code is Blake Ross. Portions created by the Initial Developer are Copyright (C) 2002 the Initial Developer. All Rights Reserved. Contributor(s): Blake Ross (blaker@netscape.com) Joe Hewitt (hewitt@netscape.com) Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. ***** END LICENSE BLOCK ***** */ window, dialog { padding: 6px; } #instructions { font-weight: bold; font-size: larger; } PK 2TN6B<(+skin/classic/aero/global/datetimepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== datetimepicker.css ============================================= == Styles used by the XUL datepicker and timepicker elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); datepicker, timepicker { margin: 2px 4px; padding: 0; border: none; background: none; cursor: default; } .datetimepicker-input-box { -moz-appearance: textfield; cursor: text; -moz-margin-end: 2px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 2px 0 3px 0; -moz-padding-start: 4px; -moz-padding-end: 2px; background-color: -moz-Field; color: -moz-FieldText; } .datetimepicker-input-subbox { width: 1.6em; } html|*.datetimepicker-input { text-align: right; } .datetimepicker-separator { margin: 0 !important; } .datetimepicker-year { width: 3.2em; } datepicker[readonly="true"], timepicker[readonly="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } datepicker[disabled="true"], timepicker[disabled="true"] { cursor: default; background-color: -moz-Dialog; color: GrayText; } .datepicker-mainbox { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } .datepicker-popupgrid > .datepicker-mainbox { margin: 0; border: none; } .datepicker-gridlabel, .datepicker-weeklabel { text-align: center; } .datepicker-gridlabel[today="true"] { background-color: darkgrey; color: white; } .datepicker-gridlabel[selected="true"] { background-color: Highlight; color: HighlightText; } .datepicker-button { -moz-appearance: none; min-width: 8px; padding: 0px; } .datepicker-previous { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-next { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-previous:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .datepicker-next:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .datepicker-previous[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .datepicker-next[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } .datepicker-previous[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-next[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-previous[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .datepicker-next[chromedir="rtl"]:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .datepicker-previous[disabled="true"][chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } .datepicker-next[disabled="true"][chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } PK 97,س/ / #skin/classic/aero/global/dialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Original Author: Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== dialog.css ===================================================== == Styles used by the XUL dialog element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ dialog { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } /* ::::: dialog buttons ::::: */ .dialog-button { font: menu; margin-top: 6px; } /* ::::: dialog header ::::: */ dialogheader { margin: 0px 5px 5px 5px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 5px 8px; background-color: Highlight; color: HighlightText; } .dialogheader-title { margin: 0px !important; font-size: larger; font-weight: bold; } /* ::::: large dialog header ::::: */ .header-large { -moz-box-orient: vertical; margin-top: -8px; margin-bottom: 0; -moz-margin-start: -8px; -moz-margin-end: -10px; border-left: none; border-right: none; border-top: none; -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; padding-top: 12px; padding-bottom: 12px; -moz-padding-start: 25px; -moz-padding-end: 5px; background-color: Window; color: WindowText; } .header-large > .dialogheader-title { font: inherit; font-weight: bold; } .header-large > .dialogheader-description { -moz-margin-start: 12px !important; } PK -`6{U  'skin/classic/aero/global/dropmarker.cssdropmarker { -moz-appearance: menulist-button; width: 16px; height: 16px; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; padding: 1px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; } dropmarker:hover:active { -moz-border-top-colors: ThreeDShadow ThreeDFace; -moz-border-right-colors: ThreeDShadow ThreeDFace; -moz-border-bottom-colors: ThreeDShadow ThreeDFace; -moz-border-left-colors: ThreeDShadow ThreeDFace; padding-top: 2px; padding-bottom: 0px; -moz-padding-start: 2px; -moz-padding-end: 0px; } dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight !important; padding: 1px !important; } PK 0FT2׿ۀ%skin/classic/aero/global/expander.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ .expanderButton { cursor: pointer !important; } .settingsContainer { padding-top: 3px; padding-bottom: 5px; -moz-padding-start: 20px; -moz-padding-end: 5px; } PK PA2 LLL'skin/classic/aero/global/filepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Brian Ryner (bryner@brianryner.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== filepicker.css ================================================= == Styles used by the File Picker dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: column widths ::::: */ #FilenameColumn, #ContentLengthColumn, #LastModifiedDateColumn { width: 100px; } /* ::::: file/directory items ::::: */ treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 32px, 16px, 16px); } treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(16px, 16px, 32px, 0px); } /* ::::: button items ::::: */ /* up-button */ .up-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 24px 24px 0px); max-width: 36px; } .up-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 24px 48px 0px); max-width: 36px; } /* home-button */ .home-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 48px 24px 24px); max-width: 36px; } .home-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 48px 48px 24px); max-width: 36px; } /* new-dir-button */ .new-dir-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 72px 24px 48px); max-width: 36px; } .new-dir-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 72px 48px 48px); max-width: 36px; }PK 8Z" $skin/classic/aero/global/findBar.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .findbar-closebutton { border: 1px solid transparent; padding: 3px 2px 4px 2px !important; list-style-image: url("chrome://global/skin/icons/closeSidebar.png"); -moz-appearance: none; -moz-image-region: rect(0px, 14px, 14px, 0px); } .findbar-closebutton > .toolbarbutton-icon { -moz-margin-end: 0px !important; -moz-padding-end: 2px !important; -moz-padding-start: 2px !important; } .findbar-closebutton:hover { -moz-image-region: rect(0px, 28px, 14px, 14px); } .findbar-closebutton:hover:active { -moz-image-region: rect(0px, 42px, 14px, 28px); } findbar { -moz-appearance: none !important; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; border-bottom: 1px solid; -moz-border-bottom-colors: transparent; min-width: 1px; } /* find-next button */ .findbar-find-next { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); } .findbar-find-next:hover { -moz-image-region: rect(16px 16px 32px 0px); } .findbar-find-next[disabled="true"] { -moz-image-region: rect(32px 16px 48px 0px) !important; } /* find-previous button */ .findbar-find-previous { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); } .findbar-find-previous:hover { -moz-image-region: rect(16px 32px 32px 16px); } .findbar-find-previous[disabled="true"] { -moz-image-region: rect(32px 32px 48px 16px) !important; } /* highlight button */ .findbar-highlight { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); } .findbar-highlight:hover { -moz-image-region: rect(16px 48px 32px 32px); } .findbar-highlight[disabled="true"] { -moz-image-region: rect(32px 48px 48px 32px) !important; } .findbar-highlight:active, .findbar-highlight[checked="true"] { -moz-image-region: rect(48px 48px 64px 32px); } .findbar-highlight[checked="true"]:hover { -moz-image-region: rect(64px 48px 80px 32px); } .find-status-icon { list-style-image: none; margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 12px; -moz-margin-end: 0px; width: 16px; height: 16px; } .findbar-find-status { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 3px; -moz-margin-end: 0px; padding: 2px; } .find-status-icon[status="notfound"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } .findbar-textbox { -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); -moz-appearance: none; border: none; margin: 0px; } .findbar-textbox[status="notfound"] { background-color: #FF6666; color: #FFFFFF; } findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox { background-color: yellow; } .find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/icons/wrap.png"); } .find-field-container { -moz-appearance: textfield; } PK 1n6j 'skin/classic/aero/global/formatting.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* inset areas */ .inset { border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; margin : 0px 5px 5px 5px; } .box-inset { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } /* formatting */ .groove-top { border-top : 2px groove ThreeDFace; } .groove-right { border-right : 2px groove ThreeDFace; } .groove-left { border-left : 2px groove ThreeDFace; } .groove-bottom { border-bottom : 2px groove ThreeDFace; } .outset { border-left : 1px solid ThreeDHighlight; border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; } .outset-top-bottom { border-top : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDShadow; } /** separator rules **/ /* standard separators */ separator, separator[orient="horizontal"] { height: 1.5em; } separator[orient="vertical"] { width: 1.5em; } /* thinner separators (50% size) */ separator.thin, separator.thin[orient="horizontal"] { height: 0.5em; } separator.thin[orient="vertical"] { width: 0.5em; } /* groove separators (50% size) */ separator.groove, separator.groove[orient="horizontal"] { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; margin-top: 0.4em; margin-bottom: 0.4em; } separator.groove[orient="vertical"] { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; -moz-margin-start: 0.4em; -moz-margin-end: 0.4em; } /* groove separators (0 padding, for dividing effects) */ separator.groove-thin { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; } separator[orient="vertical"].groove-thin { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } /** text formatting rules **/ /* label (with margins) */ /** Reduced Margin for some UI **/ .small-margin { margin : 1px 2px 1px 2px; } .plain { margin: 0px !important; border: none; padding: 0px; } label[disabled="true"] { color : GrayText; } description, label { cursor : default; } description { margin : 1px 5px 4px 5px; } label { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px; -moz-margin-end: 5px; } .header { font-weight : bold; } .larger-text { font-size : larger; } .smaller-text { font-size : smaller; } .monospace { font-family : monospace; } .indent { -moz-margin-start : 23px; } .box-padded { padding : 5px; } .spaced { margin : 3px 5px 4px 5px; } .wizard-box { padding : 20px 44px 10px 44px; } .caption-text { margin-top: 0px !important; margin-bottom: 0px !important; -moz-margin-start: 1px !important; -moz-margin-end: 2px !important; } /* class for text with a 'link' appearance */ .text-link { color : blue; text-decoration : underline; border : 1px solid transparent; } .text-link:focus { color : red; border : 1px dotted -moz-DialogText; } .text-link:hover { cursor : pointer; } .text-link:hover:active { color : red; } .text-link[visited="true"] { color : purple; } PK 638/I I +skin/classic/aero/global/globalBindings.xml PK 48 treerow { background : transparent !important; border : none !important; color : -moz-FieldText !important; } treecell:hover { text-decoration : underline !important; color : #000080 !important; cursor : pointer; } treecell:hover:active { text-decoration : underline !important; color : red !important; } PK 88<$skin/classic/aero/global/listbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: listbox ::::: */ listbox { -moz-appearance: listbox; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } listbox[disabled="true"] { color: GrayText; } /* ::::: listitem ::::: */ listitem { border: 1px solid transparent; } listbox:focus > listitem[selected="true"][current="true"] { outline: 1px dotted #F3D982; } listbox:focus > listitem[current="true"] { outline: 1px dotted Highlight; -moz-outline-offset: -1px; } listitem[selected="true"] { background-color: -moz-cellhighlight; color: -moz-cellhighlighttext; } listbox:focus > listitem[selected="true"] { background-color: Highlight; color: HighlightText; } /* ::::: listheader ::::: */ listheader { -moz-appearance: treeheadercell; -moz-box-align: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 0 4px; } listheader[sortable="true"]:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding-top: 1px; padding-bottom: 0px; -moz-padding-start: 5px; -moz-padding-end: 4px; } .listheader-icon { -moz-margin-end: 2px; } .listheader-label { margin: 0px !important; } /* ..... sort direction icon ..... */ .listheader-sortdirection { list-style-image: none; } .listheader-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .listheader-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: listcell ::::: */ .listcell-label { margin: 0px !important; padding-top: 0px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 0px; white-space: nowrap; } .listcell-icon { -moz-margin-end: 2px; } .listcell-label[disabled="true"] { color: GrayText; } /* ::::: listcell checkbox ::::: */ .listcell-check { -moz-appearance: checkbox; -moz-box-align: center; margin: 0px 2px; border: 1px solid -moz-DialogText; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } .listcell-check[checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } .listcell-check[disabled="true"] { border-color: GrayText; background-image: url("chrome://global/skin/checkbox/cbox-dis.gif"); } .listcell-check[disabled="true"][checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); } PK X8\GOO!skin/classic/aero/global/menu.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== menu.css ======================================================= == Styles used by XUL menu-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menu/menuitem ::::: */ menu, menuitem { -moz-appearance: menuitem; -moz-box-align: center; color: MenuText; font: menu; list-style-image: none; -moz-image-region: auto; } menuitem[default="true"] { font-weight: bold; } menu[disabled="true"], menuitem[disabled="true"], menu[_moz-menuactive="true"][disabled="true"], menuitem[_moz-menuactive="true"][disabled="true"] { color: GrayText; } menuitem.spell-suggestion { font-weight:bold; } /* ..... internal content .... */ .menu-accel, .menu-iconic-accel, .menu-text, .menu-iconic-text { margin: 0px !important; padding: 0px; color: inherit; } .menu-text { -moz-padding-start: 1.45em !important; -moz-appearance: menuitemtext; } .menu-text, .menu-iconic-text { font-weight: inherit; -moz-margin-start: 2px !important; -moz-padding-end: 2px; } .menu-description { font-style: italic; color: GrayText; -moz-margin-start: 1ex !important; } .menu-accel, .menu-iconic-accel { color: inherit; -moz-margin-start: 0.74em !important; -moz-margin-end: 1.35em !important; } .menu-iconic-left, .menu-right { min-width: 1.45em; min-height: 1.21em; } .menu-iconic-icon { width: 16px; height: 16px; } menu.menu-iconic > .menu-iconic-left, menuitem.menuitem-iconic > .menu-iconic-left { -moz-appearance: menuimage; } menu.menu-iconic > .menu-iconic-left > .menu-iconic-icon, menuitem.menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { /* reduce icon-text crowding */ -moz-margin-start: -1px; -moz-margin-end: 1px; } /* ..... menu arrow box ..... */ .menu-right { -moz-appearance: menuarrow; -moz-margin-end: -2px; list-style-image: none; } /* ::::: menu/menuitems in menubar ::::: */ menubar > menu { border: 2px solid transparent; } menubar > menu[_moz-menuactive="true"][open="true"] { border-width: 3px 1px 1px 3px; } menubar > menu[_moz-menuactive="true"], menubar > menu[_moz-menuactive="true"][open="true"] { color: -moz-menubarhovertext; } /* ..... internal content .... */ .menubar-left { color: inherit; } .menubar-text { margin: 1px 6px 2px 6px !important; color: inherit; } /* ::::: menu/menuitems in popups ::::: */ menupopup > menu, popup > menu, menupopup > menuitem, popup > menuitem { max-width: 42em; } menupopup > menu[_moz-menuactive="true"], menupopup > menuitem[_moz-menuactive="true"], popup > menu[_moz-menuactive="true"], popup > menuitem[_moz-menuactive="true"] { background-color: -moz-menuhover; color: -moz-menuhovertext; } /* ::::: menu/menuitems in menulist popups ::::: */ .menulist-menupopup > menuitem, menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { -moz-appearance: none; border: 1px solid transparent; padding-top: 1px; -moz-padding-end: 30px; padding-bottom: 1px; -moz-padding-start: 5px; max-width: none; font: message-box; color: -moz-FieldText; } .menulist-menupopup > menuitem > .menu-iconic-left, menulist > menupopup > menuitem > .menu-iconic-left, .menulist-menupopup > menu > .menu-iconic-left, menulist > menupopup > menu > .menu-iconic-left { display: none; } menulist > menupopup > menuitem[_moz-menuactive="true"] { border: 1px dotted #F5DB95; background-color: highlight; color: highlighttext; } menulist > menupopup > menuitem[_moz-menuactive="true"][disabled="true"] { color: GrayText; } menulist > menupopup > menuitem > .menu-iconic-text { margin: 0 !important; } /* ::::: checkbox and radio menuitems ::::: */ menuitem[type="checkbox"], menuitem[checked="true"] { -moz-appearance: checkmenuitem; } menuitem[type="checkbox"] > .menu-iconic-left, menuitem[checked="true"] > .menu-iconic-left { -moz-appearance: menucheckbox; } menuitem[type="radio"] { -moz-appearance: radiomenuitem; } menuitem[type="radio"] > .menu-iconic-left { -moz-appearance: menuradio; } menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon, menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon, menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon { /* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064) XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */ display: none; } /* ::::: menuseparator ::::: */ menuseparator { -moz-appearance: menuseparator; padding: 3px 1px 4px 1px; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } menulist > menupopup > menuseparator, .menulist-menupopup > menuseparator { padding: 6px 0 5px 0; border-top: 1px solid #000000; border-bottom: none; } /* ::::: autocomplete ::::: */ .autocomplete-history-popup > menuitem { max-width: none !important; font: message-box; } /* ::::: tree column picker ::::: */ .treecell-popupcell-menu { -moz-margin-start: -2px; list-style-image: url("chrome://global/skin/columnselect.gif"); -moz-image-region: auto; } PK r8~  %skin/classic/aero/global/netError.css/* * This defines the look-and-feel styling of the error pages. * (see: netError.xhtml) * * Original styling by William Price * Updated by: Steven Garrity * Henrik Skupin */ html { background: -moz-Dialog; } body { margin: 0; padding: 0 1em; color: -moz-FieldText; font: message-box; } h1 { margin: 0 0 .6em 0; border-bottom: 1px solid ThreeDLightShadow; font-size: 160%; } ul, ol { margin: 0; -moz-margin-start: 1.5em; padding: 0; } ul > li, ol > li { margin-bottom: .5em; } ul { list-style: square; } #errorPageContainer { position: relative; min-width: 13em; max-width: 52em; margin: 4em auto; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat -moz-Field; -moz-background-origin: content; } #errorPageContainer.certerror { background-image: url("chrome://global/skin/icons/sslWarning.png"); } body[dir="rtl"] #errorPageContainer { background-position: right 0; } #errorTitle { -moz-margin-start: 80px; } #errorLongContent { -moz-margin-start: 80px; } #errorShortDesc > p { overflow: auto; border-bottom: 1px solid ThreeDLightShadow; padding-bottom: 1em; font-size: 130%; white-space: pre-wrap; } #errorLongDesc { -moz-padding-end: 3em; font-size: 110%; } #errorLongDesc > p { } #errorTryAgain { margin-top: 2em; -moz-margin-start: 80px; } #brand { position: absolute; right: 0; bottom: -1.5em; -moz-margin-end: 10px; opacity: .4; } body[dir="rtl"] #brand { right: auto; left: 0; } #brand > p { margin: 0; } #errorContainer { display: none; } #securityOverrideDiv { padding-top: 10px; } #securityOverrideContent { background-color: InfoBackground; color: InfoText; padding: 10px; -moz-border-radius: 10px; } /* Custom styling for 'blacklist' error class */ :root.blacklist #errorTitle, :root.blacklist #errorLongContent, :root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc, :root.blacklist a { background-color: #722; /* Dark red */ color: white; } :root.blacklist #errorPageContainer { background-image: url("chrome://global/skin/icons/blacklist_large.png"); background-color: #722; } :root.blacklist { background: #333; } :root.blacklist #errorTryAgain { display: none; } PK 5SC&skin/classic/aero/global/numberbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== numberbox.css ================================================== == Styles used by the XUL textbox type="number" element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); textbox[type="number"] { padding: 0 !important; cursor: default; } html|*.numberbox-input { text-align: right; } .numberbox-input-box { -moz-box-align: center; } PK s8$)skin/classic/aero/global/notification.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { background-color: InfoBackground; color: InfoText; } notification[type="info"] { background-color: -moz-Dialog; color: -moz-DialogText; } notification[type="critical"] { background-color: red; color: white; } .messageImage { width: 16px; height: 16px; margin: 0px 1px 0px 6px; } /* Default icons for notifications */ notification[type="info"] .messageImage { list-style-image: url("chrome://global/skin/icons/information-16.png"); } notification[type="warning"] .messageImage { list-style-image: url("chrome://global/skin/icons/warning-16.png"); } notification[type="critical"] .messageImage { list-style-image: url("chrome://global/skin/icons/error-16.png"); } .messageText { -moz-margin-start: 5px; } .messageButton { margin: 0px 5px 0px 5px; } .messageCloseButton { list-style-image: url("chrome://global/skin/icons/close.png"); -moz-appearance: none; -moz-image-region: rect(0px, 14px, 14px, 0px); padding: 4px 2px; border: none !important; } .messageCloseButton:hover { -moz-image-region: rect(0px, 28px, 14px, 14px); } .messageCloseButton:hover:active { -moz-image-region: rect(0px, 42px, 14px, 28px); } PK eS7II(skin/classic/aero/global/passwordmgr.css/* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Login Manager code. The Initial Developer of the Original Code is Ehsan Akhgari . Portions created by the Initial Developer are Copyright (C) 2007 the Initial Developer. All Rights Reserved. Contributor(s): Ehsan Akhgari Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .contentPane { margin: 9px 8px 5px 8px; } .actionButtons { margin: 0px 3px 6px 3px !important; } PK U7+n "skin/classic/aero/global/popup.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== popup.css =================================================== == Styles used by the XUL popup element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menupopup ::::: */ menupopup, popup, panel { border: 3px solid transparent; -moz-border-top-colors : ThreeDLightShadow ThreeDHighlight ThreeDFace; -moz-border-left-colors : ThreeDLightShadow ThreeDHighlight ThreeDFace; -moz-border-right-colors : ThreeDDarkShadow ThreeDShadow ThreeDFace; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow ThreeDFace; padding: 0px; min-width: 1px; background: Menu; } menupopup, /* auto complete popups don't render well as vista menus */ popup:not([type="autocomplete"]) { -moz-appearance: menupopup; } menupopup > menu > menupopup, popup > menu > menupopup { /* align submenus */ -moz-margin-start: -3px; margin-top: -3px; } /* ::::: tooltip ::::: */ tooltip { -moz-appearance: tooltip; margin-top: 21px; border: 1px solid InfoText; padding: 2px 3px; max-width: 40em; background-color: InfoBackground; color: InfoText; font: message-box; } .tooltip-label { margin: 0px !important; } tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -3px; */ max-width: none; } /* rules for popups associated with menulists */ menulist > menupopup, .menulist-menupopup { -moz-appearance: none; border-width: 1px; -moz-border-top-colors: -moz-FieldText; -moz-border-right-colors: -moz-FieldText; -moz-border-bottom-colors: -moz-FieldText; -moz-border-left-colors: -moz-FieldText; padding: 0px; min-width: 0px; background-color: -moz-Field; } PK y93SQ (skin/classic/aero/global/preferences.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is the Preferences UI System. * * The Initial Developer of the Original Code is * Ben Goodger. * Portions created by the Initial Developer are Copyright (C) 2005 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== preferences.css ===================================================== == Styles used by the XUL prefwindow element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ prefwindow { padding: 0px; } prefpane { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] > prefpane { padding: 0px; } .prefWindow-dlgbuttons { padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] .prefWindow-dlgbuttons { padding: 0px; } radio[pane] { -moz-appearance: none; margin: 0px 1px 0px 1px; padding: 1px 3px 1px 3px; min-width: 4.5em; } .paneSelector { border-bottom: 2px groove ThreeDFace; margin: 0px; -moz-padding-start: 10px; background-color: -moz-Field; color: -moz-FieldText; } .paneButtonIcon { width: 32px; height: 32px; } radio[pane]:hover { background-color: #E0E8F6; color: black; -moz-appearance: none; } radio[pane][selected="true"] { background-color: #C1D2EE; color: black; -moz-appearance: none; } PK m2Z~۱+skin/classic/aero/global/printPageSetup.css.portrait-page { list-style-image: url("chrome://global/skin/icons/Portrait.png"); } .landscape-page { list-style-image: url("chrome://global/skin/icons/Landscape.png"); } PK |w2Rq55)skin/classic/aero/global/printPreview.css/* ..... page navigation ..... */ .home-arrow, .end-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif"); } .end-arrow, .home-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif"); } .left-arrow, .right-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); } .right-arrow, .left-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif"); } /* ...... scale in/decrement ..... */ .up-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); } .down-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif"); } /* ..... orientation ..... */ .toolbar-portrait-page { list-style-image: url("chrome://global/skin/icons/Print-preview.png"); -moz-image-region: rect(0px 16px 16px 0px); } .toolbar-landscape-page { list-style-image: url("chrome://global/skin/icons/Print-preview.png"); -moz-image-region: rect(0px 32px 16px 16px); } PK A2 E E *skin/classic/aero/global/progressmeter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== progressmeter.css ============================================== == Styles used by the XUL progressmeter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: progressmeter ::::: */ progressmeter { -moz-appearance: progressbar; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDHighlight -moz-Dialog; -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-color: -moz-Dialog; min-width: 128px; min-height: 15px; } .progress-bar { -moz-appearance: progresschunk; min-width: 0px; background-color: ThreeDShadow; } /* ::::: statusbar progressmeter ::::: */ .progressmeter-statusbar { margin: 0; border: 0px; -moz-border-top-colors: ThreeDHighlight -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDHighlight -moz-Dialog; min-width: 96px; } PK e2E>"skin/classic/aero/global/radio.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== radio.css =================================================== == Styles used by the XUL radio element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: radio ::::: */ radio { -moz-appearance: radio-container; -moz-box-align: center; margin: 2px 4px; padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 2px; } .radio-label-box { -moz-margin-start: 2px; border: 1px solid transparent; padding-top: 0px; padding-bottom: 1px; -moz-padding-start: 1px; -moz-padding-end: 0px; } .radio-icon { -moz-margin-end: 2px; } .radio-label { margin: 0 !important; } /* ..... focused state ..... */ radio[focused="true"] > .radio-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ radio[disabled="true"] > .radio-check-box1 { background-color: -moz-Dialog; } radio[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .radio-check-box1 { -moz-appearance: radio; margin: 1px 0px; border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; border-left: 1px solid ThreeDShadow; -moz-border-radius: 50%; width: 12px; height: 12px; background-color: -moz-Field; } .radio-check-box2 { border-top: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; border-bottom: 1px solid ThreeDLightShadow; border-left: 1px solid ThreeDDarkShadow; -moz-border-radius: 50%; padding: 2px; width: 4px; height: 4px; list-style-image: none; } radio:hover:active > .radio-check-box1 { background-color: -moz-Dialog; } /* ..... selected state ..... */ radio[selected="true"] > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check.gif"); } radio[selected="true"][disabled="true"] > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important } PK 88 (skin/classic/aero/global/richlistbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Richlistbox CSS. * * The Initial Developer of the Original Code is * IBM Corporation. * Portions created by the Initial Developer are Copyright (C) 2005 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Doron Rosenberg (original author) * Simon Bünzli * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); richlistbox { margin: 2px 4px; background-color: -moz-Field; color: -moz-FieldText; } richlistbox[disabled="true"] { color: GrayText; } richlistitem[selected="true"] { background-color: -moz-cellhighlight; color: -moz-cellhighlighttext; } richlistbox:focus > richlistitem[selected="true"] { background-color: Highlight; color: HighlightText; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { outline: 1px dotted Highlight; -moz-outline-offset: -1px; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { outline: 1px dotted #F3D982; /* TODO: find a suitable system color */ } PK `4@!!'skin/classic/aero/global/scrollbars.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== xulscrollbars.css ============================================== == Styles used by XUL scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ /* ::::: scrollbar ::::: */ scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } thumb > gripper { -moz-appearance: scrollbargripper-vertical; } thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } scrollbarbutton:hover:active, scrollbarbutton[active="true"] { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { /* XXX -moz-appearance: scrollcorner; */ -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); width: 16px; cursor: default; background-color: -moz-Dialog; } /* ..... increment .... */ scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif") } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { /* ::::: scrollbar ::::: */ html|div scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } html|div scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ html|div thumb, html|div scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ html|div thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } html|div thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } html|div thumb > gripper { -moz-appearance: scrollbargripper-vertical; } html|div thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } html|div scrollbarbutton:hover:active, html|div scrollbarbutton[active="true"] { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ..... increment .... */ html|div scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } html|div scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } html|div scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif") } } PK _5nKz &skin/classic/aero/global/scrollbox.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* * Scroll arrows */ /* Horizonal enabled */ .autorepeatbutton-up[orient="horizontal"], .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"], .scrollbutton-up[orient="horizontal"], .scrollbutton-down[chromedir="rtl"][orient="horizontal"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[orient="horizontal"], .autorepeatbutton-up[chromedir="rtl"][orient="horizontal"], .scrollbutton-down[orient="horizontal"], .scrollbutton-up[chromedir="rtl"][orient="horizontal"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Horizonal disabled */ .autorepeatbutton-up[orient="horizontal"][disabled="true"], .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"], .scrollbutton-up[orient="horizontal"][disabled="true"], .scrollbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[orient="horizontal"][disabled="true"], .autorepeatbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"], .scrollbutton-down[orient="horizontal"][disabled="true"], .scrollbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Vertical enabled */ .autorepeatbutton-up, .scrollbutton-up { list-style-image : url("chrome://global/skin/arrow/arrow-up.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down, .scrollbutton-down { list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Vertical disabled */ .autorepeatbutton-up[disabled="true"], .scrollbutton-up[disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-up-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[disabled="true"], .scrollbutton-down[disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-dn-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .scrollbutton-up > .toolbarbutton-text, .scrollbutton-down > .toolbarbutton-text { display: none; } autorepeatbutton, .scrollbutton-up, .scrollbutton-down { -moz-box-align : center; -moz-box-pack : center; margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 1px; -moz-margin-end: 2px; } autorepeatbutton { border : 1px solid transparent; padding : 1px; } autorepeatbutton:not([disabled="true"]):hover, autorepeatbutton:not([disabled="true"]):hover:active { margin : 1px; border : 1px inset ThreeDFace; padding-top: 2px; padding-bottom: 1px; -moz-padding-start: 2px; -moz-padding-end: 1px; } PK #72c\ (skin/classic/aero/global/spinbuttons.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Hkan Waara. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Hkan Waara (Original Author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); spinbuttons { -moz-appearance: spinner; cursor: default; } .spinbuttons-button { min-width: 13px; min-height: 11px; margin: 0 !important; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; } .spinbuttons-button > .button-box { border: 0; } .spinbuttons-button:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } .spinbuttons-button[disabled="true"] { border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; } .spinbuttons-up { -moz-appearance: spinner-upbutton; background-image: url("chrome://global/skin/arrow/arrow-up.gif"); background-position: center center; background-repeat: no-repeat; } .spinbuttons-up[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .spinbuttons-down { -moz-appearance: spinner-downbutton; background-image: url("chrome://global/skin/arrow/arrow-dn.gif"); background-position: center center; background-repeat: no-repeat; } .spinbuttons-down[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } PK *8;maTT%skin/classic/aero/global/splitter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== splitter.css =================================================== == Styles used by the XUL splitter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: splitter (vertical) ::::: */ splitter { -moz-box-align: center; -moz-box-pack: center; cursor: ew-resize; border-width: 0 2px; border-style: solid; -moz-border-left-colors: ThreeDShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDFace; min-width: 6px; background-color: ThreeDFace; } /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { cursor: ns-resize; border-width: 2px 0; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDFace; min-height: 6px; } /* ::::: splitter grippy ::::: */ grippy { cursor: pointer; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; min-width: 4px; min-height: 115px; background-color: transparent; background-repeat: no-repeat; } grippy:hover { background-color: #CCCCFF; } splitter[orient="vertical"] > grippy { border-top: none; border-right: 1px solid ThreeDShadow; border-bottom: none; border-left: 1px solid ThreeDShadow;; min-width: 115px; min-height: 4px; } /* ..... normal state ..... */ /* vertical grippies */ splitter[collapse="before"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } splitter[collapse="after"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } /* horizontal grippies */ splitter[collapse="before"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } splitter[collapse="after"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } /* ..... collapsed state ..... */ /* vertical grippies */ splitter[collapse="before"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } splitter[collapse="after"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } /* horizontal grippies */ splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } PK э8Ծ#skin/classic/aero/global/tabbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tabs ::::: */ .tabs-left, .tabs-right { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; } /* ::::: tabpanels ::::: */ tabpanels { -moz-appearance: tabpanels; border-right: 2px solid; border-bottom: 2px solid; border-left: 2px solid; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; padding: 8px; background-color: -moz-Dialog; color: -moz-DialogText; } /* ::::: tab ::::: */ tab { -moz-appearance: tab; margin-top: 2px; border-top: 2px solid; border-right: 2px solid; border-left: 2px solid; border-bottom: 1px solid ThreeDHighlight; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; padding: 1px 4px 2px 4px; background-color: -moz-Dialog; color: -moz-DialogText; } tab[chromedir="rtl"] { -moz-border-radius-bottomleft: 1px; -moz-border-radius-bottomright: 0px; } .tab-text { margin: 0 !important; } tab[selected="true"] { -moz-user-focus: normal; margin-top: 0; border-bottom-color: transparent; padding: 1px 6px 4px 6px; } tab:focus > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } tab[beforeselected="true"], tab[afterselected="true"][chromedir="rtl"] { -moz-appearance: tab-left-edge; border-right: none; -moz-border-radius-topright: 0; } tab[afterselected="true"], tab[beforeselected="true"][chromedir="rtl"] { -moz-appearance: tab-right-edge; border-left: none; -moz-border-radius-topleft: 0; } tab[first-tab="true"][selected="true"] { padding-right: 5px; padding-left: 5px; } /* ::::: tab-bottom :::::::::: :: Tabs that are attached to the bottom of a panel, but not necessarily :: a tabpanels. ::::: */ .tab-bottom { margin-top: 0; margin-bottom: 2px; border-top: 1px solid; border-bottom: 2px solid; -moz-border-top-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; padding: 2px 4px 1px 4px; } .tab-bottom[selected="true"] { margin-bottom: 0; -moz-border-top-colors: -moz-Dialog; padding: 4px 6px 1px 6px; } .tab-bottom[beforeselected="true"], .tab-bottom[afterselected="true"][chromedir="rtl"] { -moz-border-radius-bottomright: 0; } .tab-bottom[afterselected="true"], .tab-bottom[beforeselected="true"][chromedir="rtl"] { -moz-border-radius-bottomleft: 0; } /* ::::: tabs-bottom ::::: */ .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { border-top: 1px solid ThreeDShadow; border-bottom: none; } PK 7p8' m$skin/classic/aero/global/toolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== toolbar.css ==================================================== == Styles used by XUL toolbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbox ::::: */ toolbox { -moz-appearance: toolbox; background-color: -moz-Dialog; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; } /* ::::: toolbar & menubar ::::: */ toolbar, menubar { -moz-appearance: toolbar; } toolbar { min-width: 1px; min-height: 19px; border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } toolbar:first-child, menubar { min-width: 1px; border-bottom: 1px solid ThreeDShadow; border-top: 0px !important; } toolbar[mode="icons"] .toolbarbutton-text { display: none; } toolbar[mode="text"] .toolbarbutton-icon { display: none; } toolbar[mode="text"] .toolbarbutton-text { padding: 0 !important; margin: 3px 5px !important; } /* ::::: toolbar decorations ::::: */ toolbarseparator { -moz-appearance: separator; border-top: 2px solid transparent; border-bottom: 2px solid transparent; border-left: 3px solid transparent; border-right: 3px solid transparent; -moz-border-left-colors : transparent transparent ThreeDShadow; -moz-border-right-colors : transparent transparent ThreeDHighlight; } toolbarspacer { width: 15px; } /* ::::: toolbarpaletteitem ::::: */ toolbarpaletteitem { cursor: -moz-grab; } .toolbarpaletteitem-box[type="spacer"], .toolbarpaletteitem-box[type="spring"] { border: 1px solid #808080; background-color: #FFF !important; } toolbarpaletteitem[place="toolbar"] { margin-left: -2px; margin-right: -2px; border-left: 2px solid transparent; border-right: 2px solid transparent; } toolbarpaletteitem[place="toolbar"] > toolbarspacer { width: 11px; } .toolbarpaletteitem-box[type="spacer"][place="toolbar"], .toolbarpaletteitem-box[type="spring"][place="toolbar"] { margin-top: 2px; margin-bottom: 2px; -moz-margin-start: 0px; -moz-margin-end: 2px; } .toolbarpaletteitem-box[type="separator"][place="palette"] { width: 2px; height: 50px; } .toolbarpaletteitem-box[type="spacer"][place="palette"], .toolbarpaletteitem-box[type="spring"][place="palette"] { margin-bottom: 2px; width: 50px; height: 50px; } .toolbarpaletteitem-box[type="spring"][place="palette"] { background: url("chrome://global/skin/toolbar/spring.png") no-repeat center; } /* ..... drag and drop feedback ..... */ toolbarpaletteitem[dragover="left"] { border-left-color: #000000; } toolbarpaletteitem[dragover="right"] { border-right-color: #000000; } PK <<5N _*skin/classic/aero/global/toolbarbutton.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== toolbarbutton.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbarbutton ::::: */ toolbarbutton { -moz-appearance: toolbarbutton; -moz-box-align: center; -moz-box-pack: center; margin: 0; border: 1px solid transparent; padding: 3px; background-color: transparent; color: -moz-DialogText; } .toolbarbutton-icon { -moz-margin-end: 5px; } .toolbarbutton-text { margin: 0 !important; text-align: center; } toolbarbutton.tabbable { -moz-user-focus: normal !important; } toolbarbutton:focus { /* -moz-appearance looks redundant here but is necessary. Without it, the outline won't appear. */ -moz-appearance: toolbarbutton; outline: 1px dotted -moz-DialogText; -moz-outline-offset: -2px; } toolbarbutton:hover, toolbarbutton[buttonover="true"] { border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; } toolbarbutton:hover:active, toolbarbutton[open="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; padding-top: 4px; padding-bottom: 2px; -moz-padding-start: 4px; -moz-padding-end: 2px; } toolbarbutton[disabled="true"], toolbarbutton[disabled="true"]:hover, toolbarbutton[disabled="true"]:hover:active, toolbarbutton[disabled="true"][open="true"] { border-color: transparent; padding: 3px; color: GrayText !important; } /* ..... checked state ..... */ toolbarbutton[checked="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow !important; padding-top: 4px !important; padding-bottom: 2px !important; -moz-padding-start: 4px !important; -moz-padding-end: 2px !important; background-image: url("chrome://global/skin/toolbar/Lighten.png"); color: ButtonText; } /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { -moz-appearance: none !important; border: none !important; background-color: transparent !important; padding: 0; width: auto; } .toolbarbutton-menu-dropmarker[disabled="true"] { padding: 0 !important; } /* ::::: toolbarbutton menu-button ::::: */ toolbarbutton[type="menu-button"] { -moz-box-align: stretch; -moz-box-orient: horizontal !important; } toolbarbutton[type="menu-button"], toolbarbutton[type="menu-button"]:hover, toolbarbutton[type="menu-button"]:hover:active, toolbarbutton[type="menu-button"][open="true"], toolbarbutton[type="menu-button"][disabled="true"], toolbarbutton[type="menu-button"][disabled="true"]:hover, toolbarbutton[type="menu-button"][disabled="true"]:hover:active { border-style: none; padding: 0 !important; } .toolbarbutton-menubutton-button { -moz-box-align: center; -moz-box-pack: center; -moz-box-orient: vertical; } /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { -moz-appearance: none !important; padding: 3px; border: none !important; background-color: transparent !important; width: auto; } .toolbarbutton-menubutton-dropmarker[disabled="true"] { padding: 3px !important; } PK 184T#skin/classic/aero/global/wizard.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { border-bottom: 2px groove ThreeDFace; background-color: Window; color: WindowText; } .wizard-header-box-1 { padding: 5px 0px 5px 0px; } wizard[description=""] .wizard-header-description { display: none; } .wizard-header-label { -moz-margin-start: 23px; font-weight: bold; } .wizard-header-description { -moz-margin-start: 44px; } wizard[branded="true"] .wizard-header-icon { list-style-image: url("chrome://branding/content/icon48.png"); -moz-margin-end: 5px; } .wizard-page-box { margin: 10px 44px; } .wizard-buttons-separator { margin-bottom: 0px !important; } .wizard-buttons-box-2 { margin: 10px; } .wizard-button[wizardbutton="finish"], .wizard-button[wizardbutton="next"] { -moz-margin-start: -1px !important; } .wizard-button[wizardbutton="back"] { -moz-margin-end: 0px !important; } PK e4j{ )skin/classic/aero/global/alerts/alert.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Scott MacGregor * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== alert.css ===================================================== == Styles specific to the alerts dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .alertBox { border-right: 2px solid #7B969C; border-bottom: 2px solid #7B969C; border-top: 2px solid #7B969C; border-left: 2px solid #7B969C; background-color: -moz-Dialog; min-height: 50px; } .alertBox[orient="horizontal"] > .alertImageBox { -moz-margin-start: 4px; -moz-margin-end: 6px; min-height: 46px; } .alertBox[orient="vertical"] > .alertImageBox { margin-top: 6px; margin-bottom: 4px; min-width: 46px; } .alertTitle { font-weight: bold; } .alertText { -moz-margin-end: 6px; } .alertText[clickable="true"] { cursor: pointer; color: #1455D6; text-decoration: underline; } .alertText[clickable="true"]:hover:active { color: #424F63; } .alertBox[orient="horizontal"] > .alertTextBox { -moz-padding-end: 10px; padding-top: 5px; } .alertBox[orient="vertical"] > .alertTextBox { -moz-padding-start: 5px; -moz-padding-end: 5px; margin-bottom: 8px; -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */ } PK oB8 b55+skin/classic/aero/global/arrow/arrow-dn.gifGIF89a!, b);PK B8gp55/skin/classic/aero/global/arrow/arrow-dn-dis.gifGIF89a̙!,Db);PK B8k55/skin/classic/aero/global/arrow/arrow-dn-hov.gifGIF89a!,Db);PK B8.w;;1skin/classic/aero/global/arrow/arrow-dn-sharp.gifGIF89a !,  bЃqRv ;PK 0 l٪-skin/classic/aero/global/arrow/arrow-down.pngPNG  IHDRF3@gAMAOX2tEXtSoftwareAdobe ImageReadyqe<`6<<2skin/classic/aero/global/arrow/arrow-rit-sharp.gifGIF89a !,  .`mѥ%(;PK B8`@@6skin/classic/aero/global/arrow/arrow-rit-sharp-end.gifGIF89a !, .`LԍvZ;PK B8z"#66+skin/classic/aero/global/arrow/arrow-up.gifGIF89a!,bQ;PK B8qY66/skin/classic/aero/global/arrow/arrow-up-dis.gifGIF89a̙!,`P;PK B8Em66/skin/classic/aero/global/arrow/arrow-up-hov.gifGIF89a!,`P;PK B8 ;;1skin/classic/aero/global/arrow/arrow-up-sharp.gifGIF89a !,  41Z ;PK 0O.660skin/classic/aero/global/checkbox/cbox-check.gifGIF89a!,@ |"[ TP;;PK 0q<<4skin/classic/aero/global/checkbox/cbox-check-dis.gifGIF89a!,@ |"[ TP;J2[+;PK n8s4skin/classic/aero/global/console/console-toolbar.pngPNG  IHDRx0o pHYsHHFk> vpAgx0-VbKGDCIDATxXT׶>(M #5{4Jb7kb%(bPP(p"b"60uAjb^{wgߜ9Z{'?0ww@]!wEF$$=eQH {oɾa'"7JO\yAg(.9CHH~io: %%eɓ'wlٲǂx~M-CIΤȃJ&8<<|/ d7 ˻]CX)4,.]Le2YXnn#ѣG>#HӆW_}.H;v 8$J׭[K/{IjpTm)TPi`ގ6ٳ6Lz 'OƓ֟g%`Io3pMR]*7]qrELFaHT\Dq{m۶~M}}=R DZmܸq֋f&&&i{!7b^Fݔ8ʸSAf.*FJ! pXMeY7mk\LZKr" UI&nܰ>tE0|*1cM tɘ4i&N Ms'TGGG;cƌsU͹[˵TU@qrlRK°+99W^˗pt4[ i,%GcРAE"ѽ[ Yfؾ(?; w 1/-Ze涓KksOq+] Ͼ-}y>kf4Wb:AUuq$Xk&@?,չ*k``oo;x GpL,he 0ɘՈrW٬<k˃K``'*(/q>EOhss3dҩxPomȊmQ_eIF@/'.'m޼9194{G @mq9#ΰ;`1x) m~qlVS+״I<9&:$ .]s/m }ҰcX}fk I-:É^3 nwL$)Z.+s*;r %i4z q9"hUۖcuvill{%Kܽb-~ݗ8>%%9HOON05L?&׌=S),X0b#cs455۸uDo 1⌌  +tϚ_kG IZ.]s?⺠qEtBp_evR̩a2\8ѹ#[3L sCҜDhjjG-奐qp?̆5Y>鑤C}jM(ŁЃeʇ&rso#L ؆=K"kH1utg]lePB%[7yIMq͉w&f`:w-l<㞡ܗzseWf% J$%Qd =ݼ~8(9sƚFjvuf & (&\k*@^ I:AkO߇K}w<ؠ^yY&EVhLfiJ~Ekz.ÚHݧc% l###~z!PJ& 7^KdF)<5$["`F 0|@zI+V <v .zm;uiw3rm#ǑzZ8< p fL!<`l#t `[ɐ7]"8XMa15(ә"(!!hA:n( `޼dhb ޅR> ,3ڵ&L#V?34q&j2AOOM\%ٚN@\|2?XZHl2E4Ò.[i}̙nb&A.Z i13͗ƶR>F^VIwx]dnPbcך`nHq$g}y `/S% ҧE(H!cr[v+omU^ Au(rdt JO"3=Yy0^ :]?Lؔ\u5xg&q\wmw,^ M\Jӄ,XiHNN#];P&+8#:BjCZ2e(Y7[>d"ZZ1mn:??ވcp$ɋ:L1Nt&k -D9б!,Cke:# ڍ1x^Q~-Ѐа" {蹛LY0d6;sƉ3OZ5ͷ@wn` !>wA tY.4iޞ](Όq+ȈFю-U98J62SP+Bt iٴcJC(X˩M/zy.ewKIB:)?^yr2N8!Dh9E G wҸ+y:P>?͵IB1OƶX=p='\jLLo<0mtZbu6 3zk.!As)^CN)}" ٲCH)AHʧuv=rؽıp1ky*k O5UiZ{!^ AGFFܗ3Uzf2daW^U1|ZɂFxe#(rOHJo5TO'CVJV.XӉo)JKRnMG V xEߟs{(d"5gh{G'eK^Gf]́w}F $mJvh8ĸ-t.!%9*hg؍m{1[~iaw͏Tνu obY qy? 5o^RM`4O#g}+K?; og!'оrR2Y6ΖA :0˂4`:SGOd PGhrNS*#32ZFL,G9M0TH*{Z3ؽ{%Gb\*M/['/,,SINLjϕSRBN<55UN&9EgvCyv%%2m|IU!u(a4e8J%1p [nn'O9UQ%; IKH^TRB6%;ZP+U[ jp20BXUhyϿS<@$ -s~~~]WW׀sqVr8^Y#{rΝbOO)>4y~㈦R/1J+\ŝ/vvPF`k}}}Er@@BB|FoZm ѹb4r >zf(4ȕJibb̼y +454c"ϞINt6 {%}D 7n`vxX 'a(f!ʱ)@qOF>\3HGL4߽v;+.P/,'π"q-B* ='XZ-fi:A"LsNtԻ*V8JPHBW/, g(>U|o/rˠڱ .K0SUŔN!VCndXV@gZwvv.h#hDxb&jEA>-h!E1 oWGv8E"ߓ''Or SXE92ri>yq\3|l56d~$$/¢>l4؀ A|"+|[:ޡd^CĖueeeE166:I9#{y_V33yY/R`xEIENDB`PK n8n14skin/classic/aero/global/console/bullet-question.pngPNG  IHDR(-StEXtSoftwareAdobe ImageReadyqe<)PLTEfffFGHIJKKLLMMNOOOPPP Q!R"Q"R"S#T$U%S&W&Y(W)W)Z*\*`*a+a+a+b+b-c-d.e0e0f3h7j?sBxFwFyFyFzOzQ}SVVXXXY\m|⛹䜼柽\tRNS-69Qc:IDATWm;N@>3 QCX,hX _ H5g n-@j:~aVlJn^Οr͙BuoP2]HDߝBrݛ2m[ܭ+O_/?bT}{}I1! 4sccjz}ooP2oo^XDIENDB`PK t8~_  3skin/classic/aero/global/console/bullet-warning.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxڌ_HSQn^dn+)jS)t4qDCTbSӉTJL'={|qdA=QI.A?D:PHWt؇۹|ϏsBd Øq*GvKfFGG,"~shhETGGG#ݩ#&)pȈOf|}+@IENDB`PK &8so-skin/classic/aero/global/dirListing/local.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<1IDATxڬSˎQ=t78tBHG~7ĕ.B;gy6B7\UuC!<]`pl~qy mY蜞4E$Q! CV+XT\.?tQ*Qۭ((JFBp^'tw[Ƅm>RORaŴ, "g&R*FAw[&q0L<;( db&I4ER)WW(>|L9(2 |IQ20hjL331jJz߳Yn_`b-b\w3wv&8T bPdgz< L t˃i_%hyV9,[uxA>1O+a$MLsM! ?A^,_kw,$bqa/?K87mِJöbxπ$dLw>.skin/classic/aero/global/dirListing/remote.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<IDATxڜSN@vaj/UTmD$ı>zK>C= !TD#ŠBcNޮcĭԌ4ޝٙo~0!ٕ "  D@2LJwk*}8=~x5dTK-K! s4D 8 Ng" RKM(\X@ XmQVʋhmŕFaPL8v_m!g(5yn}>NnI<@6O{ Ǚ( u=s 4b+NcF^Q}Tj< q0|^oDBsrR//=ŋo,\_/,B,9hiJȮѲ>jSK1Tat&6e)!:ş1||}e,553}2pyO3Ȟ8j5lu!`[0$΁ey7C Ĵ:JP}@kjխ !ek@<@a+8);D Hז>wvf z5'5ڻ{`Rz5IENDB`PK ~~1O"H!!'skin/classic/aero/global/Filepicker.pngPNG  IHDRHHUGgAMAOX2tEXtSoftwareAdobe ImageReadyqe<!rIDATx{w|TUwzϤFB =RT . .( 6DU\".EqUV\@ED :d&@.'X;OM%Mӫ_ϽP|"&㣳 c"]p7be(kJ[hshx?+k )K(ļo+Ry3$&F#@ /-a8z*Uyh$r3:&_@t(fw;:"ndoE}Ȯ}3&*8aOJ$ |>6M>:ZM,kXv }aΗab$9}3>PR~0I28Q' !B KHan*8 QUڂyyn8ZC 7!V|_Ƀ74].gI]b+)G7bтP3Qϐ< |`2k?OB)Uz BԨ Ƭ;fŞ=NtiSK1֌t;AV)ÿW=sHI$or=4YX4 F-tLWYUle%w.jtdžW߅Eg7 xE'鉩G%S⩳׻w-{ew=<k)$/T+Xr|&ƽBnݳk;:uph5|a;|ǂKPy[ ya3oABLxP07M݊aHMƎ6y1L^~}( B:2>z qߘxۧW)B"ރnѓF+m51,\y%#9)͈5AL&(]ۣƁ*9)|ɵg4K.O?J% Vp׶)P*Բ@: ~?\0woOHfQě?m>zn g[SޞX7ɜΝ%MP DxK<'w=ۓbÊ#$E=23`4ir|JU2ݻd@'o`1rKd!hp}{TCR>zI^C0j9s>b3k8 B=!L*M|'QQ.MV+۠R$ݐE,V"6N7 Fӄ[kf 7fARvTW7]/1VFXu8<,Dc+l.8n\e x`'8/Au'i\"cw@A5.k48?5TP3e:qƭcG`ǐoD0E.3c.|:wH!wWAϖox_kU$҈#"9iW0Ai(4FqXeJyb0рPʐgJҀd[I$G]cn#;;))8u,1I0CCG^rL P]S#;q a՚JTlbP].nGI8mB$X+k:qd'Tn9̔^l1⋄IR\PkAp2K=Fw"G\!A- =KW֡f= IcO@i#,:M𑑼{ϿkӃ2_%*+јŁ-[F)ފ 5$Aߠi>4"C kPx0{Ш\頠eX()hk^L0Ha !A7 )]{RVDխ/ڄ_E_3MYO Cni-9APoԅnVC *dh'5hӒe"xMCmqV}hkޘFsR)(L5#IFTMk_Z%-Es84fki76a !7.Jy:(pCVJbyHb8@ SQ{|^?Bѓ.Yaw"VEMzar#BF @uh$G*Am]M<'d%{i#~} Aj=/z 1}H$Gˆ BDzуjRJAвZXβ 8WTv'-&%IƚjKчf]4Yiҭ !ϐm1e{fbn()q)Y9ELD ZZh+7LxܦϿyFCv 6aZH|ͤ( Tbm!Am!u р,%Gq&ًͳY1/;v$IM ףxrkĶ"{Bmk=wdz#qܣPh_+UQ ɘp-rOC 91g|%Am{=i٦ ۸,[Ȗ?zP&LV +}F$s%II=2ӓr;9lL&Vo9XSYZՖuEyyE[᧶AܰWJ1Pmd1dvO}N]fY?5,?X~"B|6QNނ-KfW$'#=ߌ_T:"ӡWΞ{[v2;$V=*Ttm8J{h^^yFRԬ@~9;Zۏӹ'c?z2v*[OK;/Tƛѻ'd I r毾1F\%)EK+3E^LmE.+Fuqݾr΋}xM^OƷs}'m~Σ!wR'㲻J#XD͹܎Ys &Ew8u৥Xf1bJ wK o휏ɅJM3xe y_ZvPA)Q1M;0bp^Ʊ/>SLN^t+ԡri# H&5/?3B]'#e3mGy,::p.o^ JkE$-A>Ew`CEc7cا7~rL)8%8ޚ޵̱4ZUڂys~<2dH2G㗭y [?gͳފ\!0{9w_Le/ |643?S?R`stjO>GZKxpWL=eg}yb2◃`4Ɛc΂m8yve rQg#;(X~d7ϔBTaJ^X!?w"/{d+L)0]b)6鏓mn"h]::i[^~h?:dۀu/z)];cn?w OU!IQ & E:\L #g@>u5;굘2C$9/\ʼWrcm-&LBBSU(X.-+e$-H{+LhzOӽoe|<!^%T}H/bܧȗ; &u(аKnW#&.β7-ޞ=E\jG#I0Ð 9Lꄲ ;UYPwž/y)9ҘԄ, C6Jў 8Ht MCW{m}{5Nz18|wGJr3@+7Acr`Opqٯȋ-mbs&"P01fۦdA M|^u^~()6"^ d?V=1/f REMЂEO/'yB><_شx}3\MXM5rxza ;7lMt 5٧ZB1)RLY Ebf ;ǹ3x:(X|0xiI.*$)$얉6W`˥𷶎 g>d!R1l*? Y*"g5~g%CM7ep^7\zii:RS!9IKvE 1[vRǣ7k,6g?7#~ |fI=ET%d 9+)>Sk"6ŪX@[Hr,lM"^(QpImArGJ^NJ3Dbe;upU:uH DAgBbdo)ث;ߞZ}>/&ʋiuzL2]2/vEur|<zǧRr\Fpc^L}0&Cd$Xg8ltCKYD)(tS;`EH8哞f:zTz[ɋ *rhzL&#V/k+ѵPV"G0F Ky1:5\K3Vz ^#H;ҀZ,:V]ZrycTrFze^L9y~LO'&Kڀ?P˃HOҠc}$B^KP/_HPMR}N$tl( 0De3. EB'*܏wPp)y߰Ie?b?E^8Y\j^L)לa피rWZZHP[_Hx^Y3MJ 9g :ӗ#;>)/8rbqDt^+y|J FzuxE"uRST)UjCZix/o|)HMIhHMi${҂5^kOJdHؾrΪY6'ܭ﨡1]z]܆2P^UYi) F9WJ53 mFb쬬QlQS٬nGVKy}u:JE)Ť놨oJ="gED*Qy1o1yk";L[9K{W\ "r'$$̸)XTS_&|2ϝ;'REEEhhhXJA? ~߽bŊxFZ \"gԩcUVVS cu: iǎr*((wbӧO>|̙XTΰiӦ)iK"gIm܎%r^QZZJ#G:YD>FrlݺuzVVV "Qo=xWp8P]]ݢ6 ܉Pۍ^z ,bAJJ}UV:SLNvv;B{/jjjęUJ"INNg}tA~l߾B}nj ~%ϖÇP}}=:w9sO?4nv >(V\)Ȫc†QiP ѝHsL.c}짥 Տ,u]DŽ&ڵk#qEgO|'=ƌLA4ev:v( ]@֭C=0a!E\Κ5 >hz,1] 8rzݻ' 1q .q%۷xR㏅*If[¢ވ q|r*A2~z;hÆ bCELL0<2R;v@rBr={,{칏хR&'v՟믿θdF"0WbP mۚtds=w>-ǝX H:ꤨy׮]?PoV;w>ۉTA=#&$V'H2߼ c)mr<<q$c\O=2b%cEXhQ|7Dns I#p]KbS |ע/~%)uyÒŃߋɄr\(g%΋o%h^K{Ae<?F1(Ԛxp.Ğgó hM7k+bN^ =UUg6gϢO>$D-\ݗ?:,`&p%gu^*ƍ@b0QZ:Cy< ٔnam$b/vFz]H9c0. $( y xիq$$l " KFx5ڊ?1B`a KǛK;7Vj~0` dyyy3’B3W=_|q9VZ)DknW p\im= #H߈1Pd6d+#0xEgfO.em?oqm5W!'y ,YlT8(Zڂb{NgD߱f͚K.`/0bG{j~pAM ]0nѥ,&:$Z PߋmX:z->}ZH+T}v_^sR'6͞<'#QnH"O`߾}yZ&>KR0p͛RAuo_"H_hQ6l$壡5dIj'y|:(ث')Fb+Ef\lP솢G[c? $UNIENDB`PK l8 -skin/classic/aero/global/icons/autoscroll.pngPNG  IHDRTTk pHYsHHFk> vpAgTT\obKGDC (IDATx\yhYng]IeaweEDPAEAĠ⭈2_}}t:chw1Gw:I9<~M[tu z#eW{]_}Y:N"lP֬Yݻ]="Xɝ;wx[jwݫWt߿utt|pB@h2Xff8ihoCߺu3 mn?-++"cÇM<Ϸ]vZ>{… pC˗ ``xgXZZZl %#R%(߽{gsed>sbʔ˗/'⡌5(@ś Tfk><Ǐ`Uaj v7X-f Of̘͛G:x">yP_>$h@o.PP}0۳gOgQQqGז}UٿU2220Čŋ3Eyl…C&o~y{vNQ*ws P.`+1N ]t+W4 7/53sxצYG h ŀtsJAYv9͛2 :hРϟu ofKLq2A? 6ե\l\ٳgfyn:1c;s(`XO1<GOF݌ߟ:Gi ~LЃzʠpѣGc?uԾ2zC$xR0/kU8lA_&<,HLL?}>K`K#IMJJRm<,'OQU[{{CԘYf1o0ĉ+V/_رc. !~SNeHpvxBܾ Hc4زk⇩6է~#@>qEqqql̛̙ǏwϞ=͟?-X#G$&90kjj2!'TI`ba4W;;5ö[`mʕq`YS%W!`j*yȑtM@ sbD7:ʝ~` +\_RI^: ? ?K3y ?X6iڦ SP5&.m&:~5jMRVmAm6Sq.zMBSUkڦ6J״MѪmRP_ڦp4&̓6!6 &]8[O&ةVۄ~0bmS$n#6ab0PLTmۻih 1Xޣ)}iRm_4zkhI`k*͕6U@Emfcyt%`MP{&h_mS_ty U >Cd6\HSmkI[D!m$M}lm`M_IM@}i4mmҴMI @7m}id6L&=&ISmj%Sm{uX#mQCXM6ɸ&bto>h4)mҴMI66AR@1m 6jji/ 2Xum -{j64X1 iiTԯIi I"1$ɿa6II I/>x>&6)mI{o&I{oS~o/m&M{j6Iۄ{"&E&MT{6im nK`Ȳ;H7H,vX[ cfv jCh,$=U]c_c`y;Fxf;trizq Bڰx]RZEX}3@_̅p'ǘf=͆9£$C5`>ϥ3{h8ju}5`\sJIENDB`PK l8?XA2skin/classic/aero/global/icons/blacklist_large.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<&IDATx[ Tՙ33 `P !DD- 6X!UjY B0>&XYb$ĈL+U6Q?}Ν;w1UY:s}\L˲Hlq:~Nt_t;vl={BTd!r>s~[[[w^wu?޻wo3-{F"X }oz}!QYY^{իW0Hs;Y;wRkVدZw4iּy o~yv*`*Þ-?sxDO?UdefI$0N-`*:k)ww6}Bqi4R Q_Xxi{xJ<" Dshs3reh4sSYM< `?uC]uuUV򧟢ٔN-i$LeeB0Ll oU_O5_ Si ҔEkS˳'}nZT\903H~jxF- ~ƻhUWp+O#oBSRÏaCzGozB& !B `<КSq~߰kX)Lpy>4!P 0hJwO3v2暼w*N+@@ ')~xP^`W^6,5>r2:R Lt d*`ҳ`d"Px/TcN𔦁ScRafb4n󅻾Im>q.De4000}/!>WRRBq!Ml"ʪ~HT0b5koSK9sfª}K&RkRu"-w'$A\cbO2L("{I0a '?%JF5tT^[+dkkuу՞U@z6?N`LV7 I %Y xװ`i\wP1*ch;Ql G 4-NTbXlƍ^(˷$Ij߿_rSM%ejCcNDW|OHy"@8BAǑޞfHru`60Z ^P ASgЮiR Jp }ikg0xc*b`(^1'mWt726wjAh ԃ`2B<(zowwK I›ߧ?lF2 6\4ԽBm[x|ഖD۷SrW^)-m zMj~\H Wlg%4Q>'=Y\BV!=.&cq:m:FC /<R#H}(X pB:Q J8Ip wwӂk%3Dna$+/с_eR/Ν7rUkF 6lA(-w\hK+%ɡa@_R Ů9u_GJB뺁 nq'u#m?_"f ,*}7 {6US ‡<عsiߖg߲S[ }2qf "j *|̙ d4 E) L~^P.f wѴcpN^>>6@<9쵠ǘ8"hX?Q7A+t")Nb <~Ch3ĕJK.m/Z__y ÏPdgoUމ{'tي S' BiSzypWKԊ x]w{9|V1,- 2;{6[ &bJ0ډnHO.A0mJ§U/>槞Xxf-d+I.WrX+VPWQHO ƐH[>}F`LP 7 B͈Me̩ODT*+O+]L)%C]ZB=: Sj| J!SV@):i[~Dc-`s3h8#Q8}l w /2_(P[hSUӀ%(1׍Ad|8RᨼC;ȍ( m5 Jq<`H5يbc0ON x@*2V+YC*-{/64)%TiNQ/RbkD|T Un>6޻7ҙRƮV ANI{ U ~="t!j2cv. 0T=`u]n09U@ O`Ka(+~#-\JvhnjZA: +M%]Ju9!8 űHAy@4:&{ZJJ06_ipB'DhER+"v?$3$M i}|iXmDDX@!l2c82~暼PJĨGxxb'dL_e)RZL~㣏R2"%esK&"cА9Dݛ#@ yb6 L< ?IeSwKP1q}a:νf:} =B_Im7\ $b'qbғ>P I ꜡P cXY8ȸSx K'&~-{@cM^0=&e7ʰ8ҍnS JIUJP'^RɑPD'V=b>.] M2z;ߑrX㛙ߦBzRe`> >6eŗhȑLdPJvWh8l}£ݍRHH5JHƢDHYZ|]'oERT44)ri13|P а1Vf@'ˣqm<@EE f#[P$'H6lgREo/U`H8\ ,@ #.7; 5s\o{=ԇ:WC/ IM25fs4a{3 x nd<+8FS‘Y4°"R3@Fܙ %(%R{"zՍ< &@?~V*!;p8kkl BἽueo| Fv.ӳ39RJzl+P# K%0vZT\ckk$#&XN~OPU g;''x!#N)C=":|w eߔFsD ‹ ?P33)|7Mc0T&'0K%|Q"|3EKR\0U‰~!Jl9qn݂r:Ci~ȅ/s)! AO($2XBx _蹴+>/J1$oRTN9wU'@?׋g:[)" VW„I9rl 'rˍ3VXW'«W~+ow܆Bb'^Y/#rGOO ,Wd9y8&*׏&Zn^ƗSmׯr׮]Ν?[P']|>lyꫯ~sޭ[XSSs%h77x:\k֬v&7ӊdK/mtz~XN!DqP}z~bJxV0>T֊ ?IENDB`PK 0py};;(skin/classic/aero/global/icons/Close.gifGIF89a !, k˔{p{0;PK Wnz8S0U(skin/classic/aero/global/icons/close.pngPNG  IHDR8M{/ pHYsHHFk> vpAg8cxGPLTEH?[]oq!$,!%-"&0"'1"'2S[oS]qT^tU_wVazVb|H? J"AX[[]kooqH?&C&M+E,P0H4T6K;M;XAPC\FSK_LUQXRcUZZg[]`jfmoqK_ڍ"P"T*c1Y>X*h.n!"_!$,!%-"&0"'1"'2".r$Kj&Dz'9'Wg)*v*9*Vx-//h|2g6w8:8<]9@_9Fw:;@blmeT\LJ{R"kIa+ [-; <:de)Y [J9bju( n..Zv\g\C&Ɣvcۄ=. h4}sŀ1/ì+%g\gbeyvè\i"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK v8S0U/skin/classic/aero/global/icons/closeSidebar.pngPNG  IHDR8M{/ pHYsHHFk> vpAg8cxGPLTEH?[]oq!$,!%-"&0"'1"'2S[oS]qT^tU_wVazVb|H? J"AX[[]kooqH?&C&M+E,P0H4T6K;M;XAPC\FSK_LUQXRcUZZg[]`jfmoqK_ڍ"P"T*c1Y>X*h.n!"_!$,!%-"&0"'1"'2".r$Kj&Dz'9'Wg)*v*9*Vx-//h|2g6w8:8<]9@_9Fw:;@blmeT\LJ{R"kIa+ [-; <:de)Y [J9bju( n..Zv\g\C&Ɣvcۄ=. h4}sŀ1/ì+%g\gbeyvè\i"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK '83z4skin/classic/aero/global/icons/closeSidebarWhite.pngPNG  IHDR8M{/ pHYsHHFk> vpAg8cxGPLTEH?[]oq!$,!%-"&0"'1"'2S[oS]qT^tU_wVazVb|H? J"AX[[]kooqH?&C&M+E,P0H4T6K;M;XAPC\FSK_LUQXRcUZZg[]`jfmoqK_ڍ"P"T*c1Y>X*h.n!"_".r$Kj&Dz'9'Wg)*v*9*Vx-//h|2g6w8:8<]9@_9Fw:;@b;`vv%z~َv9I&O:l!&ݾKP*K+rӓUw#iv4ENTphݛ_b7`#?K9J9)b h,qpڢ񴸪>E .aҀo}W(jeVҎ)5%֕'@ B1Bv_'dsvfv[FDLd0d}=Rŧ!lrHD#I4F."zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK m8k +skin/classic/aero/global/icons/collapse.pngPNG  IHDR7tEXtSoftwareAdobe ImageReadyqe<rIDAT(cπ2PYe HzbzC]  DUnxhT@l/ʧoQ *h Q?6P5́"@59 )-IENDB`PK l8jdd(skin/classic/aero/global/icons/Error.pngPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<IDATXGW P`&T BҦ6U̴IDf2`&18Mc-@9BeA=DpCbĨFѧId&>{~jƍբ={hhR-00=---RUUeill9|:>iڣE[ff24VXJ&͆>܀Ca /A\zUt3BOGl~$'QRRRRaHr޽{h\}b;Aقpy;w> 6>b޼7F XzLعsUT[Hoݺ7nnL4\N?pBP2d^T&$ 4Ag6mAGF HEMM QJ Kp奠5$]]EOO= va'>:"H$R@[Q;^&%!~g~aXgΜQ^8qByE5/x1GF"qĹbCDQDK/ve~FNȗSaClE>C5Q# ͐vS°:WW$pSȬM-b,!8X}}U0M P[ji(..F.QyL>"مg!kd%c!7@JNҘ~,TX`"//0 (XnH#RD{DBi YYETe$g}乓&#Y(Ih0'zu/Lf #$ۣW2t}SUI.% :hJ|1kLI($RI$swMbJ+,[f7IT?C*oy֌ȵ{<BömH3EHA Vh!ȴ0K ʕ!縑4z chb,+d%ǹKɽygnn(!]R(!bGZ5sI,шyi3ś35 ׯ_/𕃈+y Q-(**R'^+W8,K$A^KKq(mU *C t1`ҷ61R32J8dIKrW/a;H3i$BDl.X,)% ]ngbD9>\֎j>[|٣P[.ck8&ch!!!b-wV'Ÿݨ[un`G=a!"RZ~}?uxU2r9Š}D}s!B$?v!"6}|ۚڭO2W46P#G–1dQ{x7_=Q)f/h4x:Q=/I9h+W%M~|\~]},FKD,܌ Ktj>e :)E^\\-5 |}b2qm߹o.'_ʕ௤A`[ЍM׿w]1qw+VRQQ0I7#nΜ/B}4 P v? r?V~7?@IENDB`PK l8s+skin/classic/aero/global/icons/error-16.pngPNG  IHDRatEXtSoftwareAdobe ImageReadyqe<@IDATx\S]Ha~}9̶Z-~rA`n?‹"PQ,XD]EEяARD  uQA?Zcn[~^8y9y'"^/BII6ݮs8j\P Jq_$!DaA2rN3eggyBH[[۝>$ -s~~~]WW׀sqVr8^Y#{rΝbOO)>4y~㈦R/1J+\ŝ/vvPF`k}}}Er@@BB|FoZm ѹb4r >zf(4ȕJibb̼y +454c"ϞINt6 {%}D 7n`vxX 'a(f!ʱ)@qOF>\3HGL4߽v;+.P/,'π"q-B* ='XZ-fi:A"LsNtԻ*V8JPHBW/, g(>U|o/rˠڱ .K0SUŔN!VCndXV@gZwvv.h#hDxb&jEA>-h!E1 oWGv8E"ߓ''Or SXE92ri>yq\3|l56d~$$/¢>l4؀ A|"+|[:ޡd^CĖueeeE166:I9#{y_V33yY/R`xEIENDB`PK l8Yw+skin/classic/aero/global/icons/error-24.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<nIDATHǕiLTW03XV){i5T6F*F Dm 00 ,(,%ђ@ D\Ǡ'yrg};*(^y"CG*N88x𠢲R!_"l&7dW#Gfnܸ7obdddj'%%帻{ÉKpRT AJKq>>U1[Pu[@X30M[nKOO?+GB!lXf- ]ިۨ7_V" x@@@rSSӬ,[ uc腉R`4guiiqfO\]{؁,.:TPVwI !a~ԠDRÇII^1#ҩx-AK!Lj}19ܹs3330~L-;yyrRϼ}fE˼g) ?~,p dLOO׮ܚHHEFww/Djƌ 44XB0s*޽+rjj F999 ÁQ `*)Q P#}[}沲>]3ԃqvL4G᮶6Ortqq{tԎ C)6SLFkZ{;zzzىVQ*(!ZRLB\޽Ԏ ***~P 5(Q`ݹSfG 8OJѠT65ؽ;\k4* ŋ;v@Tzj2`?~h"tJ"74U && ?+E 5lۆ:0:00qƨ(fՅ,TJThiiǒ%ojOOvvւ;)IeH(in_ *:Y~=j)^MI?!7WukN\XXoa%1*4~5ڹ42H [Tf>Z)=U=1 #hAʕH:I> ȨMqt}y}@>ֲ3D96JTMdvMzIJ-qI6潭gRu1pڵ+KtkMj6 ɳdX°*82Kr? 0\ hZ$**ީ6nvXF" bccv:W ''oѩxN':\"Nqk>zHAݻ #?_~\*䷅}u~>a'tï>?i[_iIENDB`PK l8 +skin/classic/aero/global/icons/error-48.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe< 3IDAThZ p^$b9 `JEЪPgJKd#kQ `$$&>6\l+@`!\^oӟdc[3~0l81cisfϞm 7y{{kWZe7<==vZZWFFlJJJ򊊊dɒQHrSJJv<ӻkX,x@ӷP@@[ȑ#"ǎ'NȩS4]vB^õtYm۶ɾ}4[)IKJI)˖-4< Bp|g#> c yxǎ(EfļW >B6> ,C98XA<?oS>WBWl%:#khhh}MM$&@nAC$SeK݅~; W^Z$m.ޑx`z$nlf;p%V}}XFPrF[V)C]s vxk9~OHVlx=aX;ᠬ] ZuV@X70w. ` Ԏ"2Q/_,?yRr'AP݀, qra)))0vӃ:%୷ޚPPP 99xF)ᐸ"eܩϟG~*gΜS,9&p#9xG]{qH蜘xٺư77txbb*'Y#Iä|]N74ʗ_~2W\K.]oh= mÇCrܻwA@!uke7HHHX©C>CnVM 8]UΝ;ěeWtdBGIAŊȯnpq0 TGC܎%558hL@W:q<5pwi>zuk0$}du۷ Y{w @ ?` "v[%6IgnOLLEJJz fUU5Q5(J4 \*|&G|@^x bBh -+`;=;;[rss%q eP'N_ZlyCkQYZ$.W3JJJ$}*DE"\]5c_ߴ keYLn` 1E]'or(z+++dV. 7*DډхW缁@Ԋ ő-*?Q׈F7~.rqqȀȈn&nr"D_ 5 Ppӡސ7J7ȑ(TuӘvpِqLL%$Ihy"i'FF>+2{p$7_7ev~y6^ F _r$58KF*D-8Ji"^1 WȄ5~cL2 gU+F;D76+r"ì(&fq8) x( \) rN諱 o%dܸg'r$[DD$ݡU''|}$IHP'G Q$F$N\)Z%MdZ(/Bp2H ltYr\(bE[9 e*r#BL%HZ2IQ}R1c5W ڌę+L,؉qT}E 9ᷨhUӦM{- 72Q{ޥUT Lk.e-$3U*:Jq4\ހITj+,^Wțow߬3m˥-H~4 4J3[>k w'H+M]HۉGJ}9[?1o&۲e˖j;aJ$V"Խlî W!CD#kأ$R@J WgjoaȨ5&ց"A4A[ !>t>PlV(~ُl2njNtKy%P{-tL|ҥK2Dw-*rIV^_E]'NvPHY#y (z|HZPۼ||4ӵsv !*BFK\wy=:b(U"8nF Jtkdּ?fSoyxxLf`-Ur1:If@ˀr (T†b2339ẆJ\&^|qnDzL,6X-Sa 5zR+w7R1yV3\|jU˝gM"F [ [ 1)W"(>G*o3m-l{F@k[^^^QHuxX:>TxgV^D07n߉ͭ|߾}=i}o)͛>g: UՒ⋒|_[ ䷁v`zԅYl¾OK[RM NͪD8qؼs%8N0u$뾯Rɓx= v(cskƘ}i?*w%cHn3p&t ӵpdmz d ! 4禦fl~Mdoj>9zZ8Nဋ:NIG|…T.-h%w>0gذMMԫ]0b-Zδf4hYz9jil܃m,X4~Eq5I~5Pqrq~L^RIoZRJ(AY7Ev=~7a)qIENDB`PK l8+skin/classic/aero/global/icons/error-64.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<xIDATx[ tUzOHB$a } 0p ( "(oY\PE :(""FJXBX%ld#[;|S@@p<ǩ{S]u{[$ȇHOZ(ճ-ozKrv jн 7n:<11eppp[k bD&sҜyWVV~233  5p9 ^z& \דS+^H<J='N$oذaۜ9s=sߔ/‡zw}c5ڻL:Ut ]τG[ {4QӾ})g'Mz ڵh ]4?s'/]Fv r WQAMs~DϜ7[?|E}ѦSǿD+)*O ~/wT[̡S&SF&߳wϦB@+ .Lح[#7MuZ _tLIsRᔔO0<=O׵ 䓫;t֭$-f-x<!($HSeN8_mi5ԩG%K7n~- |Bf7C*|0xXwn܀;o $AATmx$<ⵍ*Jl=QdVԸAtȽk:};߿wNf yС3Wd+7?7lo_q7L5J5v::~;FI W iHcc@ACfhO$|N O&?cbM15$ ϲI&ߕ{^k=0 UVTs 0LBHpOϣ> es>ԱK~uQˏf& )ϣX8ގ az0{ 5դbJ(|hܤ)gBŭ3pxϙIqA+5Ln׀g6qBn}]xVUBuArrI8tP.OOGQIvhTh!Knv-sЄPTyZGNzZ=>R?x5' y}*顕 -OO.];iӦUйs[řKRQPIl r@E9DZj|t@:/}0 aKd (s}TVqRg"䎭]K9˖Sxy0 V3u! ȦM5:%@;?&GO~# ^:J !?#[1 E$%QW_!By`"5Ƿ5k5'-$W|>цDK)t2 ! !0xa*<{N&ܟb AQ$|C ^x&xq$:fH WmUʰbTR|~KGVRL-[6-Kk;#_zgspU{Tb9>xx#w'F%;n{8vE @2""XǦ ^Ã֚G)ect 0Ό:9" ZQ^;mKꚧ(:DQ$nR Dx ^T#VQ[>ԭ@ T"a@i-;QD.k3OHȩ6_ ']*E=-)F%Y f@(dx 3< LTUV2{Iaa<:&Ex#uix NUR%B^՚$#xH7-C6V XDon/H$:9 Za3`5Yݑ5!ΝKP8m^_|GEDPW^^^ ʒY\Xhŋ=1IF til'aX,<4p+A#S;=Msϒ[ф@.)5$sA6jK%,UT?ȭ .^Tr_z,=z>"9*=sjHв*iT+ jtIw_ *{HЃ&@[7A;I f"1v,tt#ANu8p`Kg9%.01W >xFIen˩`:,Cd2BF^)g&!W/E !PwY~vbCCRzaԝ9ۢz #_9? Gj|}$c[ߠCQg/ݶ+VP4!SZgϙ%oחZ._5M=&+FՄB&Q,dɟq`.\pd}{ƒ Tٖ  C{U^Ϭ{@%XU@:ZIo's̛70/6=?0rOEB% f[mG G)С􌌳``[n 1Pk0Q9$l2j bٖ|W_Qҥa1 zD! a=8`}$9dsek 2t9NNޖ YeJ5`û»wޜ 30y0i6D7$Vkb[_R9r{x'9@ Ko3g!ʘq=/!OI?<9r HcJOيWG\~f'am D7ޠ& B^!#9T>4RH8-=+XTǒ)GO.>ԁτm|[+C[lyi-öOF敠FH%hR}Y&63z)WI^ըH0w %[NVLr)|$u S (K7ڷgww%e\7WZ\ }ςYEKPg)G0a7lb0pO@i&MsfTG>c?qQٳ5Bk>rWm O6m՜g}82od''l aE`^TԄ%SJl]N"]2l -Л+|w oB;D`VXaرAճy(0\9R3eTxbQP'W\s$DhYqI%5xg ͛s~ft>T~%l , UJ?謮3bxE&LΥnԷL @zip rエ=>7W9B"l픲rl|w__v";{챙?T5~믓@j,[VmB=m&X3p͈0F_~qYNNFN{n~jؖN:ٔ)Sf[cjn-He(M}6V,AAsqMT% j8G‡J^/A^G@'"2uES֩tv}N9_jHa;v =bȾڵw/\VGm'N+;y0INL5͛m[vJD:ۅDˤL;RoR7mbǾmywxɵ !1|x_z$UdgBMAki!m^3!b57Sd9LK=tnwߥڵsG^^~vr)l^[nH^ÏѣK|||nݻ78$44 3fX,uVq!+ )ܬ8G6]]Qy?B@0(L87XspKd6X JicUK7poYE;%[-?_kB*k<IENDB`PK m8~@.skin/classic/aero/global/icons/errorBar-30.pngPNG  IHDRp<tEXtSoftwareAdobe ImageReadyqe<YIDATxbY@.`b0RqL恋*lLjT={|͔X2`YL3E)8PF\[P| `t7@+IENDB`PK l8.skin/classic/aero/global/icons/errorBar-60.pngPNG  IHDR< tEXtSoftwareAdobe ImageReadyqe<pIDATxb\@.`b fFJ43024?Sf3%6p==yT`UO=jjfLfQI84@ASqh3%ǁ˒\8”h;ٚ `b#mIENDB`PK l82skin/classic/aero/global/icons/errorBarIcon-16.pngPNG  IHDR7tEXtSoftwareAdobe ImageReadyqe<jIDAT(S]NZQFs/Ct#_#KQV&Р!V1o/IR<=/IH}PUvfurV1y/2k7)WJdvCJ2Eȑeq/f!M8qRl MR$x#ܕfI&Os.B-.0H,9 H['?o+88& i8V\b&ɟ9Nr|IL=Ò'?S^R$hBc> E$ YhtIENDB`PK l82skin/classic/aero/global/icons/errorGhosted-64.pngPNG  IHDR@@`UtEXtSoftwareAdobe ImageReadyqe<*IDAThkce# 7r`ݹr1ePp)0Dap@a@TFTpNWne\‮&w?ҦMi;i4M'I>.rޛvC==I=KNȒ}kBuN'@9,& ZCkPM1茾.rmzfz.茾6=,RC r&.У<^O}\d}`el,LLؔ\̢tH:U:@ EO֌_i]*g={hiS$H1LѻЇ%Jޗf19@9yf}Tbcg}t%l6. LXT3У.KEڙHftڤlXz+XT&6z< 5`{{y,mz BJ+t xo0ul௨ B.wbt.XhZ4pb^GXZX8V|EO> a 0x A$N4qk}_~.{(sKV@bџ0Q>&G, ,Llڐ&<PƥT}Z8tk2O'!Jqe=p~N߻xhy(F|/ &p#$!5|f`` pFL62et;T# ѓ}މME@\=w'_dOZ @:xրMm(ZB1ߓ/&~0cҬ0 q/Y@U`@L d*Q> wc4 ;J l4-!zCiX R4qh$3!81ʦw]h*q! ^[aZy&3!JL:~>m y Le@ť(PƮd~f`%Cп'/)b~²/6LZ O-U ChbOrr/L"~ !*"4¤_kGx~|49ZƥC1!)FCXBRf`3Ye9Efu<7(8S}z9=ՎWbIX4鹣?0bo&^ӮX&eJ˛,eV٠5Xф #]#FdsUOЪ iK*7(ߏih۝%]uYrTSQԄ.E792A2aIENDB`PK m8kĆ)skin/classic/aero/global/icons/expand.pngPNG  IHDR7tEXtSoftwareAdobe ImageReadyqe<IDAT(cπ2GylD7?T /@`%@YZ! B@%l0;J!4p%D#d?t:,P vpAg0PjPLTEvvv}}}666DDD]]]eeekkkmmmoooqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~sxy{~q|}݃}~~݇툶GIJJMNOMNNOR R R S S T!S!W"W"W"X"X"Y#Y#\$\$]$^$_%^%^%_%b&b&e'e'h(h(h(k(l)k)l)m*m*n+q+q+r+s,s-v-w-w-x.x.x.|/{/|/}/}0001577cfgkno~Q r;v:zjtRNS #&/3;@@@@@BGRRVVVYYYYYYYY_fffffffffffffffffffffffffffffffffffffffffffffffffff}bKGDj%b>IDATH7Sq/4@{9!b]/=s|޻Paٞ! ~ MMq;}{/oPMsn\a*+3XbetglWd&R}M2@;--9{}Gy{99ypoQ2^wY\T:$ukHxgv}8xıClj0>>OC!Wvl$e:;YPZZ?XdEeeFϝ͵k`0Hlr΃<и 'C2x @\h%Epy9& @ܱq6'[ &mY@dD(2@~g/fx(x$1W|QM,g*+ju:̣-0I5Rޥp ȕFj G.Wz_ UOXF"90c61u pe'TQ(RR>$##K_BB}< p%M}&̇aZy0|F^8A |q>4D`>̇)p>΃ Ό,%"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK v8OB.skin/classic/aero/global/icons/folder-item.pngPNG  IHDR 0pxo pHYsHHFk> vpAg 08bKGDC$IDATXýXO\E?)Pɦ!*J}sAiCKドO& h6)"QqBJZu?f;/8>pz.|Ϲs׷ջݩ)DՆ`m FGG|k]{zeWQrޓkz?KW??cW@,LkGN)Ƅτ.2.6JzS <0-+tZ(~?mWWgs1 &C7j>/kRNWvŗ߀ҿ?rݶ#|4WDAIwKa e+ Y^ z/@慷_[uYy hw\i`+k3d8rp7Qmh {U?ʘ iGhgn9t[)۠!͏ c ȐZ_ Rm PZ̨@#7 91FE7\L0|) 5|D@(#LkOi|…tpͰt0ݡyݐ%{<]_rp ş:d_x`aa~%*|V||<*?$1|Vkzm[U`؊u>p.fX3`؊u>[-ֱ>{7ΩV#tl!NQ}o>k rLIC>@ cZS`xK~Vyx=/F8%楦i>{&6p1b^JRÅF$l~f}G}جV ,>DXثbqGT*gH $hΪfqY|!ҺKKK71iff虍0zKDU FKD'4tgS `ww7AXH2؏2`0#"ӷMdDcڏ<  h>j3 QCX,hX _ H5g n-@j:~aVlJn^Οr͙BuoP2]HDߝBrݛ2m[ܭ+O_/?bT}{}I1! 4sccjz}ooP2oo^XDIENDB`PK n8%ńf1skin/classic/aero/global/icons/information-24.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<gIDATHVOSw_/T(*as0VۖMVefpۗ ,4f)=Ruqs"VY66}Ki9y{X M+uF`]2iܼn YfdW{<ʥl0*5u6ApI G`'tF3]D\!4v\rMPU#X\|^+8_eKZ Kw(?m&e5JZ8؃eg^ڊ NVbzOa|>$O25^vЇ 2=s(7;I0c5#wbEhzmWB"_$2UdMƷ൏F̏X)ܜ&;݈fXߍ5ێ7Nc6|M4"t&cV 8y[l>m] J֗ԍ%Q1 U$ ~徕N#‹/x'.)!}i{DD*jm_:@+D'''H/HܮylIs~~w,ʋ58yNRvT#9iQ}ظׁB CeU CF^Yr1 97Ս7QXaMg،ޫ`洰u_r'{Hm4;[845#s6<'(U տN~Y+_2.D2܊c?8؝F&ZIENDB`PK n8e  1skin/classic/aero/global/icons/information-32.pngPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<IDATxW{PT.#tg̐aNMbF-tLlttҎtiƤ0i&5eLA F(*c˲~ܻk|88a`?8ݻw/GLL &&&PTT!ƲꌌZZ3J t۷oo?uT555֭[qy|K$;6oDRRhԑdXQQ+WN J_&{0՛qs 1Ԕ%ITd2sss_(,,|… {H@]UU!#=.ͧ%f1eBLA{ T0 '^ӧOWtrӦ1`JOOF?ΐexuv fgg>cM7G[.!>>?'FdANNvpZz04HDvE ?|9M1k:ILocC>ZemOဤ1 H"F&:q*HS,kD.]+6ꀉ^?o 5G,`.q{@*E=k73)ճ~#,_+uؔy 7~Q9DŽCb%7*PAȜlZ %pEQH1ّ)F+ O~0Ā9'nQdX`BI#7) R(gg}pڝT< 09,*2rAiP7Sc9!VNd^"g8|> k.q\*W0xN1PcD`}[!!a|fڍqDŀĨ_\d,Y"8~E5 ;;;{y,NI8lN8lqsIGRԇK"XlN$٩`llJ3*3 ۰3Se%,L![ T 3.a 788h>q*<.ga(As ,ʸ Hc)=N5 mmm`Νhoo?55uRwcxE"`As4"}%?6>d$Wya|seWF}}}UŨ#bL QөqqM FXE>e;vh``;xf%jAq.3)~?9JE Rqj犒y?]Ϯj*,3DyF k_RN-5q#m4RLG'*>S `LPŽMt}{qb[޽~fpplzB T\566>][[Zfff?OX~L!i#mx0/U$uh V@WWWq}}tz7+"rmW1 zkZ:d"#އ=.Iw_HzwbұvGvڵn<۩]@R(O O+.n?_?2IENDB`PK n8= 1skin/classic/aero/global/icons/information-48.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe< "IDATxZ pTݼ y< A (jAQQSQ[T288B@F8RUlGbx$by@ &&cniwݽ{98g#C B/˅>b`ڵزe ylڴ 鈏&%%ɉ.e 텅īW .}ƬYdg?5H\re<$$DR`0@^,[2XBRJrz0^JKK_JMM))li÷'Σ14SYgH{ɹ[?֓\!?P bo%̎ixh&oԩ?2NJ7|/PUg_\@5 GAg 2MxCNTUUU8Ia华عs~2lI4&GV^hrm@m\|=3dgg9;Fx`:eǏq64 hiy\el~0B ;=p;سg+x 6gϞ޸q2Q] %8M)84&Egq݅|\,'D`JX^^nw2}ӦM9y"*#$tĆuaơ3"`$^x.\h]n}ذq+sa$+eBf`0&  614DUu!$6n܈m۶ Z%OO)C/N/|n8#}VtCDf==oTpm N  3H@1"""rd -(.TZ[{e-_m&EWVW#*}AnGZl"[;:3sBj]]mk,d 'MPy-E&Hb0brPS(?2nYA%hǐk r]lZyikkC舄mʫ&z/j ({C0Z;dG(&)zCP?0ZAeWa Dy/bF!醘pԟއv+ A󀤏 5]]VZ{ g"u32Nr0P$FH Dj>~t$k׮1?dkQ|A E1:0C'),+׆Tivm%pl4YJf;{Uex@Rx@ —}L6"`Lr\iѣl%Gyd%hk鄽!h`A[ r9 J,{i61Bb|;ҢC-k~:5Ңv{w`ŽM7޷pE^ 305J8|t=k׮Hp`{1{',[_nZ1 с4p-3b2LJ Aceb᭣JM]]]]Muu)Νo䄮gLn s`|M*={~|Tx]r0qp8سg_iv~ߒ+**i] `y*L!AӴ@"- n<4/^:]sЗlQ߷~³gM_.Jɜ^C/jVyU濿d3M EE߆@tUZ)_0x3qn0:N.^De|PZ8}F-yREfyٷoOQee^z{8BEEETܰya@ W) (0^o!>)T_G/ps/NX1n͗GjhH\\ƕ*gB&ZϠv6!s#!/MGd|SѴiӆ-@֭{uʕ5 Kfir/ߏ9.z4M=^3k=v(4Ja~KKW5\IϭZYj"x{垏azL)~j̨ԽփhS#VߛoV _oS~ԙ-ZxfΜ9&,, *bы()s$Q0(cisq꽌^,eI ;w?.@FYPP\^ZZ1%wgMQ7 ,=zĸtX#w B}ܹˏ>rH%=IBp&+_D+* &QWҪVk1T׈UAUC?ʨA: eIENDB`PK n8g+H1skin/classic/aero/global/icons/information-64.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<~IDATx[ytUս~s I ` aPH!@ڪ.:hj}jkJ}-ںs@[e<< $$! 297w83s7Nu-{gq7߷$g`yO@@bkxj3$"⋯,*** CE$1"c Bizg@Ν;_hii9RSS~sssi#.8Dz_iS/+- H%SM &'c`I 796 4>{۶m/nܸq{wSπy͹W͟7ɓ3 14ơN t,t,_AD#xfFq (PH*ZOض{޾}+:TTTZ'^z|oo[qobF)A" $9+2T`&,aAUffS-<{guCCCߝ$atӊ2=ؼ [:$,Y: AC P2Vǒ9Qb& ֻf}>7MSPRRR~+F86:gjRh#aڳѧ" HHI&_ 0_?NSSӡO)STy睏͝}AՑxh1ԴCrcGeBZ B7|Xi`׮÷ս0uիW>74NaYLMpP@BE^ eX98p`͛7=0uٿկ>m_?w,*"|t?iYX<W1 ״aÎ0YĆȇ||㺅he@xLt=z0-@Qs1flQg4aN\4UW]}=$I3_Տ}mLO0PP= @1B, *d$fVUUUTT\`kPUUҒ }7`Og<O4-]INHeA$0&4rF#99{m$,y;vaBq4cFerꅂ[x2$ c I [~Zr?@@`LX@ܴ,{ۣ fub_s%*?$i[gIB*ٳLdi2O ؤ -edO^ IM(hhKbҤsg(2(.._TP0oPCoJ;]CML `4q,$S:L00h 9L31$p\@=0 gԀs [0))w: "fSk@IB,iLBbvdSb1f/]c0Fi0-`й1Fx4  *"&twuNi%gTJ@_ɾhz!L1|"g&Aؐ"hB 3hA (D"EDDbH/+N0L'؂c.=9HRIji0 !lPEF" 235"@Xq Dy$晢c]1rSgOu ġ'S&17.v-4bƈ4K vg9aؼe%g$~]@/:Iqh$ R$`ƈ 0MWR 2n;7Wa'Ue[IL{&2Abqr giM†a4,OӔ @\Хs'羫\؀GCt]g%G*%N]bb}1X5ȥ+(g \f Da8MHq|/кtY'#oä.@U3!R;BlHRGZ-RPw Ixrݓݻg^q g+,PUz}ϖ%ێd2,_u@8 $Ȳp}N2  _(*& [[ă !θ.Һ7u]?,--} .hZ0_:uY *)6^p.A0w A^#E n[¢cW5ޛH<! WnͲų:|]b1Pam)!Z0}5l6\W7$YH3ǭ H?}IΘ} __XKdiTĈ(8yk׮}eAx-07r^e"lu#%T > }v<\X1{jSwpLa|l(X^^5k֬^rGާ걹V@XaJ8/Β2jp7TqR| ߸lF׻7771~T[g?NQ" /я~t7q˂`@sMhl B*N.prS!g$LbHùE\\6s"xgy{ A0yҥq:{9]=x;qMed0pʃN:+ aAS(-c=j֧zh톍7<@H͎8 y%%%_oZEel`/>{;IGO"H",Q"g9paAD(dal8e2L zYȍqp3]'{ĉ!bG{"RX⟯ʗ?7uy!Cmc+p{'Mtq ACEe'PŤ aYhxe ۴[rC#0~Ջ-µ\M9@ڷMh bqBӇ89j;k_Wk ȨrM={̲If͚8qqcFU528O{z[Zw744;а1@| I3T0# r%IS9´,+%pf8 鴱2O;[EguܒIENDB`PK m8q94skin/classic/aero/global/icons/informationBar-30.pngPNG  IHDRp<tEXtSoftwareAdobe ImageReadyqe<cIDATxԒ @ $=/ƮlA `ɗێnl.Ω ͘ra05ku  N)iI;L^чhß}뺑IENDB`PK l84skin/classic/aero/global/icons/informationBar-60.pngPNG  IHDR< tEXtSoftwareAdobe ImageReadyqe<IDATx PCi%&&zb=Ҁ,:YYEء&$&vI]~Xѿ;#۪20YL̒5lm}qx,_+uo>{ fI` WB3$h,@cTaG(lQhڒ%5(mϖRڎtRi"7|C P+IENDB`PK l8 ::8skin/classic/aero/global/icons/informationGhosted-64.pngPNG  IHDR@@`UtEXtSoftwareAdobe ImageReadyqe<IDAThkce# 7r`ݹr1ePp)0Dap@a@T*QQ+72.q@ui&dLiL&}\۴IͽRBi}~Io-qz^sNȒ\Ӽ.N@:q2U]RM tF_.\: @=,tFdئ4(*iR888HcqVzb*8E`-XX=fbbcHp>ӉtV󛴀&yR~X3Լ:SzvliS(D0q(vIwЇi]ҾQ"ChA бa΄M hC_iZ@ ;ĽUv@'ҢtȢz)E32|o;`_xfcSZ,cI( I;Uzu@ "PFr 2z$>ݐ8DHK{P !x Mjzhhv 4Ѓ d[!> :.+}BCಏ 8w(lsmr1{e`iXD9 oaťT84Ʀ2z,PwofD(x^2p#r@[oL y̼.;A:m/ {M+AuZKLsILpYG/teűJ@}:l , ѷo`.%  &PCm5C}N&AI'I€m88ImÁHn&?bcq !GC.64 ?>Iq@'25\=luf+ޓ  (L G& \23E?IWh@хWkif$jD¡pbԎU(3a(ϓ,8zqk“h[$8T5 LEE~teSXYl' ɄC/#@{r =j'LGbU=7\1> <Ŋ/3>aqdIwo6d٤D۰ȢyZ6 ڴt[6UesEOϪi״M6MԨP)V=ms]%G[Jҟ%:F+S6IENDB`PK H8ʨ9?0?0-skin/classic/aero/global/icons/loading_16.pngPNG  IHDRaacTLSfcTLjYL1IDAT8kA%[hu3U66uW js:o*A$\<6ET,Di6v6fOt<*@!N'AJ8;1bQvHJy:v8KDu6"za&TJIRJjZ[zs~X,!ssRGRJj4?Ӳ}}7R|,Qy_p8Eѫ~7ڕ6"Dĭ,`08z0UιDoc1t{CL& +:1s~y)_:֞[kϵJC4M׭4M׫~QfcTL*fdAT81oA/H d@+Yv,74ĕ}vBܸ+7V: MRY;J-hD)κ}>L("iQѢB1ƦO@x&8l2%R{Ox✋WBjsk+BJ)PJ!b_'+89sK/n!*!zޙL&~2˲Fݾ$ɨ Ger=DķnG$QZ{W'XVH]z2l(vR/k`R~RH)iK(fsnG )R`0jfYv+{ZK%2lƘ͢?3CfcTLu fdAT8K#AW_!wŒ~eXhL]#Aү&3RHVSftWȡ`#X]s`#\cúxDA}߿}2z\<!b=*fqMvu]뺮%Xkkpcc90ƞcQ}#x JEV|oa3ƞc󽢏ۈs94U(Y,څt:]gtݕ$I~i:z2|D>"vRNqO$gUx׈ Vk+H),-"֯rQZάku2PRj P)V6\L>fcTLvvfdAT81hPO8IYYOJN]*=At05LC,/]y3u)t)dy]6285۶Gmǩ[+4 ÐaH4RJ x9Gy~4KƘdI˲i5M\V_8oz16b9T*g @eeyy޽yG+"@jie˲]}-8t:jIJUc8ݿV(~iIJ?LD̲L(. 0 ?l bDtKDmqv160 C!cjJ)g~T*msrί={Ywc#بhlSJ_Bd\~Rps~mu-4m" !RzZ9y%o4mT*E)yt:AzoáVԕrSEVe0 A| GKD@wJp;B,!("p+zQUr  tD8I$Ii8?#%,I8'?prEA.`<pB+%ּ<[EeYVC8̲j#^fcTL fdAT 8k1/8)IqE9SAp 7dLI6:/N 72l :du?o>zy a(Q[ޭT$xR(zZ_4WBOBg!sZ=/ۜK@)uEwԣZ !#)^qO|w1snB)>s1cs~R`S/J!cN$~a8m۱ֶ44yqMsbS:U}lZm*m1ڲskj'hYc"0eYKD1YZkf;"/`LD]c&6=1fsrl34fKcyiZ 3":KӴl[xfcTL 6*fdAT 8kAW9Dzp 磔NUnREJҊ[}TJq5nrwAb籕Ȑ"&tn ]H 6;~3o[ 60<8e}K9,ISs~9B&;7t:}99q< ðj @);[!ĹQ0~1 z]'{kΖϢ(:0MO,7 벭j/zlt""YZk6D4@{. fDt `ey^#"ID21[h0Pk]0 "0ZWWΌ1Ki\iueYGD'DtehL(#fcTLX fdAT8?A] Ikl]HDҜ3Luribe&ZhbcLKq^wA5LU,A$gR3q6JJy"BJ)O~PJTJ =0!B;!]J11WC~*nQVۗRK)>Rz_.3`Ruyg>RRz"jjF)E0NrΏ㿆"ֵ֭tl[WTj/}t bqm۶?g0ɄBaeDliF(ml6{UDc s~E9]xeٕz<B !R9;[/"QeWY}Z(jq2n0<(JZ4M_E6E8w1{SB6"yZnPJ?QJ?6u /q UJY^/jFq=jU(j4=DķDBȃ |GYsLj 7g \-\-|?_88`0x=MӍruqs[yOZ L`2?B=RT^Xkw߹ֶWfe)c"!fcTL:fdAT81kAׁ8 |J?AE*eBԈM)\S\ : ۅylR WraH]I$#oc0DZZQEQhkZc4\Zkw*B~Y5c̮Z{5v{3ԑR, ":!o!Z kp<oH):Rʳ؜R[RRk,z6c+~qE)[00 !<ʪj !>eY>a4sS"2U,ˎ7BNBnpc[6c[uF$Ib$s~GL&u"2Ddfz^N4&I40埯콯]4M?77UY1uνʆy9ֈhsknRp9IfcTLRfdAT8kA_f%[hu3U66u; Aܾ@n9=6ET,DllFcXT{?},QekƘ=c^ek*sj9?#Qy'_^ZZ_cy%WDZ[ƘgƘ=kҰn["zeك#{Ԡl hDD_h;((>ZvG=v: UTh4SV[R7RRʶ'Irr`HEO89GJZo)+{#c3|z$ɉV=-*p|0) *cEYEgqMsD]GfcTLwffdAT8kA7,(avb~ jfkRhs (\u\p)#)%b4/\g6`#Ar,~5Zo>kͭ11>pBD.RP)u>N脈>XXk_fm"D${RʯJ/J>Y' )k `>sncwm(+֛7z@Zn,qQ=@ud(y[Y+ G[M%zw'˲]!v}m:bss~mGO0< 1eYs~9)+?_93Ǝ pA0 zރ4M𦮼(*Ƙc($iq|Y$us:HfcTLfdAT8=h@O8IYY' S.^bȜFR<;i(%C;i/]y3u)t)dy]_[,˶ ,˶VͭLMDAě<ϛkxp6"n= %IJ)uz K(F7L8>VJ%IY)uLp3DFăyxSJ^L Dl i41mYDvQ;뺪At0|j6"v~=:Ao (._x&u~8?'<6c0#Xi~锤罰m{s3]3H42 1ϥ}^H+Jcr|>|9j})}B *s]?1c9qɲFQB$BR>[ZdY֙id&Yut_q]8qUs?M!fcTL+fdAT 8ka/B-iAL{O8 Nkt DKK(bKB=n!~y s6" .Э.Qlbg}hiZ#8JӴ)QY ,k"qe%D؍!NQ=\|AĹd2  B_cD#'D[$ُrf[RU_)Uh?I#MӻBĮml6wz0 t:m -מ 0 A)eW)F[/RXlgY-* ?᜿j۫F) (BZBn󼧎_{FucTRE)}h43ƌq^K58kT*Ǻ^TULTaݾ8=Jcqc c0*˲mc۶ǖeM_|A fcTL!Ϫ}fdAT"81kAO;vJjW]WHp۔‚FI@RT?;-?.1r"";74 wWTo JӴJDDtiuFcnck1;DtODƘ"XXk "Z$˲"(βZ{`EDwD``+v^{+"r )ss59di ``+$y7=u+"I|{ߦ`8l2z/UcgzyA\Ek}Ef@_3cq}RRAk}U1|wNs(K)BCVJ=DQS)uSh|9j{VRk={ &We]yRs!ģQJy^+ A0ݴFfcTL#YyfdAT$8=oP4P>: ckHaCO>JSQ KN+;9CU l]*qYRI#<{G DDQs9'"#xE`)y!1ƺ%Ƙr|߶eŌGEL&8~qOJy9#c1flX$N$I&I%MwqO%9c"z;Mӿ'0 6zZ`Y.c^<׭VkcT*_ ?@ 8ZssιuvTqyޓ~*Q}Ax9]=jB_-089 !=ϻ"^"b? tq BGkD<B"TJf0+D\I)iZ0q+CWۛk0#PJyJZ.ARyZ.C0>i,WQٌq.I'eY_t]W+0>CEߣ(ܝ`GMӬN(cc)=rH\>m4zز3j M=h4,2e۶?(ɫ?ࡂmgjVX,Z?E3[;ؓ͠1$|#6}%s#h6I/I|Rnќ{q(Bnj<_[vѮ^zW }{~ )婔z2.ڊ !|߿}NqTT ΃ 8ð.P"r7fcTL)v[fdAT*8?h@ϒ.M!![TRKܔ1]AFW{rd Yj'zcoBqlY ] ]En|޽"ӈEĮmu( An&fls*z'UUcO&[DE[": Dt)|6YQό1*^,Cx<ޓR" TUfD"4p'D%n"L&Dʦ|"H}6=crTTzYRٍJJCD'D}_cryB1="G??`BX"+Us+]hkzycgeզ+D#✈v"qwc*wǸkl~X,6qdr+gDtxiؙu]S՞}"zHD Zl0^eS) g_F}n[_w<Q_)UIj'8"CUxh46O)qoqS)14MZ^6oa~[qe, K0 σ Z@9G`pNQ{Bk!5|Ok!izoݭ,!s~%Y(KJ$I2Nd,tV5y-CvfcTL-*HfdAT.8?k[1BƄƑ@~łD䨪U}qnQι 9W!\̬U}jW3B@U; kgھ+0OUf@_fo Ƹn@RM.Cn1!"3{Z{j3DP== 2ݷ6?Sն}FSy8&K IENDB`PK 0ݾv55+skin/classic/aero/global/icons/Minimize.gifGIF89a !,  ퟀhRS;PK n8n1+skin/classic/aero/global/icons/notfound.pngPNG  IHDR(-StEXtSoftwareAdobe ImageReadyqe<)PLTEfffFGHIJKKLLMMNOOOPPP Q!R"Q"R"S#T$U%S&W&Y(W)W)Z*\*`*a+a+a+b+b-c-d.e0e0f3h7j?sBxFwFyFyFzOzQ}SVVXXXY\m|⛹䜼柽\tRNS-69Qc:IDATWm;N@>3 QCX,hX _ H5g n-@j:~aVlJn^Οr͙BuoP2]HDߝBrݛ2m[ܭ+O_/?bT}{}I1! 4sccjz}ooP2oo^XDIENDB`PK Wnz8w0skin/classic/aero/global/icons/Print-preview.pngPNG  IHDR @ލk pHYsHHFk> vpAg XnPLTE󷷷yyy1 tRNS_iybKGD IDAT(S}б 0?!: ";lur18$bҊgK=!uX& e}gc" !xf@v9V5Ӏ8m\aЂ~\u^;p%og0W3 L`dZyS26+`QqjãĿ結LR("zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK t8>B+skin/classic/aero/global/icons/Portrait.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<IDATxڤV;R@ ]%b3Cqp$tP\å'G%%e(II\BZG8M4^VzZfi(Hx⓼:OΗs`RTzUUUJvO?& Ԑq=I&:"]@qUbO.[tie@E-h W08 |t,KC4D99W+u^?0r)S!r8I&`Ս<澁.`7Mڶ5d7Аxq#x<$D[7wHڕDž[$q?LRd:78LCǺ\2b8MpBR@ b &̶:9-F)Z UE6탮;8P 1w#W wOLD`jQ=,y;.j/_0g r@]$IENDB`PK l8+skin/classic/aero/global/icons/Question.pngPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<sIDATXW{lv|/Cp 16WPɨDTФ)rҀ(@TUH)R«$L`c7ۀ;mr&oo5;3{Ό*~f`۷ӦM,0 Aii)1c 9rQ^^^=!"۽^ooOOϩ֓'O*@uu5n:߿Uz9NNN$d#XQQŋܾ}ƿI2PV@l6s+ !E|ӑP9W\.צ;H@… 9B2/Z4}އOf>y4ż7?IB{{{GccCJǰ'#fLi@sX\66peW*87?Ԍ4\x>ޕq^óA2u-!Lg`vwa<ƻ/? 5e{7nx(L&.t{;#dO\BÈD"FP.'$}ިPry=jU}yĄHϯ&TN2q@gre[b~FqݟOfc^EEEL^"vMQ u`mR aW۰[}*~f FlaVRQQ5'|e[-U:SEɢ$~Mo QbȀ.t;h^$F˕"55bVӇZ\f+SFb,VD FJ-`-4bZYpv^gȧGzL_002mq79YfMJ'_u{SR*(u% &W< c** ӍTM ZoH D6Pc#L v=1 *!ֳ>1D E]VS`"d.,NXۤEZs3b-D1>Wamm풒Ngڣoc,gϞ=G~rd͚5R|nb}}%{;~V\,IENDB`PK l8y.skin/classic/aero/global/icons/question-16.pngPNG  IHDR(-StEXtSoftwareAdobe ImageReadyqe<PLTEfffFGHIJKKLLMMNOOOPPP Q!R"Q"R"S#Q#T$U$W%S&W&Y'X(W)W)Z*\*`*a+a+a+b+b-c-d.Z.e0e0f2^3h7j?sBxDtEuFwFyFyFzOzQ}SVVXXXY\bcemr|⒭ڛ䜼柽䠦汵Ǿ{`tRNS-69Qc:IDATWc`FfV66VfF(`bdgY8=<"R8X~I%b@56u Myv ̜6ֵ>u \6NN. 5*\ l®NF1ql@7'SXyYis+WNzB(P 3gj.PFv %-|30n@ZTUXYFp0AWX q:P &?IENDB`PK l89BB.skin/classic/aero/global/icons/question-24.pngPNG  IHDRw=tEXtSoftwareAdobe ImageReadyqe<IDATHVkLWVXPͰ1'X )i-FTKZJ)(k[(_)RzZs nD1sL3/KM/={IJBL!*#TU\|T]#w -oàŒ܂"QWef8?onӋήZI;$Ţs^ Ym+O#BX51yXImGTv%`p!zM&py+/,j TWv\IhvZd fjCfb_%yx^RkfkؒYT68zWI6l%D:$*%$0HsNDeU hO#S7x1>}ϟcjj 3331 YvIGy[L/kºz: /1 ;zFq=Ai-hx ={"d;o0 G of5O$fT\.{qyad!읃,CCC։uh]acbb2n?4h0ߗtfo*8!,4JlO B3X*: 0FGGSX x1j^3:;ol%n^ڊ)ncQo)90bE'\.z{{QKc9,T჈˘Q Cu%\v/?0 N9 ҂%,R NFx9JuX$ˆ>:~-T6Ooilw pKbH|ehdf0q>1|9/6A6Dg;8}3 Jm'h SU-2W\"}4{(SVHS\aIENDB`PK l8jxx.skin/classic/aero/global/icons/question-48.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe<IDAThZ pU{&>$@.I .B]*[jšR"+ * BC1r+!rNI_OO Rev;}p(|̙3FFF",, /ƒ%K҂zog/br\\\rDDD}Zn|W@UUUcIIyyyVXQ] `˖-yٲen꫏u:Ta_u*1fFB  I akh6}w<)]SSXPPaĉKݻcg}6"33sm~lq5~[+M6؝d-Ǭ1qZ8{~f…:x7o^!C'la)@­F!Qw K-2z'ˍ̙?pڰShW `#F($ȸxm, ԓ7xֹn N1 3EO։N5V{DBB|؃߾f9Bn#%''X3>ġq4q;5&lV9vLk˳ƱΝ;^h^O;iaÆ޽{wJ_:XT_ L fn 0>F %w|[_LTA z+ǎqvU ,0yʕ+dTT7C-"1~xg~ Hb5& OR84w< B>9nݺML-֭ Ϥ][EdY tot*`]M-Z(u ϻ|խ A^JA8Zf)ݩ ٳ~zwޫ)hz9ŨݝH̾+ơ \nrKH몕s1`AxB)4hС;رi&ٳHc ٠kRÂeWvjx'UI:fid4+zt]p;1) O'O@O~]3BBBh{(M| h`5Aǿ^:/o`\(%7/+xt6Naɓ(OW0^Ss^oGLX1(448q9m ;}+6lV a)?".KS<1̨X.+/r葿_ : 2%jZ0RXD \@o#c¨L7=DRk)(VFGf)Iq=b GvXD3Y xv?{v%1~#UBF+!ĥ3Xǥ5d! mq2(Iv4ַJ7׉Ѹ'9`.r#i^qٷ_[m04NZDDDvMIIBN>Z/7eQ7TvZ[l3D/Y)H!xǜQi-ޢ2 yz\jFzJ"@ߟ>b|d 95S6@sSouZMrNb& F4ؼ N,E)* d".DAzs79 2xClF"wYe!9Fd BEh13 إ}>' Vd^MW#xl,c[ dDbs9Ys( )w%Q3B*Bp #:v5ejDфAjho&+[G{k%6i p&'[yC已xlnnUj,X d5A V]zi#(Sv!rͻEqԮhuzl9귧8T jT !o I괱: <8^L^N,S!G:`U=u2Ev|N5 b=R0nj7n])~ft(ګiQ ,&M"iMΒVTT>κ?HԱ띀8ĠN aP :U Bʬx`p8tEΝ_ e=Z|ߠTviX(4 y,`li&,}&!6)e̋<9*P6 -}񂝬M͖>|pxeb :/Lx?*nNai~IH) r#uxJ\c(uc\ϛ-lR@==iFm Ryl%{6c9GV'=/g/ㅬؿS[b"Mw}]eGaHR$U19d9n`-,[kL̞&||MVYeADlL: +߸qBzG⮟xv3vҥoSظ |\%/ ŒBst*h2"h {rtҏz1oh7H|Ŋig?K9؃8Z_0cƌUX< .1G(n"S%xe%``Zwi6|4_ /5r0wܥуS?㗑W$i!t,l b+3H˜{HjYYs׮Ϸnv[;4C0.M~:++kmzD`5ҴSE8WڀK6\(or'V $ƅ")G-Fd :*ߥ}V:yNm| xL-Z/zz6@& 111Τ%@F[` eYbl܂#mKO[U <$H IHIGNuwu'"i]ussέfxǏ0a裏bĈkflذmmmXb֮]KbժU… / 33h4;MIGi|yy9сz\eeee˰i&a-֭3<#\to}eYEYn{յV0Ș@F1È)pXjr~h s-BXaÆ@VCZ.}Zb`ܹ/^O2ꯅ2TWY[>쳧!8t,i4\Ņ l* U 'GtXѣG1a„KKKսH"r>w222nqu{*hI@Dl X&@|"6"E">LԄ|067F]gpq&w۷o_lsQ$\ 4v=qU`wCOx0,-cUN+7`˞ǪЊ j5I&fΜf{{{믿vpbH5k־=kQ:jh1&-1GEdpi3Fp dA_9jԨ_ڜnUUL^xSS5x"hUOPFB1jl^6#J6k{,4;\)@!""U=b(:x$jvp(-$uN(~փ|TTna)S )Y~RRR27!)(XduA }%[{p >1qt&FyQ YaYfԨ옹s+j+#G>RFYׇRb Tѹvjuh%cSKa(({j oRfhr^I֯3&桰 &n:ʇB"`͚5%%%՜GRx9%#VݣxVtN*rpl4_='/tJRq;CܝqO߅Occ4Ѿa sBx]K缫-T4]bG&ϙsOI(Y>dHzEp2;M.4uяvw9p;}e: 3!iO2pRuY4wmT2h G_J95͔k"kS~҂U&񻌯e?N-:e$Z0=6M5Zmu%y?TY%7dyu?ͻ94ړ$CQ*22r=kE ¤%xOhȎ3׈̛e t'v6 -}8,LMpA :NlীŋC6-pi/`<3!agO3 JR _e"3^\=Q5p,;4 &, (vd]6 ]^vOܕ'IC:?Uׁ'z29JUQ*tZM|aJ@`{$Gهdu~6Y-5B~P&qVY^, Q7h>#b R sDܘS1iicǠ ObvrGc"1`iYpىZ68 !UbbK>NWawK8n*592M1(-`t4'uYi#n9΅CSQ*":nH. pX[: Ko>tb"DҌ_he !z$ŎT0,^f^J/¥dC.<+wVkR<&b2y\jmVlny۔2Xϐ{X \*A%縁+BOmi.B& j\AU:~SzrAb9|O& H,& ^ObsX\ %/Hx%0_rB WrH ?Rk^d{z%Psv,E,/ԵOSڵo(CNS#|(Cq #U! l SD# @r}߾ePmPѲfffjEx b|FQK|/JA&Ai z}eYÏ1MY!esf_F2 U6:i]ΐmʕk 2pg1!/Z%{@/(^09ہ%c}# ]k= f 3 }Wg[ɟ=9Nݻw5xk&EG>SRDiQ F%kʈsGf5cOܹC˃=74h,0;}tCI~[8ܳG _ǔ۟"R1EFNkx'Ƣ#w|< <M6-oll6%XJo.*AA~$mh L)I2C<(3OD3̞Zgyg.ePSbVB_y'K~3V1y9 `PWWeէvG0fПƒ&Κ5ks=>;;;Hu#xTڻE{9Y#{ Ų-x{sj']'=Ј >LIwl'N?YVNAoE_\+A9o m2nܸ$PNJIFOZ Q oDF߅ ZHTYYYM|^]$6v\k,)*$VLϣ_I3N?ks=]]n(Ba`ιMo-u Y"obʊ\ rD䌼)7l6ѢCfF~ 92886! p>M)'M3X |_E|@.uLPJmy! F~6=m>Ur 3¢!jY }[%Gu>o!ޯjE%B| /q{dP[rA(Co3D QQolyW]P9eå71)ݦAv``|(2B-O;FdM{l!~6|?bĢKYUș,g0# YGT7?yv,EuyY"Cg2a!1fAi! w#Fǃzތ2&Hcp bqgJ`hȧ1hu 0|[Qv(@*BVTce;|%B/v}#xB!&6EH`UC9WbctӤi-!UJHGRQIaO=_zLBdDvwXbZ&숥Z; D~3P،^誸7nvPرz&]\ JHVљ'G25sCh2 b$XNJ.M.&Pa{jrh :W3Rr ZH%FLpZŤD3jdB/꽈ɷ;-Ѽ_zwZhFj/Q/ӵ`?re:A p)9ZrZ+ZzZR)Xm|7:,VߐgZhm\_Q&e00)zz\~%ÛE4,JȊl̞l:'I=Z vpAg0[jPLTE>>hhɂӂ;if9n;fggh€Áȁ̂ AGjb`M#J)s:eA ^i t*5<FMTZbg0a1h2o3u4|5 6tRNS .67rֵ?m өumi3Uw>!wl69Z]'ԭXd`!Z$9*#W *- 89ȓj>?` />"zTXtSoftwarexsLOJUMLO JML/Ԯ MIENDB`PK m888-skin/classic/aero/global/icons/sslWarning.pngPNG  IHDR@@iqtEXtSoftwareAdobe ImageReadyqe<IDATxݛy\u?μyF `HۆI8TA?"5T]JJR[mҔPC6 @l QKb YqgwΛy&*4;wY~g9 r/?tнz?߿e "ŋ.謽{V,ϩVJ(y|~ TK31 G`^0dSNBg乤=fll׼WfO :{SI6~;B%~ ({=w}'$uќY@=`OZ $.iZyzNz˘*/KtBw2d7@:k6O%Aո[_!"K)k ?`\Y) 26Sݗ%U?4HL~)?鸟 5"v:gm0Vj*zv^ - ` DQHߑ#G<{JZP'*9Qem2=W]0b@$uS9FDz]obŤwn_"-b!`z5Dn P9lBxA(<\\pn>F׶h޿gEv;"rA/)qr0K'i )%\=9x*gCj?=a|rE8^{}:ABX?H @^$D`߽G*1S7Xtab WhEN;&Ǖ zrۼћW>o ;./p!Jn\]W{{3? { G(b ΘeywH&B.g~pykp0D1K eVccA +jJ<`,Y$"%6nyb_Z lʘ |&P1xEahUI#lɒ.'l$ &Y=+s˾nUWs̞ fKXkxs88@q]i%ҥf}4`HV׽/"AK5ۆ[*io+QjuMj5jZز95A\U\JԨ C ?/sT {q*lJK1/X#m{B5QD @Su=+K|2_w;.~GoEK.Ah 5S:<Ǯd5ӆȱwDx62VoH*LI*/Hr7x*3IH++@\JTEv}ccƘGXYkCoX*u'5غE?=̒$؜yi{v7k3'[*J1\мA\]bǞ`R"=DO{=uq$(Pq"{k*Vbʃj k-k'ytƮЌʫ$wb>kW֮2l!=UaAÐzS`!M')y#|3I?Ma"_hԸh ߦL{r9D{np͇jd-@]8r"ǎX'𥧚{W Rb9MvRBk X{/ Y3eO({xy1qty=ki>5.! hO?[A5+߮rPO^ikcL~~@c8 xZQG讈398ܸ|Nx/Poώ^;QM&:4 M`jR:QC$N[=O)pG]Wk x8v8̺e9JDT҈0tpy0ZGxIrfY;ŕ6k, dG1NѴnK<;wdz=V1?ۯo#;f8Laj΃'& Xkӣ3|U XFr&/.✣mu6!^=sOjXC`LL|ݫxM6Hwt}z@j֩ʹRXt0^§soQz>9uΖb`3qLN"vk. 9C퀷O]}jw%h3hp@GL\YI&Ea ª/.>NQ'4"vr`S W}h/#1y~¾r $ؽUph^f @OrђKY}:VE5SJ\CXB>x"WK =x ׉E (iT`Cz[lqAwY޷o^hX`viK^9wT"oڪ,et <Чee| Ѱr".ʝR^{K Zm=rc1ɮq.nOX:,g37'f/ /ZHlOP#n\$ZvʰbL{MGe%vZ{S3!M@O x| \GkRZk 5iB+)\f8 N0+0 ?RȌ_u ~CacDx@Y'HBJUɏ(J״= ®Nd` ycࠩf*Mf&%TߑF’$eQ. Hrvw+4t5 &;l5eڴvۚ}TIB'a\n72:SF&j ;tz"Dw&U^81}sweѳ¿Bܻ.Äs-.(!`^ >YdVOZƖmM{l d$O, Frз#_R' VR GlL8)Q;'}Կs.0\dl^/ /q-LQx/ppvI>xʳ8p`p< gܽ{+7@c\0Y$׽صkם$9"]v7~XP馛_|[PC"2cǎׁ潹怅ȌCRHLPZE%jkJB4iL+V#FŊZfdYϙA@j}I9̽s߿Be̡Kjq="O\~f[rnlڴuRsskS`ZreSLL㿷T"&d0LwC.wg A Yjfi`;eEA^孫:"H훕J%nB%Ba4QVVV7S3"4͟?A2_m+ {cرE)Py`RmRQ/vFo Z-k鷺g&5ɘFp1 AA P(D>4k]]] %sU` = Ga4)q]~>~ *\<J*Zcy^L;1lXPyvOĉ4cE \Uaڵ=MYN"`X&؊+jRRRL=pCQe: q1t ,Orrr*7nܸ*Nc3up Kf u@ @$Hwxz{N)--}bYN"&^kNadֱ%؃Ǽg$Ԫ6C ;eeel߾Y(OOX&I{wfB+8CA.w c7CehѢǖ$C23j5~; (3d1@DK G y }^1/07x<!#+bh* k֬,y<&!!v&M+ 9LRPQ|h4@Bɚ:7 )y/ 6ԓ mїGHXfo$}#7MoIkfRhzKӊKQFB%tIe h:ns4Sflw]ADh~ăOܨv" &( b A0 m֭[+ˁrs>s+m40o*=}d@g$7K`YM(KNejZW. ;+<aVa_}oǽIp Tu׮]5Tx}l WSˑѲ0eA L8abNМoa,nӒHLLzedcsR.YrHN;e pS,; #iI$ތ*X5:zsq{:[hfůQ;+F\7DE{V D!#zzO*e&i+#gaʙmڰ('=Ƥ̈́m>Cm:F38; C&LxbiuN?ںɓ?L 2L3%p9Yr$9<IENDB`PK t8+ + 0skin/classic/aero/global/icons/warning-large.pngPNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe< IDATxZklfvvomxF(1 H)%MQTj8U[*4P cc fzX-u4޽3s8I4_<qcJYY***X]*Þq˓䁼g6:Ǐ1BI)))V(,,zJrrrN!-tq3jkN@[yb:thٳX<߾y+Ab7"44˗/<9s[,i `dfڎI:k֬]v yh#(tJv;b,zH?B?;46I 1RI@hVV֫fucnfUfD @۷50%I7ZHgQQQQIO}4Xi^p~%SݻwϹ|re* `Nc` 6mT .Gk׈ wSdXXjÆ V /˴23̪򺰠$ s8Gȴ:m4,] rǐrBbF%~d+rbf 'H9ATUUm9z "NFIΝ;Zg rfI~ZVENJt"5` 'E$$.ŋizBaT߼j4q_ oH,dh!+rh|*6RsLT>Yc)rϜ9ÃlY,l$eJy"$إT 'n7뤂̝;7a:i|2`0PDJxkfK> *4(mOh5dhu8ӭaeMKV^j YwRU"UV'X,zZ)2ӊ+jBLAC!! ܿwldɒ7&ZNw( _}'$֫(.Q0BEn8: ["% wޕXmm~4ߺuC'+]VZœ..XӟLyXH 5RRno'Z]hQ7juHX??D^UrY G;B;r 2+0b(+{QzժqBuwbcc0sI8~!4,~ 1:O<șэkM )ezҥKSȗE )m#;$`<ﱼ.td!{ hu͚5> ]6o_Gd mWCR"vSr w\p'| #vϜ'd֢W^jxk%Y_͖dH zv[:Nl=g Q geISϐ>{}HnAL #$$ B\K[%79<ǡY>Cjjj;JZo޼뇬ㆇsrr,c0N6i%qd>(Juw'guRz5RZuEnr=#.d y8b%+d^-"Y{1wgϞc/eXWNTT*]h \^t㍷MZb ?+0Llwm #(x]ɡ:+eZbrƍW轠/oLc6ڪ$*nV.}=BՊtˋ]MvZxq b$mwuO lĝ֫DBBB1 SVcVݾA (yIGv k7mz҈W&2o{Rpɫ#1uxeԻ"(c<眢$e6kkD֍fVS$RЪވs!sg_8>>!/O Ra<z*}=1VSutt… 竪Nu2lbqS 7Ҫ27xyDުovtא~M$6Mo6` SoZ$5dl%Q