﻿/*
http://icant.co.uk/csstablegallery/index.php?css=99#r99
*/
div#content_center table.searchresults tr
{
	border: 1px solid gray;
}
div#content_center table.searchresults tbody td a
{
	color: #363636;
	text-decoration: none;
}
div#content_center table.searchresults tbody td a.cont:hover
{
	text-decoration: underline;
}
div#content_center table.searchresults tbody th, div#content_center table.searchresults tbody td
{
	text-align: left;
	vertical-align: top;
}
div#content_center table.searchresults tr.tfoot, div#content_center table.searchresults tr.thead
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #B8CEE6 none repeat scroll 0 0;
	color: #FFFFFF;
	padding-top: 3px;
}
div#content_center table.searchresults tr.tfoot span.curpage
{
	background-color:#2D5F96;
	padding:2px;
}

div#content_center table.searchresults tr.odd
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #D7E8FB none repeat scroll 0 0;
}

div#content_center table.searchresults tr.cont:hover
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #99BCBF none repeat scroll 0 0;
	border: 1px solid #03476F;
	color: #000000;
}