/* 	[ 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: 80%;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #FFC55A;
}
.SearchSimple td {
	padding: 4px 0px 0px 6px;
	white-space: nowrap;
	color: #FFC55A;
	font-size: 90%;
}
.SearchSimple input {
	font-size: 100%;
	padding-right: 4px;
	padding-left: 4px;
}
#cN .SearchSimple 
{
	position: relative;
	color: #000000;
	font-size: 100%;
	padding: 0px;
	clear: none;
	height: 26px;
	z-index: 0;
	float: right;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	width: auto;
}
#cN .SearchSimple input {
	margin: 0px;
	font-size: 80%;
	position: relative;
}

#cN .SearchSimple input[type=text] {
	border-color:#999999 #CFCFCF #CFCFCF #999999;
	border-style:solid;
	border-width:1px;
	bottom:3px;
	height:15px;
	position:relative;
	width:173px;
	font-size: 12px;
}

#cN .SearchSimple input[type=image] {
	margin: 0px 0px 0px 0px;
	bottom: 5px;
	font-size: 80%;
	background-image: url(../../Templates/_images/search.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* -----[ 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 {
		}
		.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 {
		}
