/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* --- [ SEARCH MODULES  ] ------------------------------------------------------------------- */

/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
	Unless changed in this CSS File, styles will reflect DefaultTheme.css
	You should change DefaultTheme.css to perform a global change.
*/

/* --- [ SEARCH SIMPLE ] --------------------------------------------------------------------- */

.SearchSimple {
	position: relative;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
	width: auto;
	font-weight: bold;
}
.SearchSimple td {
	padding: 0px;
}
.SearchSimple span {
	margin-right: 4px;
}
.SearchSimple input {
	vertical-align: middle;
}
.SearchSimple .SearchButton {
	width:auto;
}

/* --- [ SEARCH FULL ] ----------------------------------------------------------------------- */

.SearchFull {
	position: relative;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}

/* --- [ 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 {
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
	}

	/* Title */
		.SearchResults .ListTitle {
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* Date, Keywords */
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords {
		
		}

	/* Author */
		.SearchResults .ListAuthor {
		}

	/* Summary */
		.SearchResults .ListSummary {
		}
		.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 {
		}
		
