/* 	[ 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 {
	margin: 10px 0;
}
.PageList .ListItem {
	width: 380px;
	height: 180px;
	float: left;
	clear: none;
	margin: 0px 20px 20px 0;
	padding: 0px 0 0 0px;
}
.PageList .ListItem:hover {
	background-color: #cccccc;
}
* html #cRS .PageList .ListItem {
	width: 200px;
}

	/* Custom Title */
	.PageList .ListCustomTitle {
		font-size: 100%;
		font-weight: bold;
		color: #FFFFFF;
		background: #00a556 url(/Templates/parnz/_images/listTitle.gif) repeat-x bottom left;
		padding: 12px 20px 12px 10px;
		margin: 0px;
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
	}
	.PageList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.PageList .ListThumbnail {
		margin: 0px 0 0 0.3em;
		*margin: 0px 0 0 0.3em;
		padding: 0px 10px 0px 10px;
	}

	/* Title */
		.PageList .ListTitle {
			font-size: 110%;
			width: 100%;
			text-transform: capitalize;
			padding: 6px 0px 0 10px;
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
		}

	/* Summary */
		.PageList .ListSummary {
			padding: 0px 0px 0px 10px;
		}
		.PageList .ListSummary a {
			float: left;
			clear: both;
			margin: -40px 0px 0 0px;
			*margin: 6px 0px 0 10px;
			background: url(/Templates/parnz/_images/morelinkRed.gif) no-repeat left center;
		}

	/* 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 {
}
#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 {
	width: auto;
	height: 100%;
	float: none;
	clear: both;
	margin: 0 0 2px 0;
	padding: 0.1em 0 6px 0;
}

	/* Custom Title */
	#cRS .PageList .ListCustomTitle {
	}

	/* Thumbnail */
	#cRS .PageList .ListThumbnail {
		margin: 0.3em 0em 0em 0.3em;
		padding: 0.3em;
	}

	/* Title */
		#cRS .PageList .ListTitle {
			font-size: 90%;
			width: 95%;
			text-transform: uppercase;
			padding: 8px 0px 0 18px;
		}
		#cRS .PageList .ListTitle a:visited, 
		#cRS .PageList .ListTitle a:link, 
		#cRS .PageList .ListTitle a:hover {
			padding: 0px 18px 0 0px;
		}

	/* Date, Keywords */
		#cRS .PageList .ListAuthor,
		#cRS .PageList .ListItemDate,
		#cRS .PageList .ListKeywords {
		}

	/* Summary */
		#cRS .PageList .ListSummary {
			padding: 0 18px 18px 18px;
		}
		#cRS .PageList .ListSummary a {
			float: right;
			margin: 6px 0px 0 0;
			background: url(/Templates/parnz/_images/morelink.gif) no-repeat left center;
		}

	/* 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 {
		}
