/* 	[ 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;
	width: 100%;
	line-height: 1em;
	font-size: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #6699CC;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #0B5BAC;

}
.SearchSimple td {
	padding: 2px 8px 0px 8px;
}
.SearchSimple span {
	padding: 0px 8px 0px 0px;
}
.SearchSimple input {
	font-size: 85%;
}
.SearchSimpleGo {
	position: relative;
	top: 3px;
}

#cLS .SearchSimple {
	margin: 10px 21px 10px 10px;
}

/* -----[ 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 {
	padding: 0 0 0 0;
	background: none;
	border-style: none;
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
		display: none;
	}

	/* Title */
		.SearchResults .ListTitle {
			text-transform: capitalize;
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* Date, Keywords */
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords {
			display: none;
		}

	/* Author */
		.SearchResults .ListAuthor {
		}

	/* Summary */
		.SearchResults .ListSummary {
			margin: 0px 0px 5px 0px;
		}
		.SearchResults .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.SearchResults .ListCreator,
		.SearchResults .ListCreatedDate {
			display: none;
		}
		.SearchResults .ListUpdator,
		.SearchResults .ListUpdatedDate {
			display: none;
		}

	/* EndItem (Visual break between each list item) */
		.SearchResults .ListEndItem {
			border-bottom: 1px solid #FFFFFF;
		}
		