/* 	[ 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;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 2px 4px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #A30000;
	background-color: #B70000;
	width: 100%;
}
	.SearchSimple td {
	}
	.SearchSimple input {
		font-size: 90%;
		margin-left: 2px;
	}
	.SearchSimpleGo {
		vertical-align: bottom;
		margin-bottom: 2px;
	}

/* -----[ 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 {
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
	}

	/* Title */
		.SearchResults .ListTitle {
			padding: 5px 0px 5px 0px;
			background: none;
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* Date, Keywords */
		.SearchResults .ListAuthor,
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords {
		}

	/* 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 {
		}
		