/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ PAGE LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.PageList {
}
.PageList .ListHolder {
}
#cPC .PageList .ListItem {
	clear: both;
	display: block;
}

	/* Custom Title */
	.PageList .ListCustomTitle {
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
	}
	.PageList .ListSecondarySeparator {
	}

	/* Thumbnail */
	#cPC .PageList .ListThumbnail {
		float: left;
		margin: 0 0.3em 0 0;
	}

	/* Title */
		.PageList .ListTitle {
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
		}

	/* Summary */
		#cPC .PageList .ListSummary {
			float: left;
		}
		.PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.PageList .ListCreator,
		.PageList .ListCreatedDate {
		}
		.PageList .ListUpdator,
		.PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		.PageList .ListEndItem {
		}
		
/* === [ Left Hand Container ] === */

#cLS .PageList {
}
#cLS .PageList .ListHolder {
	margin: 0px 0px 2px 10px;
}
#cLS .PageList .ListItem {
	position: relative;
	padding: 0.1em 0.5em;
	display: inline-block;
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
		font-size: 120%;
		font-weight: bold;
		color: #040404;
		margin: 0px;
		padding: 10px 0px 5px 4px;
	}
	#cLS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
	}

	/* Title */
		#cLS .PageList .ListTitle {
			text-decoration: none;
			font-size: 85%;
			padding: 3px 0px;
		}
		#cLS .PageList .ListTitle a:visited, 
		#cLS .PageList .ListTitle a:link, 
		#cLS .PageList .ListTitle a:hover {
			text-decoration: none;
			color:#FFFFFF;
		}

	/* Date, Keywords */
		#cLS .PageList .ListAuthor,
		#cLS .PageList .ListItemDate,
		#cLS .PageList .ListKeywords {
			text-decoration: none;
			color:#FFFFFF;
		}

	/* Summary */
		#cLS .PageList .ListSummary {
			text-decoration: none;
			color:#FFFFFF;
			font-size: 90%;
			line-height: 1.5em;
		}
		#cLS .PageList .ListSummary a {
			text-decoration: none;
			color:#FFFFFF;
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cLS .PageList .ListCreator,
		#cLS .PageList .ListCreatedDate {
		}
		#cLS .PageList .ListUpdator,
		#cLS .PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cLS .PageList .ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
			border-bottom: none;
		}
		
		
/* === [ Right Hand Container ] === */

#cRS .PageList {
}
#cRS .PageList .ListHolder {
	border: #9c9a9a 1px solid;
	position: relative;
	margin: 0px 0px 2px 0px;
	background: #e2e2e3 url(/Templates/Hutchinson/_images/cRS_bkg_PList.gif) repeat-x;
	width: auto;
	height: auto;
	clear: both;
	padding: 0;
}
#cRS .PageList .ListItem {
	font-size: 90%;
	line-height: 1em;
}

	/* Custom Title */
	#cRS .PageList .ListCustomTitle {
		font-size: 120%;
		font-weight: bold;
		margin: 0 0 0.3em 0;
		padding: 2px 0px 2px 16px;
		background-color: #020306;
		color: #FFFFFF;
		text-transform: none;
	}
	#cRS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cRS .PageList .ListThumbnail {
		margin: 0 0 0 0.3em;
		border: none;
	}

	/* Title */
		#cRS .PageList .ListTitle {
			margin: 0.3em 0 0.05em 0.6em;
			padding: 0;
			font-size: 100%;
			font-weight: bold;
			color: #00b4f1;
			float: none;
			text-decoration: none;
		}
		#cRS .PageList .ListTitle a:visited, 
		#cRS .PageList .ListTitle a:link, 
		#cRS .PageList .ListTitle a:hover {
			color: #00b4f1;
			text-decoration: none;
		}

	/* Date, Keywords */
		#cRS .PageList .ListAuthor,
		#cRS .PageList .ListItemDate,
		#cRS .PageList .ListKeywords {
		}

	/* Summary */
		#cRS .PageList .ListSummary {
		}
		#cRS .PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cRS .PageList .ListCreator,
		#cRS .PageList .ListCreatedDate {
		}
		#cRS .PageList .ListUpdator,
		#cRS .PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cRS .PageList .ListEndItem {
		}