
@import url("/styles/une_styles.css");
/* Skin Elements */
/* Global UNE Header */
#une_logo,
#global_links {
	background: #777 url(/error_pages/images/bg_error_grey.jpg) top left repeat-y;	
}
/* If the global links BG is dark the everything should be white */
#global_links,
#global_links a,
#global_links a:hover {
	color: #edf4de;
}
#global_links a:hover {
	text-decoration: underline;
}
/* End white stuff */
/* ------ Extra internal formatting -------- */
#nav_info,
#crumb_trail {
	display: none;
}
#une_logo a {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0px;
	left: 13px;
	background-image: url(/images/logos/une_logo_green_white_on_black.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#une_logo img {
	visibility: hidden;
}


