/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ RSS READER ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

/* -----[ LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.RSSReader {
}
.RSSReader .ListHolder {
	border-top:#cac9c7 1px solid;
	margin: 0px 0px 0px 0px;
}
.RSSReader .ListItem {
	margin: 0.5em 0;
	padding: 0.1em 0;
	
}

	/* Custom Title */
	.RSSReader .ListCustomTitle {
	}

	/* Separators */
	.RSSReader .ListPrimarySeparator {
		color: #00488e;
		font-size: 15px;
		font-weight: normal;
	}
	.RSSReader .ListSecondarySeparator {
	}

	/* Title */
		.RSSReader .ListTitle {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			line-height: 14px;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
		}
		.RSSReader .ListTitle a, 
		.RSSReader .ListTitle a:link, 
		.RSSReader .ListTitle a:visited {
			color:#231f20;
			text-decoration: none;
		}
		.RSSReader .ListTitle a:hover {
			text-decoration: underline;
		}

		
	/* Date */
		.RSSReader .ListItemDate {
			color: #999999;
			font-size: 11px;
		}

	/* Summary */
		.RSSReader .ListSummary {
		}
		.RSSReader .ListSummary a {
			color:#4479ac;
			font-weight: bold;
			text-decoration: none;
		}

	/* EndItem (Visual break between each list item) */
		.RSSReader .ListEndItem {
		}
		
		
		

