inc/extensions/ext-theme.php -text
inc/extensions/ext-top10.php -text
inc/extensions/ext-transfer.php -text
+inc/extensions/ext-uberwach.php -text
inc/extensions/ext-usage.php -text
inc/extensions/ext-user.php -text
inc/extensions/ext-wernis.php -text
inc/img/.htaccess -text
inc/install-inc.php -text
inc/js/.htaccess -text
+inc/js/js-uberwach.php -text
inc/language-functions.php -text
inc/language.php -text
inc/language/.htaccess -text
inc/libs/task_functions.php -text
inc/libs/theme_functions.php -text
inc/libs/transfer_functions.php -text
+inc/libs/uberwach_functions.php -text
inc/libs/user_functions.php -text
inc/libs/wernis_functions.php -text
inc/libs/yoomedia_functions.php -text
templates/de/html/ext/ext_theme.tpl -text
templates/de/html/ext/ext_top10.tpl -text
templates/de/html/ext/ext_transfer.tpl -text
+templates/de/html/ext/ext_uberwach.tpl -text
templates/de/html/ext/ext_usage.tpl -text
templates/de/html/ext/ext_user.tpl -text
templates/de/html/ext/ext_wernis.tpl -text
templates/de/html/install/install_page2.tpl -text
templates/de/html/install/install_page3.tpl -text
templates/de/html/install/install_welcome.tpl -text
+templates/de/html/js/.htaccess -text
+templates/de/html/js/js_uberwach.tpl -text
templates/de/html/lead_code.tpl -text
templates/de/html/loader.tpl -text
templates/de/html/login_failed_js.tpl -text
templates/de/html/theme/theme_one.tpl -text
templates/de/html/theme/theme_select_box.tpl -text
templates/de/html/theme/theme_select_form.tpl -text
+templates/de/html/uberwach/.htaccess -text
+templates/de/html/uberwach/uberwach_snippet.tpl -text
templates/de/html/welcome.tpl -text
templates/en/html/admin/admin_welcome.tpl -text
templates/en/html/impressum.tpl -text
theme/business/css/surfbar.css -text
theme/business/css/top10.css -text
theme/business/css/transfer.css -text
+theme/business/css/uberwach.css -text
theme/business/images/code_bg.jpg -text
theme/business/images/code_bg.png -text
theme/business/theme.php -text
theme/default/css/surfbar.css -text
theme/default/css/top10.css -text
theme/default/css/transfer.css -text
+theme/default/css/uberwach.css -text
theme/default/images/code_bg.jpg -text
theme/default/images/code_bg.png -text
theme/default/theme.php -text
theme/desert/css/surfbar.css -text
theme/desert/css/top10.css -text
theme/desert/css/transfer.css -text
+theme/desert/css/uberwach.css -text
theme/desert/images/code_bg.jpg -text
theme/desert/images/code_bg.png -text
theme/desert/images/help/bullet.png -text
theme/desert/images/help/right.jpg -text
theme/desert/images/help/up.jpg -text
theme/desert/theme.php -text
+uberwach/uberwach-button-gruen.gif -text
+uberwach/uberwach-kamera-gruen.gif -text
/view.php -text
--- /dev/null
+<?php
+/************************************************************************
+ * MXChange v0.2.1 Start: 07/31/2009 *
+ * ================ Last change: 07/31/2009 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : ext-uberwach.php *
+ * -------------------------------------------------------------------- *
+ * Short description : A campaign against supervision of government *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 856 $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: stelzi $ *
+ * Needs to be in all Files and every File needs "svn propset *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder *
+ * For more information visit: http://www.mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
+ require($INC);
+}
+
+// Version number
+EXT_SET_VERSION('0.0');
+
+// Version history array (add more with , '0.1.0' and so on)
+EXT_SET_VER_HISTORY(array('0.0'));
+
+switch ($EXT_LOAD_MODE)
+{
+case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+ // SQL commands to run
+ break;
+
+case 'remove': // Do stuff when removing extension
+ // SQL commands to run
+ break;
+
+case 'activate': // Do stuff when admin activates this extension
+ // SQL commands to run
+ break;
+
+case 'deactivate': // Do stuff when admin deactivates this extension
+ // SQL commands to run
+ break;
+
+case 'update': // Update an extension
+ switch ($EXT_VER)
+ {
+ case '0.0.1': // SQL queries for v0.0.1
+ ADD_EXT_SQL('');
+
+ // Update notes (these will be set as task text!)
+ EXT_SET_UPDATE_NOTES('');
+ break;
+ }
+ break;
+
+case 'modify': // When the extension got modified
+ break;
+
+case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+ break;
+
+default: // Do stuff when extension is loaded
+ break;
+}
+
+//
+?>
// 1234 5 54 45 5 5 543 3 321
if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != '1') && ($GLOBALS['footer_sent'] != '2'))) && (getOutputMode() != '1'))) {
// Output the generated HTML code or do nothing in direct-mode
+ // @TODO Rewrite these all into filters
if (getTotalFatalErrors() > 0) {
// Output fatal error messages
loadIncludeOnce('inc/fatal_errors.php');
displayParsingTime();
} // END - if
+ // Shall we include the uberwach snippet?
+ if ((EXT_IS_ACTIVE('uberwach')) && ($GLOBALS['header_sent'] == '2')) {
+ // Then display it here
+ loadUberwachSnippet();
+ } // END - if
+
// Load page footer
LOAD_TEMPLATE('page_footer');
} elseif (strpos($template, 'la_') > -1) {
// 'Logical-area' template found
$mode = 'la/';
+ } elseif (strpos($template, 'js_') > -1) {
+ // JavaScript template found
+ $mode = 'js/';
} else {
// Test for extension
$test = substr($template, 0, strpos($template, '_'));
if (EXT_IS_ACTIVE($test)) {
// Set extra path to extension's name
- $mode = $test.'/';
- }
+ $mode = $test . '/';
+ } // END - if
}
////////////////////////
--- /dev/null
+<?php
+/************************************************************************
+ * MXChange v0.2.1 Start: 07/31/2009 *
+ * =============== Last change: 07/31/2009 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : js-uberwach.php *
+ * -------------------------------------------------------------------- *
+ * Short description : JavaScript tag for ext-uberwach.php *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : JavaScript-Tag fuer ext-uberwach.php *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 1075 $ *
+ * $Date:: 2009-07-27 22:18:23 +0200 (Mon, 27 Jul 2009) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * Needs to be in all Files and every File needs "svn propset *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder *
+ * For more information visit: http://www.mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
+ require($INC);
+} // END - if
+
+// Simply load the JavaScript here
+LOAD_TEMPLATE('js_uberwach');
+
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * MXChange v0.2.1 Start: 09/31/2009 *
+ * =============== Last change: 09/31/2009 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : uberwach_functions.php *
+ * -------------------------------------------------------------------- *
+ * Short description : Special functions for uberwach extension *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : Spezielle Funktion fuer uberwach-Erweiterung *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 968 $ *
+ * $Date:: 2009-03-16 19:59:13 +0000 (Mon, 16 Mar 2009) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * Needs to be in all Files and every File needs "svn propset *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder *
+ * For more information visit: http://www.mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
+ require($INC);
+}
+
+// Loads the snippet for the uberwach action
+function loadUberwachSnippet () {
+ // Simply load the template here
+ LOAD_TEMPLATE('uberwach_snippet');
+}
+
+//
+?>
loadIncludeOnce('inc/header.php');
// Prepare include file for looking
- $INC = sprintf("inc/js/tag-%s.php",
- REQUEST_GET('tag')
+ $INC = sprintf("inc/js/js-%s.php",
+ REQUEST_GET('tag')
);
// Is that file readable?
--- /dev/null
+<strong>Intention der Aktion "ÜBERWACH!"</strong><br />
+<br />
+Die große Koalition aus CDU & SPD will Deutschland in Zeiten des
+internationalen Terrors zu einem sicheren Land fÜr uns alle machen.<br />
+<br />
+Das klingt auf den ersten Blick gut, ist es aber auf den zweiten gar nicht.<br />
+<br />
+Denn das wenig mehr an Sicherheit sollen wir, die BÜrger dieses Landes,
+teuer mit einem großen Verlust an persönlicher Freiheit bezahlen. De
+facto droht die Bundesrepublik Deutschland durch die geplanten Maßnahmen
+zu einem präventiven Überwachungsstaat umgebaut zu werden.<br />
+<br />
+Die Aktion “ÜBERWACH!” will auf diese besorgniserregende Entwicklung
+aufmerksam machen, indem sie den Spieß umdreht und den Geruch der
+Überwachung den Bundes- und Landesministerien, sowie den Regierungs-
+und Oppositionsparteien selbst unter die Nase reibt.<br />
+<br />
+Übrigens: Fakten und Hintergrundinfos zu den Plänen der
+Bundesregierung sowie zahlreiche Möglichkeiten zum aktiven Protest
+findest du auf den Seiten des <a href="http://www.vorratsdatenspeicherung.de"
+ rel="external" target="_blank" title="Arbeitskreis
+ Vorratsdatenspeicherung">Arbeitskreises Vorratsdatenspeicherung</a>.<br />
+<br />
+Quelle: <a href="http://www.uberwach.de" rel="external" target="_blank"
+ title="Aktion: ÜBERWACH!">www.uberwach.de</a>
--- /dev/null
+Deny from all\r
--- /dev/null
+// www.uberwach.de - v2.2.2
+(function () {
+ var ips=['193.17.232.0-193.17.247.255','192.109.71.0-192.109.71.255','193.17.88.0-193.17.95.255','193.158.73.40-193.158.73.47','193.102.16.0-193.102.16.255','193.17.88.0-193.17.95.255','193.175.51.0-193.175.51.255','193.196.130.0-193.196.131.255','193.22.240.0-193.22.241.255','193.22.246.0-193.22.247.255','194.117.124.151-194.117.124.151','194.180.44.0-194.180.48.255','194.196.76.0-194.196.76.255','194.94.100.0-194.94.103.255','194.94.221.0-194.94.221.255','194.95.96.0-194.95.97.255','195.112.175.60-195.112.175.63','195.127.210.128-195.127.210.159','195.145.115.232-195.145.115.239','195.145.199.224-195.145.199.231','195.158.157.240-195.158.157.247','195.243.81.0-195.243.81.7','195.30.232.120-195.30.232.123','195.30.232.128-195.30.232.191','195.37.100.0-195.37.101.255','195.37.130.0-195.37.131.255','212.18.22.160-212.18.22.191','213.139.136.112-213.139.136.127','213.139.146.132-213.139.146.135','213.160.31.96-213.160.31.103','217.110.186.216-217.110.186.223','217.19.187.0-217.19.187.15','217.19.187.64-217.19.187.95','217.19.187.96-217.19.187.103','217.6.229.216-217.6.229.223','217.89.43.24-217.89.43.31','80.146.186.80-80.146.186.87','80.150.3.144-80.150.3.151','82.135.124.112-82.135.124.127','82.195.68.0-82.195.69.255','80.146.207.248-80.146.207.255','195.50.146.0-195.50.146.255','212.84.192.192-212.84.192.255','62.153.115.56-62.153.115.63','62.154.194.88-62.154.194.95','212.222.53.128-212.222.53.255','213.68.139.68-213.68.139.71','193.175.83.0-193.175.83.255','194.95.166.0-194.95.166.255','194.95.176.0-194.95.179.255','192.129.8.0-192.129.8.255','193.159.218.0-193.159.219.191','62.134.61.0-62.134.61.255','193.159.218.0-193.159.219.191','83.243.48.0-83.243.55.255','164.133.0.0-164.133.255.255','195.37.188.64-195.37.188.127','195.37.188.192-195.37.188.223','195.37.191.32-195.37.191.47','80.245.144.0-80.245.147.255','217.6.26.216-217.6.26.223','217.7.176.24-217.7.176.27','193.197.150.208-193.197.150.223','194.25.241.128-194.25.241.143','62.225.163.152-62.225.163.159','212.202.112.152-212.202.112.159','217.7.170.48-217.7.170.51','87.193.145.200-87.193.145.207','87.193.146.16-87.193.146.23','213.23.143.176-213.23.143.191','213.23.40.248-213.23.40.255','213.23.41.16-213.23.41.23','213.23.41.8-213.23.41.15','217.7.101.96-217.7.101.103','62.153.210.128-62.153.210.135','62.153.237.8-62.153.237.15','193.17.86.0-193.17.87.255','193.197.144.0-193.197.144.255','195.125.241.128-195.125.241.143','195.158.157.64-195.158.157.127','213.128.100.96-213.128.100.103','195.244.234.192-195.244.234.255','217.18.179.240-217.18.179.251','62.245.144.216-62.245.144.223','62.245.178.136-62.245.178.143','212.202.117.133-212.202.117.133','80.86.167.64-80.86.167.111','87.234.227.176-87.234.227.183','212.202.166.48-212.202.166.55','217.110.149.88-217.110.149.95','217.110.174.224-217.110.174.231','217.110.45.8-217.110.45.15','87.193.167.233-87.193.167.233','195.243.128.224-195.243.128.231','212.60.22.151-212.60.22.151','212.88.128.200-212.88.128.207','213.139.133.208-213.139.133.223','213.139.146.96-213.139.146.99','213.139.146.76-213.139.146.79','213.139.151.128-213.139.151.143','217.110.149.48-217.110.149.55','62.157.167.64-62.157.167.71','217.19.190.216-217.19.190.223','62.154.250.0-62.154.250.7','83.236.232.216-83.236.232.223','213.183.13.0-213.183.13.31','213.183.5.88-213.183.5.95','212.82.39.8-212.82.39.15','212.84.227.0-212.84.227.255','212.9.165.232-212.9.165.239','213.183.160.212-213.183.160.215','213.183.187.110-213.183.187.110','62.156.191.128-62.156.191.255','80.146.207.248-80.146.207.255'];
+ var filter=function() {
+ for (var i=0,l=ips.length;i<l;i++)
+ if (matchIp(au_ip,ips[i]))
+ return true;
+ return false;
+ };
+ var matchIp=function(ip,ipr) {
+ var d=ipr.split('-');
+ ip=ip2long(ip);
+ return (ip>=ip2long(d[0]) && ip<=ip2long(d[1]));
+ };
+ var ip2long=function(ip) {
+ var p = ip.split('.');
+ return (parseFloat(p[0]*16777216)+parseFloat(p[1]*65536)+parseFloat(p[2]*256)+parseFloat(p[3]));
+ };
+ var addStyles=function(c) {
+ if(document.createStyleSheet){
+ document.createStyleSheet(c);
+ } else {
+ var d=document.createElement('link');
+ d.rel='stylesheet';
+ d.href=c;
+ document.getElementsByTagName("head")[0].appendChild(d);
+ }
+ };
+ var hint=function(c,i,t){
+ var d = document.createElement('div');
+ d.setAttribute('id','au_hi');
+ d.setAttribute('class',c);
+ d.setAttribute('className',c);
+ d.innerHTML = '<p><a href="http://www.uberwach.de/" rel="external" target="_blank" title="Aktion: Ueberwach!"><img src="'+i+'" alt="Aktion UBERWACH!" border="0" /></a>Der Zugriff auf diese Seite wurde '+t+' protokolliert. <a href="http://www.uberwach.de/">Über die Aktion "ÜBERWACH!"</a></p>';
+ var b = document.body;
+ b.appendChild(d);
+ b.style.marginTop=px(getCSS(b,"marginTop"))+30+"px";
+ };
+ var getCSS=function(e,p){
+ if(document.defaultView && document.defaultView.getComputedStyle)
+ return document.defaultView.getComputedStyle(e,"").getPropertyValue(p.replace(/([A-Z])/g,"-$1").toLowerCase());
+ else if(e.currentStyle)
+ return e.currentStyle[p];
+ else if(e.style)
+ return e.style[p];
+ return false;
+ }
+ var px=function(v) {
+ var u = v.match(/em|px|ex|in|mm|cm|pt|%|pc/);
+ if(!document.createElement || u=="") return parseInt(v);
+ var d = document.createElement('div');
+ var s = d.style;
+ s.position = 'absolute';
+ s.padding = 0;
+ s.margin = 0;
+ s.border= "none";
+ s.width = '1' + u;
+ document.body.appendChild(d);
+ v = d.offsetWidth*parseInt(v);
+ document.body.removeChild(d);
+ return v;
+ }
+ var main = function(){
+ addStyles('/uberwach.css');
+ if (filter())
+ hint('au_hi_r', 'http://www.uberwach.de/wanze-kamera.gif?'+escape(window.location), 'so eben von der Aktion "ÜBERWACH!"');
+ else
+ hint('au_hi_g', '{!URL!}/uberwach/uberwach-kamera-gruen.gif', 'von der Aktion "ÜBERWACH!" nicht ');
+ };
+ if (window.addEventListener) {
+ window.addEventListener('load', main, false);
+ } else if (window.attachEvent) {
+ window.attachEvent('onload', main);
+ }
+})();
--- /dev/null
+Deny from all\r
--- /dev/null
+<!-- Einbauanleitung: http://www.uberwach.de/code-snippet.html -->
+<!-- start uberwach code :: do not change :: v2.2.2 -->
+<script type="text/javascript">/* <![CDATA[ */
+au_ip='$REMOTE_ADDR';
+/* ]]> */</script>
+<script type="text/javascript" src="{!URL!}/js.php?tag=uberwach"></script>
+<noscript><a href="http://www.uberwach.de/" rel="external" target="_blank" title="Aktion: Ueberwach!"><img src="http://www.uberwach.de/wanze.gif" alt="Aktion UBERWACH!" width="80" height="15" border="0" /></a></noscript>
+<!-- ende uberwach code -->
--- /dev/null
+#au_hi {
+ position:absolute;
+ z-index:1234;
+ top:0;
+ right:0;
+ left:0;
+ padding:0;
+ margin:0;
+ border-left:none;
+ border-right:none;
+ border-top:1px solid #FFFFFF;
+ border-bottom:1px solid #ACA899;
+ height:27px;
+ display:block;
+ width:100%;
+ overflow:hidden;
+ float:none;
+}
+#au_hi p {
+ border:none;
+ width:auto;
+ background:none;
+ margin:0;
+ padding:0 7px;
+ font-size:11px;
+ color:#003366;
+ float:none;
+ text-align:left;
+}
+#au_hi img {
+ border:none;
+ background:none;
+ margin:0;
+ padding:0 7px;
+ width:19px;
+ height:19px;
+}
+#au_hi a, #au_hi a:hover {
+ border:none;
+ background:none;
+ margin:0;
+ padding:0;
+ font-size:11px;
+ color:#003366;
+ text-decoration:underline;
+}
+.au_hi_r {
+ background:none;
+ background-color:#FFCCAA;
+}
+.au_hi_g {
+ background:none;
+ background-color:#D5FFAA;
+}
--- /dev/null
+#au_hi {
+ position:absolute;
+ z-index:1234;
+ top:0;
+ right:0;
+ left:0;
+ padding:0;
+ margin:0;
+ border-left:none;
+ border-right:none;
+ border-top:1px solid #FFFFFF;
+ border-bottom:1px solid #ACA899;
+ height:27px;
+ display:block;
+ width:100%;
+ overflow:hidden;
+ float:none;
+}
+#au_hi p {
+ border:none;
+ width:auto;
+ background:none;
+ margin:0;
+ padding:0 7px;
+ font-size:11px;
+ color:#003366;
+ float:none;
+ text-align:left;
+}
+#au_hi img {
+ border:none;
+ background:none;
+ margin:0;
+ padding:0 7px;
+ width:19px;
+ height:19px;
+}
+#au_hi a, #au_hi a:hover {
+ border:none;
+ background:none;
+ margin:0;
+ padding:0;
+ font-size:11px;
+ color:#003366;
+ text-decoration:underline;
+}
+.au_hi_r {
+ background:none;
+ background-color:#FFCCAA;
+}
+.au_hi_g {
+ background:none;
+ background-color:#D5FFAA;
+}
--- /dev/null
+#au_hi {
+ position:absolute;
+ z-index:1234;
+ top:0;
+ right:0;
+ left:0;
+ padding:0;
+ margin:0;
+ border-left:none;
+ border-right:none;
+ border-top:1px solid #FFFFFF;
+ border-bottom:1px solid #ACA899;
+ height:27px;
+ display:block;
+ width:100%;
+ overflow:hidden;
+ float:none;
+}
+#au_hi p {
+ border:none;
+ width:auto;
+ background:none;
+ margin:0;
+ padding:0 7px;
+ font-size:11px;
+ color:#003366;
+ float:none;
+ text-align:left;
+}
+#au_hi img {
+ border:none;
+ background:none;
+ margin:0;
+ padding:0 7px;
+ width:19px;
+ height:19px;
+}
+#au_hi a, #au_hi a:hover {
+ border:none;
+ background:none;
+ margin:0;
+ padding:0;
+ font-size:11px;
+ color:#003366;
+ text-decoration:underline;
+}
+.au_hi_r {
+ background:none;
+ background-color:#FFCCAA;
+}
+.au_hi_g {
+ background:none;
+ background-color:#D5FFAA;
+}