/* CSS Document */
<style type="text/css">

.emptyTag {
}
.av_search_results_table {
	border: 1px solid black;
	background-color: #e0e0e0;
	width: 100%;
}
.av_search_results_navigation {
	font-family: Arial, Helvetica;
	font-size: 75%;
	background-color: #e0e0e0;
}
.av_search_results_column_titles {
	font-family: Arial, Helvetica;
	font-size: 90%;
	background-color: #ffffff;
	text-align: left;
	text-wrap: none;
}
.av_search_results_list_row_odd {
	background-color: #ffffff;
}
.av_search_results_list_row_even {
	background-color: #f0f0f0;
}
.av_search_results_list_row_hover {
	background-color: #e0e0e0;
}
.av_search_results_grid_column {
	border: 1px solid black;
	text-align: middle;
	width: 250px;
}
.av_search_results_grid_row {
	background-color: #ffffff;
}

</style>
