<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
	<xsl:variable name="eAuStyleFloatpanel">
		width: 33px;
		height: 102px;
		overflow: hidden;
		z-index: 100;
		_position: absolute;
		_top: expression(eval(document.body.scrollTop + 7));
		left: 7px;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButton">
		width: 33px; height: 34px; text-align: center; cursor: pointer; text-decoration: none;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButtonSpan">
		border-bottom: 1px solid #bbb;
		display: block;
		height: 29px;
		width: 19px;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButtonApplySpan">
		background: url(<xsl:value-of select="$project-url"/>template-files/apply.gif) center center no-repeat;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButtonRefreshSpan">
		background: url(<xsl:value-of select="$project-url"/>template-files/reload.gif) center center no-repeat;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButtonExpandSpan">
		background: url(<xsl:value-of select="$project-url"/>template-files/expand.gif) center center no-repeat;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButtonCollapseSpan">
		background: url(<xsl:value-of select="$project-url"/>template-files/collapse.gif) center center no-repeat;
	</xsl:variable>
	<xsl:variable name="eAuStyleFloatpanelButtonHoverColor">#1945a4</xsl:variable>
	<xsl:variable name="eAuStyles">
		<style type="text/css">
			html,
			body {
				margin: 0px;
				padding: 0px;
				width: 100%;
				height: 100%;
				
				background: white;
			}
			body {
				overflow: auto;
			}
		</style>
	</xsl:variable>
</xsl:stylesheet>

