/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CATEGORY LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

/* === [ PAGING ] ============================== */

.CategoryList .OrderingTop
{
}
.CategoryList .OrderingBottom 
{
}
	.CategoryList .OrderingTop a, 
	.CategoryList .OrderingBottom a 
	{
	}
	.CategoryList .OrderingTop a:hover, 
	.CategoryList .OrderingBottom a:hover 
	{
	}
	.CategoryList .OrderingTop a.OrderingNext, 
	.CategoryList .OrderingTop a.OrderingBack, 
	.CategoryList .OrderingBottom a.OrderingNext, 
	.CategoryList .OrderingBottom a.OrderingBack
	{
	}
	.CategoryList .OrderingTop a.OrderingNext, 
	.CategoryList .OrderingBottom a.OrderingNext
	{
	}
	.CategoryList .OrderingTop a.OrderingBack, 
	.CategoryList .OrderingBottom a.OrderingBack 
	{
	}
	.CategoryList .OrderingTop a.OrderingNext:hover, 
	.CategoryList .OrderingTop a.OrderingBack:hover,
	.CategoryList .OrderingBottom a.OrderingNext:hover, 
	.CategoryList .OrderingBottom a.OrderingBack:hover
	{
	}

/* -----[ CATEGORY LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.CategoryList {
}
.RSSFeedIcon {	/* defaults =  position:relative; z-index:50; float:right; */
}
#cPC .CategoryList .ListHolder {
	position: relative;
	margin: 30px 0px 10px 0px;
	background-color: #FFFFFF;
	width: 498px;
	height: 1%;
	clear: both;
	padding: 0;
}
.CategoryList .ListItem {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	width: 498px;
}

	/* Custom Title */
	.CategoryList .ListCustomTitle {
		font-size: 100%;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 0 0.6em 0;
		height: 27px;
		padding: 7px 0px 0px 40px;
		background: url(/Templates/SenateFinance/_images/catList-title_bkg.gif) no-repeat top left;
	}

	/* Separators */
	.CategoryList .ListPrimarySeparator {
		color: #999999;
		margin: 0.2em 0.2em 0 0;
		font-size: 120%;
		font-weight: bold;
		display: inline;
	}
	.CategoryList .ListSecondarySeparator {
		color: #999999;
		margin: 0.2em 0.2em 0 0;
		font-size: 120%;
		font-weight: bold;
		display: inline;
	}

	/* Thumbnail */
	.CategoryList .ListThumbnail {
		float: right;
		margin: 4px 4px 4px 0px;
		border: none;
		padding: 0;
		background: #FFFFFF;
	}

	/* Title */
		.CategoryList .ListTitle {
			margin: 0em 0;
			color: #666666;
			margin-left: 40px;
			padding: 0px 0px 0px 0px;
			font-size: 90%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			background: url(/Templates/SenateFinance/_images/catList-arrow.gif) no-repeat 0 50%;
		}
		.CategoryList .ListTitle a:visited, 
		.CategoryList .ListTitle a:link, 
		.CategoryList .ListTitle a:hover {
			color: #666666;
			padding: 0px 0px 0px 26px;
			text-decoration: none;
			text-transform: capitalize;
		}

	/* Date, Keywords */
		.CategoryList .ListAuthor,
		.CategoryList .ListItemDate,
		.CategoryList .ListKeywords {
			font-size: 85%;
			margin: 0px 0px 0px 40px;
			padding: 0px 0px 0px 0px;
		}

	/* Summary */
		.CategoryList .ListSummary {
			font-size: 85%;
			line-height: 1.2em;
			margin: 0 0.3em 0.6em 40px;
			color: #666666;
			padding: 4px 6px 7px 0px;
		}
		.CategoryList .ListSummary a {
			clear:none;
			font-size: 85%;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			color: #BB242D;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.CategoryList .ListCreator,
		.CategoryList .ListCreatedDate {
			font-size: 85%;
			margin: 0px 0px 0px 40px;
			font-style: italic;
			float: right;
			clear: right;
			padding: 0px 0px 0px 0px;
		}
		.CategoryList .ListUpdator,
		.CategoryList .ListUpdatedDate {
			font-size: 85%;
			margin: 0px 0px 0px 40px;
			font-style: italic;
			float: right;
			clear: right;
			padding: 0px 0px 0px 0px;
		}

	/* EndItem (Visual break between each list item) */
		.CategoryList .ListEndItem {
			font-size: 0px;
			margin: 0px 0px 0px 0px;
			float: none;
			clear: both;
			border-bottom: #BB242D 1px dotted;
		}
		
/* === [ Left Hand Container ] === */

#cLS .CategoryList {
}
#cLS .CategoryList .ListHolder {
	font-size: 95%;
	position: relative;
	margin: 30px 0px 10px 0px;
	background-color: #FFFFFF;
	height: 1%;
	clear: both;
	padding: 0;
}
#cLS .CategoryList .ListItem {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

	/* Custom Title */
	#cLS .CategoryList .ListCustomTitle {
		font-size: 100%;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 0 0.6em 0;
		height: 27px;
		padding: 7px 0px 0px 40px;
		background: url(/Templates/SenateFinance/_images/catList-titleSML_bkg.gif) no-repeat top left;
	}

	/* Thumbnail */
	#cLS .CategoryList .ListThumbnail {
		float: right;
		margin: 4px 0px 4px 0px;
		border: none;
		padding: 0;
		background: #FFFFFF;
	}

	/* Title */
		#cLS .CategoryList .ListTitle {
		margin: 0em 0;
			color: #666666;
			padding: 0px 0px 0px 0px;
			font-size: 90%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			background: url(/Templates/SenateFinance/_images/catList-arrow.gif) no-repeat 0 50%;
		}
		#cLS .CategoryList .ListTitle a:visited, 
		#cLS .CategoryList .ListTitle a:link, 
		#cLS .CategoryList .ListTitle a:hover {
			color: #666666;
			padding: 0px 0px 0px 26px;
			text-decoration: none;
			text-transform: capitalize;
		}

	/* Date, Keywords */
		#cLS .CategoryList .ListAuthor,
		#cLS .CategoryList .ListItemDate,
		#cLS .CategoryList .ListKeywords {
			font-size: 85%;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	/* Summary */
		#cLS .CategoryList .ListSummary {
			font-size: 85%;
			line-height: 1.2em;
			margin: 0 0.3em 0.6em 0px;
			color: #666666;
			padding: 4px 6px 7px 0px;
		}
		#cLS .CategoryList .ListSummary a {
			clear:none;
			font-size: 85%;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			color: #BB242D;
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cLS .CategoryList .ListCreator,
		#cLS .CategoryList .ListCreatedDate {
			font-size: 85%;
			margin: 0px 0px 0px 0px;
			font-style: italic;
			float: left;
			padding: 0px 0px 0px 0px;
		}
		#cLS .CategoryList .ListUpdator,
		#cLS .CategoryList .ListUpdatedDate {
			font-size: 85%;
			margin: 0px 0px 0px 0px;
			font-style: italic;
			float: left;
			padding: 0px 0px 0px 0px;
		}

	/* EndItem (Visual break between each list item) */
		#cLS .CategoryList .ListEndItem {
			font-size: 0px;
			margin: 0px 0px 0px 0px;
			float: none;
			clear: both;
			border-bottom: #BB242D 1px dotted;
		}
		
		
