body { 
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#info {
	font-weight: normal;
	font-size: 8pt;
	z-index: 12000;
	overflow: visible;
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
	top: 0px;
	top: expression(body.scrollTop);
}

#info b{
	font-weight: bold;
}

#infobar a { 
	clear: both;
	height: 30px;
	padding-right: 0.3em;
	display: block;
	padding-left: 2em;
	background: url('./Forum/images/icons/smile/alert.gif') infobackground fixed repeat-x 0.3em 0.3em;
	float: left;
	padding-bottom: 0.45em;
	width: 100%;
	cursor: hand;
	color: infotext;
	padding-top: 20px;
	border-bottom: 0.16em outset;
	text-decoration: none;
}
#infobar a:link { 
	clear: both;
	height: 30px;
	padding-right: 0.3em;
	display: block;
	padding-left: 2em;
	background: url('./Forum/images/icons/smile/alert.gif') infobackground fixed repeat-x 0.3em 0.3em;
	float: left;
	padding-bottom: 0.45em;
	width: 100%;
	cursor: hand;
	color: infotext;
	padding-top: 20px;
	border-bottom: 0.16em outset;
	text-decoration: none;
}
#infobar a:visited { 
	clear: both;
	height: 30px;
	padding-right: 0.3em;
	display: block;
	padding-left: 2em;
	background: url('./Forum/images/icons/smile/alert.gif') infobackground fixed repeat-x 0.3em 0.3em;
	float: left;
	padding-bottom: 0.45em;
	width: 100%;
	cursor: hand;
	color: infotext;
	padding-top: 20px;
	border-bottom: 0.16em outset;
	text-decoration: none;
}

#infobar a:active { 
	clear: both;
	height: 30px;
	padding-right: 0.3em;
	display: block;
	padding-left: 2em;
	background: url('/Forum/images/icons/smile/alert.gif') infobackground fixed repeat-x 0.3em 0.3em;
	float: left;
	padding-bottom: 0.45em;
	width: 100%;
	cursor: hand;
	color: infotext;
	padding-top: 20px;
	border-bottom: 0.16em outset;
	text-decoration: none;
}

#infobar a:hover { 
	background: url('./Forum/images/icons/smile/alert.gif') highlight fixed no-repeat 0.3em 0.3em;
	color: highlighttext;
}

#viewplot { 
	padding-right: 1em;
	overflow-y: scroll;
	padding-left: 1em;
	overflow-x:	hidden;
	padding-bottom: 1em;
	width: 100%;
	padding-top: 1em;
	height: expression(this.parentNode.offsetHeight - this.offsetTop);
}