/* Power Bar Information *********************************************/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#AvTrax {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #8A8B8F;
	margin: 0px;
	background-color: #DEDEE6;
	height: 15px;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: outset;
	border-top-color: ActiveBorder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A8B8F;
}

#AvTrax a {
	color: #8A8B8F; 
	font-weight: bold;
}

* html div#AvTrax {
	position: absolute;
	left: 0px;
	width:100%;
	white-space:nowrap;
}

* html div#AvTrax  {
	width: expression(0 + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + 'px');
	left: expression(0 - AvTrax.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + (scrollLeft = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + 'px');
	top: expression(0 - AvTrax.offsetHeight + ((document.documentElement.clientHeight || document.body.clientHeight) + (scrollTop = document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

@media print {
	#AvTrax {
		display:none;
	}
}