/* === [ Right Hand Container ] === */

#cRS .CategoryList {
}
#cRS .CategoryList .ListHolder {
	font-size: 95%;
	position: relative;
	margin: 30px 0px 10px 0px;
	background-color: #FFFFFF;
	height: 1%;
	clear: both;
	padding: 0;
}
#cRS .CategoryList .ListItem {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

	/* Custom Title */
	#cRS .CategoryList .ListCustomTitle {
		font-size: 100%;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 0 0.6em 0;
		height: 27px;
		padding: 7px 0px 0px 40px;
		background: url(/Templates/SenateFinance/_images/catList-titleSML_bkg.gif) no-repeat top left;
	}

	/* Thumbnail */
	#cRS .CategoryList .ListThumbnail {
		float: right;
		margin: 4px 0px 4px 0px;
		border: none;
		padding: 0;
		background: #FFFFFF;
	}

	/* Title */
		#cRS .CategoryList .ListTitle {
		margin: 0em 0;
			color: #666666;
			padding: 0px 0px 0px 0px;
			font-size: 90%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			background: url(/Templates/SenateFinance/_images/catList-arrow.gif) no-repeat 0 50%;
		}
		#cRS .CategoryList .ListTitle a:visited, 
		#cRS .CategoryList .ListTitle a:link, 
		#cRS .CategoryList .ListTitle a:hover {
			color: #666666;
			padding: 0px 0px 0px 26px;
			text-decoration: none;
			text-transform: capitalize;
		}

	/* Date, Keywords */
		#cRS .CategoryList .ListAuthor,
		#cRS .CategoryList .ListItemDate,
		#cRS .CategoryList .ListKeywords {
			font-size: 85%;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	/* Summary */
		#cRS .CategoryList .ListSummary {
			font-size: 85%;
			line-height: 1.2em;
			margin: 0 0.3em 0.6em 0px;
			color: #666666;
			padding: 4px 6px 7px 0px;
		}
		#cRS .CategoryList .ListSummary a {
			clear:none;
			font-size: 85%;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			color: #BB242D;
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cRS .CategoryList .ListCreator,
		#cRS .CategoryList .ListCreatedDate {
			font-size: 85%;
			margin: 0px 0px 0px 0px;
			font-style: italic;
			float: left;
			padding: 0px 0px 0px 0px;
		}
		#cRS .CategoryList .ListUpdator,
		#cRS .CategoryList .ListUpdatedDate {
			font-size: 85%;
			margin: 0px 0px 0px 0px;
			font-style: italic;
			float: left;
			padding: 0px 0px 0px 0px;
		}

	/* EndItem (Visual break between each list item) */
		#cRS .CategoryList .ListEndItem {
			font-size: 0px;
			margin: 0px 0px 0px 0px;
			float: none;
			clear: both;
			border-bottom: #BB242D 1px dotted;
		}
		