﻿#searchResults table
{
	width:100%;	
}
#searchResults table td
{
    text-align:left;
}
.resultItem
{
	width:273px;
	margin:5px;
	border: solid 1px #CCC;
	padding:2px;
}
#searchResults .imageCell
{
	width:25px;
	padding-right:5px
}
.noReports p
{
	text-align:left;
	margin: 10px 0pt 10px 10px;
}