.results
{
	padding-top: 20px;
}

.results a
{
	text-decoration: underline;
	color: #6666CC; 
	cursor: pointer;
}

.results a:hover
{
	text-decoration: underline; 
	color: #CC0000;
	cursor: pointer;
}

.url
{
	color: #008000;
}

.results_summary
{
	text-align: right;
	padding: 5px;
	font-size: 11px;
	color: #666666;
	background: #F7F7F7;
	border: 1px solid #cccccc;
	border-left: 5px solid #F9F9F9;
	border-right: 5px solid #F9F9F9;
}

.abstract
{
	margin-top: -10px;
}

.grey_row
{
	background-color: #F7F7F7;
	border-bottom: 1px dotted #aaaaaa;
	padding: 10px;
	padding-top: 2px;
	border-left: 5px solid #F9F9F9;
	border-right: 5px solid #F9F9F9;	
	width: 100%;
	float: left;
}

.white_row
{
	border-bottom: 1px dotted #aaaaaa;
	padding: 10px;
	padding-top: 2px
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;	
	margin-bottom:10px;
	float:left;
	width: 100%;
}
