
#content.syndasearch h2 {
	height: 42px;
	background: url('/images/syndasearch/header.png') no-repeat;
	font-family: arial;
	font-size: 32px;
	letter-spacing: -0.05em;
	text-transform: none;
	color: #555;
	text-indent: -5000px;
	padding: 0 !important;
	margin: 0 0 6px 0 !important;
}

#content.syndasearch h3 {
	height: 28px;
	text-indent: -5000px;
	color: #666;
	font-family: arial;
	letter-spacing: -0.05em;
	font-size: 16px;
	border-bottom: 0;
	margin: 20px 0 10px 0;
	padding: 0;
}

#syndasearch-form {
	width: 550px;
}

#syndasearch-results {
	height: 825px;
	padding: 235px 65px 0 65px;
	background: url('/images/syndasearch/clipboard.jpg') no-repeat;
	
}


#grade {
	float: right;
	width: 75px;
	height: 75px;
	margin: 0 25px -20px 0;
	background-repeat: no-repeat;
	background-image: none;
}

#bottom-grade {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 25px 0 25px;
	background-repeat: no-repeat;
	background-image: none;
}

div.a-plus	{ background-image: url('/images/syndasearch/grade-a-plus.png') !important; }
div.a		{ background-image: url('/images/syndasearch/grade-a.png') !important; }
div.a-minus	{ background-image: url('/images/syndasearch/grade-a-minus.png') !important; }
div.b-plus	{ background-image: url('/images/syndasearch/grade-b-plus.png') !important; }
div.b		{ background-image: url('/images/syndasearch/grade-b.png') !important; }
div.b-minus	{ background-image: url('/images/syndasearch/grade-b-minus.png') !important; }
div.c-plus	{ background-image: url('/images/syndasearch/grade-c-plus.png') !important; }
div.c		{ background-image: url('/images/syndasearch/grade-c.png') !important; }
div.c-minus	{ background-image: url('/images/syndasearch/grade-c-minus.png') !important; }
div.d		{ background-image: url('/images/syndasearch/grade-d.png') !important; }
div.f		{ background-image: url('/images/syndasearch/grade-f.png') !important; }


#content.syndasearch h3.details {
	background: url('/images/syndasearch/hdr-details.png') no-repeat;
}

#content.syndasearch h3.results {
	background: url('/images/syndasearch/hdr-results.png') no-repeat;
}

#content.syndasearch h3.info {
	background: url('/images/syndasearch/hdr-info.png') no-repeat;
}

#content.syndasearch p a { color: #1bb6e1; font-weight: bold; }



#syndasearch-results td {  }

/*#syndasearch-results td.logo { width: 255px; padding: 10px 30px 10px 0; }*/

#syndasearch-results td {  }

#syndasearch-results td a { color: #1bb6e1; font-weight: bold; }

#syndasearch-results td.logo { text-align: center; background: none; width: 160px; height: 50px; padding: 10px 80px 10px 20px; }

#syndasearch-results td.pending { background: url('/images/syndasearch/chk-pending.png') no-repeat 0px center; }

#syndasearch-results td.pending img { margin: 2px 0 0 7px; }

#syndasearch-results td.found { background: url('/images/syndasearch/chk-found.png') no-repeat 0px center; }

#syndasearch-results td.found a { display: block; width: 110px; height: 25px; margin: 3px 0 0 106px; }

#syndasearch-results td.notfound { background: url('/images/syndasearch/chk-notfound.png') no-repeat 0px center; }

#syndasearch-results td.possible { background: url('/images/syndasearch/chk-possible.png') no-repeat 0px center; }

#syndasearch-results td.possible a { display: block; width: 120px; height: 25px; margin: 3px 0 0 158px; }

