.body {
	margin-left:0px;
}

#searchResultsLargeTable {
	width:520px;
	padding-top:1px;
	background-color:#ffffff;
}
 
#searchResultsLargeTable #searchResults {
	padding-top:5px;
	margin-bottom:10px;
}

#searchResults table { width:520px; }

#searchResults th {
	background-color:#cccccc;
	text-align:center;
	font-weight:normal;
}

#searchResults td {
	text-align:left;
	padding:2px;
	font-size:.8em;
}

#searchResults td.ca { 
	text-align:center;
	width:20px;
}


#searchResults td.ra {
	text-align:right;
	color:#364c88;
	width:46px;
}

#searchResults tr.over { background-color:#cccccc; }

#searchResults tr.whiteBack { background-color:#ffffff; }
