﻿.ListingsResultsArea {
	font-size: 1em;
	color: #606060;
	text-align:left;
	width: 100%;
	padding-top:0.9em;	
}
table.ListingsResultsArea tr td {
	padding-right:2px;
}
table.ListingsResultsArea tr td.Arrow {
	padding-left:2px;
	padding-right:0px;
	width:1.3em;
}
table.ListingsResultsArea a.ArrowLink {
	background-image: url(/IMAGES/OrangeView.gif); 
	background-repeat: no-repeat;
	display:block;
	width:19px;
	height:19px;
	float:left;
}
table.ListingsResultsArea a.ArrowLink:hover {
	background-image: url(/IMAGES/BlueView.gif); 
}
table.ListingsResultsArea span.Title{
	color:  #8dc63f;
	font-weight: bold;	
	text-decoration: none;
	font-size: 1em;
}
table.ListingsResultsArea tr td a.ReadMore {
	color: #0970b8;
	font-weight: normal;	
	text-decoration: none;
	font-size: 1em;
}
table.ListingsResultsArea tr td a.ReadMore:hover {
	color: #85abeb;
}
table.ListingsResultsArea div.NoResults{
	float:left;
	padding: 30px;
	font-size: 1.1em;
	color: #FF6600;
	font-weight:bold;
}
.newsArticleSeparator {
    background-color: #d7df23;
}
