From 78a152ea12a504f5f13b452b3a26eec483f62df4 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 6 Oct 2010 14:16:12 +0000 Subject: [PATCH] NIHVIVO-555, NIHVIVO-559. Introducing new default VIVO theme. Work in progress. --- themes/wilma/css/forms.css | 5 + themes/wilma/css/ie6.css | 68 + themes/wilma/css/ie7.css | 10 + themes/wilma/css/layout.css | 706 ++ themes/wilma/css/pictos.css | 19 + themes/wilma/css/reset.css | 57 + themes/wilma/css/style.css | 21 + themes/wilma/css/top-level.css | 524 ++ themes/wilma/images/VIVO-logo.png | Bin 0 -> 9599 bytes themes/wilma/images/alert-overlay.png | Bin 0 -> 135 bytes themes/wilma/images/arrow-carousel-people.jpg | Bin 0 -> 1021 bytes themes/wilma/images/arrow-down.gif | Bin 0 -> 292 bytes themes/wilma/images/arrow.gif | Bin 0 -> 294 bytes themes/wilma/images/btn-log-in.png | Bin 0 -> 281 bytes themes/wilma/images/btn-request-account.png | Bin 0 -> 303 bytes themes/wilma/images/date-display.jpg | Bin 0 -> 629 bytes themes/wilma/images/header-background.png | Bin 0 -> 53284 bytes themes/wilma/images/icon-pub.png | Bin 0 -> 460 bytes themes/wilma/images/person-thumbnail.jpg | Bin 0 -> 1787 bytes .../wilma/images/search-field-and-button.png | Bin 0 -> 1146 bytes themes/wilma/images/search-interior-pages.png | Bin 0 -> 1201 bytes themes/wilma/images/selected-main-nav.jpg | Bin 0 -> 523 bytes themes/wilma/images/separator-main-nav.jpg | Bin 0 -> 369 bytes .../images/visual-graph-generic-class.jpg | Bin 0 -> 2686 bytes themes/wilma/images/visual-graph.jpg | Bin 0 -> 6221 bytes themes/wilma/js/html5.js | 5 + themes/wilma/js/jquery-1.4.2.js | 6240 +++++++++++++++++ themes/wilma/js/selectivizr.js | 5 + themes/wilma/js/supersleight-min.js | 41 + themes/wilma/js/utils.js | 3 + themes/wilma/jsp/footer.jsp | 16 + themes/wilma/jsp/identity.jsp | 11 + themes/wilma/jsp/menu.jsp | 22 + themes/wilma/templates/page-home.ftl | 131 + themes/wilma/templates/page.ftl | 122 + 35 files changed, 8006 insertions(+) create mode 100644 themes/wilma/css/forms.css create mode 100644 themes/wilma/css/ie6.css create mode 100644 themes/wilma/css/ie7.css create mode 100644 themes/wilma/css/layout.css create mode 100644 themes/wilma/css/pictos.css create mode 100644 themes/wilma/css/reset.css create mode 100644 themes/wilma/css/style.css create mode 100644 themes/wilma/css/top-level.css create mode 100644 themes/wilma/images/VIVO-logo.png create mode 100644 themes/wilma/images/alert-overlay.png create mode 100644 themes/wilma/images/arrow-carousel-people.jpg create mode 100644 themes/wilma/images/arrow-down.gif create mode 100644 themes/wilma/images/arrow.gif create mode 100644 themes/wilma/images/btn-log-in.png create mode 100644 themes/wilma/images/btn-request-account.png create mode 100644 themes/wilma/images/date-display.jpg create mode 100644 themes/wilma/images/header-background.png create mode 100644 themes/wilma/images/icon-pub.png create mode 100644 themes/wilma/images/person-thumbnail.jpg create mode 100644 themes/wilma/images/search-field-and-button.png create mode 100644 themes/wilma/images/search-interior-pages.png create mode 100644 themes/wilma/images/selected-main-nav.jpg create mode 100644 themes/wilma/images/separator-main-nav.jpg create mode 100644 themes/wilma/images/visual-graph-generic-class.jpg create mode 100644 themes/wilma/images/visual-graph.jpg create mode 100644 themes/wilma/js/html5.js create mode 100644 themes/wilma/js/jquery-1.4.2.js create mode 100755 themes/wilma/js/selectivizr.js create mode 100644 themes/wilma/js/supersleight-min.js create mode 100644 themes/wilma/js/utils.js create mode 100644 themes/wilma/jsp/footer.jsp create mode 100644 themes/wilma/jsp/identity.jsp create mode 100644 themes/wilma/jsp/menu.jsp create mode 100644 themes/wilma/templates/page-home.ftl create mode 100644 themes/wilma/templates/page.ftl diff --git a/themes/wilma/css/forms.css b/themes/wilma/css/forms.css new file mode 100644 index 00000000..d1e3f9d2 --- /dev/null +++ b/themes/wilma/css/forms.css @@ -0,0 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +@charset "UTF-8"; +/* CSS Document */ + diff --git a/themes/wilma/css/ie6.css b/themes/wilma/css/ie6.css new file mode 100644 index 00000000..220cdd30 --- /dev/null +++ b/themes/wilma/css/ie6.css @@ -0,0 +1,68 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +/*fix for page-homepage*/ + + +html, body { + background-position:center, 0; + background-repeat:no-repeat; +} +#intro h3 { + margin-left:24px; +} +#intro p { + margin-left:24px; +} +#log-in { + margin-right:20px; +} +#search-home h3 { + margin-left:0; +} +#log-in input { + width:200px; + margin-left:-28px; +} +ul#browse-classGroups { + margin-left:20px; +} +#browse-classes { + width:600px; +} +.global-highlights { + width:220px; + padding:18px; +} +ul#browse-classGroups a.selected { + background-position-x: 0px; + background-position-y: 12px; +} +/*fix for page-topLevel*/ + +ul#foaf-person-childClasses { + float:left; + width:265px; + margin-left:15px; +} +ul#browse-childClasses { + width:284px; + margin-left:0; + padding-left:10px; + margin-left:15px; +} +#individuals-in-childClass { + width:450px; +} +#individuals-in-childClass h3 { + padding: 10px 0 10px 30px; + margin:0; +} +article.individual-foaf-person { + width:400px margin-left:10px; + margin-right:10px; + padding:0; + margin-bottom:10px; +} +#profile-photo-display { + width:620px; +} diff --git a/themes/wilma/css/ie7.css b/themes/wilma/css/ie7.css new file mode 100644 index 00000000..4f16eb7d --- /dev/null +++ b/themes/wilma/css/ie7.css @@ -0,0 +1,10 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +/*fix for page-homepage*/ +#log-in input { + width:200px; + margin-left:-24px; +} +#content-foaf-person { + border:1px solid blue; +} diff --git a/themes/wilma/css/layout.css b/themes/wilma/css/layout.css new file mode 100644 index 00000000..1c70b18e --- /dev/null +++ b/themes/wilma/css/layout.css @@ -0,0 +1,706 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +@charset "UTF-8"; +/* CSS Document */ + + +/* Tell the browser to render HTML 5 elements as block */ + +header, hgroup, section, nav, article, aside, footer { + display:block; +} +time { + font-weight:normal; +} +html, body { + margin:0; + padding:0; + height:100%; /* needed for container min-height */ + background:#f3f3f0 url(../images/header-background.png) center 0 no-repeat; + font-family: "museo-sans-1", "museo-sans-2", helvetica, sans-serif, arial;/*font-size: 62.5%;*/ + /* Consider these fonts: "Lucida Sans Unicode","Lucida Grande",Geneva,*/ +} +/* PAGE WRAPPER ------> */ + +#wrapper { + position:relative; /* needed for footer positioning*/ + /*margin:0 auto; center, not in IE5 */ + width:970px; + height:auto !important; /* real browsers */ + height:100%; /* IE6: treaded as min-height*/ + min-height:100%; /* real browsers */ + margin:0 auto; +} +/* HEADER ------> */ + +#branding { + position:relative; + width:970px; + height:114px; + margin:0 auto; +} +/* BRANDING ------> */ + + h2.vivo-logo { + position:absolute; + width:386px; + height:59px; + top:28px; + left:0; + background:url(../images/VIVO-logo.png) 0 0 no-repeat; +} +h2.vivo-logo a { + display: block; + width:386px; + height:59px; +} +/* <------ BRANDING */ + +/* HEADER NAV------> */ + +ul#header-nav { + float:right; + list-style: none; + height:30px; + padding-top:10px; + margin-right:13px; + +} +ul#header-nav li { + float:left; + display:block; + padding-left:10px; + padding-right:10px; + border-right:1px solid grey; + font-size:0.7em; + color:white; +} +ul#header-nav li.last { + border-right:none; +} +ul#header-nav li:last-child { + padding-right:0; + border-right:none; +} +ul#header-nav a{ + color:white; +} +ul#header-nav a:link, ul#header-nav a:visited { + text-decoration: none; +} +ul#header-nav a:hover, ul#header-nav a:active { + text-decoration:none; + color:#999; +} +/* <------ HEADER NAV*/ + +/* <------ HEADER */ + +/*MAIN NAVIGATION------> */ + +ul#main-nav { + display:block; + width:968px; + height:48px; + border:1px solid #dce4e3; + background-color:#f7f9f9; + margin:0 auto; + list-style: none; + font-weight:1em; + color:#706a66; +} +#main-nav li { + float:left; + line-height:40px; + background:url(../images/separator-main-nav.jpg) right -3px no-repeat; +} +#main-nav li a { + padding-left: 16px; + padding-right: 16px; + display:block; + color:#706a66; + text-decoration:none; +} +#main-nav li a:hover { + color:#002b44;/*background:url(../images/selected-main-nav.jpg) left -3px no-repeat; + margin-left:21px;*/ +} +#main-nav li a.selected { + color:#002b44; + background:url(../images/selected-main-nav.jpg) left -3px no-repeat; + margin-left:18px; +} +/* <------ MAIN NAVIGATION */ + + +#wrapper-content { + width:970px; + margin:0 auto; + background:#fff; + min-height:450px; +} +/* INTRO ------> */ + +#intro { + float:left; + width:600px; + padding-bottom:40px; +} +#intro h3 { + padding: 35px 0 12px 24px; + font-size: 22px; + color: #2485ae; + border-bottom:none; +} +#intro p { + font-size: 16px; + color: #5f6464; + line-height: 1.3em; + padding: 0 24px 30px 24px; +} +#intro a { + color: #2485ae; +} +.pictos-arrow-14 { + font-family: 'Pictos'; + font-size:14px; + color: #b2d15a; +} +/* <------ INTRO */ + +/* LOG IN------> */ + +#log-in { + float:right; + width:314px; + height:348px; + border:1px solid #e8ece9; + margin-right:25px; + margin-top:20px; + padding-bottom:30px; + margin-bottom:30px; +} +#log-in h3 { + font-size: 22px; + color: #2485ae; + padding-left:15px; + padding-top:18px; + border-bottom:none; +} +#log-in label { + display:block; + font-size: 14px; + color: #5e6363; + padding-top:20px; + padding-left:38px; + font-size:14px; +} +div.input-field { + width:229px; + height:34px; + margin-left:38px; + margin-top:7px; + background: #fff; + border:1px solid #e0dfdf; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; +} +#log-in input { + width:214px; + height:13px; + margin-left:7px; + margin-top:7px; + border:0; + font-size:14px; +} +#wrapper-submit-remember-me { + width:270px; + height:40px; + margin-left:38px; + margin-top:20px; +} +#remember-me { + float:right; + width:170px; + height:20px; + margin:0; + padding:0; + padding-top:5px; +} +#remember-me input.checkbox-remember-me { + float:left; + height:14px; + width:14px; + color: #5e6363; + font-size:12px; + padding:0; + margin:0; +} +#remember-me .label-remember-me { + display:block; + float:right; + color: #5e6363; + font-size:12px; + width:100px; + padding:0px; + padding-right:50px; + padding-top:1px; +} +p.forgot-password { + margin-left:38px; + font-size:12px; +} +p.forgot-password a { + color: #2485ae; +} +#request-account { + clear:both; + float:left; + margin-left:38px; + margin-top:20px; + padding-top:20px; + border-top:1px solid #e8ece9; +} +/* <------ LOG IN */ + +/* SEARCH ------> */ + +#search-home { + float:left; + width:533px; + margin-left:24px; +} +#search-home h3 { + padding: 0; + font-size: 22px; + color: #2485ae; + margin-bottom:15px; +} +#search-home-field { + width:483px; + height:44px; + background: url(../images/search-field-and-button.png) 0 0 no-repeat; +} +input.search-home-vivo { + float:left; + margin: 10px 0 0 8px; + width:350px; + height:20px; + border:0; + font-size:18px; + color: #5e6363; +} +#search-home a.submit { + float:right; + display:block; + width:80px; + height:20px; + font-size:14; + color:#fff; + padding-top:15px; + padding-left:30px; +} +/* <------ SEARCH */ + +/* BROWSE ------> */ + +#browse { + clear:both; + width:920px; + margin:0 auto; + border:1px solid #dfe6e6; + background:#f7f9f9; + overflow:hidden; + padding-bottom:30px; +} +#browse h2 { + background:#5e6363; + width:102px; + height:44px; + line-height:44px; + font-soze:22px; + padding-left:15px; + color:#fff; + margin-bottom:27px; +} +/* BROWSE CLASS GROUPS ------> */ + + ul#browse-classGroups { + float:left; + width:200px; + border:1px solid #dde4e3; + border-right:none; + background:#f1f2ee; + margin-left:34px; + padding: 0 20px 23px 20px; + margin-top:10px; + padding-top:10px; +} +ul#browse-classGroups li { + display:block; + border-bottom:1px solid #dde4e3; + font-size:18px; + width:200px; + height:35px; + line-height:35px; +} +ul#browse-classGroups li:last-child { + border-bottom:none; +} +ul#browse-classGroups a { + display:block; + padding-left:15px; + width:200px; + height:35px; + color:#5e6363; + text-decoration:none; +} +ul#browse-classGroups a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#browse-classGroups a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +ul#browse-classGroups .count-classes { + font-size:14px; +} +/* <------ BROWSE CLASS GROUPS */ + + + /* BROWSE CLASSES IN CLASS GROUP ------> */ + + #browse-classes { + float:left; + width:610px; + border:1px solid #dde6e5; + background:#fff; + margin-top:-20px; +} +ul#class-group-list { + float:left; + width:268px; + padding:0 10px 15px 22px; + margin-top:20px; + margin-bottom:10px; + border-right:1px solid #dde5e4; +} +ul#class-group-list li { + display:block; + float:left; + width:268px; + border-bottom:1px solid #dde4e3; + font-size:14px; + height:35px; + line-height:35px; +} +ul#class-group-list li:last-child { + border-bottom:none; +} +ul#class-group-list a { + display:block; + padding-left:15px; + width:200px; + height:35px; + color:#5e6363; + text-decoration:none; +} +ul#class-group-list a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#class-group-list a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +ul#class-group-list .count-individuals { + font-size:12px; +} +/* <------ BROWSE CLASSES IN CLASS GROUP */ + + /* VISUALIZATION ------> */ + + #visual-graph { + float:right; + width:270px; + height:270px; +} +#visual-graph h4 { + padding: 20px 0 12px 12px; + font-size: 18px; + color: #2485ae; + font-weight:normal; + background:url(../images/bullet-visual-graph.png) 120px 25px no-repeat; +} +/* <------ VISUALIZATION */ +/* <------ BROWSE */ + +/* HIGHLIGHTS ------> */ + +#highlights { + clear:both; + width:920px; + margin:0 auto; + margin-top:40px; + height:400px; + border:1px solid #dfe6e6; + background:#f7f9f9; +} +#highlights h2 { + background:#5e6363; + width:102px; + height:44px; + line-height:44px; + font-soze:22px; + padding-left:15px; + color:#fff; + margin-bottom:27px; +} +#highlights h3 { + color:#91b039; + font-size:14px; + padding-bottom:20px; +} +.global-highlights { + border:1px solid #e8e8e8; + background:#fff; + float:left; + width:235px; + padding:24px; +} +/* FEAUTERED PEOPLE ------> */ +#fearuted-people { + margin-left:20px; + margin-right:15px; +} +article.featured-people { + width:245px; + height:100px; +} +img.individual-photo { + width:80px; + border:1px solid #999; + float:left; +} +article.vcard p.fn { + float:left; + width:130px; + font-size:12px; + line-height:1.3em; + margin-left:20px; + color:#303e4e; + font-weight:bold; +} +article.vcard span.title { + display:block; + font-weight:normal; + font-style: italic; +} +article.vcard span.org { + display:block; + font-weight:normal; +} +p.view-all { + clear:both; + width: 200px; + font-size:14px; + text-align:right; + color:#303e4e; +} +a.view-all-style { + color:#303e4e; +} +.pictos-arrow-10 { + font-family: 'Pictos'; + font-size:10px; +} +/* <------ FEAUTERED PEOPLE */ + +/* UPCOMING EVENTS------> */ + +#upcoming-events { + margin-right:15px; +} +article.vevent { + width:233px; + height:59px; + clear:both; +} +time.dtstart { + width:40px; + height:59px; + float:left; + background:url(../images/date-display.jpg) 0 0 no-repeat; + color:#fff; + text-align:center; + padding-top:12px; + font-size:20px; +} +time.dtstart span { + display:block; + font-size:11px; +} +p.summary { + padding-left:50px; + padding-top:12px; + color:#303e4e; + font-size:12px; + font-weight:bold; +} +p.summary time { + display:block; + padding-top:5px; + font-weight:normal; +} +/* <------ UPCOMING EVENTS */ + +/* LATEST PUBLICATIONS ------> */ + + +article.latest-publications-item { + width:232px; + height:35px; + background:url(../images/icon-pub.png) 0 0 no-repeat; + padding-bottom:10px; +} +p.publication-content { + padding-left:40px; + color:#303e4e; + font-size:12px; + font-weight:bold; + line-height:1.3em; +} +p.publication-content span { + display:block; + font-weight:normal; +} +/* <------ LATEST PUBLICATIONS */ + +/* <------ HIGHLIGHTS */ + +/* FOOTER------> */ + +#footer-content { + clear:both; + width:970px; + height:88px; + margin:0 auto; + font-size:0.7em; + color:#4e5051; + background-color:#fff; +} +#footer-content p.copyright { + float:left; + padding-top:50px; + padding-left: 30px; + width:500px; +} +ul#footer-nav { + float:right; + list-style: none; + width:200px; + height:30px; + margin:0; + padding:0; + padding-top:50px; + padding-right:20px; +} +ul#footer-nav li { + float:left; + display:block; + padding-left:10px; + padding-right:10px; + border-right:1px solid #4e5051; +} +ul#footer-nav li:last-child { + border-right:none; +} +#footer-nav a { + color:#4e5051; +} +#footer-nav a:hover { + color:#09C; + text-decoration:none; +} +a.terms { + color:#09C; + text-decoration:none; +} +a.terms:hover { + color:#4e5051; + text-decoration:none; +} +a.powered-by-vivo { + color:#09C; + text-decoration:none; +} +a.powered-by-vivo:hover { + color:#4e5051; + text-decoration:none; +} +/* <------ FOOTER*/ + +/* <------ PAGE WRAPPER */ + +/* MISCELLANEOUS------> */ + +.displace { + position: absolute; + left: -9999px; +} +/* <------ MISCELLANEOUS */ + +/* STYLED BUTTONS ------> */ + +.button, .button:visited { + background: #222 url(../images/alert-overlay.png) repeat-x; + display: inline-block; + padding: 7px 22px 8px; + color: #fff; + text-decoration: none; + border-radius: 4px;/*This box should have a rounded corners in browsers supporting CSS3*/ + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + /* + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); + + text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); + border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/ + position: relative; + cursor: pointer; +} +.button:hover { + background-color: #111; + color: #fff; +} +.button:active { + top: 1px; +} +.small.button, .small.button:visited { + font-size: 11px; + padding:; +} +.button, .button:visited { + font-size: 16px; + font-weight: normal; + line-height: 1;/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/ +} +.green.button, .green.button:visited { + background-color: #749a02; +} +.green.button:hover { + background-color: #b2d15a; +} +.blue.button, .blue.button:visited { + background-color: #398aac; +} +.blue.button:hover { + background-color: #58a2c1; +} + +/* <------ STYLED BUTTONS */ + + diff --git a/themes/wilma/css/pictos.css b/themes/wilma/css/pictos.css new file mode 100644 index 00000000..b8b1be35 --- /dev/null +++ b/themes/wilma/css/pictos.css @@ -0,0 +1,19 @@ +/* Pictos Font +* Copyright © 2010 Drew Wilson +* http://www.drewwilson.com - http://pictos.drewwilson.com +* +* The fonts included in this stylesheet are subject to the End User License you purchased +* from Drew Wilson. The fonts are protected under domestic and international trademark and +* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or +* distributing this font software. +* +* This font is NOT free. It is illegal to use this font without paying for a license. +*/ + +@font-face { + font-family: 'Pictos'; + src: url('../pictos-font/pictos-web.eot'); /* IE */ + src: local('☺'), url('../pictos-font/pictos-web.woff') format('../pictos-font/woff'), url('../pictos-font/pictos-web.ttf') format('../pictos-font/truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */ + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/themes/wilma/css/reset.css b/themes/wilma/css/reset.css new file mode 100644 index 00000000..603c8757 --- /dev/null +++ b/themes/wilma/css/reset.css @@ -0,0 +1,57 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +@charset "UTF-8"; +/* CSS Document +CSS reste by Eric Meyer: +The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/ +*/ + + +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, q:before, q:after { + content: ''; + content: none; +} +/* remember to define focus styles! */ +:focus { + outline: 0; +} +/* remember to highlight inserts somehow! */ +ins { + text-decoration: none; +} +del { + text-decoration: line-through; +} +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: collapse; + border-spacing: 0; +} +/* New ones added to the default list */ +a { + text-decoration:none; +} +fieldset { + border-style: none; +} +legend { + display: none; +} diff --git a/themes/wilma/css/style.css b/themes/wilma/css/style.css new file mode 100644 index 00000000..826bb4ef --- /dev/null +++ b/themes/wilma/css/style.css @@ -0,0 +1,21 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +/**************************************** +**************************************** +. .._.. ..__. +\ / | \ /| | + \/ _|_ \/ |__| + +VIVO theme: screen styles + + Original version + 2010-09-04 UI team + +***************************************** +*****************************************/ + +@import url("reset.css"); +@import url("pictos.css"); +@import url("layout.css"); +@import url("top-level.css"); +@import url("forms.css"); diff --git a/themes/wilma/css/top-level.css b/themes/wilma/css/top-level.css new file mode 100644 index 00000000..82e030a2 --- /dev/null +++ b/themes/wilma/css/top-level.css @@ -0,0 +1,524 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +@charset "UTF-8"; +/* CSS Document */ + +/* SEARCH ------> */ + +#search { + position:absolute; + width:396px; + height:38px; + top:40px; + right:10px; +} +#search-field { + width:396px; + height:38px; + background:url(../images/search-interior-pages.png) 0 0 no-repeat; +} +input.search-vivo { + float:left; + width:290px; + height:25px; + border:0; + font-size:16px; + color: #5e6363; + margin-left:10px; + margin-top:5px; +} +#search a.submit { + float:right; + display:block; + width:70px; + height:25px; + font-size:14px; + color:#fff; + padding-top:10px; + padding-left:15px; +} + +#search-form-modifier{ + display:none; +} +/* <------ SEARCH */ + +/* VISUAL GRAPH FOAF:PERSON------> */ + + +#intro-topLevel { + clear:both; + width:920px; + margin:0 auto; + background:#fff; + padding-top:30px; + margin-bottom:30px; +} +#intro-topLevel h3 { + padding: 0 25px 15px 0; + font-size: 24px; + color:#002b44; + font-weight:normal; + border-bottom:1px solid #f3f3f4; + padding-bottom:20px; +} +#content-foaf-person { + float:left; + width:620px; + border-right:1px solid #e8ece9; + margin-bottom:30px; +} +#content-foaf-person h4 { + padding: 20px 25px 12px 0; + font-size: 20px; + color: #2485ae; + font-weight:normal; + background:url(../images/arrow-down.gif) 117px 27px no-repeat; +} +ul#foaf-person-childClasses { + float:left; + width:265px; + margin-left:45px; +} +ul#foaf-person-childClasses li { + display:block; + border-bottom:1px solid #dde4e3; + font-size:16px; + height:35px; + line-height:35px; +} +ul#foaf-person-childClasses li:last-child { + border-bottom:0; +} +ul#foaf-person-childClasses a { + display:block; + padding-left:15px; + width:265px; + height:35px; + color:#5e6363; + text-decoration:none; +} +ul#foaf-person-childClasses a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#foaf-person-childClasses a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +ul#foaf-person-childClasses .count-classes { + font-size:12px; +} +#foaf-person-graph { + float:right; + width:270px; + height:270px; +} +/* <------ VISUAL GRAPH FOAF:PERSON */ + + + + +/* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */ + +#content-generic-class { + float:left; + width:900px; + margin-bottom:30px; +} +#content-generic-class h3 { + padding: 0 25px 15px 0; + font-size: 24px; + color:#002b44; + font-weight:normal; + border-bottom:1px solid #f3f3f4; +} +#content-generic-class h4 { + padding: 20px 25px 12px 0; + font-size: 20px; + color: #2485ae; + font-weight:normal; + background:url(../images/arrow-down.gif) 117px 27px no-repeat; +} +ul#class-generic-childClasses { + float:left; + width:265px; + margin-left:35px; +} +ul#class-generic-childClasses li { + display:block; + border-bottom:1px solid #dde4e3; + font-size:16px; + height:35px; + line-height:35px; +} +ul#class-generic-childClasses li:last-child { + border-bottom:0; +} +ul#class-generic-childClasses a { + display:block; + padding-left:15px; + width:265px; + height:35px; + color:#5e6363; + text-decoration:none; +} +ul#class-generic-childClasses a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#class-generic-childClasses a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +ul#class-generic-childClasses .count-classes { + font-size:12px; +} +#generic-class-graph { + float:right; + width:500px; + height:283px; + padding-right:20px; + border:1px dotted #CCC; +} +/* <------ VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) */ + + + + + + + + + + + +/* FIND BY ------> */ +#find-by { + width:275px; + border:1 solid green; + float:right; + margin-top:20px; +} +#find-by h3 { + padding: 0 25px 12px 12px; + font-size: 18px; + color: #2485ae; + font-weight:normal; + background:url(../images/arrow-down.gif) 85px 7px no-repeat; + border-bottom:0; +} +ul#find-filters { + float:left; + width:265px; +} +ul#find-filters li { + display:block; + border-bottom:1px solid #dde4e3; + font-size:16px; + height:35px; + line-height:35px; +} +ul#find-filters li:last-child { + border-bottom:0; +} +ul#find-filters a { + display:block; + padding-left:15px; + width:265px; + height:35px; + color:#5e6363; + text-decoration:none; +} +ul#find-filters a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#find-filters a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +/* <------ FIND BY */ + +/* NETWORK STATS ------> */ + +#network-stats { + clear:both; + width:920px; + margin:0 auto; + height:67px; + background:#f7f9f9; + border:1px solid #d7e6e6; + margin-bottom:30px; +} +#network-stats h3 { + float:left; + width: 150px; + padding: 20px 12px 10px 12px; + font-size: 20px; + color: #2485ae; + font-weight:normal; + background:url(../images/arrow.gif) 140px 27px no-repeat; +} +#network-stats p { + padding:15px 15px 15px 175px; + font-size: 14px; + line-height: 1.5em; + color:#5e6363; +} +/* <------ NETWORK STATS */ + +/* RESEARCHERS ------> */ + +#researchers { + clear:both; + width:920px; + height:229px; + margin:0 auto; + background:#f7f9f9; + border:1px solid #d7e6e6; + margin-top:30px; +} +#researchers h3 { + float:left; + width: 150px; + padding: 20px 12px 10px 12px; + font-size: 20px; + color: #2485ae; + font-weight:normal; + background:url(../images/arrow.gif) 140px 27px no-repeat; +} +#researchers p { + padding:17px 15px 15px 175px; + font-size: 18px; + line-height: 1.5em; + color:#5e6363; +} +#researchers-slider { + clead:both; + margin:0 auto; + width:887px; + height:115px; + border:1px solid #e8e8e8; + background:#fff; +} +#alpha-display { + width:100px; + height:115px; + font-size:70px; + line-height:115px; + text-align:center; + float:left; + color:#2485ae; + border-right:1px dotted #dde4e3; + margin-right:10px; + font-weight:bold; +} +#profile-photo-display { + width:600px; + height:115px; + float:left; +} +#profile-photo-display ul { + display:block; +} +#profile-photo-display li { + display:block; + width:90px; + float:left; + padding-right:10px; + padding-top:10px; +} +#profile-photo-display img { + border:1px solid #dde4e3; +} +#nav-display { + width:100px; + height:70px; + margin-top:30px; + margin-right:20px; + float:right; +} +#nav-display p { + float:left; + padding:0; + padding-top:7px; + width:30px; + font-size:26px; + color:#2485ae; +} +#nav-display img { + display:block; + float:right; + padding-left:15px; + border-left:1px solid #e8e8e8; +} +/* <------ RESEARCHERS */ + +/* BROWSE BY ------> */ +#browse-by { + clear:both; + width:920px; + margin:0 auto; + margin-top:40px; + border:1px solid #dfe6e6; + background:#f7f9f9; + overflow: hidden; +} +#browse-by h2 { + background:#5e6363; + width:102px; + height:44px; + line-height:44px; + font-soze:22px; + padding-left:15px; + color:#fff; + margin-bottom:27px; +} +/* BROWSE CLASSES ------> */ + ul#browse-childClasses { + float:left; + width:284px; + border:1px solid #dde4e3; + border-right:0; + margin-left:30px; + background-color:#f1f2ee; +} +ul#browse-childClasses li { + display:block; + width:264px; + border-bottom:1px solid #dde4e3; + font-size:16px; + height:35px; + line-height:35px; + margin-left:10px; + margin-right:10px; +} +ul#browse-childClassesli:last-child { + border-bottom:0; +} +ul#browse-childClasses a { + display:block; + padding-left:20px; + width:264px; + height:35px; + color:#5e6363; + text-decoration:none; +} +ul#browse-childClasses a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#browse-childClasses a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +ul#browse-childClasses .count-classes { + font-size:12px; +} +/* <------ BROWSE CLASSES */ + + + /* ALPHA BROWSE------> */ + + #alpha-browse-childClass { + float:left; + width:77px; + border:1px solid #dde4e3; + border-right:0; +} +ul#alpha-browse-childClass { + background-color:#fff; + border-left:1px solid #dde4e3; +} +ul#alpha-browse-childClass li { + display:block; + width:67px; + font-size:18px; + height:35px; + line-height:35px; +} +ul#alpha-browse-childClass li:last-child { + border-bottom:0; +} +ul#alpha-browse-childClass a { + display:block; + width:57px; + height:35px; + color:#5e6363; + text-decoration:none; + text-align:center; + margin-left:5px; + padding-left:10px; + border-bottom:1px solid #dde4e3; +} +ul#alpha-browse-childClass a:hover { + background:url(../images/arrow.gif) 0 12px no-repeat; + color:#2ea0cf; +} +ul#alpha-browse-childClass a.selected { + color:#2ea0cf; + background:url(../images/arrow.gif) 0 12px no-repeat; +} +ul#alpha-browse-childClass .count-classes { + font-size:12px; +} +/* <------ ALPHA BROWSE */ + + + /* BROWSE INDIVIDUALS------> */ + + #individuals-in-childClass { + float:left; + width:500px; + border:1px solid #dde4e3; + padding-bottom:30px; + margin-bottom:30px; + background-color:#fff; +} +#individuals-in-childClass h3 { + font-size:27px; + color:#2485ae; + padding: 10px 0 10px 30px; +} +article.individual-foaf-person { + width:440px; + padding-botom:30px; + border-bottom:1px solid #dde4e3; + padding-top:20px; + margin-left:30px; + margin-right:30px; +} +article.individual-foaf-person img { + float:left; + border:2px solid #dde4e3; +} +article.individual-foaf-person h1 { + padding: 30px 0 30px 110px; + color:#5e6363; + line-height:1.2em; + font-size:16px; + font-weight:normal; +} +article.individual { + width:440px; + margin-left:30px; + margin-right:30px; + border-bottom:1px solid #dde4e3; +} +article.individual h1 { + margin:0; + paddin:0; + color:#5e6363; + line-height:1.2em; + padding-bottom:20px; + padding-top:20px; + font-size:16px; + font-weight:normal; +} + + + /* <------ BROWSE INDIVIDUALS */ + + +/* <------ BROWSE BY */ diff --git a/themes/wilma/images/VIVO-logo.png b/themes/wilma/images/VIVO-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..ebfb645805f99db21d7f58665644de4ee4a87ce1 GIT binary patch literal 9599 zcmV-_C4kzAP);j5lFNg>zUx zog8NFy}3Q)e9tpaa!;9dX1?;yH{Ybx)YOPa9>tI{Rcg+Zr&5|q9aU=2`^!|?tP%#| zcBXAA6(?Cc_E2e6I4_n~)yQG*t*ZT-(ntqEVR^M&wSS%rKdiMkBf_L>zg{mNtlS}a z8L3gpZ}Iti?)*PJiuL@xO4XduAk?;0r6np=CP`nSz5A(@&AK}EME#blRAhK3N2PsK z%5c52PNlVm=Ub3zq-uQu=2u9jmn@X4QWw@y|7KMx&5JPaHYy#i((hC{RHc2{hxtL? z+d^iGe)>tJMJmlvX>O8?ov{1$b&|CAER`On zmZ~$qSt?y_c?WHJjT&u@*0!gamx&3!qEajE8p$(>c1jF4bJ*m=5Dy?q_bET-FT0T2@fQiprsyRxW1gs#YPZdrH1P^xC_wAzb*H!q(DeCovhOShU=d)g-Ynp*H!vR zrK4gX1l(h_lS&V%^u0sdt z_?X(@5uz+w72*ctrJ0DW>*-l1I~Jh zOga#qqSB-wLI4f|KZ|c6x(h7^2##;5^~3twB!0LJ!eOKMAUgEfIPoo3L*Vr1@3jHS zgOxX2r8g`VUqY0oZ57pW*Q`y_v56-HJZgM`Ksf15nELrD9gu)FVxjj^3rz8H49kTt z{1^+=a+69;6VMmuk-@qN?wRiddG}&6$d6ekiXUaKW?erNt>4HNdk`=w;%x4 zYw}0mpQe7i2!8u}8Lk7n|0+&(cwVK|hU@TlIXaGgG05`09}i#+AQS}F4w_i*zeYj( zV;tK70q`it(Q3;xSeJMr%HumEi=d#mQf6%^mFgM~7V^jw1XwV9&H@qKAQ9}+tOvnW z^Us!hPsXv25w^m#7Li3kl@^CO^cAz4=LVJD3@|pJS$DDA2LyCo0L?ts^r83`-G8&( z2Ml&)yamCBt9Hm&Yf7YPdTOHQb_TzB&k&wHNmEL&;qhUq|E}<4AiW*wY|Fg?tl3yo zJMl#OAX5+4tuvno1umrA6pb&5f?#OTiSZcV3_6`$YyrZbh!(b0A-Cij#FWN5o*=dpljzXCf zhKGmnECj~M{J$&5WR)~L!g&1?|F5AE(=~x@fnx>Mw!((PcU0EMRa4i?fUnle4;#xQ zH%4(vVkrpVL;kkq-iv|Md%=MN5tkz;p0f1nrwA4Egr9`0pW=U}O-@G8t6luyym1Y%|8tU0H zL@O^?o70$=Nl`!_7Dgh75OH+UiemY!V25lftCsYX*a(7HFIK)uc;;Z&b!cg)if;p2 zEa*~;CWsxaGZVzHUS_@AlM$Xa@TgiDqjLXhVE~_~G~e7dLF_Od zVG&*!e{kcS7R$K;-amBaMrjq;8t6$O3a=)(6;GwL=(rf?v+v;s3)rm(8TwNOE4DkI z*_#Y!8vEfW{w*d0N~0ohF_|dVgI*PTD3N|-e(=sZgyUcdnJVB`gbc^N4Y$YL3A7Tk z_{`?=H%4u`!J;9(B#GP6i%nMV8LsD3qm2daubKQhK~uEt zsD@A)WVttj?MOy?Ab^mMM*jxX9v_`oSUbQ1=xc|PIi!+Ff;k-{zPMD5Mh`~#50(B) z?e|SuJj2QO9m3A*H~9a5Ij;IrvATv@c?AW;ZDgV|IR4>^`yW1MqGQRF9l?eAjTGO8 zzgNhh|K-yBuj6xbIj$B`D1#Xv7ogkDW;O@z?bntR$!|&!WX8e!EFSKQ&yq2_akA4W;lGP=c^Fg&8LrQ!_K+y5;-EiIcHK;N zGAGySD3^JGn1kGX!hvg|GsJ&rj80hZc}9|#N+}E`7!;h7I3|9H)m)jdyjUs}J4#Qp z!X6KjX^+sZkD+#cIkm}ZGH-a@-Kjm-hT{f|7IB{LCnJ1Jd*%(M1F01|@1@czTITwe zqgc*QuDX_KuwNww(nw9KpTKeuaPT7vxEndgr|_9c6i#!4SdYbQ^G&oOKy%o($H_>C z@w*Mw-g}F}@i@L;MrI7f2M!Qp`CPfymL3!Y$Vc}We4puC*11Mw{LXV9u+2Sac^yq_ zVF3G3&ud0Bl+9^tOXa=gMbauOKI={KaBW!2L2jB@H$=ItZ02d2j&D;FP9(t`pKiE* z0GW0)2@B;{TkegrTu-5P=ca0Ee8~n0nflih>@P>myUU|y5x{&8ptoVs@-RXUcaxDL z-Nm|Hq0PrFgo1QhA^z~`-C36x3=I4s3dA(+dybM_4@CNsu+(Wm+MGtl{DDiM0d>@% z&Doj|aA*;=<3MX6V7Q|-As~cEp(wSbAj3}h`wZ_6r;d zYk5`eVMeX9;^%!9FF`P$X0XX*j+RxBNvUp{?9WNyz-95Ik1VhZG`$m|R7Nh%brU@l z;Jq^~{r72r$)0Qk^ZtK^>w8ONuDSs&g39WEQ}#D9_aTHQ^z<-ckWlC4D#A5gEN$G2 zf}(~n((f!n4Hm|N2zW$_rX+MXJeNZFs3Oe#)2Z=;`WfyYNFfv|uS8o9vD|~zF|QtN zhLv=r<+;Pe?7&I=@1LNveg1jC5oVNjIi7r zD#6_aL!qn19N-V;?5qHT{Ah!Q1ugSyX*je&%-&FK#T;-iDuSRxlXMB-*$1uvJ6eOy zwYm34_HAG78>Cz2siS57M5gtSrqScQgPFe`io2M?=L~IJ35Xx3R!Dp$(Hvh9^Jbxld!<5a~n*3B$3qH_!r z6pLl|MVSB1mO=H5B<`GB8%?KH(ZhB9P%?)PBgh*#scA=bCE>AR%X^)~ys!*Y_j_qr zgt2zELD20JtGV)QzkKQS?nT0p_p z2+GC0U!hdf^oLQv!3bNw)9*u7>N-NGAk%uRSN6n>I=Gy_sT7vpI3y)>UURj&Q8* zj9?SFL`i{6yDGPq!s#qpz$*v~>2aDI_{hBh35&J*J_s<|OUZ<=u2aOZ^n*%$Xcal` z(qLLm#qXy-o8v$~d*Wq{VZN))&nXt`3Lb9Gv9$Y<*`Y2+5uRE?M*S4)Qd=2=8|1@= zIlrBKuvxR95o8d74gbJvuTtot9m_235DG#4yP<#1Ve_b$}&gd)S)=?U%cb}QbeM%dV;MRL=OjnXPBcK9xqBFd_K0tX%? zNf657NWwHjq^?ICHn9DT%yKdM2jQ2V{zDr%zGD+<>;%Q(vw{+NY+hmQk*4_FJR`pA z0*lYzvkrz9PpTpVHPJ;9-U(BP?Qe2}+eTA0SF~2=Z=@ zMeE(#0O#2{3*-Pzt!*r0AVNIsAqoAWKC|DHt(Ed zBACv=E!}Q>r_gGeQO|FAmF3XdwoZTsT2$eCp{255@Vi+3hPR4tX@J=msQR3`M-%DMx~@an z%ZsVD?wT% zSxS4zO;3(s<%tjkfIgnIXsCnhDF^_sTw=1kB7m9VNzl}R$+{PJ;r4fSJq1A@3J^B| z%Y7@%`qea0iy&ciVy7ILcw&cL@bG0tmGbxRH%m@{i4TSXM*RA*?P|4tcp~*{mn~CP zm&haY3g!8JZROG~zP(CdXh!Lr@NsexVnXkk0a33gNEzyd;e3E>Kdyx0*4Nu zh2&Nvw$N${RU>~-%*S6M?84n4ynmVayjt9x>Ti}lPIkf~w>uIh7R<4@7tZ206pM%= znXW9Z4Coe!nTY6;?Q+s~xn9f6nws@CEK+YQt&*kcnQNx5ml4WpID4;LrG@*@u{&mM zmK};I{iko6odO3tp_^x>Qd_UA6+mF7o0O)C{J`768n70TpKaeC_1^O0S^?K0D@|TH zx~=3`9_`p9dO9ci&{N|Gu;$gOSlg2 zoCkWhk}9tYM zZ&6YK{k)H|5^-2jp(?XB0-sU@vQm>n2@L3V)Q-oq4jp$HSWc)El5!6O4}28%<;1LcplFuQbeh7uIV1C@`JY z7c_J*bBnM&kaHN`J;gQ7^A0q^JYWSm95Ib~VWAuF9E6JjQNsM~%5PD-0~*ge1|jl8 zJ`uQswj{#gxP61)RZ3kCCL4dOlmKC261iBc(<_$7U~|n;A-sQqm^Y%qD`|QIVparK9)L)iogqXy+@R-2xk^|N z2YmW^jQSfEmhMafA^b!L-yR#~+BXD2AOSRCxPx{N@ZLpYJ~(B%M79|#Q3P#syk+t@ z2a4F}d}?BD`lOzg(MpRTfV*Y42G*ZPi8)NbvIz2wL=dEClR1x8Zy&Lr$I+S3U;|Y< zgGRm|8S?)8-N7=KGYr4myR>y!P6)k${Qw7B>YYjpzzNY&CUv1(Sgm{VIyBaAIhLD< z|4^hZEaQLx{d6#&>8{nSMF{;1rq_>s=C+_)u@CY6a>NcfXY>6Ymizm%ZvFUu90JUU zFdMU7%o+9W&3C$5AfF6=i(brE|JIpoS5to94!n-CzS7F-$TIeJj2bFJ%{X^EX^LD+ zma|J>$@BzI*u^y2ZZMdb*!VNgAo9IP{5w$H?Th44ok*Y|Ff_yl`X9CFj+~S$Xz}UMH8Hla z+jT4FC;nn%q_Zo$A0ZAfqx%UFAzTEU1>SWj2yLY984{RNSTh>L_JBDLXI^D24|DGS z#P9m~I+@(DWbprT%}KNedk4l)u>&mh9e)Fo!P?Ut3cjXf%#YD((3vLs=P)wX4DrXe z!miv$1N1Fm(R0b@v)ErFHHGk4TFhJ6-eI!q0Y-V$vJazT`Z=Kpf1D_Y9nksw&i#0Q2fx)|J~xsu*C?%C z5AYk^%KAEIOWemX_o60PUt=AU!Xgk3RFjmxQOt+WpC;x|(@SG$p2dT9a3Yzsx~nZ( z|K*w{pwq_^-hn?eEamr?*q$*RO*-15b*_=f4nc~Wn4#Q=4jPv6bktq&;9u~gU{{M z@PXgEv_CNG3n)18-tlB`BgKC*8crdbNJ|CvHyuv&M>20%l5j^~sNF;VAHjEzV>y4L zpgmG+vlE^L+W%E&QKu$i4*gKWfe;QxJ6_C-smDunBE-gnP8RdwB=D+=iyjR74t}Ynv zp&CSRJGIM?sof$?<#)N3%w{X+%rmth-*vfM9sZcs=Yhcb;gFBrJ zxm?rkkJl8ZDovTahW+>``ze=sKFqP{gavO#rQl)q5%PVSg2eF@T1uX_O#ETstF^KU z*>@SN(+u&Sr?8%IuXEl*5%XBT8BSd9#H!hUAn=Pv~f!mV;e>}e-zULzpHl4M8c8`ZtGHRVKr;9x_{iFOAQ)E|% zk#tv^N7D+J?6MShKAa3RlNEIDj76ti#ZCm>X%Swdq~Wd&xM?CyNH>$m2D#qUsM?76 zK%WW@z(_RT$2F5zC*Y26SS*%gp}&ZKQB9{GIldyHNG*a&Lmm!>?3_%tp8dbdHO@NdeuqSetI;~(1hH?#^Si9Zslsokb9%z6aa z&0=3PZ>0-@jJnWJNr3ui^M0tlMd**aXjwc!C~FYwUEfpfipl&Zx%g`Z1xf+iUu6(} z^^J_Xme$H3j++d(rtca<7ZY~7hsxap$z%~Yoi|2y-Jp`fft*KZ317Lrqu_;fLV)+D5z6_a;U27@xdwg`jIh9bDg_)Yu#eamrZp!(Jk4Fg zQwY1{P+`-*VF}x_S!4FmaLa~3d4fp7Wg$Ed=bXP%AS4wu$kd=$BuP7}iz7)QuOhkUT^)KThs={O8w2Nkd$6f}LA2bkIW z8g!NFV(fVoCbyH3;~mFSD@Xed8Dd_q(Vv+{<->u%dQ;JPjAid^_p|-l2%=qZ4*?*n zkyM&4(E96sDvZN5hMN^cvp<#=_I{jW+sL?ouwQh4@L-; zMZ+R+7D?9|tiNxyyunoA2{f26R|eYv?QN>|-WEbLZVTZTj+wbGL3pph$}1vN1eo9@ zmXkvvazE!|D&N=p4_Y>$+^u}(Zdx)|P=LS!ae~hkuzha&L3^f#0%ZUNAhi5V6a>HO z{f?MFr*zJhNh^va!?(?MH0w546FloEQ0BUh3XFGd8YIY;Wc4GX{L6sfyj`h(Qn|1w`wN>V5cQP)C3M0)-O zE~Wnt{>8Vh6S^jmv4+H=DPX`J6yo!*Z~(@VVjXM9M%_5sTZH)hV48^0BAC8kiaCBi z7}}K-R*9qxGK@i%`%o-~M5(OvB7ogesGU`~AgWXx}HN0b!B@X^om2M zlQT~A{?_|SG^?UQgYw{tI?wezO!?=rPI$IFSz-;Ds6@;gr%VK?`Mm7Dw2+KA6oMA= zT9nJjV86w3uPq^mQxe!esbn5DAuvQ)m5F)c>B%c)_Vs|^-Lsnk6;xJrVb{|n)B36X$qghsF)IFXueo#2s(9GYT=?dDm8 zfXJ?A8QY$jBlh#nOIXHyOM6Uvp?>8%#Ua+I#?asHbDb+(Fy(sIyE=sYx6{HXH%+Ew zqp=bi=09EPp5wYZ(!V4$Z2AT9A4DEadR6SlTehI^xgr7m;&{c}V7b4Pu*dc&mRTVl z#eyIR&Y(8zoJIT$zaiEIw|QL@AFV3c2w2;jAv`y%5quwLwVwug1~}j=F{}d?E1wP^ z46rzct?K!4>Ju;xV6zun?yn^SiFQZ~PY}e8@XfH14SxIZtifWYv+LHQMk)wEaDiJB z;67IJr#6D`19R`WAkVbDry0jBEE0Kx!-a3G&aXzpv_5@3VTZ0{kKXTUfRjw2RF zlzM_7_JpyvTI%oi>CtW~2!L09V7UkUY>XuDq4d$FF9KKvz;xe=(*%Xv=#v5Z9lI&v zy#vS&F0QSjP;OJ^i|`@vK7nV6%?%L35N?FATEMRK*o8;CE2SrK-7xv#PL|`k4ohHi zBl<==s0Aaoi97HcHo(k`Q$4U42DdoGQTeBsLu04YtOqlm&w9fP3~N4!e-i9a7~sU% zQH@}O@YVthbc_Vwc!LlDaJO6(!}fa?fk&PoNC16LhH{Q;GQJ^!x7zQHgbil!j_KuM z%p(#|7pw=sqh&amwT<9@dLRE^LIDD^e-nj5mB!%V{??WW8+N)H6aW*!`{8K{rcE(! zw`UP}x24o1uOBA6j*r8wtg*V2jTZk-#0qNUi6rR7XLnR z6at<_;E^W?5=hvf@)Z9E9F&Mq)4=6TczAXKtODoMv2YKbi3I_|!>-%YS-+oSPzKgX zu)zpH<=|pCO5%SmwPz7{wA)g81E?bw0uf(*b%Lw`Y&l1WT42^SngC6N`ziz>LS0Nq z03!@WGnug1ix444(OSUqf0<$A2Mc40_%;}Q&%CP=*gnr9@MyQCWQ#TA(e6cgw5G5C zj5sccX|sp;7KL@8ibY=>GJ>u6*e(z6A3#rAByi~Ecv5F71s)}k78X{>@gEgPZhETM z84;2mYseD>9(fcR!Lw|6H_V+Po~-c6={09IEGZ*O8WQz|9)m+X6D2776%(nxhnsAD5^a9YrmG; h!*Z2f?2Jr23}w1TDGooh7XURec)I$ztaD0e0s!~ADr5iv literal 0 HcmV?d00001 diff --git a/themes/wilma/images/arrow-carousel-people.jpg b/themes/wilma/images/arrow-carousel-people.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88d09a8769290a049693d754e8f4d3c4d0b6a77f GIT binary patch literal 1021 zcmex=iF;o{=v;^GnD0RsUZK7IjyJ|1CV5fNcw z8EI*08F@HhWM^mR<>8eO5Ri}(6%>_%OAyQWe}F-dgTabHhnZ23fk}{&S&;Gn5r#en zMn(oEW=5bpp@5Bng`J6+l>;cw%m^e904U1F$RYsrI|~y#8#5Ul43{C z$gpgxT4^B>w5sMezuAv%R_^ue-wqaEF+G%VOD%wvL15>*%I8T(D+;c!n|C)8sC)jT zN&DuSevD61c+T>eWlf{PnFP0H2GebM2@g~!U-dk2Xln5D8HEk3w(0rGeK9Xjf8PA}{)Oo) zCqJD1_O>khmp}c_?xxQ(OJA9~I-%?7&Y+{Jt3z3B0zPVcEaQLHzs${5Q|;RKFSf-E zqN`VW1x;DBRO76d#U%fnVy;!Iv!+Uf&dKd)KELj94#Tz+n?(M4yqX)xVkD>b_UgM= zK|9UAXWr`Vy?^#^fzKDUYqPDjik?n5t(p2}+DdoN!~~`{+g}?*-Mer$aH+HDWTPb- z^9`?*9@kg?AU5lL{?*mrw2PfY@8tGOVxJ#->;_|PZ}Q4t6R%n=;z+Uay}kPGm8C`b z?=EkZmfk=6*MpfaeAk*a029Up2?ph*IvUKqUKuNWLtd%qapExV}xz_qb_Fxt>I*BV6qB2)S$uCVEC*3!j3O{O>5m3FTV5iy1?qI hdAp_e9GZJ&uS&s(K0aBw*okU)_yS)5mD>Nm2>?HPa)|%{ literal 0 HcmV?d00001 diff --git a/themes/wilma/images/arrow-down.gif b/themes/wilma/images/arrow-down.gif new file mode 100644 index 0000000000000000000000000000000000000000..f745479b53addf8e404e353178b4ae387ec02302 GIT binary patch literal 292 zcmZ?wbhEHbomVsOzu9&2e)oxcoo~Ke`|Rs2eZoXK%`&#b9xBGTo%ieS`>i_@$4734?KUu&A>wrj*pBUI29VRj*3QG1$ zcNrFOGO8W->)0qD>lD%8GUZ^Bc3Z=C2Ek-YKEbpHxy@3?`4`GEarPbKm(D(Z{J8>u NU4@h!XPqO1H2}{tZIb{1 literal 0 HcmV?d00001 diff --git a/themes/wilma/images/arrow.gif b/themes/wilma/images/arrow.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d9199e7a80fb38338440e88af34f88bab44fa43 GIT binary patch literal 294 zcmZ?wbhEHbomVsOzu9&2e)oxcoo~Ke`|Rs2eZoXK%`&#b9xBGTo%ieS`>i_@$4734?KUo+V7?c=vK*odo#K7k4Fmb~p z0jbt*f#roFff5S^JPPi(EWVulT&q^bxKUf9u%*D(&GVtx1rGIw*AJAp99hh=OF;2D Tx2U)xqlB-LAUm6{BZD;niN|nG literal 0 HcmV?d00001 diff --git a/themes/wilma/images/btn-log-in.png b/themes/wilma/images/btn-log-in.png new file mode 100644 index 0000000000000000000000000000000000000000..2fcd0603341babed87153b16d0d72889f3ec478d GIT binary patch literal 281 zcmeAS@N?(olHy`uVBq!ia0vp^F+eQO!2~3qI@+EEQj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS>JigtUtIEGZ*dUM5|tEoW7p|C!FE6>ykN*x_d8W}~I`S0c4 z$u3SV=~(tG?}C^Mi<7g6;$O!z9#TgZa=W~jeQ0bmb>F17g@yZaAEht(Teyhl{JZb3 zgin9DVm0TzpLegF<zopr0900PP5=M^ literal 0 HcmV?d00001 diff --git a/themes/wilma/images/btn-request-account.png b/themes/wilma/images/btn-request-account.png new file mode 100644 index 0000000000000000000000000000000000000000..96baf7528ef991d90138eeeaa422fd5668759a8e GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^$ADO#g9%6)pHO`Zq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c6 zX=8sOHg}P;g{gUILz}yR%Yz3OK6D(4>s-D0-|_R$IpX(4{@owBr)J9PRZ;)V67(yN zyx3wbJDK^sDm!pRV`6{JDcxUMpSU5H;;k zPz0BEStI3BSS~DvZ$DT#|5D07(8A5T-G@yGywqG1c1>1 literal 0 HcmV?d00001 diff --git a/themes/wilma/images/date-display.jpg b/themes/wilma/images/date-display.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77302c65215fc8d05c42d49763f17d1dccb7c738 GIT binary patch literal 629 zcmex=iF;o{=v;^GnD0RsUZK7IjyJ|1CV5fNcw z8EI*08F@HhWM^mR<>8eO5Ri}(6%>_%OAyQWe}F-dgTb0XgPBo~fk}{&S&;Gn5r!%T zMn(oEW=5bpVSt&Dm5GIogApi!A`bL3GYhK#10ypd6E6!hOgTt9%SBc}MZ<*~g^DHx ziA|-(8(!c0SfE?-PS>L2XphL}b;7r9 zI;~zgJ@-~v=*`~kQ>G>IC6;=P=1OPcixLE)I literal 0 HcmV?d00001 diff --git a/themes/wilma/images/header-background.png b/themes/wilma/images/header-background.png new file mode 100644 index 0000000000000000000000000000000000000000..69388a3c73b975ecd15f5d99b18d1ccb2e642186 GIT binary patch literal 53284 zcmYJac|6qb`#nDPvPL1hC=^*j_FeWRS;J5yBKwSei?Xi~vhPbm*1=@ok}PB2#u_t> z8Obm)hTru1^!|PS;rWlp!{fT{`#R@b=iG6RjkM{g*{J~l0G+Om<`V#bYLfUpafOoj zvzAA%o%o9l^vDWi>iH7n|J=t3p!UMk!HHMb{kgN#6Q}1d0=-9^6p4Q@q^qfB7O=G6 z8R)z9Ept0ijcG+U?#bi3gPAs#U3Hdo)9!Qj4$5ce(=Xw`Y4fAinjha14fXEc)+=ih zyU9s)D=k7{9YDfVhLK2EPafRxNNL-JIdKv#eLF!?eXjdLPNO58vevV%p-Za&%G%tvd}7ZDtxdf%JZ*Ur zA}~v0-ke{iqT^?O!hI~?SEy@m(ZfHR{<}Umllg*M(S5|OY3{%Z#gqCK{=_2-q#!af zRohZt4e5W5k%SN1h3qVZQs)J9$>AHVgeqJ9 zoW$55u988;2KRQC+3M6$SmiRtuH|{DVkJ(H|18M9WV|SKB{G2-y0zpE6p~NDGia7x zVDJXxB~3e;`#2wsYO|0>mnY@=O{eOfY$v*F9u{b)i~(oSgW!`>6@|7V)K_3dj?$m= z3n$g1z@W8sFHF(>a45!wC+hR=ew*r;Yr(~qTPx+xmc<8wbUC^+)bi}757o9JlTHYU z562h3D)eOh9rqXthZhnWL+K<(xa*IH%IAk2&z8-ln}#{vY2f~p3T%)|ALXLU(*~oa zcWPp~a{Wwe&|jgbadtV z0Ii=cX?H4AM=!+n`)Vvj=JxyEmCdR(o%MKs!pAHt!>5?|t5h;>tA2w`}^PYW|Pme*yA6s{IrbfQJAM2ru)1fKRrbN2o9qx9#d2KU8P^G{T{{ekV zIXwGQ(H$4X7MCuamx`~lVw1D>y`==t9tyCJx7T*|{fy*sWg!Gx9zMF`+`WPP;G6qk zfUx`dQA()<(4Q(8=BEOQ**uxg)%z}}v-)OtyW=Rpp&qhk2qM)mlm7nb>~KH34s%dt z8&IYPBZ1_Hy{QX+M7XdNnH==iP(9A|Si3lPIhd$^uap^jS)sRv5dh)Db-}=H+q@~S z2XJVdV9ob?iZOQGuVC|HT)S?UgkhR99v)HCr=H55lM@GSSk!P=cF3VI9YX%(Rgtg9 zOP&H~5dI=VIs7XecJri>H|Un9$!d?kNK~&}!r)S{gsO9cl?aRQ95X0o1<|m6`g>95 zmu)K#$uC<)r_>jf4=5+nDG?o$ia&=dPCQ{kD%Q1cS6_~-vHaG2!mBiW4M-VIcB|vg zt7P$54+_XfN=;{0d16Dc_1?4Z$zaYBD>-$eU-SIAn?`Nz(N56XUN+f68)wY~3Ru5P z$>Iy)Wm4XN#a$Cmsgc*gBwx>GxTid2n1dCLme&An(`l5cqjIkR5xY(37FGdyRWHS0 z@Lcxenw_?hm~>7!HeM=kr#X{G5L{zjG5$jhhZh8lp20G9e#K6ep;yxcW>7tauSCIxzLst&;gye`y`JX5iE3-&%Yr@wSh z-j1P#HE6$le#@gF+?Ns|!h(7{Btwb(dq^Dy+arfSh1zcsqvmNp>6rc)%G$+IKlI6_GwB={OGpj!=5_YQ|WnS6LZxRcOC! zW%gA=5B(g;PtFd`ze*K5>>=Y8%zThsbs~dc?&x4M!AZc;kMLg=++Ut>!pxa|om)xn zuY2nSIo-2(!9p|RlCg`i;F`uHo5vNpolO3&i}xKbdev#r9nR&NWQZr9C~Q@D_P+1o zPor338C|K!U}<}%_e2H`nnpylX)fZ192)2i{&&kmjuk<;Q_;NwXSxDyaK1Jb;;^W_ zRYj>USFy3AYcT!`Ewhlh$WyYi$^$K9?h@w`?*GcbqF-ez^-bhwm5f#8#xbc$&9{~x z(~pa-%EFb$VckY4oWrN|TfK}Zf-yo6+pS{fTp8-aLI`Lx-h$MgXiQ(h-}NkJmElr$u%K(QqG&xd2RI(Yr0!F2i+Ht_zK`L-wOW%IJme^isar zPl0Ek>S$yH;_=Jj3c#RGah98`>Ueex6D#J}^|(uT5%ougTYjr7lxORD9x}Fb%{kU% z=l;DNRw+m~Pg14aroGeOgEt7s|BG^;zgbQ+yA=wOPgt_N_W7A1MtIoB9FpF>@7M-==*aA%@>`fC)hbXp;SAJfdc-Psk<@q1KSNkv+xu^e! zgmr_E0o;kBRxLixZ(HU**QIbX%3@p30JO5!QW6NiACfIU_zz|RELRO*1b@CRB$u6B zwWrmdfo$+9T_vfLk0J&7C+K-mAcCP!%l%6AWI9QJe%z9<0YGjoziHbz{w{+ahCG^K z9{2ISXT$^cJ9zs$I9t8`cd(k&4wz8vKq@Nc;|)FMM{7V%(|M1BDIfd&F_ws6aN)Oa zagImJosurA!-`ThukNk?T)h@`=-1=p2HmqApdD=7Ul)#3_x|d6HkA;OaC&gLrZ%H*+$w2>c z2tIqIW58J}91%@!7Mz)_3c^Q&Cp0$N_uIuG!9N~Kh6HPRuea07GGLRm-|Q&d+08te zhCS}jv?Yy!xbq$CD#^pm%vo4e!ABBhhfV3N;THBCMVaUkmLqVfp!*}fOI zB5$NYRq|PPA)by%Qu zXY#I7IIS(S6cPcUHhSxb8s6;WKfex(Q1`JR+H_KX6`g(XE2{tPk|pGSCA6y>zF=g-M1K zJ)Qelzs(LpyV8xvq~k|XjL+ngRaUY}yO{Jy7A}0k`1bNWo6w!&ozpU}WRDf@F&>0@ zuUuRH_;B5R7Mei4jedigo)tfC^Yd@)*(PjRY@s&ZKBRl!w>~a)GnML9;d;9f;b_*E zBAwIhDqW*I+S|1;;qce6JmIXtIJ%`MJaD>l&EsA$A~Q3LRrUM8)AWn;CPbof_WpHo zI;Sj)Wy4{(2RqN+toHEG()4JKg){Q>hoNFGtNYkP+^(Thi!WKA=!-? z-^Nx=a{028*P(es_CUE}SwJ-PQMhr_oE$*TVFV~6*SweAW&DLrB5eM<+?kj3VuC3d zxLv#dZjzR1Ep96SxQctCV*mSu0$Z+;Akv>pYn_dnw^x9_fiy--W=v}_nP zyj|UbWxOY1s+cJrdZ)$7X8v~KyM=<>g7$fD0ukFkd^^zl2lBgi(i$s>3y!5Y{7UM^ zauwzXtqB=jy2}{AUA!u%>}m3N`P*E%a#!@`0!0@;c@9bt;@KNjm;bZwB2QE&tI5|; zCa44qlZik+@CVP8tdyf0y9^b4i*4AI5^u>T9G85sv1_H900%vnyWC8^1`zjL79e;_ z7sE1!+1z`>`mLxGZh?|cOKm)mo=+1<(H}S zZ&4%=re}?|`Z}lH?0VFKX53=l>xeGAv{h)mBg715dg)zqffi{+I06FZpO+pt)~nO#cOa`&bfMTusPBOfo;p7t3NJe5K-4E=KRNb z&Pm4k&(l=gL_zb+1R^CWZ%b~EKu~S(C-TnZd76)6J%P|dv)l>B?@h1UqqlmncxBf| z49)W-l?SM%-xixomc6GHV7U1gP8iDDv0nxTZPneXZt>riDIo=20dzXznxr;Q;6VsL zl@|}hI4>+I2N_&Fs|)n<6{|Ol_3rNGnFPJBy@>STp5%dSAG<~6Zl*OEw~mAP9Pbnn zrvE$?`m#*C)(tPZ)!2%fi0nI|+;=c>OW9s|$q^U$6L~^M)H=RekAvO!6jN9hxp(AK zsK@8I4u~*+!DCSxG8NzO`h$MZ@zY&=nZGpG?$r)h`a5K1(5b|&v!IorNE6IQaB+>p z%C=GlkVsgC4T!^7eU-@@!y=aqzJdYG9MO^@KWy5bzhNt^&!myMIp*?E23hAx-6p;j zRFo{WwPgN1hlY!E{oPcRKYHl+0{!WX4@%=YhIfsFrqWo)1x&mz8TzWxKazpL^Oq}d zc`>D-z4H143o;)M6X3gPZ9J@brCqHY{q$(2%;4ifyR0gO>;o=Eu`I(+b9&at6PE9; zUhB>)ysbP!6?#q>`G!!vI1RmjtekT`sB(~aH(nQ5rL^WDgG6N+?L6dKQwVcq*nYeW zua7+4*Gp;JZw;mEYZ#KSNOJs3$9?{H{%VBGog6J65nAtF4Z&5eD&OC>VP@1ENAh65-(6)G7kx^@x~gnaMU`Y_(-KNaJ! zL7hGEbd#s~OQN7vSKNvYPE5w}fv==|wIPL73}6~CYtQ+3nCJI~e9U#sbIH_nX;yjc zyi7e)y)PYr#w$%afL_*>-Kf^}gZwDdm^aEC3Y(UJhkfz&V>=X`L0vP9{)js35a(Jy zYqJRRspP-MHNIi{Ty0oe0L)zh!lfpo!e-f0jHGt0kXV`sAK4$?D~!DbccQ81 zFYuD45l0s;YWRxuX?eOcNAww@rtfxPTBu^WPjUZgqFavZ>$4gqol7)i*z7vfdj&Nc zqsBqBQ;{kDIF|(oRGM@s80(6%I>uGbWD1jpO-wl0v{7oVKO2SJcThrxQzOg$zbi|Is11MV>SmM z!NZl8gu|dx_nu=K0xN+f+1V+0d0t-@c6qTO0i}z-oiO*YRgyy#yR~%>ZtE`zH@4_@ zT$epvml@JY{LoaL{bNq3@451I$LWMKyFMaky&Ln*YXbTSob%L zy%4L%E7VHRsGfZy|KkqZ`cX7KW%#w)BLDlf9@JPs=wd`itox-s&t>9Tv3dj`G&yfQiu7O6wrPhUdlhqJw?mq?2)iFIR8padYFf{W{uASXDk2oP)H)`F6KjY!T;%}KUmsa@Bj6d9#G zy4b%>;E4Z!-FOQ}bjciyhjQQPP>RPZ%62FzGAUCl;#$(k3+m^&Qm7`j+Q+xv91Ro& z=1q7~-)ec*L8)Uroy1L6QUmb55zEcl&Mo#`DSnF(D9z?oY%|3#wDxlF=pyCU1Un1r z&hFik(C0eZl(wWKKS;*C!y9->M$;qjJ53iAu4TM>$+pSk+P}JzG~aU*K=F+I;tO4N zmmA_x%V%qeMBv(dLFDzD*IM86cO<6iB+Bcn?gu6J@_-R$iafWlTM#&yoAti8UE*g_ zb9U{9Wuqkq#>3=*molvZX=5EfB5YNfE6wimk#*`_p2QFrWPjGsj8ygy3%UAAcMTNY zhpxRj{j}o4etGEBy&*SL<1<)>AAgx~J>9fqrp3QrKl|sKwv(!I?Qsdlfv)k5pscIU zedufvZK8wOGc97GSQj#Hm~NczVbB<{3u2G{trn=iK8bFdAjp*Q?geitXDNI>UYEl> z^)6XXD)NgL?^PWR#6*3USP!g1Day;H(2a#&zw` zw>CpbP3ek~4YM7CQk;9YBG13ggAQO?II%qv-+FCx&$mV;!J z%cY=VJyL{~t|Kg)#+e%wC~56mu2IAIna6V!zpdy0X1m{gZ`{6Z^0JfT!ku!m6eg5l zV~~M7)*{U?7KFv|s%FxxH_(cVLOEwRM1T5}2z1n~vz%wigr1=*8qEXftF&?RTXj&7a-_NKXHu(CE0jbk$sdE0ld=-Nhw1(-4eI#pIA zvXge@aju27NSHiT)L)&vWcL5+jCt4v7jN89wqNs`IJ02QFazN!e}$kgGd2Pr+XlO? zuRQKKy|25iM}P6yHnlDuY|K+)^WA+q1{tT_Zj%}Q{!JznILC6geG-fste2)6ZX-fX z(&*Z6Cgk=8Y0eg2dz_6F@B^ZBqb>Q{=rY^!FilXX14TRT*~N%0QdEk86rM|sl9j7Xz;|L&DGAPxannx|xV0TSFwqKHBomj*cbpS^;)~ou_$s&k<9@yg%r2pIf{$TFb?6xH?2|5sedf%h2{o_N4}ahz!10Ah{`4RkIzFHU{T zX-)Oqlf9HG(scW#&AjsE@|fVy*QivLwBizoobJ&XXY1V4TXU$zeql#^cZ85mlRPZd zBtX4SJw)(ZGaoa=6~5G~-_*FA&gBd3`bZrSCZxwyq!Au^6tBFpk|2be9Y}Bfu3f|} zzqt}lXxsit<=^-N?Nl;f0XZ<OQ4xA6f*wJ;ZHR`J>Upy zfD#xN_*m(;cpDFK8mq&P%+>=#=G(6`ad2;Ub+rerE1m;~w8ZqC+)pUoW2?z`Z^6)A z^Cj)D>9@$U<4KtWANw_nksv?fCRRkSKsF}e@cqD<~n#8;P?48$H%YN{`h1+{?Ufg(+<~C!T6hgyfXEfRdbh8 z^C|yS&~=$Q6bq%nFd?@T_Zq08<6*zTnD)MTR=&lDNk~6*2STg);bgXIkt^BS$@eAoS#CGu zL2|^K^oKX<2mU}~$q0_$rox`^yrg`Ct@6Mc@^;XxwyGE5*?+)3$J9|k`8y_^Mh!>b zi6(ekwoOI>I_i_mP+83>mv=4#`yIHD^ADCPO*vbFY?2iJlf^SkMaAG3lv=B#C1e!` zc{NS)$m&UF(i!qcQah zLxT<;1Tw5+IpD&5cXOc32Uf&jnI5$aDO*8c$`bq>^@tvhR#QhPH+LL)totkB<4HKm z6d^xr7B}x{-S@7`u*KEM+eVCa9Wl>NXA{*M+Zd99&;wDRo= z|DNJIr*z-{Y3W(>sVjBXov1&4ubTa3Ro7-h3kH!Vw*{{KX|-%kYD8x=rSZoi?o?z@)Bdbi zw8r7=)AS0$RW9ZP<09(14V+-<%!b^`X{_>PiZ;LGHRhI$$|JeZ4#T>zFRT^XwTPtK zu_f)?g`T{#MPUY8wjYP!+|r2g6Qc?miIF=7v7e)tZC@M5_e??$77o%RSXDb;i)wQE zJ3p&n8qNRUef@a+Ajl|w_?GMSh^`znKp_8;m^IitcyX~H{VaX$r6-FE_3#(Nw0k) zQ5k-5HxEHvWGP7pguUju@Mlg?rc3%^a1UU0x_$n(>zEP*=PH8~L|CuMLarUrRXz~- zbmR9p`nA!U<3=j2cb~NqTpuO4ZYkUosW2`C+6)Ce#~GXU__mEn9NwYRiIu&uTo{h* zv>UwwS}XMks(BbnTII#Pc04w-)d7*Vu*+j9c&|WjBJj+$l=JRAMcSO;S{JQPNC^E3-EbyHN#JHfI5`Cj{m41wY_g zvN_BL;G5;Ae)_f})}o?sO^t{QdIE8*`FBo%6Dn{k5etidK8MII^AoYIP-o212a5fC zye%7?yAyL-@ryI%{*zu`pqD86YHpP89SsI+4{Agt^M!-Bf-!Yj%#4<${1<}C>ip_Q zCQZwEjTENs0u$Db32&pg_DRAQyP)R(I)g3;z(|OFsMv(|`6mEfSZ17UcW%2Mva$CnfDFw`E{?yuD*{QkO^6ZP9>0D<+x6maGE zX$YYIT-)a#g6PKui9~qZjM-C8;emI}3D^}C#vdu(nQw2luZHiunGDGiNC(gai7PNr z)lY~CtZNZnkkN>i%M<{tWaWN}a3}%84V}Cry%{xk_h~|SF!O{PPWUg8Y`A88e%8!u zTQ`rB4DvN87qir;m34^#&2$j(<{zS`ZLuH7a{8aQ_RAw`Owi9G_)wytHnk1KZmzGb z44-v*L=TvN%6obJY3IRf-^|9`W)#9_tCk4AJcJ{zOme0h^8(Pzn7kbtRCNkKv%fe+ zml6Qa_9DUgWju_EYCS$txVQcC#f^9nVKXj|6m=c`NBypQMCn(bNvM zcSEZtH9YT4u{+dQHPo9{8g(9V-6?(BJ_&q=k^g~X&laXiFF6V&0T3?a)7C8H+GY>& zAHpmDmY(Tf=|e1s-G?A3FzYwR{?j|=Rxu-rK?`^LwQ!&bA)f(>y4kwWL{nORDX)hsrzrVb1YvFS6bhy zZXo9;AX4n^J4F<)LoHj7%L~^`wx2#>KOQ&txz4eEV)t(6IjI5FXHi69u{`H0Qad(W z8>?WuqYX~a@pIf#7We|<7LY0s;q;o3=U30S&l5|3rj6F+za*a#Jn{MRIdk{(JWyp$ zcur**bNG9x)A?!@G(E0J!#^MTecQL>Jc?%0+tzw^H+@twN%q3MplMR;c+%wHtF7_i zDd%xe%bq%p)Ym|-?I5Mqx+%oDFTjN*e}s1W59{VvxF1ch!FHju2#ed=|8|9Ivl3f} z=vx?H#C@$l@{pg(Db2}-rOTm!D2#Fc(!ZEtD zEel2-dY9zzhzJEzL=|q?L&ilue|ik87(vE**6rW4rH&)|m=VZyhh$7gl+JMyu-7o@ zDjA?o=#Jv(q!aD>6+G1y8JU-x5}P@_y;BzX({QMSE_CoVPPrOP!dEqNn&|TS+*QPT;$cEAt!n1H2QEUKsT~}-f zIQ;Rzjr*?@vf4Xvxy=?uuLjul>=K@S@e($VYIvARekC~k0TX~$+J_12+U*QDSi%tMh!S=BaLvuG z<_5WtO5KOI%RY+vrs3kOyw%W+=(&4=B+H*pCkhWBa35c4@8e2LZx`Q)4NxjKsJ;a;yrM!`YXtj zx2|3FueEs<*A~DYgkK@y|B?|awnbBJWIna zeC{z{tdU~YH_4Ln$Y6K8@qK|F_NFW+a)mZwPEGp)cE3C&SrS@2RTTdDMJ*?WYwc;> z*{6R_7I+s^-TkF-?FEvG#mEyK@C4+_1pi>mFgXII8>HT-Ubw_r=84f->_=8|5ZS^_R#xZfiGvR412MyYdZ5;ht#nSsSf&e( z5J+KMtE(fa1B|eF6{55t`pY^SZCM9R`&M@-Cd|Fj8|#XkIUF5uxsK1Om#1eO8a!Hn zT@yI6fwx2K07#u(XxXl&g#99fbB9iTz<<>Z>AYO9Qi$_L$P=x)QQyOU9$$DuQN(US zCkF!nw$Vos;+0<$frL1w?+mh=G#E&+$ip-KgXAmgXc#EqDxij)I9 zwLslYzM*CT7-|5!=)|~}LH&3R7Tuv=3Nssc+g)Rgb$>lM7Jv_RW6mMV^ye0EOGdlT z=y%CVRHs($BCB*1BT^Ell3f%|nh-iI{xyrarbPH9t&9f72`0dNIX3N4u zfRkG;-SpKoBTo3}j%`t)ln2~Bp<#|GBnh;0ky`MBE$c;Yl-{PqIDQyrmEpcX{z({B zJfGu-s8={1ckJc4qtuAnpz+E8wL_+4L5C|0g6WWgpBnq-05;%T!V@{*sr&t zA(<4sp6pJX<5a(=-~U@t)L3fqLl4o>W!8S#l6ii+%JYda4B$fT1P@E&o4*cxf0dD3 zddJgFnAiDod2uu5aNNCcw;kmCqIXvacR0zL%8k)7rY@n<%2BER*0gq5vN8`utPb}s z-zHmu`V^1OZ77sT0FgFv-p+q#A7I*7zbHBUCd)4>yi&wo1hU-cjk3y5ir3$^hO$kT zIVZ;;YA)nbJriPxli=VAQy!(~cb+0_EtivhQfMZC1khZ`21qa5j|vNf8YOubR;0Jb zx~=(fb}HN@Gde;oH;CfBl894TglcDy-TKinm1&TT8k;@ zEni=iWqruQDH%HL=cisx*XZ#n_??Y-|n>% z8pfPj@1bFRm91`FooLvaByW{}dMvKFT*~pR>-xBzL5R9;w6wom9)co$;1*LLnifXP zC*C^G_#aOE{*-M%I5HT92tW5(!uWa`1YKJ(7Vl6Z`=z)7=4QyNd2@QiE_3<5((A-J z=YWB1x7Y&Gkh>?Cw9*b9&*aoHY6@`)H$-bU>T*??ReDcRjTJ9VBLf287-_JzpssqJo|HHbDDetfYjjx@-ui@xfr7k`uWyII{ zA7TSrEk~ggt=inew+ks~3&*p>Wz}T4gA7ImJ_zrqX}+mf$8>nTLCo8wms`y2O9Vf7 z;NtplB**Amc4EeXe{Y+w3I~kBbFI+B{l|D@s?k){a%d|uPuOy8NGkU}xj4g_t5Xg| zj*;`Y|2+et2P=IDvC_Xt{pP~wUk5US%@f(zx-QO-B%daFGWZqN_rKux;sCkk3vMdo zri2=fuh2FT$r2V;o!iPG>*GlktQ))dyPH+?8qH@u` zcbMQ$b<24zhWN*jK0&&-kLI04hk)JmLC*@G6RAPH4@HUIEXn+zez81L%>9d`tneA_ z&aFjCwoR*-Fp?ZI>pEcw`8BJF0lNv%-ijy%LLB6an7~uMc9W(y6Go^%Kf|ZPhK^w* zkw!+S>KVCtX1+4#Y9R%71#r|)mJtIYlwYBrKc+LD+(Uni4p&Rj+y2h zH;yp)xV$p^&=!&X>+s^o3dha7{kHf1oDf-rgj^--eQNePY-x_9@{9YMq2Of?=uyA^ z4V}kNlRekw0)LI#cbD3SqbEaTSD<6sAK!0neUgoixu@!jgARS`vJ21;e%qS%ku?>L zQ<%J8qrvjm1!>80_{WL9X9btzSHd-*NuDW0BLts45Zd+o&#A`}=BNmHGCNW67zJ$Y zEUi_WGA1{=n34M3_0H72&cjJgSwA^lv;O$8Dc>)iWAn>*WkY;9oaOE zzdQ_RqX|9z@eqjoPM9qePpzO)O1tT=4=?^p0X}QKZCi}Iu76J632aYQ(pkmPW|@3p ze0ClPH8^U&^A1^On{6j5&l=1&x3{WooOiM|-)T%u>V-ekZ|5@=QSY3#AwR71ByMPQ(#lm^bebt@Yu;8=RGc z;=Hb~+G=N zb<%N^M|jt4w!h3N>F|xE;T*IA2N9g8=!z)?M*uhBm(JoBL{=v2f=icorkY??0 zS=KeN$U3&~^*S#LKEHDc_hUTQzH-}V-T&hs_o40y;;9e&pBKIv9}sYePJ7ch!Nolv zih(PCfWoI)m~iclt!I=lbaVv=;qviab*Iue;EEx@PWGP*nYc} z$5MxKOMfOyj3q``lH?goNwoUO7rZuPW0sik4<6PV{M;^MU)$+lHN1Ae1L&t)7@JhL+Rr-FW0m-qaJo$l?*bNgq#CcZ2 zwBWD|;LIPPUDAaSNWL)l;+7ieTO8&iE}o_!s}Xh3-A8)-a~#9_TgRY!{$-M}l;j%h z0>_hXm8(irUIrw~CJJn%UK&$?qK;|Z_+(+OXWm%kj9!XRv+(#;|3=zzPptR3{-@do zdK}MN->W?#Yl7wp5mYM|qoY|Uu1L!R56jQ>-@pCENTeDyfw^ z+|~-yr{-@%b)r(g#lpDjRa*1xc<%wp8rPNXu9d@?b~t%Kzjv5jbblf8C_-reSAbh` ze=#-A$1KM2h8Je2rF7@l@G{k_+RfV_p)|BCHv*weT&l}_0@D4ms9~;d{>(v`+*RoZ z5w~9YDZ6_1O5HX33uq(Gr}?Up%Jknb2iLJu0s$(JAdfGbG~?SUVh8rC$^72Mwt^jm zoNv-1!oy7I`F_%AB3CzpVDb-SC=m{c&BJG3m11AdaF33p5Vt)a7T2==>Ftu6#}lQR ze%j>7R|61XlKQ?-%+q?;+>-W*&gF`#7EHoZ8B!eBv665W{+p2HUP;`8_~yGs9o<*+ z{eXQ=Oe)O#lnPS8?vI?MgI|sUkr(Kh+IN_k9UoQWUJ1KXrTU7vy=V(lmvbvJj3{Et|7DY#AsKK2^78HdG5d1+y?ThW58O?Cw%4xc%s7kTNJ!)$yZ*M2Hi_R503E2-1 zGP0BT)cMQ`8@yH|6f;26%ov5=`&_-PrQNwieA&QH?J)}TjaDq+Ql~?No&n1Zo9j@QT zI{yTON&NAIB>NgSdwtg%dk?rYULE7~OUYrFOghM|mtA!4%K_Bz96m+T*N@#J=M=6p~qA{>J z#0MLWP^o;H)K&RfVK}nfAz5_Eso}nTz4n`7p3zYMpxc;Ay76L-xYybvq-}%K(Jx{H z{I@#iZELT#Pd!~k>X&X{<-FJLAhFW07f3Adop^GmQvJS@5(t28c~2W$0N?T!aY z8|*7+RKK7O@Hq4&o@Ma*|8SQcRTvXxy%ZV(_4IkenSC%9THr&R9lsQ#Q7e;gceIe# z8DCH+XN31r2NZU3C`rV2H3{K<0+E?MP`s^y3V78o5Y+y?sbb`TJseKO{Fe)0I{3>p7R#6U{@u!S#2xig8Pxaq{!@stk-J z1I1s+>6Gho!;N+L>O##2pQssN;>~b>qogPQ%Vm6jLh$`~eH9vd>+vF_>&hY8`j-{s zyoU>PVjjXDhzkq=1vC9p6dJc@EvTP0$?{Voup{MrY)|Mr#Ujt7C&8*g6}N(PGJ^^-!K3@^+&!N7;mq28D=WQ0PYX^X8 z{6%UVbeW_lhG|jstUq^d=y+TPw%3lVX`;0ZYKZKO0qzF-!57TKmp)C(q!@7#GuxgR zHzklkbMI{dSy7IBOqO>6~{k~7bW9cU}fQaYoinlRJBcG5K3&IwY&gQ(pZLJg28YQo_`-TvLhr>$y-_f`vSlcn<%|p7+E>e8-u)$n{i8%}c`Q zvxB{2=f!u)euPnD@Y%9wN?fb(h3H$|Tm2-)>qI3Wru`3U^olOpZ;b^S*Il$f=u%?- z^4i5CWhqJY-O)0r(CrZcftxkA{LXx0MOma zOh^{8J@4hD-xj}%5_S8Yq}aXt5d;^;z`Y~4&a;k42!5u;t3rh#D&lmmbHDpO(hXAV zHRiO)`o*3Nc`rN3k;wiMGok?nD(KGyb_+XQB|evdVTfj+M8V3^@CucKn<2D+HXjez zO~2L9cq{R;>H`6>O?ZAFq(}Sg$uN3;A))8CxNScGhC}D1xZM@deWClxNUzF5Uy9SH z4MTi$8D#QridkG!HLkg6?{gA~YI7^3^^Gw-|Km4%)``C#{`##}nRD;o93gP7)m5hZ z^=Se4ZI3U%`1eqyJ^1AQd_(zR>B4&@YSP_TYFP2?PFppXj9?2}WPEJkM}6B1S@=!d z`pA_V%7Jg*r+ClTMU98=6Z>P6DRaivr4Z;joXV($fe|*=-Vgk{2Y@ z8xE^8%z?xwmQV@iYed@t&5D-lfKQfIkS=PV1`g_9d9R=ETMvr--x~jzp-{ z`7ZjXpLu_3BrR#^Oc7bco7E4-ATw{rpYL8Km8|shkC(PjDz(hcx85(IQ7XUb|Fjc_ zK|!_+K(nG3GV$J#SV5&mjId4osWp_+XtYL8j_u&U`}_<)`6bN6<@iAg5&qom)q zZBw@*uu`_f2pS_cT#hH!9Z!5Yx7*tDk)BE>LO!Ayut!E!)vZuJ>C!l<$JBG^0pYOm zHgZ(3FJ#fQ#c!j{u3q8{s~l<3`bn;@#W;&(WR#@8Xxw-00ZC*l%8Tc>97|jj!4Y10 zg?6&X8kqjI4v`^DrLOj0{v|e>KA#X zY=(WLU;Wn}ICGK0I(}Kwbl1+vG-AeiEH2ics;X<3`IYS0-BlZ+Ia2*P^R9Dv)>Dz; zomu>IpEcC#IE!S?n6p$)t?`WjqDhm=lZO6;UMydKe0c%>s8>#!6l2PsnAe7TLolW? zEA8&dr)7OHm45q+J8Pv8kK%1FdNhZkz0xJgzE|B=HWfAFfjNH7p_lQ%W=0J*VVYZ3QS)Ec*k{w^Pxfc0oYVXR9wLiF>;2zQJMOE0 zn>(-KUvRAOH7h~zfT@7B={ey@-1%flyOncI)IEmaRXA#kD<~(A2s{YWlD+tZPRBk) zW4N|5VzGmhjq1vtDE2s!t7euS4;j?LH^+n%DLBs1G$> zr^19~k?M`vzdU|Eg)mT$CoZg}vW)$0|FV%ztN(kiHb>LVF)`qoL<~l$I6;uR;{<)a`O^t zfb^NQYZ~Bk=8YqsMw)g#iOudIc+ui>@9#knsRaH@=6s_6T-n90ty=mu9C zHg+q@qpkmtvNuO&SEX|Ucz6`VM9hcs3ZJbyy6oc)F%E1 z$T~NwHk$YHf-P5_aNddoP=_2muc^HPVrGEzR|V&iO2wlk*2#p7p5HBvY@MN?5{)IA zIom5x{^F&*6p`EZ$X`Hi-Q%X7bQ+g6;rma{M3spE>6cs#%c2E=iqVfK@J{?z*B9G( z?tyBfDDO>Xfo(p51-My8$I*u(rr)6E7i_?G^11dRWt}(DZi>D+z>pAU4g$>WPsh=b ztdV#&`AOH!f{EUNRrMpMd36C;4)*-A=Y=%1{@zwj`i6wEtz_Xfeq^@(yovdW|EdS? zDYaOSqsegvAK#+!ru6Nw#gin@{vRl)rVF9fpvyn<#+~9PK=8(z@ny>uP_Cm7cIS79 zKu?=dojkNDgGRdGnZH2CVod~u)|+|z^}0?B_Ig47U$w$ml@!1PZBrkjH5#EUH-W5J zDS8QIQwq|2Wj6Adf~gC?I< zE0r49%p<5SaCAhoR%B9Ew0jTZm6L4aJTqT(zPpdm96oeSH4MGAeQ@N=fLz;hwLHYFUA%<(#)%yK&B$U|+B^(f4Bt}MPK zGNHH!ubJQZ-%|WGc!3ARH=mmyu6LbmR^ydK&Ms-d50bV^c5O=1rQ7S*x5W<@u+LYF z&W_Jr^NMS5Kp4^HZTc?v$LcQG`lnTeb{v#5dAYGPh}>`F(hRnSfF0K99J!ca&i(xH zIBfG?{JU;Kbi47+>pOg z564Tj$0wKO^=GX{?nOp2)o((O zW@6*aWw5EutM0bl8J|}x>y$*pcpWImg{xWG1_l9DMP8rdoc?-|i8&nX^Z$gg&V5g?03S0D-_s{Z{Qe(w{}{J+Kvf6nu%@ybQWQ_x!A z=l#6erf~NVY$i6FZMdauONJ`bb;F{x%)ybxMZ29R4twSNNj1QF+Pvi13w+nLPFkoO z@0BM1-htk!b=qd2mB#|*`A@F}wdGdyh>`r~Pn^9bZeakshdsL637E`6dK4N&=CO`R%urgt9cWy5qeW4{$Sr?nN;OtpkPVi>wp?$&BQc`&eq&N1H}YNCQ>#P0d;7u;Oc(9vl_?1H?m^1@(ye%WJ1Zoc|#)+rkjTm@2Mfq3_L!YLc2=5eg$7+KV8Xi&UmG1mT`H18NZaVQXY@Onxk1`FBC zS9Wyxd2Ii$P$3EXe}vmxvKgb^K!1!%!(a^K55t$hSsjE*>+hEZawWX&`2XHfc$NTS z>D=kRE}k=W=f!QVgTq6cle!;ZL@W(kLu>fXxqmg5kz~YP$D@p{N;~1W2@PK!Kg+JT zDGPVDOjbl$O2eeX%%!yNr?0rZtl#uz9=jw@0932kUjd9J zUVWf@^LN*+y(X-SdA;kZVq$CMEcY`S1aIh;e~DhH{KT)$Kw9yMKa2JI+O`e>)b^(TDjTt{I*Y{B zo@%q=_slC|(RHiP%DLJwOdgvjefIvH8FZ7bCWAw_0OXXljg`qAfyMT&E%f-h=-8~Z z=!6B-Ub+8#;EsvqdI*r~=ZH4;6SMSWt{zfmS7OpRf^3L4FTEcAJgtP!1gO0zc2+Eb4A#@;f5__`UJE_2%5S#x5Cs`e)|QwC?czZ*%f&uJ`IK zjcfPm3)Qz)lfHPx@4mip+mbLANd;<44S^{5&3faG8m(9H)$cbZx+gs-ieegs6<85j z-x>KIpu=NT>KigqtD>di5Pof{e*RD1ng#qJ6>kgI%9ZUs<$;qtK6pa|4=nJTxfm&! z@=+&MQ;vmPh(C7ZEEqq7>*r%mdsr+z3UEK%dj(;lMt%9Z7;8hKLh^Qsuh;9Q_e0Aa zQt)zdwnuF3Yfne(3F7p{+w<-r&7aAQS4^tw4y(XVG$V5V6oRQav>S=#yZFaARPi!j~i|!w@@F>R&5)>jK_7K$3jr zSfG_vnCbChZ`0JL6-_3PfcOxjLJLW+w=}G+U~g|(S8$M31-)iG7I9l1Q(U-ez>h&* zR25AuOu8OzY1*v%?&S;Q{ZwMYfHRLzR06cENUJ_EKT4|&;(u-4?a+DM|GuJ~_utak z=c`{ahZVKE`hA(etXx!6(~{Uyo_tDFgLMk6U8aKItkzlvE~>3$*XL|SWLssdACeQQ zy>S6Nv-vpQpwB-$;p=~7e%kKZ;M`Q~S6utryQf7*V1AS#ban|DP_hGdCWT-&ZJtg0 z=D_)%(Xo^`(D@gB7ayQKIB#kM7r9z-jpGi?s5$E&L`@D5w@$#Xc3$EG=O)c!C45Of z#RC3tgS$IAsltyw95%eVbjeGU$z{C?*`{NB$=+NLkqhNKyNr-=xl2V%e~N@xkX;h$b`QGL<*?qz_C8imq>yV0hD#0%u) z+}pgFeAxoe1cQY;o!k#QIn!VFe((;c4amb?51YhEBxU31+4bB=Nmze{Z-zg<`^9u& zYx)Y+{=hu{GK3!k@<<&Ecl5zu*sYi#_C4Roj3oil`keioVHmf{k+hbhrL)-a!Cb=D zfFoAK79F&^R|TcVD@)OgN`|uoN%n_0^t7 zW|4ICxu3QYrBI%xbxni5(5@RcS)x-Jy3g6t{V0-O%ZzPLnqNhL)*FM*kYPRPBDGm) zzbL~vOy$qOTb7V1&Dd2QjnBQs>5(qTU_ie&etvuQ;eQ2sn&%h#2U~bKPN*K*TwFArLvy$V0Xn=l;-(ez+NFdM(T{mV8;G@TH$op z7N2u5<{KRb?P{vMvzxtM#VS1+q!kyX&%2|r8v_y__Bvw^@^`)C$kf83=$9AVOyG`T zuTn?o=5FG7LTji0oW+*-TD$_VXtKX^KX};gB(}khXGHwnYKI{ThzTP zvnU;ZifE90cVf!GTso_4eSLgh&iTBUL+)7*B+-fN9`OhTUEpeftymdM z!Mr3~Ig|ImX3hP}=q=A*aHFEXjOQ=;RG@d`j(mR3qZMMDYo4zDHu35^s@YIev=uKL zOQSw?Uj{5+)`=Fo`zNEG-T|*K1bDTUQ)@!1_0Z5tYE{Z!e5)?Q>_%MKGL?D$)qeKy znRfK#89JVx?I+I}^3LrdWp1jg`7zqO<%ah3A-}zDX-QgS!2Po^-|#xbFHE}9dAhGJ zBL%AK-yeR?cMFxM{rPA5EB-nD2@%eIzM)S?%w~W zlFR*HC11TQNA>k0)lGR80CG5+f*C@-m{6^?)C{&9jesB@_q1IoJ(J7GCp)7^XASPb z6XhpkTBr45Jk#WNHY8AqxD_uZ44eRi__w}1bg`j52H^@U zYs|r?(PJ@au0ZHx+U8~}@UF2yHrlC{(X)4b<#0AIJ!-^{sqN*Z#38eC)mb*3OHXxi6X!8~{*$9zb%q<67p_oG2fsYsPK9ZkFgM&Jfr8=m>e zZR-wx*aPf=N5Q*W1vD1SMT;#)?tKJu$b8vQuOnTgSMUaP5{a4}@}U2~^+L!JXx?Cs#Ye^Vt$XkaIatR-r^ZX7ms9kSlOUvy!yG-h=_2g_L zShaaYI=O|7Oi(d2=F|SC&*E+RA85A3J$-k2shH?>ObW0dGtPTRjmIra%WJ;Uz@qh% z&gXJeUQSg2C?P-a?Tu8$AHN)lqiY250ZRoOiMNOs^`8Pfay34-V+J)@g94I+_346M z$i-XYRoC~&HmgMo@@bm)zucatUHK(#oC&ai+Y?}$>miy1P-hF56=>JHFd#lyCD9Gf zv{%2G^+bH}I;Z=LeV_I)b&X~8KZ5Fy6lplBoe=qc#Y=FK%TR#H?f9yi7ai8gJm|eM zEOvYEa8w7|s@miweheMRB4zD_J4a!?O{ZVaw_A~-0;Kk%R4KLiu&D2h(`7$-^*VKq z+X@H}bq8C8bJ_$uo`31fNk)i~|iz zp5(1@0jEEO=9|!|&%X6d*cAu=+MotM9zS<)-*3zt@P2G_@>(|H1qQ#0 zbBzi1_v2Pm4(aMzU@lAImQM`HYh1ZT#h}ik|6Wa3>Nc4cR#in#e|?@l;_GJ`g^(Fm zNKcx(g6=cDyIDeyx8%_m;vL?GU;gi7`4LT1(DSCu?}T1&<0V}eLd?OuEG!0ip>_Z5 z0SuaDQK#vWMfXc)ol{C%pcj5&%Wx0GPItvXM0tB+N?>;&E11Qhgfd7>?n1zS9Dh%9 zJulC-`M2ZoB)$+dM^g2ZWd0~p4s7@BI%4MRax@p~UN^`=%3vlm4n^f8nh!%Wi?lyY zG*863#Qz#Hy7L^MoWi~r8&tQ7s%rWu06e0JbR0MHpa(RHl*D^t zJx*?u_B{SxX2|mu`^{adL-f~r&f8u#l1!MH0v={>m`e;T4U^{o6gm~knRJp!*9F;5 zuU=a=IfVysdl3km?*ry6d*ZqxuWj;9Q7$NNwIyca!Zequi-}*}cRR^`b8Y8d#6CHX ze*?yR#??BoWKCLwx|^9+m^opw*TW03ivf|2r{}7wa+n_~4SDHR?+q4 zSd6lP+{aXm~5~EPz#oL)lz~D>6U%?!f6h=0^Ws4;s*PC z=zeJ`Q%Y&8R88)vP8J4AE0@$0MZ#?!iI`X;HEk|LHRi!9Azj~5o9`8h2Gv+R-?ytR zl+t`)xiz!-I8We%*qSIkI;7k4K}8`>kpJSDaF%a)8k{IH;D zk(T-teGGUYk69QL;Y~xQ`ejZH&Rc# zEVxQ7n-9)3*GjQc%u+C7WI)Kf1 zzItu`XQw7Xei!!y%F8$(>-0j3IKS0Vl9kWhydCX1>si!4irYCzhPX=>a(bpBByMCW zwhv=6cY!Nqek+syJNZ@-yLpE)*@!!=Un^!=xnVS48U2}ld~t~UXujhyZ(Vo`%*x6t zC(O34++SgsD3|HgLcT&uaB=~CIaMo75)artbdDWUHn_U!vb6V;+>E0`)+iNY@r39Z ziFZQoi4VgzUyzya6%&M5o`d;CDnUI_`F@Ah^J3{A4hsF2+wp~AZ15*}f~f0I)~j*| z_Aw4yZeWJ3J~#f5eETzAd5Y$s{STJ*ROJ=;Q-Xk$I-)#)0$sH%AxYEIV7*oem0SqLhP{Se!3!oQu~9eA*!aY&2#Iq zg#sCz@KxCZTWdh`Wrq|EZu6bRu1AijCAH?TR?TT^Sy=*2!n(Wg>34=@dBPVnzz@?XJnl6t34o4qr+Hydr%kIQ!;X?g_*>9(VpNepFh=0#U{BWJ9aFepsyL zt7y700V^EW?8)LTGOk}sTcIP2TEUrX$Q`3^oZHATF5pw+U8dkwyq@=v$L)WLM#q&M zV}8}*ezY;yte3Mg3F@=M0-kKK?xqD;I9SVZpG}Fz0=4l-i3JY%jC2Bf*Ye&Oz{pUG zk4byd1v)!@Fq1jW|$eBg*q5vw?&`4b%bp|bVncnC#;(dZ3r*(H>_iDXF^|r z0}Eng+PMr~lBi*k1v&%Fk>yx&SYTK({ErKmLu}F@>AuhQQ2YLnU|GS!NFW%aV4da9 z*W<0AOthw1bn%2P(!Nmv`I(uTjF1vKNho4!|UQie2rd6A#Uv+`a#j(-xUkCf+sLso&Ecti( z;L896cn!}~0la$9#Tuoo(gyt|B!Cbj;7{ZNu|=c0(DxGzcEOfwBg9QK)py@TIO)VM z3k2<=@HO7Ur}|dB6Zo#n52+PMD~e#7T)`8+0TNkr_+YOv=h!}-ZHH``^T=Lev1fW>^tSV*+$kyGG-=8n#P5l~rq0XZmrlrw-WTNc> z63cvAPYFxts&e!nsY&TbW9`(pSln8y@<+e+c6?3#d56(I_p`U;fnBJc1u1SnjRz5I zE_#IsNgoCEq~D>t(k$B#rr?m2NP4VEuIQYXjJgo`q~A=yiYt6Y6X)YuqrlR`TRyC1 zz5fUCZ+2>T(=6L~^yr!<=|6b7@xN>Uf!}*A6kvCie;CQyURZwmDbh`!&?m3o%z)9n zlb6q-z2Hxbe;CD^Hg`88Q0Cdx9RBh}cOwp!bykrQzoj1H=NTRqN6KUH?J$t(1Y^CL zRQ(CEzi9ZuUVQa@QJ#tfl{gj9%pSn9fGxI6MJ`?KV(%1OMFWhL8=byfzM4V+vL z+vwCbyY&%{T#aKzF~f)^usnEv!t2dbG9Tq2R)|iOjQpu(*t;XE6I@^H$*}Dw1DH6g z#9l@}g0e+YC~FFnFR?mnpHcqqS8d|?*-{{|U8kV5vpj3<8?^uBj8Eg4<3T6UE&%B` z6}i80-0zMwgeY)eAEJL@FP|pqz=L_@l*Rl7`GG#|YU#Ge+*V_*Zax}N`Jd720>Iqd zH<=1mt@rNGPmk&(I4^`$Qo4)QAYQGP2H%;Eulkp*_ijg@E*!Uo*3;oK@KvYz$$uo< z2czz^Thj(|VuW(A@TD%0s8G(Y1OjMS-Y=N!1@rm@Am{|`9q1GMLP~U7J90!stEI3^zDm^ znyoyBq_Uvt0z!cr#=^COcCU;b@@Rb6d-Hy>o?E8V+kMRhEsZ3!dl^19U&ozpFR&e3 zBk08XyzOiR{@4m3vPBv@7nkG)L97m$%+NiLW zxpN?-tpkqpcv5s7q7*SIa=66_!uLu+VQbgKUse18m`UrzHk|weoNB|h{?)JU$FaLs zEQ{lDtu*ECXx-|4c!(mh!NoaiZh+IaAWm`>DM`b*BNtT{fnRLP#Q*D>`Us!}0oRxG z;&N1kdAkHYaMR5xe?o$wxAQ?gUWgTTB2@1TX0r~%{SFO!+j5~RQ znTc|TFE9BOV-r||2mv5Ff~`O{b{qqthAf6z zQ6t#Yi|b(sBOQiQ{~4XF?lFqiAcj7p^<)`)dTahoGt2iQ>}hj(Jij%ZfXf1~e&jll zL21NOnAsvd$`c!-y1F^KaCAcz?mtuIK{=QKGT5-lOYz6Tn2#i8=nv(>o{!|!9{iWhn}0cZVL+-H%eKCBXBT<=Z>Y?NcNjw%JYw=rBy zqv89HILk`NaK2bUz?IJrqzE4J&-{-C@RoRsrDTbp{((P9P@&jNCV%qe2c( zel4CLg4aGEfckX?jJ~u0%1#AI@2B>9FLYHc(lNl%#Mfij0)bk0hNa`Hk&049utz%R zDEtuL^49*!Mu#hLt$>=v(HRxj?P=UQ6XJGX0Mr(~hPXxGbF`&T01cA-JM10_u&8&# zW8fxlg18Jj?q#D@`wA@!!1wH1uJK0B?QFBsoNwnpA_2%VJ2!8zH*uJ!yhQjF$|J0- z!oZQA_~}v!4YvCO;xGBV$HTJo+0EbN)1Tg2`h?nCSlVRmjkSEqBV>A4G1hyav20f? z^4`xli9Sa0=QCFEUEXM-XAq1g_}HsL!TyN=CmAO4O>iFP*vQ4{oDKI%UZAreFXM4v z;M@nvtzJVdb-LoRpR$d&-WdVKkH^MEh=hPU8U*4`S|b`BwS#`YRwcyODSUdT86$E{ z^GCX;=q%GcX&0JT&LxDnai=(Z9)-He5aB%wjcNwY5X5Bltk}jrcbeq{;lc?KVb@54G1vvpt5}R=0)NgSGN%U zdD!1)M9gnghy9czkdyBxXR5Z?$MkyFrj!{pW@{qJxkBOQuG_f^*>$MMO#WlF3WX+T zlOCV>w?|aUGNhcohwZFPAgf;kTI%lAIOK;66@BmRW?H6of=2L;M`m={L%mHgheKm} z--4TyYhfI23l^LD;VT1O1exznlE#^Ec2bT>!diErdYHK-&we`><&3AyujT6WflsQU z9>rUx_cPJ;^LP{5r%es>l~+$7k^f`|{D)3wAtCq!v9Y{RfIlGSR#N!Fl4NM%d$d)C zO+?t2UkBP=w24T?za^GtQ-FCFIN--UsK}IwP}gq11=0whzXFtQqpq(<{|U&lv*h3Y zY~w?l*w06~ROS(zryuXsoL;NwKb*+Omu2FN_}9$pw_#l%VA76IMbhMIu*h?@68&Mut^u?|NoNv*@8EidZD;EH=|$0LrAZ>$TR?$?_@v zC7g@cKVFTW9ZIlz%Lm0rA%Q>oHT>jxO@D+C*P_39mjb+!BKw9HTcS zFg2}BYxd!n{J?-R=rPMYZe^x2F!2PLMa#K{;I7? zMh^gQ=SzMdcX7~N2HFN9^Iqe-Jc7XYZI7%TQmSOfHLiZ~*vMVfDi__GaZK%FsXSKp z0Ot&5PnH?kF0E{TDhUX11>XFa^>P`emHV*IR%=LR`*5+l7DM8lIYHNFlIyt5Kf6Y~ z8`?=4fl^%{h$ouT*?$ZTMqOT!Iu}uu^$)C~+*e-|e)hFU?COe7x5Au;7i?Baf~0b0 z1EdO0=hz8`0iz)+1S2u0=wo*t%6I;SgJtqjb?CE)h=V#r@dfKn*xed&_!L)0mEwdc z_1>JrNL}<-E)}4PuKQIlWWSJInCNYgZ_LoO9|@6@ximyN?6N{DEQHzB&#m`m+&#Cr z*+(8@Bq?BkRCfpcC1%l0Z89H-@kN7qJFQ|W!y#3@5kk9xE>Cp#({|-6d9a_ql zX}vh+1XwU@9}%NAedk+Toy)d6$`X^x^D65fMRwWMXf>P-wadlx=0fI?&>d`Xlpuk<@Ue}N z8vgAE?s-Mo@wDA>*YAQ~u5TJH_+Pqb@Aj>YOa8oAbbI!(@EJ$j%g7 z^ub+Qu!5Y{N5F@Bw?2fjPWGAH8TwFQ(DCxVBlWE@?(~R<;^a3bPot}8wgERwf@5;h z?D3_CPCwzg{#C$^q>2`PxNTjfv7%vu;z^*rV`X5))m~L)t%}S#wySdni9Vd9-`b_B zr6S2?G%J++X`z(zS`72+FaRb>e1lTz2F@ItLhN|gz630ThbP*u_yJysCjKZ`N9kCeIX7ksVr~R z-G!{NX}`XY8ey&7=8j{hqDt5-10Lc-Q{`f7smq~O*pHRd>y=jbywXymua^6i@U;iS|nwIv=}f!or{v|aM@&g9^)v{6}}2#m-@O!{s?o+ zy&9BLhcMJKFjO~LYd*SstY~6i=_becz7yf=lDS>A&Y5owrWTe=%<4Z;wf>=A3)w#T zdDtne2K&<{i_5~1Jv$dKb;+NN=%5(=Seq?e%I60$kjKvx*Gtn!Gj+Y#lain>n-7Gw zwu@I1A5tS5KIO&-9V}>-t|c?3iAr;L@n$(aPU6Z*T^*}UPm<&W#WzKsOfFR3T`NB&QMF{#n3wBB|4XW>oXb7 zOf+qKYCWd}+qzh1z@^b-mc0e|{`TGn{QDr}eu!wDd}WnhrdqiRV;JupOqUzQJ=7ca zN#*sfUIZm%7#J2*QhEf`{d+d`MmaB10}h#@ya6noLE8iPy&hble5Y}`BUB1sqwgxX z1UJ>}r(Ad3O!QJOgQAaa3%~>j;hk~%O8F#ideeSqo!%bURks9EYEr?K<4-iXMy8S?%ur7{O*$3_QJD()fb2ElE&wg9)tZPws`M7`hqcsJ>k@!(^ zK`a5KJS0Q0nU@2FnTlG@<&YGdL4j7?oC2XsDSp9!UKaUw^B@v4>N{zUAMqg7>&;C? z^ln67f3Zf2O)tX}6oJ4@Op%e^dW6e3ZCia8XKlPz@!RiX)cP*I4enQi(GZPB8K}~k z6`lst=2EO^?$^{9q0jpv%yI7gUR7({PJDh;XoA7!n78OBy?(y-M*6ArLz);Fe{Xi9 zmmE-gwe$xJ6Ez$nA14JT2)%G8rAXuIUspJ@@fqhrff_R!uRVvlMk}r+VVKA^Vqd8P zp_a&&)&e1#xQ!G8@ZMF(Cj#_XQ-6}9ifY!3m1EI+K}CbQuBZPXlW>J(SIBb+a<>c% z?(RRTP0*4V%4_{xmtiIUSaUmo5S%VUw@1}?`H{A+vLeqnL?_VKPsqMN$_`jKCZC70 zb8&1Tj`&3p(|=m5w$G=4-F#t}@3k{)HecKN2C7Cybaco_kJAWpA_H6gG)AO@D9N#sWI2b=$ zursMlt{K71vGc6-joBsW4obApNOcJp>c`Vaulv;Z>BzbH)I0%k7$qXC72{z1qb^Qr zXMa+BBozWCr5GY0!`X3VdTgU8Z_!MS_u^S;O|Cjx?MdRH>lV(VR#lfhFw~<}M-jxK zi_s4#3f^^R+&ZS6B5jzI3;?^5@U5UxkozK9f<#_dPMvrS7Ad*_)eoK8^1Vx%(4qP_8Xjo(Ujpv;=R&xB3I+~Ej5$UYD)x**Gf>%Y7+s?h#6DEd;IwqCSB-oil}NtXH>qXIS#9mWJAAFDFs&E_XA~ zS0(YSSvie)^7vaG8S6Cyx1+qojS{tF1h70+UbZoBYKknj{#KFw7+;!g8Utyl=DT3p za*5s#6||Q7t?V3kX7FXcmR1$=G8=Bozr)>W6FzoI<=$y`{x#ToZqsv4qaaswvcDn! znTO_hZ3eG31CcP{_0Abb;8h`Knz~z?`9ZpgyoA$@l6|R{0LPX19RRC=)f3fCd?kza zMP%uGK;NGr+JButE<_x((UqMnN2RikUZA{)ms(>X#m%^vY3Kvjs_SGa54W;#p>+fjwk7%Do?8g|oAk_3ZCv-c{`SVfTSG73qMRAss0${N%na6u zU#qc6B4J0rV;#nvxiq_U-F&x&%<2lC3m3}ty3LJ}n*zI*XYq0TJ2tgs;!dfl))w8R zCsW9i#Hk$)mzZEC?5XBaHwk5MJgiBA&#B3bCTmp?reBTYTiE(qdo@{;Ro~Ppm@>id z;N`{M@^qz!#)(Ux&SI+KXo@UhSSV+sc&q<<=H0{Csx&oSemg{a8Z(Va_6aTfqRhpw z^~)@S!1J0JWw)w$AKf19w5$`j$yx&>cu&T`X)%{`>lT2w$4LE_1OULhm_qd-PA-1h z2#w3QQ!aSaBEZExjhkzU=bWD4n&X+qUMuCZPg|_)2f2Feev~6guc7kn%Im)3{~VXD z_4BgkB&4asS#3gf^fb04Zd+8*vUAia4(@7R9T>qOM6v#l%uI8gT2MTU`;?O4S zL}$2-g~NKQM(q(pDe5PCzhh1E#M-v_*l(<*T^_rbT;5Qw%*2Vu^3N}CX5ynxOuLg5 z*k^>7g&gnqw`qt@jygLTXlZLHPOc5`e-dK2@LEhf&#>0yPh&hGX?xBWO9o+z53#Ix zD!_iod}gqZvJaGGo&Hu*!#`f7we>ZSZyZ zS1Hv5LCB!!32op4B&%s=ONr|vGg60N}f^k<2X# zLXZdcW6LO#F=CJ^quBfCt|wf|cfebcYMk*CmQ32Y}Z|hpMEPEry?EjRe|bVn|UG? zzgA7m@~zdZiTH9IZIOv+_EZ`Z%#O(Y4MZ$qpd;tCjt{49DOGX zq9>vVcEL`prL<}Iu5O*RQU(t`Vr8*9mT#N`gO~T}Uxp$Y46~*f4A|!T3kgAe^pAb+ zkDhj4e~WT)xPRY*i*NVOIs7N;I~+FaesPqg`;zCVtLbSNuE6<@yL6cE zD-#WyU)YvZ1ghAM%x8Vvzd$-@=i66H!PCWfio?w$m-=%72BraVz>i0yJ^+C6cODi( zrVq>owO{1u@PR$45pv4;L_HyevIl#b`}ZZSJB+^N`S9upNBv$aug*%y;*xIiND~Y^ zU86qHqCJf3GUxZ^`VaSKQjwHOQ=;G*wi$oP0#0VJihirV-+3~$ z%tE2o2i<=5a%e{d)Xs9{0h)yYo{slD`?TpeWe6`@EuP>a6}z5}m)KQ^RFwjl#*g?LL4yw~?`V904rr%W0)Rf0$%0ITx$b@NH06DWWzVDSdK3W$? ze`Tq;ewcWSp1%pjsCm;a=3?Du%OdM?mLZ8V5J(+J0-~w5J@r)LPQ}}1PCE?%lLP+e zDJH^Ss;*56j8=G3NTCMw;w`3Fa>8Fhj2Bf!U;@A~d~31YDDtdfy-nxkQMaU7tlNEs zM}g>#e%f9@=3`n8+z%aMD5~JqLfqhH22$f)`R6EpjGDq&&c0r z+urs16)F{PUreqyXE#D;XH^9lKGZlx2Tu;hhA0~D8C1~Y{J-r!+ES66zjdo@t*+Eb z#>sAq1%^3rkw}oAWuE|PCoyMOwya3J<(BKTl9@X_%Jr_^@?7&Bk^+88t+SvrIBc+nuS$R8 zE_LBCq39H^W7h}w;jxReZj7K!BNt=EtERIkp;sJ%b^ecoX?!n@#t+}(Z^q}dJT6|& z2e9SMzojVuTNz{+9p~3o8ZeSjJ zFzY-#ORGhY5vlUhW{r+V@%aO?S@))i7{)8v(~jMg#T@tIS<<>W9()iQwo^B5J{y}3 zp{7yWLfiJMyt(odSga=&#E!YQi`45cl)Fxx6qLOBHSiq!;>G30iJASKr2Vw$dh^lI z3t9b=wJ*&qXCR5|4%Q5M=)l* zA7m_JJucSokov&*T{Q09$N-%w#(ZSU!zQ% z7?Ggh#mPVb`2D)Te-~%hF){SakrPgc`)fB!>NAC)q()ipE9GNd+xPS23E>M&pT>X7 z%)a?+yP4JnzviizV@b|&qCwH8O>0%ju{?mkB*#G3Lp9^&E|TAq`hX*zu6U;$EN_iA zPP%G#cUYPveQN06W>*n?l{jv{ed4L=Wm+n3mXfFcOWke1JApW1f{`tFCE5#2q2d#Z z3Aw4+$78fDY_m(6$ix@K)?7n0WZcKDVJRWDkT#+`VVESgdS23GDyZu!h<2wcBF;q6 zOvfp7=|`;LjS-ieBh*h?#O?WZK3j`!dAjgyf9m6OVf}BNzK8XH5s{tKi8>K^MvZNY z>b1!=-kKMlONa{F*)INVGSJKpv^K13@rB?W)O8M-VjWu}lV`OU^>&Tp%$A_Qtn{!< zd)U}Hs4RF!HulN$O|EbFu;JoHrM!#6B%QS}fs6!{Y2i~c&r;yU8!onI>!Q(JNrU_~ zbarkWKsDc3ZrLi!gTEzemScm}ctmV-;VbPmaP`86a3Mu^Jf<%Xe?B{MHp}c{;*lmG zuc5EAN`*u{f5HFV27}M0v6f=0AKYbMRT0ABma-qvXvyx2*5%D6^b10GSk~u*DGez? zcoh|h7z&d)3kZ?wQ_eGs4Qnv91c zb@J4I#{4}DvbYZFc(2y=;lYt-5p@bfuT%lFOK+HC#y}s`eX*>UY2RSdR$s>t)YAH_ zwqPlrdvS?+_;iWAuHH$p*O_}4%m7D(sHUoqH>9XZ5o%@b7c~g3C!@Ll2+j3Zdg{Fo zU2^}UG`@E&Vi#2L^vqswveLk*`KlyekH>tNR1v!%AQ`c!Xe4CdT~Cy1oUj;lq+py? zX#Pvxf*;3*`yM3ZKRkDt?y4p8{l<^&G?;yX<{>JR;>|E)4MLg*S>PFGF`m+?o_H&t zddag4cwrsrYq17}K9T*~D%q$lJZlc5wu#(-aVrwn^d*b(vN`B~sQI$*G^e529HskwD;W=%|)O3|< z$_g@{SVtLg;~1i8^i5R`?I{40Sepp}dAso?OXWSv{Ai45Lzi8dpjw0}RbVN#2Z-qK;opS0M$e5%_mgW7)zb3J{Q$$V2yt>y0QhP^P%v@bqf zqT%|H^E{OoHnMAJvX*YH>BS`(sr5swl46HV{+&`x z<4KaaqUn(QB~-d2BwWdoXDhjfG}hkarAr=g#H;N<^1bu2hD1rbQg)RTke;r0=lhg| ziVq;2#w%lA7OM;;0016-b|UpTzE|o=j_GQNVV~xZE01TN4i28M%BSMxQox>jRYVw?6f~qC~fuaV{s&IZH zz!w4@Yk$@ADaxei2-ug?lp7(AZo zn=qCs44%p`KWo?GQ`LcH(Tguh)3>^(L=m?&c5w!i0E-u#wYxhd+TI^la=fGri|L5> zVN+=`NeZfZf_QCWI9{duB6Y#FMK|&Ez0{<$uXq&rRQtv){k;r|eR~Sso$%iju@-Tiz6T15yPSYZ7OyLTg4& zwji|hH8x+OPVX?6E*|R(cTYK%#%Y!D)o2B~50mjEuA^N#cQ0GotPdD%R?V9)93*q6 zy7BzrR)=fWFs8bI8Z|kPlH~r~735OEAy5^#tJ3E*?mL@M>Lv>Dm1b*K zVZEqyRO)zg_%C(l5#-R zsgEfRe6LTUWmp0{rOu{;Q-#t^LyVz+bl9hf^hW(b?33_uifY<5x{|{djd(=(7rCRW zv(0j96#NNR$oW=K`T-HUV!l5Kl_LHKv&swYbtDUn?$6OAe3nLa33ksr$6crQ!5v5C4=~ap#U8EC=^co^I1S!&cf>fnS zmxO?bQlx|)AS6**0)a#zA(BwOjqf?<-us=if9Uh@BYW+&W*KwLvDV78SqSykF(ixD zn^?gp4P^UClYxWGN*7}-~iW=*klpTMEskTB14GjJ&C%)`n4` zU?Su*VmTXhw$Ue|LVCsm6h|-7(-bQy%(DP3R&hO;P|Q`_ z(h?JK2as@kBk&B?q9Hr)-)e1O=t*$Vh~5C^_vAxxgjN_{f18x1eV%BC zE-zvagn4rStcb{wZaiaBRaW}xr^lV5By8U0tzBk5L*wSgVzTEXr z(!o25RXHimUep?)ex)wLYlSA`?*zt=xb*2(3wal~WZ2xE_!Y|xjQ=B)ZdHaZ_+?n} zMn$Wq)^8M82Ck=}VjPo@DmG$CReV=_O)GDU0?MDt~@`^&o8Yd1ok952fdioyL& zJQ9EbvwV7H*=`_qDE!msbD1v<9~8U|QQZ37*!^Of>&6fpM(R#987a8qS&rCT`Xoa> zc!rSTbr!CjtCINjL1?*_Lof6JH4MdCSmxUvx>MjTaCY+io`HP+NUlb~Sx4qd2GDL)>u} zrwUtr&;yDMPW4d(Da`|0al+&7ope0>rVU1kkR)OGqpRvlO(IT*5SNuqlsXv$mE=j7 zYA9qFZJJ%a)<2DZm6En`b;DO%0hGoNUT}ZV5cU9*pSF@YVOeZC*!Roi;U#dg2poX39TS)P{Y1!|8 zS~2;J{sVJs~2e~GFu75JyoK6?vWpJ{KJ)tk>trg9U{d&g@QFg5bs zS_>OvCL}pbYG$+xNEHaj1u!b${N4$nAuKb55j4bfSbn&noTEXHa(-8hFG`-@`hL)_ z*q35u-3p|f-L^k&J=8_A3tQ}#dbB`YHDgHTw<@cOJ60-AU2yyMw-8vD@X(GF&*#lz z`Ytsz^0#B#kpt>7HzgfX!Yc%7ltY&DV3YpNN5zIVJ@4G{TAZCKwe3xd=k=c8v3xq{ zs1le?K+=5nDRbG%#*D^T-WdI<2V8$0@UGeRpC5?uPHGyEVCI_-=r4?fX@oyHEBixP@|7uW5^2>t(eM%( z5=ZyDVlX;bQgTvSV%KCfR8{f{$WjZoGMlnwsSh$$0|`gi8l9#5Y;jjLS89twA2!QmAw`ej%DtF|HZ2s(Jvo^c%^}vdHx}8vY#j1tJ)Xn0RRj zyDFGNo~f}2m5CP6#6@T)FujYkzeO3aVtx0*8oMLf;pjV`anVjg%vJDe?5-oqI8lis z=^Y%qJ1P#aLX{gjG}Nkg;ZbVzo8^MDb5X1+8qN`qqH!Ww2M@uGtrJ$6SQFmDblZ&OnEkYyuub!{)x5a8da$UV$u;Nuf zEpZXdn6(o!fWT+?l(;l`hj};B@9k3?1j!OahRv}$wQOdm(?1s9!JebKiLdsNV8?J1~V3%(Y! zCEoQpRmq{rwZNkZQ)i=+-UNn@C#XWp`~l5_-#^7@E5q1!B3F~y=iyyR8Eat zKJ+$#^zm_+&#w3cG2qzg{_{2LX9oz9Z>{%ip9_6g$t3xt!U~#pr9>3|lv;BL4Y8qB z^b+VD3yd2Tq{enO<`iU4_h_`htuqG!9?49-=t|?_nw8KIzeSBakRq<=_eiI1Z;mss zO~M~Uig@-?HBF9FpER*^*3+*$HZHcg2GDpzcJ5ACS{g*R?JZ79U->huK78y9r&#J2 zogHhdGk5NM^2|rwF=GF-(SCd(8vTLgMtouLnmuU#)ljzgpnnfb|NCEeC? zUm9RZ%i|mGtIHNYHI~iB!s7ey^t8oIwD-PfT!7d+mAHNC91&U7t6^{$zt@#%YIk12)V{;cB(p?R?31w9=sQUfuBN~Cj z$ZHg^X^)54<;p|V=}F}jd^_MIS#IV~(Ad@_r<;afwSrpI9@)_23Z|0gW?6rD>%ASn zL=}^7?0$OyskAk;Mf_q#g}-&xDGe5;|J9446<;2h=YgDyHwmn7Hhz^Q%l6(kYaj_H zjrxGZRv#oUIA0%n6PUgP{V-!&s}>J3i|~A;ty#4Eu#_}^>U;7MZ!AvgoRV+QaQ>QQ zH||lNt3fW$A$Uf{P_N2CVy#8P9$1D^n{kdh9a1tTmE0f$bB?B zhd}^YXeh?V<~gfMAY>p#okKwYsCiDmel#EETfTW_WJS@W6lftCH2{40;6tnT0||K( zc4i4Rd%`qY%g*Phu>0#h)Tvtv?y+x4 zEpcNA{;lD}pJ@ME7r$@Xy4J9;yt(+VcrA%#MY`#}NC|x7PL7~#*_lV*gf2~V9;fco z02Rjs^Es)2%{Mi~=1Atn+Ea{A-W$_3$28tEt1%m>Kag7+=h9zr1R@Sd>fK_r?s?l~ z9yBW7Z9#Z<9)@Q+1BQ&l$QcyGq)gmpMUrX>okk~qdv1+yHtx{F*{X%>yRp1MWK7w^83uUnl0cBk#%fR#IK@3#p!369P0IXc^C-MqxdT1cr8hFy`&_FWtE~9+2dG~B*{+F2sE2tDgBh$M9UpbtO+EV@r9nTaVY!h9Sx)z%jsH$9 zZd_7F+SS#vfR4Nx6|FjXgd>*Ux&YA>@*hWcx^b+4n=teJkpxq-N`i;gKLVDV28#}2Tn_?HI&M52SG%3R9) zi=Z(qBto-MKay4DLp1`uYnZQ2iK8UH1$xuND8IYtl29HiD7_S9;i2mKEYA!dYQ5f? znLGlo$a)~ETzEZ4#+qbX6uY zTL$+O<%Ga_qqH{v@W-@K*21saB5uX9ni2T6G2JscImluD7HCT<8SEXl^n|C^#ju5Z z=i4D=0)4w``Pk`8+S{u{L!(Xzh264Z5`nqb=`Q~)6v)C zJ339kQ;-6_f}3&FPHNP-iDS-q829VAnZA~kJHZ->TIg8)zTEostD4;fb@|wD9d~F6 zweIx~)1F9QM6T#@h;Jo&ox?05{U>{R?NxlQ-2xiT8tZ`o+xO+x*y*iaLo~@5E*&I& zEI7LHX_EJe>6L;^wpL@Lg=-IE24%a=@2GYH6i?{f;m9%R6rj*RueSbtKe8#=y`fN_ zG5@*kZIs`tA1VeuN1;bU!eax_ZzGKJKMfOh_1C5{eE!IDXcWcZL-CDAH0IgDr^rLi z+QclACeV>?`~%5fmi*5&w?l)Yuzj1#a$QePTSG}nllsA6EA3+b@A9WStj8OA12iG; zAXC*jCSR>%+?ZPeg#f0jkaX*W?9?ZAfCRuo*(oJ>RPc1o8VQ zj<5qARK&J=Ro>J`4yT0Id+1GCBX15^M7SniG{m=stpDJv2+EsS3%~X;|B;jWOR1B0 zl-_nsa$O1>iE;h@;7o)B$PVGTw9UtVjhzvM@G<%tYkLt)i<8|g&Bw(mHFm@*0lCtz z`uxImU#|$6`*7tGq4s-5Ek%DjMYKT@t6fz7Hse;~Q=b}{I&I+P^!wn-x( z%4`BpK&9wLSF9_;RvD#LhFm}(1C`sRYl(g&RV_^e0GyAHU$=Xb!aLQ{h)kVfPYBAc zD{m9?w?6+7I3`rIe8l!uQemp35u%EkaCt$%gM9SEh5WgKb<&{c{kA(dvg<&AP-J`| zF754M(Q|Pr1FprxUcJLsL5nXLS}s_F1=UneJAIo<+c@(G<|-)Dh4TCQ?g>`jgz9c^ z+z8x3qH)0gkcmk0(x1X+%T>7FbkhqaWJg5Ettyk|& z=`(YLb69yR%#spOY2uR907eHLen-_%G4e%HjFn!U#y-5+@ z->`yL7=-F>Ho-;l(_gkB6QmZJ{k4b^_)b=-{KWP7K~pqi*vdB_8jt?XQOGP3tcz3X|50LKI-(!pQLpbwY zjN#XBFuGuf-|e28okR-{c>TK5qObp!7<4_sMLMreP}U|7(KL|v(wT1~xo|aqp?Xp< zoHOf?`?Z5oT{*Ukv(0S!tZ3C5o^)+cTzPa(y_A(;C@{y(_AEN4F7mKMz_#(y*T@1{POsQb3o9R@;&5~Pv2U0x~IKn zc+s#jEHveud12=I)qTKaqoi>-yod8ttR@Vh+c8ZUqt#L>W-)y;Sx4!t6QhM59)3eV{0va9Snvo61c!y&>g5%?`W zRPx&CMC`8`KLG(vC|%NzeVD)*!U(1_TSuA^P58#B5bD;?rue!UTzjWaW(4Lr@MoZd zo3vjSV6o(+yXLW1TzY;AFIF$h@}o}v3(AGg45^31gHHWoRy~@ZZZ;x zs+}c`+yN=EBkoNDH%`8Ko?a`IJCJj)*-^W~I0((_)DlPCsqdVcx}fNK{eD;6w;~jq zu`@||ielj6HR41qNWR#UacjNy*SRH7=ID8FHMq@{-lB4irj<+j*3cO&lnvaCbk2h< z{{}AWD9bIXk_Z6NS+^IRHYqc~qa43B9LfLf>kp$2T(ph&de5zyxi329H@c_omk zLE&ELNG87U?)k>^Ou#x1V;t5SAhN6|5ay$%=tFIZnBz3S3zY7*^jv2Jhwf~2EZlqt z^mPR50m(twZfIt5rTx)}d*e!~rglOoOwY!*r_1#M4Ht34{zfMsFF322pLIR^{9DV5 z9~%_9ebTkPhMk3nAgN~~AGB&fWQ_v?L9TL)spQ311`{)=?)=h_AM+kRtKFdL)3a6@ zBz+RF-#qoX)p-@_9i;8;SMb6s;60+odQ0Bfw+@*7^pmkzj=> zUG|*f$4-h)qbT%ptSyIOGSnf(w(UBiv6C8aR{a5Dmg81=<4mnauJ#l`(eIwyWM0tu z^8TYN>OblKNJtmCZ*ke)R(z@6EWjWCsOh{U`Rb#j2%!7&CXsAq3T%g2W895aZ9T@a-1@}9Kr!Q%p!{>3E=K8oP%}1p5$<3nRFpTiVwACdxI$hq zBRx_(3OXwB8^~6b9R+MB*rL3c<1#B%`e0yLTTK@m<5uB#$P%K6)%XtAqYji9 zPAP@S(t1sP9qGBK#nwgzTQh%mEhO}6!i>YbMtb>kzN&oa{}Rf!TRNX}vSnmBE4OUU zvRHA}k6ts8ueS8VS_pCzxS0E)pX$RmdTcD8|ET^`9JI2AA02orf;;Dyftw)T0Bgp``Sa3GW2Vv4?}5$?^NxC)THxih4G7>4)FWw8pBcaFzItYGx|U|? zO%;Szwq)BN}nYBChk(e=(Lf~^hVL^U$NK_@+x~R?7r4} zW@Esg+w#MHGSc7{&f{&kipi5bbS?3nhSd?-w9FFIAQ=NvqZ;Wn^aD z2&*9l2)9+&-|3JU6V+QHkKxDN12h*>$o1wr0X5e*ct1{QFZfzq^dIR@RLRx`1pzWY zV&GM;X+Q1`ML9&tC)Ekhi`}+mpwgF?U$tsb@fv79?QR%!okOfAy+lt}&LU%BV95$5 zj8^q-#3Wz4NK~+r%dinU+pnr3mvKS26y)if|6yIMrERS8C~q|Mk=8k6X+wf)1uRT; zHI3inBJ51O@c~m(gOe_-`s3X3l=O73juVRV0`CMfNhwp5tnN*(?O<2?v+=oWNpf6i zfDq;{*kpA$ybm@vz#Sw%Qu6$A0TY00=)3f|djN&I1H>ic({IER5a^~vfmfxuO;0RwtVTmsVQ<#QUqd-V$z>NS@ z%?C;>k8ck(ti}nUkdLaC7%Ai@w7j&u18182bpNwrkTvI=Fk?SJ2I9J%4l150fG%3H_2* zJ?`{{{IhT5M7-QB2bKL4^Au%*vUx@(k6!wkR>ISX#V>0@J-B%?a zPWn{e?3-R635%oSt}kC#c&?H=kku#45et1o!a+!(*t%}70lB&~hYZ1_%~G-90rSo5 zO6+-_LAJmiha!l4-0I}j(g2+3T~XXzfu)6by1$8qeue+E zf^0XW#+(2}$3IIWn&8pmv;k18Qd|^p#bPeDEvDK5_fC2)C)L@(!$#gBa{v-Efb)Z1 zb!z7Vb+P5!1|w(mmnjVT1q=qINXS%go!!onxwVZWTj?+#oT#UVZa_b4(&B#s-J0Vjf6z6 zN7Xg9?y}l3WkIdw(G~=7@RaZ~pcf<8XJEi8ZS!Tiy!G~`_J`VsR~c95G_VQAg(3pr zC|X7jZu6}14aEGnUwKh%ej4F6rv8p{qTogodiLg^D-NCCSX% zd;697(G!L?tsI6MoCEAo!*<= zB{)y5nkmw~g)MqSjmVXiC*83OWs-IC8}LVyMI-CrgcQCUDK(G0v=z;}S!Jj5sT;#u zc1?+IV-su?U*kTvI%Z5fHEk6MXD_iT+@HfowAmPJvKcPvM+xm={k7)OAP$vl-%rOv zL#bgd<2Ue^-F!>yA(ktYIg#VPcZ9^xo3O_(u-uZwtNm*N?+QjQDKA?+QH(qrF7uwZ z_7vRaPn-erRCtyQ`NcgjRfcR2rU*JxmIoXgffL(nd?kLFwlK*7mKRkv+q+FJ{Mptx z#tBG)V0%-{n&kPgy$IyI@60ekML+&p){A+6*dqaXFoH=D22?{g)G`Du5!&_F-xO#T0Rz)IN^*3N!m=_)Z1w2jZG;N9C zv$`(~C)D!P>!=yqsGSme8^Embn-9ZZc|HAABW>cTr4{a{0!&sW zKca6kC^hS7vB{F9{6v4Rw6>dDtU;(rY@5B6{MGRCNA1`8X!0LHNF+0N#b6BA2KU(l}0d^qXnVyBOqj+aL#F zAF^A%J?bUw8nc7m;n#c);7E)Ion<-CBfD+vfw$CP2aD17G zDwg(XF+g)JcgfaH)fSG5MC-96C|I_siR(0a+oe9#$ZAALPkk|`yw&sF%d@Chbbj%P zT6zt2foW4xYx4m#uz*3=7+&S~pCN9ZONc6WUN24cxVRUFG|#+uTcmN+Vt$P5RJ6gf zUJYMhuZtvqHu34zdoQ%#zVpgAGKa4Na-+(*Qavg_8m++iOG}diNS5=PdaANc+(5AjzD9H6Z+TTn!xc%O}obHLN zeLB2EKD+9tNko9aB+ks5svMKb?#AhUYLcG6A#e_$W61N*va|LgY((Mc0~ub)Re9g8 z*YN8?oAzy4avg4e_BUAWyf&>IEik9udF^<#8sf@&qI9;{@%YF>jRx zBfToeR{gYL`s}04eK&wQc$#hpd%+Fp3(n8i-2s4(*vP{Vgm6{Yz!ki2ZvInC{RAmV z7o|F@6`eciWNRhy2wI*fO8dR3Snqm@i;Aq>ma=vksrZPrCZcwrDp((oFDjcgbobH* zf>$RF3zj*h!fb%n*sP}W2;z=F}-ZM z2G}9p*i`oUHqsia`auJ4Ym+W$zZ!E9as}9Ip}L37HT6$u-_GbEwHq~c2Cj?~H^6Pa zpCJw=VYp$+>|jW3|8+H078V1?6ZiM`fj@`jP?+1~aH%duV$pFb^y+tWHkAdB8Lp&z z6kq*o&S&BHC>^arM8@s;Kl#^HSx2OgsECF|?V_q{6i%M&-4u`f7MV9p0Pp2zQ&%rH z4_8QZPIEmy@nDaSrR(nKvk>^N`#I}P4^VE1U`9x?zNYW{@*0mIDgU9KoZ0K-qXr>? z@VG$kWnKM64SI~kK)$!Bhw8^;tYXsuSW5%+9F9NlhCBHWTD1ufx;mk4=11XbbL_Q8n)x(o9ne`9%B7dI->Z=>PCJSNHCXVm# z*?osgiQmJjoOzrwGIQ5VwS8|QXlfdFA;OAR6#DiZO2qH-sdt>_g)o`=^|}lg<55cs zT-hQnB%Sy}cPFsWo03X!y)Tz=cV447z0E*)(D}oTeD~#>J)GBv^L2S33VJ|!EFxr} zH+^o^8@Ku{rdt=Ge_J}Qu3I=cRhmWcZWJf;`te~`0eQyxjl>BUoh+HxyAcP*NfeT;>oYAcR~k< z-2|>B9*|8?E)?DzWKx@y9_Lr7e6dyyFY9AH=ZYeZVofm78?4VBwdG1>{qu<|>b!5R z4?VoM(qFGk|9WnDaNsWUXDH|T^rQA4+n`ODSUEkOW@PsWW2#p&b-;~NeLXKK%BH)3 z9*-IQ_LAuC6rE_2XrT7)v=sI;w6$i=Duom4p84bM27KX;k;*hfos195nAq`--*Ls< zw{wfyAU%w*L0yIWwGxAhy!ga1v9hMj2lFk%Nxgze87t#7mHW`#?wC=*i1*j5Pf#3G z>;s=ejRu+eW2#+Y2h?xi4KEn{Yvh+sDzNU5e4}d4*fE55pq4Ugg+Bt+!i(WrFO|a5 zZGr_ojUK0ys?KEOW*)bqXnd*oGbQK}rt8QjS$c!?mU!sdw>vxAO^L_FhMP0hB9h^2 zlR{EEUnK9p^0V6-YOCfG9y+DH3?b!S7TRImvE_;3-HQ-rEWviGRM+48#Yg5pIw3FWmT(Lvz=^`YU>-J#{+PvFSSUf}%>Z z#IW%m)tAOttMZE!4&l%CqPAol-`cmMMNdwc-!^H@`qWl-NAbEveO_;{JV@{QP-JPWWvYp@hzsNcx%T_kKTYF(x26}IxeJ>uzs%^BhUgQvI=*wbo z9??eYSa*{&Rcq-rDyvQzO7=7AN}SuHLAL7IDZbk2#LYVX;Skj=5b$Qdan;y+5fO5Km9V$e2ie+Hvxi$nZNc_(=dax{lw-`~Ip5}3-ySt?^EVdzs7Q$R z+it$ccifs$;K6qsvspK@;BqQ{VddHb;tG zJLp4K+rs~eJjyZ$k=Fz=)!#>*_cs?Y*m<-{vTgg1?T^Wz8d}r+Rnqs)$-SI=A$`rz zTPy~zMp3>MJtKkh#(;g_PEECm2PNLQODJl`Y;OYpT*q)&&R;P_zxTvj3mprPuNN9> zgs4V7rI67Fx;wUnMK%;ZjkI)24vTPucXJ&;uV3+p6mP`yp^W(bTq-|2jlhF;=x$xR zYKcRyA2OwL>vG-8LoNd;;R)map5ib11xjl0sI`S|s2Ut&@`6#ca^MR1_N~p93x|2$ zeqwz#x$lPT2q2b z%Kx0E^RCWFZ8Cp0Dj3D8#u7I!q!CnRBPFYO=Qm#-Q-ML05|u+5M|&-RYx;IM-NHli z&a-@5$EI~0`j^FxsMn~6m=bxL-Atm)8_f_P=TW(optf6^RiZ9gmk!)gnoRELhDrq; z`7L%i<$6++Y8o@dwe90u$rl3G74^^!5-q}- zc0sP1Z4&cf`3P6?u7qs88`u1uFDp)c52X)Nf$><^Pej=i>YK{uqH4cA)g@S&dyazc_88E)SkoT z5a|EyWwW@NkK%u?%`pw$)Mnw%TdC zxetcSYB^@ONfT{?kF>d;W$Y-STs_)%DVe+V5SQ%@7-g3fGrUQ9^(pF{b)ik_35x{P zIC-IG43y7#>EAI)=V0(l{M{K*9S8s&8hn~c z!^SaHHSJqF%qH`gvoDm{vLt2JXFh|yw>L`jC%~njNCm#rLBpxeuGPky#cw!nHb-r@ zH;V~k<62qtb4bq74pV2A96x72Q$`0>C_{4m!>Uu+0>5@t`zfme`!HC9+4k$Szt21N zUBuod-d10^&e-5~g@-XMCTi!`mZaF^(oSGB@Md2i_f$DOy=snJNn2YIaqwXL_MN*f zJ=zGoZoC*)~ zd)~|!)dT+;%O@zs*zMy@xP=p3#-GT<#?%HCWh)vg8#-n37VaWvc|1!?UBdpktb4!dl zYM(SU2eU%rC%3 z6%*AWfT-%e^Q6QKVm#B>Q`NJbF)TUfPzKo`fw~|y)1(ije-t7dD6)1DDWq(Xu5PfZGOtwxB?jw~~s!Vf*JRRBV0c3Z?&{dsAj z-z(Nc3K)pD4&80PwQUqXf{e-dkELE}OE1~dF{tgjBg&E68q9@7AiHWO6*L!i%DS}R z)Z{@W-M2sfly48d=Cx9yyu2OxME6Mv>&;EHZEwI~!eN%$NO_lAfM#v~c_wqqJDU8s z?6hTa8?7%X%ESdFjKdo#&if`4Sl;$65t;|A$Lh_`V>5{I?LcY^#caFlA6|ag0&!E) zWOm1%5X|x41EwaNUnL5dn$XnY8^6H%yn^*eHxvvB(5UOjc%{+N>qmOg!`K`?a`Y!{dp+w`cp3 z<_ueQ-AS1M#z2csNx~CyO|HoUlQEwO7t}Udh#KYy>)oLpv|QY(p;bzZYsmc!)pT^et&eTG+P|4ARQw1vBDt zEG%q@t|r%#N&DTE?*?h3f2gT7{W>@xdn>f*;IwVT%$m#cyRd+c=A;)d^GeDX_|Ko% zY%G_MIX}> z0+m5Di<68{#V?(T1Ve~tSbl#!*IWl68AAOKZa>zwYJIx~B$AKU?bDed!KGt+iWU{E zIO)v}^7Xz@Ur@qL@{%6nfpZV?TcFE6x9T zUjNkS-Uqj5mYg1!d7*bPrMNpRC+4UdnB2{*+gzepHK3kKxPsf-Uys;4G?By%ff~NY z=hrf9itycWKcj%xUbwpp1drvT7~j%pdB)?LHI2cG&j%()_n4I9DlnhHdS%O}_AIB_ ztl*H9XJJn~RDf@57Hw%?J9@SF&7(eX(&8;VZ<>-t2uXZl@m?i^b*`}jN zS8eX@7u>H@ZpTN-b$b?3V2R==Z<+Az!K0WeW`u9z!WNrKx4|r69N!GUYLs<8mP+O*OK>+N|XvnJb_s{(_XI+=leaIzt6MFe>4jaOR+kZ4TB*;XPA9N zw)(;H(?O?LZl^jI2j)?GM%)}Cx7LVLx&q!yvYKYumTpK%LDi@y6Ecve6d&=&5mhAO zS^bnP z_!B7Td_2Y>11P}s?zrny9eNc;WG=t=qQlrH+)|g@fe4<3e)C0f27p3iasy_o0dopN zNB0cpc(NvoS&C|ClcQ~saGigw@CJU5=ik*K%kx+yAaje(s{ZZd91PBe-t9&`kYTw%G0dPfc;UAK3Su2_$Uf?we|V^;h4?$~vw} zv$oCpkV=QiG#bk-yZtQ66`H5G^sy6&kJ=d@l9~eZynA<)5Kh$O)C(n^)KT-pwEdTp z$qJ3btKJR8lpQ5w!op{nO@u(^L#K9%!6#o-y}*safBfM8on~NH@+k+%Mub`MB*fF4 zu~tdbHjZOtAWyytV962-mVt9w<-`4CkHqf&y6!(!9Z;S9fVvxIJ%Ux+xAyUmbS>45s1<$j}r@Q@LKbR3ta8rSOK zXWu(xwKC66Xf=Zz9d-b3FVeQMc^+m1B%{|WG4_7dsqCh*!%ILGSbX_>A6C|zH9JT( zt!`BcLV~do0S*_KTcKaUiab;8&;ALskpJXEmJZ>|LlJ(OB_s~~N8L5DCx+ZQ;m7uD z>+(S3uy%Fqj(eY2_H7NRGP^wb`tLQajp_A*&5D6A9js4ZfHW&#n5xQue@P0kuP73T z9kQI1oE?I>b2#rb3(KvW`w1R6xC06+6XgZ+8Rs2jh&nGF%1h8I{~ji}x3sqn*+xhz zrLXRh+8Oj<*R4mSSY^vF)nTUrqnLI&5XbBW!-3w)H|kE(f9ilsS-R|0`xT-u_ms<= zg|rV-SK}FmWa438E2#Jh{Yr-IS$5aCKHh|=Rv=ifHZ*{QV|_{#YkB}eNCiVM2pw4q zceD7`Qm;bFUTiehH-4z(LH+}8c-Y2-^m2^Ou8cdz5Pf zB$#9eQVdV_UD)Lh5S)}!*aPNt)oSXH6FxhY=L)($>A-x8+CFkzU<$rC_OEaQ{MRpJ z&sFf(+2U~ApeMs)q*rXZfl7yw?2rUGytEIZFLTdW+CRcI#k$3GJ*t35^^~UhH43e9 zpy(W<|F?Ue0otblEA7byOdR4nvm-Y^8(IaY%WsZ2NQQiu7{I!-Q-PXLztB1eCHrGLdpOwm?k-^B z;DH)|h-9KXW?lk`T@M4{`{)BU==ZPsqx*cn2vk+O^>5A(821-tPOSp^6SNNcsBgkH z&T4l>^GWhh7rc6kWNMy4*_qqjbKg}lAF?(fX3p>C6Qt{gKuuEFc%Th*@5g7A+!W=I3Eyk0U~c>bgaZ5(%>?&D)100 zKAO^_)eb8&lxIZE?!+kz^6&r3-He;SQ2+ht2nMs$^8q7Re(@~RJNBy0==~GxwzUgu zo5Ibg3|k}@01qX+*7Yyfz^#d$(#h~MiY6Y3YSEE-g0zT^U6^@!z!1YPLg2x^!M z+2}wbjJe2!UuX7?jhJn0PsxDVQBr^XZsXwp>vtPhhSH%uL^oB=9dPaPdx}w2a#E9d zpu<};sM3D*vCyPdLJ=NopKj)*sio^4?b!(3FN1Hu1piM0XJL6PkS!8j9SJ}xF)KA0 zAN)Rv^df~eoKd=qOJ;^#lY9&y*Pr%=_x|}&kz?j_8APpiPnf`@=!VFtb!FB6>9LE3 z1>#K_mL_fays=i{up-w#mkPYmr!&6R6J3S{}VTXNeXioI1KLu z?B7KXg!*ogUB z|Dm_M8ATFROLp%77%Wof58ATM+{vy@oG5PI*^e8NLUC>gXzP!SGAM0cWHf3%jP-vy zLO(*?lGWvRQI+9byVz7afac3d~Wu{!J!vj8tuFYq{1UI{K^CUPwrNs-K#i5hJwDhou&elsQ=lS}Dg5%T)jsR=4t%>8 zweRkZsk)`x?0>KS|2Wfq-t3oOCO)6cjLr8fjd|dKm8#F>U+;gG>djlew*LH%x01Ja zSm#!*o%rF{-HjXn$@U#M37*G6FVmYG-XHIC+n;)88>rLWY{p5C%kyfX)pyn%{kO32_qCNr`EWVn-C3X)zV0hrzUX`9`hs}}-v(r^`&4s0-{}Cb zRcd1Nx3BOvu-~4yXfj(*spZ?5Gd8qiPZ$C({@u_#ANp-un(o@&b0@{AGp<C;T?UQ=?x2$Ey zHP3!sDcjD}LocxA2!#uWC#Ox!>n_fnz3pT4;@ae^V)ekTWw3GV>nY*xF>T79r|zGy z$yOGJ=Eaw_FZJGjXOg{Sx6--tzpv)>JM}Y|PnR{Ty7P74+dx(u6=rPJ1qV}YNzTN& zv;T~Xc6~9tzV`LqIahW8drXUj*}~r1hc0>l-EE5W`S3T-xB6khea8~4!$D7sQ2}-A* z6(S4sxIc$p-}G(yOe488dF&QeZQ7x-LwVn4+yC#5R^HipU)+12@)<=lEcqQ=&wv&S zA%g}^&}1+&Z~$%IM*(W^jwejm5jLLz6PSS*NPr5lfX>oH1__{Jo=|`QS&sR?pMja7 WROFgUC*xxyka?c2elF{r5}E)tR;*$G literal 0 HcmV?d00001 diff --git a/themes/wilma/images/icon-pub.png b/themes/wilma/images/icon-pub.png new file mode 100644 index 0000000000000000000000000000000000000000..974eb6272ff9c50ecb39b2192fc7cd5237f1b90a GIT binary patch literal 460 zcmV;-0WPI7uoY zsMa59!pENL{_d)yFN!*hU2JYg-+Q6J$Kh>GbvoLb7p0Vf=*Qz};6p8|DHONY4mCv& z>N8@D4}AX$C}S+*T%NkGh5DXnT7DxxUOmsXqba&0%MRgah#u^nC;T{;vWa8)b5h$- z^f7MOL!N`tn4;%pQIFn9(?C*V^_kI7j_xF3=|6evFdkxgct|V6g z$pOGX7LZ8+{y;oEiUlAb4*;Mbt_7g##E3l}0vJCd9!MqunLzFjz{m}jM|M~qCBFd_ z8ub-uw1R@7f&vIWf+$Og3Xun}JSw>zS zGxajpu1)nO5!wAysh&}z!xnqNx~QObruL&KRcQ{0uz*b~2$2}ZxO z*xG+9QggG}x13*nV|60?8(+{J>{;APr*hx>hlq89b&A}^{_c|9xvrhP@v<^ z;Bg+Rb{LDxG69ha&`i>zi&Dv21cMXEylwYL$JCoSMh<4*?6v#HMM;*yde>lGZrn;) zP+*FNlfMw@pp#2Gv!auwmsb;OKF}H=An;72uTt`j8yrMa1!o@fMUI8Wv3=TuKaFGk zqW8aUSt#i>J-cKxK6#)nd;Zt1LS@a2E*EC>$p!6#z2p9DL4Hj&Bxt}h&5F!&n~nMl$RX1)cVp} z|Cz(^UK(e5Yj9LgV)aCP2NXz4Fndy>F;rmRr17O}+_$n^E#v)2U66H03 zZ@1B()#kZq+oqr+vJq$!+ZpjKHvaTUUXi>N*yGappX4*Gw#ScE(68;jvfOUbcGF-|+BlgrrY7fS3O^*o zgSnwK@2P|tba&tUHU18 zduyyU^vUP6ZaM+e!*m|CH2BSL-mcJ}dc9|WE#kbIKJ;RDQt`Uo*-qw}?u+*>Il5QP zJsPfkP}$0845oH)`PlG8^P;|DYF6)MA2lAY8m{6+__n-ZHPUwNVu?GiC4Ne{A21z9 zb$cG?P%=V7ccJkW2knX#caerC{Fz1;F49J!5B;__SKk5$h0oAwF((>Jkji}VAz@nbgzn$;EycNmJslkNuU3P+_MN=hT|Jq(Ec*M}_>nn$DH zofofKPQ^Fb=q^88@x7Gaw3YV!L}HbfyWTo7DSFyDI*HW?L0Rj|$is}sb8Xa@C0}ax d+)m0Au5MCY8}Q*C=8BWDD%3afgkiGb{{R^%=_LRF literal 0 HcmV?d00001 diff --git a/themes/wilma/images/search-field-and-button.png b/themes/wilma/images/search-field-and-button.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb63ebda830be933893362e4fd1a9c2aaaf2735 GIT binary patch literal 1146 zcmV-=1cm#FP)E!;sM`3@V*=&Yk$TI|> zY@a%<^|@4p51do#X!a-j5?yu{i|*5HyzF`{eD?D3JgFOv1~Co5MmIhS%8BY-@JgMy z%~2kX$K!*81D+lLHlq04my*;@G7uKWtCRJja3hPW&gh4sGyqe{puIF=+$z#a9^Q&0 z_;=016~1gyF`J|YU}`Yxm6NbuID@y3NNND4Mw6d^rL$fkL|9aDg&S;n*$Q_^QUfqG zosONWEmab9lGsL4{NYub zk<spKQUfs3?tWO6fWj1(M5kh)8^0SkNdQ1KTt;tJefUw$c-81i@B0vv z8i0}SKR&NYK-+kAfyzNG#xD+%8i0`~Ia^btRw?ER2e4k2!Ww&{&R1i~t}3e)Ne#fr zVkvp+pkfCONLrE90E{HVP7tI8B6jn?dr@yrZ*J1b#^xID1(F(ok-;b`HhlJi zNX#yhxZ=MhY%>2T_R<5eS4NYhz%c^Ca|^SYrNY9oR#NLAsR0<7rV|&`@{C@$XqMfN zH~Tfcf;dSHz$T{0ivY~EIkob(A7(R(YS&Ft1F+EQz7KMLqBn0M*)616JEO`c6CFtn zpb9Rd*Tt#19SH37^wbK3}BsBmFo!;r{bGe-EiWNx&SMKR-kj{3xH}E zjJm$m4L9a}OWp)(Yspp9+>z7(c5gV2eeNuC;&9CFOgOGrC@x<$qxu10PfXKc;ZdhT z8A0!W8QodXtnaCvbF=@FIOlkh0FgHPZac=8E6douCvMO!7+lA5-ZKMO3(xCBW05BLrIwhP1e zlWYpfc4i=(-*0ATW--pWXrxl9JWl^Si~wMX9X38c?b-M)-^6Tc$&Z7V&)$FOzc&3O zktT;1>Fd3L*`c$|B?pQE1(wu+l?*N5--c6N4l zH#axAx&SOSYr9deoA||6k67(Ilg`AVjgdD}Sg-SH+xXVmo{idZ@@_pHMLgfw*dRdw z2*P<>PUETd%K({l(w(4an_0b*6fy10PLizkM-q>?#RMP}r}cv+YOPE*CP#swWxll zb`m2A0GOoRsRT0bu?lF=G#WaHb$?8z(MpYV~gMzf+O~fM7IQ|I!Y3 zFZTh0zr3C>#XboDDR_Bme}V+V~yWp3OM$_xD}Mg7v6G$t@kHHYZ_*o4AEr>UdN*fK_qYI7q{y zoiV(6ER%IU59QGA`A<(agXT$-4!4^CtcbH_c}$NypNVVzT6NdnN=qY200=_0Q6AUz z*R9BSp5~?pYA2W*kUtDWccPvo0U!vq=8@Oqv~P~ug8vui9Ni!P$!l{qNdiC+2D`22 z4W+uzcvT;ssAJ+9z>28H$1{&4a^Lx!TasWT0boVM?dq5$q1&U+XZkoAK0-rxrIzGJ zk4O>#0!b3*3M+tg_f)9X>#}Gcx0?X0h<2wr$HcYCV4R>EtmO&9seYDzk~p%~a)kj{ zT4#-46B2|ZSZ49ai!2g=cD>UTN~O}bBuPHDS}m?L088nlzCR4~HyuuJ_y%9eVLc8> ztyXaKhI=lApW946w(e~wquWg%s?};#uh-uc3I(n>088cX@%J2mrgRRH9e1NMviN)x z$}Dc(Pm0CuSLR~Hl}hDF`sV?c++uMBcgI-M;hO+(OZH2p(nuI=H%w(=K}(Mey}1a#RK7?>VxzCA7BvVV9;aWWM&j(U=n0x7G(T?grS~+k&%HJ z=t=}&XJX?73NkS>BE%RNnAsSaSlI;_7+9GZSve6hj6iP~va$&YDh6JhRM@B_ED{nb z#x4j9ASMnrB!d~51X&af9Rr1!g;@(H9#jfC6fDa2{}uxe&>AK|W0pHX7pKkY~NM=XVIdNtrtCGOGT|U-B11vOY`~t^toi? zsts9pOTw;{7H)17TO!64W*ZYguL|9<)W{EhVT*n{WizCE4F$u(8S?YDl^!UOA~yxK2q^l$3ERC9Fq W3l%%DNeSM)3(9yKfL^!%e-i-PwtIsB literal 0 HcmV?d00001 diff --git a/themes/wilma/images/separator-main-nav.jpg b/themes/wilma/images/separator-main-nav.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4423a099766e55b444d026984038c1a98ea0c02c GIT binary patch literal 369 zcmY+8KT88a5XIl@?CxcgOYSyeuZ@kU2=+mV0j(7L0HPNVglLn(!bXCnjdo&VV?IU- z3tO$?pNL>97Wo3}7$sbO1G{e?Z+15H!w1sM#zq6AfJ_SE3%=goKRf|J1K1Ml8P1E*c_4bJ` zjVB?W0QqWoK`hTH&mJ|r$KAp1!Fo46UFu)VEOeU3^||ZwhxxPFl{XC5hBxhD%iS%v IOf5YB0AbcPu>b%7 literal 0 HcmV?d00001 diff --git a/themes/wilma/images/visual-graph-generic-class.jpg b/themes/wilma/images/visual-graph-generic-class.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8749a5a75f6a3ecb8ea21932aea01223cd7cd227 GIT binary patch literal 2686 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 NJIVfU#OV{i";q.childNodes.length!==1&&function(){function r(a,b){if(g[a])g[a].styleSheet.cssText+=b;else{var c=s[l],d=e[j]("style");d.media=a;c.insertBefore(d,c[l]);g[a]=d;r(a,b)}}function t(a,b){for(var c=new RegExp("\\b("+m+")\\b(?!.*[;}])","gi"),d=function(k){return".iepp_"+k},h=-1;++h\\s*$","i");i.innerHTML=a.outerHTML.replace(/\r|\n/g," ").replace(c,a.currentStyle.display=="block"?"":"");c=i.childNodes[0];c.className+=" iepp_"+ +d;c=f[f.length]=[a,c];a.parentNode.replaceChild(c[1],c[0])}t(e.styleSheets,"all")});p.attachEvent("onafterprint",function(){for(var a=-1,b;++a)[^>]*$|^#([\w-]+)$/, + + // Is it a simple selector + isSimple = /^.[^:#\[\.,]*$/, + + // Check if a string has a non-whitespace character in it + rnotwhite = /\S/, + + // Used for trimming whitespace + rtrim = /^(\s|\u00A0)+|(\s|\u00A0)+$/g, + + // Match a standalone tag + rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, + + // Keep a UserAgent string for use with jQuery.browser + userAgent = navigator.userAgent, + + // For matching the engine and version of the browser + browserMatch, + + // Has the ready events already been bound? + readyBound = false, + + // The functions to execute on DOM ready + readyList = [], + + // The ready event handler + DOMContentLoaded, + + // Save a reference to some core methods + toString = Object.prototype.toString, + hasOwnProperty = Object.prototype.hasOwnProperty, + push = Array.prototype.push, + slice = Array.prototype.slice, + indexOf = Array.prototype.indexOf; + +jQuery.fn = jQuery.prototype = { + init: function( selector, context ) { + var match, elem, ret, doc; + + // Handle $(""), $(null), or $(undefined) + if ( !selector ) { + return this; + } + + // Handle $(DOMElement) + if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + } + + // The body element only exists once, optimize finding it + if ( selector === "body" && !context ) { + this.context = document; + this[0] = document.body; + this.selector = "body"; + this.length = 1; + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + // Are we dealing with HTML string or an ID? + match = quickExpr.exec( selector ); + + // Verify a match, and that no context was specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + doc = (context ? context.ownerDocument || context : document); + + // If a single string is passed in and it's a single tag + // just do a createElement and skip the rest + ret = rsingleTag.exec( selector ); + + if ( ret ) { + if ( jQuery.isPlainObject( context ) ) { + selector = [ document.createElement( ret[1] ) ]; + jQuery.fn.attr.call( selector, context, true ); + + } else { + selector = [ doc.createElement( ret[1] ) ]; + } + + } else { + ret = buildFragment( [ match[1] ], [ doc ] ); + selector = (ret.cacheable ? ret.fragment.cloneNode(true) : ret.fragment).childNodes; + } + + return jQuery.merge( this, selector ); + + // HANDLE: $("#id") + } else { + elem = document.getElementById( match[2] ); + + if ( elem ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $("TAG") + } else if ( !context && /^\w+$/.test( selector ) ) { + this.selector = selector; + this.context = document; + selector = document.getElementsByTagName( selector ); + return jQuery.merge( this, selector ); + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return (context || rootjQuery).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return jQuery( context ).find( selector ); + } + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return rootjQuery.ready( selector ); + } + + if (selector.selector !== undefined) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }, + + // Start with an empty selector + selector: "", + + // The current version of jQuery being used + jquery: "1.4.2", + + // The default length of a jQuery object is 0 + length: 0, + + // The number of elements contained in the matched element set + size: function() { + return this.length; + }, + + toArray: function() { + return slice.call( this, 0 ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num == null ? + + // Return a 'clean' array + this.toArray() : + + // Return just the object + ( num < 0 ? this.slice(num)[ 0 ] : this[ num ] ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems, name, selector ) { + // Build a new jQuery matched element set + var ret = jQuery(); + + if ( jQuery.isArray( elems ) ) { + push.apply( ret, elems ); + + } else { + jQuery.merge( ret, elems ); + } + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + ret.context = this.context; + + if ( name === "find" ) { + ret.selector = this.selector + (this.selector ? " " : "") + selector; + } else if ( name ) { + ret.selector = this.selector + "." + name + "(" + selector + ")"; + } + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + ready: function( fn ) { + // Attach the listeners + jQuery.bindReady(); + + // If the DOM is already ready + if ( jQuery.isReady ) { + // Execute the function immediately + fn.call( document, jQuery ); + + // Otherwise, remember the function for later + } else if ( readyList ) { + // Add the function to the wait list + readyList.push( fn ); + } + + return this; + }, + + eq: function( i ) { + return i === -1 ? + this.slice( i ) : + this.slice( i, +i + 1 ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ), + "slice", slice.call(arguments).join(",") ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + end: function() { + return this.prevObject || jQuery(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: [].sort, + splice: [].splice +}; + +// Give the init function the jQuery prototype for later instantiation +jQuery.fn.init.prototype = jQuery.fn; + +jQuery.extend = jQuery.fn.extend = function() { + // copy reference to target object + var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options, name, src, copy; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( length === i ) { + target = this; + --i; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging object literal values or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || jQuery.isArray(copy) ) ) { + var clone = src && ( jQuery.isPlainObject(src) || jQuery.isArray(src) ) ? src + : jQuery.isArray(copy) ? [] : {}; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + noConflict: function( deep ) { + window.$ = _$; + + if ( deep ) { + window.jQuery = _jQuery; + } + + return jQuery; + }, + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // Handle when the DOM is ready + ready: function() { + // Make sure that the DOM is not already loaded + if ( !jQuery.isReady ) { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready, 13 ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If there are functions bound, to execute + if ( readyList ) { + // Execute all of them + var fn, i = 0; + while ( (fn = readyList[ i++ ]) ) { + fn.call( document, jQuery ); + } + + // Reset the list of functions + readyList = null; + } + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + } + } + }, + + bindReady: function() { + if ( readyBound ) { + return; + } + + readyBound = true; + + // Catch cases where $(document).ready() is called after the + // browser event has already occurred. + if ( document.readyState === "complete" ) { + return jQuery.ready(); + } + + // Mozilla, Opera and webkit nightlies currently support this event + if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", jQuery.ready, false ); + + // If IE event model is used + } else if ( document.attachEvent ) { + // ensure firing before onload, + // maybe late but safe also for iframes + document.attachEvent("onreadystatechange", DOMContentLoaded); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", jQuery.ready ); + + // If IE and not a frame + // continually check to see if the document is ready + var toplevel = false; + + try { + toplevel = window.frameElement == null; + } catch(e) {} + + if ( document.documentElement.doScroll && toplevel ) { + doScrollCheck(); + } + } + }, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return toString.call(obj) === "[object Function]"; + }, + + isArray: function( obj ) { + return toString.call(obj) === "[object Array]"; + }, + + isPlainObject: function( obj ) { + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || toString.call(obj) !== "[object Object]" || obj.nodeType || obj.setInterval ) { + return false; + } + + // Not own constructor property must be Object + if ( obj.constructor + && !hasOwnProperty.call(obj, "constructor") + && !hasOwnProperty.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + + var key; + for ( key in obj ) {} + + return key === undefined || hasOwnProperty.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + for ( var name in obj ) { + return false; + } + return true; + }, + + error: function( msg ) { + throw msg; + }, + + parseJSON: function( data ) { + if ( typeof data !== "string" || !data ) { + return null; + } + + // Make sure leading/trailing whitespace is removed (IE can't handle it) + data = jQuery.trim( data ); + + // Make sure the incoming data is actual JSON + // Logic borrowed from http://json.org/json2.js + if ( /^[\],:{}\s]*$/.test(data.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, "@") + .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, "]") + .replace(/(?:^|:|,)(?:\s*\[)+/g, "")) ) { + + // Try to use the native JSON parser first + return window.JSON && window.JSON.parse ? + window.JSON.parse( data ) : + (new Function("return " + data))(); + + } else { + jQuery.error( "Invalid JSON: " + data ); + } + }, + + noop: function() {}, + + // Evalulates a script in a global context + globalEval: function( data ) { + if ( data && rnotwhite.test(data) ) { + // Inspired by code by Andrea Giammarchi + // http://webreflection.blogspot.com/2007/08/global-scope-evaluation-and-dom.html + var head = document.getElementsByTagName("head")[0] || document.documentElement, + script = document.createElement("script"); + + script.type = "text/javascript"; + + if ( jQuery.support.scriptEval ) { + script.appendChild( document.createTextNode( data ) ); + } else { + script.text = data; + } + + // Use insertBefore instead of appendChild to circumvent an IE6 bug. + // This arises when a base node is used (#2709). + head.insertBefore( script, head.firstChild ); + head.removeChild( script ); + } + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toUpperCase() === name.toUpperCase(); + }, + + // args is for internal usage only + each: function( object, callback, args ) { + var name, i = 0, + length = object.length, + isObj = length === undefined || jQuery.isFunction(object); + + if ( args ) { + if ( isObj ) { + for ( name in object ) { + if ( callback.apply( object[ name ], args ) === false ) { + break; + } + } + } else { + for ( ; i < length; ) { + if ( callback.apply( object[ i++ ], args ) === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isObj ) { + for ( name in object ) { + if ( callback.call( object[ name ], name, object[ name ] ) === false ) { + break; + } + } + } else { + for ( var value = object[0]; + i < length && callback.call( value, i, value ) !== false; value = object[++i] ) {} + } + } + + return object; + }, + + trim: function( text ) { + return (text || "").replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( array, results ) { + var ret = results || []; + + if ( array != null ) { + // The window, strings (and functions) also have 'length' + // The extra typeof function check is to prevent crashes + // in Safari 2 (See: #3039) + if ( array.length == null || typeof array === "string" || jQuery.isFunction(array) || (typeof array !== "function" && array.setInterval) ) { + push.call( ret, array ); + } else { + jQuery.merge( ret, array ); + } + } + + return ret; + }, + + inArray: function( elem, array ) { + if ( array.indexOf ) { + return array.indexOf( elem ); + } + + for ( var i = 0, length = array.length; i < length; i++ ) { + if ( array[ i ] === elem ) { + return i; + } + } + + return -1; + }, + + merge: function( first, second ) { + var i = first.length, j = 0; + + if ( typeof second.length === "number" ) { + for ( var l = second.length; j < l; j++ ) { + first[ i++ ] = second[ j ]; + } + + } else { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, inv ) { + var ret = []; + + // Go through the array, only saving the items + // that pass the validator function + for ( var i = 0, length = elems.length; i < length; i++ ) { + if ( !inv !== !callback( elems[ i ], i ) ) { + ret.push( elems[ i ] ); + } + } + + return ret; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var ret = [], value; + + // Go through the array, translating each of the items to their + // new value (or values). + for ( var i = 0, length = elems.length; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + + return ret.concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + proxy: function( fn, proxy, thisObject ) { + if ( arguments.length === 2 ) { + if ( typeof proxy === "string" ) { + thisObject = fn; + fn = thisObject[ proxy ]; + proxy = undefined; + + } else if ( proxy && !jQuery.isFunction( proxy ) ) { + thisObject = proxy; + proxy = undefined; + } + } + + if ( !proxy && fn ) { + proxy = function() { + return fn.apply( thisObject || this, arguments ); + }; + } + + // Set the guid of unique handler to the same of original handler, so it can be removed + if ( fn ) { + proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++; + } + + // So proxy can be declared as an argument + return proxy; + }, + + // Use of jQuery.browser is frowned upon. + // More details: http://docs.jquery.com/Utilities/jQuery.browser + uaMatch: function( ua ) { + ua = ua.toLowerCase(); + + var match = /(webkit)[ \/]([\w.]+)/.exec( ua ) || + /(opera)(?:.*version)?[ \/]([\w.]+)/.exec( ua ) || + /(msie) ([\w.]+)/.exec( ua ) || + !/compatible/.test( ua ) && /(mozilla)(?:.*? rv:([\w.]+))?/.exec( ua ) || + []; + + return { browser: match[1] || "", version: match[2] || "0" }; + }, + + browser: {} +}); + +browserMatch = jQuery.uaMatch( userAgent ); +if ( browserMatch.browser ) { + jQuery.browser[ browserMatch.browser ] = true; + jQuery.browser.version = browserMatch.version; +} + +// Deprecated, use jQuery.browser.webkit instead +if ( jQuery.browser.webkit ) { + jQuery.browser.safari = true; +} + +if ( indexOf ) { + jQuery.inArray = function( elem, array ) { + return indexOf.call( array, elem ); + }; +} + +// All jQuery objects should point back to these +rootjQuery = jQuery(document); + +// Cleanup functions for the document ready method +if ( document.addEventListener ) { + DOMContentLoaded = function() { + document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); + jQuery.ready(); + }; + +} else if ( document.attachEvent ) { + DOMContentLoaded = function() { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( document.readyState === "complete" ) { + document.detachEvent( "onreadystatechange", DOMContentLoaded ); + jQuery.ready(); + } + }; +} + +// The DOM ready check for Internet Explorer +function doScrollCheck() { + if ( jQuery.isReady ) { + return; + } + + try { + // If IE is used, use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + document.documentElement.doScroll("left"); + } catch( error ) { + setTimeout( doScrollCheck, 1 ); + return; + } + + // and execute any waiting functions + jQuery.ready(); +} + +function evalScript( i, elem ) { + if ( elem.src ) { + jQuery.ajax({ + url: elem.src, + async: false, + dataType: "script" + }); + } else { + jQuery.globalEval( elem.text || elem.textContent || elem.innerHTML || "" ); + } + + if ( elem.parentNode ) { + elem.parentNode.removeChild( elem ); + } +} + +// Mutifunctional method to get and set values to a collection +// The value/s can be optionally by executed if its a function +function access( elems, key, value, exec, fn, pass ) { + var length = elems.length; + + // Setting many attributes + if ( typeof key === "object" ) { + for ( var k in key ) { + access( elems, k, key[k], exec, fn, value ); + } + return elems; + } + + // Setting one attribute + if ( value !== undefined ) { + // Optionally, function values get executed if exec is true + exec = !pass && exec && jQuery.isFunction(value); + + for ( var i = 0; i < length; i++ ) { + fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass ); + } + + return elems; + } + + // Getting an attribute + return length ? fn( elems[0], key ) : undefined; +} + +function now() { + return (new Date).getTime(); +} +(function() { + + jQuery.support = {}; + + var root = document.documentElement, + script = document.createElement("script"), + div = document.createElement("div"), + id = "script" + now(); + + div.style.display = "none"; + div.innerHTML = "
a"; + + var all = div.getElementsByTagName("*"), + a = div.getElementsByTagName("a")[0]; + + // Can't get basic test support + if ( !all || !all.length || !a ) { + return; + } + + jQuery.support = { + // IE strips leading whitespace when .innerHTML is used + leadingWhitespace: div.firstChild.nodeType === 3, + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + tbody: !div.getElementsByTagName("tbody").length, + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + htmlSerialize: !!div.getElementsByTagName("link").length, + + // Get the style information from getAttribute + // (IE uses .cssText insted) + style: /red/.test( a.getAttribute("style") ), + + // Make sure that URLs aren't manipulated + // (IE normalizes it by default) + hrefNormalized: a.getAttribute("href") === "/a", + + // Make sure that element opacity exists + // (IE uses filter instead) + // Use a regex to work around a WebKit issue. See #5145 + opacity: /^0.55$/.test( a.style.opacity ), + + // Verify style float existence + // (IE uses styleFloat instead of cssFloat) + cssFloat: !!a.style.cssFloat, + + // Make sure that if no value is specified for a checkbox + // that it defaults to "on". + // (WebKit defaults to "" instead) + checkOn: div.getElementsByTagName("input")[0].value === "on", + + // Make sure that a selected-by-default option has a working selected property. + // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) + optSelected: document.createElement("select").appendChild( document.createElement("option") ).selected, + + parentNode: div.removeChild( div.appendChild( document.createElement("div") ) ).parentNode === null, + + // Will be defined later + deleteExpando: true, + checkClone: false, + scriptEval: false, + noCloneEvent: true, + boxModel: null + }; + + script.type = "text/javascript"; + try { + script.appendChild( document.createTextNode( "window." + id + "=1;" ) ); + } catch(e) {} + + root.insertBefore( script, root.firstChild ); + + // Make sure that the execution of code works by injecting a script + // tag with appendChild/createTextNode + // (IE doesn't support this, fails, and uses .text instead) + if ( window[ id ] ) { + jQuery.support.scriptEval = true; + delete window[ id ]; + } + + // Test to see if it's possible to delete an expando from an element + // Fails in Internet Explorer + try { + delete script.test; + + } catch(e) { + jQuery.support.deleteExpando = false; + } + + root.removeChild( script ); + + if ( div.attachEvent && div.fireEvent ) { + div.attachEvent("onclick", function click() { + // Cloning a node shouldn't copy over any + // bound event handlers (IE does this) + jQuery.support.noCloneEvent = false; + div.detachEvent("onclick", click); + }); + div.cloneNode(true).fireEvent("onclick"); + } + + div = document.createElement("div"); + div.innerHTML = ""; + + var fragment = document.createDocumentFragment(); + fragment.appendChild( div.firstChild ); + + // WebKit doesn't clone checked state correctly in fragments + jQuery.support.checkClone = fragment.cloneNode(true).cloneNode(true).lastChild.checked; + + // Figure out if the W3C box model works as expected + // document.body must exist before we can do this + jQuery(function() { + var div = document.createElement("div"); + div.style.width = div.style.paddingLeft = "1px"; + + document.body.appendChild( div ); + jQuery.boxModel = jQuery.support.boxModel = div.offsetWidth === 2; + document.body.removeChild( div ).style.display = 'none'; + + div = null; + }); + + // Technique from Juriy Zaytsev + // http://thinkweb2.com/projects/prototype/detecting-event-support-without-browser-sniffing/ + var eventSupported = function( eventName ) { + var el = document.createElement("div"); + eventName = "on" + eventName; + + var isSupported = (eventName in el); + if ( !isSupported ) { + el.setAttribute(eventName, "return;"); + isSupported = typeof el[eventName] === "function"; + } + el = null; + + return isSupported; + }; + + jQuery.support.submitBubbles = eventSupported("submit"); + jQuery.support.changeBubbles = eventSupported("change"); + + // release memory in IE + root = script = div = all = a = null; +})(); + +jQuery.props = { + "for": "htmlFor", + "class": "className", + readonly: "readOnly", + maxlength: "maxLength", + cellspacing: "cellSpacing", + rowspan: "rowSpan", + colspan: "colSpan", + tabindex: "tabIndex", + usemap: "useMap", + frameborder: "frameBorder" +}; +var expando = "jQuery" + now(), uuid = 0, windowData = {}; + +jQuery.extend({ + cache: {}, + + expando:expando, + + // The following elements throw uncatchable exceptions if you + // attempt to add expando properties to them. + noData: { + "embed": true, + "object": true, + "applet": true + }, + + data: function( elem, name, data ) { + if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) { + return; + } + + elem = elem == window ? + windowData : + elem; + + var id = elem[ expando ], cache = jQuery.cache, thisCache; + + if ( !id && typeof name === "string" && data === undefined ) { + return null; + } + + // Compute a unique ID for the element + if ( !id ) { + id = ++uuid; + } + + // Avoid generating a new cache unless none exists and we + // want to manipulate it. + if ( typeof name === "object" ) { + elem[ expando ] = id; + thisCache = cache[ id ] = jQuery.extend(true, {}, name); + + } else if ( !cache[ id ] ) { + elem[ expando ] = id; + cache[ id ] = {}; + } + + thisCache = cache[ id ]; + + // Prevent overriding the named cache with undefined values + if ( data !== undefined ) { + thisCache[ name ] = data; + } + + return typeof name === "string" ? thisCache[ name ] : thisCache; + }, + + removeData: function( elem, name ) { + if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) { + return; + } + + elem = elem == window ? + windowData : + elem; + + var id = elem[ expando ], cache = jQuery.cache, thisCache = cache[ id ]; + + // If we want to remove a specific section of the element's data + if ( name ) { + if ( thisCache ) { + // Remove the section of cache data + delete thisCache[ name ]; + + // If we've removed all the data, remove the element's cache + if ( jQuery.isEmptyObject(thisCache) ) { + jQuery.removeData( elem ); + } + } + + // Otherwise, we want to remove all of the element's data + } else { + if ( jQuery.support.deleteExpando ) { + delete elem[ jQuery.expando ]; + + } else if ( elem.removeAttribute ) { + elem.removeAttribute( jQuery.expando ); + } + + // Completely remove the data cache + delete cache[ id ]; + } + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + if ( typeof key === "undefined" && this.length ) { + return jQuery.data( this[0] ); + + } else if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + var parts = key.split("."); + parts[1] = parts[1] ? "." + parts[1] : ""; + + if ( value === undefined ) { + var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]); + + if ( data === undefined && this.length ) { + data = jQuery.data( this[0], key ); + } + return data === undefined && parts[1] ? + this.data( parts[0] ) : + data; + } else { + return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function() { + jQuery.data( this, key, value ); + }); + } + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); +jQuery.extend({ + queue: function( elem, type, data ) { + if ( !elem ) { + return; + } + + type = (type || "fx") + "queue"; + var q = jQuery.data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( !data ) { + return q || []; + } + + if ( !q || jQuery.isArray(data) ) { + q = jQuery.data( elem, type, jQuery.makeArray(data) ); + + } else { + q.push( data ); + } + + return q; + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), fn = queue.shift(); + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + } + + if ( fn ) { + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift("inprogress"); + } + + fn.call(elem, function() { + jQuery.dequeue(elem, type); + }); + } + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + } + + if ( data === undefined ) { + return jQuery.queue( this[0], type ); + } + return this.each(function( i, elem ) { + var queue = jQuery.queue( this, type, data ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + + // Based off of the plugin by Clint Helfers, with permission. + // http://blindsignals.com/index.php/2009/07/jquery-delay/ + delay: function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[time] || time : time; + type = type || "fx"; + + return this.queue( type, function() { + var elem = this; + setTimeout(function() { + jQuery.dequeue( elem, type ); + }, time ); + }); + }, + + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + } +}); +var rclass = /[\n\t]/g, + rspace = /\s+/, + rreturn = /\r/g, + rspecialurl = /href|src|style/, + rtype = /(button|input)/i, + rfocusable = /(button|input|object|select|textarea)/i, + rclickable = /^(a|area)$/i, + rradiocheck = /radio|checkbox/; + +jQuery.fn.extend({ + attr: function( name, value ) { + return access( this, name, value, true, jQuery.attr ); + }, + + removeAttr: function( name, fn ) { + return this.each(function(){ + jQuery.attr( this, name, "" ); + if ( this.nodeType === 1 ) { + this.removeAttribute( name ); + } + }); + }, + + addClass: function( value ) { + if ( jQuery.isFunction(value) ) { + return this.each(function(i) { + var self = jQuery(this); + self.addClass( value.call(this, i, self.attr("class")) ); + }); + } + + if ( value && typeof value === "string" ) { + var classNames = (value || "").split( rspace ); + + for ( var i = 0, l = this.length; i < l; i++ ) { + var elem = this[i]; + + if ( elem.nodeType === 1 ) { + if ( !elem.className ) { + elem.className = value; + + } else { + var className = " " + elem.className + " ", setClass = elem.className; + for ( var c = 0, cl = classNames.length; c < cl; c++ ) { + if ( className.indexOf( " " + classNames[c] + " " ) < 0 ) { + setClass += " " + classNames[c]; + } + } + elem.className = jQuery.trim( setClass ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + if ( jQuery.isFunction(value) ) { + return this.each(function(i) { + var self = jQuery(this); + self.removeClass( value.call(this, i, self.attr("class")) ); + }); + } + + if ( (value && typeof value === "string") || value === undefined ) { + var classNames = (value || "").split(rspace); + + for ( var i = 0, l = this.length; i < l; i++ ) { + var elem = this[i]; + + if ( elem.nodeType === 1 && elem.className ) { + if ( value ) { + var className = (" " + elem.className + " ").replace(rclass, " "); + for ( var c = 0, cl = classNames.length; c < cl; c++ ) { + className = className.replace(" " + classNames[c] + " ", " "); + } + elem.className = jQuery.trim( className ); + + } else { + elem.className = ""; + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, isBool = typeof stateVal === "boolean"; + + if ( jQuery.isFunction( value ) ) { + return this.each(function(i) { + var self = jQuery(this); + self.toggleClass( value.call(this, i, self.attr("class"), stateVal), stateVal ); + }); + } + + return this.each(function() { + if ( type === "string" ) { + // toggle individual class names + var className, i = 0, self = jQuery(this), + state = stateVal, + classNames = value.split( rspace ); + + while ( (className = classNames[ i++ ]) ) { + // check each className given, space seperated list + state = isBool ? state : !self.hasClass( className ); + self[ state ? "addClass" : "removeClass" ]( className ); + } + + } else if ( type === "undefined" || type === "boolean" ) { + if ( this.className ) { + // store className if set + jQuery.data( this, "__className__", this.className ); + } + + // toggle whole className + this.className = this.className || value === false ? "" : jQuery.data( this, "__className__" ) || ""; + } + }); + }, + + hasClass: function( selector ) { + var className = " " + selector + " "; + for ( var i = 0, l = this.length; i < l; i++ ) { + if ( (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) > -1 ) { + return true; + } + } + + return false; + }, + + val: function( value ) { + if ( value === undefined ) { + var elem = this[0]; + + if ( elem ) { + if ( jQuery.nodeName( elem, "option" ) ) { + return (elem.attributes.value || {}).specified ? elem.value : elem.text; + } + + // We need to handle select boxes special + if ( jQuery.nodeName( elem, "select" ) ) { + var index = elem.selectedIndex, + values = [], + options = elem.options, + one = elem.type === "select-one"; + + // Nothing was selected + if ( index < 0 ) { + return null; + } + + // Loop through all the selected options + for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) { + var option = options[ i ]; + + if ( option.selected ) { + // Get the specifc value for the option + value = jQuery(option).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + } + + // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified + if ( rradiocheck.test( elem.type ) && !jQuery.support.checkOn ) { + return elem.getAttribute("value") === null ? "on" : elem.value; + } + + + // Everything else, we just grab the value + return (elem.value || "").replace(rreturn, ""); + + } + + return undefined; + } + + var isFunction = jQuery.isFunction(value); + + return this.each(function(i) { + var self = jQuery(this), val = value; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call(this, i, self.val()); + } + + // Typecast each time if the value is a Function and the appended + // value is therefore different each time. + if ( typeof val === "number" ) { + val += ""; + } + + if ( jQuery.isArray(val) && rradiocheck.test( this.type ) ) { + this.checked = jQuery.inArray( self.val(), val ) >= 0; + + } else if ( jQuery.nodeName( this, "select" ) ) { + var values = jQuery.makeArray(val); + + jQuery( "option", this ).each(function() { + this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0; + }); + + if ( !values.length ) { + this.selectedIndex = -1; + } + + } else { + this.value = val; + } + }); + } +}); + +jQuery.extend({ + attrFn: { + val: true, + css: true, + html: true, + text: true, + data: true, + width: true, + height: true, + offset: true + }, + + attr: function( elem, name, value, pass ) { + // don't set attributes on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 ) { + return undefined; + } + + if ( pass && name in jQuery.attrFn ) { + return jQuery(elem)[name](value); + } + + var notxml = elem.nodeType !== 1 || !jQuery.isXMLDoc( elem ), + // Whether we are setting (or getting) + set = value !== undefined; + + // Try to normalize/fix the name + name = notxml && jQuery.props[ name ] || name; + + // Only do all the following if this is a node (faster for style) + if ( elem.nodeType === 1 ) { + // These attributes require special treatment + var special = rspecialurl.test( name ); + + // Safari mis-reports the default selected property of an option + // Accessing the parent's selectedIndex property fixes it + if ( name === "selected" && !jQuery.support.optSelected ) { + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + // Make sure that it also works with optgroups, see #5701 + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + + // If applicable, access the attribute via the DOM 0 way + if ( name in elem && notxml && !special ) { + if ( set ) { + // We can't allow the type property to be changed (since it causes problems in IE) + if ( name === "type" && rtype.test( elem.nodeName ) && elem.parentNode ) { + jQuery.error( "type property can't be changed" ); + } + + elem[ name ] = value; + } + + // browsers index elements by id/name on forms, give priority to attributes. + if ( jQuery.nodeName( elem, "form" ) && elem.getAttributeNode(name) ) { + return elem.getAttributeNode( name ).nodeValue; + } + + // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + if ( name === "tabIndex" ) { + var attributeNode = elem.getAttributeNode( "tabIndex" ); + + return attributeNode && attributeNode.specified ? + attributeNode.value : + rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? + 0 : + undefined; + } + + return elem[ name ]; + } + + if ( !jQuery.support.style && notxml && name === "style" ) { + if ( set ) { + elem.style.cssText = "" + value; + } + + return elem.style.cssText; + } + + if ( set ) { + // convert the value to a string (all browsers do this but IE) see #1070 + elem.setAttribute( name, "" + value ); + } + + var attr = !jQuery.support.hrefNormalized && notxml && special ? + // Some attributes require a special call on IE + elem.getAttribute( name, 2 ) : + elem.getAttribute( name ); + + // Non-existent attributes return null, we normalize to undefined + return attr === null ? undefined : attr; + } + + // elem is actually elem.style ... set the style + // Using attr for specific style information is now deprecated. Use style instead. + return jQuery.style( elem, name, value ); + } +}); +var rnamespaces = /\.(.*)$/, + fcleanup = function( nm ) { + return nm.replace(/[^\w\s\.\|`]/g, function( ch ) { + return "\\" + ch; + }); + }; + +/* + * A number of helper functions used for managing events. + * Many of the ideas behind this code originated from + * Dean Edwards' addEvent library. + */ +jQuery.event = { + + // Bind an event to an element + // Original by Dean Edwards + add: function( elem, types, handler, data ) { + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // For whatever reason, IE has trouble passing the window object + // around, causing it to be cloned in the process + if ( elem.setInterval && ( elem !== window && !elem.frameElement ) ) { + elem = window; + } + + var handleObjIn, handleObj; + + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + } + + // Make sure that the function being executed has a unique ID + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure + var elemData = jQuery.data( elem ); + + // If no elemData is found then we must be trying to bind to one of the + // banned noData elements + if ( !elemData ) { + return; + } + + var events = elemData.events = elemData.events || {}, + eventHandle = elemData.handle, eventHandle; + + if ( !eventHandle ) { + elemData.handle = eventHandle = function() { + // Handle the second event of a trigger and when + // an event is called after a page has unloaded + return typeof jQuery !== "undefined" && !jQuery.event.triggered ? + jQuery.event.handle.apply( eventHandle.elem, arguments ) : + undefined; + }; + } + + // Add elem as a property of the handle function + // This is to prevent a memory leak with non-native events in IE. + eventHandle.elem = elem; + + // Handle multiple events separated by a space + // jQuery(...).bind("mouseover mouseout", fn); + types = types.split(" "); + + var type, i = 0, namespaces; + + while ( (type = types[ i++ ]) ) { + handleObj = handleObjIn ? + jQuery.extend({}, handleObjIn) : + { handler: handler, data: data }; + + // Namespaced event handlers + if ( type.indexOf(".") > -1 ) { + namespaces = type.split("."); + type = namespaces.shift(); + handleObj.namespace = namespaces.slice(0).sort().join("."); + + } else { + namespaces = []; + handleObj.namespace = ""; + } + + handleObj.type = type; + handleObj.guid = handler.guid; + + // Get the current list of functions bound to this event + var handlers = events[ type ], + special = jQuery.event.special[ type ] || {}; + + // Init the event handler queue + if ( !handlers ) { + handlers = events[ type ] = []; + + // Check for a special event handler + // Only use addEventListener/attachEvent if the special + // events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add the function to the element's handler list + handlers.push( handleObj ); + + // Keep track of which events have been used, for global triggering + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + global: {}, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, pos ) { + // don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, + elemData = jQuery.data( elem ), + events = elemData && elemData.events; + + if ( !elemData || !events ) { + return; + } + + // types is actually an event object here + if ( types && types.type ) { + handler = types.handler; + types = types.type; + } + + // Unbind all events for the element + if ( !types || typeof types === "string" && types.charAt(0) === "." ) { + types = types || ""; + + for ( type in events ) { + jQuery.event.remove( elem, type + types ); + } + + return; + } + + // Handle multiple events separated by a space + // jQuery(...).unbind("mouseover mouseout", fn); + types = types.split(" "); + + while ( (type = types[ i++ ]) ) { + origType = type; + handleObj = null; + all = type.indexOf(".") < 0; + namespaces = []; + + if ( !all ) { + // Namespaced event handlers + namespaces = type.split("."); + type = namespaces.shift(); + + namespace = new RegExp("(^|\\.)" + + jQuery.map( namespaces.slice(0).sort(), fcleanup ).join("\\.(?:.*\\.)?") + "(\\.|$)") + } + + eventType = events[ type ]; + + if ( !eventType ) { + continue; + } + + if ( !handler ) { + for ( var j = 0; j < eventType.length; j++ ) { + handleObj = eventType[ j ]; + + if ( all || namespace.test( handleObj.namespace ) ) { + jQuery.event.remove( elem, origType, handleObj.handler, j ); + eventType.splice( j--, 1 ); + } + } + + continue; + } + + special = jQuery.event.special[ type ] || {}; + + for ( var j = pos || 0; j < eventType.length; j++ ) { + handleObj = eventType[ j ]; + + if ( handler.guid === handleObj.guid ) { + // remove the given handler for the given type + if ( all || namespace.test( handleObj.namespace ) ) { + if ( pos == null ) { + eventType.splice( j--, 1 ); + } + + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + + if ( pos != null ) { + break; + } + } + } + + // remove generic event handler if no more handlers exist + if ( eventType.length === 0 || pos != null && eventType.length === 1 ) { + if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) { + removeEvent( elem, type, elemData.handle ); + } + + ret = null; + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + var handle = elemData.handle; + if ( handle ) { + handle.elem = null; + } + + delete elemData.events; + delete elemData.handle; + + if ( jQuery.isEmptyObject( elemData ) ) { + jQuery.removeData( elem ); + } + } + }, + + // bubbling is internal + trigger: function( event, data, elem /*, bubbling */ ) { + // Event object or event type + var type = event.type || event, + bubbling = arguments[3]; + + if ( !bubbling ) { + event = typeof event === "object" ? + // jQuery.Event object + event[expando] ? event : + // Object literal + jQuery.extend( jQuery.Event(type), event ) : + // Just the event type (string) + jQuery.Event(type); + + if ( type.indexOf("!") >= 0 ) { + event.type = type = type.slice(0, -1); + event.exclusive = true; + } + + // Handle a global trigger + if ( !elem ) { + // Don't bubble custom events when global (to avoid too much overhead) + event.stopPropagation(); + + // Only trigger if we've ever bound an event for it + if ( jQuery.event.global[ type ] ) { + jQuery.each( jQuery.cache, function() { + if ( this.events && this.events[type] ) { + jQuery.event.trigger( event, data, this.handle.elem ); + } + }); + } + } + + // Handle triggering a single element + + // don't do events on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 ) { + return undefined; + } + + // Clean up in case it is reused + event.result = undefined; + event.target = elem; + + // Clone the incoming data, if any + data = jQuery.makeArray( data ); + data.unshift( event ); + } + + event.currentTarget = elem; + + // Trigger the event, it is assumed that "handle" is a function + var handle = jQuery.data( elem, "handle" ); + if ( handle ) { + handle.apply( elem, data ); + } + + var parent = elem.parentNode || elem.ownerDocument; + + // Trigger an inline bound script + try { + if ( !(elem && elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()]) ) { + if ( elem[ "on" + type ] && elem[ "on" + type ].apply( elem, data ) === false ) { + event.result = false; + } + } + + // prevent IE from throwing an error for some elements with some event types, see #3533 + } catch (e) {} + + if ( !event.isPropagationStopped() && parent ) { + jQuery.event.trigger( event, data, parent, true ); + + } else if ( !event.isDefaultPrevented() ) { + var target = event.target, old, + isClick = jQuery.nodeName(target, "a") && type === "click", + special = jQuery.event.special[ type ] || {}; + + if ( (!special._default || special._default.call( elem, event ) === false) && + !isClick && !(target && target.nodeName && jQuery.noData[target.nodeName.toLowerCase()]) ) { + + try { + if ( target[ type ] ) { + // Make sure that we don't accidentally re-trigger the onFOO events + old = target[ "on" + type ]; + + if ( old ) { + target[ "on" + type ] = null; + } + + jQuery.event.triggered = true; + target[ type ](); + } + + // prevent IE from throwing an error for some elements with some event types, see #3533 + } catch (e) {} + + if ( old ) { + target[ "on" + type ] = old; + } + + jQuery.event.triggered = false; + } + } + }, + + handle: function( event ) { + var all, handlers, namespaces, namespace, events; + + event = arguments[0] = jQuery.event.fix( event || window.event ); + event.currentTarget = this; + + // Namespaced event handlers + all = event.type.indexOf(".") < 0 && !event.exclusive; + + if ( !all ) { + namespaces = event.type.split("."); + event.type = namespaces.shift(); + namespace = new RegExp("(^|\\.)" + namespaces.slice(0).sort().join("\\.(?:.*\\.)?") + "(\\.|$)"); + } + + var events = jQuery.data(this, "events"), handlers = events[ event.type ]; + + if ( events && handlers ) { + // Clone the handlers to prevent manipulation + handlers = handlers.slice(0); + + for ( var j = 0, l = handlers.length; j < l; j++ ) { + var handleObj = handlers[ j ]; + + // Filter the functions by class + if ( all || namespace.test( handleObj.namespace ) ) { + // Pass in a reference to the handler function itself + // So that we can later remove it + event.handler = handleObj.handler; + event.data = handleObj.data; + event.handleObj = handleObj; + + var ret = handleObj.handler.apply( this, arguments ); + + if ( ret !== undefined ) { + event.result = ret; + if ( ret === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + + if ( event.isImmediatePropagationStopped() ) { + break; + } + } + } + } + + return event.result; + }, + + props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), + + fix: function( event ) { + if ( event[ expando ] ) { + return event; + } + + // store a copy of the original event object + // and "clone" to set read-only properties + var originalEvent = event; + event = jQuery.Event( originalEvent ); + + for ( var i = this.props.length, prop; i; ) { + prop = this.props[ --i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Fix target property, if necessary + if ( !event.target ) { + event.target = event.srcElement || document; // Fixes #1925 where srcElement might not be defined either + } + + // check if target is a textnode (safari) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && event.fromElement ) { + event.relatedTarget = event.fromElement === event.target ? event.toElement : event.fromElement; + } + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && event.clientX != null ) { + var doc = document.documentElement, body = document.body; + event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc && doc.clientLeft || body && body.clientLeft || 0); + event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc && doc.clientTop || body && body.clientTop || 0); + } + + // Add which for key events + if ( !event.which && ((event.charCode || event.charCode === 0) ? event.charCode : event.keyCode) ) { + event.which = event.charCode || event.keyCode; + } + + // Add metaKey to non-Mac browsers (use ctrl for PC's and Meta for Macs) + if ( !event.metaKey && event.ctrlKey ) { + event.metaKey = event.ctrlKey; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && event.button !== undefined ) { + event.which = (event.button & 1 ? 1 : ( event.button & 2 ? 3 : ( event.button & 4 ? 2 : 0 ) )); + } + + return event; + }, + + // Deprecated, use jQuery.guid instead + guid: 1E8, + + // Deprecated, use jQuery.proxy instead + proxy: jQuery.proxy, + + special: { + ready: { + // Make sure the ready event is setup + setup: jQuery.bindReady, + teardown: jQuery.noop + }, + + live: { + add: function( handleObj ) { + jQuery.event.add( this, handleObj.origType, jQuery.extend({}, handleObj, {handler: liveHandler}) ); + }, + + remove: function( handleObj ) { + var remove = true, + type = handleObj.origType.replace(rnamespaces, ""); + + jQuery.each( jQuery.data(this, "events").live || [], function() { + if ( type === this.origType.replace(rnamespaces, "") ) { + remove = false; + return false; + } + }); + + if ( remove ) { + jQuery.event.remove( this, handleObj.origType, liveHandler ); + } + } + + }, + + beforeunload: { + setup: function( data, namespaces, eventHandle ) { + // We only want to do this special case on windows + if ( this.setInterval ) { + this.onbeforeunload = eventHandle; + } + + return false; + }, + teardown: function( namespaces, eventHandle ) { + if ( this.onbeforeunload === eventHandle ) { + this.onbeforeunload = null; + } + } + } + } +}; + +var removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + elem.removeEventListener( type, handle, false ); + } : + function( elem, type, handle ) { + elem.detachEvent( "on" + type, handle ); + }; + +jQuery.Event = function( src ) { + // Allow instantiation without the 'new' keyword + if ( !this.preventDefault ) { + return new jQuery.Event( src ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + // Event type + } else { + this.type = src; + } + + // timeStamp is buggy for some events on Firefox(#3843) + // So we won't rely on the native value + this.timeStamp = now(); + + // Mark it as fixed + this[ expando ] = true; +}; + +function returnFalse() { + return false; +} +function returnTrue() { + return true; +} + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + preventDefault: function() { + this.isDefaultPrevented = returnTrue; + + var e = this.originalEvent; + if ( !e ) { + return; + } + + // if preventDefault exists run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + } + // otherwise set the returnValue property of the original event to false (IE) + e.returnValue = false; + }, + stopPropagation: function() { + this.isPropagationStopped = returnTrue; + + var e = this.originalEvent; + if ( !e ) { + return; + } + // if stopPropagation exists run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + // otherwise set the cancelBubble property of the original event to true (IE) + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + this.isImmediatePropagationStopped = returnTrue; + this.stopPropagation(); + }, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse +}; + +// Checks if an event happened on an element within another element +// Used in jQuery.event.special.mouseenter and mouseleave handlers +var withinElement = function( event ) { + // Check if mouse(over|out) are still within the same parent element + var parent = event.relatedTarget; + + // Firefox sometimes assigns relatedTarget a XUL element + // which we cannot access the parentNode property of + try { + // Traverse up the tree + while ( parent && parent !== this ) { + parent = parent.parentNode; + } + + if ( parent !== this ) { + // set the correct event type + event.type = event.data; + + // handle event if we actually just moused on to a non sub-element + jQuery.event.handle.apply( this, arguments ); + } + + // assuming we've left the element since we most likely mousedover a xul element + } catch(e) { } +}, + +// In case of event delegation, we only need to rename the event.type, +// liveHandler will take care of the rest. +delegate = function( event ) { + event.type = event.data; + jQuery.event.handle.apply( this, arguments ); +}; + +// Create mouseenter and mouseleave events +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + setup: function( data ) { + jQuery.event.add( this, fix, data && data.selector ? delegate : withinElement, orig ); + }, + teardown: function( data ) { + jQuery.event.remove( this, fix, data && data.selector ? delegate : withinElement ); + } + }; +}); + +// submit delegation +if ( !jQuery.support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function( data, namespaces ) { + if ( this.nodeName.toLowerCase() !== "form" ) { + jQuery.event.add(this, "click.specialSubmit", function( e ) { + var elem = e.target, type = elem.type; + + if ( (type === "submit" || type === "image") && jQuery( elem ).closest("form").length ) { + return trigger( "submit", this, arguments ); + } + }); + + jQuery.event.add(this, "keypress.specialSubmit", function( e ) { + var elem = e.target, type = elem.type; + + if ( (type === "text" || type === "password") && jQuery( elem ).closest("form").length && e.keyCode === 13 ) { + return trigger( "submit", this, arguments ); + } + }); + + } else { + return false; + } + }, + + teardown: function( namespaces ) { + jQuery.event.remove( this, ".specialSubmit" ); + } + }; + +} + +// change delegation, happens here so we have bind. +if ( !jQuery.support.changeBubbles ) { + + var formElems = /textarea|input|select/i, + + changeFilters, + + getVal = function( elem ) { + var type = elem.type, val = elem.value; + + if ( type === "radio" || type === "checkbox" ) { + val = elem.checked; + + } else if ( type === "select-multiple" ) { + val = elem.selectedIndex > -1 ? + jQuery.map( elem.options, function( elem ) { + return elem.selected; + }).join("-") : + ""; + + } else if ( elem.nodeName.toLowerCase() === "select" ) { + val = elem.selectedIndex; + } + + return val; + }, + + testChange = function testChange( e ) { + var elem = e.target, data, val; + + if ( !formElems.test( elem.nodeName ) || elem.readOnly ) { + return; + } + + data = jQuery.data( elem, "_change_data" ); + val = getVal(elem); + + // the current data will be also retrieved by beforeactivate + if ( e.type !== "focusout" || elem.type !== "radio" ) { + jQuery.data( elem, "_change_data", val ); + } + + if ( data === undefined || val === data ) { + return; + } + + if ( data != null || val ) { + e.type = "change"; + return jQuery.event.trigger( e, arguments[1], elem ); + } + }; + + jQuery.event.special.change = { + filters: { + focusout: testChange, + + click: function( e ) { + var elem = e.target, type = elem.type; + + if ( type === "radio" || type === "checkbox" || elem.nodeName.toLowerCase() === "select" ) { + return testChange.call( this, e ); + } + }, + + // Change has to be called before submit + // Keydown will be called before keypress, which is used in submit-event delegation + keydown: function( e ) { + var elem = e.target, type = elem.type; + + if ( (e.keyCode === 13 && elem.nodeName.toLowerCase() !== "textarea") || + (e.keyCode === 32 && (type === "checkbox" || type === "radio")) || + type === "select-multiple" ) { + return testChange.call( this, e ); + } + }, + + // Beforeactivate happens also before the previous element is blurred + // with this event you can't trigger a change event, but you can store + // information/focus[in] is not needed anymore + beforeactivate: function( e ) { + var elem = e.target; + jQuery.data( elem, "_change_data", getVal(elem) ); + } + }, + + setup: function( data, namespaces ) { + if ( this.type === "file" ) { + return false; + } + + for ( var type in changeFilters ) { + jQuery.event.add( this, type + ".specialChange", changeFilters[type] ); + } + + return formElems.test( this.nodeName ); + }, + + teardown: function( namespaces ) { + jQuery.event.remove( this, ".specialChange" ); + + return formElems.test( this.nodeName ); + } + }; + + changeFilters = jQuery.event.special.change.filters; +} + +function trigger( type, elem, args ) { + args[0].type = type; + return jQuery.event.handle.apply( elem, args ); +} + +// Create "bubbling" focus and blur events +if ( document.addEventListener ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + jQuery.event.special[ fix ] = { + setup: function() { + this.addEventListener( orig, handler, true ); + }, + teardown: function() { + this.removeEventListener( orig, handler, true ); + } + }; + + function handler( e ) { + e = jQuery.event.fix( e ); + e.type = fix; + return jQuery.event.handle.call( this, e ); + } + }); +} + +jQuery.each(["bind", "one"], function( i, name ) { + jQuery.fn[ name ] = function( type, data, fn ) { + // Handle object literals + if ( typeof type === "object" ) { + for ( var key in type ) { + this[ name ](key, data, type[key], fn); + } + return this; + } + + if ( jQuery.isFunction( data ) ) { + fn = data; + data = undefined; + } + + var handler = name === "one" ? jQuery.proxy( fn, function( event ) { + jQuery( this ).unbind( event, handler ); + return fn.apply( this, arguments ); + }) : fn; + + if ( type === "unload" && name !== "one" ) { + this.one( type, data, fn ); + + } else { + for ( var i = 0, l = this.length; i < l; i++ ) { + jQuery.event.add( this[i], type, handler, data ); + } + } + + return this; + }; +}); + +jQuery.fn.extend({ + unbind: function( type, fn ) { + // Handle object literals + if ( typeof type === "object" && !type.preventDefault ) { + for ( var key in type ) { + this.unbind(key, type[key]); + } + + } else { + for ( var i = 0, l = this.length; i < l; i++ ) { + jQuery.event.remove( this[i], type, fn ); + } + } + + return this; + }, + + delegate: function( selector, types, data, fn ) { + return this.live( types, data, fn, selector ); + }, + + undelegate: function( selector, types, fn ) { + if ( arguments.length === 0 ) { + return this.unbind( "live" ); + + } else { + return this.die( types, null, fn, selector ); + } + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + + triggerHandler: function( type, data ) { + if ( this[0] ) { + var event = jQuery.Event( type ); + event.preventDefault(); + event.stopPropagation(); + jQuery.event.trigger( event, data, this[0] ); + return event.result; + } + }, + + toggle: function( fn ) { + // Save reference to arguments for access in closure + var args = arguments, i = 1; + + // link all the functions, so any of them can unbind this click handler + while ( i < args.length ) { + jQuery.proxy( fn, args[ i++ ] ); + } + + return this.click( jQuery.proxy( fn, function( event ) { + // Figure out which function to execute + var lastToggle = ( jQuery.data( this, "lastToggle" + fn.guid ) || 0 ) % i; + jQuery.data( this, "lastToggle" + fn.guid, lastToggle + 1 ); + + // Make sure that clicks stop + event.preventDefault(); + + // and execute the function + return args[ lastToggle ].apply( this, arguments ) || false; + })); + }, + + hover: function( fnOver, fnOut ) { + return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); + } +}); + +var liveMap = { + focus: "focusin", + blur: "focusout", + mouseenter: "mouseover", + mouseleave: "mouseout" +}; + +jQuery.each(["live", "die"], function( i, name ) { + jQuery.fn[ name ] = function( types, data, fn, origSelector /* Internal Use Only */ ) { + var type, i = 0, match, namespaces, preType, + selector = origSelector || this.selector, + context = origSelector ? this : jQuery( this.context ); + + if ( jQuery.isFunction( data ) ) { + fn = data; + data = undefined; + } + + types = (types || "").split(" "); + + while ( (type = types[ i++ ]) != null ) { + match = rnamespaces.exec( type ); + namespaces = ""; + + if ( match ) { + namespaces = match[0]; + type = type.replace( rnamespaces, "" ); + } + + if ( type === "hover" ) { + types.push( "mouseenter" + namespaces, "mouseleave" + namespaces ); + continue; + } + + preType = type; + + if ( type === "focus" || type === "blur" ) { + types.push( liveMap[ type ] + namespaces ); + type = type + namespaces; + + } else { + type = (liveMap[ type ] || type) + namespaces; + } + + if ( name === "live" ) { + // bind live handler + context.each(function(){ + jQuery.event.add( this, liveConvert( type, selector ), + { data: data, selector: selector, handler: fn, origType: type, origHandler: fn, preType: preType } ); + }); + + } else { + // unbind live handler + context.unbind( liveConvert( type, selector ), fn ); + } + } + + return this; + } +}); + +function liveHandler( event ) { + var stop, elems = [], selectors = [], args = arguments, + related, match, handleObj, elem, j, i, l, data, + events = jQuery.data( this, "events" ); + + // Make sure we avoid non-left-click bubbling in Firefox (#3861) + if ( event.liveFired === this || !events || !events.live || event.button && event.type === "click" ) { + return; + } + + event.liveFired = this; + + var live = events.live.slice(0); + + for ( j = 0; j < live.length; j++ ) { + handleObj = live[j]; + + if ( handleObj.origType.replace( rnamespaces, "" ) === event.type ) { + selectors.push( handleObj.selector ); + + } else { + live.splice( j--, 1 ); + } + } + + match = jQuery( event.target ).closest( selectors, event.currentTarget ); + + for ( i = 0, l = match.length; i < l; i++ ) { + for ( j = 0; j < live.length; j++ ) { + handleObj = live[j]; + + if ( match[i].selector === handleObj.selector ) { + elem = match[i].elem; + related = null; + + // Those two events require additional checking + if ( handleObj.preType === "mouseenter" || handleObj.preType === "mouseleave" ) { + related = jQuery( event.relatedTarget ).closest( handleObj.selector )[0]; + } + + if ( !related || related !== elem ) { + elems.push({ elem: elem, handleObj: handleObj }); + } + } + } + } + + for ( i = 0, l = elems.length; i < l; i++ ) { + match = elems[i]; + event.currentTarget = match.elem; + event.data = match.handleObj.data; + event.handleObj = match.handleObj; + + if ( match.handleObj.origHandler.apply( match.elem, args ) === false ) { + stop = false; + break; + } + } + + return stop; +} + +function liveConvert( type, selector ) { + return "live." + (type && type !== "*" ? type + "." : "") + selector.replace(/\./g, "`").replace(/ /g, "&"); +} + +jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup error").split(" "), function( i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( fn ) { + return fn ? this.bind( name, fn ) : this.trigger( name ); + }; + + if ( jQuery.attrFn ) { + jQuery.attrFn[ name ] = true; + } +}); + +// Prevent memory leaks in IE +// Window isn't included so as not to unbind existing unload events +// More info: +// - http://isaacschlueter.com/2006/10/msie-memory-leaks/ +if ( window.attachEvent && !window.addEventListener ) { + window.attachEvent("onunload", function() { + for ( var id in jQuery.cache ) { + if ( jQuery.cache[ id ].handle ) { + // Try/Catch is to handle iframes being unloaded, see #4280 + try { + jQuery.event.remove( jQuery.cache[ id ].handle.elem ); + } catch(e) {} + } + } + }); +} +/*! + * Sizzle CSS Selector Engine - v1.0 + * Copyright 2009, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * More information: http://sizzlejs.com/ + */ +(function(){ + +var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, + done = 0, + toString = Object.prototype.toString, + hasDuplicate = false, + baseHasDuplicate = true; + +// Here we check if the JavaScript engine is using some sort of +// optimization where it does not always call our comparision +// function. If that is the case, discard the hasDuplicate value. +// Thus far that includes Google Chrome. +[0, 0].sort(function(){ + baseHasDuplicate = false; + return 0; +}); + +var Sizzle = function(selector, context, results, seed) { + results = results || []; + var origContext = context = context || document; + + if ( context.nodeType !== 1 && context.nodeType !== 9 ) { + return []; + } + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + var parts = [], m, set, checkSet, extra, prune = true, contextXML = isXML(context), + soFar = selector; + + // Reset the position of the chunker regexp (start from head) + while ( (chunker.exec(""), m = chunker.exec(soFar)) !== null ) { + soFar = m[3]; + + parts.push( m[1] ); + + if ( m[2] ) { + extra = m[3]; + break; + } + } + + if ( parts.length > 1 && origPOS.exec( selector ) ) { + if ( parts.length === 2 && Expr.relative[ parts[0] ] ) { + set = posProcess( parts[0] + parts[1], context ); + } else { + set = Expr.relative[ parts[0] ] ? + [ context ] : + Sizzle( parts.shift(), context ); + + while ( parts.length ) { + selector = parts.shift(); + + if ( Expr.relative[ selector ] ) { + selector += parts.shift(); + } + + set = posProcess( selector, set ); + } + } + } else { + // Take a shortcut and set the context if the root selector is an ID + // (but not if it'll be faster if the inner selector is an ID) + if ( !seed && parts.length > 1 && context.nodeType === 9 && !contextXML && + Expr.match.ID.test(parts[0]) && !Expr.match.ID.test(parts[parts.length - 1]) ) { + var ret = Sizzle.find( parts.shift(), context, contextXML ); + context = ret.expr ? Sizzle.filter( ret.expr, ret.set )[0] : ret.set[0]; + } + + if ( context ) { + var ret = seed ? + { expr: parts.pop(), set: makeArray(seed) } : + Sizzle.find( parts.pop(), parts.length === 1 && (parts[0] === "~" || parts[0] === "+") && context.parentNode ? context.parentNode : context, contextXML ); + set = ret.expr ? Sizzle.filter( ret.expr, ret.set ) : ret.set; + + if ( parts.length > 0 ) { + checkSet = makeArray(set); + } else { + prune = false; + } + + while ( parts.length ) { + var cur = parts.pop(), pop = cur; + + if ( !Expr.relative[ cur ] ) { + cur = ""; + } else { + pop = parts.pop(); + } + + if ( pop == null ) { + pop = context; + } + + Expr.relative[ cur ]( checkSet, pop, contextXML ); + } + } else { + checkSet = parts = []; + } + } + + if ( !checkSet ) { + checkSet = set; + } + + if ( !checkSet ) { + Sizzle.error( cur || selector ); + } + + if ( toString.call(checkSet) === "[object Array]" ) { + if ( !prune ) { + results.push.apply( results, checkSet ); + } else if ( context && context.nodeType === 1 ) { + for ( var i = 0; checkSet[i] != null; i++ ) { + if ( checkSet[i] && (checkSet[i] === true || checkSet[i].nodeType === 1 && contains(context, checkSet[i])) ) { + results.push( set[i] ); + } + } + } else { + for ( var i = 0; checkSet[i] != null; i++ ) { + if ( checkSet[i] && checkSet[i].nodeType === 1 ) { + results.push( set[i] ); + } + } + } + } else { + makeArray( checkSet, results ); + } + + if ( extra ) { + Sizzle( extra, origContext, results, seed ); + Sizzle.uniqueSort( results ); + } + + return results; +}; + +Sizzle.uniqueSort = function(results){ + if ( sortOrder ) { + hasDuplicate = baseHasDuplicate; + results.sort(sortOrder); + + if ( hasDuplicate ) { + for ( var i = 1; i < results.length; i++ ) { + if ( results[i] === results[i-1] ) { + results.splice(i--, 1); + } + } + } + } + + return results; +}; + +Sizzle.matches = function(expr, set){ + return Sizzle(expr, null, null, set); +}; + +Sizzle.find = function(expr, context, isXML){ + var set, match; + + if ( !expr ) { + return []; + } + + for ( var i = 0, l = Expr.order.length; i < l; i++ ) { + var type = Expr.order[i], match; + + if ( (match = Expr.leftMatch[ type ].exec( expr )) ) { + var left = match[1]; + match.splice(1,1); + + if ( left.substr( left.length - 1 ) !== "\\" ) { + match[1] = (match[1] || "").replace(/\\/g, ""); + set = Expr.find[ type ]( match, context, isXML ); + if ( set != null ) { + expr = expr.replace( Expr.match[ type ], "" ); + break; + } + } + } + } + + if ( !set ) { + set = context.getElementsByTagName("*"); + } + + return {set: set, expr: expr}; +}; + +Sizzle.filter = function(expr, set, inplace, not){ + var old = expr, result = [], curLoop = set, match, anyFound, + isXMLFilter = set && set[0] && isXML(set[0]); + + while ( expr && set.length ) { + for ( var type in Expr.filter ) { + if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) { + var filter = Expr.filter[ type ], found, item, left = match[1]; + anyFound = false; + + match.splice(1,1); + + if ( left.substr( left.length - 1 ) === "\\" ) { + continue; + } + + if ( curLoop === result ) { + result = []; + } + + if ( Expr.preFilter[ type ] ) { + match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter ); + + if ( !match ) { + anyFound = found = true; + } else if ( match === true ) { + continue; + } + } + + if ( match ) { + for ( var i = 0; (item = curLoop[i]) != null; i++ ) { + if ( item ) { + found = filter( item, match, i, curLoop ); + var pass = not ^ !!found; + + if ( inplace && found != null ) { + if ( pass ) { + anyFound = true; + } else { + curLoop[i] = false; + } + } else if ( pass ) { + result.push( item ); + anyFound = true; + } + } + } + } + + if ( found !== undefined ) { + if ( !inplace ) { + curLoop = result; + } + + expr = expr.replace( Expr.match[ type ], "" ); + + if ( !anyFound ) { + return []; + } + + break; + } + } + } + + // Improper expression + if ( expr === old ) { + if ( anyFound == null ) { + Sizzle.error( expr ); + } else { + break; + } + } + + old = expr; + } + + return curLoop; +}; + +Sizzle.error = function( msg ) { + throw "Syntax error, unrecognized expression: " + msg; +}; + +var Expr = Sizzle.selectors = { + order: [ "ID", "NAME", "TAG" ], + match: { + ID: /#((?:[\w\u00c0-\uFFFF-]|\\.)+)/, + CLASS: /\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/, + NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/, + ATTR: /\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/, + TAG: /^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/, + CHILD: /:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/, + POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/, + PSEUDO: /:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/ + }, + leftMatch: {}, + attrMap: { + "class": "className", + "for": "htmlFor" + }, + attrHandle: { + href: function(elem){ + return elem.getAttribute("href"); + } + }, + relative: { + "+": function(checkSet, part){ + var isPartStr = typeof part === "string", + isTag = isPartStr && !/\W/.test(part), + isPartStrNotTag = isPartStr && !isTag; + + if ( isTag ) { + part = part.toLowerCase(); + } + + for ( var i = 0, l = checkSet.length, elem; i < l; i++ ) { + if ( (elem = checkSet[i]) ) { + while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {} + + checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ? + elem || false : + elem === part; + } + } + + if ( isPartStrNotTag ) { + Sizzle.filter( part, checkSet, true ); + } + }, + ">": function(checkSet, part){ + var isPartStr = typeof part === "string"; + + if ( isPartStr && !/\W/.test(part) ) { + part = part.toLowerCase(); + + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + var parent = elem.parentNode; + checkSet[i] = parent.nodeName.toLowerCase() === part ? parent : false; + } + } + } else { + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + checkSet[i] = isPartStr ? + elem.parentNode : + elem.parentNode === part; + } + } + + if ( isPartStr ) { + Sizzle.filter( part, checkSet, true ); + } + } + }, + "": function(checkSet, part, isXML){ + var doneName = done++, checkFn = dirCheck; + + if ( typeof part === "string" && !/\W/.test(part) ) { + var nodeCheck = part = part.toLowerCase(); + checkFn = dirNodeCheck; + } + + checkFn("parentNode", part, doneName, checkSet, nodeCheck, isXML); + }, + "~": function(checkSet, part, isXML){ + var doneName = done++, checkFn = dirCheck; + + if ( typeof part === "string" && !/\W/.test(part) ) { + var nodeCheck = part = part.toLowerCase(); + checkFn = dirNodeCheck; + } + + checkFn("previousSibling", part, doneName, checkSet, nodeCheck, isXML); + } + }, + find: { + ID: function(match, context, isXML){ + if ( typeof context.getElementById !== "undefined" && !isXML ) { + var m = context.getElementById(match[1]); + return m ? [m] : []; + } + }, + NAME: function(match, context){ + if ( typeof context.getElementsByName !== "undefined" ) { + var ret = [], results = context.getElementsByName(match[1]); + + for ( var i = 0, l = results.length; i < l; i++ ) { + if ( results[i].getAttribute("name") === match[1] ) { + ret.push( results[i] ); + } + } + + return ret.length === 0 ? null : ret; + } + }, + TAG: function(match, context){ + return context.getElementsByTagName(match[1]); + } + }, + preFilter: { + CLASS: function(match, curLoop, inplace, result, not, isXML){ + match = " " + match[1].replace(/\\/g, "") + " "; + + if ( isXML ) { + return match; + } + + for ( var i = 0, elem; (elem = curLoop[i]) != null; i++ ) { + if ( elem ) { + if ( not ^ (elem.className && (" " + elem.className + " ").replace(/[\t\n]/g, " ").indexOf(match) >= 0) ) { + if ( !inplace ) { + result.push( elem ); + } + } else if ( inplace ) { + curLoop[i] = false; + } + } + } + + return false; + }, + ID: function(match){ + return match[1].replace(/\\/g, ""); + }, + TAG: function(match, curLoop){ + return match[1].toLowerCase(); + }, + CHILD: function(match){ + if ( match[1] === "nth" ) { + // parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6' + var test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec( + match[2] === "even" && "2n" || match[2] === "odd" && "2n+1" || + !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]); + + // calculate the numbers (first)n+(last) including if they are negative + match[2] = (test[1] + (test[2] || 1)) - 0; + match[3] = test[3] - 0; + } + + // TODO: Move to normal caching system + match[0] = done++; + + return match; + }, + ATTR: function(match, curLoop, inplace, result, not, isXML){ + var name = match[1].replace(/\\/g, ""); + + if ( !isXML && Expr.attrMap[name] ) { + match[1] = Expr.attrMap[name]; + } + + if ( match[2] === "~=" ) { + match[4] = " " + match[4] + " "; + } + + return match; + }, + PSEUDO: function(match, curLoop, inplace, result, not){ + if ( match[1] === "not" ) { + // If we're dealing with a complex expression, or a simple one + if ( ( chunker.exec(match[3]) || "" ).length > 1 || /^\w/.test(match[3]) ) { + match[3] = Sizzle(match[3], null, null, curLoop); + } else { + var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not); + if ( !inplace ) { + result.push.apply( result, ret ); + } + return false; + } + } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { + return true; + } + + return match; + }, + POS: function(match){ + match.unshift( true ); + return match; + } + }, + filters: { + enabled: function(elem){ + return elem.disabled === false && elem.type !== "hidden"; + }, + disabled: function(elem){ + return elem.disabled === true; + }, + checked: function(elem){ + return elem.checked === true; + }, + selected: function(elem){ + // Accessing this property makes selected-by-default + // options in Safari work properly + elem.parentNode.selectedIndex; + return elem.selected === true; + }, + parent: function(elem){ + return !!elem.firstChild; + }, + empty: function(elem){ + return !elem.firstChild; + }, + has: function(elem, i, match){ + return !!Sizzle( match[3], elem ).length; + }, + header: function(elem){ + return /h\d/i.test( elem.nodeName ); + }, + text: function(elem){ + return "text" === elem.type; + }, + radio: function(elem){ + return "radio" === elem.type; + }, + checkbox: function(elem){ + return "checkbox" === elem.type; + }, + file: function(elem){ + return "file" === elem.type; + }, + password: function(elem){ + return "password" === elem.type; + }, + submit: function(elem){ + return "submit" === elem.type; + }, + image: function(elem){ + return "image" === elem.type; + }, + reset: function(elem){ + return "reset" === elem.type; + }, + button: function(elem){ + return "button" === elem.type || elem.nodeName.toLowerCase() === "button"; + }, + input: function(elem){ + return /input|select|textarea|button/i.test(elem.nodeName); + } + }, + setFilters: { + first: function(elem, i){ + return i === 0; + }, + last: function(elem, i, match, array){ + return i === array.length - 1; + }, + even: function(elem, i){ + return i % 2 === 0; + }, + odd: function(elem, i){ + return i % 2 === 1; + }, + lt: function(elem, i, match){ + return i < match[3] - 0; + }, + gt: function(elem, i, match){ + return i > match[3] - 0; + }, + nth: function(elem, i, match){ + return match[3] - 0 === i; + }, + eq: function(elem, i, match){ + return match[3] - 0 === i; + } + }, + filter: { + PSEUDO: function(elem, match, i, array){ + var name = match[1], filter = Expr.filters[ name ]; + + if ( filter ) { + return filter( elem, i, match, array ); + } else if ( name === "contains" ) { + return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0; + } else if ( name === "not" ) { + var not = match[3]; + + for ( var i = 0, l = not.length; i < l; i++ ) { + if ( not[i] === elem ) { + return false; + } + } + + return true; + } else { + Sizzle.error( "Syntax error, unrecognized expression: " + name ); + } + }, + CHILD: function(elem, match){ + var type = match[1], node = elem; + switch (type) { + case 'only': + case 'first': + while ( (node = node.previousSibling) ) { + if ( node.nodeType === 1 ) { + return false; + } + } + if ( type === "first" ) { + return true; + } + node = elem; + case 'last': + while ( (node = node.nextSibling) ) { + if ( node.nodeType === 1 ) { + return false; + } + } + return true; + case 'nth': + var first = match[2], last = match[3]; + + if ( first === 1 && last === 0 ) { + return true; + } + + var doneName = match[0], + parent = elem.parentNode; + + if ( parent && (parent.sizcache !== doneName || !elem.nodeIndex) ) { + var count = 0; + for ( node = parent.firstChild; node; node = node.nextSibling ) { + if ( node.nodeType === 1 ) { + node.nodeIndex = ++count; + } + } + parent.sizcache = doneName; + } + + var diff = elem.nodeIndex - last; + if ( first === 0 ) { + return diff === 0; + } else { + return ( diff % first === 0 && diff / first >= 0 ); + } + } + }, + ID: function(elem, match){ + return elem.nodeType === 1 && elem.getAttribute("id") === match; + }, + TAG: function(elem, match){ + return (match === "*" && elem.nodeType === 1) || elem.nodeName.toLowerCase() === match; + }, + CLASS: function(elem, match){ + return (" " + (elem.className || elem.getAttribute("class")) + " ") + .indexOf( match ) > -1; + }, + ATTR: function(elem, match){ + var name = match[1], + result = Expr.attrHandle[ name ] ? + Expr.attrHandle[ name ]( elem ) : + elem[ name ] != null ? + elem[ name ] : + elem.getAttribute( name ), + value = result + "", + type = match[2], + check = match[4]; + + return result == null ? + type === "!=" : + type === "=" ? + value === check : + type === "*=" ? + value.indexOf(check) >= 0 : + type === "~=" ? + (" " + value + " ").indexOf(check) >= 0 : + !check ? + value && result !== false : + type === "!=" ? + value !== check : + type === "^=" ? + value.indexOf(check) === 0 : + type === "$=" ? + value.substr(value.length - check.length) === check : + type === "|=" ? + value === check || value.substr(0, check.length + 1) === check + "-" : + false; + }, + POS: function(elem, match, i, array){ + var name = match[2], filter = Expr.setFilters[ name ]; + + if ( filter ) { + return filter( elem, i, match, array ); + } + } + } +}; + +var origPOS = Expr.match.POS; + +for ( var type in Expr.match ) { + Expr.match[ type ] = new RegExp( Expr.match[ type ].source + /(?![^\[]*\])(?![^\(]*\))/.source ); + Expr.leftMatch[ type ] = new RegExp( /(^(?:.|\r|\n)*?)/.source + Expr.match[ type ].source.replace(/\\(\d+)/g, function(all, num){ + return "\\" + (num - 0 + 1); + })); +} + +var makeArray = function(array, results) { + array = Array.prototype.slice.call( array, 0 ); + + if ( results ) { + results.push.apply( results, array ); + return results; + } + + return array; +}; + +// Perform a simple check to determine if the browser is capable of +// converting a NodeList to an array using builtin methods. +// Also verifies that the returned array holds DOM nodes +// (which is not the case in the Blackberry browser) +try { + Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; + +// Provide a fallback method if it does not work +} catch(e){ + makeArray = function(array, results) { + var ret = results || []; + + if ( toString.call(array) === "[object Array]" ) { + Array.prototype.push.apply( ret, array ); + } else { + if ( typeof array.length === "number" ) { + for ( var i = 0, l = array.length; i < l; i++ ) { + ret.push( array[i] ); + } + } else { + for ( var i = 0; array[i]; i++ ) { + ret.push( array[i] ); + } + } + } + + return ret; + }; +} + +var sortOrder; + +if ( document.documentElement.compareDocumentPosition ) { + sortOrder = function( a, b ) { + if ( !a.compareDocumentPosition || !b.compareDocumentPosition ) { + if ( a == b ) { + hasDuplicate = true; + } + return a.compareDocumentPosition ? -1 : 1; + } + + var ret = a.compareDocumentPosition(b) & 4 ? -1 : a === b ? 0 : 1; + if ( ret === 0 ) { + hasDuplicate = true; + } + return ret; + }; +} else if ( "sourceIndex" in document.documentElement ) { + sortOrder = function( a, b ) { + if ( !a.sourceIndex || !b.sourceIndex ) { + if ( a == b ) { + hasDuplicate = true; + } + return a.sourceIndex ? -1 : 1; + } + + var ret = a.sourceIndex - b.sourceIndex; + if ( ret === 0 ) { + hasDuplicate = true; + } + return ret; + }; +} else if ( document.createRange ) { + sortOrder = function( a, b ) { + if ( !a.ownerDocument || !b.ownerDocument ) { + if ( a == b ) { + hasDuplicate = true; + } + return a.ownerDocument ? -1 : 1; + } + + var aRange = a.ownerDocument.createRange(), bRange = b.ownerDocument.createRange(); + aRange.setStart(a, 0); + aRange.setEnd(a, 0); + bRange.setStart(b, 0); + bRange.setEnd(b, 0); + var ret = aRange.compareBoundaryPoints(Range.START_TO_END, bRange); + if ( ret === 0 ) { + hasDuplicate = true; + } + return ret; + }; +} + +// Utility function for retreiving the text value of an array of DOM nodes +function getText( elems ) { + var ret = "", elem; + + for ( var i = 0; elems[i]; i++ ) { + elem = elems[i]; + + // Get the text from text nodes and CDATA nodes + if ( elem.nodeType === 3 || elem.nodeType === 4 ) { + ret += elem.nodeValue; + + // Traverse everything else, except comment nodes + } else if ( elem.nodeType !== 8 ) { + ret += getText( elem.childNodes ); + } + } + + return ret; +} + +// Check to see if the browser returns elements by name when +// querying by getElementById (and provide a workaround) +(function(){ + // We're going to inject a fake input element with a specified name + var form = document.createElement("div"), + id = "script" + (new Date).getTime(); + form.innerHTML = ""; + + // Inject it into the root element, check its status, and remove it quickly + var root = document.documentElement; + root.insertBefore( form, root.firstChild ); + + // The workaround has to do additional checks after a getElementById + // Which slows things down for other browsers (hence the branching) + if ( document.getElementById( id ) ) { + Expr.find.ID = function(match, context, isXML){ + if ( typeof context.getElementById !== "undefined" && !isXML ) { + var m = context.getElementById(match[1]); + return m ? m.id === match[1] || typeof m.getAttributeNode !== "undefined" && m.getAttributeNode("id").nodeValue === match[1] ? [m] : undefined : []; + } + }; + + Expr.filter.ID = function(elem, match){ + var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); + return elem.nodeType === 1 && node && node.nodeValue === match; + }; + } + + root.removeChild( form ); + root = form = null; // release memory in IE +})(); + +(function(){ + // Check to see if the browser returns only elements + // when doing getElementsByTagName("*") + + // Create a fake element + var div = document.createElement("div"); + div.appendChild( document.createComment("") ); + + // Make sure no comments are found + if ( div.getElementsByTagName("*").length > 0 ) { + Expr.find.TAG = function(match, context){ + var results = context.getElementsByTagName(match[1]); + + // Filter out possible comments + if ( match[1] === "*" ) { + var tmp = []; + + for ( var i = 0; results[i]; i++ ) { + if ( results[i].nodeType === 1 ) { + tmp.push( results[i] ); + } + } + + results = tmp; + } + + return results; + }; + } + + // Check to see if an attribute returns normalized href attributes + div.innerHTML = ""; + if ( div.firstChild && typeof div.firstChild.getAttribute !== "undefined" && + div.firstChild.getAttribute("href") !== "#" ) { + Expr.attrHandle.href = function(elem){ + return elem.getAttribute("href", 2); + }; + } + + div = null; // release memory in IE +})(); + +if ( document.querySelectorAll ) { + (function(){ + var oldSizzle = Sizzle, div = document.createElement("div"); + div.innerHTML = "

"; + + // Safari can't handle uppercase or unicode characters when + // in quirks mode. + if ( div.querySelectorAll && div.querySelectorAll(".TEST").length === 0 ) { + return; + } + + Sizzle = function(query, context, extra, seed){ + context = context || document; + + // Only use querySelectorAll on non-XML documents + // (ID selectors don't work in non-HTML documents) + if ( !seed && context.nodeType === 9 && !isXML(context) ) { + try { + return makeArray( context.querySelectorAll(query), extra ); + } catch(e){} + } + + return oldSizzle(query, context, extra, seed); + }; + + for ( var prop in oldSizzle ) { + Sizzle[ prop ] = oldSizzle[ prop ]; + } + + div = null; // release memory in IE + })(); +} + +(function(){ + var div = document.createElement("div"); + + div.innerHTML = "
"; + + // Opera can't find a second classname (in 9.6) + // Also, make sure that getElementsByClassName actually exists + if ( !div.getElementsByClassName || div.getElementsByClassName("e").length === 0 ) { + return; + } + + // Safari caches class attributes, doesn't catch changes (in 3.2) + div.lastChild.className = "e"; + + if ( div.getElementsByClassName("e").length === 1 ) { + return; + } + + Expr.order.splice(1, 0, "CLASS"); + Expr.find.CLASS = function(match, context, isXML) { + if ( typeof context.getElementsByClassName !== "undefined" && !isXML ) { + return context.getElementsByClassName(match[1]); + } + }; + + div = null; // release memory in IE +})(); + +function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + elem = elem[dir]; + var match = false; + + while ( elem ) { + if ( elem.sizcache === doneName ) { + match = checkSet[elem.sizset]; + break; + } + + if ( elem.nodeType === 1 && !isXML ){ + elem.sizcache = doneName; + elem.sizset = i; + } + + if ( elem.nodeName.toLowerCase() === cur ) { + match = elem; + break; + } + + elem = elem[dir]; + } + + checkSet[i] = match; + } + } +} + +function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + elem = elem[dir]; + var match = false; + + while ( elem ) { + if ( elem.sizcache === doneName ) { + match = checkSet[elem.sizset]; + break; + } + + if ( elem.nodeType === 1 ) { + if ( !isXML ) { + elem.sizcache = doneName; + elem.sizset = i; + } + if ( typeof cur !== "string" ) { + if ( elem === cur ) { + match = true; + break; + } + + } else if ( Sizzle.filter( cur, [elem] ).length > 0 ) { + match = elem; + break; + } + } + + elem = elem[dir]; + } + + checkSet[i] = match; + } + } +} + +var contains = document.compareDocumentPosition ? function(a, b){ + return !!(a.compareDocumentPosition(b) & 16); +} : function(a, b){ + return a !== b && (a.contains ? a.contains(b) : true); +}; + +var isXML = function(elem){ + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = (elem ? elem.ownerDocument || elem : 0).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +var posProcess = function(selector, context){ + var tmpSet = [], later = "", match, + root = context.nodeType ? [context] : context; + + // Position selectors must be done after the filter + // And so must :not(positional) so we move all PSEUDOs to the end + while ( (match = Expr.match.PSEUDO.exec( selector )) ) { + later += match[0]; + selector = selector.replace( Expr.match.PSEUDO, "" ); + } + + selector = Expr.relative[selector] ? selector + "*" : selector; + + for ( var i = 0, l = root.length; i < l; i++ ) { + Sizzle( selector, root[i], tmpSet ); + } + + return Sizzle.filter( later, tmpSet ); +}; + +// EXPOSE +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.filters; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = getText; +jQuery.isXMLDoc = isXML; +jQuery.contains = contains; + +return; + +window.Sizzle = Sizzle; + +})(); +var runtil = /Until$/, + rparentsprev = /^(?:parents|prevUntil|prevAll)/, + // Note: This RegExp should be improved, or likely pulled from Sizzle + rmultiselector = /,/, + slice = Array.prototype.slice; + +// Implement the identical functionality for filter and not +var winnow = function( elements, qualifier, keep ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep(elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) === keep; + }); + + } else if ( qualifier.nodeType ) { + return jQuery.grep(elements, function( elem, i ) { + return (elem === qualifier) === keep; + }); + + } else if ( typeof qualifier === "string" ) { + var filtered = jQuery.grep(elements, function( elem ) { + return elem.nodeType === 1; + }); + + if ( isSimple.test( qualifier ) ) { + return jQuery.filter(qualifier, filtered, !keep); + } else { + qualifier = jQuery.filter( qualifier, filtered ); + } + } + + return jQuery.grep(elements, function( elem, i ) { + return (jQuery.inArray( elem, qualifier ) >= 0) === keep; + }); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var ret = this.pushStack( "", "find", selector ), length = 0; + + for ( var i = 0, l = this.length; i < l; i++ ) { + length = ret.length; + jQuery.find( selector, this[i], ret ); + + if ( i > 0 ) { + // Make sure that the results are unique + for ( var n = length; n < ret.length; n++ ) { + for ( var r = 0; r < length; r++ ) { + if ( ret[r] === ret[n] ) { + ret.splice(n--, 1); + break; + } + } + } + } + } + + return ret; + }, + + has: function( target ) { + var targets = jQuery( target ); + return this.filter(function() { + for ( var i = 0, l = targets.length; i < l; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + not: function( selector ) { + return this.pushStack( winnow(this, selector, false), "not", selector); + }, + + filter: function( selector ) { + return this.pushStack( winnow(this, selector, true), "filter", selector ); + }, + + is: function( selector ) { + return !!selector && jQuery.filter( selector, this ).length > 0; + }, + + closest: function( selectors, context ) { + if ( jQuery.isArray( selectors ) ) { + var ret = [], cur = this[0], match, matches = {}, selector; + + if ( cur && selectors.length ) { + for ( var i = 0, l = selectors.length; i < l; i++ ) { + selector = selectors[i]; + + if ( !matches[selector] ) { + matches[selector] = jQuery.expr.match.POS.test( selector ) ? + jQuery( selector, context || this.context ) : + selector; + } + } + + while ( cur && cur.ownerDocument && cur !== context ) { + for ( selector in matches ) { + match = matches[selector]; + + if ( match.jquery ? match.index(cur) > -1 : jQuery(cur).is(match) ) { + ret.push({ selector: selector, elem: cur }); + delete matches[selector]; + } + } + cur = cur.parentNode; + } + } + + return ret; + } + + var pos = jQuery.expr.match.POS.test( selectors ) ? + jQuery( selectors, context || this.context ) : null; + + return this.map(function( i, cur ) { + while ( cur && cur.ownerDocument && cur !== context ) { + if ( pos ? pos.index(cur) > -1 : jQuery(cur).is(selectors) ) { + return cur; + } + cur = cur.parentNode; + } + return null; + }); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + if ( !elem || typeof elem === "string" ) { + return jQuery.inArray( this[0], + // If it receives a string, the selector is used + // If it receives nothing, the siblings are used + elem ? jQuery( elem ) : this.parent().children() ); + } + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + var set = typeof selector === "string" ? + jQuery( selector, context || this.context ) : + jQuery.makeArray( selector ), + all = jQuery.merge( this.get(), set ); + + return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ? + all : + jQuery.unique( all ) ); + }, + + andSelf: function() { + return this.add( this.prevObject ); + } +}); + +// A painfully simple check to see if an element is disconnected +// from a document (should be improved, where feasible). +function isDisconnected( node ) { + return !node || !node.parentNode || node.parentNode.nodeType === 11; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return jQuery.nth( elem, 2, "nextSibling" ); + }, + prev: function( elem ) { + return jQuery.nth( elem, 2, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( elem.parentNode.firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.makeArray( elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( !runtil.test( name ) ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + ret = this.length > 1 ? jQuery.unique( ret ) : ret; + + if ( (this.length > 1 || rmultiselector.test( selector )) && rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + + return this.pushStack( ret, name, slice.call(arguments).join(",") ); + }; +}); + +jQuery.extend({ + filter: function( expr, elems, not ) { + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return jQuery.find.matches(expr, elems); + }, + + dir: function( elem, dir, until ) { + var matched = [], cur = elem[dir]; + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + nth: function( cur, result, dir, elem ) { + result = result || 1; + var num = 0; + + for ( ; cur; cur = cur[dir] ) { + if ( cur.nodeType === 1 && ++num === result ) { + break; + } + } + + return cur; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); +var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g, + rleadingWhitespace = /^\s+/, + rxhtmlTag = /(<([\w:]+)[^>]*?)\/>/g, + rselfClosing = /^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i, + rtagName = /<([\w:]+)/, + rtbody = /"; + }, + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
", "
" ], + thead: [ 1, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + col: [ 2, "", "
" ], + area: [ 1, "", "" ], + _default: [ 0, "", "" ] + }; + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// IE can't serialize and + +${scripts.addFromTheme("/js/jquery-1.4.2.js")} +${scripts.tags} + + + + + + +<#include "googleAnalytics.ftl"> + +