/* 	[ 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;
	margin-bottom: 5px;
	padding: 0px;
	width: 100%;
	background: #002559;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}
.SearchSimple td {
	padding: 0px;
}
.SearchSimple input {
	font-size: 10px;
	margin: 0px;
}
.SearchSimple span {
	margin: 0px 4px 0px 0px;
}

/* -----[ 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 {
	margin: 0.4em 0px 0.4em 0px;
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
		color: #002559;
		text-transform: none;
		margin: 0px;
		height: auto;
		background: url(/Templates/_images/icon_tick.gif) no-repeat left 5px;
		padding: 0;
		padding-left: 20px;
		font-size: 85%;
		font-weight: bold;
		float: none;
		text-decoration: none;
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
	}

	/* Title */
		.SearchResults .ListTitle {
			background: none;
			margin: 0.1em 0;
			padding: 0;
			padding-left: 20px;		
		}
		.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 {
		}
		
