.link,
.ui-state-highlight .link {
	color: #dd0000;
}

.link:hover {
	color: #660000;
}

.listTable tbody .odd td {
	background: #eeeeee;	
}

.listTable tbody tr:hover td {
	background: #fff3bf !important;
}

.listTable .emptyContent:hover td {
	background:none !important;
}

.searchForm fieldset {
	border: 1px solid #cccccc;
}

.searchForm fieldset legend {
	color: #000000;
}