#devheader {
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 100%; 
	background: #FFFFFF;
	font-size: 11px;
	z-index: 1000;
	font-family: "Lucida Grande", Verdana;
	width: 100%;
}

#devheader_body {
	padding: 2px 5px 2px 5px; 
/*	display: block;*/
	width: 99%; 
	position: absolute; 
	background: #FFFFFF;
}

#devheader a:link, devheader a:visited {
	text-decoration: none;
	font-weight: bold;
}

.transparent {
	opacity: 0.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0;
}

.opaque {
	opacity: 1.0; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
}