/* InfoBar Mod for x7 Chat and phpbb2 Orion *//* by dr.gibble */

body {
 	margin: 0;
 	padding: 0;
}
#info {
	width: 100%;
 	overflow: visible;
 	position: fixed;
 	margin: 0;
 	padding: 0;
 	background: InfoBackground;
 	z-index: 2;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 8pt;
}

#info .infobar-user {
  	float: left;
  	margin: 0;
  	padding: .45em 0em .45em 2em;
  	background: url(../../images/icon_warning.gif) no-repeat fixed .3em .3em;
	cursor: default;
}

#info .infobar-join a, #info .infobar-join a:link {
	float: right;
	margin: 0;
	padding: .45em 2em .45em 0em;
	text-decoration: none;
	text-align: right;
}

#info .infobar-join a:hover, #info .infobar-join a.selected, #info .infobar-join a:active {
	text-decoration: underline;
}

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