
/* Search Module 
Alter as required */

/* Simple Search Facility */

.SearchSimple {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	float: right;
	border: 1px solid #999999;
	background-color: #333333;
	margin: 10px 14px 10px 10px;
}
.SearchSimple td {
padding: 4px;
}
#cLS .SearchSimple {
	color: #999999;
	width: auto;
	float: none;
	margin: 10px 10px 10px 30px;
}
#cTL .SearchSimple {
	color: #999999;
	width: auto;
	float: none;
	margin: 10px 10px 10px 30px;
}
#cRS .SearchSimple {
	margin: 10px;
	border: 1px solid #CCCCCC;
	width: auto;
	float: none;
	background-color: #666666;
}
#cTR .SearchSimple {
	background-color: #666666;
	margin: 10px;
	border: 1px solid #CCCCCC;
	width: auto;
	float: none;
}

/* Full Search Facility */

.SearchFull {
	width: 100%;
	padding: 4px 0px;
	width: 100%;
	margin: 10px 10px 20px 10px;
}
	#cLS .SearchFull {
		width: 100%;
		padding: 4px 0px;
		width: 100%;
		margin: 10px 10px 20px 10px;
		color: #FFFFF;
	}

/* Search Results
Copy styles from CategoryList and prefix with SearchResults
Alter as required */

.SearchResults {
	margin: 0px;
}
.SearchResults .ListHolder {
	position: relative;
	clear: both;
	margin: 0px;
	border: none;
	padding: 10px;
	width: auto;
	z-index: 40;
}
.SearchResults .ListItem {
	position: relative;
	margin: 0px;
	border: none;
	padding: 0px;
	display: inline-block;
	font-size: 80%;
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
		color: #999999;
		margin: 0px;
		padding: 0px 0px 4px 0px;
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
		color: #999999;
		font-weight: bold;
		padding: 0px ;
		margin: 0px;
	}
	.SearchResults .ListSecondarySeparator {
		color: #999999;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
		display: none;
	}

	/* Title */
		.SearchResults .ListTitle {
			color: #999999;
			font-weight: bold;
			padding: 0px;
			margin: 4px 0px 0px 0px;
			background: none;
			border-bottom-style: none;
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
			color: #999999;
			text-decoration: none;
		}

	/* Date, Keywords */
		.SearchResults .ListAuthor,
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords {
			display: none;
		}

	/* Summary */
		.SearchResults .ListSummary {
			color: #999999;
			margin: 0px;
			padding: 0px;
		}
		.SearchResults .ListSummary a {
			color: #999999;
			text-decoration: none;
			font-weight: bold;
		}

	/* 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 {
			font-size: 0px;
			float: none;
			clear: both;
			margin: 2px 0px 4px 0px;
			border-bottom: 1px solid #003366;
			background-image: none;
		}
		