/* 	[ 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;
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.SearchSimple td {
	padding: 4px;
}
.SearchSimple input {
	font-size: 100%;
}

/* -----[ SEARCH FULL ]--------------------------------------------------------------------- */

.SearchFull {
	width: 100%;
	padding: 10px 0px;
	margin: 20px 0 0 20px;
	color:#195f8a;
	font-size: 87%;
}

/* -----[ SEARCH RESULTS ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.SearchResults {
	font-size: 100%;
	margin: 2em 0 0.9em 2em;
	font-weight: normal;
	
}
.SearchResults .ListHolder {
}
.SearchResults .ListItem {
	        margin: 0.3em 0;
			padding: 0 0 0 0;
			font-size: 100%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
		color:#666;
		font-size: 100%;
		margin: 2em 0 0.9em 1.5em;
		font-weight:bold;	
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
	}
	/* ListIcon */
		.SearchResults .ListIcon {
		}

	/* Title */
		.SearchResults .ListTitle {
			background: url(/Templates/OMS/_images/icon_pointer.gif) no-repeat 1em center;
			padding: 0 0 0 23px;
			margin: 0.3em 0;
			color:#195f8a;
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* Date, Keywords, Author */
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords, 
		.SearchResults .ListAuthor {
		}

	/* Summary */
		.SearchResults .ListSummary {
			padding: 0 0 0 23px;
		}
		.SearchResults .ListSummary a {
			padding: 0 0 0 23px;
			float:left;
			color:#1fb0ff;
			font-size: 85%;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.SearchResults .ListCreator,
		.SearchResults .ListCreatedDate {
		}
		.SearchResults .ListUpdator,
		.SearchResults .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		.SearchResults .ListEndItem {
		}
		
