
/* Page List Module
When items are limited (per page) within the Settings - Next, Back and numbers will appear
Alter as required */

/* The following styles are used for a Page List module */

/* Page List Outer Border */

.ListHolder {
	margin: 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	clear: both;
	float:left;
}

/* Page List Custom Title */

.ListCustomTitle {
}
H1.ListCustomTitle {
	font-size: 16px;
	padding: 0px;
	margin: 4px 0px 10px 0px;
}

/* Page List Separators */

.ListPrimarySeparator {
	font-size: 12px;
	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;
}
.ListSecondarySeparator {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
}

/* Page List Thumbnail */

.ListThumbnail{
	margin: 0px 0px 2px 15px;
	float: right;
 	border: none;
	padding: 2px;
}

/* Page List Title */

.ListTitle {
	font-size: 12px;
	color: #6a7b8b;
	padding: 0px;
	margin: 10px 0px 4px 0px;
	font-weight: bold;
	text-decoration: none;
}
.ListTitle a:visited {
	color: #6a7b8b;
	text-decoration: none;
}
.ListTitle a:link {
	color: #6a7b8b;
	text-decoration: none;
}
.ListTitle a:hover{
	color: #EF3A41;
	text-decoration: underline;
}

/* Page List Author, Date, Keywords */

.ListAuthor {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-style: italic;
}
.ListItemDate {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
.ListKeywords {
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	line-height: 11px;
}

/* Page List Summary */

.ListSummary {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}
.ListSummary a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/* Page List Creator, Created Date, Updator, Updated Date */

.ListCreator {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	float: left;
	clear: left;
}
.ListCreatedDate {
	font-size: 10px;
	font-style: italic;
	float: left;
	clear: left;
}
.ListUpdator {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	float: right;
	clear: right;
}
.ListUpdatedDate {
	font-size: 10px;
	font-style: italic;
	float: right;
	clear: right;
}

/* Page List EndItem (Visual break between each list item) */

.ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 2px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
}

/* #cLS (Changed styles for Left Hand Side Container) */

#cLS .ListSummary {
	font-size: 10px;
}


/* #cTR (Changed styles) */

#cTR .ListHolder {
	margin: 15px 0px 0px 0px;
	width:auto;
	padding: 10px;
	background-color: #F4F7FA;
}

#cTR .ListSummary {
	font-size: 10px;
}
#cTR .ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #F4F7FA;
}
/* #cTL (Changed styles) */
#cTL .ListHolder {
	margin: 15px 0px 0px 0px;
	width:auto;
	padding: 10px;
	background-color: #F4F7FA;
}
#cTL .ListSummary {
	font-size: 10px;
}
#cTL .ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #F4F7FA;
}