#infobar	
{
	-x-system-font:message-box;
	font-family:-moz-use-system-font;
	font-size:-moz-use-system-font;
	font-size-adjust:-moz-use-system-font;
	font-stretch:-moz-use-system-font;
	font-style:-moz-use-system-font;
	font-variant:-moz-use-system-font;
	font-weight:-moz-use-system-font;
	line-height:-moz-use-system-font;
	border-bottom: 1px outset;
	position: fixed;
}

#infobar td 
{
	background-color: #FFFFE1;
}

#infobar td a 
{
	display: block;
	width:100%;
	background-color: #FFFFE1;
	text-decoration: none;
	padding: .45em 0em .45em 0em;
	font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}

#infobar td a:hover 
{
	color: #FFF;
	background-color:#3169B6;
}

.generic
{
	position: absolute;
	width: 400px;
	border: 1px solid black;
	background-color: lightyellow;
	padding: 4px;
	z-index: 100;
	visibility: visible;
	text-decoration: none;
	padding: .20em .20em .20em .20em;
	font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 200;
	cursor:hand;
}
