/* 	[ 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 {
		}

	/* 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 {
}
#cLS .PageList .ListItem {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
		padding: 0px;
		margin: 0px;
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
		margin: 5px 0px 10px 10px;
	}

	/* Title */
		#cLS .PageList .ListTitle {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
		#cLS .PageList .ListTitle a:visited, 
		#cLS .PageList .ListTitle a:link, 
		#cLS .PageList .ListTitle a:hover {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}

	/* Date, Keywords */
		#cLS .PageList .ListAuthor,
		#cLS .PageList .ListItemDate,
		#cLS .PageList .ListKeywords {
		}

	/* Summary */
		#cLS .PageList .ListSummary {
			font-size: 90%;
		}
		#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 {
	margin: 0px;
}

	/* Custom Title */
	#cRS .PageList .ListCustomTitle {
	}

	/* Thumbnail */
	#cRS .PageList .ListThumbnail {
		margin: 10px 10px 10px 0px;
		float: right;
	}

	/* Title */
		#cRS .PageList .ListTitle {
			margin: 0px 0px 10px 0px;
			min-height: 20px;
			text-transform: none;
			font-size: 110%;
			line-height: 1.2em;
			padding: 6px 15px 6px 15px;
			background: #ADE0E4 url(/Templates/_images/back_nav1on.gif) no-repeat left bottom;
		}
		#cRS .PageList .ListTitle a:visited, 
		#cRS .PageList .ListTitle a:link, 
		#cRS .PageList .ListTitle a:hover {
			text-decoration: none;
		}

	/* Date, Keywords */
		#cRS .PageList .ListAuthor,
		#cRS .PageList .ListItemDate,
		#cRS .PageList .ListKeywords {
		}

	/* Summary */
		#cRS .PageList .ListSummary {
			font-size: 90%;
		}
		#cRS .PageList .ListSummary a {
			display: inline;
		}

	/* 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 {
		}
		
				/*
		Home Styles
		*/
		
#cPC .ListHolder {
}
#cPC .PageList .ListHolder {
	width: 691px;
}
#cPC .ListItem {
	position: relative;
	padding: 0px;
	margin: 6px 20px 6px 0px;
	width: 208px;
	min-height: 220px;
	display: inline-block;
	float: left;
	border: 1px solid #3098A1;
	background: #BDE7EB;
}
	* html #cPC .ListItem {
		height: 220px;
	}
.layout1 #cPC .ListHolder {
	width: 512px;
}
.layout1 #cPC .ListItem {
	position: relative;
	padding: 0px;
	margin: 6px 20px 6px 0px;
	width: 232px;
	min-height: 160px;
	display: inline-block;
	float: left;
	border: 1px solid #3098A1;
	background: #BDE7EB;
}
	/* Custom Title */
	#cPC .ListCustomTitle {
	}

	/* Separators */
	#cPC .ListPrimarySeparator {
	}
	#cPC .ListSecondarySeparator {
	}

	/* Thumbnail */
	#cPC .ListThumbnail {
	}

	/* Title */
		#cPC .ListTitle {
			margin: 0px 0px 0px 0px;
			min-height: 20px;
			font-size: 120%;
			line-height: 1.2em;
			padding: 10px 15px 10px 15px;
			background: #ADE0E4 url(/Templates/_images/back_nav1on.gif) no-repeat left bottom;
		}
		#cPC .ListTitle a:visited, 
		#cPC .ListTitle a:link {
			text-decoration: none;
		}
		#cPC .ListTitle a:hover {
			text-decoration: none;
		}
	/* Date, Keywords */
		#cPC .ListAuthor,
		#cPC .ListItemDate,
		#cPC .ListKeywords {
		}

	/* Summary */
		#cPC .ListSummary {
			font-size: 95%;
			line-height: 1.4em;
			margin: 0 0 0 0;
			padding: 8px 15px;
	}
		#cPC .ListSummary a {
			font-size: 85%;
			font-weight: bold;
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cPC .ListCreator,
		#cPC .ListCreatedDate {
		}
		#cPC .ListUpdator,
		#cPC .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cPC .ListEndItem {
			border-bottom: 1px solid #BDE7EB;
		}
		
	/* ListClear (Visual clear at the end of the ListHolder - when ListItem is floated) */
		#cPC .ListClear {
		}