table.search-results {
	border-collapse: collapse;
	margin-top: 10px;
}

	table.search-results th, table.search-results td {
		border: 1px solid #ccc;
		padding: 5px;
		text-align: left;
	}

	table.search-results th {
	}

	table.search-results td { font-size: 12px; }

		table.search-results a:link, table.search-results a:visited { color: #492f92; }
		table.search-results a:hover, table.search-results a:active { color: #ffc423; }


table.search-detail {
	border-collapse: collapse;
	margin-top: 10px;
}

	table.search-detail th, table.search-detail td {
		border: 1px solid #ccc;
		padding: 5px;
		text-align: left;
	}

	table.search-detail th {
	}

	table.search-detail td { font-size: 11px; }

		table.search-detail a:link, table.search-detail a:visited { color: #492f92; }
		table.search-detail a:hover, table.search-detail a:active { color: #ffc423; }
		
		
	table.search-detail td table td {
		border: 0;
		padding: auto;
	}