/* Appearance consistent with Wicket's default error pages. */

/* Navigation */
ul.navigation {
	/*background-color: #1B75BC;*/
	/*margin: 0;
	padding: 0;*/
	list-style-type: none;
}

ul.navigation a {
	/* leave this up to the application */
	/*display: block;*/
	text-decoration: none;
}

ul.navigation a:hover
{
	/*background-color: #369;
	color: #FFF;*/
}

ul.navigation span.navItemDisabled {
	/* leave this up to the application */
	/*display: block;*/
}