a:link {
	color: #FFFF00;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #FFFF00;
}
a:visited:hover {
	color: #000000;
}

a.a2:link {
	color: #067806;
}
a.a2:visited {
	color: #067806;
}
a.a2:hover {
	color: #000000;
}
a.a2:visited:hover {
	color: #000000;
}


/* ---------------------------------------------------------------------------------
 * FeedBack
	<td>
		<div id="feedbackPanel">
			<span wicket:id="feedback">
			  	<ul wicket:id="feedbackul">
			    	<li wicket:id="messages" class="feedbackPanelERROR">
			      		<span wicket:id="message" class="feedbackPanelERROR">Invalid Login</span>
			    	</li>
			  	</ul>
			</span>
	    </div>
	</td>
 * --------------------------------------------------------------------------------- */
 
div.error 
{
	font-weight	: bold;
	color		: #F00;
 	font-family	: Arial, Helvetica, sans-serif;
	font-style	: normal;
	font-size	: 10px;
}

div#feedbackPanel span ul
{
	width 		: auto;
	padding		: 3px;
	margin		: 0px;
	border 		: 0px solid #DBFA49;
	color		: #F00;
 	font-family	: Arial, Helvetica, sans-serif;
	font-weight	: bold;
	font-style	: normal;
	text-align	: center;
	font-size	: 10px;
}

div#feedbackPanel ul 
{
	list-style	: none;
	padding		: 0px;
	margin		: 0px;
}

