/* 	[ 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;
	color: #999;
	width: 180px;
}
#cRS .SearchSimple {
	display: none;
}

	.SearchSimple td {
	}
	.SearchSimple input {
		font-size: 12px;
		color: #FFFFFF;
		margin-left: 2px;
	}
	.SearchSimpleGo {
		vertical-align: bottom;
		margin-bottom: 2px;
	}
	.topContainer .SearchSimple {
		position: absolute;
		top: 30px;
		right: 10px;
		width: auto;
		background: transparent;
		border: none;	
	}

	* html .topContainer .SearchSimple { /* IE6 */
		left: 340px;
		right: auto;
	}

		.topContainer .SearchSimple .SearchLabel {
			display: none;
		}
		.topContainer .SearchSimple .SearchInput {
			background: #666261;
			border: none;	
			width: 130px;
			height: 19px;
			padding: 0;
		}

/* -----[ 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 {
		}
		
