/* $Id: search.css 2250 2006-04-19 13:13:11Z thomas $
 * Copyright (c) 2006 Codecenter. All rights reserved. */

.searchFormText {
	margin-bottom: 10px;
}

.searchFormFields {
	margin-bottom: 10px;
	vertical-align: middle;
}

.searchResultsHeader {
	width: 100%;
    font-family: Arial;
    font-size: 10pt;
	margin-bottom: 10px;
}

.searchResultsTitle {
	font-size: 10pt;
	text-align: left;
}

.searchResultsHeaderQuery {
	font-weight: bold;
}

.searchResultsHeaderCount {
	font-weight: bold;
}

.searchResultsPageTitle {
	font-size: 10pt;
	text-align: right;
}

.searchResults {
    padding: 0;
    list-style-type: none;
}

.searchResultTitle {
    letter-spacing: normal;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

.searchResultSummary {
    letter-spacing: normal;
	font-size: 10pt;
	display: block;
}

.searchResultInfo {
    letter-spacing: normal;
	font-size: 9pt;
	font-style: italic;
}

.searchResultNewQuery {
	margin-top: 10px;
}
