/* 	[ 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 {
	background-color: #FFFFFF;
}
.PageList .ListItem {
	margin: 0px 0px 10px 0px;
	border: none;
	padding: 0px;
	background-color: #CCCCCC;
	min-height: 170px;
}

	/* Custom Title */
	.PageList .ListCustomTitle {
		color: #FFFFFF;
		font-size: 17px;
		margin: 0px;
		padding: 0px 0px 4px 0px;
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		background-image: url(../../Templates/_images/icon_pointer.gif);
		background-repeat: no-repeat;
		background-position: left 60%;
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}
	.PageList .ListSecondarySeparator {
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}

	/* Thumbnail */
	.PageList .ListThumbnail {
		margin: 2px 4px;
		float: right;
		border: 4px solid #FFFFFF;
	}

	/* Title */
		.PageList .ListTitle {
			color: #FFFFFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			padding: 10px 26px 4px 4px;
			margin: 0px;
			background-image: url(../../Templates/_images/back_pagelist.gif);
			background-position: bottom right;
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
			color: #FFFFFF;
			text-decoration: none;
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
			display: none;
		}

	/* Summary */
		.PageList .ListSummary {
			font-family: Arial, Helvetica, sans-serif;
			color: #333333;
			font-size: 10px;
			line-height: 14px;
			margin: 0px;
			padding: 2px 4px 8px 4px;
		}
		.PageList .ListSummary a {
			color: #333333;
			text-decoration: none;
			font-weight: bold;
			font-size: 10px;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.PageList .ListCreator,
		.PageList .ListCreatedDate {
			display: none;
		}
		.PageList .ListUpdator,
		.PageList .ListUpdatedDate {
			display: none;
		}

	/* EndItem (Visual break between each list item) */
		.PageList .ListEndItem {
			float: none;
			clear: both;
			margin: 0px;
			width: auto;
			border-bottom: 1px solid #CCCCCC;
		}
		
/* === [ Left Hand Container ] === */

#cLS .PageList {
}
#cLS .PageList .ListHolder {
}
#cLS .PageList .ListItem {
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
	}
	#cLS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
	}

	/* Title */
		#cLS .PageList .ListTitle {
		}
		#cLS .PageList .ListTitle a:visited, 
		#cLS .PageList .ListTitle a:link, 
		#cLS .PageList .ListTitle a:hover {
		}

	/* Date, Keywords */
		#cLS .PageList .ListAuthor,
		#cLS .PageList .ListItemDate,
		#cLS .PageList .ListKeywords {
		}

	/* Summary */
		#cLS .PageList .ListSummary {
		}
		#cLS .PageList .ListSummary a {
		}

	/* 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 {
		}
		
		
/* === [ Right Hand Container ] === */

#cRS .PageList {
}
#cRS .PageList .ListHolder {
}
#cRS .PageList .ListItem {
}

	/* Custom Title */
	#cRS .PageList .ListCustomTitle {
	}
	#cRS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cRS .PageList .ListThumbnail {
	}

	/* Title */
		#cRS .PageList .ListTitle {
		}
		#cRS .PageList .ListTitle a:visited, 
		#cRS .PageList .ListTitle a:link, 
		#cRS .PageList .ListTitle a:hover {
		}

	/* 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 {
		}







