@charset "utf-8";
/* MicroSE Website HeaderBar */

#headerbar a { 
	color: #000;
	text-decoration:none; 
}

#headerbar a:hover { 
	text-decoration:underline; 
}

#headerbar, #logon_bar, #loginError_bar {
	color: #000;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FF9;
	clear: both;
}

#headerbar
{
	height: 21px;
}

#logon_bar {
	text-align: center;
	display: none;
	height: auto;
	border-bottom: 1px #FC3 solid;
}


#headerbar_right {
	float: right;
	margin-right: 5px;
}

#headerbar_left {
	float: left;
	margin-left: 3px;
	font-weight: bold;
}

.header_image {
	top: 2px;
	position: relative;
}
