/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ SEARCH MODULES  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/

/* -----[ SEARCH SIMPLE ]--------------------------------------------------------------------- */

.SearchSimple 
{
	position: relative;
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	width: 100%;
}
.SearchSimple td {
	padding: 4px;
}
.SearchSimple input {
	font-size: 100%;
}

/* -----[ SEARCH FULL ]--------------------------------------------------------------------- */

.SearchFull {
	width: 100%;
	padding: 4px 0px;
	width: 100%;
	margin-bottom: 20px;
}

/* -----[ SEARCH RESULTS ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.SearchResults {
}
.SearchResults .ListHolder {
}
.SearchResults .ListItem {
	 border-style: none;
	 float: none;
	 width: auto;
	 padding: 0 0 0 0;
	 margin: 0px 0 0 0;
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
		font-family: Arial, Helvetica, sans-serif;
		color: #003366;
		font-size: 140%;
		margin-bottom: 0.9em;
		font-weight: bold;
		background-color: #EFEFEF;
		padding: 0.3em 0.5em 1em 0.5em;
		border-top: 1px solid #FFFFFF;
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
		max-width: 60px;
		margin: -10px 10px 0px 0px;
	}

	/* Title */
		.SearchResults .ListTitle {
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* Date, Keywords */
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords {
			display: none;
		}

	/* Author */
		.SearchResults .ListAuthor {
			padding: 0 0 0 1.8em;
		}

	/* Summary */
		.SearchResults .ListSummary {
			padding: 0 0 0 1.5em;
		}
		.SearchResults .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.SearchResults .ListCreator,
		.SearchResults .ListCreatedDate {
		}
		.SearchResults .ListUpdator,
		.SearchResults .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		.SearchResults .ListEndItem {
		}
		