/* 	[ 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 {
}
.PageList .ListItem {
}

	/* Custom Title */
	.PageList .ListCustomTitle {
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
	}
	.PageList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.PageList .ListThumbnail {
	}

	/* Title */
		.PageList .ListTitle {
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
			display: none;
		}

	/* Summary */
		.PageList .ListSummary {
		}
		.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 {
	border: 0px solid #C5C5C5;
	background: none;
	padding: 0px;
}
#cLS .PageList .ListItem {
	padding: 0px;
	margin: 0px;
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
		color: #999999;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background: none;
		border-bottom-style: none;
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
			display: none;
	}

	/* Title */
		#cLS .PageList .ListTitle {
			font-size: 90%;
			font-weight: normal;
			margin: 0px 0px 1px 0px;
			color: #001F61;
			text-decoration: none;
			padding: 0px;
		}
		#cLS .PageList .ListTitle a:visited, 
		#cLS .PageList .ListTitle a:link {
			padding: 4px 4px 6px 18px;
			background: #EFEFEF url(/Templates/_images/arrow-pointer-sml.gif) no-repeat 6px 50%;
			text-decoration: none;
			display: block;
		}
		#cLS .PageList .ListTitle a:hover {
			padding: 4px 4px 6px 18px;
			background-color: #D6D6D6;
			text-decoration: none;
			display: block;
		}

	/* Date, Keywords */
		#cLS .PageList .ListAuthor,
		#cLS .PageList .ListItemDate,
		#cLS .PageList .ListKeywords {
			display: none;
		}

	/* Summary */
		#cLS .PageList .ListSummary {
			display: none;
		}
		#cLS .PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cLS .PageList .ListCreator,
		#cLS .PageList .ListCreatedDate {
			display: none;
		}
		#cLS .PageList .ListUpdator,
		#cLS .PageList .ListUpdatedDate {
			display: none;
		}

	/* EndItem (Visual break between each list item) */
		#cLS .PageList .ListEndItem {
			border-bottom: 0px solid #DBDBDB;
		}
		
		
/* === [ Right Hand Container ] === */

#cRS .PageList {
}
#cRS .PageList .ListHolder {
	background: none;
	padding: 0px;
}
#cRS .PageList .ListItem {
	padding: 0px;
	margin: 0px;
}

	/* Custom Title */
	#cRS .PageList .ListCustomTitle {
		color: #999999;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background: none;
		border-bottom-style: none;
	}

	/* Thumbnail */
	#cRS .PageList .ListThumbnail {
			display: none;
	}

	/* Title */
		#cRS .PageList .ListTitle {
			font-size: 90%;
			font-weight: normal;
			margin: 0px 0px 1px 0px;
			color: #001F61;
			text-decoration: none;
			padding: 0px;
		}
		#cRS .PageList .ListTitle a:visited, 
		#cRS .PageList .ListTitle a:link {
			padding: 4px 4px 6px 18px;
			background: #EFEFEF url(/Templates/_images/arrow-pointer-sml.gif) no-repeat 6px 50%;
			text-decoration: none;
			display: block;
		}
		#cRS .PageList .ListTitle a:hover {
			padding: 4px 4px 6px 18px;
			background-color: #D6D6D6;
			text-decoration: none;
			display: block;
		}

	/* Date, Keywords */
		#cRS .PageList .ListAuthor,
		#cRS .PageList .ListItemDate,
		#cRS .PageList .ListKeywords {
			display: none;
		}

	/* Summary */
		#cRS .PageList .ListSummary {
			display: none;
		}
		#cRS .PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cRS .PageList .ListCreator,
		#cRS .PageList .ListCreatedDate {
			display: none;
		}
		#cRS .PageList .ListUpdator,
		#cRS .PageList .ListUpdatedDate {
			display: none;
		}

	/* EndItem (Visual break between each list item) */
		#cRS .PageList .ListEndItem {
			border-bottom: 0px solid #DBDBDB;
		}
