﻿
#content h2, #content h3, #searchResultTable a
{
	color: #666; /*259433*/
}
#searchResultTable .searchHeader a
{
	color:White;
}

.searchHeader,.searchresultfooter
{
	background-color: darkgray;/*#39628b*/
}

.controlHeader
{
	background-color: darkgray;/*#39628b*/
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, rgb(169,169,169)),
    color-stop(0.5, rgb(160,160,160)));
	background: -moz-linear-gradient(
			center bottom,
			rgb(169,169,169) 50%,
			rgb(160,160,160) 50%
	);
}

