/* 	[ 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: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-top: 1px solid #FFFFFF;
	height: 1%;
	background: none;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.PageList .ListItem {
	margin: 0px 6px 6px 0px;
	padding: 8px 12px;
	display: inline-block;
	position: relative;
	clear: none;
	width: 180px;
	min-height: 214px;
	float: left;
	border: 1px solid #BAB8B8;
	border-top: 3px solid #FF0000;
	vertical-align: top;
	background: #DADADA url(/Templates/_images/back_item.gif) repeat-x;
}
	* html .PageList .ListItem {
		display: block;
		clear: none;
		width: auto;
		float: none;
	}

	/* Custom Title */
	.PageList .ListCustomTitle {
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
	}
	.PageList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.PageList .ListThumbnail {
		float: none;
	}

	/* Title */
		.PageList .ListTitle {
			font-size: 115%;
			color: #000000;
			background: #E3E3E3 url(/Templates/_images/back_CustomTitle.gif) repeat-x bottom;
			font-weight: bold;
			margin: -10px -12px 6px -12px;
			padding: 6px 10px;
			border-bottom: 1px solid #BAB8B8;
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
			color: #000000;
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
		}

	/* Summary */
		.PageList .ListSummary {
			font-size: 85%;
		}
		.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 {
			border-bottom: 1px solid #DADADA;
		}
		
/* === [ Left Hand Container ] === */

#cLS .PageList {
	border-top-style: none;
}
#cLS .PageList .ListHolder {
}
#cLS .PageList .ListItem {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #DADADA;
	position: relative;
	clear: both;
	float: none;
	display: block;
	border-style: none;
	border-top-style: none;
	vertical-align: inherit;
	min-height: 1%;
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
	}
	#cLS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
	}

	/* Title */
		#cLS .PageList .ListTitle {
			font-size: 95%;
			color: #000000;
			background: none;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			border-bottom-style: none;
		}
		#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 {
		}